Uses of Class
com.google.cloud.bigquery.migration.v2alpha.SqlTranslationError
-
Packages that use SqlTranslationError Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration API -
-
Uses of SqlTranslationError in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return SqlTranslationError Modifier and Type Method Description SqlTranslationErrorSqlTranslationError.Builder. build()SqlTranslationErrorSqlTranslationError.Builder. buildPartial()static SqlTranslationErrorSqlTranslationError. getDefaultInstance()SqlTranslationErrorSqlTranslationError.Builder. getDefaultInstanceForType()SqlTranslationErrorSqlTranslationError. getDefaultInstanceForType()SqlTranslationErrorTranslateQueryResponse.Builder. getErrors(int index)The list of errors encountered during the translation, if present.SqlTranslationErrorTranslateQueryResponse. getErrors(int index)The list of errors encountered during the translation, if present.SqlTranslationErrorTranslateQueryResponseOrBuilder. getErrors(int index)The list of errors encountered during the translation, if present.static SqlTranslationErrorSqlTranslationError. parseDelimitedFrom(InputStream input)static SqlTranslationErrorSqlTranslationError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationErrorSqlTranslationError. parseFrom(byte[] data)static SqlTranslationErrorSqlTranslationError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationErrorSqlTranslationError. parseFrom(com.google.protobuf.ByteString data)static SqlTranslationErrorSqlTranslationError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationErrorSqlTranslationError. parseFrom(com.google.protobuf.CodedInputStream input)static SqlTranslationErrorSqlTranslationError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationErrorSqlTranslationError. parseFrom(InputStream input)static SqlTranslationErrorSqlTranslationError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationErrorSqlTranslationError. parseFrom(ByteBuffer data)static SqlTranslationErrorSqlTranslationError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type SqlTranslationError Modifier and Type Method Description List<SqlTranslationError>TranslateQueryResponse.Builder. getErrorsList()The list of errors encountered during the translation, if present.List<SqlTranslationError>TranslateQueryResponse. getErrorsList()The list of errors encountered during the translation, if present.List<SqlTranslationError>TranslateQueryResponseOrBuilder. getErrorsList()The list of errors encountered during the translation, if present.com.google.protobuf.Parser<SqlTranslationError>SqlTranslationError. getParserForType()static com.google.protobuf.Parser<SqlTranslationError>SqlTranslationError. parser()Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type SqlTranslationError Modifier and Type Method Description TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. addErrors(int index, SqlTranslationError value)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. addErrors(SqlTranslationError value)The list of errors encountered during the translation, if present.SqlTranslationError.BuilderSqlTranslationError.Builder. mergeFrom(SqlTranslationError other)static SqlTranslationError.BuilderSqlTranslationError. newBuilder(SqlTranslationError prototype)TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. setErrors(int index, SqlTranslationError value)The list of errors encountered during the translation, if present.Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type SqlTranslationError Modifier and Type Method Description TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. addAllErrors(Iterable<? extends SqlTranslationError> values)The list of errors encountered during the translation, if present.
-