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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IMPACTED |
The incident is verified to be impacting your project. |
IMPACTED_VALUE |
The incident is verified to be impacting your project. |
NOT_IMPACTED |
The incident does not impact the project. |
NOT_IMPACTED_VALUE |
The incident does not impact the project. |
PARTIALLY_RELATED |
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_VALUE |
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. |
RELATED |
The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses. |
RELATED_VALUE |
The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses. |
RELEVANCE_UNSPECIFIED |
Unspecified relevance. |
RELEVANCE_UNSPECIFIED_VALUE |
Unspecified relevance. |
UNKNOWN |
The relevance of the incident to the project is unknown. |
UNKNOWN_VALUE |
The relevance of the incident to the project is unknown. |
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() |