Class: Google::Cloud::Dataflow::V1beta3::JobExecutionDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::JobExecutionDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Information about the execution of a job.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If present, this response does not contain all requested tasks.
-
#stages ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>
The stages of the job execution.
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.
246 247 248 249 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 246 class JobExecutionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stages ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>
Returns The stages of the job execution.
246 247 248 249 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 246 class JobExecutionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |