Skip to content

Commit

Permalink
feat: Automated regeneration of batch v1 client (#18960)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-05 10:24:51 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 5, 2024
1 parent f81d4cd commit a82a735
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-batch_v1/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release history for google-apis-batch_v1

### v0.35.0 (2024-05-05)

* Regenerated from discovery document revision 20240425

### v0.34.0 (2024-04-21)

* Regenerated from discovery document revision 20240411
Expand Down
Expand Up @@ -2257,8 +2257,14 @@ def update!(**args)
class TaskExecution
include Google::Apis::Core::Hashable

# When task is completed as the status of FAILED or SUCCEEDED, exit code is for
# one task execution result, default is 0 as success.
# The exit code of a finished task. If the task succeeded, the exit code will be
# 0. If the task failed but not due to the following reasons, the exit code will
# be 50000. Otherwise, it can be from different sources: - Batch known failures
# as https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes. -
# Batch runnable execution failures: You can rely on Batch logs for further
# diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If there
# are multiple runnables failures, Batch only exposes the first error caught for
# now.
# Corresponds to the JSON property `exitCode`
# @return [Fixnum]
attr_accessor :exit_code
Expand Down
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BatchV1
# Version of the google-apis-batch_v1 gem
GEM_VERSION = "0.34.0"
GEM_VERSION = "0.35.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.14.0"

# Revision of the discovery document this client was generated from
REVISION = "20240411"
REVISION = "20240425"
end
end
end

0 comments on commit a82a735

Please sign in to comment.