Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class GenerateClientCertificateResponse.
Message returned by a GenerateClientCertificate operation.
Generated from protobuf message google.cloud.alloydb.v1beta.GenerateClientCertificateResponse
Namespace
Google \ Cloud \ AlloyDb \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setPemCertificate
Output only. The pem-encoded, signed X.509 certificate.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getCaCert
Optional. The pem-encoded cluster ca X.509 certificate.
Returns | |
---|---|
Type | Description |
string |
setCaCert
Optional. The pem-encoded cluster ca X.509 certificate.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |