Enum FieldType.PrimitiveType (1.9.0)

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

Protobuf enum google.cloud.datacatalog.v1beta1.FieldType.PrimitiveType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOL

A boolean value.

BOOL = 3;

BOOL_VALUE

A boolean value.

BOOL = 3;

DOUBLE

A double precision number.

DOUBLE = 1;

DOUBLE_VALUE

A double precision number.

DOUBLE = 1;

PRIMITIVE_TYPE_UNSPECIFIED

This is the default invalid value for a type.

PRIMITIVE_TYPE_UNSPECIFIED = 0;

PRIMITIVE_TYPE_UNSPECIFIED_VALUE

This is the default invalid value for a type.

PRIMITIVE_TYPE_UNSPECIFIED = 0;

STRING

An UTF-8 string.

STRING = 2;

STRING_VALUE

An UTF-8 string.

STRING = 2;

TIMESTAMP

A timestamp.

TIMESTAMP = 4;

TIMESTAMP_VALUE

A timestamp.

TIMESTAMP = 4;

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