Skip to content

Commit e828c06

Browse files
1 parent 9603238 commit e828c06

File tree

4 files changed

+8
-8
lines changed

4 files changed

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ public Insert set(String parameterName, Object value) {
14711471
}
14721472
}
14731473
/**
1474-
* Returns all tasks in the specified task list. Does not return assigned tasks be default (from
1474+
* Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from
14751475
* Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000
14761476
* tasks in total at a time.
14771477
*
@@ -1494,7 +1494,7 @@ public class List extends TasksRequest<com.google.api.services.tasks.model.Tasks
14941494
private static final String REST_PATH = "tasks/v1/lists/{tasklist}/tasks";
14951495

14961496
/**
1497-
* Returns all tasks in the specified task list. Does not return assigned tasks be default (from
1497+
* Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from
14981498
* Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000
14991499
* tasks in total at a time.
15001500
*

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

0 commit comments

Comments
 (0)