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 webpage provides reference documentation for the `GetStreamRequest` class within the Google Cloud Datastream V1 API, specifically version 2.8.0."],["The `GetStreamRequest` class is used to request a specific stream resource and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetStreamRequest` class has two constructors: a default constructor and a constructor that takes another `GetStreamRequest` object as a parameter."],["Key properties of `GetStreamRequest` include `Name`, a string representing the stream resource's name, and `StreamName`, which provides a typed view over the resource name."],["This page also provides version history information for the `GetStreamRequest` class ranging from version 1.0.0 to 2.9.0."]]],[]]