Skip to content

Commit f52d755

Browse files
1 parent 418a7b8 commit f52d755

File tree

9 files changed

+55
-59
lines changed

9 files changed

+55
-59
lines changed

clients/google-api-services-cloudtasks/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtasks</artifactId>
25-
<version>v2-rev20240808-2.0.0</version>
25+
<version>v2-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20241111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2/2.0.0/com/google/api/services/cloudtasks/v2/CloudTasks.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,13 +3527,11 @@ public List set(String parameterName, Object value) {
35273527
* Forces a task to run now. When this method is called, Cloud Tasks will dispatch the task, even if
35283528
* the task is already running, the queue has reached its RateLimits or is PAUSED. This command is
35293529
* meant to be used for manual debugging. For example, RunTask can be used to retry a failed task
3530-
* after a fix has been made or to manually force a task to be dispatched now. The dispatched task
3531-
* is returned. That is, the task that is returned contains the status after the task is dispatched
3532-
* but before the task is received by its target. If Cloud Tasks receives a successful response from
3533-
* the task's target, then the task will be deleted; otherwise the task's schedule_time will be
3534-
* reset to the time that RunTask was called plus the retry delay specified in the queue's
3535-
* RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has already succeeded or
3536-
* permanently failed.
3530+
* after a fix has been made or to manually force a task to be dispatched now. If Cloud Tasks
3531+
* receives a successful response from the task's target, then the task will be deleted; otherwise
3532+
* the task's schedule_time will be reset to the time that RunTask was called plus the retry delay
3533+
* specified in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task that
3534+
* has already succeeded or permanently failed.
35373535
*
35383536
* Create a request for the method "tasks.run".
35393537
*
@@ -3562,13 +3560,11 @@ public class Run extends CloudTasksRequest<com.google.api.services.cloudtasks.v2
35623560
* Forces a task to run now. When this method is called, Cloud Tasks will dispatch the task, even
35633561
* if the task is already running, the queue has reached its RateLimits or is PAUSED. This command
35643562
* is meant to be used for manual debugging. For example, RunTask can be used to retry a failed
3565-
* task after a fix has been made or to manually force a task to be dispatched now. The dispatched
3566-
* task is returned. That is, the task that is returned contains the status after the task is
3567-
* dispatched but before the task is received by its target. If Cloud Tasks receives a successful
3568-
* response from the task's target, then the task will be deleted; otherwise the task's
3569-
* schedule_time will be reset to the time that RunTask was called plus the retry delay specified
3570-
* in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has
3571-
* already succeeded or permanently failed.
3563+
* task after a fix has been made or to manually force a task to be dispatched now. If Cloud Tasks
3564+
* receives a successful response from the task's target, then the task will be deleted; otherwise
3565+
* the task's schedule_time will be reset to the time that RunTask was called plus the retry delay
3566+
* specified in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task
3567+
* that has already succeeded or permanently failed.
35723568
*
35733569
* Create a request for the method "tasks.run".
35743570
*

clients/google-api-services-cloudtasks/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudtasks</artifactId>
11-
<version>v2-rev20240808-2.0.0</version>
12-
<name>Cloud Tasks API v2-rev20240808-2.0.0</name>
11+
<version>v2-rev20241111-2.0.0</version>
12+
<name>Cloud Tasks API v2-rev20241111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtasks/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtasks</artifactId>
25-
<version>v2-rev20240808-2.0.0</version>
25+
<version>v2-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20241111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtasks</artifactId>
25-
<version>v2beta3-rev20240808-2.0.0</version>
25+
<version>v2beta3-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20241111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/HttpRequest.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ public final class HttpRequest extends com.google.api.client.json.GenericJson {
5656
* the task's HTTP request. Some HTTP request headers will be ignored or replaced. A partial list
5757
* of headers that will be ignored or replaced is: * Any header that is prefixed with
5858
* "X-CloudTasks-" will be treated as service header. Service headers define properties of the
59-
* task and are predefined in CloudTask. * Host: This will be computed by Cloud Tasks and derived
60-
* from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-Agent:
61-
* This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. * `X-AppEngine-*`:
62-
* Google use only. `Content-Type` won't be set by Cloud Tasks. You can explicitly set `Content-
63-
* Type` to a media type when the task is created. For example, `Content-Type` can be set to
64-
* `"application/octet-stream"` or `"application/json"`. Headers which can have multiple values
65-
* (according to RFC2616) can be specified using comma-separated values. The size of the headers
66-
* must be less than 80KB.
59+
* task and are predefined in Cloud Tasks. * Host: This will be computed by Cloud Tasks and
60+
* derived from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-
61+
* Agent: This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. *
62+
* `X-AppEngine-*`: Google use only. `Content-Type` won't be set by Cloud Tasks. You can
63+
* explicitly set `Content-Type` to a media type when the task is created. For example, `Content-
64+
* Type` can be set to `"application/octet-stream"` or `"application/json"`. Headers which can
65+
* have multiple values (according to RFC2616) can be specified using comma-separated values. The
66+
* size of the headers must be less than 80KB.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -163,14 +163,14 @@ public HttpRequest encodeBody(byte[] body) {
163163
* the task's HTTP request. Some HTTP request headers will be ignored or replaced. A partial list
164164
* of headers that will be ignored or replaced is: * Any header that is prefixed with
165165
* "X-CloudTasks-" will be treated as service header. Service headers define properties of the
166-
* task and are predefined in CloudTask. * Host: This will be computed by Cloud Tasks and derived
167-
* from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-Agent:
168-
* This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. * `X-AppEngine-*`:
169-
* Google use only. `Content-Type` won't be set by Cloud Tasks. You can explicitly set `Content-
170-
* Type` to a media type when the task is created. For example, `Content-Type` can be set to
171-
* `"application/octet-stream"` or `"application/json"`. Headers which can have multiple values
172-
* (according to RFC2616) can be specified using comma-separated values. The size of the headers
173-
* must be less than 80KB.
166+
* task and are predefined in Cloud Tasks. * Host: This will be computed by Cloud Tasks and
167+
* derived from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-
168+
* Agent: This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. *
169+
* `X-AppEngine-*`: Google use only. `Content-Type` won't be set by Cloud Tasks. You can
170+
* explicitly set `Content-Type` to a media type when the task is created. For example, `Content-
171+
* Type` can be set to `"application/octet-stream"` or `"application/json"`. Headers which can
172+
* have multiple values (according to RFC2616) can be specified using comma-separated values. The
173+
* size of the headers must be less than 80KB.
174174
* @return value or {@code null} for none
175175
*/
176176
public java.util.Map<String, java.lang.String> getHeaders() {
@@ -183,14 +183,14 @@ public java.util.Map<String, java.lang.String> getHeaders() {
183183
* the task's HTTP request. Some HTTP request headers will be ignored or replaced. A partial list
184184
* of headers that will be ignored or replaced is: * Any header that is prefixed with
185185
* "X-CloudTasks-" will be treated as service header. Service headers define properties of the
186-
* task and are predefined in CloudTask. * Host: This will be computed by Cloud Tasks and derived
187-
* from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-Agent:
188-
* This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. * `X-AppEngine-*`:
189-
* Google use only. `Content-Type` won't be set by Cloud Tasks. You can explicitly set `Content-
190-
* Type` to a media type when the task is created. For example, `Content-Type` can be set to
191-
* `"application/octet-stream"` or `"application/json"`. Headers which can have multiple values
192-
* (according to RFC2616) can be specified using comma-separated values. The size of the headers
193-
* must be less than 80KB.
186+
* task and are predefined in Cloud Tasks. * Host: This will be computed by Cloud Tasks and
187+
* derived from HttpRequest.url. * Content-Length: This will be computed by Cloud Tasks. * User-
188+
* Agent: This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`: Google use only. *
189+
* `X-AppEngine-*`: Google use only. `Content-Type` won't be set by Cloud Tasks. You can
190+
* explicitly set `Content-Type` to a media type when the task is created. For example, `Content-
191+
* Type` can be set to `"application/octet-stream"` or `"application/json"`. Headers which can
192+
* have multiple values (according to RFC2616) can be specified using comma-separated values. The
193+
* size of the headers must be less than 80KB.
194194
* @param headers headers or {@code null} for none
195195
*/
196196
public HttpRequest setHeaders(java.util.Map<String, java.lang.String> headers) {

clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/model/HttpTarget.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public final class HttpTarget extends com.google.api.client.json.GenericJson {
5959
}
6060

6161
/**
62-
* The HTTP method to use for the request. When specified, it overrides HttpRequest for the task.
63-
* Note that if the value is set to HttpMethod the HttpRequest of the task will be ignored at
64-
* execution time.
62+
* The HTTP method to use for the request. When specified, it overrides HttpRequest.http_method
63+
* for the task. Note that if the value is set to HttpMethod.GET the HttpRequest.body of the task
64+
* will be ignored at execution time.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
@@ -144,19 +144,19 @@ public HttpTarget setHeaderOverrides(java.util.List<HeaderOverride> headerOverri
144144
}
145145

146146
/**
147-
* The HTTP method to use for the request. When specified, it overrides HttpRequest for the task.
148-
* Note that if the value is set to HttpMethod the HttpRequest of the task will be ignored at
149-
* execution time.
147+
* The HTTP method to use for the request. When specified, it overrides HttpRequest.http_method
148+
* for the task. Note that if the value is set to HttpMethod.GET the HttpRequest.body of the task
149+
* will be ignored at execution time.
150150
* @return value or {@code null} for none
151151
*/
152152
public java.lang.String getHttpMethod() {
153153
return httpMethod;
154154
}
155155

156156
/**
157-
* The HTTP method to use for the request. When specified, it overrides HttpRequest for the task.
158-
* Note that if the value is set to HttpMethod the HttpRequest of the task will be ignored at
159-
* execution time.
157+
* The HTTP method to use for the request. When specified, it overrides HttpRequest.http_method
158+
* for the task. Note that if the value is set to HttpMethod.GET the HttpRequest.body of the task
159+
* will be ignored at execution time.
160160
* @param httpMethod httpMethod or {@code null} for none
161161
*/
162162
public HttpTarget setHttpMethod(java.lang.String httpMethod) {

clients/google-api-services-cloudtasks/v2beta3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudtasks</artifactId>
11-
<version>v2beta3-rev20240808-2.0.0</version>
12-
<name>Cloud Tasks API v2beta3-rev20240808-2.0.0</name>
11+
<version>v2beta3-rev20241111-2.0.0</version>
12+
<name>Cloud Tasks API v2beta3-rev20241111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtasks/v2beta3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtasks</artifactId>
25-
<version>v2beta3-rev20240808-2.0.0</version>
25+
<version>v2beta3-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20241111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)