| Modifier and Type | Method and Description |
|---|---|
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.forNumber(int value) |
CatalogAttribute.ExactSearchableOption |
CatalogAttributeOrBuilder.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 |
CatalogAttribute.Builder.getExactSearchableOption()
If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.
|
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogAttribute.ExactSearchableOption |
CatalogAttribute.ExactSearchableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CatalogAttribute.ExactSearchableOption> |
CatalogAttribute.ExactSearchableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAttribute.Builder |
CatalogAttribute.Builder.setExactSearchableOption(CatalogAttribute.ExactSearchableOption value)
If EXACT_SEARCHABLE_ENABLED, attribute values will be exact searchable.
|
Copyright © 2024 Google LLC. All rights reserved.