public sealed class GetCertificateAuthorityRequest : IMessage<GetCertificateAuthorityRequest>, IEquatable<GetCertificateAuthorityRequest>, IDeepCloneable<GetCertificateAuthorityRequest>, IBufferMessage, IMessage
Request message for [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].
Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] 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-01 UTC."],[[["This webpage details the `GetCertificateAuthorityRequest` class, which is a request message used to retrieve a specific Certificate Authority, within the Google Cloud Security PrivateCA V1 library."],["The latest version of this request class is 3.9.0, and it is also compatible with versions ranging from 3.8.0 down to 1.0.0, as seen by the different links for each version."],["The `GetCertificateAuthorityRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for the request."],["It includes properties such as `CertificateAuthorityName`, which provides a typed view over the resource name, and `Name`, a string property representing the name of the Certificate Authority to be retrieved."],["The class contains 2 constructors, one without any parameters and another using a copy constructor, allowing the creation of new instances by copying existing data from another `GetCertificateAuthorityRequest` object."]]],[]]