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.2.0."],["`GetStreamObjectRequest` is used to fetch a specific stream object and inherits from the base `Object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and another that takes another `GetStreamObjectRequest` as an argument for copying purposes."],["The `GetStreamObjectRequest` class includes properties such as `Name` (a string) and `StreamObjectName`, which provides a typed view of the `Name` property."],["The document provides links to previous and latest versions, with 2.9.0 being the most recent, offering the capability to access documentation for varying iterations."]]],[]]