Class: Google::Cloud::SecurityCenter::V1::CustomModuleValidationError
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CustomModuleValidationError
- 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
An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
Instance Attribute Summary collapse
-
#description ⇒ ::String
A description of the error, suitable for human consumption.
-
#end ⇒ ::Google::Cloud::SecurityCenter::V1::Position
The end position of the error in the uploaded text version of the module.
-
#field_path ⇒ ::String
The path, in RFC 8901 JSON Pointer format, to the field that failed validation.
-
#start ⇒ ::Google::Cloud::SecurityCenter::V1::Position
The initial position of the error in the uploaded text version of the module.
Instance Attribute Details
#description ⇒ ::String
Returns A description of the error, suitable for human consumption. Required.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb', line 52 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end ⇒ ::Google::Cloud::SecurityCenter::V1::Position
Returns The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb', line 52 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_path ⇒ ::String
Returns The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb', line 52 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Google::Cloud::SecurityCenter::V1::Position
Returns The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/event_threat_detection_custom_module_validation_errors.rb', line 52 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |