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 .NET development."],["The `GetEntryRequest` class is used to create a request message for retrieving a specific entry from the Data Catalog."],["The documentation outlines the class's constructors, including a default constructor and one that accepts another `GetEntryRequest` object for copying."],["Key properties of the `GetEntryRequest` class include `EntryName` (a typed view of the entry's resource name) and `Name` (the string representation of the entry's name, which is required)."],["The page contains a list of the available versions from the 2.14.0(latest) down to 1.2.0 for the GetEntryRequest class."]]],[]]