public sealed class LookupEntryRequest : IMessage<LookupEntryRequest>, IEquatable<LookupEntryRequest>, IDeepCloneable<LookupEntryRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["The `LookupEntryRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is used for looking up entries in the Dataplex service, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cLookupEntryRequest\u003e`, `IDeepCloneable\u003cLookupEntryRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `LookupEntryRequest` class contains properties such as `Entry`, `Name`, `AspectTypes`, `Paths`, and `View`, which are used to specify the entry to look up, filter aspects, and define the scope of the response."],["There are multiple available versions of `LookupEntryRequest` ranging from version 1.0.0 all the way to the latest version of 3.6.0."],["The class offers two constructors, one default and one that accepts another `LookupEntryRequest` object for initialization, allowing for object creation and duplication."]]],[]]