Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for subscribing to a listing.
Instance Attribute Summary collapse
-
#destination_dataset ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset
Input only.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#destination_dataset ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset
Returns Input only. BigQuery destination dataset to create for the subscriber.
675 676 677 678 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675 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
.
675 676 677 678 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675 class SubscribeListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |