Google Cloud Memorystore V1 Client - Class RegionalCertChain (0.7.0)

Reference documentation and code samples for the Google Cloud Memorystore V1 Client class RegionalCertChain.

The certificates that form the CA chain, from leaf to root order.

Generated from protobuf message google.cloud.memorystore.v1.SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority.RegionalCertChain

Namespace

Google \ Cloud \ Memorystore \ V1 \ SharedRegionalCertificateAuthority \ RegionalManagedCertificateAuthority

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ certificates string[]

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\RepeatedField<string>

setCertificates

The certificates that form the CA chain, from leaf to root order.

Parameter
Name Description
var string[]
Returns
Type Description
$this