public enum Criticality.Type extends Enum<Criticality.Type> implements ProtocolMessageEnum
Criticality Type.
Protobuf enum google.cloud.apphub.v1.Criticality.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HIGH |
High impact. |
HIGH_VALUE |
High impact. |
LOW |
Low impact. |
LOW_VALUE |
Low impact. |
MEDIUM |
Medium impact. |
MEDIUM_VALUE |
Medium impact. |
MISSION_CRITICAL |
Mission critical service, application or workload. |
MISSION_CRITICAL_VALUE |
Mission critical service, application or workload. |
TYPE_UNSPECIFIED |
Unspecified type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
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() |