public sealed class GetCertificateMapRequest : IMessage<GetCertificateMapRequest>, IEquatable<GetCertificateMapRequest>, IDeepCloneable<GetCertificateMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateMapRequest.
[[["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 information for the `GetCertificateMapRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.7.0."],["The `GetCertificateMapRequest` class is used to request information about a specific certificate map, as part of the API's `GetCertificateMap` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available is 2.8.0, and this page also provides links to previous versions ranging from 2.6.0 down to 1.0.0-beta02."],["The `GetCertificateMapRequest` class requires the certificate map name as a parameter, specified in the format `projects/*/locations/*/certificateMaps/*`, which can be set using the `Name` property or via the typed view `CertificateMapName`."],["This class inherits members from the base `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`, and includes constructors for creating an empty request or cloning from an existing one."]]],[]]