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-21 UTC."],[[["This page details the `LookupEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 3.3.0 of the library."],["The `LookupEntryRequest` class is used to request information about a specific data entry, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Entry`, `Name`, `AspectTypes`, `Paths`, and `View`, which allow for specifying the target entry and controlling the details returned in the response."],["The latest version available is 3.6.0, with previous versions listed from 3.5.0 all the way down to 1.0.0 for the same `LookupEntryRequest` class."],["The `LookupEntryRequest` class is part of the `Google.Cloud.Dataplex.V1.dll` assembly, with a couple of constructors for instantiating a request object."]]],[]]