public enum OrganizationEvent.EventCategory extends Enum<OrganizationEvent.EventCategory> implements ProtocolMessageEnumThe category of the event. This enum lists all possible categories of event.
 Protobuf enum google.cloud.servicehealth.v1.OrganizationEvent.EventCategory
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
EVENT_CATEGORY_UNSPECIFIED | 
        Unspecified category.    | 
      
EVENT_CATEGORY_UNSPECIFIED_VALUE | 
        Unspecified category.    | 
      
INCIDENT | 
        Event category for service outage or degradation.    | 
      
INCIDENT_VALUE | 
        Event category for service outage or degradation.    | 
      
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() | 
        |