public sealed class JobExecutionStageInfo : IMessage<JobExecutionStageInfo>, IEquatable<JobExecutionStageInfo>, IDeepCloneable<JobExecutionStageInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobExecutionStageInfo.
Contains information about how a particular
[google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.
[[["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 latest version of the \u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, which is part of the Dataflow v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e provides details on how a specific \u003ccode\u003eStep\u003c/code\u003e within the Dataflow API will be executed.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStepName\u003c/code\u003e property, a \u003ccode\u003eRepeatedField\u003c/code\u003e of strings, represents the steps associated with the execution stage, with a stage possibly having multiple steps.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e class has two constructor overloads: a default constructor and a copy constructor that takes another \u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobExecutionStageInfo (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.JobExecutionStageInfo)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobExecutionStageInfo)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobExecutionStageInfo) \n\n public sealed class JobExecutionStageInfo : IMessage\u003cJobExecutionStageInfo\u003e, IEquatable\u003cJobExecutionStageInfo\u003e, IDeepCloneable\u003cJobExecutionStageInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobExecutionStageInfo.\n\nContains information about how a particular\n\\[google.dataflow.v1beta3.Step\\]\\[google.dataflow.v1beta3.Step\\] will be executed. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobExecutionStageInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobExecutionStageInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionStageInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobExecutionStageInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionStageInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobExecutionStageInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionStageInfo), [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### JobExecutionStageInfo()\n\n public JobExecutionStageInfo()\n\n### JobExecutionStageInfo(JobExecutionStageInfo)\n\n public JobExecutionStageInfo(JobExecutionStageInfo other)\n\nProperties\n----------\n\n### StepName\n\n public RepeatedField\u003cstring\u003e StepName { get; }\n\nThe steps associated with the execution stage.\nNote that stages may have several steps, and that a given step\nmight be run by more than one stage."]]