Class: Google::Cloud::Chronicle::V1::CompilationPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::CompilationPosition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/rule.rb
Overview
CompilationPosition represents the location of a compilation diagnostic in rule text.
Instance Attribute Summary collapse
-
#end_column ⇒ ::Integer
readonly
Output only.
-
#end_line ⇒ ::Integer
readonly
Output only.
-
#start_column ⇒ ::Integer
readonly
Output only.
-
#start_line ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#end_column ⇒ ::Integer (readonly)
Returns Output only. End column number, beginning at 1.
561 562 563 564 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 561 class CompilationPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_line ⇒ ::Integer (readonly)
Returns Output only. End line number, beginning at 1.
561 562 563 564 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 561 class CompilationPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_column ⇒ ::Integer (readonly)
Returns Output only. Start column number, beginning at 1.
561 562 563 564 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 561 class CompilationPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_line ⇒ ::Integer (readonly)
Returns Output only. Start line number, beginning at 1.
561 562 563 564 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 561 class CompilationPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |