Class: Google::Cloud::SecurityCenter::V1::ValidateEventThreatDetectionCustomModuleResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ValidateEventThreatDetectionCustomModuleResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response to validating an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#errors ⇒ ::Google::Cloud::SecurityCenter::V1::CustomModuleValidationErrors
A list of errors returned by the validator.
Instance Attribute Details
#errors ⇒ ::Google::Cloud::SecurityCenter::V1::CustomModuleValidationErrors
Returns A list of errors returned by the validator. If the list is empty, there were no errors.
1939 1940 1941 1942 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1939 class ValidateEventThreatDetectionCustomModuleResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |