Skip to content

Commit 34b2cd3

Browse files
feat: Automated regeneration of cloudtasks v2 client (googleapis#20550)
Auto-created at 2024-11-17 09:12:04 +0000 using the toys pull request generator.
1 parent 21fe68b commit 34b2cd3

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

generated/google-apis-cloudtasks_v2/CHANGELOG.md

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

3+
### v0.38.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241111
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.37.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtasksV2
1818
# Version of the google-apis-cloudtasks_v2 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

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

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -853,14 +853,12 @@ def list_project_location_queue_tasks(parent, page_size: nil, page_token: nil, r
853853
# dispatch the task, even if the task is already running, the queue has reached
854854
# its RateLimits or is PAUSED. This command is meant to be used for manual
855855
# debugging. For example, RunTask can be used to retry a failed task after a fix
856-
# has been made or to manually force a task to be dispatched now. The dispatched
857-
# task is returned. That is, the task that is returned contains the status after
858-
# the task is dispatched but before the task is received by its target. If Cloud
859-
# Tasks receives a successful response from the task's target, then the task
860-
# will be deleted; otherwise the task's schedule_time will be reset to the time
861-
# that RunTask was called plus the retry delay specified in the queue's
862-
# RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has
863-
# already succeeded or permanently failed.
856+
# has been made or to manually force a task to be dispatched now. If Cloud Tasks
857+
# receives a successful response from the task's target, then the task will be
858+
# deleted; otherwise the task's schedule_time will be reset to the time that
859+
# RunTask was called plus the retry delay specified in the queue's RetryConfig.
860+
# RunTask returns NOT_FOUND when it is called on a task that has already
861+
# succeeded or permanently failed.
864862
# @param [String] name
865863
# Required. The task name. For example: `projects/PROJECT_ID/locations/
866864
# LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`

0 commit comments

Comments
 (0)