Uses of Interface
com.google.cloud.bigquery.migration.v2alpha.SqlTranslationWarningOrBuilder
-
Packages that use SqlTranslationWarningOrBuilder Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration API -
-
Uses of SqlTranslationWarningOrBuilder in com.google.cloud.bigquery.migration.v2alpha
Classes in com.google.cloud.bigquery.migration.v2alpha that implement SqlTranslationWarningOrBuilder Modifier and Type Class 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.Methods in com.google.cloud.bigquery.migration.v2alpha that return SqlTranslationWarningOrBuilder Modifier and Type Method Description SqlTranslationWarningOrBuilder
TranslateQueryResponse.Builder. getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningOrBuilder
TranslateQueryResponse. 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.Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type SqlTranslationWarningOrBuilder Modifier and Type Method Description List<? extends SqlTranslationWarningOrBuilder>
TranslateQueryResponse.Builder. getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<? extends SqlTranslationWarningOrBuilder>
TranslateQueryResponse. 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.
-