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



1122
1123
1124
1125
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1122

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

#destination_dataset::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset

Returns Optional. BigQuery destination dataset to create for the subscriber.

Returns:



1122
1123
1124
1125
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1122

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



1122
1123
1124
1125
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1122

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.



1122
1123
1124
1125
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1122

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



1122
1123
1124
1125
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1122

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