Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudtasks/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2-rev20260512-2.0.0</version>
<version>v2-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2-rev20260512-2.0.0</version>
<name>Cloud Tasks API v2-rev20260512-2.0.0</name>
<version>v2-rev20260609-2.0.0</version>
<name>Cloud Tasks API v2-rev20260609-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudtasks/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2-rev20260512-2.0.0</version>
<version>v2-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta2-rev20260423-2.0.0</version>
<version>v2beta2-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta2-rev20260423-2.0.0</version>
<name>Cloud Tasks API v2beta2-rev20260423-2.0.0</name>
<version>v2beta2-rev20260609-2.0.0</version>
<name>Cloud Tasks API v2beta2-rev20260609-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudtasks/v2beta2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta2-rev20260423-2.0.0</version>
<version>v2beta2-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta3-rev20260512-2.0.0</version>
<version>v2beta3-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta3-rev20260512-2.0.0</version>
<name>Cloud Tasks API v2beta3-rev20260512-2.0.0</name>
<version>v2beta3-rev20260609-2.0.0</version>
<name>Cloud Tasks API v2beta3-rev20260609-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudtasks/v2beta3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudtasks</artifactId>
<version>v2beta3-rev20260512-2.0.0</version>
<version>v2beta3-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading