public enum OrganizationEvent.DetailedCategory extends Enum<OrganizationEvent.DetailedCategory> implements ProtocolMessageEnum
The detailed category of an event. Contains all possible states for all event categories.
Protobuf enum google.cloud.servicehealth.v1.OrganizationEvent.DetailedCategory
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CONFIRMED_INCIDENT | Indicates an event with category INCIDENT has a confirmed impact to at least one Google Cloud product. |
CONFIRMED_INCIDENT_VALUE | Indicates an event with category INCIDENT has a confirmed impact to at least one Google Cloud product. |
DETAILED_CATEGORY_UNSPECIFIED | Unspecified detailed category. |
DETAILED_CATEGORY_UNSPECIFIED_VALUE | Unspecified detailed category. |
EMERGING_INCIDENT | Indicates an event with category INCIDENT is under investigation to determine if it has a confirmed impact on any Google Cloud products. |
EMERGING_INCIDENT_VALUE | Indicates an event with category INCIDENT is under investigation to determine if it has a confirmed impact on any Google Cloud products. |
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() |