Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingRequest.
Message for subscribing to a listing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#destination_dataset
def destination_dataset() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset
-
(::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset) — Input only. BigQuery destination dataset to create for the subscriber.
Note: The following fields are mutually exclusive:
destination_dataset
,destination_pubsub_subscription
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_dataset=
def destination_dataset=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset
-
value (::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset) — Input only. BigQuery destination dataset to create for the subscriber.
Note: The following fields are mutually exclusive:
destination_dataset
,destination_pubsub_subscription
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset) — Input only. BigQuery destination dataset to create for the subscriber.
Note: The following fields are mutually exclusive:
destination_dataset
,destination_pubsub_subscription
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_pubsub_subscription
def destination_pubsub_subscription() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription
-
(::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription) — Input only. Destination Pub/Sub subscription to create for the
subscriber.
Note: The following fields are mutually exclusive:
destination_pubsub_subscription
,destination_dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_pubsub_subscription=
def destination_pubsub_subscription=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription
-
value (::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription) — Input only. Destination Pub/Sub subscription to create for the
subscriber.
Note: The following fields are mutually exclusive:
destination_pubsub_subscription
,destination_dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription) — Input only. Destination Pub/Sub subscription to create for the
subscriber.
Note: The following fields are mutually exclusive:
destination_pubsub_subscription
,destination_dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
-
(::String) — Required. Resource name of the listing that you want to subscribe to.
e.g.
projects/myproject/locations/US/dataExchanges/123/listings/456
.
#name=
def name=(value) -> ::String
-
value (::String) — Required. Resource name of the listing that you want to subscribe to.
e.g.
projects/myproject/locations/US/dataExchanges/123/listings/456
.
-
(::String) — Required. Resource name of the listing that you want to subscribe to.
e.g.
projects/myproject/locations/US/dataExchanges/123/listings/456
.