Enum OrganizationEvent.EventCategory (0.6.0)

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

The category of the event. This enum lists all possible categories of event.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_CATEGORY_UNSPECIFIED

Unspecified category.

EVENT_CATEGORY_UNSPECIFIED = 0;

EVENT_CATEGORY_UNSPECIFIED_VALUE

Unspecified category.

EVENT_CATEGORY_UNSPECIFIED = 0;

INCIDENT

Event category for service outage or degradation.

INCIDENT = 2;

INCIDENT_VALUE

Event category for service outage or degradation.

INCIDENT = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()