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