Skip to content

Commit a8f727c

Browse files
1 parent ef7aea2 commit a8f727c

File tree

5 files changed

+13
-13
lines changed

5 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://developers.google.com/tasks/" target="_blank">API Documentation</a>
28+
* <a href="https://developers.google.com/workspace/tasks/" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ public Task clone() {
510510
public static final class Links extends com.google.api.client.json.GenericJson {
511511

512512
/**
513-
* The description. In HTML speak: Everything between and .
513+
* The description (might be empty).
514514
* The value may be {@code null}.
515515
*/
516516
@com.google.api.client.util.Key
@@ -524,22 +524,22 @@ public static final class Links extends com.google.api.client.json.GenericJson {
524524
private java.lang.String link;
525525

526526
/**
527-
* Type of the link, e.g. "email".
527+
* Type of the link, e.g. "email", "generic", "chat_message", "keep_note".
528528
* The value may be {@code null}.
529529
*/
530530
@com.google.api.client.util.Key
531531
private java.lang.String type;
532532

533533
/**
534-
* The description. In HTML speak: Everything between and .
534+
* The description (might be empty).
535535
* @return value or {@code null} for none
536536
*/
537537
public java.lang.String getDescription() {
538538
return description;
539539
}
540540

541541
/**
542-
* The description. In HTML speak: Everything between and .
542+
* The description (might be empty).
543543
* @param description description or {@code null} for none
544544
*/
545545
public Links setDescription(java.lang.String description) {
@@ -565,15 +565,15 @@ public Links setLink(java.lang.String link) {
565565
}
566566

567567
/**
568-
* Type of the link, e.g. "email".
568+
* Type of the link, e.g. "email", "generic", "chat_message", "keep_note".
569569
* @return value or {@code null} for none
570570
*/
571571
public java.lang.String getType() {
572572
return type;
573573
}
574574

575575
/**
576-
* Type of the link, e.g. "email".
576+
* Type of the link, e.g. "email", "generic", "chat_message", "keep_note".
577577
* @param type type or {@code null} for none
578578
*/
579579
public Links setType(java.lang.String type) {

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

0 commit comments

Comments
 (0)