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"]],[["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 latest version of the `JobExecutionStageInfo` class is `2.0.0-beta07`, which is part of the Dataflow v1beta3 API."],["`JobExecutionStageInfo` provides details on how a specific `Step` within the Dataflow API will be executed."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StepName` property, a `RepeatedField` of strings, represents the steps associated with the execution stage, with a stage possibly having multiple steps."],["The `JobExecutionStageInfo` class has two constructor overloads: a default constructor and a copy constructor that takes another `JobExecutionStageInfo` as a parameter."]]],[]]