Enum CatalogAttribute.RetrievableOption (2.43.0)

public enum CatalogAttribute.RetrievableOption extends Enum<CatalogAttribute.RetrievableOption> implements ProtocolMessageEnum

The status of the retrievable option of a catalog attribute.

Protobuf enum google.cloud.retail.v2beta.CatalogAttribute.RetrievableOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RETRIEVABLE_DISABLED

Retrievable option disabled for an attribute.

RETRIEVABLE_DISABLED = 2;

RETRIEVABLE_DISABLED_VALUE

Retrievable option disabled for an attribute.

RETRIEVABLE_DISABLED = 2;

RETRIEVABLE_ENABLED

Retrievable option enabled for an attribute.

RETRIEVABLE_ENABLED = 1;

RETRIEVABLE_ENABLED_VALUE

Retrievable option enabled for an attribute.

RETRIEVABLE_ENABLED = 1;

RETRIEVABLE_OPTION_UNSPECIFIED

Value used when unset.

RETRIEVABLE_OPTION_UNSPECIFIED = 0;

RETRIEVABLE_OPTION_UNSPECIFIED_VALUE

Value used when unset.

RETRIEVABLE_OPTION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()