| Modifier and Type | Method and Description |
|---|---|
static RecommendationsFilteringOption |
RecommendationsFilteringOption.forNumber(int value) |
RecommendationsFilteringOption |
Model.getFilteringOption()
Optional.
|
RecommendationsFilteringOption |
Model.Builder.getFilteringOption()
Optional.
|
RecommendationsFilteringOption |
ModelOrBuilder.getFilteringOption()
Optional.
|
RecommendationsFilteringOption |
CatalogAttributeOrBuilder.getRecommendationsFilteringOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if RECOMMENDATIONS_FILTERING_ENABLED,
attribute values are filterable for recommendations.
|
RecommendationsFilteringOption |
CatalogAttribute.getRecommendationsFilteringOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if RECOMMENDATIONS_FILTERING_ENABLED,
attribute values are filterable for recommendations.
|
RecommendationsFilteringOption |
CatalogAttribute.Builder.getRecommendationsFilteringOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if RECOMMENDATIONS_FILTERING_ENABLED,
attribute values are filterable for recommendations.
|
static RecommendationsFilteringOption |
RecommendationsFilteringOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RecommendationsFilteringOption |
RecommendationsFilteringOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RecommendationsFilteringOption |
RecommendationsFilteringOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationsFilteringOption[] |
RecommendationsFilteringOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RecommendationsFilteringOption> |
RecommendationsFilteringOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
Model.Builder.setFilteringOption(RecommendationsFilteringOption value)
Optional.
|
CatalogAttribute.Builder |
CatalogAttribute.Builder.setRecommendationsFilteringOption(RecommendationsFilteringOption value)
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if RECOMMENDATIONS_FILTERING_ENABLED,
attribute values are filterable for recommendations.
|
Copyright © 2024 Google LLC. All rights reserved.