File tree Expand file tree Collapse file tree
clients/google-api-services-alloydb/v1
com/google/api/services/alloydb/v1/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-alloydb</artifactId >
25- <version >v1-rev20260520 -2.0.0</version >
25+ <version >v1-rev20260605 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260520 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260605 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -79,6 +79,13 @@ public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
7979 @ com .google .api .client .util .Key
8080 private java .lang .String maintenanceVersion ;
8181
82+ /**
83+ * Optional. List of next available maintenance versions.
84+ * The value may be {@code null}.
85+ */
86+ @ com .google .api .client .util .Key
87+ private java .util .List <java .lang .String > nextAvailableMaintenanceVersions ;
88+
8289 /**
8390 * Optional. Upcoming maintenance for the database resource. This field is populated once SLM
8491 * generates and publishes upcoming maintenance window.
@@ -193,6 +200,23 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo setMaintenan
193200 return this ;
194201 }
195202
203+ /**
204+ * Optional. List of next available maintenance versions.
205+ * @return value or {@code null} for none
206+ */
207+ public java .util .List <java .lang .String > getNextAvailableMaintenanceVersions () {
208+ return nextAvailableMaintenanceVersions ;
209+ }
210+
211+ /**
212+ * Optional. List of next available maintenance versions.
213+ * @param nextAvailableMaintenanceVersions nextAvailableMaintenanceVersions or {@code null} for none
214+ */
215+ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo setNextAvailableMaintenanceVersions (java .util .List <java .lang .String > nextAvailableMaintenanceVersions ) {
216+ this .nextAvailableMaintenanceVersions = nextAvailableMaintenanceVersions ;
217+ return this ;
218+ }
219+
196220 /**
197221 * Optional. Upcoming maintenance for the database resource. This field is populated once SLM
198222 * generates and publishes upcoming maintenance window.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-alloydb</artifactId >
11- <version >v1-rev20260520 -2.0.0</version >
12- <name >AlloyDB API v1-rev20260520 -2.0.0</name >
11+ <version >v1-rev20260605 -2.0.0</version >
12+ <name >AlloyDB API v1-rev20260605 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-alloydb</artifactId >
25- <version >v1-rev20260520 -2.0.0</version >
25+ <version >v1-rev20260605 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260520 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260605 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments