From 6d69da4287f558df3274bf8322a5cce612a0a9a2 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 11 Jun 2026 19:24:58 -0700
Subject: [PATCH] chore: regenerate alloydb client
---
.../v1alpha/2.0.0/README.md | 4 ++--
.../alloydb/v1alpha/model/ConnectionInfo.java | 24 +++++++++++++++++++
...rtnerapiV1mainResourceMaintenanceInfo.java | 24 +++++++++++++++++++
.../v1alpha/2.0.0/pom.xml | 4 ++--
.../v1alpha/README.md | 4 ++--
.../v1beta/2.0.0/README.md | 4 ++--
.../alloydb/v1beta/model/ConnectionInfo.java | 24 +++++++++++++++++++
...rtnerapiV1mainResourceMaintenanceInfo.java | 24 +++++++++++++++++++
.../v1beta/2.0.0/pom.xml | 4 ++--
.../v1beta/README.md | 4 ++--
10 files changed, 108 insertions(+), 12 deletions(-)
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/README.md b/clients/google-api-services-alloydb/v1alpha/2.0.0/README.md
index b73f19e1965..f4b29bdeaf9 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/README.md
+++ b/clients/google-api-services-alloydb/v1alpha/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
- v1alpha-rev20260520-2.0.0
+ v1alpha-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260605-2.0.0'
}
```
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ConnectionInfo.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ConnectionInfo.java
index f32b2610e4b..eec02dfbd55 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ConnectionInfo.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/ConnectionInfo.java
@@ -62,6 +62,13 @@ public final class ConnectionInfo extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.util.List pemCertificateChain;
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String pscAutoDnsName;
+
/**
* Output only. The DNS name to use with PSC for the Instance.
* The value may be {@code null}.
@@ -155,6 +162,23 @@ public ConnectionInfo setPemCertificateChain(java.util.List pe
return this;
}
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getPscAutoDnsName() {
+ return pscAutoDnsName;
+ }
+
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * @param pscAutoDnsName pscAutoDnsName or {@code null} for none
+ */
+ public ConnectionInfo setPscAutoDnsName(java.lang.String pscAutoDnsName) {
+ this.pscAutoDnsName = pscAutoDnsName;
+ return this;
+ }
+
/**
* Output only. The DNS name to use with PSC for the Instance.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index 2955357e065..f4ae897f117 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/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/v1alpha/2.0.0/pom.xml b/clients/google-api-services-alloydb/v1alpha/2.0.0/pom.xml
index 6978d69a2a1..ed0957f3b71 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-alloydb
- v1alpha-rev20260520-2.0.0
- AlloyDB API v1alpha-rev20260520-2.0.0
+ v1alpha-rev20260605-2.0.0
+ AlloyDB API v1alpha-rev20260605-2.0.0
jar
2011
diff --git a/clients/google-api-services-alloydb/v1alpha/README.md b/clients/google-api-services-alloydb/v1alpha/README.md
index b73f19e1965..f4b29bdeaf9 100644
--- a/clients/google-api-services-alloydb/v1alpha/README.md
+++ b/clients/google-api-services-alloydb/v1alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-alloydb
- v1alpha-rev20260520-2.0.0
+ v1alpha-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260605-2.0.0'
}
```
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/README.md b/clients/google-api-services-alloydb/v1beta/2.0.0/README.md
index 3e0b792d6d4..a07be46a5ff 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/README.md
+++ b/clients/google-api-services-alloydb/v1beta/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
- v1beta-rev20260520-2.0.0
+ v1beta-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260605-2.0.0'
}
```
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/ConnectionInfo.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/ConnectionInfo.java
index 608a8f815dd..76fb5d72121 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/ConnectionInfo.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/ConnectionInfo.java
@@ -62,6 +62,13 @@ public final class ConnectionInfo extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.util.List pemCertificateChain;
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String pscAutoDnsName;
+
/**
* Output only. The DNS name to use with PSC for the Instance.
* The value may be {@code null}.
@@ -155,6 +162,23 @@ public ConnectionInfo setPemCertificateChain(java.util.List pe
return this;
}
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getPscAutoDnsName() {
+ return pscAutoDnsName;
+ }
+
+ /**
+ * Output only. Specifies the DNS name to use with PSC service automation for the Instance.
+ * @param pscAutoDnsName pscAutoDnsName or {@code null} for none
+ */
+ public ConnectionInfo setPscAutoDnsName(java.lang.String pscAutoDnsName) {
+ this.pscAutoDnsName = pscAutoDnsName;
+ return this;
+ }
+
/**
* Output only. The DNS name to use with PSC for the Instance.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index edcbbfda5df..8d9a11a7d10 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/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/v1beta/2.0.0/pom.xml b/clients/google-api-services-alloydb/v1beta/2.0.0/pom.xml
index b7a53f09861..3645230bb9e 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/pom.xml
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-alloydb
- v1beta-rev20260520-2.0.0
- AlloyDB API v1beta-rev20260520-2.0.0
+ v1beta-rev20260605-2.0.0
+ AlloyDB API v1beta-rev20260605-2.0.0
jar
2011
diff --git a/clients/google-api-services-alloydb/v1beta/README.md b/clients/google-api-services-alloydb/v1beta/README.md
index 3e0b792d6d4..a07be46a5ff 100644
--- a/clients/google-api-services-alloydb/v1beta/README.md
+++ b/clients/google-api-services-alloydb/v1beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-alloydb
- v1beta-rev20260520-2.0.0
+ v1beta-rev20260605-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260520-2.0.0'
+ implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260605-2.0.0'
}
```