Interface SourceLocationOrBuilder (1.29.0)

publicinterface SourceLocationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

publicabstractintgetColumn()

Column within a line. The first column in a line as the value 1. Agents that do not support setting breakpoints on specific columns ignore this field.

int32 column = 3;

Returns
Type Description
int

The column.

getLine()

publicabstractintgetLine()

Line inside the file. The first line in the file has the value 1.

int32 line = 2;

Returns
Type Description
int

The line.

getPath()

publicabstractStringgetPath()

Path to the source file within the source context of the target binary.

string path = 1;

Returns
Type Description
String

The path.

getPathBytes()

publicabstractByteStringgetPathBytes()

Path to the source file within the source context of the target binary.

string path = 1;

Returns
Type Description
ByteString

The bytes for path.

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.