public sealed class ExecutionStageState : IMessage<ExecutionStageState>, IEquatable<ExecutionStageState>, IDeepCloneable<ExecutionStageState>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageState.
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."],[[["The `ExecutionStageState` class, part of the Dataflow v1beta3 API, represents the state of a specific execution stage in a dataflow pipeline."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one and another that takes an `ExecutionStageState` object as a parameter."],["It exposes three properties: `CurrentStateTime` (a `Timestamp`), `ExecutionStageName` (a `string`), and `ExecutionStageState_` (a `JobState`), allowing access to relevant information."],["The current version is 2.0.0-beta07, with prior versions including 2.0.0-beta06 and 1.0.0-beta03."]]],[]]