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-04-09 UTC."],[[["This page provides reference documentation for the `GetEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.13.0."],["`GetEntryRequest` is used as a request message for retrieving a data catalog entry via the `GetEntry` method."],["The page details that the `GetEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists the available versions of the API, with 2.14.0 being the latest, and links to the `GetEntryRequest` documentation for each version."],["The `GetEntryRequest` class includes two constructors, one default and one that accepts another `GetEntryRequest` object as a parameter, and it has two properties, `EntryName` and `Name`."]]],[]]