Skip to content

Commit 64973df

Browse files
1 parent 9dbfca6 commit 64973df

11 files changed

Lines changed: 58 additions & 48 deletions

File tree

clients/google-api-services-container/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-container</artifactId>
25-
<version>v1-rev20250204-2.0.0</version>
25+
<version>v1-rev20250211-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-container:v1-rev20250204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/Cluster.java

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
184184
private java.lang.Boolean enableKubernetesAlpha;
185185

186186
/**
187-
* Enable the ability to use Cloud TPUs in this cluster.
187+
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the
188+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
188189
* The value may be {@code null}.
189190
*/
190191
@com.google.api.client.util.Key
@@ -299,10 +300,6 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
299300
private LegacyAbac legacyAbac;
300301

301302
/**
302-
* Output only. The name of the Google Compute Engine
303-
* [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
304-
* [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
305-
* the cluster resides.
306303
* The value may be {@code null}.
307304
*/
308305
@com.google.api.client.util.Key
@@ -606,7 +603,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
606603
/**
607604
* Output only. The IP address range of the Cloud TPUs in this cluster, in
608605
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
609-
* `1.2.3.4/29`).
606+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
607+
* for 2VM TPU is 2025-04-25.
610608
* The value may be {@code null}.
611609
*/
612610
@com.google.api.client.util.Key
@@ -1009,15 +1007,17 @@ public Cluster setEnableKubernetesAlpha(java.lang.Boolean enableKubernetesAlpha)
10091007
}
10101008

10111009
/**
1012-
* Enable the ability to use Cloud TPUs in this cluster.
1010+
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the
1011+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
10131012
* @return value or {@code null} for none
10141013
*/
10151014
public java.lang.Boolean getEnableTpu() {
10161015
return enableTpu;
10171016
}
10181017

10191018
/**
1020-
* Enable the ability to use Cloud TPUs in this cluster.
1019+
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the
1020+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
10211021
* @param enableTpu enableTpu or {@code null} for none
10221022
*/
10231023
public Cluster setEnableTpu(java.lang.Boolean enableTpu) {
@@ -1281,21 +1281,13 @@ public Cluster setLegacyAbac(LegacyAbac legacyAbac) {
12811281
}
12821282

12831283
/**
1284-
* Output only. The name of the Google Compute Engine
1285-
* [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
1286-
* [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
1287-
* the cluster resides.
12881284
* @return value or {@code null} for none
12891285
*/
12901286
public java.lang.String getLocation() {
12911287
return location;
12921288
}
12931289

12941290
/**
1295-
* Output only. The name of the Google Compute Engine
1296-
* [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
1297-
* [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
1298-
* the cluster resides.
12991291
* @param location location or {@code null} for none
13001292
*/
13011293
public Cluster setLocation(java.lang.String location) {
@@ -2001,7 +1993,8 @@ public Cluster setSubnetwork(java.lang.String subnetwork) {
20011993
/**
20021994
* Output only. The IP address range of the Cloud TPUs in this cluster, in
20031995
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
2004-
* `1.2.3.4/29`).
1996+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
1997+
* for 2VM TPU is 2025-04-25.
20051998
* @return value or {@code null} for none
20061999
*/
20072000
public java.lang.String getTpuIpv4CidrBlock() {
@@ -2011,7 +2004,8 @@ public java.lang.String getTpuIpv4CidrBlock() {
20112004
/**
20122005
* Output only. The IP address range of the Cloud TPUs in this cluster, in
20132006
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
2014-
* `1.2.3.4/29`).
2007+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
2008+
* for 2VM TPU is 2025-04-25.
20152009
* @param tpuIpv4CidrBlock tpuIpv4CidrBlock or {@code null} for none
20162010
*/
20172011
public Cluster setTpuIpv4CidrBlock(java.lang.String tpuIpv4CidrBlock) {

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/IPAllocationPolicy.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ public final class IPAllocationPolicy extends com.google.api.client.json.Generic
189189
* have a range chosen with a specific netmask. Set to a
190190
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
191191
* `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`,
192-
* `192.168.0.0/16`) to pick a specific range to use.
192+
* `192.168.0.0/16`) to pick a specific range to use. This field is deprecated due to the
193+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
193194
* The value may be {@code null}.
194195
*/
195196
@com.google.api.client.util.Key
@@ -575,7 +576,8 @@ public IPAllocationPolicy setSubnetworkName(java.lang.String subnetworkName) {
575576
* have a range chosen with a specific netmask. Set to a
576577
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
577578
* `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`,
578-
* `192.168.0.0/16`) to pick a specific range to use.
579+
* `192.168.0.0/16`) to pick a specific range to use. This field is deprecated due to the
580+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
579581
* @return value or {@code null} for none
580582
*/
581583
public java.lang.String getTpuIpv4CidrBlock() {
@@ -589,7 +591,8 @@ public java.lang.String getTpuIpv4CidrBlock() {
589591
* have a range chosen with a specific netmask. Set to a
590592
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
591593
* `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`,
592-
* `192.168.0.0/16`) to pick a specific range to use.
594+
* `192.168.0.0/16`) to pick a specific range to use. This field is deprecated due to the
595+
* deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
593596
* @param tpuIpv4CidrBlock tpuIpv4CidrBlock or {@code null} for none
594597
*/
595598
public IPAllocationPolicy setTpuIpv4CidrBlock(java.lang.String tpuIpv4CidrBlock) {

clients/google-api-services-container/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-container</artifactId>
11-
<version>v1-rev20250204-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20250204-2.0.0</name>
11+
<version>v1-rev20250211-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20250211-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Kubernetes Engine API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-container/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-container</artifactId>
25-
<version>v1-rev20250204-2.0.0</version>
25+
<version>v1-rev20250211-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-container:v1-rev20250204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/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-container</artifactId>
25-
<version>v1beta1-rev20250204-2.0.0</version>
25+
<version>v1beta1-rev20250211-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-container:v1beta1-rev20250204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/Cluster.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
192192

193193
/**
194194
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use
195-
* tpu_config.enabled instead.
195+
* tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end
196+
* of life date for 2VM TPU is 2025-04-25.
196197
* The value may be {@code null}.
197198
*/
198199
@com.google.api.client.util.Key
@@ -659,7 +660,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
659660
private java.lang.String subnetwork;
660661

661662
/**
662-
* Configuration for Cloud TPU support;
663+
* Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM
664+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
663665
* The value may be {@code null}.
664666
*/
665667
@com.google.api.client.util.Key
@@ -668,7 +670,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
668670
/**
669671
* Output only. The IP address range of the Cloud TPUs in this cluster, in
670672
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
671-
* `1.2.3.4/29`).
673+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
674+
* for 2VM TPU is 2025-04-25.
672675
* The value may be {@code null}.
673676
*/
674677
@com.google.api.client.util.Key
@@ -1103,7 +1106,8 @@ public Cluster setEnableKubernetesAlpha(java.lang.Boolean enableKubernetesAlpha)
11031106

11041107
/**
11051108
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use
1106-
* tpu_config.enabled instead.
1109+
* tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end
1110+
* of life date for 2VM TPU is 2025-04-25.
11071111
* @return value or {@code null} for none
11081112
*/
11091113
public java.lang.Boolean getEnableTpu() {
@@ -1112,7 +1116,8 @@ public java.lang.Boolean getEnableTpu() {
11121116

11131117
/**
11141118
* Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use
1115-
* tpu_config.enabled instead.
1119+
* tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end
1120+
* of life date for 2VM TPU is 2025-04-25.
11161121
* @param enableTpu enableTpu or {@code null} for none
11171122
*/
11181123
public Cluster setEnableTpu(java.lang.Boolean enableTpu) {
@@ -2206,15 +2211,17 @@ public Cluster setSubnetwork(java.lang.String subnetwork) {
22062211
}
22072212

22082213
/**
2209-
* Configuration for Cloud TPU support;
2214+
* Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM
2215+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
22102216
* @return value or {@code null} for none
22112217
*/
22122218
public TpuConfig getTpuConfig() {
22132219
return tpuConfig;
22142220
}
22152221

22162222
/**
2217-
* Configuration for Cloud TPU support;
2223+
* Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM
2224+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
22182225
* @param tpuConfig tpuConfig or {@code null} for none
22192226
*/
22202227
public Cluster setTpuConfig(TpuConfig tpuConfig) {
@@ -2225,7 +2232,8 @@ public Cluster setTpuConfig(TpuConfig tpuConfig) {
22252232
/**
22262233
* Output only. The IP address range of the Cloud TPUs in this cluster, in
22272234
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
2228-
* `1.2.3.4/29`).
2235+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
2236+
* for 2VM TPU is 2025-04-25.
22292237
* @return value or {@code null} for none
22302238
*/
22312239
public java.lang.String getTpuIpv4CidrBlock() {
@@ -2235,7 +2243,8 @@ public java.lang.String getTpuIpv4CidrBlock() {
22352243
/**
22362244
* Output only. The IP address range of the Cloud TPUs in this cluster, in
22372245
* [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
2238-
* `1.2.3.4/29`).
2246+
* `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date
2247+
* for 2VM TPU is 2025-04-25.
22392248
* @param tpuIpv4CidrBlock tpuIpv4CidrBlock or {@code null} for none
22402249
*/
22412250
public Cluster setTpuIpv4CidrBlock(java.lang.String tpuIpv4CidrBlock) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/ClusterUpdate.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
540540
private java.lang.String desiredStackType;
541541

542542
/**
543-
* The desired Cloud TPU configuration.
543+
* The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM
544+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
544545
* The value may be {@code null}.
545546
*/
546547
@com.google.api.client.util.Key
@@ -1827,15 +1828,17 @@ public ClusterUpdate setDesiredStackType(java.lang.String desiredStackType) {
18271828
}
18281829

18291830
/**
1830-
* The desired Cloud TPU configuration.
1831+
* The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM
1832+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
18311833
* @return value or {@code null} for none
18321834
*/
18331835
public TpuConfig getDesiredTpuConfig() {
18341836
return desiredTpuConfig;
18351837
}
18361838

18371839
/**
1838-
* The desired Cloud TPU configuration.
1840+
* The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM
1841+
* TPU. The end of life date for 2VM TPU is 2025-04-25.
18391842
* @param desiredTpuConfig desiredTpuConfig or {@code null} for none
18401843
*/
18411844
public ClusterUpdate setDesiredTpuConfig(TpuConfig desiredTpuConfig) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/TpuConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.container.v1beta1.model;
1818

1919
/**
20-
* Configuration for Cloud TPU.
20+
* Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The
21+
* end of life date for 2VM TPU is 2025-04-25.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1beta1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-container</artifactId>
11-
<version>v1beta1-rev20250204-2.0.0</version>
12-
<name>Kubernetes Engine API v1beta1-rev20250204-2.0.0</name>
11+
<version>v1beta1-rev20250211-2.0.0</version>
12+
<name>Kubernetes Engine API v1beta1-rev20250211-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Kubernetes Engine API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

0 commit comments

Comments
 (0)