Google Certificate Authority Service V1 Client - Class FetchCaCertsResponse (1.7.3)

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

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

getCaCerts

The PEM encoded CA certificate chains of all certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCaCerts

The PEM encoded CA certificate chains of all certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

Parameter
Name Description
var array<Google\Cloud\Security\PrivateCA\V1\FetchCaCertsResponse\CertChain>
Returns
Type Description
$this