Class: Google::Cloud::SecurityCenter::V1::UpdateEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::UpdateEventThreatDetectionCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request to update an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#event_threat_detection_custom_module ⇒ ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#event_threat_detection_custom_module ⇒ ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Returns Required. The module being updated.
2070 2071 2072 2073 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2070 class UpdateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If empty all mutable fields will be updated.
2070 2071 2072 2073 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2070 class UpdateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |