public sealed class GetCertificateRequest : IMessage<GetCertificateRequest>, IEquatable<GetCertificateRequest>, IDeepCloneable<GetCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class GetCertificateRequest.
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 provides reference documentation for the `GetCertificateRequest` class within the Google Cloud Security PrivateCA V1 API, specifically for version 3.7.0."],["The `GetCertificateRequest` class is used to request a certificate from the Certificate Authority Service, as detailed in the API documentation."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the `GetCertificateRequest` class's constructors, including a parameter for cloning another `GetCertificateRequest` object."],["The documentation details the properties `CertificateName` and `Name` that are part of the `GetCertificateRequest` class, used for a typed view and to specify the name of the certificate to retrieve, respectively."]]],[]]