Enum FieldConfig.RetrievableOption (0.37.0)

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

The setting of Retrievable options in schema.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RETRIEVABLE_DISABLED

Retrievable option disabled for a schema field.

RETRIEVABLE_DISABLED = 2;

RETRIEVABLE_DISABLED_VALUE

Retrievable option disabled for a schema field.

RETRIEVABLE_DISABLED = 2;

RETRIEVABLE_ENABLED

Retrievable option enabled for a schema field.

RETRIEVABLE_ENABLED = 1;

RETRIEVABLE_ENABLED_VALUE

Retrievable option enabled for a schema field.

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