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

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

SslCert insert response.

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#sslCertsInsert.

↳ operation Google\Cloud\Sql\V1beta4\Operation

The operation to track the ssl certs insert request.

↳ server_ca_cert Google\Cloud\Sql\V1beta4\SslCert

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

↳ client_cert Google\Cloud\Sql\V1beta4\SslCertDetail

The new client certificate and private key.

getKind

This is always sql#sslCertsInsert.

Returns
TypeDescription
string

setKind

This is always sql#sslCertsInsert.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOperation

The operation to track the ssl certs insert request.

Returns
TypeDescription
Google\Cloud\Sql\V1beta4\Operation|null

hasOperation

clearOperation

setOperation

The operation to track the ssl certs insert request.

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

getServerCaCert

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

Returns
TypeDescription
Google\Cloud\Sql\V1beta4\SslCert|null

hasServerCaCert

clearServerCaCert

setServerCaCert

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

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

getClientCert

The new client certificate and private key.

Returns
TypeDescription
Google\Cloud\Sql\V1beta4\SslCertDetail|null

hasClientCert

clearClientCert

setClientCert

The new client certificate and private key.

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