public sealed class JobExecutionStageInfo : IMessage<JobExecutionStageInfo>, IEquatable<JobExecutionStageInfo>, IDeepCloneable<JobExecutionStageInfo>, IBufferMessage, IMessage
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"]],[["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 document provides information about the `JobExecutionStageInfo` class within the `Google.Cloud.Dataflow.V1Beta3` namespace, specifically in version 1.0.0-beta03, detailing its role in how steps are executed."],["The `JobExecutionStageInfo` class inherits from `Object` and implements `IMessage\u003cJobExecutionStageInfo\u003e`, `IEquatable\u003cJobExecutionStageInfo\u003e`, `IDeepCloneable\u003cJobExecutionStageInfo\u003e`, `IBufferMessage`, and `IMessage`, providing functionalities like deep cloning and equality comparison."],["The class offers two constructors: a default one and another that accepts a `JobExecutionStageInfo` instance for creating a copy, allowing for flexible object creation."],["It contains a `StepName` property, a `RepeatedField\u003cstring\u003e`, which lists the steps associated with an execution stage, highlighting that stages may contain multiple steps, and steps may be part of multiple stages."],["The document covers inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are standard methods for any object in .NET."]]],[]]