From de50236d7649c0cd8266a8fabd8241a157a82d0b Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Tue, 30 Jun 2026 18:44:14 -0700
Subject: [PATCH] chore: regenerate compute client
---
.../beta/2.0.0/README.md | 4 +-
.../compute/model/ReservationBlock.java | 48 +++++++++----------
.../compute/model/ReservationSubBlock.java | 48 +++++++++----------
.../beta/2.0.0/pom.xml | 4 +-
.../beta/README.md | 4 +-
.../v1/2.0.0/README.md | 4 +-
.../compute/model/ReservationBlock.java | 48 +++++++++----------
.../compute/model/ReservationSubBlock.java | 48 +++++++++----------
.../v1/2.0.0/pom.xml | 4 +-
.../google-api-services-compute/v1/README.md | 4 +-
10 files changed, 108 insertions(+), 108 deletions(-)
diff --git a/clients/google-api-services-compute/beta/2.0.0/README.md b/clients/google-api-services-compute/beta/2.0.0/README.md
index bde52a07ef2..518edca94a7 100644
--- a/clients/google-api-services-compute/beta/2.0.0/README.md
+++ b/clients/google-api-services-compute/beta/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
- beta-rev20260612-2.0.0
+ beta-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:beta-rev20260612-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:beta-rev20260625-2.0.0'
}
```
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationBlock.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
index 32a16dff87f..3cc78bd8634 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
@@ -29,13 +29,6 @@
@SuppressWarnings("javadoc")
public final class ReservationBlock extends com.google.api.client.json.GenericJson {
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private ReservationBlockHealthInfo blockHealthInfo;
-
/**
* Output only. [Output Only] The number of resources that are allocated in this reservation
* block.
@@ -51,6 +44,13 @@ public final class ReservationBlock extends com.google.api.client.json.GenericJs
@com.google.api.client.util.Key
private java.lang.String creationTimestamp;
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ReservationBlockHealthInfo healthInfo;
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -150,23 +150,6 @@ public final class ReservationBlock extends com.google.api.client.json.GenericJs
@com.google.api.client.util.Key
private java.lang.String zone;
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * @return value or {@code null} for none
- */
- public ReservationBlockHealthInfo getBlockHealthInfo() {
- return blockHealthInfo;
- }
-
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * @param blockHealthInfo blockHealthInfo or {@code null} for none
- */
- public ReservationBlock setBlockHealthInfo(ReservationBlockHealthInfo blockHealthInfo) {
- this.blockHealthInfo = blockHealthInfo;
- return this;
- }
-
/**
* Output only. [Output Only] The number of resources that are allocated in this reservation
* block.
@@ -203,6 +186,23 @@ public ReservationBlock setCreationTimestamp(java.lang.String creationTimestamp)
return this;
}
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * @return value or {@code null} for none
+ */
+ public ReservationBlockHealthInfo getHealthInfo() {
+ return healthInfo;
+ }
+
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * @param healthInfo healthInfo or {@code null} for none
+ */
+ public ReservationBlock setHealthInfo(ReservationBlockHealthInfo healthInfo) {
+ this.healthInfo = healthInfo;
+ return this;
+ }
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
index 5b7bf1ae41b..7e39ffbcc94 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
@@ -50,6 +50,13 @@ public final class ReservationSubBlock extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private java.lang.String creationTimestamp;
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ReservationSubBlockHealthInfo healthInfo;
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -126,13 +133,6 @@ public final class ReservationSubBlock extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private java.lang.String status;
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private ReservationSubBlockHealthInfo subBlockHealthInfo;
-
/**
* Output only. [Output Only] Zone in which the reservation subBlock resides.
* The value may be {@code null}.
@@ -191,6 +191,23 @@ public ReservationSubBlock setCreationTimestamp(java.lang.String creationTimesta
return this;
}
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * @return value or {@code null} for none
+ */
+ public ReservationSubBlockHealthInfo getHealthInfo() {
+ return healthInfo;
+ }
+
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * @param healthInfo healthInfo or {@code null} for none
+ */
+ public ReservationSubBlock setHealthInfo(ReservationSubBlockHealthInfo healthInfo) {
+ this.healthInfo = healthInfo;
+ return this;
+ }
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -373,23 +390,6 @@ public ReservationSubBlock setStatus(java.lang.String status) {
return this;
}
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * @return value or {@code null} for none
- */
- public ReservationSubBlockHealthInfo getSubBlockHealthInfo() {
- return subBlockHealthInfo;
- }
-
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * @param subBlockHealthInfo subBlockHealthInfo or {@code null} for none
- */
- public ReservationSubBlock setSubBlockHealthInfo(ReservationSubBlockHealthInfo subBlockHealthInfo) {
- this.subBlockHealthInfo = subBlockHealthInfo;
- return this;
- }
-
/**
* Output only. [Output Only] Zone in which the reservation subBlock resides.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-compute/beta/2.0.0/pom.xml b/clients/google-api-services-compute/beta/2.0.0/pom.xml
index c3f59197258..0ecf80523a3 100644
--- a/clients/google-api-services-compute/beta/2.0.0/pom.xml
+++ b/clients/google-api-services-compute/beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-compute
- beta-rev20260612-2.0.0
- Compute Engine API beta-rev20260612-2.0.0
+ beta-rev20260625-2.0.0
+ Compute Engine API beta-rev20260625-2.0.0
jar
2011
diff --git a/clients/google-api-services-compute/beta/README.md b/clients/google-api-services-compute/beta/README.md
index bde52a07ef2..518edca94a7 100644
--- a/clients/google-api-services-compute/beta/README.md
+++ b/clients/google-api-services-compute/beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-compute
- beta-rev20260612-2.0.0
+ beta-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:beta-rev20260612-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:beta-rev20260625-2.0.0'
}
```
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 64342908dbb..f2a22f6da67 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-rev20260612-2.0.0
+ v1-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:v1-rev20260612-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:v1-rev20260625-2.0.0'
}
```
diff --git a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationBlock.java b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
index 32a16dff87f..3cc78bd8634 100644
--- a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
+++ b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationBlock.java
@@ -29,13 +29,6 @@
@SuppressWarnings("javadoc")
public final class ReservationBlock extends com.google.api.client.json.GenericJson {
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private ReservationBlockHealthInfo blockHealthInfo;
-
/**
* Output only. [Output Only] The number of resources that are allocated in this reservation
* block.
@@ -51,6 +44,13 @@ public final class ReservationBlock extends com.google.api.client.json.GenericJs
@com.google.api.client.util.Key
private java.lang.String creationTimestamp;
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ReservationBlockHealthInfo healthInfo;
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -150,23 +150,6 @@ public final class ReservationBlock extends com.google.api.client.json.GenericJs
@com.google.api.client.util.Key
private java.lang.String zone;
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * @return value or {@code null} for none
- */
- public ReservationBlockHealthInfo getBlockHealthInfo() {
- return blockHealthInfo;
- }
-
- /**
- * Output only. [Output Only] Health information for the reservation block.
- * @param blockHealthInfo blockHealthInfo or {@code null} for none
- */
- public ReservationBlock setBlockHealthInfo(ReservationBlockHealthInfo blockHealthInfo) {
- this.blockHealthInfo = blockHealthInfo;
- return this;
- }
-
/**
* Output only. [Output Only] The number of resources that are allocated in this reservation
* block.
@@ -203,6 +186,23 @@ public ReservationBlock setCreationTimestamp(java.lang.String creationTimestamp)
return this;
}
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * @return value or {@code null} for none
+ */
+ public ReservationBlockHealthInfo getHealthInfo() {
+ return healthInfo;
+ }
+
+ /**
+ * Output only. [Output Only] Health information for the reservation block.
+ * @param healthInfo healthInfo or {@code null} for none
+ */
+ public ReservationBlock setHealthInfo(ReservationBlockHealthInfo healthInfo) {
+ this.healthInfo = healthInfo;
+ return this;
+ }
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
diff --git a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
index 5b7bf1ae41b..7e39ffbcc94 100644
--- a/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
+++ b/clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java
@@ -50,6 +50,13 @@ public final class ReservationSubBlock extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private java.lang.String creationTimestamp;
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ReservationSubBlockHealthInfo healthInfo;
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -126,13 +133,6 @@ public final class ReservationSubBlock extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private java.lang.String status;
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private ReservationSubBlockHealthInfo subBlockHealthInfo;
-
/**
* Output only. [Output Only] Zone in which the reservation subBlock resides.
* The value may be {@code null}.
@@ -191,6 +191,23 @@ public ReservationSubBlock setCreationTimestamp(java.lang.String creationTimesta
return this;
}
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * @return value or {@code null} for none
+ */
+ public ReservationSubBlockHealthInfo getHealthInfo() {
+ return healthInfo;
+ }
+
+ /**
+ * Output only. [Output Only] Health information for the reservation subBlock.
+ * @param healthInfo healthInfo or {@code null} for none
+ */
+ public ReservationSubBlock setHealthInfo(ReservationSubBlockHealthInfo healthInfo) {
+ this.healthInfo = healthInfo;
+ return this;
+ }
+
/**
* Output only. [Output Only] The unique identifier for the resource. This identifier is defined
* by the server.
@@ -373,23 +390,6 @@ public ReservationSubBlock setStatus(java.lang.String status) {
return this;
}
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * @return value or {@code null} for none
- */
- public ReservationSubBlockHealthInfo getSubBlockHealthInfo() {
- return subBlockHealthInfo;
- }
-
- /**
- * Output only. [Output Only] Health information for the reservation subBlock.
- * @param subBlockHealthInfo subBlockHealthInfo or {@code null} for none
- */
- public ReservationSubBlock setSubBlockHealthInfo(ReservationSubBlockHealthInfo subBlockHealthInfo) {
- this.subBlockHealthInfo = subBlockHealthInfo;
- return this;
- }
-
/**
* Output only. [Output Only] Zone in which the reservation subBlock resides.
* @return value or {@code null} for none
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 90ab1942596..a0addd0c3c6 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-rev20260612-2.0.0
- Compute Engine API v1-rev20260612-2.0.0
+ v1-rev20260625-2.0.0
+ Compute Engine API v1-rev20260625-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 64342908dbb..f2a22f6da67 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-rev20260612-2.0.0
+ v1-rev20260625-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:v1-rev20260612-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:v1-rev20260625-2.0.0'
}
```