Google Cloud Redis Cluster V1 Client - Class ManagedCertificateAuthority (0.7.0)

Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ManagedCertificateAuthority.

Generated from protobuf message google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority

Namespace

Google \ Cloud \ Redis \ Cluster \ V1 \ CertificateAuthority

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ca_certs array<ManagedCertificateAuthority\CertChain>

The PEM encoded CA certificate chains for redis managed server authentication

getCaCerts

The PEM encoded CA certificate chains for redis managed server authentication

Returns
Type Description
Google\Protobuf\RepeatedField<ManagedCertificateAuthority\CertChain>

setCaCerts

The PEM encoded CA certificate chains for redis managed server authentication

Parameter
Name Description
var array<ManagedCertificateAuthority\CertChain>
Returns
Type Description
$this