Google Cloud Data Catalog V1 Client - Class PrimitiveType (2.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class PrimitiveType.
Protobuf type google.cloud.datacatalog.v1.FieldType.PrimitiveType
Namespace
Google \ Cloud \ DataCatalog \ V1 \ FieldType
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
PRIMITIVE_TYPE_UNSPECIFIED
The default invalid value for a type.
Generated from protobuf enum PRIMITIVE_TYPE_UNSPECIFIED = 0;
DOUBLE
A double precision number.
Generated from protobuf enum DOUBLE = 1;
STRING
An UTF-8 string.
Generated from protobuf enum STRING = 2;
BOOL
A boolean value.
Generated from protobuf enum BOOL = 3;
TIMESTAMP
A timestamp.
Generated from protobuf enum TIMESTAMP = 4;
RICHTEXT
A Richtext description.
Generated from protobuf enum RICHTEXT = 5;
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-09 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-09 UTC."],[],[],null,["# Google Cloud Data Catalog V1 Client - Class PrimitiveType (2.3.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.2 (latest)](/php/docs/reference/cloud-data-catalog/latest/V1.FieldType.PrimitiveType)\n- [2.3.1](/php/docs/reference/cloud-data-catalog/2.3.1/V1.FieldType.PrimitiveType)\n- [2.2.4](/php/docs/reference/cloud-data-catalog/2.2.4/V1.FieldType.PrimitiveType)\n- [2.1.0](/php/docs/reference/cloud-data-catalog/2.1.0/V1.FieldType.PrimitiveType)\n- [2.0.2](/php/docs/reference/cloud-data-catalog/2.0.2/V1.FieldType.PrimitiveType)\n- [1.10.3](/php/docs/reference/cloud-data-catalog/1.10.3/V1.FieldType.PrimitiveType)\n- [1.9.1](/php/docs/reference/cloud-data-catalog/1.9.1/V1.FieldType.PrimitiveType)\n- [1.8.2](/php/docs/reference/cloud-data-catalog/1.8.2/V1.FieldType.PrimitiveType)\n- [1.7.1](/php/docs/reference/cloud-data-catalog/1.7.1/V1.FieldType.PrimitiveType)\n- [1.6.0](/php/docs/reference/cloud-data-catalog/1.6.0/V1.FieldType.PrimitiveType)\n- [1.5.1](/php/docs/reference/cloud-data-catalog/1.5.1/V1.FieldType.PrimitiveType)\n- [1.4.2](/php/docs/reference/cloud-data-catalog/1.4.2/V1.FieldType.PrimitiveType)\n- [1.3.9](/php/docs/reference/cloud-data-catalog/1.3.9/V1.FieldType.PrimitiveType) \nReference documentation and code samples for the Google Cloud Data Catalog V1 Client class PrimitiveType.\n\nProtobuf type `google.cloud.datacatalog.v1.FieldType.PrimitiveType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ V1 \\\\ FieldType\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PRIMITIVE_TYPE_UNSPECIFIED\n\n Value: 0\n\nThe default invalid value for a type.\n\nGenerated from protobuf enum `PRIMITIVE_TYPE_UNSPECIFIED = 0;`\n\n### DOUBLE\n\n Value: 1\n\nA double precision number.\n\nGenerated from protobuf enum `DOUBLE = 1;`\n\n### STRING\n\n Value: 2\n\nAn UTF-8 string.\n\nGenerated from protobuf enum `STRING = 2;`\n\n### BOOL\n\n Value: 3\n\nA boolean value.\n\nGenerated from protobuf enum `BOOL = 3;`\n\n### TIMESTAMP\n\n Value: 4\n\nA timestamp.\n\nGenerated from protobuf enum `TIMESTAMP = 4;`\n\n### RICHTEXT\n\n Value: 5\n\nA Richtext description.\n\nGenerated from protobuf enum `RICHTEXT = 5;`"]]