Reference documentation and code samples for the Google Cloud Datastream V1 Client class SingleTargetDataset.
A single target dataset to which all data will be streamed.
Generated from protobuf message google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset_id |
string
|
getDatasetId
Generated from protobuf field string dataset_id = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatasetId
Generated from protobuf field string dataset_id = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|