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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The assigned project ID of the project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetId
The ID of the dataset in the above project.
Returns | |
---|---|
Type | Description |
string |
setDatasetId
The ID of the dataset in the above project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTableId
The ID of the table in the above dataset.
Returns | |
---|---|
Type | Description |
string |
setTableId
The ID of the table in the above dataset.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |