Skip to content

Commit

Permalink
feat: [monitoring] Added support for severity in AlertPolicy (#10137)
Browse files Browse the repository at this point in the history
* feat: Added support for severity in AlertPolicy
docs: add value range to comment on field forecast_horizon

PiperOrigin-RevId: 589949568

Source-Link: googleapis/googleapis@54bc5b6

Source-Link: googleapis/googleapis-gen@5284b32
Copy-Tag: eyJwIjoiamF2YS1tb25pdG9yaW5nLy5Pd2xCb3QueWFtbCIsImgiOiI1Mjg0YjMyMzgzMGIxNWE3OWI0YmYyNzk5YmE4ZDgzYmQxMDEzYzZhIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 2, 2024
1 parent f2f275e commit bfc8e3c
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 100 deletions.
2 changes: 1 addition & 1 deletion java-monitoring/README.md
Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.31.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.33.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -944,6 +944,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.monitoring.v3.AlertPolicy$Severity",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.monitoring.v3.BasicSli",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit bfc8e3c

Please sign in to comment.