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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExecutionStageState\u003c/code\u003e class, part of the Dataflow v1beta3 API, represents the state of a specific execution stage in a dataflow pipeline.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that takes an \u003ccode\u003eExecutionStageState\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt exposes three properties: \u003ccode\u003eCurrentStateTime\u003c/code\u003e (a \u003ccode\u003eTimestamp\u003c/code\u003e), \u003ccode\u003eExecutionStageName\u003c/code\u003e (a \u003ccode\u003estring\u003c/code\u003e), and \u003ccode\u003eExecutionStageState_\u003c/code\u003e (a \u003ccode\u003eJobState\u003c/code\u003e), allowing access to relevant information.\u003c/p\u003e\n"],["\u003cp\u003eThe current version is 2.0.0-beta07, with prior versions including 2.0.0-beta06 and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class ExecutionStageState (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState) \n\n public sealed class ExecutionStageState : IMessage\u003cExecutionStageState\u003e, IEquatable\u003cExecutionStageState\u003e, IDeepCloneable\u003cExecutionStageState\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageState.\n\nA message describing the state of a particular execution stage. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExecutionStageState \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExecutionStageState](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExecutionStageState](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExecutionStageState](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageState), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### ExecutionStageState()\n\n public ExecutionStageState()\n\n### ExecutionStageState(ExecutionStageState)\n\n public ExecutionStageState(ExecutionStageState other)\n\nProperties\n----------\n\n### CurrentStateTime\n\n public Timestamp CurrentStateTime { get; set; }\n\nThe time at which the stage transitioned to this state.\n\n### ExecutionStageName\n\n public string ExecutionStageName { get; set; }\n\nThe name of the execution stage.\n\n### ExecutionStageState_\n\n public JobState ExecutionStageState_ { get; set; }\n\nExecutions stage states allow the same set of values as JobState."]]