Class DataType (2.0.0)

DataType(value)

Defines data types that are supported for inlined schemas. These types are consistent with google.protobuf.Value][google.protobuf.Value].

Enums

Name Description
DATA_TYPE_UNSPECIFIED Not specified.
STRING Represents any string value.
NUMBER Represents any number value.
BOOLEAN Represents a boolean value.
ARRAY Represents a repeated value.