Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TextLocator::Position (v1.7.1)

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.