Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::UpdateEventThreatDetectionCustomModuleRequest.
Message for updating a EventThreatDetectionCustomModule
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_threat_detection_custom_module
def event_threat_detection_custom_module() -> ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
- (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module being updated
#event_threat_detection_custom_module=
def event_threat_detection_custom_module=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
- value (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module being updated
- (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module being updated
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the EventThreatDetectionCustomModule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the EventThreatDetectionCustomModule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the EventThreatDetectionCustomModule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
#validate_only
def validate_only() -> ::Boolean
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (module will not be updated). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually update the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to update the module.
#validate_only=
def validate_only=(value) -> ::Boolean
-
value (::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (module will not be updated). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually update the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to update the module.
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (module will not be updated). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually update the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to update the module.