Class: Google::Cloud::Dataflow::V1beta3::JobExecutionDetails

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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