public sealed class GetCertificateTemplateRequest : IMessage<GetCertificateTemplateRequest>, IEquatable<GetCertificateTemplateRequest>, IDeepCloneable<GetCertificateTemplateRequest>, IBufferMessage, IMessage
Request message for
[CertificateAuthorityService.GetCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate].
Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
get.
[[["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-04-17 UTC."],[[["The webpage details the `GetCertificateTemplateRequest` class, which is a request message for retrieving a `CertificateTemplate` using the `CertificateAuthorityService`."],["Version 2.0.0 is being displayed and it is one of many versions available, with version 3.9.0 being the latest, and it includes links to older versions as far back as 1.0.0."],["The `GetCertificateTemplateRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCertificateTemplateRequest` class has two constructors, a default one, and another that accepts a `GetCertificateTemplateRequest` object."],["This class includes two key properties: `CertificateTemplateName`, which provides a typed view over the resource name, and `Name`, which is a required string field that specifies the name of the `CertificateTemplate` to retrieve."]]],[]]