Google Cloud Sql Admin V1 Client - Class SslCertDetail (0.16.1)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SslCertDetail.

SslCertDetail.

Generated from protobuf message google.cloud.sql.v1.SslCertDetail

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cert_info Google\Cloud\Sql\V1\SslCert

The public information about the cert.

↳ cert_private_key string

The private key for the client cert, in pem format. Keep private in order to protect your security.

getCertInfo

The public information about the cert.

Returns
Type Description
Google\Cloud\Sql\V1\SslCert|null

hasCertInfo

clearCertInfo

setCertInfo

The public information about the cert.

Parameter
Name Description
var Google\Cloud\Sql\V1\SslCert
Returns
Type Description
$this

getCertPrivateKey

The private key for the client cert, in pem format. Keep private in order to protect your security.

Returns
Type Description
string

setCertPrivateKey

The private key for the client cert, in pem format. Keep private in order to protect your security.

Parameter
Name Description
var string
Returns
Type Description
$this