Skip to content

Commit 149177f

Browse files
feat: Automated regeneration of tpu v2alpha1 client (googleapis#21081)
Auto-created at 2024-12-15 10:48:30 +0000 using the toys pull request generator.
1 parent 46c503d commit 149177f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

3+
### v0.34.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241126
6+
37
### v0.33.0 (2024-12-02)
48

59
* Regenerated from discovery document revision 20241025

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/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 TpuV2alpha1
1818
# Version of the google-apis-tpu_v2alpha1 gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.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 = "20241025"
25+
REVISION = "20241126"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ def stop_node(name, stop_node_request_object = nil, fields: nil, quota_user: nil
575575
# Clients can use Operations.GetOperation or other methods to check whether the
576576
# cancellation succeeded or whether the operation completed despite cancellation.
577577
# On successful cancellation, the operation is not deleted; instead, it becomes
578-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
579-
# corresponding to `Code.CANCELLED`.
578+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
579+
# , corresponding to `Code.CANCELLED`.
580580
# @param [String] name
581581
# The name of the operation resource to be cancelled.
582582
# @param [String] fields

0 commit comments

Comments
 (0)