Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::PubSubTopicSource
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::PubSubTopicSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Pub/Sub topic source.
Instance Attribute Summary collapse
-
#data_affinity_regions ⇒ ::Array<::String>
Optional.
-
#topic ⇒ ::String
Required.
Instance Attribute Details
#data_affinity_regions ⇒ ::Array<::String>
Returns Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.
620 621 622 623 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 620 class PubSubTopicSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic ⇒ ::String
Returns Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId.
620 621 622 623 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 620 class PubSubTopicSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |