Module: Google::Cloud::Bigquery::Migration::V2::TranslationReportRecord::Severity

Defined in:
proto_docs/google/cloud/bigquery/migration/v2/translation_suggestion.rb

Overview

The severity type of the record.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

SeverityType not specified.

0
INFO =

INFO type.

1
WARNING =

WARNING type. The translated query may still provide useful information if all the report records are WARNING.

2
ERROR =

ERROR type. Translation failed.

3