Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TextLocator::Position (v1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TextLocator::Position.
The position of a byte within the text.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column
defcolumn()->::Integer
Returns
- (::Integer) — 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.
#column=
defcolumn=(value)->::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#line
defline()->::Integer
Returns
- (::Integer) — The line, starting with 1, where the byte is positioned.
#line=
defline=(value)->::Integer
Parameter
- value (::Integer) — The line, starting with 1, where the byte is positioned.
Returns
- (::Integer) — The line, starting with 1, where the byte is positioned.