Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class Severity.
The severity type of the record.
Protobuf type google.cloud.bigquery.migration.v2.TranslationReportRecord.Severity
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2 \ TranslationReportRecordMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
SeverityType not specified.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
INFO
Value: 1
INFO type.
Generated from protobuf enum INFO = 1;
WARNING
Value: 2
WARNING type. The translated query may still provide useful information if all the report records are WARNING.
Generated from protobuf enum WARNING = 2;
ERROR
Value: 3
ERROR type. Translation failed.
Generated from protobuf enum ERROR = 3;