Class: Google::Cloud::Dataflow::V1beta3::CustomSourceLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/streaming.rb

Overview

Identifies the location of a custom souce.

Instance Attribute Summary collapse

Instance Attribute Details

#stateful::Boolean

Returns Whether this source is stateful.

Returns:

  • (::Boolean)

    Whether this source is stateful.



115
116
117
118
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 115

class CustomSourceLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end