Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::Schema::Type.
Type information for fields in schemas and partition schemas.
Constants
TYPE_UNSPECIFIED
value: 0
SchemaType unspecified.
BOOLEAN
value: 1
Boolean field.
BYTE
value: 2
Single byte numeric field.
INT16
value: 3
16-bit numeric field.
INT32
value: 4
32-bit numeric field.
INT64
value: 5
64-bit numeric field.
FLOAT
value: 6
Floating point numeric field.
DOUBLE
value: 7
Double precision numeric field.
DECIMAL
value: 8
Real value numeric field.
STRING
value: 9
Sequence of characters field.
BINARY
value: 10
Sequence of bytes field.
TIMESTAMP
value: 11
Date and time field.
DATE
value: 12
Date field.
TIME
value: 13
Time field.
RECORD
value: 14
Structured field. Nested fields that define the structure of the map.
If all nested fields are nullable, this field represents a union.
Google::Cloud::Dataplex::V1::Schema::Type
value: 100
Null field that does not have values.