Reference documentation and code samples for the Google Certificate Authority Service V1 Client class FetchCaCertsResponse.
Response message for CertificateAuthorityService.FetchCaCerts.
Generated from protobuf message google.cloud.security.privateca.v1.FetchCaCertsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ca_certs |
array<Google\Cloud\Security\PrivateCA\V1\FetchCaCertsResponse\CertChain>
The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool. |
getCaCerts
The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCaCerts
The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Security\PrivateCA\V1\FetchCaCertsResponse\CertChain>
|
Returns | |
---|---|
Type | Description |
$this |