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 documentation for the `GetCertificateRequest` class within the Google Cloud Certificate Manager v1 API."],["The `GetCertificateRequest` class is used to request a certificate and is part of the `Google.Cloud.CertificateManager.V1` namespace, as documented for version 2.7.0 of the library."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["It contains properties `CertificateName` of type `CertificateName` and `Name` of type string, where name is a required property that must be in a specific format."],["The webpage lists various versions of the class, from the latest 2.8.0 to older versions like 1.0.0-beta02, as well as the current version documentation of 2.7.0."]]],[]]