Skip to content

Commit db4e692

Browse files
docs: [google-cloud-servicehealth] update proto comments (googleapis#12320)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 607453590 Source-Link: googleapis/googleapis@f65b9f2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/31d0d15acfe31204627f797fc7df6794a5fbe0c0 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlcnZpY2VoZWFsdGgvLk93bEJvdC55YW1sIiwiaCI6IjMxZDBkMTVhY2ZlMzEyMDQ2MjdmNzk3ZmM3ZGY2Nzk0YTVmYmUwYzAifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 20cd51c commit db4e692

1 file changed

Lines changed: 26 additions & 12 deletions

File tree

packages/google-cloud-servicehealth/google/cloud/servicehealth_v1/types/event_resources.py

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,20 @@ class DetailedState(proto.Enum):
213213
updates will be published to the parent only. The
214214
``parent_event`` field contains the name of the parent.
215215
AUTO_CLOSED (9):
216-
The incident was automatically closed because
217-
the issues couldn’t be confirmed or is no longer
218-
impacting Google Cloud Products and/or
219-
Locations.
216+
The incident was automatically closed because of the
217+
following reasons:
218+
219+
- The impact of the incident could not be confirmed.
220+
- The incident was intermittent or resolved itself.
221+
222+
The incident does not have a resolution because no action or
223+
investigation happened. If it is intermittent, the incident
224+
may reopen.
220225
FALSE_POSITIVE (10):
221-
The incident was verified as non-impactful.
222-
No further action required.
226+
Upon investigation, Google engineers
227+
concluded that the incident is not affecting a
228+
Google Cloud product. This state can change if
229+
the incident is reviewed again.
223230
"""
224231
DETAILED_STATE_UNSPECIFIED = 0
225232
EMERGING = 1
@@ -467,13 +474,20 @@ class DetailedState(proto.Enum):
467474
updates will be published to the parent only. The
468475
``parent_event`` contains the name of the parent.
469476
AUTO_CLOSED (9):
470-
The incident was automatically closed because
471-
the issues couldn’t be confirmed or is no longer
472-
impacting Google Cloud Products and/or
473-
Locations.
477+
The incident was automatically closed because of the
478+
following reasons:
479+
480+
- The impact of the incident could not be confirmed.
481+
- The incident was intermittent or resolved itself.
482+
483+
The incident does not have a resolution because no action or
484+
investigation happened. If it is intermittent, the incident
485+
may reopen.
474486
FALSE_POSITIVE (10):
475-
The incident was verified as non-impactful.
476-
No further action required.
487+
Upon investigation, Google engineers
488+
concluded that the incident is not affecting a
489+
Google Cloud product. This state can change if
490+
the incident is reviewed again.
477491
"""
478492
DETAILED_STATE_UNSPECIFIED = 0
479493
EMERGING = 1

0 commit comments

Comments
 (0)