Enum CatalogAttribute.SearchableOption (2.39.0)

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

The status of the searchable option of a catalog attribute.

Protobuf enum google.cloud.retail.v2.CatalogAttribute.SearchableOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SEARCHABLE_DISABLED

Searchable option disabled for an attribute.

SEARCHABLE_DISABLED = 2;

SEARCHABLE_DISABLED_VALUE

Searchable option disabled for an attribute.

SEARCHABLE_DISABLED = 2;

SEARCHABLE_ENABLED

Searchable option enabled for an attribute.

SEARCHABLE_ENABLED = 1;

SEARCHABLE_ENABLED_VALUE

Searchable option enabled for an attribute.

SEARCHABLE_ENABLED = 1;

SEARCHABLE_OPTION_UNSPECIFIED

Value used when unset.

SEARCHABLE_OPTION_UNSPECIFIED = 0;

SEARCHABLE_OPTION_UNSPECIFIED_VALUE

Value used when unset.

SEARCHABLE_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()