google-apis-monitoring_v3 0.43.0 → 0.44.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: 2a6da1b1e43356dee56d14c27434960b2eee0bec2c1e1537abf985c9a1e5862f
4
- data.tar.gz: 293aa1af383aed3a32a54f4aaa7351a824307a0a32938b3ed7dddca99a27fb8d
3
+ metadata.gz: 670e53e5ab8001050f504516b56ba819851a3cb68be959cd62b8430dac9e5f94
4
+ data.tar.gz: b90eeebbc446521f6e4f5497861c198a0291dd2f7cb3f6b3de9234becd021c95
5
5
  SHA512:
6
- metadata.gz: 3ed70138f5b5956c64e853d428812e53889b908a2097724862c29aef4fbee9e5122e2225a4b5d92990b8b9a5baae1d792b5be96236f282337b761746b31450d8
7
- data.tar.gz: 906d4eb31beafcbd66bf68236ca78cc8572cee5cc52728d682fcc521740dcee5104228a0295fb293fc33709199a98c4b911f998d32afdc3f621659f6ae781a13
6
+ metadata.gz: b6a3b13c06502e21c6b72b9ef872524ba6bb1a488ca1ffd8a5491cccd7868c2e138e9f9290e928b7b3ae56e99229c0160a0b4561c3c3a2ccb496d6872009c286
7
+ data.tar.gz: 42ee4cf0024d5fbdcfdb109253acd363fafa58a9fda78b10be321d0b7f19b26306fc60e8559cc42cf0ec72b97e5c2587e799a72c01a101a51b67ac859946f0ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.44.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230417
6
+
3
7
  ### v0.43.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230320
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.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 = "20230320"
25
+ REVISION = "20230417"
26
26
  end
27
27
  end
28
28
  end
@@ -1363,7 +1363,9 @@ module Google
1363
1363
  execute_or_queue_command(command, &block)
1364
1364
  end
1365
1365
 
1366
- # Lists the notification channels that have been created for the project.
1366
+ # Lists the notification channels that have been created for the project. To
1367
+ # list the types of notification channels that are supported, use the
1368
+ # ListNotificationChannelDescriptors method.
1367
1369
  # @param [String] name
1368
1370
  # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1369
1371
  # on which to execute the request. The format is: projects/[
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.43.0
4
+ version: 0.44.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.44.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: []