Google Cloud Database Center V1beta Client - Class IssueSeverity (0.3.1)

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 \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ISSUE_SEVERITY_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum ISSUE_SEVERITY_UNSPECIFIED = 0;

ISSUE_SEVERITY_LOW

Value: 1

Low severity.

Generated from protobuf enum ISSUE_SEVERITY_LOW = 1;

ISSUE_SEVERITY_MEDIUM

Value: 2

Medium severity.

Generated from protobuf enum ISSUE_SEVERITY_MEDIUM = 2;

ISSUE_SEVERITY_HIGH

Value: 3

High severity.

Generated from protobuf enum ISSUE_SEVERITY_HIGH = 3;

ISSUE_SEVERITY_CRITICAL

Value: 4

Critical severity.

Generated from protobuf enum ISSUE_SEVERITY_CRITICAL = 4;

ISSUE_SEVERITY_IRRELEVANT

Value: 5

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

Generated from protobuf enum ISSUE_SEVERITY_IRRELEVANT = 5;