Google Cloud Service Health V1 Client - Class DetailedCategory (0.1.0)

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 \ Event

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;