Reference documentation and code samples for the Google Cloud Database Center V1beta Client class IssueSeverity.
IssueSeverity represents the severity of an issue.
Protobuf type google.cloud.databasecenter.v1beta.IssueSeverity
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ISSUE_SEVERITY_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum ISSUE_SEVERITY_UNSPECIFIED = 0;
ISSUE_SEVERITY_LOW
Value: 1Low severity.
Generated from protobuf enum ISSUE_SEVERITY_LOW = 1;
ISSUE_SEVERITY_MEDIUM
Value: 2Medium severity.
Generated from protobuf enum ISSUE_SEVERITY_MEDIUM = 2;
ISSUE_SEVERITY_HIGH
Value: 3High severity.
Generated from protobuf enum ISSUE_SEVERITY_HIGH = 3;
ISSUE_SEVERITY_CRITICAL
Value: 4Critical severity.
Generated from protobuf enum ISSUE_SEVERITY_CRITICAL = 4;
ISSUE_SEVERITY_IRRELEVANT
Value: 5Irrelevant severity. This means the issue should not be surfaced at all.
Generated from protobuf enum ISSUE_SEVERITY_IRRELEVANT = 5;