| Modifier and Type | Class and Description |
|---|---|
class |
SqlTranslationWarning
The detailed warning object if the SQL translation job is completed but not
semantically correct.
|
static class |
SqlTranslationWarning.Builder
The detailed warning object if the SQL translation job is completed but not
semantically correct.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTranslationWarningOrBuilder |
TranslateQueryResponse.getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
SqlTranslationWarningOrBuilder |
TranslateQueryResponse.Builder.getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
SqlTranslationWarningOrBuilder |
TranslateQueryResponseOrBuilder.getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SqlTranslationWarningOrBuilder> |
TranslateQueryResponse.getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
List<? extends SqlTranslationWarningOrBuilder> |
TranslateQueryResponse.Builder.getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
List<? extends SqlTranslationWarningOrBuilder> |
TranslateQueryResponseOrBuilder.getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
Copyright © 2024 Google LLC. All rights reserved.