Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CompilationPosition.
CompilationPosition represents the location of a compilation diagnostic in rule text.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_column
def end_column() -> ::Integer
Returns
- (::Integer) — Output only. End column number, beginning at 1.
#end_line
def end_line() -> ::Integer
Returns
- (::Integer) — Output only. End line number, beginning at 1.
#start_column
def start_column() -> ::Integer
Returns
- (::Integer) — Output only. Start column number, beginning at 1.
#start_line
def start_line() -> ::Integer
Returns
- (::Integer) — Output only. Start line number, beginning at 1.