From 8a27cd64dbed6000297d4385df77b3f3361582a9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:49:29 -0700 Subject: [PATCH] chore: regenerate cloudtasks client --- clients/google-api-services-cloudtasks/v2/2.0.0/README.md | 4 ++-- .../com/google/api/services/cloudtasks/v2/model/Queue.java | 6 +++--- clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml | 4 ++-- clients/google-api-services-cloudtasks/v2/README.md | 4 ++-- .../google-api-services-cloudtasks/v2beta2/2.0.0/README.md | 4 ++-- .../google/api/services/cloudtasks/v2beta2/model/Queue.java | 6 +++--- .../google-api-services-cloudtasks/v2beta2/2.0.0/pom.xml | 4 ++-- clients/google-api-services-cloudtasks/v2beta2/README.md | 4 ++-- .../google-api-services-cloudtasks/v2beta3/2.0.0/README.md | 4 ++-- .../google/api/services/cloudtasks/v2beta3/model/Queue.java | 6 +++--- .../google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml | 4 ++-- clients/google-api-services-cloudtasks/v2beta3/README.md | 4 ++-- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/clients/google-api-services-cloudtasks/v2/2.0.0/README.md b/clients/google-api-services-cloudtasks/v2/2.0.0/README.md index c58b105d418..77162071b09 100644 --- a/clients/google-api-services-cloudtasks/v2/2.0.0/README.md +++ b/clients/google-api-services-cloudtasks/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2-rev20260512-2.0.0 + v2-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20260512-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtasks/v2/2.0.0/com/google/api/services/cloudtasks/v2/model/Queue.java b/clients/google-api-services-cloudtasks/v2/2.0.0/com/google/api/services/cloudtasks/v2/model/Queue.java index 355590492da..2ce75a93e44 100644 --- a/clients/google-api-services-cloudtasks/v2/2.0.0/com/google/api/services/cloudtasks/v2/model/Queue.java +++ b/clients/google-api-services-cloudtasks/v2/2.0.0/com/google/api/services/cloudtasks/v2/model/Queue.java @@ -78,7 +78,7 @@ public final class Queue extends com.google.api.client.json.GenericJson { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or @@ -224,7 +224,7 @@ public Queue setPurgeTime(String purgeTime) { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or @@ -241,7 +241,7 @@ public RateLimits getRateLimits() { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or diff --git a/clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml b/clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml index cd7909e651a..28afbc423b6 100644 --- a/clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml +++ b/clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudtasks - v2-rev20260512-2.0.0 - Cloud Tasks API v2-rev20260512-2.0.0 + v2-rev20260609-2.0.0 + Cloud Tasks API v2-rev20260609-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudtasks/v2/README.md b/clients/google-api-services-cloudtasks/v2/README.md index c58b105d418..77162071b09 100644 --- a/clients/google-api-services-cloudtasks/v2/README.md +++ b/clients/google-api-services-cloudtasks/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2-rev20260512-2.0.0 + v2-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20260512-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/README.md b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/README.md index 4cd1d26c4cc..7643a51e6a0 100644 --- a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/README.md +++ b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2beta2-rev20260423-2.0.0 + v2beta2-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/com/google/api/services/cloudtasks/v2beta2/model/Queue.java b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/com/google/api/services/cloudtasks/v2beta2/model/Queue.java index f4572fbbd20..3fd0f0a76f3 100644 --- a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/com/google/api/services/cloudtasks/v2beta2/model/Queue.java +++ b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/com/google/api/services/cloudtasks/v2beta2/model/Queue.java @@ -82,7 +82,7 @@ public final class Queue extends com.google.api.client.json.GenericJson { * control task attempts however they control how tasks are attempted in different ways: * * rate_limits controls the total rate of dispatches from a queue (i.e. all traffic dispatched * from the queue, regardless of whether the dispatch is from a first attempt or a retry). * - * retry_config controls what happens to particular a task after its first attempt fails. That is, + * retry_config controls what happens to a particular task after its first attempt fails. That is, * retry_config controls task retries (the second attempt, third attempt, etc). * The value may be {@code null}. */ @@ -257,7 +257,7 @@ public Queue setPurgeTime(String purgeTime) { * control task attempts however they control how tasks are attempted in different ways: * * rate_limits controls the total rate of dispatches from a queue (i.e. all traffic dispatched * from the queue, regardless of whether the dispatch is from a first attempt or a retry). * - * retry_config controls what happens to particular a task after its first attempt fails. That is, + * retry_config controls what happens to a particular task after its first attempt fails. That is, * retry_config controls task retries (the second attempt, third attempt, etc). * @return value or {@code null} for none */ @@ -270,7 +270,7 @@ public RateLimits getRateLimits() { * control task attempts however they control how tasks are attempted in different ways: * * rate_limits controls the total rate of dispatches from a queue (i.e. all traffic dispatched * from the queue, regardless of whether the dispatch is from a first attempt or a retry). * - * retry_config controls what happens to particular a task after its first attempt fails. That is, + * retry_config controls what happens to a particular task after its first attempt fails. That is, * retry_config controls task retries (the second attempt, third attempt, etc). * @param rateLimits rateLimits or {@code null} for none */ diff --git a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/pom.xml b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/pom.xml index 836d4af4f0a..cb90b77cd32 100644 --- a/clients/google-api-services-cloudtasks/v2beta2/2.0.0/pom.xml +++ b/clients/google-api-services-cloudtasks/v2beta2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudtasks - v2beta2-rev20260423-2.0.0 - Cloud Tasks API v2beta2-rev20260423-2.0.0 + v2beta2-rev20260609-2.0.0 + Cloud Tasks API v2beta2-rev20260609-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudtasks/v2beta2/README.md b/clients/google-api-services-cloudtasks/v2beta2/README.md index 4cd1d26c4cc..7643a51e6a0 100644 --- a/clients/google-api-services-cloudtasks/v2beta2/README.md +++ b/clients/google-api-services-cloudtasks/v2beta2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2beta2-rev20260423-2.0.0 + v2beta2-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/README.md b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/README.md index a91fc923f33..7509e7ee371 100644 --- a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/README.md +++ b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2beta3-rev20260512-2.0.0 + v2beta3-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260512-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260609-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/Queue.java b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/Queue.java index e02637518c6..9964c2501a2 100644 --- a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/Queue.java +++ b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/Queue.java @@ -76,7 +76,7 @@ public final class Queue extends com.google.api.client.json.GenericJson { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or @@ -266,7 +266,7 @@ public Queue setPurgeTime(String purgeTime) { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or @@ -283,7 +283,7 @@ public RateLimits getRateLimits() { * control task attempts. However they control task attempts in different ways: * rate_limits * controls the total rate of dispatches from a queue (i.e. all traffic dispatched from the queue, * regardless of whether the dispatch is from a first attempt or a retry). * retry_config controls - * what happens to particular a task after its first attempt fails. That is, retry_config controls + * what happens to a particular task after its first attempt fails. That is, retry_config controls * task retries (the second attempt, third attempt, etc). The queue's actual dispatch rate is the * result of: * Number of tasks in the queue * User-specified throttling: rate_limits, * retry_config, and the queue's state. * System throttling due to `429` (Too Many Requests) or diff --git a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml index e6ab4a3ddd9..860450bdb1e 100644 --- a/clients/google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml +++ b/clients/google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudtasks - v2beta3-rev20260512-2.0.0 - Cloud Tasks API v2beta3-rev20260512-2.0.0 + v2beta3-rev20260609-2.0.0 + Cloud Tasks API v2beta3-rev20260609-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudtasks/v2beta3/README.md b/clients/google-api-services-cloudtasks/v2beta3/README.md index a91fc923f33..7509e7ee371 100644 --- a/clients/google-api-services-cloudtasks/v2beta3/README.md +++ b/clients/google-api-services-cloudtasks/v2beta3/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtasks - v2beta3-rev20260512-2.0.0 + v2beta3-rev20260609-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260512-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260609-2.0.0' } ```