Class: Google::Cloud::Dataflow::V1beta3::PubSubIODetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::PubSubIODetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Metadata for a Pub/Sub connector used by the job.
Instance Attribute Summary collapse
-
#subscription ⇒ ::String
Subscription used in the connection.
-
#topic ⇒ ::String
Topic accessed in the connection.
Instance Attribute Details
#subscription ⇒ ::String
Returns Subscription used in the connection.
220 221 222 223 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 220 class PubSubIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic ⇒ ::String
Returns Topic accessed in the connection.
220 221 222 223 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 220 class PubSubIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |