Generated from protobuf enumRELEVANCE_UNSPECIFIED = 0;
UNKNOWN
Value: 2
The relevance of the incident to the project is unknown.
Generated from protobuf enumUNKNOWN = 2;
NOT_IMPACTED
Value: 6
The incident does not impact the project.
Generated from protobuf enumNOT_IMPACTED = 6;
PARTIALLY_RELATED
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 enumPARTIALLY_RELATED = 7;
RELATED
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 enumRELATED = 8;
IMPACTED
Value: 9
The incident is verified to be impacting your project.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Service Health V1 Client - Class Relevance (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/cloud-servicehealth/latest/V1.Event.Relevance)\n- [0.3.0](/php/docs/reference/cloud-servicehealth/0.3.0/V1.Event.Relevance)\n- [0.2.3](/php/docs/reference/cloud-servicehealth/0.2.3/V1.Event.Relevance)\n- [0.1.8](/php/docs/reference/cloud-servicehealth/0.1.8/V1.Event.Relevance) \nReference documentation and code samples for the Google Cloud Service Health V1 Client class Relevance.\n\nCommunicates why a given incident is deemed relevant in the context of a\ngiven project. This enum lists all possible detailed states of relevance.\n\nProtobuf type `google.cloud.servicehealth.v1.Event.Relevance`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ServiceHealth \\\\ V1 \\\\ Event\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### RELEVANCE_UNSPECIFIED\n\n Value: 0\n\nUnspecified relevance.\n\nGenerated from protobuf enum `RELEVANCE_UNSPECIFIED = 0;`\n\n### UNKNOWN\n\n Value: 2\n\nThe relevance of the incident to the project is unknown.\n\nGenerated from protobuf enum `UNKNOWN = 2;`\n\n### NOT_IMPACTED\n\n Value: 6\n\nThe incident does not impact the project.\n\nGenerated from protobuf enum `NOT_IMPACTED = 6;`\n\n### PARTIALLY_RELATED\n\n Value: 7\n\nThe incident is associated with a Google Cloud product your project uses,\nbut the incident may not be impacting your project. For example, the\nincident may be impacting a Google Cloud product that your project uses,\nbut in a location that your project does not use.\n\nGenerated from protobuf enum `PARTIALLY_RELATED = 7;`\n\n### RELATED\n\n Value: 8\n\nThe incident has a direct connection with your project and impacts a\nGoogle Cloud product in a location your project uses.\n\nGenerated from protobuf enum `RELATED = 8;`\n\n### IMPACTED\n\n Value: 9\n\nThe incident is verified to be impacting your project.\n\nGenerated from protobuf enum `IMPACTED = 9;`"]]