You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/InstanceUpgradeDetails.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.alloydb.v1.model;
18
18
19
19
/**
20
-
* Details regarding the upgrade of instaces associated with a cluster.
20
+
* Details regarding the upgrade of instances associated with a cluster.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/Cluster.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,15 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
255
255
@com.google.api.client.util.Key
256
256
privateSecondaryConfigsecondaryConfig;
257
257
258
+
/**
259
+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
260
+
* cluster per-project, and is different from that of the primary service agent which is created
261
+
* per-project. The service account naming format is subject to change.
262
+
* The value may be {@code null}.
263
+
*/
264
+
@com.google.api.client.util.Key
265
+
privatejava.lang.StringserviceAccountEmail;
266
+
258
267
/**
259
268
* SSL configuration for this AlloyDB cluster.
260
269
* The value may be {@code null}.
@@ -841,6 +850,27 @@ public Cluster setSecondaryConfig(SecondaryConfig secondaryConfig) {
841
850
returnthis;
842
851
}
843
852
853
+
/**
854
+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
855
+
* cluster per-project, and is different from that of the primary service agent which is created
856
+
* per-project. The service account naming format is subject to change.
857
+
* @return value or {@code null} for none
858
+
*/
859
+
publicjava.lang.StringgetServiceAccountEmail() {
860
+
returnserviceAccountEmail;
861
+
}
862
+
863
+
/**
864
+
* Output only. AlloyDB per-cluster service agent email. This service account is created per-
865
+
* cluster per-project, and is different from that of the primary service agent which is created
866
+
* per-project. The service account naming format is subject to change.
867
+
* @param serviceAccountEmail serviceAccountEmail or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/InstanceUpgradeDetails.java
0 commit comments