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

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

SslCerts list response.

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

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#sslCertsList.

↳ items array<Google\Cloud\Sql\V1beta4\SslCert>

List of client certificates for the instance.

getKind

This is always sql#sslCertsList.

Returns
TypeDescription
string

setKind

This is always sql#sslCertsList.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getItems

List of client certificates for the instance.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

List of client certificates for the instance.

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