Class: Google::Cloud::SecurityCenter::V1::UpdateEventThreatDetectionCustomModuleRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#event_threat_detection_custom_module::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule

Returns Required. The module being updated.

Returns:



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.

Returns:



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