Class: Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.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
Returns 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.
103 104 105 106 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 103 class DestinationDatasetReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the project containing this dataset.
103 104 105 106 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 103 class DestinationDatasetReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |