Class BigQueryTableReference (0.3.0)

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

Message representing a reference to a single BigQuery table.

Attributes

Name Description
project_id str
Required. The project that the table belongs to.
dataset_id str
Required. The dataset that the table belongs to.
table_id str
Required. The table id.
schema google.cloud.geminidataanalytics_v1alpha.types.Schema
Optional. The schema of the datasource.