Class: Google::Cloud::Dialogflow::CX::V3::CreateSecuritySettingsRequest

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

The request message for [SecuritySettings.CreateSecuritySettings][].

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The location to create an SecuritySettings for. Format: projects/<ProjectID>/locations/<LocationID>.

Returns:

  • (::String)

    Required. The location to create an SecuritySettings for. Format: projects/<ProjectID>/locations/<LocationID>.



91
92
93
94
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 91

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

#security_settings::Google::Cloud::Dialogflow::CX::V3::SecuritySettings

Returns Required. The security settings to create.

Returns:



91
92
93
94
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 91

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