From 1e0f28d025159d27c38e89ed2658e1ee6d9529eb Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 17 Jul 2026 18:10:39 -0700
Subject: [PATCH] chore: regenerate compute client
---
.../beta/2.0.0/README.md | 4 +--
...stanceGroupManagerResizeRequestStatus.java | 17 +++++++++--
...ManagerResizeRequestStatusLastAttempt.java | 17 +++++++++--
...pologyAcceleratorTopologyStateDetails.java | 19 +++++++++---
...ulkInstanceOperationLastProgressCheck.java | 18 +++++++++--
...tanceGroupManagersApplyUpdatesRequest.java | 6 ++--
...ogiesResponseAcceleratorTopologyState.java | 19 +++++++++---
...stanceGroupManagersListErrorsResponse.java | 30 +++++++++----------
.../model/ManagedInstanceLastAttempt.java | 17 +++++++++--
...logyAcceleratorTopologyStateLastCheck.java | 19 +++++++++---
.../api/services/compute/model/Operation.java | 17 +++++++++--
.../compute/model/PublicAdvertisedPrefix.java | 30 +++++++++++++++++++
.../compute/model/PublicDelegatedPrefix.java | 30 +++++++++++++++++++
...tanceGroupManagersApplyUpdatesRequest.java | 6 ++--
.../beta/2.0.0/pom.xml | 4 +--
.../beta/README.md | 4 +--
16 files changed, 207 insertions(+), 50 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 e95121a386b..435382aa10c 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-rev20260629-2.0.0
+ beta-rev20260709-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:beta-rev20260629-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:beta-rev20260709-2.0.0'
}
```
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatus.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatus.java
index 04e730d26c1..062cee066df 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatus.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatus.java
@@ -160,7 +160,7 @@ public Error clone() {
}
/**
- * Model definition for InstanceGroupManagerResizeRequestStatusErrorErrors.
+ * Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {
@@ -286,35 +286,41 @@ public Errors clone() {
}
/**
- * Model definition for InstanceGroupManagerResizeRequestStatusErrorErrorsErrorDetails.
+ * Container for structured error details providing additional context specific to the encountered
+ * error code.
*/
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
/**
+ * Error information containing structured domain, reason, and metadata.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ErrorInfo errorInfo;
/**
+ * Links and information to help the user resolve the error.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Help help;
/**
+ * A localized human-readable error message intended for end users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private LocalizedMessage localizedMessage;
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private QuotaExceededInfo quotaInfo;
/**
+ * Error information containing structured domain, reason, and metadata.
* @return value or {@code null} for none
*/
public ErrorInfo getErrorInfo() {
@@ -322,6 +328,7 @@ public ErrorInfo getErrorInfo() {
}
/**
+ * Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -330,6 +337,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
}
/**
+ * Links and information to help the user resolve the error.
* @return value or {@code null} for none
*/
public Help getHelp() {
@@ -337,6 +345,7 @@ public Help getHelp() {
}
/**
+ * Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
@@ -345,6 +354,7 @@ public ErrorDetails setHelp(Help help) {
}
/**
+ * A localized human-readable error message intended for end users.
* @return value or {@code null} for none
*/
public LocalizedMessage getLocalizedMessage() {
@@ -352,6 +362,7 @@ public LocalizedMessage getLocalizedMessage() {
}
/**
+ * A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -360,6 +371,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @return value or {@code null} for none
*/
public QuotaExceededInfo getQuotaInfo() {
@@ -367,6 +379,7 @@ public QuotaExceededInfo getQuotaInfo() {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatusLastAttempt.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatusLastAttempt.java
index 24cc8fa6425..d017ca8925b 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatusLastAttempt.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatusLastAttempt.java
@@ -109,7 +109,7 @@ public Error clone() {
}
/**
- * Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors.
+ * Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {
@@ -235,35 +235,41 @@ public Errors clone() {
}
/**
- * Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrorsErrorDetails.
+ * Container for structured error details providing additional context specific to the encountered
+ * error code.
*/
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
/**
+ * Error information containing structured domain, reason, and metadata.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ErrorInfo errorInfo;
/**
+ * Links and information to help the user resolve the error.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Help help;
/**
+ * A localized human-readable error message intended for end users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private LocalizedMessage localizedMessage;
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private QuotaExceededInfo quotaInfo;
/**
+ * Error information containing structured domain, reason, and metadata.
* @return value or {@code null} for none
*/
public ErrorInfo getErrorInfo() {
@@ -271,6 +277,7 @@ public ErrorInfo getErrorInfo() {
}
/**
+ * Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -279,6 +286,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
}
/**
+ * Links and information to help the user resolve the error.
* @return value or {@code null} for none
*/
public Help getHelp() {
@@ -286,6 +294,7 @@ public Help getHelp() {
}
/**
+ * Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
@@ -294,6 +303,7 @@ public ErrorDetails setHelp(Help help) {
}
/**
+ * A localized human-readable error message intended for end users.
* @return value or {@code null} for none
*/
public LocalizedMessage getLocalizedMessage() {
@@ -301,6 +311,7 @@ public LocalizedMessage getLocalizedMessage() {
}
/**
+ * A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -309,6 +320,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @return value or {@code null} for none
*/
public QuotaExceededInfo getQuotaInfo() {
@@ -316,6 +328,7 @@ public QuotaExceededInfo getQuotaInfo() {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.java
index e255f63218e..9b50f530bb9 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.java
@@ -137,8 +137,7 @@ public Error clone() {
}
/**
- * Model definition for
- * InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsErrorErrors.
+ * Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {
@@ -264,36 +263,41 @@ public Errors clone() {
}
/**
- * Model definition for InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
- * ErrorErrorsErrorDetails.
+ * Container for structured error details providing additional context specific to the encountered
+ * error code.
*/
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
/**
+ * Error information containing structured domain, reason, and metadata.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ErrorInfo errorInfo;
/**
+ * Links and information to help the user resolve the error.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Help help;
/**
+ * A localized human-readable error message intended for end users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private LocalizedMessage localizedMessage;
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private QuotaExceededInfo quotaInfo;
/**
+ * Error information containing structured domain, reason, and metadata.
* @return value or {@code null} for none
*/
public ErrorInfo getErrorInfo() {
@@ -301,6 +305,7 @@ public ErrorInfo getErrorInfo() {
}
/**
+ * Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -309,6 +314,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
}
/**
+ * Links and information to help the user resolve the error.
* @return value or {@code null} for none
*/
public Help getHelp() {
@@ -316,6 +322,7 @@ public Help getHelp() {
}
/**
+ * Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
@@ -324,6 +331,7 @@ public ErrorDetails setHelp(Help help) {
}
/**
+ * A localized human-readable error message intended for end users.
* @return value or {@code null} for none
*/
public LocalizedMessage getLocalizedMessage() {
@@ -331,6 +339,7 @@ public LocalizedMessage getLocalizedMessage() {
}
/**
+ * A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -339,6 +348,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @return value or {@code null} for none
*/
public QuotaExceededInfo getQuotaInfo() {
@@ -346,6 +356,7 @@ public QuotaExceededInfo getQuotaInfo() {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.java
index b1f5e2bde8a..f8e83b93417 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.java
@@ -136,7 +136,7 @@ public Error clone() {
}
/**
- * Model definition for InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckErrorErrors.
+ * Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {
@@ -262,36 +262,41 @@ public Errors clone() {
}
/**
- * Model definition for
- * InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckErrorErrorsErrorDetails.
+ * Container for structured error details providing additional context specific to the encountered
+ * error code.
*/
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
/**
+ * Error information containing structured domain, reason, and metadata.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ErrorInfo errorInfo;
/**
+ * Links and information to help the user resolve the error.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Help help;
/**
+ * A localized human-readable error message intended for end users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private LocalizedMessage localizedMessage;
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private QuotaExceededInfo quotaInfo;
/**
+ * Error information containing structured domain, reason, and metadata.
* @return value or {@code null} for none
*/
public ErrorInfo getErrorInfo() {
@@ -299,6 +304,7 @@ public ErrorInfo getErrorInfo() {
}
/**
+ * Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -307,6 +313,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
}
/**
+ * Links and information to help the user resolve the error.
* @return value or {@code null} for none
*/
public Help getHelp() {
@@ -314,6 +321,7 @@ public Help getHelp() {
}
/**
+ * Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
@@ -322,6 +330,7 @@ public ErrorDetails setHelp(Help help) {
}
/**
+ * A localized human-readable error message intended for end users.
* @return value or {@code null} for none
*/
public LocalizedMessage getLocalizedMessage() {
@@ -329,6 +338,7 @@ public LocalizedMessage getLocalizedMessage() {
}
/**
+ * A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -337,6 +347,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @return value or {@code null} for none
*/
public QuotaExceededInfo getQuotaInfo() {
@@ -344,6 +355,7 @@ public QuotaExceededInfo getQuotaInfo() {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersApplyUpdatesRequest.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersApplyUpdatesRequest.java
index d082d329b59..e3db92f3224 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersApplyUpdatesRequest.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersApplyUpdatesRequest.java
@@ -30,7 +30,7 @@
public final class InstanceGroupManagersApplyUpdatesRequest extends com.google.api.client.json.GenericJson {
/**
- * Flag to update all instances instead of specified list of “instances”. If the flag is set to
+ * Flag to update all instances instead of specified list of "instances". If the flag is set to
* true then the instances may not be specified in the request.
* The value may be {@code null}.
*/
@@ -79,7 +79,7 @@ public final class InstanceGroupManagersApplyUpdatesRequest extends com.google.a
private java.lang.String mostDisruptiveAllowedAction;
/**
- * Flag to update all instances instead of specified list of “instances”. If the flag is set to
+ * Flag to update all instances instead of specified list of "instances". If the flag is set to
* true then the instances may not be specified in the request.
* @return value or {@code null} for none
*/
@@ -88,7 +88,7 @@ public java.lang.Boolean getAllInstances() {
}
/**
- * Flag to update all instances instead of specified list of “instances”. If the flag is set to
+ * Flag to update all instances instead of specified list of "instances". If the flag is set to
* true then the instances may not be specified in the request.
* @param allInstances allInstances or {@code null} for none
*/
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.java
index 7920e4ab13b..b404785b425 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.java
@@ -187,8 +187,7 @@ public Error clone() {
}
/**
- * Model definition for InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTop
- * ologyStateErrorErrors.
+ * Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {
@@ -314,36 +313,41 @@ public Errors clone() {
}
/**
- * Model definition for InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTop
- * ologyStateErrorErrorsErrorDetails.
+ * Container for structured error details providing additional context specific to the encountered
+ * error code.
*/
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
/**
+ * Error information containing structured domain, reason, and metadata.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ErrorInfo errorInfo;
/**
+ * Links and information to help the user resolve the error.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private Help help;
/**
+ * A localized human-readable error message intended for end users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private LocalizedMessage localizedMessage;
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private QuotaExceededInfo quotaInfo;
/**
+ * Error information containing structured domain, reason, and metadata.
* @return value or {@code null} for none
*/
public ErrorInfo getErrorInfo() {
@@ -351,6 +355,7 @@ public ErrorInfo getErrorInfo() {
}
/**
+ * Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -359,6 +364,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
}
/**
+ * Links and information to help the user resolve the error.
* @return value or {@code null} for none
*/
public Help getHelp() {
@@ -366,6 +372,7 @@ public Help getHelp() {
}
/**
+ * Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
@@ -374,6 +381,7 @@ public ErrorDetails setHelp(Help help) {
}
/**
+ * A localized human-readable error message intended for end users.
* @return value or {@code null} for none
*/
public LocalizedMessage getLocalizedMessage() {
@@ -381,6 +389,7 @@ public LocalizedMessage getLocalizedMessage() {
}
/**
+ * A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -389,6 +398,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @return value or {@code null} for none
*/
public QuotaExceededInfo getQuotaInfo() {
@@ -396,6 +406,7 @@ public QuotaExceededInfo getQuotaInfo() {
}
/**
+ * Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
diff --git a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersListErrorsResponse.java b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersListErrorsResponse.java
index f00dea2d9f0..dfae8cc0cdf 100644
--- a/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersListErrorsResponse.java
+++ b/clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagersListErrorsResponse.java
@@ -30,24 +30,24 @@
public final class InstanceGroupManagersListErrorsResponse extends com.google.api.client.json.GenericJson {
/**
- * Output only. [Output Only] The list of errors of the managed instance group.
+ * Output only. The list of errors of the managed instance group.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List items;
/**
- * Output only. [Output Only] This token allows you to get the next page of results for list
- * requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value
- * for the query parameter pageToken in the next list request. Subsequent list requests will have
- * their own nextPageToken to continue paging through the results.
+ * Output only. This token allows you to get the next page of results for list requests. If the
+ * number of results is larger than maxResults , then use the nextPageToken as a value for the
+ * query parameter pageToken in the next list request. Subsequent list requests will have their
+ * own nextPageToken to continue paging through the results.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String nextPageToken;
/**
- * Output only. [Output Only] The list of errors of the managed instance group.
+ * Output only. The list of errors of the managed instance group.
* @return value or {@code null} for none
*/
public java.util.List getItems() {
@@ -55,7 +55,7 @@ public java.util.List getItems() {
}
/**
- * Output only. [Output Only] The list of errors of the managed instance group.
+ * Output only. The list of errors of the managed instance group.
* @param items items or {@code null} for none
*/
public InstanceGroupManagersListErrorsResponse setItems(java.util.List items) {
@@ -64,10 +64,10 @@ public InstanceGroupManagersListErrorsResponse setItems(java.util.Listcom.google.apis
google-api-services-compute
- beta-rev20260629-2.0.0
- Compute Engine API beta-rev20260629-2.0.0
+ beta-rev20260709-2.0.0
+ Compute Engine API beta-rev20260709-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 e95121a386b..435382aa10c 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-rev20260629-2.0.0
+ beta-rev20260709-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-compute:beta-rev20260629-2.0.0'
+ implementation 'com.google.apis:google-api-services-compute:beta-rev20260709-2.0.0'
}
```