Class: Google::Cloud::Dataflow::V1beta3::ComputationTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ComputationTopology
- 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
-
#computation_id ⇒ ::String
The ID of the computation.
-
#inputs ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::StreamLocation>
The inputs to the computation.
-
#key_ranges ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::KeyRangeLocation>
The key ranges processed by the computation.
-
#outputs ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::StreamLocation>
The outputs from the computation.
-
#state_families ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::StateFamilyConfig>
The state family values.
-
#system_stage_name ⇒ ::String
The system stage name.
Instance Attribute Details
#computation_id ⇒ ::String
Returns 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.
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.
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.
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.
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.
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 |