public sealed class GetEntryRequest : IMessage<GetEntryRequest>, IEquatable<GetEntryRequest>, IDeepCloneable<GetEntryRequest>, IBufferMessage, IMessage
Request message for
[GetEntry][google.cloud.datacatalog.v1.DataCatalog.GetEntry].
[[["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 `GetEntryRequest` class, which is used to request data catalog entries within the `Google.Cloud.DataCatalog.V1` namespace."],["The `GetEntryRequest` class has an inheritance structure starting from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `GetEntryRequest`: a default constructor and a copy constructor that accepts another `GetEntryRequest` object."],["The class has two properties, `EntryName` which is an `EntryName` type and `Name` which is a `string`, that are both used for specifying the target entry of the request."],["The page lists various versions of this class from 2.0.0 to 2.14.0, in addition to versions 1.2.0 to 1.8.0, with the latest being version 2.14.0."]]],[]]