public sealed class ExecutionStageState : IMessage<ExecutionStageState>, IEquatable<ExecutionStageState>, IDeepCloneable<ExecutionStageState>, IBufferMessage, IMessage
A message describing the state of a particular execution stage.
Implements
IMessage<ExecutionStageState>, IEquatable<ExecutionStageState>, IDeepCloneable<ExecutionStageState>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ExecutionStageState()
public ExecutionStageState()
ExecutionStageState(ExecutionStageState)
public ExecutionStageState(ExecutionStageState other)
Parameter | |
---|---|
Name | Description |
other | ExecutionStageState |
Properties
CurrentStateTime
public Timestamp CurrentStateTime { get; set; }
The time at which the stage transitioned to this state.
Property Value | |
---|---|
Type | Description |
Timestamp |
ExecutionStageName
public string ExecutionStageName { get; set; }
The name of the execution stage.
Property Value | |
---|---|
Type | Description |
String |
ExecutionStageState_
public JobState ExecutionStageState_ { get; set; }
Executions stage states allow the same set of values as JobState.
Property Value | |
---|---|
Type | Description |
JobState |