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-03-25 UTC."],[[["This webpage details the `GetEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, showing it's a request object for retrieving entry data and is currently at version 3.3.0."],["The `GetEntryRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["It offers constructors for creating a new `GetEntryRequest` instance, either as a blank entity or as a copy from another `GetEntryRequest` object."],["The class includes properties like `AspectTypes`, `EntryName`, `Name`, `Paths`, and `View`, which allow for specifying filters and preferences when making a data retrieval request, with the mandatory `Name` property being the entry's resource name."],["The page provides a version history with different versions of the `GetEntryRequest` object, with version 3.6.0 being the latest one at the top of the list."]]],[]]