Enum FieldConfig.FieldType (0.37.0)

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

Field value type in the Schema.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOLEAN

Field value type is Boolean.

BOOLEAN = 5;

BOOLEAN_VALUE

Field value type is Boolean.

BOOLEAN = 5;

DATETIME

Field value type is Datetime.

DATETIME = 7;

DATETIME_VALUE

Field value type is Datetime.

DATETIME = 7;

FIELD_TYPE_UNSPECIFIED

Field type is unspecified.

FIELD_TYPE_UNSPECIFIED = 0;

FIELD_TYPE_UNSPECIFIED_VALUE

Field type is unspecified.

FIELD_TYPE_UNSPECIFIED = 0;

GEOLOCATION

Field value type is Geolocation.

GEOLOCATION = 6;

GEOLOCATION_VALUE

Field value type is Geolocation.

GEOLOCATION = 6;

INTEGER

Field value type is Integer.

INTEGER = 4;

INTEGER_VALUE

Field value type is Integer.

INTEGER = 4;

NUMBER

Field value type is Number.

NUMBER = 3;

NUMBER_VALUE

Field value type is Number.

NUMBER = 3;

OBJECT

Field value type is Object.

OBJECT = 1;

OBJECT_VALUE

Field value type is Object.

OBJECT = 1;

STRING

Field value type is String.

STRING = 2;

STRING_VALUE

Field value type is String.

STRING = 2;

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