Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#certString

Corresponds to the JSON property cert NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


8351
8352
8353
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8351

def cert
  @cert
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


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