Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class TLSConfig.
The TLS configuration.
Generated from protobuf message google.cloud.dialogflow.v2.Tool.TLSConfig
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ToolMethods
__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 |
|