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 \ FieldTypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PRIMITIVE_TYPE_UNSPECIFIED
Value: 0The default invalid value for a type.
Generated from protobuf enum PRIMITIVE_TYPE_UNSPECIFIED = 0;
DOUBLE
Value: 1A double precision number.
Generated from protobuf enum DOUBLE = 1;
STRING
Value: 2An UTF-8 string.
Generated from protobuf enum STRING = 2;
BOOL
Value: 3A boolean value.
Generated from protobuf enum BOOL = 3;
TIMESTAMP
Value: 4A timestamp.
Generated from protobuf enum TIMESTAMP = 4;
RICHTEXT
Value: 5A Richtext description.
Generated from protobuf enum RICHTEXT = 5;