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 classSqlTranslationWarningThe detailed warning object if the SQL translation job is completed but not semantically correct.static classSqlTranslationWarning.BuilderThe 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 SqlTranslationWarningOrBuilderTranslateQueryResponse.Builder. getWarningsOrBuilder(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningOrBuilderTranslateQueryResponse. getWarningsOrBuilder(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningOrBuilderTranslateQueryResponseOrBuilder. 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.
-