Google Certificate Authority Service V1 Client - Class FetchCertificateAuthorityCsrResponse (1.3.1)

Reference documentation and code samples for the Google Certificate Authority Service V1 Client class FetchCertificateAuthorityCsrResponse.

Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.

Generated from protobuf message google.cloud.security.privateca.v1.FetchCertificateAuthorityCsrResponse

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pem_csr string

Output only. The PEM-encoded signed certificate signing request (CSR).

getPemCsr

Output only. The PEM-encoded signed certificate signing request (CSR).

Returns
TypeDescription
string

setPemCsr

Output only. The PEM-encoded signed certificate signing request (CSR).

Parameter
NameDescription
var string
Returns
TypeDescription
$this