Class: Google::Cloud::SecurityCenter::V1::CustomModuleValidationErrors
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CustomModuleValidationErrors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb
Overview
A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
Instance Attribute Summary collapse
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::CustomModuleValidationError>
28 29 30 31 |
# File 'proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb', line 28 class CustomModuleValidationErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |