Dataflow v1beta3 API - Class JobExecutionDetails (2.0.0-beta07)

public sealed class JobExecutionDetails : IMessage<JobExecutionDetails>, IEquatable<JobExecutionDetails>, IDeepCloneable<JobExecutionDetails>, IBufferMessage, IMessage, IPageResponse<StageSummary>, IEnumerable<StageSummary>, IEnumerable

Reference documentation and code samples for the Dataflow v1beta3 API class JobExecutionDetails.

Information about the execution of a job.

Inheritance

object > JobExecutionDetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

JobExecutionDetails()

public JobExecutionDetails()

JobExecutionDetails(JobExecutionDetails)

public JobExecutionDetails(JobExecutionDetails other)
Parameter
Name Description
other JobExecutionDetails

Properties

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
Type Description
string

Stages

public RepeatedField<StageSummary> Stages { get; }

The stages of the job execution.

Property Value
Type Description
RepeatedFieldStageSummary

Methods

GetEnumerator()

public IEnumerator<StageSummary> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorStageSummary