Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Overview
The TLS configuration.
Instance Attribute Summary collapse
-
#ca_certs ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfigCaCert>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolTlsConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolTlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolTlsConfig
Returns a new instance of GoogleCloudDialogflowV2beta1ToolTlsConfig.
24033 24034 24035 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 24033 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfigCaCert>
Required. Specifies a list of allowed custom CA certificates for HTTPS
verification.
Corresponds to the JSON property caCerts
24031 24032 24033 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 24031 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24038 24039 24040 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 24038 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |