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-21 UTC."],[[["This webpage provides documentation for the `GetEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its usage in retrieving data catalog entries."],["The `GetEntryRequest` class is a request message used for the `GetEntry` operation in the Google Cloud Data Catalog API, with this specific page focusing on version 1.5.0, and also showing other versions, up to the latest, 2.14.0."],["The `GetEntryRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEntryRequest` class include `EntryName`, which is a typed view over the resource name, and `Name`, which is a string representing the required name of the entry to retrieve."],["The webpage provides a history of the different versions of this class, beginning at 1.2.0 and going all the way up to 2.14.0 which is the current latest."]]],[]]