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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCaCerts

The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.

Parameter
NameDescription
var array<Google\Cloud\Security\PrivateCA\V1\FetchCaCertsResponse\CertChain>
Returns
TypeDescription
$this