Module: Google::Cloud::ServiceHealth::V1::Event::Relevance

Defined in:
proto_docs/google/cloud/servicehealth/v1/event_resources.rb

Overview

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

Constant Summary collapse

RELEVANCE_UNSPECIFIED =

Unspecified relevance.

0
UNKNOWN =

The relevance of the incident to the project is unknown.

2
NOT_IMPACTED =

The incident does not impact the project.

6
7
8
IMPACTED =

The incident is verified to be impacting your project.

9