public sealed class StageExecutionDetails : IMessage<StageExecutionDetails>, IEquatable<StageExecutionDetails>, IDeepCloneable<StageExecutionDetails>, IBufferMessage, IMessage, IPageResponse<WorkerDetails>, IEnumerable<WorkerDetails>, IEnumerableReference documentation and code samples for the Dataflow v1beta3 API class StageExecutionDetails.
Information about the workers and work items within a stage.
Implements
IMessageStageExecutionDetails, IEquatableStageExecutionDetails, IDeepCloneableStageExecutionDetails, IBufferMessage, IMessage, IPageResponseWorkerDetails, IEnumerableWorkerDetails, IEnumerableNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StageExecutionDetails()
public StageExecutionDetails()StageExecutionDetails(StageExecutionDetails)
public StageExecutionDetails(StageExecutionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
StageExecutionDetails |
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 |
|
Workers
public RepeatedField<WorkerDetails> Workers { get; }Workers that have done work on the stage.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWorkerDetails |
|
Methods
GetEnumerator()
public IEnumerator<WorkerDetails> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorWorkerDetails |
|