public interface SqlTranslationErrorDetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumn()
public abstract long getColumn()
Specifie the column from the source texts where the error occurred.
int64 column = 2;
Returns | |
---|---|
Type | Description |
long |
The column. |
getMessage()
public abstract String getMessage()
A human-readable description of the error.
string message = 3;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
A human-readable description of the error.
string message = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |
The row. |