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."],[[["This webpage details the `GetStreamRequest` class, which is used to request information about a stream, and is part of the `Google.Cloud.Datastream.V1` namespace."],["The latest version of the documentation is 2.9.0, and previous versions dating back to 1.0.0 are also documented and linked."],["`GetStreamRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetStreamRequest\u003e`, `IDeepCloneable\u003cGetStreamRequest\u003e`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `GetStreamRequest` class has two constructors, a default constructor, and a constructor that accepts another `GetStreamRequest` object, and two properties, `Name` which is a required string, and `StreamName` which is a stream name type."],["The `GetStreamRequest` class is found in the `Google.Cloud.Datastream.V1.dll` assembly."]]],[]]