Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#cert ⇒ String
Corresponds to the JSON property
certNOTE: Values are automatically base64 encoded/decoded in the client library. -
#display_name ⇒ String
Corresponds to the JSON property
displayName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
constructor
A new instance of GoogleCloudDialogflowCxV3ToolTlsConfigCaCert.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
Returns a new instance of GoogleCloudDialogflowCxV3ToolTlsConfigCaCert.
8358 8359 8360 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8358 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cert ⇒ String
Corresponds to the JSON property cert
NOTE: Values are automatically base64 encoded/decoded in the client library.
8351 8352 8353 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8351 def cert @cert end |
#display_name ⇒ String
Corresponds to the JSON property displayName
8356 8357 8358 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8356 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8363 8364 8365 8366 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8363 def update!(**args) @cert = args[:cert] if args.key?(:cert) @display_name = args[:display_name] if args.key?(:display_name) end |