static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.forNumber(int value) |
|
CatalogAttribute.IndexableOption |
CatalogAttribute.Builder.getIndexableOption() |
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if INDEXABLE_ENABLED attribute values
are indexed so that it can be filtered, faceted, or boosted in
[SearchService.Search][google.cloud.retail.v2.SearchService.Search].
|
CatalogAttribute.IndexableOption |
CatalogAttribute.getIndexableOption() |
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if INDEXABLE_ENABLED attribute values
are indexed so that it can be filtered, faceted, or boosted in
[SearchService.Search][google.cloud.retail.v2.SearchService.Search].
|
CatalogAttribute.IndexableOption |
CatalogAttributeOrBuilder.getIndexableOption() |
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if INDEXABLE_ENABLED attribute values
are indexed so that it can be filtered, faceted, or boosted in
[SearchService.Search][google.cloud.retail.v2.SearchService.Search].
|
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.valueOf(int value) |
Deprecated.
|
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.IndexableOption[] |
CatalogAttribute.IndexableOption.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|