google-apis-monitoring_v3 0.52.0 → 0.54.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: 3e54d2237c5dce590ca2429ca56138785d89fa4e2f3f3f7cb8d35fd5970901cc
4
+ data.tar.gz: 44244d1f2db4ab4ae8f51198e67f2c5c339e5705503abc77f824a565cb17ef41
5
5
  SHA512:
6
- metadata.gz: 732809261a56cded555fe64027eaae7c9fea1322dc677f08ba8448d5a06fee44bf7f0cf9a67d6fd90c16a2449a74ec5da92d95afae70a8a2acb56b48223d61ab
7
- data.tar.gz: '099cb2823fd4dfb545ca002edd8c3dbaaf654352e2164935d9d053ba3fca79d24cd7ac88e9bcb65a3b421628fe4f885942b5da25cf76e2b70b2c385cc8e847bf'
6
+ metadata.gz: d100f19f49d4f37607e376253c5798387d97a3f2d91ab1ea5624be0bba119e76c73dbe78a593b9a713ef7aecd687a8352e372e5d90493bdd583a2f114ab8fbb5
7
+ data.tar.gz: 4a5ba5bf389a784c64596aa281aaad1e175f71a3d7517f22949a55d9491dc1e1694b69b19c5b287cebe00cd176de5f00cba3ed15369fa537eaa9351acc644071
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.54.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231215
6
+
7
+ ### v0.53.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231201
10
+
3
11
  ### v0.52.0 (2023-11-19)
4
12
 
5
13
  * 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
@@ -3173,7 +3173,7 @@ module Google
3173
3173
 
3174
3174
  # Required. The monitored resource type. For example, the type "
3175
3175
  # cloudsql_database" represents databases in Google Cloud SQL. For a list of
3176
- # types, see Monitoring resource types (https://cloud.google.com/monitoring/api/
3176
+ # types, see Monitored resource types (https://cloud.google.com/monitoring/api/
3177
3177
  # resources) and Logging resource types (https://cloud.google.com/logging/docs/
3178
3178
  # api/v2/resource-list).
3179
3179
  # Corresponds to the JSON property `type`
@@ -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.54.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 = "20231215"
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.54.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-24 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.54.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: []