Google Cloud Service Health V1 Client - Class Relevance (0.1.0)

Reference documentation and code samples for the Google Cloud Service Health V1 Client class Relevance.

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 type google.cloud.servicehealth.v1.Event.Relevance

Namespace

Google \ Cloud \ ServiceHealth \ V1 \ Event

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RELEVANCE_UNSPECIFIED

Value: 0

Unspecified relevance.

Generated from protobuf enum RELEVANCE_UNSPECIFIED = 0;

UNKNOWN

Value: 2

The relevance of the incident to the project is unknown.

Generated from protobuf enum UNKNOWN = 2;

NOT_IMPACTED

Value: 6

The incident does not impact the project.

Generated from protobuf enum NOT_IMPACTED = 6;

Value: 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.

Generated from protobuf enum PARTIALLY_RELATED = 7;

Value: 8

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

Generated from protobuf enum RELATED = 8;

IMPACTED

Value: 9

The incident is verified to be impacting your project.

Generated from protobuf enum IMPACTED = 9;