File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-retail_v2alpha
lib/google/apis/retail_v2alpha Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-retail_v2alpha
22
3+ ### v0.122.0 (2025-07-13)
4+
5+ * Regenerated from discovery document revision 20250703
6+
37### v0.121.0 (2025-07-06)
48
59* Regenerated from discovery document revision 20250626
Original file line number Diff line number Diff line change @@ -7670,9 +7670,9 @@ class GoogleCloudRetailV2alphaSearchRequest
76707670
76717671 # Optional. The user attributes that could be used for personalization of search
76727672 # results. * Populate at most 100 key-value pairs per query. * Only supports
7673- # string keys and repeated string values. * Duplcate keys are not allowed within
7674- # a single query. Example: user_attributes: [ ` key: "pets" value ` values: "dog"
7675- # values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
7673+ # string keys and repeated string values. * Duplicate keys are not allowed
7674+ # within a single query. Example: user_attributes: [ ` key: "pets" value `
7675+ # values: "dog" values: " cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
76767676 # Corresponds to the JSON property `userAttributes`
76777677 # @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaStringList>]
76787678 attr_accessor :user_attributes
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module RetailV2alpha
1818 # Version of the google-apis-retail_v2alpha gem
19- GEM_VERSION = "0.121 .0"
19+ GEM_VERSION = "0.122 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250626 "
25+ REVISION = "20250703 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments