Class: Google::Cloud::Monitoring::V3::TextLocator::Position
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::TextLocator::Position
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
Overview
The position of a byte within the text.
Instance Attribute Summary collapse
-
#column ⇒ ::Integer
The column within the line, starting with 1, where the byte is positioned.
-
#line ⇒ ::Integer
The line, starting with 1, where the byte is positioned.
Instance Attribute Details
#column ⇒ ::Integer
Returns The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.
254 255 256 257 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 254 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |