Class TableSchema (3.14.0)

TableSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)

BigQuery Compatible table schema.

Attribute

NameDescription
fields Sequence[google.cloud.asset_v1.types.TableFieldSchema]
Describes the fields in a table.

Inheritance

builtins.object > proto.message.Message > TableSchema