Skip to content

Commit 183cbea

Browse files
feat: Automated regeneration of monitoring v3 client (googleapis#23234)
Auto-created at 2025-05-25 09:31:54 +0000 using the toys pull request generator.
1 parent 943ca1e commit 183cbea

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-monitoring_v3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-monitoring_v3
22

3+
### v0.80.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250515
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.79.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250508

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,10 @@ class Criteria
11041104
# filter in the snooze.Snooze filters support resource, metric, and metadata
11051105
# labels. If multiple labels are used, then they must be connected with an AND
11061106
# operator. For example, the following filter applies the snooze to incidents
1107-
# that have a resource label with an instance ID of "1234567890", a metric label
1108-
# with an instance name of "group", a metadata user label with a key of "foo"
1109-
# and a value of "bar", and a metadata system label with a key of "region" and a
1110-
# value of "us-central1": "filter": "resource.labels.instance_id=\"1234567890\"
1107+
# that have a resource label with an instance ID of 1234567890, a metric label
1108+
# with an instance name of test_group, a metadata user label with a key of foo
1109+
# and a value of bar, and a metadata system label with a key of region and a
1110+
# value of us-central1: "filter": "resource.labels.instance_id=\"1234567890\"
11111111
# AND metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"
11121112
# bar\" AND metadata.system_labels.region=\"us-central1\""
11131113
# Corresponds to the JSON property `filter`

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MonitoringV3
1818
# Version of the google-apis-monitoring_v3 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250508"
25+
REVISION = "20250515"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)