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-03-21 UTC."],[[["This webpage details the `GetCertificateTemplateRequest` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, part of the .NET library for Google Cloud's Private Certificate Authority service."],["The `GetCertificateTemplateRequest` class is used to create requests for retrieving a specific `CertificateTemplate`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of this document is version 3.9.0, and there are previous versions starting from 3.8.0 down to 1.0.0, all found within the .NET documentation for the Google.Cloud.Security.PrivateCA.V1 API."],["The `GetCertificateTemplateRequest` class has properties `CertificateTemplateName` and `Name`, where `Name` is a string representing the resource name of the Certificate Template and is required to successfully retrieve a certificate template."],["The class can be constructed using an empty constructor or via one that takes an existing `GetCertificateTemplateRequest` object, and it inherits some members from the `Object` class, such as GetHashCode, GetType, and ToString."]]],[]]