public sealed class GetStreamRequest : IMessage<GetStreamRequest>, IEquatable<GetStreamRequest>, IDeepCloneable<GetStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetStreamRequest.
[[["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 documentation page covers the `GetStreamRequest` class within the Google Cloud Datastream V1 API for .NET, specifically version 2.3.0."],["`GetStreamRequest` is used to get a stream, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetStreamRequest` class has two constructors, a default constructor and one that accepts another `GetStreamRequest` object for cloning."],["The `GetStreamRequest` class contains two properties: `Name`, a string representing the name of the stream, and `StreamName`, a `StreamName`-typed view over the `Name`."],["The provided content also details the history of this element through its various versions, with version 2.9.0 being the most recent."]]],[]]