| Modifier and Type | Method and Description |
|---|---|
SqlTranslationError.Builder |
TranslateQueryResponse.Builder.addErrorsBuilder()
The list of errors encountered during the translation, if present.
|
SqlTranslationError.Builder |
TranslateQueryResponse.Builder.addErrorsBuilder(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.clear() |
SqlTranslationError.Builder |
SqlTranslationError.Builder.clearErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.clearErrorType()
The type of SQL translation error.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.clone() |
SqlTranslationError.Builder |
TranslateQueryResponse.Builder.getErrorsBuilder(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeFrom(com.google.protobuf.Message other) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeFrom(SqlTranslationError other) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SqlTranslationError.Builder |
SqlTranslationError.newBuilder() |
static SqlTranslationError.Builder |
SqlTranslationError.newBuilder(SqlTranslationError prototype) |
SqlTranslationError.Builder |
SqlTranslationError.newBuilderForType() |
protected SqlTranslationError.Builder |
SqlTranslationError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorDetail(SqlTranslationErrorDetail.Builder builderForValue)
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorType(SqlTranslationError.SqlTranslationErrorType value)
The type of SQL translation error.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorTypeValue(int value)
The type of SQL translation error.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SqlTranslationError.Builder |
SqlTranslationError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<SqlTranslationError.Builder> |
TranslateQueryResponse.Builder.getErrorsBuilderList()
The list of errors encountered during the translation, if present.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addErrors(int index,
SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addErrors(SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.setErrors(int index,
SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
|
Copyright © 2024 Google LLC. All rights reserved.