File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
generated/google-apis-monitoring_v3
lib/google/apis/monitoring_v3 Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-monitoring_v3
2
2
3
+ ### v0.80.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250515
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.79.0 (2025-05-18)
4
9
5
10
* Regenerated from discovery document revision 20250508
Original file line number Diff line number Diff line change @@ -1104,10 +1104,10 @@ class Criteria
1104
1104
# filter in the snooze.Snooze filters support resource, metric, and metadata
1105
1105
# labels. If multiple labels are used, then they must be connected with an AND
1106
1106
# 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\"
1111
1111
# AND metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"
1112
1112
# bar\" AND metadata.system_labels.region=\"us-central1\""
1113
1113
# Corresponds to the JSON property `filter`
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module MonitoringV3
18
18
# Version of the google-apis-monitoring_v3 gem
19
- GEM_VERSION = "0.79 .0"
19
+ GEM_VERSION = "0.80 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250508 "
25
+ REVISION = "20250515 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments