Class: Google::Cloud::Dataflow::V1beta3::StageExecutionDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StageExecutionDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Information about the workers and work items within a stage.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If present, this response does not contain all requested tasks.
-
#workers ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Workers that have done work on the stage.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.
339 340 341 342 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 339 class StageExecutionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workers ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Returns Workers that have done work on the stage.
339 340 341 342 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 339 class StageExecutionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |