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 document provides reference information for the `GetCertificateRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.6.0, and shows its relationship to various other versions."],["The `GetCertificateRequest` class is used to request a certificate, is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default constructor, `GetCertificateRequest()`, and one that takes another `GetCertificateRequest` object as a parameter, `GetCertificateRequest(GetCertificateRequest other)`."],["It includes two properties: `CertificateName`, which is a typed view over the `Name` resource, and `Name`, which is a string representing the required name of the certificate in a specific format."],["The latest version available in this document is 2.8.0, with a listing of versions all the way back to 1.0.0-beta02."]]],[]]