public sealed class GetCertificateRequest : IMessage<GetCertificateRequest>, IEquatable<GetCertificateRequest>, IDeepCloneable<GetCertificateRequest>, 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."],[[["The latest version available for `GetCertificateRequest` is 2.8.0, with the page providing access to various versions ranging down to 1.0.0-beta02."],["`GetCertificateRequest` is a class used to request the retrieval of a certificate in the Google Cloud Certificate Manager V1, as outlined by it's description."],["This `GetCertificateRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used for protocol buffer messages."],["The `GetCertificateRequest` class has two constructors: a default constructor and a copy constructor that accepts another `GetCertificateRequest` object."],["The `GetCertificateRequest` class includes properties like `CertificateName` and `Name`, with `Name` being a required string property specifying the certificate to describe, following the format `projects/*/locations/*/certificates/*`."]]],[]]