Skip to content

Commit 36de24f

Browse files
1 parent c2e59fc commit 36de24f

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed

clients/google-api-services-alloydb/v1beta/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>v1beta-rev20250508-2.0.0</version>
25+
<version>v1beta-rev20250522-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:v1beta-rev20250508-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20250522-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/Cluster.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,15 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
248248
@com.google.api.client.util.Key
249249
private SecondaryConfig secondaryConfig;
250250

251+
/**
252+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
253+
* cluster per-project, and is different from that of the primary service agent which is created
254+
* per-project. The service account naming format is subject to change.
255+
* The value may be {@code null}.
256+
*/
257+
@com.google.api.client.util.Key
258+
private java.lang.String serviceAccountEmail;
259+
251260
/**
252261
* SSL configuration for this AlloyDB cluster.
253262
* The value may be {@code null}.
@@ -817,6 +826,27 @@ public Cluster setSecondaryConfig(SecondaryConfig secondaryConfig) {
817826
return this;
818827
}
819828

829+
/**
830+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
831+
* cluster per-project, and is different from that of the primary service agent which is created
832+
* per-project. The service account naming format is subject to change.
833+
* @return value or {@code null} for none
834+
*/
835+
public java.lang.String getServiceAccountEmail() {
836+
return serviceAccountEmail;
837+
}
838+
839+
/**
840+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
841+
* cluster per-project, and is different from that of the primary service agent which is created
842+
* per-project. The service account naming format is subject to change.
843+
* @param serviceAccountEmail serviceAccountEmail or {@code null} for none
844+
*/
845+
public Cluster setServiceAccountEmail(java.lang.String serviceAccountEmail) {
846+
this.serviceAccountEmail = serviceAccountEmail;
847+
return this;
848+
}
849+
820850
/**
821851
* SSL configuration for this AlloyDB cluster.
822852
* @return value or {@code null} for none

clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/InstanceUpgradeDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1beta.model;
1818

1919
/**
20-
* Details regarding the upgrade of instaces associated with a cluster.
20+
* Details regarding the upgrade of instances associated with a cluster.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:

clients/google-api-services-alloydb/v1beta/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>v1beta-rev20250508-2.0.0</version>
12-
<name>AlloyDB API v1beta-rev20250508-2.0.0</name>
11+
<version>v1beta-rev20250522-2.0.0</version>
12+
<name>AlloyDB API v1beta-rev20250522-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-alloydb/v1beta/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>v1beta-rev20250508-2.0.0</version>
25+
<version>v1beta-rev20250522-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:v1beta-rev20250508-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20250522-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)