Reference documentation and code samples for the Google Cloud Service Health V1 Client class State.
The state of the event. This enum lists all possible states of event.
Protobuf type google.cloud.servicehealth.v1.Event.State
Namespace
Google \ Cloud \ ServiceHealth \ V1 \ EventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
Event is actively affecting a Google Cloud product and will continue to receive updates.
Generated from protobuf enum ACTIVE = 1;
CLOSED
Value: 2
Event is no longer affecting the Google Cloud product or has been merged with another event.
Generated from protobuf enum CLOSED = 2;