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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '097c935bc29e3cafdd900c0bd0cec37b9ffbaa3e8ed4d6d116e779a6d7465509'
4
- data.tar.gz: d4d89bb62c67ad14a339d7b03d4a44605efe5fdd008747414ec4850e21daedbe
3
+ metadata.gz: f9a17290cc2ad299833a75e696944bdff6f5eea104b9c3406adafa074bae02e4
4
+ data.tar.gz: 592d59af9cabb477d44e0c3a4a9d737084cf64e0f97155e77277535e360add12
5
5
  SHA512:
6
- metadata.gz: 732809261a56cded555fe64027eaae7c9fea1322dc677f08ba8448d5a06fee44bf7f0cf9a67d6fd90c16a2449a74ec5da92d95afae70a8a2acb56b48223d61ab
7
- data.tar.gz: '099cb2823fd4dfb545ca002edd8c3dbaaf654352e2164935d9d053ba3fca79d24cd7ac88e9bcb65a3b421628fe4f885942b5da25cf76e2b70b2c385cc8e847bf'
6
+ metadata.gz: 9fb7675839237006d4072536921cc0e27abd51a79dbcb394d9ea2c40859d9236d74b40be83371f0f77c91fea1c61b6c472cd224232d5a7ed9d1d64280725fe1f
7
+ data.tar.gz: 8f8a384b83e5f2e956a3cb24df561808f0ebc92ed1bdf99fc31814daa91ecf488eff31f0582a18dc02daf5e37f184e9381bcbd4a9f0b40181d20079c3bfe275b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.53.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231201
6
+
3
7
  ### v0.52.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231115
@@ -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 alerts
206
- # generated by that policy are. The severity level, if specified, will be
207
- # displayed on the Incident detail page and in notifications.
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.52.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 = "20231115"
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.52.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-19 00:00:00.000000000 Z
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.52.0
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: []