dtkt.catalog.v1beta2type.proto

Field

Message

Field encodes a named type (see above) definition of a value found in the context of a table read/write or query param/result.

FieldTypeNumberDescription
namestring1

Name of the field.

type
Type
2

Type of the field.

descriptionstring3

Description of the field.

nullablebool4

Indicates if the field allows null values (i.e. a corresponding value is allowed to be null in the context of a table or query).

repeatedbool5

Indicates if the field contains repeated values (i.e. value's kind is expected to be a ListValue with each value conforming to this field's type.

fields
Field[]
6

Fields are nested named type definitions if this field type's kind corresponds with either an object or a JSON value.

element
FieldElement
7

Protoform field element for runtime dynamic form UI.