Class: Google::Cloud::Dataflow::V1beta3::PubSubIODetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#subscription::String

Returns Subscription used in the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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