Skip to content

Commit b2eb417

Browse files
1 parent c58f1c0 commit b2eb417

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250914-2.0.0</version>
25+
<version>v2-rev20251021-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-rev20250914-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20251021-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,22 +590,22 @@ public List setName(java.lang.String name) {
590590
}
591591

592592
/**
593-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
594-
* is primarily intended for internal usage.
593+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
594+
* documented otherwise. This is primarily for internal usage.
595595
*/
596596
@com.google.api.client.util.Key
597597
private java.util.List<java.lang.String> extraLocationTypes;
598598

599-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
600-
primarily intended for internal usage.
599+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
600+
otherwise. This is primarily for internal usage.
601601
*/
602602
public java.util.List<java.lang.String> getExtraLocationTypes() {
603603
return extraLocationTypes;
604604
}
605605

606606
/**
607-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
608-
* is primarily intended for internal usage.
607+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
608+
* documented otherwise. This is primarily for internal usage.
609609
*/
610610
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
611611
this.extraLocationTypes = extraLocationTypes;

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-rev20250914-2.0.0</version>
12-
<name>Cloud Tasks API v2-rev20250914-2.0.0</name>
11+
<version>v2-rev20251021-2.0.0</version>
12+
<name>Cloud Tasks API v2-rev20251021-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-rev20250914-2.0.0</version>
25+
<version>v2-rev20251021-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-rev20250914-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20251021-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)