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.3.0, and shows its relationship to prior versions."],["The `UpdateCertificateRequest` class is used to define and handle requests for updating certificates, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCertificateRequest` class has two constructors: a default constructor and a copy constructor, with one containing a parameter of type `UpdateCertificateRequest` used to copy another instance of the class."],["It includes properties such as `Certificate` and `UpdateMask`, where `Certificate` defines the certificate to update and `UpdateMask` specifies which resource fields are subject to update."],["This `UpdateCertificateRequest` is located within the `Google.Cloud.CertificateManager.V1` namespace, and the `Google.Cloud.CertificateManager.V1.dll` assembly."]]],[]]