Reference documentation and code samples for the Google BigQuery Reservation V1 Client class TableReference.
Fully qualified reference to BigQuery table.
Internally stored as google.cloud.bi.v1.BqTableReference.
Generated from protobuf message google.cloud.bigquery.reservation.v1.TableReference
Namespace
Google \ Cloud \ BigQuery \ Reservation \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
The assigned project ID of the project.
↳ dataset_id
string
The ID of the dataset in the above project.
↳ table_id
string
The ID of the table in the above dataset.
getProjectId
The assigned project ID of the project.
string
setProjectId
The assigned project ID of the project.
var
string
$this
getDatasetId
The ID of the dataset in the above project.
string
setDatasetId
The ID of the dataset in the above project.
var
string
$this
getTableId
The ID of the table in the above dataset.
string
setTableId
The ID of the table in the above dataset.
var
string
$this