Generated from protobuf enumDETAILED_STATE_UNSPECIFIED = 0;
EMERGING
Value: 1
Google engineers are actively investigating the event to determine the
impact.
Generated from protobuf enumEMERGING = 1;
CONFIRMED
Value: 2
The incident is confirmed and impacting at least one Google Cloud
product. Ongoing status updates will be provided until it is resolved.
Generated from protobuf enumCONFIRMED = 2;
RESOLVED
Value: 3
The incident is no longer affecting any Google Cloud product, and there
will be no further updates.
Generated from protobuf enumRESOLVED = 3;
MERGED
Value: 4
The incident was merged into a parent incident. All further updates will
be published to the parent only. Theparent_eventfield contains the
name of the parent.
Generated from protobuf enumMERGED = 4;
AUTO_CLOSED
Value: 9
The incident was automatically closed because of the following reasons:
The impact of the incident could not be confirmed.
The incident was intermittent or resolved itself.
The incident does not have a resolution because no action or
investigation happened. If it is intermittent, the incident may reopen.
Generated from protobuf enumAUTO_CLOSED = 9;
FALSE_POSITIVE
Value: 10
Upon investigation, Google engineers concluded that the incident is not
affecting a Google Cloud product. This state can change if the incident
is reviewed again.
[[["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 DetailedState (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/cloud-servicehealth/latest/V1.Event.DetailedState)\n- [0.3.0](/php/docs/reference/cloud-servicehealth/0.3.0/V1.Event.DetailedState)\n- [0.2.3](/php/docs/reference/cloud-servicehealth/0.2.3/V1.Event.DetailedState)\n- [0.1.8](/php/docs/reference/cloud-servicehealth/0.1.8/V1.Event.DetailedState) \nReference documentation and code samples for the Google Cloud Service Health V1 Client class DetailedState.\n\nThe detailed state of the incident. This enum lists all possible detailed\nstates of an incident.\n\nProtobuf type `google.cloud.servicehealth.v1.Event.DetailedState`\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### DETAILED_STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified detail state.\n\nGenerated from protobuf enum `DETAILED_STATE_UNSPECIFIED = 0;`\n\n### EMERGING\n\n Value: 1\n\nGoogle engineers are actively investigating the event to determine the\nimpact.\n\nGenerated from protobuf enum `EMERGING = 1;`\n\n### CONFIRMED\n\n Value: 2\n\nThe incident is confirmed and impacting at least one Google Cloud\nproduct. Ongoing status updates will be provided until it is resolved.\n\nGenerated from protobuf enum `CONFIRMED = 2;`\n\n### RESOLVED\n\n Value: 3\n\nThe incident is no longer affecting any Google Cloud product, and there\nwill be no further updates.\n\nGenerated from protobuf enum `RESOLVED = 3;`\n\n### MERGED\n\n Value: 4\n\nThe incident was merged into a parent incident. All further updates will\nbe published to the parent only. The `parent_event` field contains the\nname of the parent.\n\nGenerated from protobuf enum `MERGED = 4;`\n\n### AUTO_CLOSED\n\n Value: 9\n\nThe incident was automatically closed because of the following reasons:\n\n- The impact of the incident could not be confirmed.\n\n\u003c!-- --\u003e\n\n- The incident was intermittent or resolved itself. The incident does not have a resolution because no action or investigation happened. If it is intermittent, the incident may reopen.\n\nGenerated from protobuf enum `AUTO_CLOSED = 9;`\n\n### FALSE_POSITIVE\n\n Value: 10\n\nUpon investigation, Google engineers concluded that the incident is not\naffecting a Google Cloud product. This state can change if the incident\nis reviewed again.\n\nGenerated from protobuf enum `FALSE_POSITIVE = 10;`"]]