Enum OrganizationEvent.State (0.9.0)

public enum OrganizationEvent.State extends Enum<OrganizationEvent.State> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.servicehealth.v1.OrganizationEvent.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

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

ACTIVE = 1;

ACTIVE_VALUE

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

ACTIVE = 1;

CLOSED

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

CLOSED = 2;

CLOSED_VALUE

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

CLOSED = 2;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()