Datastream V1 API - Class Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SingleTargetDataset (v0.11.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SingleTargetDataset.

A single target dataset to which all data will be streamed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset_id

def dataset_id() -> ::String
Returns
  • (::String) — The dataset ID of the target dataset. DatasetIds allowed characters: https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#datasetreference.

#dataset_id=

def dataset_id=(value) -> ::String
Parameter
  • value (::String) — The dataset ID of the target dataset. DatasetIds allowed characters: https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#datasetreference.
Returns
  • (::String) — The dataset ID of the target dataset. DatasetIds allowed characters: https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#datasetreference.