Class Google::Cloud::Dataflow::V1beta3::JobExecutionDetails (v0.2.0)

Information about the execution of a job.

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.

#stages

def stages() -> ::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>
Returns

#stages=

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