Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::StageExecutionDetails (v0.6.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StageExecutionDetails.

Information about the workers and work items within a stage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#workers

def workers() -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Returns

#workers=

def workers=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Parameter
Returns