Google Cloud Dataplex V1 Client - Class Type (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ Schema
Methods
static::name
static::value
Constants
TYPE_UNSPECIFIED
SchemaType unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
BOOLEAN
Boolean field.
Generated from protobuf enum BOOLEAN = 1;
BYTE
Single byte numeric field.
Generated from protobuf enum BYTE = 2;
INT16
16-bit numeric field.
Generated from protobuf enum INT16 = 3;
INT32
32-bit numeric field.
Generated from protobuf enum INT32 = 4;
INT64
64-bit numeric field.
Generated from protobuf enum INT64 = 5;
FLOAT
Floating point numeric field.
Generated from protobuf enum FLOAT = 6;
DOUBLE
Double precision numeric field.
Generated from protobuf enum DOUBLE = 7;
DECIMAL
Real value numeric field.
Generated from protobuf enum DECIMAL = 8;
STRING
Sequence of characters field.
Generated from protobuf enum STRING = 9;
BINARY
Sequence of bytes field.
Generated from protobuf enum BINARY = 10;
TIMESTAMP
Date and time field.
Generated from protobuf enum TIMESTAMP = 11;
DATE
Date field.
Generated from protobuf enum DATE = 12;
TIME
Time field.
Generated from protobuf enum TIME = 13;
RECORD
Structured 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
Null field that does not have values.
Generated from protobuf enum NULL = 100;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataplex V1 Client - Class Type (1.7.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.1 (latest)](/php/docs/reference/cloud-dataplex/latest/V1.Schema.Type)\n- [1.7.0](/php/docs/reference/cloud-dataplex/1.7.0/V1.Schema.Type)\n- [1.6.1](/php/docs/reference/cloud-dataplex/1.6.1/V1.Schema.Type)\n- [1.4.0](/php/docs/reference/cloud-dataplex/1.4.0/V1.Schema.Type)\n- [1.3.0](/php/docs/reference/cloud-dataplex/1.3.0/V1.Schema.Type)\n- [1.2.1](/php/docs/reference/cloud-dataplex/1.2.1/V1.Schema.Type)\n- [1.1.1](/php/docs/reference/cloud-dataplex/1.1.1/V1.Schema.Type)\n- [1.0.1](/php/docs/reference/cloud-dataplex/1.0.1/V1.Schema.Type)\n- [0.16.1](/php/docs/reference/cloud-dataplex/0.16.1/V1.Schema.Type)\n- [0.15.1](/php/docs/reference/cloud-dataplex/0.15.1/V1.Schema.Type)\n- [0.14.0](/php/docs/reference/cloud-dataplex/0.14.0/V1.Schema.Type)\n- [0.13.0](/php/docs/reference/cloud-dataplex/0.13.0/V1.Schema.Type)\n- [0.12.0](/php/docs/reference/cloud-dataplex/0.12.0/V1.Schema.Type)\n- [0.11.1](/php/docs/reference/cloud-dataplex/0.11.1/V1.Schema.Type)\n- [0.10.0](/php/docs/reference/cloud-dataplex/0.10.0/V1.Schema.Type)\n- [0.9.0](/php/docs/reference/cloud-dataplex/0.9.0/V1.Schema.Type)\n- [0.8.0](/php/docs/reference/cloud-dataplex/0.8.0/V1.Schema.Type)\n- [0.7.0](/php/docs/reference/cloud-dataplex/0.7.0/V1.Schema.Type)\n- [0.6.0](/php/docs/reference/cloud-dataplex/0.6.0/V1.Schema.Type)\n- [0.5.1](/php/docs/reference/cloud-dataplex/0.5.1/V1.Schema.Type)\n- [0.4.0](/php/docs/reference/cloud-dataplex/0.4.0/V1.Schema.Type)\n- [0.3.0](/php/docs/reference/cloud-dataplex/0.3.0/V1.Schema.Type)\n- [0.2.3](/php/docs/reference/cloud-dataplex/0.2.3/V1.Schema.Type)\n- [0.1.6](/php/docs/reference/cloud-dataplex/0.1.6/V1.Schema.Type) \nReference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.\n\nType information for fields in schemas and partition schemas.\n\nProtobuf type `google.cloud.dataplex.v1.Schema.Type`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataplex \\\\ V1 \\\\ Schema\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n Value: 0\n\nSchemaType unspecified.\n\nGenerated from protobuf enum `TYPE_UNSPECIFIED = 0;`\n\n### BOOLEAN\n\n Value: 1\n\nBoolean field.\n\nGenerated from protobuf enum `BOOLEAN = 1;`\n\n### BYTE\n\n Value: 2\n\nSingle byte numeric field.\n\nGenerated from protobuf enum `BYTE = 2;`\n\n### INT16\n\n Value: 3\n\n16-bit numeric field.\n\nGenerated from protobuf enum `INT16 = 3;`\n\n### INT32\n\n Value: 4\n\n32-bit numeric field.\n\nGenerated from protobuf enum `INT32 = 4;`\n\n### INT64\n\n Value: 5\n\n64-bit numeric field.\n\nGenerated from protobuf enum `INT64 = 5;`\n\n### FLOAT\n\n Value: 6\n\nFloating point numeric field.\n\nGenerated from protobuf enum `FLOAT = 6;`\n\n### DOUBLE\n\n Value: 7\n\nDouble precision numeric field.\n\nGenerated from protobuf enum `DOUBLE = 7;`\n\n### DECIMAL\n\n Value: 8\n\nReal value numeric field.\n\nGenerated from protobuf enum `DECIMAL = 8;`\n\n### STRING\n\n Value: 9\n\nSequence of characters field.\n\nGenerated from protobuf enum `STRING = 9;`\n\n### BINARY\n\n Value: 10\n\nSequence of bytes field.\n\nGenerated from protobuf enum `BINARY = 10;`\n\n### TIMESTAMP\n\n Value: 11\n\nDate and time field.\n\nGenerated from protobuf enum `TIMESTAMP = 11;`\n\n### DATE\n\n Value: 12\n\nDate field.\n\nGenerated from protobuf enum `DATE = 12;`\n\n### TIME\n\n Value: 13\n\nTime field.\n\nGenerated from protobuf enum `TIME = 13;`\n\n### RECORD\n\n Value: 14\n\nStructured field. Nested fields that define the structure of the map.\n\nIf all nested fields are nullable, this field represents a union.\n\nGenerated from protobuf enum `RECORD = 14;`\n\n### NULL\n\n Value: 100\n\nNull field that does not have values.\n\nGenerated from protobuf enum `NULL = 100;`"]]