Class ColumnSchema (1.0.1)

Representation of a column within a schema. Columns could be nested inside other columns. .. attribute:: column

Required. Name of the column.

Optional. Description of the column. Default value is an empty string.

Optional. Schema of sub-columns. A column can have zero or more sub-columns.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ColumnSchema