Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeRequest

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 subscribing to a Data Exchange.

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US.

Returns:

  • (::String)

    Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US



675
676
677
678
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675

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

#name::String

Returns Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123.

Returns:

  • (::String)

    Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123



675
676
677
678
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675

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

#subscriber_contact::String

Returns Email of the subscriber.

Returns:

  • (::String)

    Email of the subscriber.



675
676
677
678
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675

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

#subscription::String

Returns Required. Name of the subscription to create. e.g. subscription1.

Returns:

  • (::String)

    Required. Name of the subscription to create. e.g. subscription1



675
676
677
678
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 675

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