SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clear() |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clearColumn() |
Specifie the column from the source texts where the error occurred.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clearMessage() |
A human-readable description of the error.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clearRow() |
Specifies the row from the source text where the error occurred.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.clone() |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationError.Builder.getErrorDetailBuilder() |
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationWarning.Builder.getWarningDetailBuilder() |
Specifies the details of the warning, including the warning message and
location from the source text.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.mergeFrom(SqlTranslationErrorDetail other) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.newBuilder() |
|
static SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.newBuilder(SqlTranslationErrorDetail prototype) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.newBuilderForType() |
|
protected SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setColumn(long value) |
Specifie the column from the source texts where the error occurred.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setMessage(String value) |
A human-readable description of the error.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setMessageBytes(com.google.protobuf.ByteString value) |
A human-readable description of the error.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setRow(long value) |
Specifies the row from the source text where the error occurred.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.toBuilder() |
|