@@ -2170,7 +2170,8 @@ class GoogleCloudRetailV2betaCatalogAttribute
21702170
21712171 # If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable. This
21722172 # property only applies to textual custom attributes and requires indexable set
2173- # to enabled to enable exact-searchable.
2173+ # to enabled to enable exact-searchable. If unset, the server behavior defaults
2174+ # to EXACT_SEARCHABLE_DISABLED.
21742175 # Corresponds to the JSON property `exactSearchableOption`
21752176 # @return [String]
21762177 attr_accessor :exact_searchable_option
@@ -2203,7 +2204,9 @@ class GoogleCloudRetailV2betaCatalogAttribute
22032204 # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
22042205 # name can contain only alpha-numeric characters and underscores. For example,
22052206 # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
2206- # `attributes.abc-xyz` cannot be indexed.
2207+ # `attributes.abc-xyz` cannot be indexed. For attributes whoes key start with `
2208+ # attributes.`, we refer them as custom attributes. Otherwise they are built-in
2209+ # attributes such as `color` and `brands`.
22072210 # Corresponds to the JSON property `key`
22082211 # @return [String]
22092212 attr_accessor :key
@@ -2217,6 +2220,7 @@ class GoogleCloudRetailV2betaCatalogAttribute
22172220 attr_accessor :recommendations_filtering_option
22182221
22192222 # If RETRIEVABLE_ENABLED, attribute values are retrievable in the search results.
2223+ # If unset, the server behavior defaults to RETRIEVABLE_DISABLED.
22202224 # Corresponds to the JSON property `retrievableOption`
22212225 # @return [String]
22222226 attr_accessor :retrievable_option
@@ -6285,7 +6289,8 @@ class GoogleCloudRetailV2betaServingConfig
62856289 # @return [String]
62866290 attr_accessor :diversity_level
62876291
6288- # What kind of diversity to use - data driven or rule based.
6292+ # What kind of diversity to use - data driven or rule based. If unset, the
6293+ # server behavior defaults to RULE_BASED_DIVERSITY.
62896294 # Corresponds to the JSON property `diversityType`
62906295 # @return [String]
62916296 attr_accessor :diversity_type
@@ -6373,7 +6378,7 @@ class GoogleCloudRetailV2betaServingConfig
63736378 # product items with a similar recommendation probability to be ordered by price,
63746379 # with the highest-priced items first. This setting could result in a decrease
63756380 # in click-through and conversion rates. Allowed values are: * `no-price-
6376- # reranking` * `low-price-raranking ` * `medium-price-reranking` * `high-price-
6381+ # reranking` * `low-price-reranking ` * `medium-price-reranking` * `high-price-
63776382 # reranking` If not specified, we choose default based on model type. Default
63786383 # value: `no-price-reranking`. Can only be set if solution_types is
63796384 # SOLUTION_TYPE_RECOMMENDATION.
0 commit comments