Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class CertChain.
Generated from protobuf message google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain
Namespace
Google \ Cloud \ Redis \ Cluster \ V1 \ CertificateAuthority \ ManagedCertificateAuthorityMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ certificates | 
        
          array
          The certificates that form the CA chain, from leaf to root order.  | 
      
getCertificates
The certificates that form the CA chain, from leaf to root order.
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\Internal\RepeatedField | 
        |
setCertificates
The certificates that form the CA chain, from leaf to root order.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string[]
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |