public sealed class JobExecutionDetails : IMessage<JobExecutionDetails>, IEquatable<JobExecutionDetails>, IDeepCloneable<JobExecutionDetails>, IBufferMessage, IMessage, IPageResponse<StageSummary>, IEnumerable<StageSummary>, IEnumerable
Information about the execution of a job.
Implements
IMessage<JobExecutionDetails>, IEquatable<JobExecutionDetails>, IDeepCloneable<JobExecutionDetails>, IBufferMessage, IMessage, IPageResponse<StageSummary>, IEnumerable<StageSummary>, IEnumerableNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
RepeatedField<StageSummary> |
Methods
GetEnumerator()
public IEnumerator<StageSummary> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<StageSummary> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |