Interface SqlTranslationErrorDetailOrBuilder (0.20.0)

public interface SqlTranslationErrorDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract long getColumn()

Specifie the column from the source texts where the error occurred.

int64 column = 2;

Returns
TypeDescription
long

The column.

getMessage()

public abstract String getMessage()

A human-readable description of the error.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

A human-readable description of the error.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.

getRow()

public abstract long getRow()

Specifies the row from the source text where the error occurred.

int64 row = 1;

Returns
TypeDescription
long

The row.