public sealed class LookupStreamObjectRequest : IMessage<LookupStreamObjectRequest>, IEquatable<LookupStreamObjectRequest>, IDeepCloneable<LookupStreamObjectRequest>, IBufferMessage, IMessage
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 latest version of the `LookupStreamObjectRequest` is 2.9.0, with previous versions ranging from 2.8.0 down to 1.0.0 available for reference."],["`LookupStreamObjectRequest` is a class used to request a specific stream object by its source object identifier within the `Google.Cloud.Datastream.V1` namespace."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message handling."],["The class has properties for `Parent`, a string representing the parent stream, and `SourceObjectIdentifier`, indicating the identifier of the source object."],["`LookupStreamObjectRequest` can be constructed with no parameters or by providing another instance of `LookupStreamObjectRequest` as a parameter for creating a new object based on the passed one."]]],[]]