public sealed class GetStreamObjectRequest : IMessage<GetStreamObjectRequest>, IEquatable<GetStreamObjectRequest>, IDeepCloneable<GetStreamObjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetStreamObjectRequest.
[[["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 provides reference documentation for the `GetStreamObjectRequest` class within the Google Cloud Datastream V1 API for .NET, covering versions from 1.0.0 to the latest, 2.9.0."],["The `GetStreamObjectRequest` class is used to fetch a specific stream object and is part of the `Google.Cloud.Datastream.V1` namespace, residing in the `Google.Cloud.Datastream.V1.dll` assembly."],["The `GetStreamObjectRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."],["It includes two constructors, a default constructor and one that takes another `GetStreamObjectRequest` instance, along with two properties, `Name` and `StreamObjectName`, to specify the requested stream object."],["The latest version, 2.9.0, as well as 9 other previous versions down to version 1.0.0 are available to the user on this page to view."]]],[]]