Class: Google::Cloud::Dialogflow::CX::V3::CreateSecuritySettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateSecuritySettingsRequest
- 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
-
#parent ⇒ ::String
Required.
-
#security_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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 |