Skip to content

Commit 62a74ce

Browse files
1 parent 9b96d66 commit 62a74ce

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,18 +2009,18 @@ public Move setDestinationTasklist(java.lang.String destinationTasklist) {
20092009
/**
20102010
* Optional. New parent task identifier. If the task is moved to the top level, this parameter
20112011
* is omitted. The task set as parent must exist in the task list and can not be hidden.
2012-
* Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2013-
* under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2014-
* be nested, so the parent field must be empty.
2012+
* Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2013+
* or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2014+
* hidden cannot be nested, so the parent field must be empty.
20152015
*/
20162016
@com.google.api.client.util.Key
20172017
private java.lang.String parent;
20182018

20192019
/** Optional. New parent task identifier. If the task is moved to the top level, this parameter is
20202020
omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1.
2021-
Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task
2022-
(become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent
2023-
field must be empty.
2021+
Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a
2022+
parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the
2023+
parent field must be empty.
20242024
*/
20252025
public java.lang.String getParent() {
20262026
return parent;
@@ -2029,9 +2029,9 @@ public java.lang.String getParent() {
20292029
/**
20302030
* Optional. New parent task identifier. If the task is moved to the top level, this parameter
20312031
* is omitted. The task set as parent must exist in the task list and can not be hidden.
2032-
* Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2033-
* under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2034-
* be nested, so the parent field must be empty.
2032+
* Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2033+
* or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2034+
* hidden cannot be nested, so the parent field must be empty.
20352035
*/
20362036
public Move setParent(java.lang.String parent) {
20372037
this.parent = parent;

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-rev20250415-2.0.0</version>
12-
<name>Google Tasks API v1-rev20250415-2.0.0</name>
11+
<version>v1-rev20250518-2.0.0</version>
12+
<name>Google Tasks API v1-rev20250518-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-rev20250415-2.0.0</version>
25+
<version>v1-rev20250518-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-rev20250415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tasks:v1-rev20250518-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)