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.
Implements
IMessage<StageExecutionDetails>, IEquatable<StageExecutionDetails>, IDeepCloneable<StageExecutionDetails>, IBufferMessage, IMessage, IPageResponse<WorkerDetails>, IEnumerable<WorkerDetails>, 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 |
RepeatedField<WorkerDetails> |
Methods
GetEnumerator()
public IEnumerator<WorkerDetails> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<WorkerDetails> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |