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."],[[["The latest version of the `GetCertificateRequest` API is 2.8.0, part of the Google Cloud Certificate Manager v1 API."],["`GetCertificateRequest` is a class used to retrieve details about a specific certificate and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating new instances, either empty or as a copy of another `GetCertificateRequest` object."],["The `GetCertificateRequest` class contains properties `CertificateName` (a typed view) and `Name` (a string) to specify the certificate to be described, requiring a specific format for the certificate's name."],["This class inherits multiple members from the object class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]