Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
The TLS configuration.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolTlsConfig
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolTlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolTlsConfig
Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolTlsConfig.
13076 13077 13078 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13076 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfigCaCert>
Required. Specifies a list of allowed custom CA certificates for HTTPS
verification.
Corresponds to the JSON property caCerts
13074 13075 13076 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13074 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13081 13082 13083 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13081 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |