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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of `GetStreamRequest` is 2.0.0-alpha05, which is part of the `Google.Cloud.Datastream.V1Alpha1` namespace."],["`GetStreamRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes methods such as `GetHashCode`, `GetType`, and `ToString` from the inherited members."],["The `GetStreamRequest` class has two constructors: a default constructor and one that takes another `GetStreamRequest` object as a parameter."],["The `GetStreamRequest` class features two properties: `Name` which is a string representing the stream resource's name, and `StreamName`, which is a `StreamName`-typed view over the `Name` property."]]],[]]