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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 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."]]],[]]