Class: Google::Cloud::Dialogflow::CX::V3::GetSecuritySettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the settings. Format: projects/<ProjectID>/locations/<LocationID>/securitySettings/<securitysettingsID>.

Returns:

  • (::String)

    Required. Resource name of the settings. Format: projects/<ProjectID>/locations/<LocationID>/securitySettings/<securitysettingsID>.



32
33
34
35
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 32

class GetSecuritySettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end