Uses of Class
com.google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning
-
Packages that use SqlTranslationWarning Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration API -
-
Uses of SqlTranslationWarning in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return SqlTranslationWarning Modifier and Type Method Description SqlTranslationWarning
SqlTranslationWarning.Builder. build()
SqlTranslationWarning
SqlTranslationWarning.Builder. buildPartial()
static SqlTranslationWarning
SqlTranslationWarning. getDefaultInstance()
SqlTranslationWarning
SqlTranslationWarning.Builder. getDefaultInstanceForType()
SqlTranslationWarning
SqlTranslationWarning. getDefaultInstanceForType()
SqlTranslationWarning
TranslateQueryResponse.Builder. getWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning
TranslateQueryResponse. getWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning
TranslateQueryResponseOrBuilder. getWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.static SqlTranslationWarning
SqlTranslationWarning. parseDelimitedFrom(InputStream input)
static SqlTranslationWarning
SqlTranslationWarning. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(byte[] data)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(com.google.protobuf.ByteString data)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(com.google.protobuf.CodedInputStream input)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(InputStream input)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(ByteBuffer data)
static SqlTranslationWarning
SqlTranslationWarning. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type SqlTranslationWarning Modifier and Type Method Description com.google.protobuf.Parser<SqlTranslationWarning>
SqlTranslationWarning. getParserForType()
List<SqlTranslationWarning>
TranslateQueryResponse.Builder. getWarningsList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<SqlTranslationWarning>
TranslateQueryResponse. getWarningsList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<SqlTranslationWarning>
TranslateQueryResponseOrBuilder. getWarningsList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.static com.google.protobuf.Parser<SqlTranslationWarning>
SqlTranslationWarning. parser()
Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type SqlTranslationWarning Modifier and Type Method Description TranslateQueryResponse.Builder
TranslateQueryResponse.Builder. addWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
TranslateQueryResponse.Builder. addWarnings(SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.Builder
SqlTranslationWarning.Builder. mergeFrom(SqlTranslationWarning other)
static SqlTranslationWarning.Builder
SqlTranslationWarning. newBuilder(SqlTranslationWarning prototype)
TranslateQueryResponse.Builder
TranslateQueryResponse.Builder. setWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type SqlTranslationWarning Modifier and Type Method Description TranslateQueryResponse.Builder
TranslateQueryResponse.Builder. addAllWarnings(Iterable<? extends SqlTranslationWarning> values)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
-