public sealed class UpdateCertificateMapRequest : IMessage<UpdateCertificateMapRequest>, IEquatable<UpdateCertificateMapRequest>, IDeepCloneable<UpdateCertificateMapRequest>, IBufferMessage, IMessage
[[["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."],[[["The `UpdateCertificateMapRequest` class is used to request updates to a certificate map in the Google Cloud Certificate Manager."],["The latest version of this class is 2.8.0, and there are also multiple previous versions available, ranging from 2.7.0 down to 1.0.0-beta02."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCertificateMapRequest` class includes properties like `CertificateMap`, which defines the certificate map to update, and `UpdateMask`, which specifies the fields to update."],["This class is found within the `Google.Cloud.CertificateManager.V1` namespace and its assembly file is `Google.Cloud.CertificateManager.V1.dll`."]]],[]]