File tree Expand file tree Collapse file tree 12 files changed +87
-18
lines changed
clients/google-api-services-cloudtasks
com/google/api/services/cloudtasks/v2beta2
com/google/api/services/cloudtasks/v2beta3
com/google/api/services/cloudtasks/v2 Expand file tree Collapse file tree 12 files changed +87
-18
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments