Class: Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::CustomModuleValidationError
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::CustomModuleValidationError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
An error encountered while validating the uploaded configuration of an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#description ⇒ ::String
A human-readable description of the error.
-
#end ⇒ ::Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
The end position of the error in the uploaded text version of the module.
-
#field_path ⇒ ::String
The path, in RFC 6901: JSON Pointer format, to the field that failed validation.
-
#start ⇒ ::Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
The initial position of the error in the uploaded text version of the module.
Instance Attribute Details
#description ⇒ ::String
Returns A human-readable description of the error.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1204 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end ⇒ ::Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
Returns The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1204 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_path ⇒ ::String
Returns The path, in RFC 6901: JSON Pointer format, to the field that failed validation. Omitted if no specific field is affected.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1204 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
Returns The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1204 class CustomModuleValidationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |