Class: Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position

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

A position in the uploaded text version of a module.

Instance Attribute Summary collapse

Instance Attribute Details

#column_number::Integer

Returns The column position in the line.

Returns:

  • (::Integer)

    The column position in the line.



1216
1217
1218
1219
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1216

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

#line_number::Integer

Returns The line position in the text.

Returns:

  • (::Integer)

    The line position in the text.



1216
1217
1218
1219
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1216

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