
com.google.cloud.bigquery.migration.v2.DialectOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/bigquery/migration/v2/translation_config.proto
package com.google.cloud.bigquery.migration.v2;
public interface DialectOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.bigquery.migration.v2.Dialect)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The BigQuery dialect
*
*
* .google.cloud.bigquery.migration.v2.BigQueryDialect bigquery_dialect = 1;
*
* @return Whether the bigqueryDialect field is set.
*/
boolean hasBigqueryDialect();
/**
*
*
*
* The BigQuery dialect
*
*
* .google.cloud.bigquery.migration.v2.BigQueryDialect bigquery_dialect = 1;
*
* @return The bigqueryDialect.
*/
com.google.cloud.bigquery.migration.v2.BigQueryDialect getBigqueryDialect();
/**
*
*
*
* The BigQuery dialect
*
*
* .google.cloud.bigquery.migration.v2.BigQueryDialect bigquery_dialect = 1;
*/
com.google.cloud.bigquery.migration.v2.BigQueryDialectOrBuilder getBigqueryDialectOrBuilder();
/**
*
*
*
* The HiveQL dialect
*
*
* .google.cloud.bigquery.migration.v2.HiveQLDialect hiveql_dialect = 2;
*
* @return Whether the hiveqlDialect field is set.
*/
boolean hasHiveqlDialect();
/**
*
*
*
* The HiveQL dialect
*
*
* .google.cloud.bigquery.migration.v2.HiveQLDialect hiveql_dialect = 2;
*
* @return The hiveqlDialect.
*/
com.google.cloud.bigquery.migration.v2.HiveQLDialect getHiveqlDialect();
/**
*
*
*
* The HiveQL dialect
*
*
* .google.cloud.bigquery.migration.v2.HiveQLDialect hiveql_dialect = 2;
*/
com.google.cloud.bigquery.migration.v2.HiveQLDialectOrBuilder getHiveqlDialectOrBuilder();
/**
*
*
*
* The Redshift dialect
*
*
* .google.cloud.bigquery.migration.v2.RedshiftDialect redshift_dialect = 3;
*
* @return Whether the redshiftDialect field is set.
*/
boolean hasRedshiftDialect();
/**
*
*
*
* The Redshift dialect
*
*
* .google.cloud.bigquery.migration.v2.RedshiftDialect redshift_dialect = 3;
*
* @return The redshiftDialect.
*/
com.google.cloud.bigquery.migration.v2.RedshiftDialect getRedshiftDialect();
/**
*
*
*
* The Redshift dialect
*
*
* .google.cloud.bigquery.migration.v2.RedshiftDialect redshift_dialect = 3;
*/
com.google.cloud.bigquery.migration.v2.RedshiftDialectOrBuilder getRedshiftDialectOrBuilder();
/**
*
*
*
* The Teradata dialect
*
*
* .google.cloud.bigquery.migration.v2.TeradataDialect teradata_dialect = 4;
*
* @return Whether the teradataDialect field is set.
*/
boolean hasTeradataDialect();
/**
*
*
*
* The Teradata dialect
*
*
* .google.cloud.bigquery.migration.v2.TeradataDialect teradata_dialect = 4;
*
* @return The teradataDialect.
*/
com.google.cloud.bigquery.migration.v2.TeradataDialect getTeradataDialect();
/**
*
*
*
* The Teradata dialect
*
*
* .google.cloud.bigquery.migration.v2.TeradataDialect teradata_dialect = 4;
*/
com.google.cloud.bigquery.migration.v2.TeradataDialectOrBuilder getTeradataDialectOrBuilder();
/**
*
*
*
* The Oracle dialect
*
*
* .google.cloud.bigquery.migration.v2.OracleDialect oracle_dialect = 5;
*
* @return Whether the oracleDialect field is set.
*/
boolean hasOracleDialect();
/**
*
*
*
* The Oracle dialect
*
*
* .google.cloud.bigquery.migration.v2.OracleDialect oracle_dialect = 5;
*
* @return The oracleDialect.
*/
com.google.cloud.bigquery.migration.v2.OracleDialect getOracleDialect();
/**
*
*
*
* The Oracle dialect
*
*
* .google.cloud.bigquery.migration.v2.OracleDialect oracle_dialect = 5;
*/
com.google.cloud.bigquery.migration.v2.OracleDialectOrBuilder getOracleDialectOrBuilder();
/**
*
*
*
* The SparkSQL dialect
*
*
* .google.cloud.bigquery.migration.v2.SparkSQLDialect sparksql_dialect = 6;
*
* @return Whether the sparksqlDialect field is set.
*/
boolean hasSparksqlDialect();
/**
*
*
*
* The SparkSQL dialect
*
*
* .google.cloud.bigquery.migration.v2.SparkSQLDialect sparksql_dialect = 6;
*
* @return The sparksqlDialect.
*/
com.google.cloud.bigquery.migration.v2.SparkSQLDialect getSparksqlDialect();
/**
*
*
*
* The SparkSQL dialect
*
*
* .google.cloud.bigquery.migration.v2.SparkSQLDialect sparksql_dialect = 6;
*/
com.google.cloud.bigquery.migration.v2.SparkSQLDialectOrBuilder getSparksqlDialectOrBuilder();
/**
*
*
*
* The Snowflake dialect
*
*
* .google.cloud.bigquery.migration.v2.SnowflakeDialect snowflake_dialect = 7;
*
* @return Whether the snowflakeDialect field is set.
*/
boolean hasSnowflakeDialect();
/**
*
*
*
* The Snowflake dialect
*
*
* .google.cloud.bigquery.migration.v2.SnowflakeDialect snowflake_dialect = 7;
*
* @return The snowflakeDialect.
*/
com.google.cloud.bigquery.migration.v2.SnowflakeDialect getSnowflakeDialect();
/**
*
*
*
* The Snowflake dialect
*
*
* .google.cloud.bigquery.migration.v2.SnowflakeDialect snowflake_dialect = 7;
*/
com.google.cloud.bigquery.migration.v2.SnowflakeDialectOrBuilder getSnowflakeDialectOrBuilder();
/**
*
*
*
* The Netezza dialect
*
*
* .google.cloud.bigquery.migration.v2.NetezzaDialect netezza_dialect = 8;
*
* @return Whether the netezzaDialect field is set.
*/
boolean hasNetezzaDialect();
/**
*
*
*
* The Netezza dialect
*
*
* .google.cloud.bigquery.migration.v2.NetezzaDialect netezza_dialect = 8;
*
* @return The netezzaDialect.
*/
com.google.cloud.bigquery.migration.v2.NetezzaDialect getNetezzaDialect();
/**
*
*
*
* The Netezza dialect
*
*
* .google.cloud.bigquery.migration.v2.NetezzaDialect netezza_dialect = 8;
*/
com.google.cloud.bigquery.migration.v2.NetezzaDialectOrBuilder getNetezzaDialectOrBuilder();
/**
*
*
*
* The Azure Synapse dialect
*
*
* .google.cloud.bigquery.migration.v2.AzureSynapseDialect azure_synapse_dialect = 9;
*
* @return Whether the azureSynapseDialect field is set.
*/
boolean hasAzureSynapseDialect();
/**
*
*
*
* The Azure Synapse dialect
*
*
* .google.cloud.bigquery.migration.v2.AzureSynapseDialect azure_synapse_dialect = 9;
*
* @return The azureSynapseDialect.
*/
com.google.cloud.bigquery.migration.v2.AzureSynapseDialect getAzureSynapseDialect();
/**
*
*
*
* The Azure Synapse dialect
*
*
* .google.cloud.bigquery.migration.v2.AzureSynapseDialect azure_synapse_dialect = 9;
*/
com.google.cloud.bigquery.migration.v2.AzureSynapseDialectOrBuilder
getAzureSynapseDialectOrBuilder();
/**
*
*
*
* The Vertica dialect
*
*
* .google.cloud.bigquery.migration.v2.VerticaDialect vertica_dialect = 10;
*
* @return Whether the verticaDialect field is set.
*/
boolean hasVerticaDialect();
/**
*
*
*
* The Vertica dialect
*
*
* .google.cloud.bigquery.migration.v2.VerticaDialect vertica_dialect = 10;
*
* @return The verticaDialect.
*/
com.google.cloud.bigquery.migration.v2.VerticaDialect getVerticaDialect();
/**
*
*
*
* The Vertica dialect
*
*
* .google.cloud.bigquery.migration.v2.VerticaDialect vertica_dialect = 10;
*/
com.google.cloud.bigquery.migration.v2.VerticaDialectOrBuilder getVerticaDialectOrBuilder();
/**
*
*
*
* The SQL Server dialect
*
*
* .google.cloud.bigquery.migration.v2.SQLServerDialect sql_server_dialect = 11;
*
* @return Whether the sqlServerDialect field is set.
*/
boolean hasSqlServerDialect();
/**
*
*
*
* The SQL Server dialect
*
*
* .google.cloud.bigquery.migration.v2.SQLServerDialect sql_server_dialect = 11;
*
* @return The sqlServerDialect.
*/
com.google.cloud.bigquery.migration.v2.SQLServerDialect getSqlServerDialect();
/**
*
*
*
* The SQL Server dialect
*
*
* .google.cloud.bigquery.migration.v2.SQLServerDialect sql_server_dialect = 11;
*/
com.google.cloud.bigquery.migration.v2.SQLServerDialectOrBuilder getSqlServerDialectOrBuilder();
/**
*
*
*
* The Postgresql dialect
*
*
* .google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;
*
* @return Whether the postgresqlDialect field is set.
*/
boolean hasPostgresqlDialect();
/**
*
*
*
* The Postgresql dialect
*
*
* .google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;
*
* @return The postgresqlDialect.
*/
com.google.cloud.bigquery.migration.v2.PostgresqlDialect getPostgresqlDialect();
/**
*
*
*
* The Postgresql dialect
*
*
* .google.cloud.bigquery.migration.v2.PostgresqlDialect postgresql_dialect = 12;
*/
com.google.cloud.bigquery.migration.v2.PostgresqlDialectOrBuilder getPostgresqlDialectOrBuilder();
/**
*
*
*
* The Presto dialect
*
*
* .google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;
*
* @return Whether the prestoDialect field is set.
*/
boolean hasPrestoDialect();
/**
*
*
*
* The Presto dialect
*
*
* .google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;
*
* @return The prestoDialect.
*/
com.google.cloud.bigquery.migration.v2.PrestoDialect getPrestoDialect();
/**
*
*
*
* The Presto dialect
*
*
* .google.cloud.bigquery.migration.v2.PrestoDialect presto_dialect = 13;
*/
com.google.cloud.bigquery.migration.v2.PrestoDialectOrBuilder getPrestoDialectOrBuilder();
/**
*
*
*
* The MySQL dialect
*
*
* .google.cloud.bigquery.migration.v2.MySQLDialect mysql_dialect = 14;
*
* @return Whether the mysqlDialect field is set.
*/
boolean hasMysqlDialect();
/**
*
*
*
* The MySQL dialect
*
*
* .google.cloud.bigquery.migration.v2.MySQLDialect mysql_dialect = 14;
*
* @return The mysqlDialect.
*/
com.google.cloud.bigquery.migration.v2.MySQLDialect getMysqlDialect();
/**
*
*
*
* The MySQL dialect
*
*
* .google.cloud.bigquery.migration.v2.MySQLDialect mysql_dialect = 14;
*/
com.google.cloud.bigquery.migration.v2.MySQLDialectOrBuilder getMysqlDialectOrBuilder();
public com.google.cloud.bigquery.migration.v2.Dialect.DialectValueCase getDialectValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy