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 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.Methods in com.google.cloud.bigquery.migration.v2alpha that return SqlTranslationErrorOrBuilder Modifier and Type Method Description SqlTranslationErrorOrBuilder
TranslateQueryResponse.Builder. getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.SqlTranslationErrorOrBuilder
TranslateQueryResponse. 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.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.
-