From 80c8c259849d07b72e01867d37716a942919e4d1 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 12 Jun 2026 18:30:27 -0700
Subject: [PATCH] chore: regenerate alloydb client
---
.../v1/2.0.0/README.md | 4 ++--
...rtnerapiV1mainResourceMaintenanceInfo.java | 24 +++++++++++++++++++
.../v1/2.0.0/pom.xml | 4 ++--
.../google-api-services-alloydb/v1/README.md | 4 ++--
4 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/README.md b/clients/google-api-services-alloydb/v1/2.0.0/README.md
index 62dd011c624..0464364f812 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/README.md
+++ b/clients/google-api-services-alloydb/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-alloydb
- v1-rev20260520-2.0.0
+ v1-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260605-2.0.0'
}
```
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index 8dd445e2df4..f9877d3a970 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
@@ -79,6 +79,13 @@ public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
+ /**
+ * Optional. List of next available maintenance versions.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List nextAvailableMaintenanceVersions;
+
/**
* Optional. Upcoming maintenance for the database resource. This field is populated once SLM
* generates and publishes upcoming maintenance window.
@@ -193,6 +200,23 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo setMaintenan
return this;
}
+ /**
+ * Optional. List of next available maintenance versions.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getNextAvailableMaintenanceVersions() {
+ return nextAvailableMaintenanceVersions;
+ }
+
+ /**
+ * Optional. List of next available maintenance versions.
+ * @param nextAvailableMaintenanceVersions nextAvailableMaintenanceVersions or {@code null} for none
+ */
+ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo setNextAvailableMaintenanceVersions(java.util.List nextAvailableMaintenanceVersions) {
+ this.nextAvailableMaintenanceVersions = nextAvailableMaintenanceVersions;
+ return this;
+ }
+
/**
* Optional. Upcoming maintenance for the database resource. This field is populated once SLM
* generates and publishes upcoming maintenance window.
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/pom.xml b/clients/google-api-services-alloydb/v1/2.0.0/pom.xml
index cdef6601198..61991dd2342 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-alloydb/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-alloydb
- v1-rev20260520-2.0.0
- AlloyDB API v1-rev20260520-2.0.0
+ v1-rev20260605-2.0.0
+ AlloyDB API v1-rev20260605-2.0.0
jar
2011
diff --git a/clients/google-api-services-alloydb/v1/README.md b/clients/google-api-services-alloydb/v1/README.md
index 62dd011c624..0464364f812 100644
--- a/clients/google-api-services-alloydb/v1/README.md
+++ b/clients/google-api-services-alloydb/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-alloydb
- v1-rev20260520-2.0.0
+ v1-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260605-2.0.0'
}
```