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-04-09 UTC."],[[["This webpage details the `LookupEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, showcasing various versions from 1.0.0 to the latest 3.6.0."],["The `LookupEntryRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class offers properties such as `AspectTypes`, `Entry`, `EntryAsEntryName`, `Name`, `Paths`, and `View`, which are used to define and configure a lookup entry request."],["The class has two constructors, a default constructor `LookupEntryRequest()` and one that takes another `LookupEntryRequest` object for copying, `LookupEntryRequest(LookupEntryRequest other)`."],["`LookupEntryRequest` requires the resource name of the Entry and project, using the properties `Entry` and `Name`, respectively, to attribute the request."]]],[]]