google-apis-monitoring_v3 0.78.0 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/monitoring_v3/classes.rb +15 -10
- data/lib/google/apis/monitoring_v3/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6e239b3b95daa53612148dc62ef71f3586b4c307f53fd6784a7820da2ba43c5
|
4
|
+
data.tar.gz: 5bc241e55d81f99f1105c8182975c1a8cac4050672eaef790833513409c66be0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57e8c4c9d4ce99a035ca793389fe135a3ccd85d186844a64742072afbd0a44a1130cdbded9c50045693f689b77ad9dad7069f2e00bc220b12b7e4e5c9334f572
|
7
|
+
data.tar.gz: 1170f38fb0712c051fc93f1436ff55a3b2b85afb7ae1137047524b11f8a6e03a4bbad26dabbdf11f5d1b400d2c17a1cb4bd093cf550025e324a77a47951a6b0a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.79.0 (2025-05-18)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250508
|
11
|
+
|
3
12
|
### v0.78.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -1095,16 +1095,21 @@ module Google
|
|
1095
1095
|
class Criteria
|
1096
1096
|
include Google::Apis::Core::Hashable
|
1097
1097
|
|
1098
|
-
# Optional.
|
1099
|
-
#
|
1100
|
-
#
|
1101
|
-
#
|
1102
|
-
#
|
1103
|
-
#
|
1104
|
-
#
|
1105
|
-
#
|
1106
|
-
#
|
1107
|
-
#
|
1098
|
+
# Optional. When you define a snooze, you can also define a filter for that
|
1099
|
+
# snooze. The filter is a string containing one or more key-value pairs. The
|
1100
|
+
# string uses the standard https://google.aip.dev/160 filter syntax. If you
|
1101
|
+
# define a filter for a snooze, then the snooze can only apply to one alert
|
1102
|
+
# policy. When the snooze is active, incidents won't be created when the
|
1103
|
+
# incident would have key-value pairs (labels) that match those specified by the
|
1104
|
+
# filter in the snooze.Snooze filters support resource, metric, and metadata
|
1105
|
+
# labels. If multiple labels are used, then they must be connected with an AND
|
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 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
|
+
# AND metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"
|
1112
|
+
# bar\" AND metadata.system_labels.region=\"us-central1\""
|
1108
1113
|
# Corresponds to the JSON property `filter`
|
1109
1114
|
# @return [String]
|
1110
1115
|
attr_accessor :filter
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250515"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.80.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Monitoring API V3
|
79
79
|
test_files: []
|