Module: Google::Cloud::ServiceHealth::V1::Event::State

Defined in:
proto_docs/google/cloud/servicehealth/v1/event_resources.rb

Overview

The state of the event. This enum lists all possible states of event.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
ACTIVE =

Event is actively affecting a Google Cloud product and will continue to receive updates.

1
CLOSED =

Event is no longer affecting the Google Cloud product or has been merged with another event.

2