Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Defines the destination Pub/Sub subscription.
Instance Attribute Summary collapse
Instance Attribute Details
#pubsub_subscription ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::PubSubSubscription
Returns Required. Destination Pub/Sub subscription resource.
400 401 402 403 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 400 class DestinationPubSubSubscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |