Google Cloud Sql Admin V1 Client - Class InstancesListServerCertificatesResponse (1.6.0)

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

Instances ListServerCertificates response.

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

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ca_certs array<SslCert>

List of server CA certificates for the instance.

↳ server_certs array<SslCert>

List of server certificates for the instance, signed by the corresponding CA from the ca_certs list.

↳ active_version string

The sha1_fingerprint of the active certificate from server_certs.

↳ kind string

This is always sql#instancesListServerCertificates.

getCaCerts

List of server CA certificates for the instance.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCaCerts

List of server CA certificates for the instance.

Parameter
Name Description
var array<SslCert>
Returns
Type Description
$this

getServerCerts

List of server certificates for the instance, signed by the corresponding CA from the ca_certs list.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setServerCerts

List of server certificates for the instance, signed by the corresponding CA from the ca_certs list.

Parameter
Name Description
var array<SslCert>
Returns
Type Description
$this

getActiveVersion

The sha1_fingerprint of the active certificate from server_certs.

Returns
Type Description
string

setActiveVersion

The sha1_fingerprint of the active certificate from server_certs.

Parameter
Name Description
var string
Returns
Type Description
$this

getKind

This is always sql#instancesListServerCertificates.

Returns
Type Description
string

setKind

This is always sql#instancesListServerCertificates.

Parameter
Name Description
var string
Returns
Type Description
$this