Skip to content

Commit 20ac65b

Browse files
feat: Automated regeneration of CloudTasks client (googleapis#12543)
Auto-created at 2024-11-16 13:16:37 +0000 using the toys pull request generator.
1 parent 24756d2 commit 20ac65b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/cloud_tasks/lib/google_api/cloud_tasks/v2/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ defmodule GoogleApi.CloudTasks.V2.Api.Projects do
14581458
end
14591459

14601460
@doc """
1461-
Forces a task to run now. When this method is called, Cloud Tasks will dispatch the task, even if the task is already running, the queue has reached its RateLimits or is PAUSED. This command is meant to be used for manual debugging. For example, RunTask can be used to retry a failed task after a fix has been made or to manually force a task to be dispatched now. The dispatched task is returned. That is, the task that is returned contains the status after the task is dispatched but before the task is received by its target. If Cloud Tasks receives a successful response from the task's target, then the task will be deleted; otherwise the task's schedule_time will be reset to the time that RunTask was called plus the retry delay specified in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has already succeeded or permanently failed.
1461+
Forces a task to run now. When this method is called, Cloud Tasks will dispatch the task, even if the task is already running, the queue has reached its RateLimits or is PAUSED. This command is meant to be used for manual debugging. For example, RunTask can be used to retry a failed task after a fix has been made or to manually force a task to be dispatched now. If Cloud Tasks receives a successful response from the task's target, then the task will be deleted; otherwise the task's schedule_time will be reset to the time that RunTask was called plus the retry delay specified in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has already succeeded or permanently failed.
14621462
14631463
## Parameters
14641464

clients/cloud_tasks/lib/google_api/cloud_tasks/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudTasks.V2 do
2020
API client metadata for GoogleApi.CloudTasks.V2.
2121
"""
2222

23-
@discovery_revision "20240808"
23+
@discovery_revision "20241111"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_tasks/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudTasks.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.20.0"
21+
@version "0.20.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)