Class TableReference (1.7.2)

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

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.

Attributes

NameDescription
project_id str
The assigned project ID of the project.
dataset_id str
The ID of the dataset in the above project.
table_id str
The ID of the table in the above dataset.

Inheritance

builtins.object > proto.message.Message > TableReference