Class: Google::Cloud::Dataflow::V1beta3::ComputationTopology

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

Overview

All configuration data for a particular Computation.

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id::String

Returns The ID of the computation.

Returns:

  • (::String)

    The ID of the computation.



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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

#inputs::Array<::Google::Cloud::Dataflow::V1beta3::StreamLocation>

Returns The inputs to the computation.

Returns:



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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

#key_ranges::Array<::Google::Cloud::Dataflow::V1beta3::KeyRangeLocation>

Returns The key ranges processed by the computation.

Returns:



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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

#outputs::Array<::Google::Cloud::Dataflow::V1beta3::StreamLocation>

Returns The outputs from the computation.

Returns:



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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

#state_families::Array<::Google::Cloud::Dataflow::V1beta3::StateFamilyConfig>

Returns The state family values.

Returns:



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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

#system_stage_name::String

Returns The system stage name.

Returns:

  • (::String)

    The system stage name.



171
172
173
174
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 171

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