static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.forNumber(int value) |
|
CatalogAttribute.ExactSearchableOption |
CatalogAttribute.Builder.getExactSearchableOption() |
If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.
|
CatalogAttribute.ExactSearchableOption |
CatalogAttribute.getExactSearchableOption() |
If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.
|
CatalogAttribute.ExactSearchableOption |
CatalogAttributeOrBuilder.getExactSearchableOption() |
If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.
|
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.valueOf(int value) |
Deprecated.
|
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.ExactSearchableOption[] |
CatalogAttribute.ExactSearchableOption.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|