Skip to content

Commit a1bb1a7

Browse files
1 parent f7f1098 commit a1bb1a7

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

clients/google-api-services-tasks/v1/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-tasks</artifactId>
25-
<version>v1-rev20250518-2.0.0</version>
25+
<version>v1-rev20251102-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-tasks:v1-rev20250518-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tasks:v1-rev20251102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-tasks/v1/2.0.0/com/google/api/services/tasks/model/Task.java

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ public final class Task extends com.google.api.client.json.GenericJson {
5858
private java.lang.Boolean deleted;
5959

6060
/**
61-
* Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
62-
* information; the time portion of the timestamp is discarded when setting the due date. It isn't
63-
* possible to read or write the time that a task is due via the API.
61+
* Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
62+
* the task should be done, or that the task is visible on the calendar grid. It doesn't represent
63+
* the deadline of the task. Only date information is recorded; the time portion of the timestamp
64+
* is discarded when setting this field. It isn't possible to read or write the time that a task
65+
* is scheduled for using the API.
6466
* The value may be {@code null}.
6567
*/
6668
@com.google.api.client.util.Key
@@ -237,19 +239,23 @@ public Task setDeleted(java.lang.Boolean deleted) {
237239
}
238240

239241
/**
240-
* Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
241-
* information; the time portion of the timestamp is discarded when setting the due date. It isn't
242-
* possible to read or write the time that a task is due via the API.
242+
* Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
243+
* the task should be done, or that the task is visible on the calendar grid. It doesn't represent
244+
* the deadline of the task. Only date information is recorded; the time portion of the timestamp
245+
* is discarded when setting this field. It isn't possible to read or write the time that a task
246+
* is scheduled for using the API.
243247
* @return value or {@code null} for none
244248
*/
245249
public java.lang.String getDue() {
246250
return due;
247251
}
248252

249253
/**
250-
* Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
251-
* information; the time portion of the timestamp is discarded when setting the due date. It isn't
252-
* possible to read or write the time that a task is due via the API.
254+
* Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
255+
* the task should be done, or that the task is visible on the calendar grid. It doesn't represent
256+
* the deadline of the task. Only date information is recorded; the time portion of the timestamp
257+
* is discarded when setting this field. It isn't possible to read or write the time that a task
258+
* is scheduled for using the API.
253259
* @param due due or {@code null} for none
254260
*/
255261
public Task setDue(java.lang.String due) {

clients/google-api-services-tasks/v1/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-tasks</artifactId>
11-
<version>v1-rev20250518-2.0.0</version>
12-
<name>Google Tasks API v1-rev20250518-2.0.0</name>
11+
<version>v1-rev20251102-2.0.0</version>
12+
<name>Google Tasks API v1-rev20251102-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-tasks/v1/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-tasks</artifactId>
25-
<version>v1-rev20250518-2.0.0</version>
25+
<version>v1-rev20251102-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-tasks:v1-rev20250518-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tasks:v1-rev20251102-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)