| Modifier and Type | Method and Description |
|---|---|
static CatalogAttribute.RetrievableOption |
CatalogAttribute.RetrievableOption.forNumber(int value) |
CatalogAttribute.RetrievableOption |
CatalogAttributeOrBuilder.getRetrievableOption()
If RETRIEVABLE_ENABLED, attribute values are retrievable in the search
results.
|
CatalogAttribute.RetrievableOption |
CatalogAttribute.getRetrievableOption()
If RETRIEVABLE_ENABLED, attribute values are retrievable in the search
results.
|
CatalogAttribute.RetrievableOption |
CatalogAttribute.Builder.getRetrievableOption()
If RETRIEVABLE_ENABLED, attribute values are retrievable in the search
results.
|
static CatalogAttribute.RetrievableOption |
CatalogAttribute.RetrievableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogAttribute.RetrievableOption |
CatalogAttribute.RetrievableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CatalogAttribute.RetrievableOption |
CatalogAttribute.RetrievableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogAttribute.RetrievableOption[] |
CatalogAttribute.RetrievableOption.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.RetrievableOption> |
CatalogAttribute.RetrievableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAttribute.Builder |
CatalogAttribute.Builder.setRetrievableOption(CatalogAttribute.RetrievableOption value)
If RETRIEVABLE_ENABLED, attribute values are retrievable in the search
results.
|
Copyright © 2023 Google LLC. All rights reserved.