Class: Google::Cloud::Chronicle::V1::CompilationPosition

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

Instance Attribute Details

#end_column::Integer (readonly)

Returns Output only. End column number, beginning at 1.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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