Class: Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleResponse::Position
- 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
-
#column_number ⇒ ::Integer
The column position in the line.
-
#line_number ⇒ ::Integer
The line position in the text.
Instance Attribute Details
#column_number ⇒ ::Integer
Returns 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 |