public sealed class GetStreamRequest : IMessage<GetStreamRequest>, IEquatable<GetStreamRequest>, IDeepCloneable<GetStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetStreamRequest.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `GetStreamRequest` class within the Google Cloud Datastream V1 API, specifically version 2.2.0."],["`GetStreamRequest` is a class used to request a stream, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property, which is a required string representing the name of the stream to retrieve, and it also offers a `StreamName` property that is a typed view over the `Name`."],["The current release 2.2.0 is one of many versions of this class, with the most recent version being 2.9.0, and versions spanning back to 1.0.0."],["The GetStreamRequest class has two constructors: the default empty constructor and a constructor that takes another `GetStreamRequest` as a parameter."]]],[]]