| Modifier and Type | Method and Description |
|---|---|
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.forNumber(int value) |
CatalogAttribute.SearchableOption |
CatalogAttributeOrBuilder.getSearchableOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if SEARCHABLE_ENABLED, attribute values
are searchable by text queries in
[SearchService.Search][google.cloud.retail.v2alpha.SearchService.Search].
|
CatalogAttribute.SearchableOption |
CatalogAttribute.getSearchableOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if SEARCHABLE_ENABLED, attribute values
are searchable by text queries in
[SearchService.Search][google.cloud.retail.v2alpha.SearchService.Search].
|
CatalogAttribute.SearchableOption |
CatalogAttribute.Builder.getSearchableOption()
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if SEARCHABLE_ENABLED, attribute values
are searchable by text queries in
[SearchService.Search][google.cloud.retail.v2alpha.SearchService.Search].
|
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.SearchableOption[] |
CatalogAttribute.SearchableOption.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.SearchableOption> |
CatalogAttribute.SearchableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAttribute.Builder |
CatalogAttribute.Builder.setSearchableOption(CatalogAttribute.SearchableOption value)
When
[AttributesConfig.attribute_config_level][google.cloud.retail.v2alpha.AttributesConfig.attribute_config_level]
is CATALOG_LEVEL_ATTRIBUTE_CONFIG, if SEARCHABLE_ENABLED, attribute values
are searchable by text queries in
[SearchService.Search][google.cloud.retail.v2alpha.SearchService.Search].
|
Copyright © 2024 Google LLC. All rights reserved.