Reference documentation and code samples for the Google Cloud Service Health V1 Client class EventCategory.
The category of the event. This enum lists all possible categories of event.
Protobuf type google.cloud.servicehealth.v1.Event.EventCategory
Namespace
Google \ Cloud \ ServiceHealth \ V1 \ EventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_CATEGORY_UNSPECIFIED
Value: 0Unspecified category.
Generated from protobuf enum EVENT_CATEGORY_UNSPECIFIED = 0;
INCIDENT
Value: 2Event category for service outage or degradation.
Generated from protobuf enum INCIDENT = 2;