Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for response when you subscribe to a listing.
Instance Attribute Summary collapse
-
#subscription ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription
Subscription object created from this subscribe action.
Instance Attribute Details
#subscription ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription
Returns Subscription object created from this subscribe action.
684 685 686 687 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 684 class SubscribeListingResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |