Class JobExecutionDetails (1.0.0-beta03)

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

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
NameDescription
otherJobExecutionDetails

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
TypeDescription
String

Stages

public RepeatedField<StageSummary> Stages { get; }

The stages of the job execution.

Property Value
TypeDescription
RepeatedField<StageSummary>

Methods

GetEnumerator()

public IEnumerator<StageSummary> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<StageSummary>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator