Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
Type information for fields in schemas and partition schemas.
Protobuf type google.cloud.dataplex.v1.Schema.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ SchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0SchemaType unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
BOOLEAN
Value: 1Boolean field.
Generated from protobuf enum BOOLEAN = 1;
BYTE
Value: 2Single byte numeric field.
Generated from protobuf enum BYTE = 2;
INT16
Value: 316-bit numeric field.
Generated from protobuf enum INT16 = 3;
INT32
Value: 432-bit numeric field.
Generated from protobuf enum INT32 = 4;
INT64
Value: 564-bit numeric field.
Generated from protobuf enum INT64 = 5;
FLOAT
Value: 6Floating point numeric field.
Generated from protobuf enum FLOAT = 6;
DOUBLE
Value: 7Double precision numeric field.
Generated from protobuf enum DOUBLE = 7;
DECIMAL
Value: 8Real value numeric field.
Generated from protobuf enum DECIMAL = 8;
STRING
Value: 9Sequence of characters field.
Generated from protobuf enum STRING = 9;
BINARY
Value: 10Sequence of bytes field.
Generated from protobuf enum BINARY = 10;
TIMESTAMP
Value: 11Date and time field.
Generated from protobuf enum TIMESTAMP = 11;
DATE
Value: 12Date field.
Generated from protobuf enum DATE = 12;
TIME
Value: 13Time field.
Generated from protobuf enum TIME = 13;
RECORD
Value: 14Structured field. Nested fields that define the structure of the map.
If all nested fields are nullable, this field represents a union.
Generated from protobuf enum RECORD = 14;
NULL
Value: 100Null field that does not have values.
Generated from protobuf enum NULL = 100;