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."],[[["The `LookupEntryRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is used for making requests related to data entries within Google Cloud Dataplex."],["The most recent version documented is 3.6.0, but a wide range of versions are listed, spanning from version 1.0.0 to 3.6.0, providing a history of the API."],["The `LookupEntryRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used in a variety of data handling scenarios."],["Key properties of the `LookupEntryRequest` class include `Entry`, `Name`, `AspectTypes`, `Paths`, and `View`, which control the specific entry being requested, project association, and the level of detail returned."],["The class offers two constructors, a default one and another that takes a `LookupEntryRequest` parameter, allowing for easy creation and cloning of request objects."]]],[]]