Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeDataExchangeRequest
- 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
-
#destination ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#subscriber_contact ⇒ ::String
Email of the subscriber.
-
#subscription ⇒ ::String
Required.
Instance Attribute Details
#destination ⇒ ::String
Returns Required. The parent resource path of the Subscription.
e.g. projects/subscriberproject/locations/US
.
705 706 707 708 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 705 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
.
705 706 707 708 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 705 class SubscribeDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscriber_contact ⇒ ::String
Returns Email of the subscriber.
705 706 707 708 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 705 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
.
705 706 707 708 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 705 class SubscribeDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |