Reference documentation and code samples for the Google Cloud Memorystore V1 Client class ManagedCertificateAuthority.
A managed certificate authority.
Generated from protobuf message google.cloud.memorystore.v1.CertificateAuthority.ManagedCertificateAuthority
Namespace
Google \ Cloud \ Memorystore \ V1 \ CertificateAuthorityMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ca_certs |
array<ManagedCertificateAuthority\CertChain>
PEM encoded CA certificate chains for managed server authentication. |
getCaCerts
PEM encoded CA certificate chains for managed server authentication.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCaCerts
PEM encoded CA certificate chains for managed server authentication.
Parameter | |
---|---|
Name | Description |
var |
array<ManagedCertificateAuthority\CertChain>
|
Returns | |
---|---|
Type | Description |
$this |