Google Cloud Data Catalog V1 Client - Class PrimitiveType (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class PrimitiveType.

Protobuf type google.cloud.datacatalog.v1.FieldType.PrimitiveType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

PRIMITIVE_TYPE_UNSPECIFIED

Value: 0

The default invalid value for a type.

Generated from protobuf enum PRIMITIVE_TYPE_UNSPECIFIED = 0;

DOUBLE

Value: 1

A double precision number.

Generated from protobuf enum DOUBLE = 1;

STRING

Value: 2

An UTF-8 string.

Generated from protobuf enum STRING = 2;

BOOL

Value: 3

A boolean value.

Generated from protobuf enum BOOL = 3;

TIMESTAMP

Value: 4

A timestamp.

Generated from protobuf enum TIMESTAMP = 4;

RICHTEXT

Value: 5

A Richtext description.

Generated from protobuf enum RICHTEXT = 5;