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"]],[["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 `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."]]],[]]