From 0695fcf5095216e0acf496f8404ad5a9576f61bc Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Sat, 27 Jun 2026 18:43:44 -0700
Subject: [PATCH] chore: regenerate container client
---
.../v1/2.0.0/README.md | 4 ++--
.../services/container/model/NodePool.java | 21 +++++++++++--------
.../v1/2.0.0/pom.xml | 4 ++--
.../v1/README.md | 4 ++--
.../v1beta1/2.0.0/README.md | 4 ++--
.../v1beta1/2.0.0/pom.xml | 4 ++--
.../v1beta1/README.md | 4 ++--
7 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/clients/google-api-services-container/v1/2.0.0/README.md b/clients/google-api-services-container/v1/2.0.0/README.md
index f28188040d8..2b730e048b4 100644
--- a/clients/google-api-services-container/v1/2.0.0/README.md
+++ b/clients/google-api-services-container/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-container
- v1-rev20260609-2.0.0
+ v1-rev20260616-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-container:v1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-container:v1-rev20260616-2.0.0'
}
```
diff --git a/clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePool.java b/clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePool.java
index f32f46bf18e..6699ab12c4c 100644
--- a/clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePool.java
+++ b/clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePool.java
@@ -58,7 +58,7 @@ public final class NodePool extends com.google.api.client.json.GenericJson {
private BestEffortProvisioning bestEffortProvisioning;
/**
- * Which conditions caused the current node pool state.
+ * Output only. Which conditions caused the current node pool state.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -72,8 +72,9 @@ public final class NodePool extends com.google.api.client.json.GenericJson {
private NodeConfig config;
/**
- * This checksum is computed by the server based on the value of node pool fields, and may be sent
- * on update requests to ensure the client has an up-to-date value before proceeding.
+ * Output only. This checksum is computed by the server based on the value of node pool fields,
+ * and may be sent on update requests to ensure the client has an up-to-date value before
+ * proceeding.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -277,7 +278,7 @@ public NodePool setBestEffortProvisioning(BestEffortProvisioning bestEffortProvi
}
/**
- * Which conditions caused the current node pool state.
+ * Output only. Which conditions caused the current node pool state.
* @return value or {@code null} for none
*/
public java.util.List getConditions() {
@@ -285,7 +286,7 @@ public java.util.List getConditions() {
}
/**
- * Which conditions caused the current node pool state.
+ * Output only. Which conditions caused the current node pool state.
* @param conditions conditions or {@code null} for none
*/
public NodePool setConditions(java.util.List conditions) {
@@ -311,8 +312,9 @@ public NodePool setConfig(NodeConfig config) {
}
/**
- * This checksum is computed by the server based on the value of node pool fields, and may be sent
- * on update requests to ensure the client has an up-to-date value before proceeding.
+ * Output only. This checksum is computed by the server based on the value of node pool fields,
+ * and may be sent on update requests to ensure the client has an up-to-date value before
+ * proceeding.
* @return value or {@code null} for none
*/
public java.lang.String getEtag() {
@@ -320,8 +322,9 @@ public java.lang.String getEtag() {
}
/**
- * This checksum is computed by the server based on the value of node pool fields, and may be sent
- * on update requests to ensure the client has an up-to-date value before proceeding.
+ * Output only. This checksum is computed by the server based on the value of node pool fields,
+ * and may be sent on update requests to ensure the client has an up-to-date value before
+ * proceeding.
* @param etag etag or {@code null} for none
*/
public NodePool setEtag(java.lang.String etag) {
diff --git a/clients/google-api-services-container/v1/2.0.0/pom.xml b/clients/google-api-services-container/v1/2.0.0/pom.xml
index 3af93ba8918..c702c872500 100644
--- a/clients/google-api-services-container/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-container/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-container
- v1-rev20260609-2.0.0
- Kubernetes Engine API v1-rev20260609-2.0.0
+ v1-rev20260616-2.0.0
+ Kubernetes Engine API v1-rev20260616-2.0.0
jar
2011
diff --git a/clients/google-api-services-container/v1/README.md b/clients/google-api-services-container/v1/README.md
index f28188040d8..2b730e048b4 100644
--- a/clients/google-api-services-container/v1/README.md
+++ b/clients/google-api-services-container/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-container
- v1-rev20260609-2.0.0
+ v1-rev20260616-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-container:v1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-container:v1-rev20260616-2.0.0'
}
```
diff --git a/clients/google-api-services-container/v1beta1/2.0.0/README.md b/clients/google-api-services-container/v1beta1/2.0.0/README.md
index 15abaf9f139..29e59d0d5a0 100644
--- a/clients/google-api-services-container/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-container/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-container
- v1beta1-rev20260609-2.0.0
+ v1beta1-rev20260616-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260616-2.0.0'
}
```
diff --git a/clients/google-api-services-container/v1beta1/2.0.0/pom.xml b/clients/google-api-services-container/v1beta1/2.0.0/pom.xml
index 72e3616eccc..6336864acc3 100644
--- a/clients/google-api-services-container/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-container/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-container
- v1beta1-rev20260609-2.0.0
- Kubernetes Engine API v1beta1-rev20260609-2.0.0
+ v1beta1-rev20260616-2.0.0
+ Kubernetes Engine API v1beta1-rev20260616-2.0.0
jar
2011
diff --git a/clients/google-api-services-container/v1beta1/README.md b/clients/google-api-services-container/v1beta1/README.md
index 15abaf9f139..29e59d0d5a0 100644
--- a/clients/google-api-services-container/v1beta1/README.md
+++ b/clients/google-api-services-container/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-container
- v1beta1-rev20260609-2.0.0
+ v1beta1-rev20260616-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260609-2.0.0'
+ implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260616-2.0.0'
}
```