Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Overview
The TLS configuration.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolTlsConfig
constructor
A new instance of GoogleCloudDialogflowV2ToolTlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolTlsConfig
Returns a new instance of GoogleCloudDialogflowV2ToolTlsConfig.
19331 19332 19333 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19331 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfigCaCert>
Required. Specifies a list of allowed custom CA certificates for HTTPS
verification.
Corresponds to the JSON property caCerts
19329 19330 19331 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19329 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19336 19337 19338 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19336 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |