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 sealed class in the `Google.Cloud.Datastream.V1Alpha1` namespace, designed for requesting stream data and implementing multiple interfaces for message handling, equality comparison, cloning, and buffering."],["This class inherits from the base `Object` class and provides two constructors, a default constructor `GetStreamRequest()` and a copy constructor `GetStreamRequest(GetStreamRequest other)`, to either create a new object, or clone an existing one."],["It includes two key properties: `Name`, which is a string representing the name of the stream resource to retrieve and is a required field, and `StreamName`, a `StreamName`-typed property, which is a view over the `Name` property."],["`GetStreamRequest` is available in version 1.0.0-beta02, and is also available in newer alpha releases such as 2.0.0-alpha04, and the latest release at 2.0.0-alpha05."]]],[]]