public sealed class GetStreamRequest : IMessage<GetStreamRequest>, IEquatable<GetStreamRequest>, IDeepCloneable<GetStreamRequest>, IBufferMessage, IMessage
[[["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 available for `GetStreamRequest` is 2.0.0-alpha05, with version 2.0.0-alpha04 being the current page's focus, and version 1.0.0-beta02 also being available."],["`GetStreamRequest` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The `GetStreamRequest` class is part of the `Google.Cloud.Datastream.V1Alpha1` namespace and is contained within the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."],["`GetStreamRequest` has two constructors: a default constructor and one that takes another `GetStreamRequest` object as a parameter."],["The class contains two properties, `Name` which is a string representing the stream resource name, and `StreamName` which is a StreamName-typed view over the name resource property."]]],[]]