Enum OrganizationEvent.DetailedState (0.6.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
AUTO_CLOSED

The incident was automatically closed because of the following reasons:

  • The impact of the incident could not be confirmed.
  • The incident was intermittent or resolved itself.

    The incident does not have a resolution because no action or investigation happened. If it is intermittent, the incident may reopen.

AUTO_CLOSED = 9;

AUTO_CLOSED_VALUE

The incident was automatically closed because of the following reasons:

  • The impact of the incident could not be confirmed.
  • The incident was intermittent or resolved itself.

    The incident does not have a resolution because no action or investigation happened. If it is intermittent, the incident may reopen.

AUTO_CLOSED = 9;

CONFIRMED

The incident is confirmed and impacting at least one Google Cloud product. Ongoing status updates will be provided until it is resolved.

CONFIRMED = 2;

CONFIRMED_VALUE

The incident is confirmed and impacting at least one Google Cloud product. Ongoing status updates will be provided until it is resolved.

CONFIRMED = 2;

DETAILED_STATE_UNSPECIFIED

Unspecified detail state.

DETAILED_STATE_UNSPECIFIED = 0;

DETAILED_STATE_UNSPECIFIED_VALUE

Unspecified detail state.

DETAILED_STATE_UNSPECIFIED = 0;

EMERGING

Google engineers are actively investigating the incident to determine the impact.

EMERGING = 1;

EMERGING_VALUE

Google engineers are actively investigating the incident to determine the impact.

EMERGING = 1;

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 = 10;

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.

FALSE_POSITIVE = 10;

MERGED

The incident was merged into a parent event. All further updates will be published to the parent only. The parent_event contains the name of the parent.

MERGED = 4;

MERGED_VALUE

The incident was merged into a parent event. All further updates will be published to the parent only. The parent_event contains the name of the parent.

MERGED = 4;

RESOLVED

The incident is no longer affecting any Google Cloud product, and there will be no further updates.

RESOLVED = 3;

RESOLVED_VALUE

The incident is no longer affecting any Google Cloud product, and there will be no further updates.

RESOLVED = 3;

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()