Module: Google::Cloud::ApiHub::V1::Severity

Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Severity of the issue.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

Severity unspecified.

0
SEVERITY_ERROR =

Severity error.

1
SEVERITY_WARNING =

Severity warning.

2
SEVERITY_INFO =

Severity info.

3
SEVERITY_HINT =

Severity hint.

4