public sealed class StreamingStageLocation : IMessage<StreamingStageLocation>, IEquatable<StreamingStageLocation>, IDeepCloneable<StreamingStageLocation>, IBufferMessage, IMessage
Identifies the location of a streaming computation stage, for
stage-to-stage communication.
[[["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 `StreamingStageLocation` class identifies the location of a streaming computation stage for communication between stages."],["This class is part of the `Google.Cloud.Dataflow.V1Beta3` namespace within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["`StreamingStageLocation` inherits from `Object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `StreamingStageLocation` object as a parameter."],["The `StreamingStageLocation` class has a property called `StreamId`, which is of type string, used to identify a specific stream within a Dataflow job."]]],[]]