Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Contains the reference that identifies a destination bigquery dataset.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#dataset_id ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 145 class DestinationDatasetReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 145 class DestinationDatasetReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |