public sealed class ExecutionStageState : IMessage<ExecutionStageState>, IEquatable<ExecutionStageState>, IDeepCloneable<ExecutionStageState>, IBufferMessage, IMessage
A message describing the state of a particular execution stage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ExecutionStageState` class, which is part of the `Google.Cloud.Dataflow.V1Beta3` namespace in the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["The `ExecutionStageState` class is a sealed class that represents the state of a specific execution stage and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and one that takes another `ExecutionStageState` object as a parameter."],["The `ExecutionStageState` class has three key properties: `CurrentStateTime`, which records when the stage transitioned to its current state, `ExecutionStageName`, representing the stage's name, and `ExecutionStageState_`, which reflects the stage's current job state."],["The latest version available is `2.0.0-beta07`, while the page covers `1.0.0-beta03`, with an additional version available as `2.0.0-beta06`."]]],[]]