Enum Event.Relevance (0.9.0)

public enum Event.Relevance extends Enum<Event.Relevance> implements ProtocolMessageEnum

Communicates why a given incident is deemed relevant in the context of a given project. This enum lists all possible detailed states of relevance.

Protobuf enum google.cloud.servicehealth.v1.Event.Relevance

Implements

ProtocolMessageEnum

Static Fields

Name Description
IMPACTED

The incident is verified to be impacting your project.

IMPACTED = 9;

IMPACTED_VALUE

The incident is verified to be impacting your project.

IMPACTED = 9;

NOT_IMPACTED

The incident does not impact the project.

NOT_IMPACTED = 6;

NOT_IMPACTED_VALUE

The incident does not impact the project.

NOT_IMPACTED = 6;

The incident is associated with a Google Cloud product your project uses, but the incident may not be impacting your project. For example, the incident may be impacting a Google Cloud product that your project uses, but in a location that your project does not use.

PARTIALLY_RELATED = 7;

The incident is associated with a Google Cloud product your project uses, but the incident may not be impacting your project. For example, the incident may be impacting a Google Cloud product that your project uses, but in a location that your project does not use.

PARTIALLY_RELATED = 7;

The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses.

RELATED = 8;

The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses.

RELATED = 8;

RELEVANCE_UNSPECIFIED

Unspecified relevance.

RELEVANCE_UNSPECIFIED = 0;

RELEVANCE_UNSPECIFIED_VALUE

Unspecified relevance.

RELEVANCE_UNSPECIFIED = 0;

UNKNOWN

The relevance of the incident to the project is unknown.

UNKNOWN = 2;

UNKNOWN_VALUE

The relevance of the incident to the project is unknown.

UNKNOWN = 2;

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