Class DataType (1.158.0)

DataType(value)

Data type of the metadata.

Enums

Name Description
DATA_TYPE_UNSPECIFIED Unspecified type.
INTEGER Integer type.
FLOAT Float type.
STRING String type.
DATETIME Supported formats: %Y-%m-%dT%H:%M:%E\ *S%E*\ z (absl::RFC3339_full) %Y-%m-%dT%H:%M:%E\ *S %Y-%m-%dT%H:%M%E*\ z %Y-%m-%dT%H:%M %Y-%m-%dT%H%E\ *z %Y-%m-%dT%H %Y-%m-%d%E*\ z %Y-%m-%d %Y-%m %Y
BOOLEAN Boolean type.
LIST List type. - Each element in the list must be of the exact same data schema; otherwise, they are invalid arguments. - Elements cannot be another list (no list of list).

Methods

DataType

DataType(value)

Data type of the metadata.