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."],[[["This document provides reference documentation for the `UpdateCertificateRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.4.0, and also provides links to the other versions."],["The `UpdateCertificateRequest` class is used to define requests for updating certificates within the Certificate Manager API, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Certificate` to define the certificate details and `UpdateMask` to specify which parts of the resource should be updated."],["The `UpdateCertificateRequest` class also has two constructors: a default constructor and a constructor that takes another `UpdateCertificateRequest` object as a parameter."],["The `UpdateCertificateRequest` is derived from the base `object` class and includes several inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]