public sealed class UpdateCertificateRequest : IMessage<UpdateCertificateRequest>, IEquatable<UpdateCertificateRequest>, IDeepCloneable<UpdateCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class UpdateCertificateRequest.
[[["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 document provides reference documentation for the `UpdateCertificateRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.2.0."],["`UpdateCertificateRequest` is a class used to update a certificate via the `UpdateCertificate` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties `Certificate` and `UpdateMask`, which are required for defining the certificate and applying an update mask respectively."],["The document contains a list of other versions of the `UpdateCertificateRequest` class, ranging from 1.0.0-beta02 up to the latest at 2.8.0."]]],[]]