Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class GenerateClientCertificateResponse (0.3.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class GenerateClientCertificateResponse.

Message returned by a GenerateClientCertificate operation.

Generated from protobuf message google.cloud.alloydb.v1alpha.GenerateClientCertificateResponse

Namespace

Google \ Cloud \ AlloyDb \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pem_certificate string

Output only. The pem-encoded, signed X.509 certificate.

↳ pem_certificate_chain array

Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

↳ ca_cert string

Optional. The pem-encoded cluster ca X.509 certificate.

getPemCertificate

Output only. The pem-encoded, signed X.509 certificate.

Returns
TypeDescription
string

setPemCertificate

Output only. The pem-encoded, signed X.509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPemCertificateChain

Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPemCertificateChain

Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getCaCert

Optional. The pem-encoded cluster ca X.509 certificate.

Returns
TypeDescription
string

setCaCert

Optional. The pem-encoded cluster ca X.509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this