public enum IssueSeverity extends Enum<IssueSeverity> implements ProtocolMessageEnumIssueSeverity represents the severity of an issue.
Protobuf enum google.cloud.databasecenter.v1beta.IssueSeverity
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ISSUE_SEVERITY_CRITICAL |
Critical severity. |
ISSUE_SEVERITY_CRITICAL_VALUE |
Critical severity. |
ISSUE_SEVERITY_HIGH |
High severity. |
ISSUE_SEVERITY_HIGH_VALUE |
High severity. |
ISSUE_SEVERITY_IRRELEVANT |
Irrelevant severity. This means the issue should not be surfaced at all. |
ISSUE_SEVERITY_IRRELEVANT_VALUE |
Irrelevant severity. This means the issue should not be surfaced at all. |
ISSUE_SEVERITY_LOW |
Low severity. |
ISSUE_SEVERITY_LOW_VALUE |
Low severity. |
ISSUE_SEVERITY_MEDIUM |
Medium severity. |
ISSUE_SEVERITY_MEDIUM_VALUE |
Medium severity. |
ISSUE_SEVERITY_UNSPECIFIED |
Unspecified. |
ISSUE_SEVERITY_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|