Module: Google::Cloud::DatabaseCenter::V1beta::IssueSeverity

Defined in:
proto_docs/google/cloud/databasecenter/v1beta/signals.rb

Overview

IssueSeverity represents the severity of an issue.

Constant Summary collapse

ISSUE_SEVERITY_UNSPECIFIED =

Unspecified.

0
ISSUE_SEVERITY_LOW =

Low severity.

1
ISSUE_SEVERITY_MEDIUM =

Medium severity.

2
ISSUE_SEVERITY_HIGH =

High severity.

3
ISSUE_SEVERITY_CRITICAL =

Critical severity.

4
ISSUE_SEVERITY_IRRELEVANT =

Irrelevant severity. This means the issue should not be surfaced at all.

5