public sealed class UpdateCertificateMapEntryRequest : IMessage<UpdateCertificateMapEntryRequest>, IEquatable<UpdateCertificateMapEntryRequest>, IDeepCloneable<UpdateCertificateMapEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class UpdateCertificateMapEntryRequest.
[[["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 `UpdateCertificateMapEntryRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.5.0."],["The `UpdateCertificateMapEntryRequest` class is used to request updates to a certificate map entry and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that takes another `UpdateCertificateMapEntryRequest` object as a parameter for copying purposes."],["The `UpdateCertificateMapEntryRequest` class has two properties: `CertificateMapEntry`, which defines the certificate map entry to update, and `UpdateMask`, which specifies which fields of the resource to update."],["The document also provides links to previous versions of the `UpdateCertificateMapEntryRequest` class, from version 2.8.0 (latest) down to version 1.0.0-beta02."]]],[]]