Google Cloud Ces V1 Client - Class TlsConfig (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class TlsConfig.

The TLS configuration.

Generated from protobuf message google.cloud.ces.v1.TlsConfig

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ca_certs array<TlsConfig\CaCert>

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

getCaCerts

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCaCerts

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

Parameter
Name Description
var array<TlsConfig\CaCert>
Returns
Type Description
$this