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

Reference documentation and code samples for the Google Cloud Service Health V1 Client class DetailedState.

The detailed state of the incident. This enum lists all possible detailed states of an incident.

Protobuf type google.cloud.servicehealth.v1.OrganizationEvent.DetailedState

Namespace

Google \ Cloud \ ServiceHealth \ V1 \ OrganizationEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DETAILED_STATE_UNSPECIFIED

Value: 0

Unspecified detail state.

Generated from protobuf enum DETAILED_STATE_UNSPECIFIED = 0;

EMERGING

Value: 1

Google engineers are actively investigating the incident to determine the impact.

Generated from protobuf enum EMERGING = 1;

CONFIRMED

Value: 2

The incident is confirmed and impacting at least one Google Cloud product. Ongoing status updates will be provided until it is resolved.

Generated from protobuf enum CONFIRMED = 2;

RESOLVED

Value: 3

The incident is no longer affecting any Google Cloud product, and there will be no further updates.

Generated from protobuf enum RESOLVED = 3;

MERGED

Value: 4

The incident was merged into a parent event. All further updates will be published to the parent only. The parent_event contains the name of the parent.

Generated from protobuf enum MERGED = 4;

AUTO_CLOSED

Value: 9

The incident was automatically closed because the issues couldn’t be confirmed or is no longer impacting Google Cloud Products and/or Locations.

Generated from protobuf enum AUTO_CLOSED = 9;

FALSE_POSITIVE

Value: 10

The incident was verified as non-impactful. No further action required.

Generated from protobuf enum FALSE_POSITIVE = 10;