Class: Google::Cloud::Dataflow::V1beta3::StreamingComputationRanges

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

Overview

Describes full or partial data disk assignment information of the computation ranges.

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id::String

Returns The ID of the computation.

Returns:

  • (::String)

    The ID of the computation.



262
263
264
265
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 262

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

#range_assignments::Array<::Google::Cloud::Dataflow::V1beta3::KeyRangeDataDiskAssignment>

Returns Data disk assignments for ranges from this computation.

Returns:



262
263
264
265
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 262

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