Skip to content

Commit e5fcad3

Browse files
1 parent b26e60c commit e5fcad3

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

clients/google-api-services-alloydb/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

clients/google-api-services-alloydb/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>

clients/google-api-services-alloydb/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)