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-04-09 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 several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LookupStreamObjectRequest` has two constructors, one default and one that accepts another `LookupStreamObjectRequest` as a parameter."],["It includes properties such as `Parent` (a string), `ParentAsStreamName` (a `StreamName` type), and `SourceObjectIdentifier` (a `SourceObjectIdentifier` type), all of which are crucial to identifying the requested stream object."],["Version 2.9.0 is the most up-to-date version, while version 1.0.0 represents the oldest version amongst the available versions listed, ranging from 1.0.0 to 2.9.0."]]],[]]