Enum FieldConfig.IndexableOption (0.37.0)

public enum FieldConfig.IndexableOption extends Enum<FieldConfig.IndexableOption> implements ProtocolMessageEnum

The setting of Indexable options in schema.

Protobuf enum google.cloud.discoveryengine.v1alpha.FieldConfig.IndexableOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INDEXABLE_DISABLED

Indexable option disabled for a schema field.

INDEXABLE_DISABLED = 2;

INDEXABLE_DISABLED_VALUE

Indexable option disabled for a schema field.

INDEXABLE_DISABLED = 2;

INDEXABLE_ENABLED

Indexable option enabled for a schema field.

INDEXABLE_ENABLED = 1;

INDEXABLE_ENABLED_VALUE

Indexable option enabled for a schema field.

INDEXABLE_ENABLED = 1;

INDEXABLE_OPTION_UNSPECIFIED

Value used when unset.

INDEXABLE_OPTION_UNSPECIFIED = 0;

INDEXABLE_OPTION_UNSPECIFIED_VALUE

Value used when unset.

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