Skip to content

Commit 792df61

Browse files
1 parent 4fba3a7 commit 792df61

File tree

12 files changed

+87
-18
lines changed

12 files changed

+87
-18
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-rev20250115-2.0.0</version>
25+
<version>v2-rev20250411-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-rev20250115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2-rev20250411-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,29 @@ public List setName(java.lang.String name) {
589589
return this;
590590
}
591591

592+
/**
593+
* Optional. A list of extra location types that should be used as conditions for
594+
* controlling the visibility of the locations.
595+
*/
596+
@com.google.api.client.util.Key
597+
private java.util.List<java.lang.String> extraLocationTypes;
598+
599+
/** Optional. A list of extra location types that should be used as conditions for controlling the
600+
visibility of the locations.
601+
*/
602+
public java.util.List<java.lang.String> getExtraLocationTypes() {
603+
return extraLocationTypes;
604+
}
605+
606+
/**
607+
* Optional. A list of extra location types that should be used as conditions for
608+
* controlling the visibility of the locations.
609+
*/
610+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
611+
this.extraLocationTypes = extraLocationTypes;
612+
return this;
613+
}
614+
592615
/**
593616
* A filter to narrow down results to a preferred subset. The filtering language accepts
594617
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

clients/google-api-services-cloudtasks/v2beta2/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>v2beta2-rev20240808-2.0.0</version>
25+
<version>v2beta2-rev20250411-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:v2beta2-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20250411-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta2/2.0.0/com/google/api/services/cloudtasks/v2beta2/CloudTasks.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,29 @@ public List setName(java.lang.String name) {
762762
return this;
763763
}
764764

765+
/**
766+
* Optional. A list of extra location types that should be used as conditions for
767+
* controlling the visibility of the locations.
768+
*/
769+
@com.google.api.client.util.Key
770+
private java.util.List<java.lang.String> extraLocationTypes;
771+
772+
/** Optional. A list of extra location types that should be used as conditions for controlling the
773+
visibility of the locations.
774+
*/
775+
public java.util.List<java.lang.String> getExtraLocationTypes() {
776+
return extraLocationTypes;
777+
}
778+
779+
/**
780+
* Optional. A list of extra location types that should be used as conditions for
781+
* controlling the visibility of the locations.
782+
*/
783+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
784+
this.extraLocationTypes = extraLocationTypes;
785+
return this;
786+
}
787+
765788
/**
766789
* A filter to narrow down results to a preferred subset. The filtering language accepts
767790
* strings like `"displayName=tokyo"`, and is documented in more detail in

clients/google-api-services-cloudtasks/v2beta2/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>v2beta2-rev20240808-2.0.0</version>
12-
<name>Cloud Tasks API v2beta2-rev20240808-2.0.0</name>
11+
<version>v2beta2-rev20250411-2.0.0</version>
12+
<name>Cloud Tasks API v2beta2-rev20250411-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtasks/v2beta2/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>v2beta2-rev20240808-2.0.0</version>
25+
<version>v2beta2-rev20250411-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:v2beta2-rev20240808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta2-rev20250411-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta3/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>v2beta3-rev20250115-2.0.0</version>
25+
<version>v2beta3-rev20250411-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:v2beta3-rev20250115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20250411-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/CloudTasks.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,29 @@ public List setName(java.lang.String name) {
594594
return this;
595595
}
596596

597+
/**
598+
* Optional. A list of extra location types that should be used as conditions for
599+
* controlling the visibility of the locations.
600+
*/
601+
@com.google.api.client.util.Key
602+
private java.util.List<java.lang.String> extraLocationTypes;
603+
604+
/** Optional. A list of extra location types that should be used as conditions for controlling the
605+
visibility of the locations.
606+
*/
607+
public java.util.List<java.lang.String> getExtraLocationTypes() {
608+
return extraLocationTypes;
609+
}
610+
611+
/**
612+
* Optional. A list of extra location types that should be used as conditions for
613+
* controlling the visibility of the locations.
614+
*/
615+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
616+
this.extraLocationTypes = extraLocationTypes;
617+
return this;
618+
}
619+
597620
/**
598621
* A filter to narrow down results to a preferred subset. The filtering language accepts
599622
* strings like `"displayName=tokyo"`, and is documented in more detail in

0 commit comments

Comments
 (0)