public sealed class GetEntryRequest : IMessage<GetEntryRequest>, IEquatable<GetEntryRequest>, IDeepCloneable<GetEntryRequest>, 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 page provides documentation for the `GetEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, part of the .NET library for Google Cloud Dataplex, starting from the version 1.0.0 up to the latest 3.6.0."],["The `GetEntryRequest` class is used to retrieve details about a specific data entry and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling functionalities like message handling, equality comparison, and deep cloning."],["Key properties of the `GetEntryRequest` class include `Name` (for specifying the entry resource), `AspectTypes` and `Paths` (for filtering aspects and paths), and `View` (for controlling returned entry details)."],["The class offers two constructors: a default one `GetEntryRequest()` and another `GetEntryRequest(GetEntryRequest other)` for creating a new instance based on an existing one."],["The documentation covers multiple versions of the package `Google.Cloud.Dataplex.V1`, allowing users to navigate between different versions ranging from 1.0.0 up to the latest version, 3.6.0."]]],[]]