public sealed class LookupStreamObjectRequest : IMessage<LookupStreamObjectRequest>, IEquatable<LookupStreamObjectRequest>, IDeepCloneable<LookupStreamObjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class LookupStreamObjectRequest.
Request for looking up a specific stream object by its source object
identifier.
[[["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 `LookupStreamObjectRequest` class within the Google Cloud Datastream v1 API, specifically version 2.4.0."],["`LookupStreamObjectRequest` is used to request a specific stream object by its source object identifier, as a component of the DataStream API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["Key properties of the `LookupStreamObjectRequest` include `Parent` (the parent stream name), `ParentAsStreamName` (a typed view of the parent stream name), and `SourceObjectIdentifier` (the unique identifier of the source object)."],["The latest version available for the class is 2.9.0, with the list of the other available versions provided, ranging from 2.8.0 to 1.0.0."]]],[]]