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 within the `Google.Cloud.Security.PrivateCA.V1` namespace, used for requesting a specific certificate from the Certificate Authority Service."],["The latest version documented is 3.9.0, and the page lists available documentation for versions ranging from 1.0.0 to 3.9.0 for this `GetCertificateRequest` class."],["`GetCertificateRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to the message."],["The class includes two constructors, a default constructor, and one that takes another `GetCertificateRequest` as a parameter to clone it."],["The `GetCertificateRequest` class has properties such as `CertificateName` and `Name`, both of which are essential to identifying the certificate being requested, with the Name being a string representing the name of the certificate to get, and `CertificateName` being the CertificateName-typed view over the name resource."]]],[]]