Class Dialect (0.4.2)

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

NameDescription
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``.

Inheritance

builtins.object > proto.message.Message > Dialect