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.OrganizationEvent.EventCategory
Namespace
Google \ Cloud \ ServiceHealth \ V1 \ OrganizationEventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVENT_CATEGORY_UNSPECIFIED
Value: 0
Unspecified category.
Generated from protobuf enum EVENT_CATEGORY_UNSPECIFIED = 0;
INCIDENT
Value: 2
Event category for service outage or degradation.
Generated from protobuf enum INCIDENT = 2;