Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#subscription::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription

Returns Subscription object created from this subscribe action.

Returns:



684
685
686
687
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 684

class SubscribeDataExchangeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end