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 document provides reference information for the `GetStreamObjectRequest` class within the Google Cloud Datastream v1 API, specifically version 2.5.0."],["`GetStreamObjectRequest` is used to fetch a specific stream object and inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetStreamObjectRequest` class includes properties such as `Name` (a string) and `StreamObjectName` (a typed view over the name), allowing for the specification of the stream object to be retrieved."],["The document lists all previous versions of this class, from `2.0.0` to the latest `2.9.0`, with links to each version's documentation."],["The `GetStreamObjectRequest` class has two constructors, a parameterless constructor, and one that takes another `GetStreamObjectRequest` object as a parameter, allowing for object creation and cloning."]]],[]]