Dialect(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The possible dialect options for translation.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
bigquery_dialect |
google.cloud.bigquery_migration_v2.types.BigQueryDialect
The BigQuery dialect This field is a member of oneof _ dialect_value .
|
hiveql_dialect |
google.cloud.bigquery_migration_v2.types.HiveQLDialect
The HiveQL dialect This field is a member of oneof _ dialect_value .
|
redshift_dialect |
google.cloud.bigquery_migration_v2.types.RedshiftDialect
The Redshift dialect This field is a member of oneof _ dialect_value .
|
teradata_dialect |
google.cloud.bigquery_migration_v2.types.TeradataDialect
The Teradata dialect This field is a member of oneof _ dialect_value .
|
oracle_dialect |
google.cloud.bigquery_migration_v2.types.OracleDialect
The Oracle dialect This field is a member of oneof _ dialect_value .
|
sparksql_dialect |
google.cloud.bigquery_migration_v2.types.SparkSQLDialect
The SparkSQL dialect This field is a member of oneof _ dialect_value .
|
snowflake_dialect |
google.cloud.bigquery_migration_v2.types.SnowflakeDialect
The Snowflake dialect This field is a member of oneof _ dialect_value .
|
netezza_dialect |
google.cloud.bigquery_migration_v2.types.NetezzaDialect
The Netezza dialect This field is a member of oneof _ dialect_value .
|
azure_synapse_dialect |
google.cloud.bigquery_migration_v2.types.AzureSynapseDialect
The Azure Synapse dialect This field is a member of oneof _ dialect_value .
|
vertica_dialect |
google.cloud.bigquery_migration_v2.types.VerticaDialect
The Vertica dialect This field is a member of oneof _ dialect_value .
|
sql_server_dialect |
google.cloud.bigquery_migration_v2.types.SQLServerDialect
The SQL Server dialect This field is a member of oneof _ dialect_value .
|
postgresql_dialect |
google.cloud.bigquery_migration_v2.types.PostgresqlDialect
The Postgresql dialect This field is a member of oneof _ dialect_value .
|
presto_dialect |
google.cloud.bigquery_migration_v2.types.PrestoDialect
The Presto dialect This field is a member of oneof _ dialect_value .
|
mysql_dialect |
google.cloud.bigquery_migration_v2.types.MySQLDialect
The MySQL dialect This field is a member of oneof _ dialect_value .
|
db2_dialect |
google.cloud.bigquery_migration_v2.types.DB2Dialect
DB2 dialect This field is a member of oneof _ dialect_value .
|
sqlite_dialect |
google.cloud.bigquery_migration_v2.types.SQLiteDialect
SQLite dialect This field is a member of oneof _ dialect_value .
|
greenplum_dialect |
google.cloud.bigquery_migration_v2.types.GreenplumDialect
Greenplum dialect This field is a member of oneof _ dialect_value .
|