Skip to content

Commit

Permalink
docs: update proto comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607453590
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 15, 2024
1 parent b36b446 commit f65b9f2
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions google/cloud/servicehealth/v1/event_resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,18 @@ message Event {
// name of the parent.
MERGED = 4;

// The incident was automatically closed because the issues couldn’t be
// confirmed or is no longer impacting Google Cloud Products and/or
// Locations.
// 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.
AUTO_CLOSED = 9;

// The incident was verified as non-impactful. No further action required.
// 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.
FALSE_POSITIVE = 10;
}

Expand Down Expand Up @@ -273,12 +279,18 @@ message OrganizationEvent {
// parent.
MERGED = 4;

// The incident was automatically closed because the issues couldn’t be
// confirmed or is no longer impacting Google Cloud Products and/or
// Locations.
// 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.
AUTO_CLOSED = 9;

// The incident was verified as non-impactful. No further action required.
// 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.
FALSE_POSITIVE = 10;
}

Expand Down

0 comments on commit f65b9f2

Please sign in to comment.