public sealed class GetStreamObjectRequest : IMessage<GetStreamObjectRequest>, IEquatable<GetStreamObjectRequest>, IDeepCloneable<GetStreamObjectRequest>, 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 document outlines the `GetStreamObjectRequest` class, which is used to fetch a specific stream object in the Google Cloud Datastream V1 API, with the latest version being 2.9.0 and going down to 1.0.0."],["The `GetStreamObjectRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default constructor and one that accepts another `GetStreamObjectRequest` instance for copying."],["Key properties of the class include `Name`, which is a required string representing the name of the stream object, and `StreamObjectName`, which provides a typed view over the resource name."],["The document provides versioned links to the `GetStreamObjectRequest` class's documentation for different versions of the Google.Cloud.Datastream.V1 API."]]],[]]