public sealed class Tool.Types.TLSConfig : IMessage<Tool.Types.TLSConfig>, IEquatable<Tool.Types.TLSConfig>, IDeepCloneable<Tool.Types.TLSConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.TLSConfig.
The TLS configuration.
Implements
IMessageToolTypesTLSConfig, IEquatableToolTypesTLSConfig, IDeepCloneableToolTypesTLSConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
TLSConfig()
public TLSConfig()TLSConfig(TLSConfig)
public TLSConfig(Tool.Types.TLSConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolTypesTLSConfig |
Properties
CaCerts
public RepeatedField<Tool.Types.TLSConfig.Types.CACert> CaCerts { get; }Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldToolTypesTLSConfigTypesCACert |
|