Enum Case.Priority (0.29.0)

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

ProtocolMessageEnum

Static Fields

Name Description
P0

Extreme impact on a production service. Service is hard down.

P0 = 1;

P0_VALUE

Extreme impact on a production service. Service is hard down.

P0 = 1;

P1

Critical impact on a production service. Service is currently unusable.

P1 = 2;

P1_VALUE

Critical impact on a production service. Service is currently unusable.

P1 = 2;

P2

Severe impact on a production service. Service is usable but greatly impaired.

P2 = 3;

P2_VALUE

Severe impact on a production service. Service is usable but greatly impaired.

P2 = 3;

P3

Medium impact on a production service. Service is available, but moderately impaired.

P3 = 4;

P3_VALUE

Medium impact on a production service. Service is available, but moderately impaired.

P3 = 4;

P4

General questions or minor issues. Production service is fully available.

P4 = 5;

P4_VALUE

General questions or minor issues. Production service is fully available.

P4 = 5;

PRIORITY_UNSPECIFIED

Priority is undefined or has not been set yet.

PRIORITY_UNSPECIFIED = 0;

PRIORITY_UNSPECIFIED_VALUE

Priority is undefined or has not been set yet.

PRIORITY_UNSPECIFIED = 0;

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()