Class: Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SingleTargetDataset
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SingleTargetDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
A single target dataset to which all data will be streamed.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
The dataset ID of the target dataset.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns The dataset ID of the target dataset.
744 745 746 747 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 744 class SingleTargetDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |