Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class DestinationDatasetReference.
Contains the reference that identifies a destination bigquery dataset.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.DestinationDatasetReference
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProjectId
Required. The ID of the project containing this dataset.
Returns | |
---|---|
Type | Description |
string |
setProjectId
Required. The ID of the project containing this dataset.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |