public sealed class GetCertificateRequest : IMessage<GetCertificateRequest>, IEquatable<GetCertificateRequest>, IDeepCloneable<GetCertificateRequest>, IBufferMessage, IMessage
Request message for
[CertificateAuthorityService.GetCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificate].
[[["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 of the `GetCertificateRequest` documentation is 3.9.0, with several older versions available, ranging down to version 1.0.0."],["`GetCertificateRequest` is a request message used for retrieving a certificate via the `CertificateAuthorityService.GetCertificate` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations and comparisons."],["The `GetCertificateRequest` class includes properties such as `CertificateName` (a typed view) and `Name` (a string) to specify the certificate to be retrieved."],["It inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]