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 .NET developers."],["The `GetCertificateRequest` class is a request message used by the `CertificateAuthorityService.GetCertificate` method to retrieve a certificate."],["The class is implemented as a sealed class and inherits from `object`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetCertificateRequest` include `CertificateName` (a typed view over the resource name) and `Name` (the string name of the certificate to retrieve)."],["The page contains links to multiple previous versions of the documentation and the latest version, and this specific documentation is for the `3.4.0` version."]]],[]]