Reference documentation and code samples for the Google Cloud Service Health V1 Client class DetailedCategory.
The detailed category of an event. Contains all possible states for all event categories.
Protobuf type google.cloud.servicehealth.v1.Event.DetailedCategory
Namespace
Google \ Cloud \ ServiceHealth \ V1 \ EventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DETAILED_CATEGORY_UNSPECIFIED
Value: 0
Unspecified detailed category.
Generated from protobuf enum DETAILED_CATEGORY_UNSPECIFIED = 0;
CONFIRMED_INCIDENT
Value: 1
Indicates an event with category INCIDENT has a confirmed impact to at least one Google Cloud product.
Generated from protobuf enum CONFIRMED_INCIDENT = 1;
EMERGING_INCIDENT
Value: 2
Indicates an event with category INCIDENT is under investigation to determine if it has a confirmed impact on any Google Cloud products.
Generated from protobuf enum EMERGING_INCIDENT = 2;