Class StageExecutionDetails (1.0.0-beta03)

public sealed class StageExecutionDetails : IMessage<StageExecutionDetails>, IEquatable<StageExecutionDetails>, IDeepCloneable<StageExecutionDetails>, IBufferMessage, IMessage, IPageResponse<WorkerDetails>, IEnumerable<WorkerDetails>, IEnumerable

Information about the workers and work items within a stage.

Inheritance

Object > StageExecutionDetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StageExecutionDetails()

public StageExecutionDetails()

StageExecutionDetails(StageExecutionDetails)

public StageExecutionDetails(StageExecutionDetails other)
Parameter
NameDescription
otherStageExecutionDetails

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

Workers

public RepeatedField<WorkerDetails> Workers { get; }

Workers that have done work on the stage.

Property Value
TypeDescription
RepeatedField<WorkerDetails>

Methods

GetEnumerator()

public IEnumerator<WorkerDetails> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<WorkerDetails>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator