public sealed class GetCertificateMapEntryRequest : IMessage<GetCertificateMapEntryRequest>, IEquatable<GetCertificateMapEntryRequest>, IDeepCloneable<GetCertificateMapEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateMapEntryRequest.
[[["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 document provides reference documentation for the `GetCertificateMapEntryRequest` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.0.0 of the .NET library."],["`GetCertificateMapEntryRequest` is used to request a specific certificate map entry, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetCertificateMapEntryRequest` object, to copy parameters."],["The `GetCertificateMapEntryRequest` class includes two properties: `CertificateMapEntryName`, a typed view over the `Name` resource name property, and `Name`, a string that specifies the required certificate map entry name in the format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`."],["The latest version of this class is version 2.8.0, with links provided for several other versions including previous releases and a beta release."]]],[]]