Enum CatalogAttribute.ExactSearchableOption (2.43.0)

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

The status of the exact-searchable option of a catalog attribute.

Protobuf enum google.cloud.retail.v2alpha.CatalogAttribute.ExactSearchableOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXACT_SEARCHABLE_DISABLED

Exact searchable option disabled for an attribute.

EXACT_SEARCHABLE_DISABLED = 2;

EXACT_SEARCHABLE_DISABLED_VALUE

Exact searchable option disabled for an attribute.

EXACT_SEARCHABLE_DISABLED = 2;

EXACT_SEARCHABLE_ENABLED

Exact searchable option enabled for an attribute.

EXACT_SEARCHABLE_ENABLED = 1;

EXACT_SEARCHABLE_ENABLED_VALUE

Exact searchable option enabled for an attribute.

EXACT_SEARCHABLE_ENABLED = 1;

EXACT_SEARCHABLE_OPTION_UNSPECIFIED

Value used when unset.

EXACT_SEARCHABLE_OPTION_UNSPECIFIED = 0;

EXACT_SEARCHABLE_OPTION_UNSPECIFIED_VALUE

Value used when unset.

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