Class: Google::Cloud::Dataflow::V1beta3::StageExecutionDetails

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 workers and work items within a stage.

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.



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.

Returns:



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