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 documentation for the `UpdateCertificateMapRequest` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.0.0 and up to the latest version 2.8.0."],["`UpdateCertificateMapRequest` is used to construct requests for the `UpdateCertificateMap` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, a default constructor and a constructor that accepts another `UpdateCertificateMapRequest` instance for initialization."],["Key properties of the `UpdateCertificateMapRequest` class include `CertificateMap`, which defines the certificate map to be updated, and `UpdateMask`, which is required to specify which fields should be updated."]]],[]]