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

feat: Add Presto dialect to bigquerymigration v2 client library #143

Merged
merged 2 commits into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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