Reference documentation and code samples for the Google Cloud Support V2 Client class Priority.
The case Priority. P0 is most urgent and P4 the least.
Protobuf type google.cloud.support.v2.Case.Priority
Namespace
Google \ Cloud \ Support \ V2 \ PBCaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PRIORITY_UNSPECIFIED
Value: 0
Priority is undefined or has not been set yet.
Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;
P0
Value: 1
Extreme impact on a production service. Service is hard down.
Generated from protobuf enum P0 = 1;
P1
Value: 2
Critical impact on a production service. Service is currently unusable.
Generated from protobuf enum P1 = 2;
P2
Value: 3
Severe impact on a production service. Service is usable but greatly impaired.
Generated from protobuf enum P2 = 3;
P3
Value: 4
Medium impact on a production service. Service is available, but moderately impaired.
Generated from protobuf enum P3 = 4;
P4
Value: 5
General questions or minor issues. Production service is fully available.
Generated from protobuf enum P4 = 5;