public enum OrganizationEvent.DetailedState extends Enum<OrganizationEvent.DetailedState> implements ProtocolMessageEnum
The detailed state of the incident. This enum lists all possible detailed states of an incident.
Protobuf enum google.cloud.servicehealth.v1.OrganizationEvent.DetailedState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AUTO_CLOSED | The incident was automatically closed because of the following reasons:
|
AUTO_CLOSED_VALUE | The incident was automatically closed because of the following reasons:
|
CONFIRMED | The incident is confirmed and impacting at least one Google Cloud product. Ongoing status updates will be provided until it is resolved. |
CONFIRMED_VALUE | The incident is confirmed and impacting at least one Google Cloud product. Ongoing status updates will be provided until it is resolved. |
DETAILED_STATE_UNSPECIFIED | Unspecified detail state. |
DETAILED_STATE_UNSPECIFIED_VALUE | Unspecified detail state. |
EMERGING | Google engineers are actively investigating the incident to determine the impact. |
EMERGING_VALUE | Google engineers are actively investigating the incident to determine the impact. |
FALSE_POSITIVE | Upon investigation, Google engineers concluded that the incident is not affecting a Google Cloud product. This state can change if the incident is reviewed again. |
FALSE_POSITIVE_VALUE | Upon investigation, Google engineers concluded that the incident is not affecting a Google Cloud product. This state can change if the incident is reviewed again. |
MERGED | The incident was merged into a parent event. All further updates will be
published to the parent only. The |
MERGED_VALUE | The incident was merged into a parent event. All further updates will be
published to the parent only. The |
RESOLVED | The incident is no longer affecting any Google Cloud product, and there will be no further updates. |
RESOLVED_VALUE | The incident is no longer affecting any Google Cloud product, and there will be no further updates. |
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() |