| Modifier and Type | Class and Description |
|---|---|
class |
SqlTranslationError
The detailed error object if the SQL translation job fails.
|
static class |
SqlTranslationError.Builder
The detailed error object if the SQL translation job fails.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTranslationErrorOrBuilder |
TranslateQueryResponse.getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationErrorOrBuilder |
TranslateQueryResponse.Builder.getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationErrorOrBuilder |
TranslateQueryResponseOrBuilder.getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SqlTranslationErrorOrBuilder> |
TranslateQueryResponse.getErrorsOrBuilderList()
The list of errors encountered during the translation, if present.
|
List<? extends SqlTranslationErrorOrBuilder> |
TranslateQueryResponse.Builder.getErrorsOrBuilderList()
The list of errors encountered during the translation, if present.
|
List<? extends SqlTranslationErrorOrBuilder> |
TranslateQueryResponseOrBuilder.getErrorsOrBuilderList()
The list of errors encountered during the translation, if present.
|
Copyright © 2024 Google LLC. All rights reserved.