public interface SqlTranslationErrorDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getColumn()
Specifie the column from the source texts where the error occurred.
|
String |
getMessage()
A human-readable description of the error.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable description of the error.
|
long |
getRow()
Specifies the row from the source text where the error occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getRow()
Specifies the row from the source text where the error occurred.
int64 row = 1;long getColumn()
Specifie the column from the source texts where the error occurred.
int64 column = 2;String getMessage()
A human-readable description of the error.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
A human-readable description of the error.
string message = 3;Copyright © 2024 Google LLC. All rights reserved.