Class BigQueryField (2.0.1)

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

Message defining a field of a BigQuery table.

Attributes

NameDescription
table `.storage.BigQueryTable`
Source table of the field.
field `.storage.FieldId`
Designated field in the BigQuery table.

Inheritance

builtins.object > proto.message.Message > BigQueryField