public sealed class GetEntryRequest : IMessage<GetEntryRequest>, IEquatable<GetEntryRequest>, IDeepCloneable<GetEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class GetEntryRequest.
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 reference documentation for the `GetEntryRequest` class within the Google Cloud Data Catalog v1 API for .NET."],["The `GetEntryRequest` class is a request message used to retrieve an entry in the Data Catalog, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntryRequest` class offers two constructors: a default constructor and one that takes another `GetEntryRequest` as a parameter."],["The class has two properties: `EntryName`, which provides a typed view of the entry name, and `Name`, which is a string representing the required name of the entry to retrieve."],["The documentation is versioned, with the latest version being 2.14.0 and other versions available down to 1.2.0, with the current version of the page being 2.7.0."]]],[]]