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, specifically for version 2.8.0."],["The `GetEntryRequest` class is used to request a specific entry from the Data Catalog, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the class's constructors, including a default constructor and a copy constructor, and it also details the properties `EntryName` and `Name`, used for identifying the requested catalog entry."],["The page lists multiple previous versions of the documentation, from 2.14.0 (latest) down to 1.2.0, linking to the `GetEntryRequest` class within each respective version of the API documentation."]]],[]]