Class: Google::Cloud::Bigquery::DataExchange::V1beta1::SubscribeListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::SubscribeListingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for subscribing to a listing.
Instance Attribute Summary collapse
-
#destination_dataset ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDataset
BigQuery destination dataset to create for the subscriber.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#destination_dataset ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDataset
Returns BigQuery destination dataset to create for the subscriber.
483 484 485 486 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 483 class SubscribeListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Resource name of the listing that you want to subscribe to.
e.g. projects/myproject/locations/US/dataExchanges/123/listings/456
.
483 484 485 486 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 483 class SubscribeListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |