Class: Google::Cloud::Dialogflow::CX::V3::UpdateSecuritySettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateSecuritySettingsRequest
- 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 SecuritySettingsService.UpdateSecuritySettings.
Instance Attribute Summary collapse
-
#security_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#security_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings
Returns Required. [SecuritySettings] object that contains values for each of the fields to update.
47 48 49 50 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 47 class UpdateSecuritySettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
47 48 49 50 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 47 class UpdateSecuritySettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |