Google Cloud Sql Admin V1 Client - Class SslCertsInsertResponse (0.6.0)

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

SslCert insert response.

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

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#sslCertsInsert.

↳ operation Google\Cloud\Sql\V1\Operation

The operation to track the ssl certs insert request.

↳ server_ca_cert Google\Cloud\Sql\V1\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\V1\SslCertDetail

The new client certificate and private key.

getKind

This is always sql#sslCertsInsert.

Returns
Type Description
string

setKind

This is always sql#sslCertsInsert.

Parameter
Name Description
var string
Returns
Type Description
$this

getOperation

The operation to track the ssl certs insert request.

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

hasOperation

clearOperation

setOperation

The operation to track the ssl certs insert request.

Parameter
Name Description
var Google\Cloud\Sql\V1\Operation
Returns
Type Description
$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
Type Description
Google\Cloud\Sql\V1\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
Name Description
var Google\Cloud\Sql\V1\SslCert
Returns
Type Description
$this

getClientCert

The new client certificate and private key.

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

hasClientCert

clearClientCert

setClientCert

The new client certificate and private key.

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.