| Modifier and Type | Method and Description |
|---|---|
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.forNumber(int value) |
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].
|
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 |
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].
|
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogAttribute.IndexableOption |
CatalogAttribute.IndexableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CatalogAttribute.IndexableOption> |
CatalogAttribute.IndexableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAttribute.Builder |
CatalogAttribute.Builder.setIndexableOption(CatalogAttribute.IndexableOption value)
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].
|
Copyright © 2024 Google LLC. All rights reserved.