Interface ErrorLocationOrBuilder (0.44.0)

public interface ErrorLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract int getColumn()

Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.

int32 column = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The column.

getLine()

public abstract int getLine()

Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.

int32 line = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The line.