Uses of Interface
com.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorOrBuilder
-
Packages that use SqlTranslationErrorOrBuilder Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration API -
-
Uses of SqlTranslationErrorOrBuilder in com.google.cloud.bigquery.migration.v2alpha
Classes in com.google.cloud.bigquery.migration.v2alpha that implement SqlTranslationErrorOrBuilder Modifier and Type Class Description classSqlTranslationErrorThe detailed error object if the SQL translation job fails.static classSqlTranslationError.BuilderThe detailed error object if the SQL translation job fails.Methods in com.google.cloud.bigquery.migration.v2alpha that return SqlTranslationErrorOrBuilder Modifier and Type Method Description SqlTranslationErrorOrBuilderTranslateQueryResponse.Builder. getErrorsOrBuilder(int index)The list of errors encountered during the translation, if present.SqlTranslationErrorOrBuilderTranslateQueryResponse. getErrorsOrBuilder(int index)The list of errors encountered during the translation, if present.SqlTranslationErrorOrBuilderTranslateQueryResponseOrBuilder. getErrorsOrBuilder(int index)The list of errors encountered during the translation, if present.Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type SqlTranslationErrorOrBuilder Modifier and Type Method Description List<? extends SqlTranslationErrorOrBuilder>TranslateQueryResponse.Builder. getErrorsOrBuilderList()The list of errors encountered during the translation, if present.List<? extends SqlTranslationErrorOrBuilder>TranslateQueryResponse. 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.
-