Skip to content

Commit 21da2c6

Browse files
feat: Automated regeneration of monitoring v3 client (googleapis#20444)
Auto-created at 2024-10-27 09:15:23 +0000 using the toys pull request generator.
1 parent 88a87c6 commit 21da2c6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-monitoring_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-monitoring_v3
22

3+
### v0.71.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241017
6+
37
### v0.70.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241003

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MonitoringV3
1818
# Version of the google-apis-monitoring_v3 gem
19-
GEM_VERSION = "0.70.0"
19+
GEM_VERSION = "0.71.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241003"
25+
REVISION = "20241017"
2626
end
2727
end
2828
end

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,8 +1251,8 @@ def create_project_notification_channel(name, notification_channel_object = nil,
12511251
# @param [Boolean] force
12521252
# If true, the notification channel will be deleted regardless of its use in
12531253
# alert policies (the policies will be updated to remove the channel). If false,
1254-
# channels that are still referenced by an existing alerting policy will fail to
1255-
# be deleted in a delete operation.
1254+
# this operation will fail if the notification channel is referenced by existing
1255+
# alerting policies.
12561256
# @param [String] fields
12571257
# Selector specifying which fields to include in a partial response.
12581258
# @param [String] quota_user

0 commit comments

Comments
 (0)