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, specifically in the context of .NET development."],["The `GetEntryRequest` class is used as a request message for the `GetEntry` method in the `DataCatalog` service."],["The latest version available for `GetEntryRequest` documentation is 2.14.0, and older versions from 2.13.0 down to 1.2.0 are also accessible."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also has the properties `EntryName` and `Name`."],["The `GetEntryRequest` class has two constructors, one default constructor that takes no parameters and one that takes another `GetEntryRequest` as a parameter."]]],[]]