public enum Case.Priority extends Enum<Case.Priority> implements ProtocolMessageEnum
The case Priority. P0 is most urgent and P4 the least.
Protobuf enum google.cloud.support.v2.Case.Priority
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
P0 | Extreme impact on a production service. Service is hard down. |
P0_VALUE | Extreme impact on a production service. Service is hard down. |
P1 | Critical impact on a production service. Service is currently unusable. |
P1_VALUE | Critical impact on a production service. Service is currently unusable. |
P2 | Severe impact on a production service. Service is usable but greatly impaired. |
P2_VALUE | Severe impact on a production service. Service is usable but greatly impaired. |
P3 | Medium impact on a production service. Service is available, but moderately impaired. |
P3_VALUE | Medium impact on a production service. Service is available, but moderately impaired. |
P4 | General questions or minor issues. Production service is fully available. |
P4_VALUE | General questions or minor issues. Production service is fully available. |
PRIORITY_UNSPECIFIED | Priority is undefined or has not been set yet. |
PRIORITY_UNSPECIFIED_VALUE | Priority is undefined or has not been set yet. |
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() |