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."],[[["This webpage details the `GetCertificateRequest` class, which is used to request a specific certificate from the Google Cloud Private Certificate Authority service."],["The `GetCertificateRequest` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is defined within the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The latest version for `GetCertificateRequest` is 3.9.0, with various other versions from 3.8.0 to 1.0.0 also being documented."],["The `GetCertificateRequest` class has two constructors, one default and another that accepts another `GetCertificateRequest` instance as a parameter."],["The `GetCertificateRequest` class contains two main properties, `CertificateName` which is a typed view over the certificate name, and `Name` which is a required property for specifying the name of the certificate to get."]]],[]]