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 SqlTranslationWarningSqlTranslationWarning.Builder. build()SqlTranslationWarningSqlTranslationWarning.Builder. buildPartial()static SqlTranslationWarningSqlTranslationWarning. getDefaultInstance()SqlTranslationWarningSqlTranslationWarning.Builder. getDefaultInstanceForType()SqlTranslationWarningSqlTranslationWarning. getDefaultInstanceForType()SqlTranslationWarningTranslateQueryResponse.Builder. getWarnings(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningTranslateQueryResponse. getWarnings(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningTranslateQueryResponseOrBuilder. getWarnings(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.static SqlTranslationWarningSqlTranslationWarning. parseDelimitedFrom(InputStream input)static SqlTranslationWarningSqlTranslationWarning. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationWarningSqlTranslationWarning. parseFrom(byte[] data)static SqlTranslationWarningSqlTranslationWarning. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationWarningSqlTranslationWarning. parseFrom(com.google.protobuf.ByteString data)static SqlTranslationWarningSqlTranslationWarning. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationWarningSqlTranslationWarning. parseFrom(com.google.protobuf.CodedInputStream input)static SqlTranslationWarningSqlTranslationWarning. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationWarningSqlTranslationWarning. parseFrom(InputStream input)static SqlTranslationWarningSqlTranslationWarning. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlTranslationWarningSqlTranslationWarning. parseFrom(ByteBuffer data)static SqlTranslationWarningSqlTranslationWarning. 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.BuilderTranslateQueryResponse.Builder. addWarnings(int index, SqlTranslationWarning value)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. addWarnings(SqlTranslationWarning value)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.BuilderSqlTranslationWarning.Builder. mergeFrom(SqlTranslationWarning other)static SqlTranslationWarning.BuilderSqlTranslationWarning. newBuilder(SqlTranslationWarning prototype)TranslateQueryResponse.BuilderTranslateQueryResponse.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.BuilderTranslateQueryResponse.Builder. addAllWarnings(Iterable<? extends SqlTranslationWarning> values)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
-