public sealed class DeleteCertificateRequest : IMessage<DeleteCertificateRequest>, IEquatable<DeleteCertificateRequest>, IDeepCloneable<DeleteCertificateRequest>, 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."],[[["This webpage details the `DeleteCertificateRequest` class within the `Google.Cloud.CertificateManager.V1` namespace, used for requests to delete a certificate."],["The `DeleteCertificateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 2.8.0, with versions ranging from 1.0.0-beta02 to 2.8.0 available."],["The class includes properties like `CertificateName` and `Name`, with the latter being a required string in the format `projects/*/locations/*/certificates/*`."],["There are two constructors provided for the `DeleteCertificateRequest` class, the default and one that accepts another `DeleteCertificateRequest` object."]]],[]]