Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateEventThreatDetectionCustomModuleRequest.
Request to update an Event Threat Detection custom module.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_threat_detection_custom_module
def event_threat_detection_custom_module() -> ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Returns
- (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module being updated.
#event_threat_detection_custom_module=
def event_threat_detection_custom_module=(value) -> ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Parameter
- value (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module being updated.
Returns
- (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module being updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.