Enum Schema.Type (1.0.1)

public enum Schema.Type extends Enum<Schema.Type> implements ProtocolMessageEnum

Type information for fields in schemas and partition schemas.

Protobuf enum google.cloud.dataplex.v1.Schema.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BINARY

Sequence of bytes field.

BINARY = 10;

BINARY_VALUE

Sequence of bytes field.

BINARY = 10;

BOOLEAN

Boolean field.

BOOLEAN = 1;

BOOLEAN_VALUE

Boolean field.

BOOLEAN = 1;

BYTE

Single byte numeric field.

BYTE = 2;

BYTE_VALUE

Single byte numeric field.

BYTE = 2;

DATE

Date field.

DATE = 12;

DATE_VALUE

Date field.

DATE = 12;

DECIMAL

Real value numeric field.

DECIMAL = 8;

DECIMAL_VALUE

Real value numeric field.

DECIMAL = 8;

DOUBLE

Double precision numeric field.

DOUBLE = 7;

DOUBLE_VALUE

Double precision numeric field.

DOUBLE = 7;

FLOAT

Floating point numeric field.

FLOAT = 6;

FLOAT_VALUE

Floating point numeric field.

FLOAT = 6;

INT16

16-bit numeric field.

INT16 = 3;

INT16_VALUE

16-bit numeric field.

INT16 = 3;

INT32

32-bit numeric field.

INT32 = 4;

INT32_VALUE

32-bit numeric field.

INT32 = 4;

INT64

64-bit numeric field.

INT64 = 5;

INT64_VALUE

64-bit numeric field.

INT64 = 5;

NULL

Null field that does not have values.

NULL = 100;

NULL_VALUE

Null field that does not have values.

NULL = 100;

RECORD

Structured field. Nested fields that define the structure of the map. If all nested fields are nullable, this field represents a union.

RECORD = 14;

RECORD_VALUE

Structured field. Nested fields that define the structure of the map. If all nested fields are nullable, this field represents a union.

RECORD = 14;

STRING

Sequence of characters field.

STRING = 9;

STRING_VALUE

Sequence of characters field.

STRING = 9;

TIME

Time field.

TIME = 13;

TIMESTAMP

Date and time field.

TIMESTAMP = 11;

TIMESTAMP_VALUE

Date and time field.

TIMESTAMP = 11;

TIME_VALUE

Time field.

TIME = 13;

TYPE_UNSPECIFIED

SchemaType unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

SchemaType unspecified.

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