@@ -105,12 +105,18 @@ message Event {
105105 // name of the parent.
106106 MERGED = 4 ;
107107
108- // The incident was automatically closed because the issues couldn’t be
109- // confirmed or is no longer impacting Google Cloud Products and/or
110- // Locations.
108+ // The incident was automatically closed because of the following reasons:
109+ //
110+ // * The impact of the incident could not be confirmed.
111+ // * The incident was intermittent or resolved itself.
112+ //
113+ // The incident does not have a resolution because no action or
114+ // investigation happened. If it is intermittent, the incident may reopen.
111115 AUTO_CLOSED = 9 ;
112116
113- // The incident was verified as non-impactful. No further action required.
117+ // Upon investigation, Google engineers concluded that the incident is not
118+ // affecting a Google Cloud product. This state can change if the incident
119+ // is reviewed again.
114120 FALSE_POSITIVE = 10 ;
115121 }
116122
@@ -273,12 +279,18 @@ message OrganizationEvent {
273279 // parent.
274280 MERGED = 4 ;
275281
276- // The incident was automatically closed because the issues couldn’t be
277- // confirmed or is no longer impacting Google Cloud Products and/or
278- // Locations.
282+ // The incident was automatically closed because of the following reasons:
283+ //
284+ // * The impact of the incident could not be confirmed.
285+ // * The incident was intermittent or resolved itself.
286+ //
287+ // The incident does not have a resolution because no action or
288+ // investigation happened. If it is intermittent, the incident may reopen.
279289 AUTO_CLOSED = 9 ;
280290
281- // The incident was verified as non-impactful. No further action required.
291+ // Upon investigation, Google engineers concluded that the incident is not
292+ // affecting a Google Cloud product. This state can change if the incident
293+ // is reviewed again.
282294 FALSE_POSITIVE = 10 ;
283295 }
284296
0 commit comments