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
Optional. The assigned project ID of the project.
↳ dataset_id
string
Optional. The ID of the dataset in the above project.
↳ table_id
string
Optional. The ID of the table in the above dataset.
getProjectId
Optional. The assigned project ID of the project.
string
setProjectId
Optional. The assigned project ID of the project.
var
string
$this
getDatasetId
Optional. The ID of the dataset in the above project.
string
setDatasetId
Optional. The ID of the dataset in the above project.
var
string
$this
getTableId
Optional. The ID of the table in the above dataset.
string
setTableId
Optional. The ID of the table in the above dataset.
var
string
$this

