Class: Google::Cloud::Dataflow::V1beta3::StreamingComputationRanges
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StreamingComputationRanges
- 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
-
#computation_id ⇒ ::String
The ID of the computation.
-
#range_assignments ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::KeyRangeDataDiskAssignment>
Data disk assignments for ranges from this computation.
Instance Attribute Details
#computation_id ⇒ ::String
Returns 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.
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 |