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 webpage details the `GetEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used for retrieving an entry in Google Cloud Data Catalog."],["The `GetEntryRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor `GetEntryRequest()` and a copy constructor `GetEntryRequest(GetEntryRequest other)`, allowing for the creation of new instances."],["Key properties of the `GetEntryRequest` class are `EntryName`, which provides a typed view of the resource name, and `Name`, a string that represents the required name of the entry to retrieve."],["This page also lists various versions of the `GetEntryRequest` documentation, ranging from version 1.2.0 up to the latest 2.14.0."]]],[]]