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 page provides documentation for the `GetEntryRequest` class within the Google Cloud Data Catalog v1 API for .NET."],["The `GetEntryRequest` class is used to request a specific entry from the Data Catalog, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents various versions of the `GetEntryRequest` class, from version 1.2.0 up to the latest version 2.14.0."],["The primary properties associated with `GetEntryRequest` are `EntryName`, which provides a type-safe view of the resource name, and `Name`, which is a string property that holds the entry's name and is a required field."],["This class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, in addition to having `GetEntryRequest()` constructors."]]],[]]