Skip to content

Commit 2d9d0f6

Browse files
feat: Automated regeneration of checks v1alpha client (googleapis#20579)
Auto-created at 2024-11-17 09:46:14 +0000 using the toys pull request generator.
1 parent 8536a60 commit 2d9d0f6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-checks_v1alpha/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-checks_v1alpha
22

3+
### v0.13.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241114
6+
37
### v0.12.0 (2024-11-03)
48

59
* Regenerated from discovery document revision 20241029

generated/google-apis-checks_v1alpha/lib/google/apis/checks_v1alpha/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 ChecksV1alpha
1818
# Version of the google-apis-checks_v1alpha gem
19-
GEM_VERSION = "0.12.0"
19+
GEM_VERSION = "0.13.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 = "20241029"
25+
REVISION = "20241114"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def list_account_apps(parent, page_size: nil, page_token: nil, fields: nil, quot
127127
# Clients can use Operations.GetOperation or other methods to check whether the
128128
# cancellation succeeded or whether the operation completed despite cancellation.
129129
# On successful cancellation, the operation is not deleted; instead, it becomes
130-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
131-
# corresponding to `Code.CANCELLED`.
130+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
131+
# , corresponding to `Code.CANCELLED`.
132132
# @param [String] name
133133
# The name of the operation resource to be cancelled.
134134
# @param [Google::Apis::ChecksV1alpha::CancelOperationRequest] cancel_operation_request_object

0 commit comments

Comments
 (0)