public sealed class UpdateCertificateMapRequest : IMessage<UpdateCertificateMapRequest>, IEquatable<UpdateCertificateMapRequest>, IDeepCloneable<UpdateCertificateMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class UpdateCertificateMapRequest.
[[["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-04-01 UTC."],[[["This document provides reference information for the `UpdateCertificateMapRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.6.0."],["The `UpdateCertificateMapRequest` class is used to define and send requests for updating a certificate map, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors to create new instances, either empty or by copying from another `UpdateCertificateMapRequest` object."],["Key properties of the `UpdateCertificateMapRequest` class are `CertificateMap`, which defines the certificate map to be updated, and `UpdateMask`, which specifies which fields of the certificate map should be updated."],["The document also provides links to past versions of the `UpdateCertificateMapRequest` in the 1.0.0 to 2.8.0 range."]]],[]]