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 `GetStreamRequest` class is a request message used to retrieve a stream resource in the Google Cloud Datastream V1 API, and it is part of the `Google.Cloud.Datastream.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object comparison."],["The `GetStreamRequest` class has two constructors: a default constructor and another that takes another `GetStreamRequest` instance as a parameter for copying."],["It includes two key properties, `Name` (a string) and `StreamName` (of type `StreamName`), which are used to specify the stream resource to be retrieved and its associated resource name, respectively."],["The latest version of the `GetStreamRequest` class available is 2.9.0, but several previous versions of the class are also available for use."]]],[]]