Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeResponse
- 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 Data Exchange.
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.
714 715 716 717 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 714 class SubscribeDataExchangeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |