BigQueryTableReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message representing a reference to a single BigQuery table.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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_v1.types.Schema
Optional. The schema of the datasource. |
location_boundary |
str
Optional. The location to restrict BigQuery operations to. If unspecified, this value defaults to the location of the endpoint. Examples: "us-central1", "europe-west1". This field is a member of oneof_ _location_boundary.
|