static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.forNumber(int value) |
|
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].
|
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 |
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].
|
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.valueOf(int value) |
Deprecated.
|
static CatalogAttribute.SearchableOption |
CatalogAttribute.SearchableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|