Skip to content

Commit bfc8e3c

Browse files
feat: [monitoring] Added support for severity in AlertPolicy (#10137)
* 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: https://github.com/googleapis/googleapis-gen/commit/5284b323830b15a79b4bf2799ba8d83bd1013c6a 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>
1 parent f2f275e commit bfc8e3c

File tree

6 files changed

+552
-100
lines changed

6 files changed

+552
-100
lines changed

java-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.31.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.33.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-monitoring/google-cloud-monitoring/src/main/resources/META-INF/native-image/com.google.cloud.monitoring.v3/reflect-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,15 @@
944944
"allDeclaredClasses": true,
945945
"allPublicClasses": true
946946
},
947+
{
948+
"name": "com.google.monitoring.v3.AlertPolicy$Severity",
949+
"queryAllDeclaredConstructors": true,
950+
"queryAllPublicConstructors": true,
951+
"queryAllDeclaredMethods": true,
952+
"allPublicMethods": true,
953+
"allDeclaredClasses": true,
954+
"allPublicClasses": true
955+
},
947956
{
948957
"name": "com.google.monitoring.v3.BasicSli",
949958
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)