google-apis-monitoring_v3 0.51.0 → 0.52.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: 8ae76d65769d770a6d178fc386806637881394715b549bc8611c31091cf91585
4
- data.tar.gz: 5f41bff9869ba71842832081297383123e29d49708155ce1d67cfb3a173998d7
3
+ metadata.gz: '097c935bc29e3cafdd900c0bd0cec37b9ffbaa3e8ed4d6d116e779a6d7465509'
4
+ data.tar.gz: d4d89bb62c67ad14a339d7b03d4a44605efe5fdd008747414ec4850e21daedbe
5
5
  SHA512:
6
- metadata.gz: 5c0a3037a0fefc7973d50750aa2cb626dc57719aff1bdcb6f5dd1b2e2768d0f0a365a60a267218aea67f50258a8201aa571a76e8bd9ae6d473a099ad859e1ab2
7
- data.tar.gz: 16e0950bfb5ee13b47d059a156b6f13d2570a2d49405efcc30d7ae8d14bc7e73f0c56f4ee86f2dfc179fe6485548d2d1fec49512dfa3c4b80b5f5a1b43c84be8
6
+ metadata.gz: 732809261a56cded555fe64027eaae7c9fea1322dc677f08ba8448d5a06fee44bf7f0cf9a67d6fd90c16a2449a74ec5da92d95afae70a8a2acb56b48223d61ab
7
+ data.tar.gz: '099cb2823fd4dfb545ca002edd8c3dbaaf654352e2164935d9d053ba3fca79d24cd7ac88e9bcb65a3b421628fe4f885942b5da25cf76e2b70b2c385cc8e847bf'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.52.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231115
6
+
3
7
  ### v0.51.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231023
@@ -202,6 +202,13 @@ 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.
208
+ # Corresponds to the JSON property `severity`
209
+ # @return [String]
210
+ attr_accessor :severity
211
+
205
212
  # User-supplied key/value data to be used for organizing and identifying the
206
213
  # AlertPolicy objects.The field can contain up to 64 entries. Each key and value
207
214
  # is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels
@@ -241,6 +248,7 @@ module Google
241
248
  @mutation_record = args[:mutation_record] if args.key?(:mutation_record)
242
249
  @name = args[:name] if args.key?(:name)
243
250
  @notification_channels = args[:notification_channels] if args.key?(:notification_channels)
251
+ @severity = args[:severity] if args.key?(:severity)
244
252
  @user_labels = args[:user_labels] if args.key?(:user_labels)
245
253
  @validity = args[:validity] if args.key?(:validity)
246
254
  end
@@ -4971,10 +4979,10 @@ module Google
4971
4979
  # @return [Google::Apis::MonitoringV3::MonitoredResource]
4972
4980
  attr_accessor :monitored_resource
4973
4981
 
4974
- # A unique resource name for this Uptime check configuration. The format is:
4975
- # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [
4976
- # PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime
4977
- # check.This field should be omitted when creating the Uptime check
4982
+ # Identifier. A unique resource name for this Uptime check configuration. The
4983
+ # format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
4984
+ # [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the
4985
+ # Uptime check.This field should be omitted when creating the Uptime check
4978
4986
  # configuration; on create, the resource name is assigned by the server and
4979
4987
  # included in the response.
4980
4988
  # Corresponds to the JSON property `name`
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.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 = "20231023"
25
+ REVISION = "20231115"
26
26
  end
27
27
  end
28
28
  end
@@ -758,6 +758,7 @@ module Google
758
758
 
759
759
  property :name, as: 'name'
760
760
  collection :notification_channels, as: 'notificationChannels'
761
+ property :severity, as: 'severity'
761
762
  hash :user_labels, as: 'userLabels'
762
763
  property :validity, as: 'validity', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
763
764
 
@@ -2132,10 +2132,10 @@ module Google
2132
2132
  # configuration by specifying the fields to be updated via updateMask. Returns
2133
2133
  # the updated configuration.
2134
2134
  # @param [String] name
2135
- # A unique resource name for this Uptime check configuration. The format is:
2136
- # projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [
2137
- # PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime
2138
- # check.This field should be omitted when creating the Uptime check
2135
+ # Identifier. A unique resource name for this Uptime check configuration. The
2136
+ # format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
2137
+ # [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the
2138
+ # Uptime check.This field should be omitted when creating the Uptime check
2139
2139
  # configuration; on create, the resource name is assigned by the server and
2140
2140
  # included in the response.
2141
2141
  # @param [Google::Apis::MonitoringV3::UptimeCheckConfig] uptime_check_config_object
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.51.0
4
+ version: 0.52.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-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.52.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: []