Class: Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::CustomModuleValidationError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns A description of the error, suitable for human consumption. Required.

Returns:

  • (::String)

    A description of the error, suitable for human consumption. Required.



1138
1139
1140
1141
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1138

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. This field may be omitted if no specific position applies, or if one could not be computed..

Returns:



1138
1139
1140
1141
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1138

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.

Returns:

  • (::String)

    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.



1138
1139
1140
1141
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1138

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. This field may be omitted if no specific position applies, or if one could not be computed.

Returns:



1138
1139
1140
1141
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1138

class CustomModuleValidationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end