public sealed class GetCertificateRequest : IMessage<GetCertificateRequest>, IEquatable<GetCertificateRequest>, IDeepCloneable<GetCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateRequest.
[[["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 Certificate Manager v1 API, specifically for version 2.3.0."],["The `GetCertificateRequest` class is used to request a certificate and is part of the `Google.Cloud.CertificateManager.V1` namespace in the Google Cloud .NET library."],["The `GetCertificateRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cGetCertificateRequest\u003e`, `IDeepCloneable\u003cGetCertificateRequest\u003e`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes a `GetCertificateRequest` object as a parameter, allowing for copying of the existing request."],["It includes two key properties: `CertificateName`, which is a typed view of the certificate name, and `Name`, a string that holds the required certificate name in a specific project and location format."]]],[]]