Skip to content

Commit

Permalink
docs: update proto comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607453590

Source-Link: googleapis/googleapis@f65b9f2

Source-Link: googleapis/googleapis-gen@31d0d15
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuU2VydmljZUhlYWx0aC5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMzFkMGQxNWFjZmUzMTIwNDYyN2Y3OTdmYzdkZjY3OTRhNWZiZTBjMCJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Feb 16, 2024
1 parent 9161ec3 commit bef44ef
Showing 1 changed file with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,13 +1089,19 @@ public enum DetailedState {
/// </summary>
[pbr::OriginalName("MERGED")] Merged = 4,
/// <summary>
/// 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.
/// </summary>
[pbr::OriginalName("AUTO_CLOSED")] AutoClosed = 9,
/// <summary>
/// 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.
/// </summary>
[pbr::OriginalName("FALSE_POSITIVE")] FalsePositive = 10,
}
Expand Down Expand Up @@ -1975,13 +1981,19 @@ public enum DetailedState {
/// </summary>
[pbr::OriginalName("MERGED")] Merged = 4,
/// <summary>
/// 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.
/// </summary>
[pbr::OriginalName("AUTO_CLOSED")] AutoClosed = 9,
/// <summary>
/// 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.
/// </summary>
[pbr::OriginalName("FALSE_POSITIVE")] FalsePositive = 10,
}
Expand Down

0 comments on commit bef44ef

Please sign in to comment.