Google BigQuery Reservation V1 Client - Class TableReference (1.3.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setProjectId

The assigned project ID of the project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDatasetId

The ID of the dataset in the above project.

Returns
TypeDescription
string

setDatasetId

The ID of the dataset in the above project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTableId

The ID of the table in the above dataset.

Returns
TypeDescription
string

setTableId

The ID of the table in the above dataset.

Parameter
NameDescription
var string
Returns
TypeDescription
$this