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."],[[["This document provides reference information for the `JobExecutionStageInfo` class within the Dataflow v1beta3 API, specifically version 2.0.0-beta06."],["The `JobExecutionStageInfo` class details how a specific step will be executed and is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `JobExecutionStageInfo` class includes constructors for creating new instances, either empty or as a copy of another `JobExecutionStageInfo` object, and one property, `StepName`, which contains the names of the steps associated with the execution stage."],["The `JobExecutionStageInfo` class belongs to the `Google.Cloud.Dataflow.V1Beta3` namespace and is contained within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]