Google Cloud BigQuery Data Exchange V1beta1 Client - Class DestinationDatasetReference (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class DestinationDatasetReference.

Contains the reference that identifies a destination bigquery dataset.

Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference

Namespace

Google \ Cloud \ BigQuery \ DataExchange \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset_id string

Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

↳ project_id string

Required. The ID of the project containing this dataset.

getDatasetId

Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

The maximum length is 1,024 characters.

Returns
TypeDescription
string

setDatasetId

Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

The maximum length is 1,024 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

Required. The ID of the project containing this dataset.

Returns
TypeDescription
string

setProjectId

Required. The ID of the project containing this dataset.

Parameter
NameDescription
var string
Returns
TypeDescription
$this