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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | Event is actively affecting a Google Cloud product and will continue to receive updates. |
ACTIVE_VALUE | Event is actively affecting a Google Cloud product and will continue to receive updates. |
CLOSED | Event is no longer affecting the Google Cloud product or has been merged with another event. |
CLOSED_VALUE | Event is no longer affecting the Google Cloud product or has been merged with another event. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
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() |