Google Cloud Sql Admin V1beta4 Client - Class SslCertDetail (0.7.0)

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

SslCertDetail.

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cert_info Google\Cloud\Sql\V1beta4\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
TypeDescription
Google\Cloud\Sql\V1beta4\SslCert|null

hasCertInfo

clearCertInfo

setCertInfo

The public information about the cert.

Parameter
NameDescription
var Google\Cloud\Sql\V1beta4\SslCert
Returns
TypeDescription
$this

getCertPrivateKey

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

Returns
TypeDescription
string

setCertPrivateKey

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this