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 SqlTranslationError
SqlTranslationError.Builder. build()
SqlTranslationError
SqlTranslationError.Builder. buildPartial()
static SqlTranslationError
SqlTranslationError. getDefaultInstance()
SqlTranslationError
SqlTranslationError.Builder. getDefaultInstanceForType()
SqlTranslationError
SqlTranslationError. getDefaultInstanceForType()
SqlTranslationError
TranslateQueryResponse.Builder. getErrors(int index)
The list of errors encountered during the translation, if present.SqlTranslationError
TranslateQueryResponse. getErrors(int index)
The list of errors encountered during the translation, if present.SqlTranslationError
TranslateQueryResponseOrBuilder. getErrors(int index)
The list of errors encountered during the translation, if present.static SqlTranslationError
SqlTranslationError. parseDelimitedFrom(InputStream input)
static SqlTranslationError
SqlTranslationError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationError
SqlTranslationError. parseFrom(byte[] data)
static SqlTranslationError
SqlTranslationError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationError
SqlTranslationError. parseFrom(com.google.protobuf.ByteString data)
static SqlTranslationError
SqlTranslationError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationError
SqlTranslationError. parseFrom(com.google.protobuf.CodedInputStream input)
static SqlTranslationError
SqlTranslationError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationError
SqlTranslationError. parseFrom(InputStream input)
static SqlTranslationError
SqlTranslationError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationError
SqlTranslationError. parseFrom(ByteBuffer data)
static SqlTranslationError
SqlTranslationError. 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.Builder
TranslateQueryResponse.Builder. addErrors(int index, SqlTranslationError value)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
TranslateQueryResponse.Builder. addErrors(SqlTranslationError value)
The list of errors encountered during the translation, if present.SqlTranslationError.Builder
SqlTranslationError.Builder. mergeFrom(SqlTranslationError other)
static SqlTranslationError.Builder
SqlTranslationError. newBuilder(SqlTranslationError prototype)
TranslateQueryResponse.Builder
TranslateQueryResponse.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.Builder
TranslateQueryResponse.Builder. addAllErrors(Iterable<? extends SqlTranslationError> values)
The list of errors encountered during the translation, if present.
-