Enum FieldConfig.CompletableOption (0.37.0)

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

The setting of Completable options in schema.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETABLE_DISABLED

Completable option disabled for a schema field.

COMPLETABLE_DISABLED = 2;

COMPLETABLE_DISABLED_VALUE

Completable option disabled for a schema field.

COMPLETABLE_DISABLED = 2;

COMPLETABLE_ENABLED

Completable option enabled for a schema field.

COMPLETABLE_ENABLED = 1;

COMPLETABLE_ENABLED_VALUE

Completable option enabled for a schema field.

COMPLETABLE_ENABLED = 1;

COMPLETABLE_OPTION_UNSPECIFIED

Value used when unset.

COMPLETABLE_OPTION_UNSPECIFIED = 0;

COMPLETABLE_OPTION_UNSPECIFIED_VALUE

Value used when unset.

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