dtkt.shared.v1beta1messages.proto

Field

Message

Represents a field within a table, query, input/output, etc.

FieldTypeNumberDescription
namestring1

Name of the field.

type
DataType
2

Data type of the field.

descriptionstring3

Description of the field.

nullablebool4

Indicates if the field allows null values (i.e. is not required).

repeatedbool5

Indicates if the field contains repeated values (i.e. an array of the given type).

fields
Field[]
6

Nested fields, if the field is a complex type (i.e. the type represents an object or map type).

element
FieldElement
7

Protoform field element for runtime UI configuration.