google-apis-monitoring_v3 0.52.0 → 0.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/monitoring_v3/classes.rb +3 -3
- data/lib/google/apis/monitoring_v3/gem_version.rb +2 -2
- 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: f9a17290cc2ad299833a75e696944bdff6f5eea104b9c3406adafa074bae02e4
|
4
|
+
data.tar.gz: 592d59af9cabb477d44e0c3a4a9d737084cf64e0f97155e77277535e360add12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fb7675839237006d4072536921cc0e27abd51a79dbcb394d9ea2c40859d9236d74b40be83371f0f77c91fea1c61b6c472cd224232d5a7ed9d1d64280725fe1f
|
7
|
+
data.tar.gz: 8f8a384b83e5f2e956a3cb24df561808f0ebc92ed1bdf99fc31814daa91ecf488eff31f0582a18dc02daf5e37f184e9381bcbd4a9f0b40181d20079c3bfe275b
|
data/CHANGELOG.md
CHANGED
@@ -202,9 +202,9 @@ module Google
|
|
202
202
|
# @return [Array<String>]
|
203
203
|
attr_accessor :notification_channels
|
204
204
|
|
205
|
-
# Optional. The severity of an alert policy indicates how important
|
206
|
-
# generated by that policy are. The severity level
|
207
|
-
#
|
205
|
+
# Optional. The severity of an alert policy indicates how important incidents
|
206
|
+
# generated by that policy are. The severity level will be displayed on the
|
207
|
+
# Incident detail page and in notifications.
|
208
208
|
# Corresponds to the JSON property `severity`
|
209
209
|
# @return [String]
|
210
210
|
attr_accessor :severity
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.53.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|