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."],[[["The `LookupStreamObjectRequest` class is part of the Google Cloud Datastream v1 API and is used to request a specific stream object by its source object identifier."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `LookupStreamObjectRequest` class has constructors to create new instances, with the option to copy another instance, and properties like `Parent`, `ParentAsStreamName`, and `SourceObjectIdentifier` for defining the request."],["The latest version of this class is 2.9.0, and there are multiple versions available from version 1.0.0 to the latest, with each version linked to the reference documentation for `LookupStreamObjectRequest`."]]],[]]