From 9e85d152e7febfe61dd8216511f4e5e94e09de23 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 11 Sep 2026 18:16:59 -0700
Subject: [PATCH] chore: regenerate compute client
---
.../v1/2.0.0/README.md | 4 +--
.../services/compute/model/Commitment.java | 27 ++++++++++---------
.../v1/2.0.0/pom.xml | 4 +--
.../google-api-services-compute/v1/README.md | 4 +--
4 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/clients/google-api-services-compute/v1/2.0.0/README.md b/clients/google-api-services-compute/v1/2.0.0/README.md
index 36e38184741..708269af2a5 100644
--- a/clients/google-api-services-compute/v1/2.0.0/README.md
+++ b/clients/google-api-services-compute/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-compute
- v1-rev20260828-2.0.0
+ v1-rev20260908-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:v1-rev20260828-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:v1-rev20260908-2.0.0'
}
```
diff --git a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Commitment.java b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Commitment.java
index 8e7467c6987..1caedc46589 100644
--- a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Commitment.java
+++ b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Commitment.java
@@ -239,10 +239,11 @@ public final class Commitment extends com.google.api.client.json.GenericJson {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
- * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
- * MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
- * optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
- * only to eligible resources of general purpose N1 machine series.
+ * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
+ * STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
+ * commitment that applies only to eligible resources of memory optimized M1 and M2 machine
+ * series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
+ * general purpose N1 machine series.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -716,10 +717,11 @@ public Commitment setStatusMessage(java.lang.String statusMessage) {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
- * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
- * MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
- * optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
- * only to eligible resources of general purpose N1 machine series.
+ * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
+ * STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
+ * commitment that applies only to eligible resources of memory optimized M1 and M2 machine
+ * series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
+ * general purpose N1 machine series.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -737,10 +739,11 @@ public java.lang.String getType() {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
- * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
- * MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
- * optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
- * only to eligible resources of general purpose N1 machine series.
+ * MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
+ * STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
+ * commitment that applies only to eligible resources of memory optimized M1 and M2 machine
+ * series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
+ * general purpose N1 machine series.
* @param type type or {@code null} for none
*/
public Commitment setType(java.lang.String type) {
diff --git a/clients/google-api-services-compute/v1/2.0.0/pom.xml b/clients/google-api-services-compute/v1/2.0.0/pom.xml
index 0ac44d1b9bf..66f38f2168f 100644
--- a/clients/google-api-services-compute/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-compute/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-compute
- v1-rev20260828-2.0.0
- Compute Engine API v1-rev20260828-2.0.0
+ v1-rev20260908-2.0.0
+ Compute Engine API v1-rev20260908-2.0.0
jar
2011
diff --git a/clients/google-api-services-compute/v1/README.md b/clients/google-api-services-compute/v1/README.md
index 36e38184741..708269af2a5 100644
--- a/clients/google-api-services-compute/v1/README.md
+++ b/clients/google-api-services-compute/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-compute
- v1-rev20260828-2.0.0
+ v1-rev20260908-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:v1-rev20260828-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:v1-rev20260908-2.0.0'
}
```