@@ -682,7 +682,8 @@ class GoogleCloudRetailV2CatalogAttribute
682682
683683 # If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable. This
684684 # property only applies to textual custom attributes and requires indexable set
685- # to enabled to enable exact-searchable.
685+ # to enabled to enable exact-searchable. If unset, the server behavior defaults
686+ # to EXACT_SEARCHABLE_DISABLED.
686687 # Corresponds to the JSON property `exactSearchableOption`
687688 # @return [String]
688689 attr_accessor :exact_searchable_option
@@ -715,12 +716,15 @@ class GoogleCloudRetailV2CatalogAttribute
715716 # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
716717 # name can contain only alpha-numeric characters and underscores. For example,
717718 # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
718- # `attributes.abc-xyz` cannot be indexed.
719+ # `attributes.abc-xyz` cannot be indexed. For attributes whoes key start with `
720+ # attributes.`, we refer them as custom attributes. Otherwise they are built-in
721+ # attributes such as `color` and `brands`.
719722 # Corresponds to the JSON property `key`
720723 # @return [String]
721724 attr_accessor :key
722725
723726 # If RETRIEVABLE_ENABLED, attribute values are retrievable in the search results.
727+ # If unset, the server behavior defaults to RETRIEVABLE_DISABLED.
724728 # Corresponds to the JSON property `retrievableOption`
725729 # @return [String]
726730 attr_accessor :retrievable_option
@@ -4273,7 +4277,8 @@ class GoogleCloudRetailV2ServingConfig
42734277 # @return [String]
42744278 attr_accessor :diversity_level
42754279
4276- # What kind of diversity to use - data driven or rule based.
4280+ # What kind of diversity to use - data driven or rule based. If unset, the
4281+ # server behavior defaults to RULE_BASED_DIVERSITY.
42774282 # Corresponds to the JSON property `diversityType`
42784283 # @return [String]
42794284 attr_accessor :diversity_type
@@ -4361,7 +4366,7 @@ class GoogleCloudRetailV2ServingConfig
43614366 # product items with a similar recommendation probability to be ordered by price,
43624367 # with the highest-priced items first. This setting could result in a decrease
43634368 # in click-through and conversion rates. Allowed values are: * `no-price-
4364- # reranking` * `low-price-raranking ` * `medium-price-reranking` * `high-price-
4369+ # reranking` * `low-price-reranking ` * `medium-price-reranking` * `high-price-
43654370 # reranking` If not specified, we choose default based on model type. Default
43664371 # value: `no-price-reranking`. Can only be set if solution_types is
43674372 # SOLUTION_TYPE_RECOMMENDATION.
0 commit comments