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 page details the `GetStreamRequest` class, which is used to request information about a specific stream in the Google Cloud Datastream V1 service, with the latest version being 2.9.0."],["The `GetStreamRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The class includes properties such as `Name` which is a required string representing the name of the stream resource to retrieve, and `StreamName`, which provides a typed view over the `Name` property."],["The page also provides a historical overview of this class across versions, ranging from version 1.0.0 up to the most recent 2.9.0, with the specific content here referencing version 2.1.0."]]],[]]