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-25 UTC."],[[["This webpage provides reference documentation for the `GetEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically in the .NET environment."],["The content covers various versions of the API, ranging from version 1.2.0 up to the latest version 2.14.0, allowing users to navigate to the documentation of different versions."],["`GetEntryRequest` is a class used to request data catalog entries and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with different .NET functionalities."],["The class includes properties like `EntryName` and `Name` which are essential for identifying the specific data entry being requested, including constructors to initialize or copy instances of `GetEntryRequest`."],["The documentation also includes information about inherited members, namespace, assembly and an overview of the parameter `other`, that it takes for initialization."]]],[]]