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."],[[["This page details the `LookupEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, serving as a request object in the Google Cloud Dataplex API."],["The content includes documentation for `LookupEntryRequest` across multiple versions, from 1.0.0 up to the latest version 3.6.0, and includes the version that is on display, 3.1.0."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `LookupEntryRequest` class include `Entry`, `EntryAsEntryName`, `Name`, `AspectTypes`, `Paths`, and `View`, allowing for detailed specification of the entry lookup, and are available to the user."],["The `LookupEntryRequest` class contains two constructors, a default one, and another that allows creating an instance based on another `LookupEntryRequest` object."]]],[]]