Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::JobExecutionDetails.
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
- (::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>) — The stages of the job execution.
#stages=
def stages=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>) — The stages of the job execution.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::StageSummary>) — The stages of the job execution.