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 \ CertificateAuthorityMethods
__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\Internal\RepeatedField |
setCaCerts
The PEM encoded CA certificate chains for redis managed server authentication
Parameter | |
---|---|
Name | Description |
var |
array<ManagedCertificateAuthority\CertChain>
|
Returns | |
---|---|
Type | Description |
$this |