Reference documentation and code samples for the Google Certificate Authority Service V1 Client class GetCertificateAuthorityRequest.
Request message for CertificateAuthorityService.GetCertificateAuthority.
Generated from protobuf message google.cloud.security.privateca.v1.GetCertificateAuthorityRequest
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringRequired. The name of the CertificateAuthority to get. | 
getName
Required. The name of the CertificateAuthority to get.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Required. The name of the CertificateAuthority to get.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameter | |
|---|---|
| Name | Description | 
| name | stringRequired. The name of the CertificateAuthority to get. Please see Google\Cloud\Security\PrivateCA\V1\CertificateAuthorityServiceClient::certificateAuthorityName() for help formatting this field. | 
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Security\PrivateCA\V1\GetCertificateAuthorityRequest | |