Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: Add Presto dialect to bigquerymigration v2 client library (#143)
Browse files Browse the repository at this point in the history
* feat: Add Presto dialect to bigquerymigration v2 client library

PiperOrigin-RevId: 460797158

Source-Link: googleapis/googleapis@46f2598

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8f720ff867a7591bf0d6a413d6134ed8cc74281e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGY3MjBmZjg2N2E3NTkxYmYwZDZhNDEzZDYxMzRlZDhjYzc0MjgxZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 18, 2022
1 parent c4dc96e commit 688b685
Show file tree
Hide file tree
Showing 11 changed files with 1,732 additions and 26 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -409,5 +409,75 @@ public interface DialectOrBuilder
*/
com.google.cloud.bigquery.migration.v2.SQLServerDialectOrBuilder getSqlServerDialectOrBuilder();

/**
*
*
* <pre>
* The Postgresql dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;</code>
*
* @return Whether the postgresqlDialect field is set.
*/
boolean hasPostgresqlDialect();
/**
*
*
* <pre>
* The Postgresql dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;</code>
*
* @return The postgresqlDialect.
*/
com.google.cloud.bigquery.migration.v2.PostgresqlDialect getPostgresqlDialect();
/**
*
*
* <pre>
* The Postgresql dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;</code>
*/
com.google.cloud.bigquery.migration.v2.PostgresqlDialectOrBuilder getPostgresqlDialectOrBuilder();

/**
*
*
* <pre>
* The Presto dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;</code>
*
* @return Whether the prestoDialect field is set.
*/
boolean hasPrestoDialect();
/**
*
*
* <pre>
* The Presto dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;</code>
*
* @return The prestoDialect.
*/
com.google.cloud.bigquery.migration.v2.PrestoDialect getPrestoDialect();
/**
*
*
* <pre>
* The Presto dialect
* </pre>
*
* <code>.google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;</code>
*/
com.google.cloud.bigquery.migration.v2.PrestoDialectOrBuilder getPrestoDialectOrBuilder();

public com.google.cloud.bigquery.migration.v2.Dialect.DialectValueCase getDialectValueCase();
}
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public com.google.protobuf.ByteString getIdBytes() {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand Down Expand Up @@ -642,7 +642,7 @@ public java.lang.String getType() {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand Down Expand Up @@ -1719,7 +1719,7 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand All @@ -1746,7 +1746,7 @@ public java.lang.String getType() {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand All @@ -1773,7 +1773,7 @@ public com.google.protobuf.ByteString getTypeBytes() {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand All @@ -1799,7 +1799,7 @@ public Builder setType(java.lang.String value) {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand All @@ -1821,7 +1821,7 @@ public Builder clearType() {
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public interface MigrationTaskOrBuilder
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand All @@ -122,7 +122,7 @@ public interface MigrationTaskOrBuilder
* Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ,
* Translation_Snowflake2BQ, Translation_Netezza2BQ,
* Translation_AzureSynapse2BQ, Translation_Vertica2BQ,
* Translation_SQLServer2BQ.
* Translation_SQLServer2BQ, Translation_Presto2BQ.
* </pre>
*
* <code>string type = 2;</code>
Expand Down
Loading

0 comments on commit 688b685

Please sign in to comment.