From 33261074db5c0d93ff50f2ad566ccc400307e879 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:10 -0700 Subject: [PATCH] chore: regenerate compute client --- .../alpha/2.0.0/README.md | 4 +- .../compute/model/ReservationBlock.java | 48 +++++++++---------- .../compute/model/ReservationSubBlock.java | 48 +++++++++---------- .../alpha/2.0.0/pom.xml | 4 +- .../alpha/README.md | 4 +- 5 files changed, 54 insertions(+), 54 deletions(-) diff --git a/clients/google-api-services-compute/alpha/2.0.0/README.md b/clients/google-api-services-compute/alpha/2.0.0/README.md index e4358f20a1b..8a6b58e7e32 100644 --- a/clients/google-api-services-compute/alpha/2.0.0/README.md +++ b/clients/google-api-services-compute/alpha/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 - alpha-rev20260612-2.0.0 + alpha-rev20260625-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-compute:alpha-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-compute:alpha-rev20260625-2.0.0' } ``` diff --git a/clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/ReservationBlock.java b/clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/ReservationBlock.java index fb362a80eab..aa570b1a944 100644 --- a/clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/ReservationBlock.java +++ b/clients/google-api-services-compute/alpha/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. @@ -159,23 +159,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. @@ -212,6 +195,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/alpha/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java b/clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java index e229ab3a396..28f16a79738 100644 --- a/clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/ReservationSubBlock.java +++ b/clients/google-api-services-compute/alpha/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. @@ -135,13 +142,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}. @@ -200,6 +200,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. @@ -403,23 +420,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/alpha/2.0.0/pom.xml b/clients/google-api-services-compute/alpha/2.0.0/pom.xml index c1037e9efdd..83e3f4651c1 100644 --- a/clients/google-api-services-compute/alpha/2.0.0/pom.xml +++ b/clients/google-api-services-compute/alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-compute - alpha-rev20260612-2.0.0 - Compute Engine API alpha-rev20260612-2.0.0 + alpha-rev20260625-2.0.0 + Compute Engine API alpha-rev20260625-2.0.0 jar 2011 diff --git a/clients/google-api-services-compute/alpha/README.md b/clients/google-api-services-compute/alpha/README.md index e4358f20a1b..8a6b58e7e32 100644 --- a/clients/google-api-services-compute/alpha/README.md +++ b/clients/google-api-services-compute/alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-compute - alpha-rev20260612-2.0.0 + alpha-rev20260625-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-compute:alpha-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-compute:alpha-rev20260625-2.0.0' } ```