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/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/Cluster.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -256,9 +256,9 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
256
256
privateSecondaryConfigsecondaryConfig;
257
257
258
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.
259
+
* Output only. AlloyDB per-cluster service account. This service account is created per-cluster
260
+
* per-project, and is different from the per-project service account. The per-cluster service
261
+
* account naming format is subject to change.
262
262
* The value may be {@code null}.
263
263
*/
264
264
@com.google.api.client.util.Key
@@ -851,19 +851,19 @@ public Cluster setSecondaryConfig(SecondaryConfig secondaryConfig) {
851
851
}
852
852
853
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.
854
+
* Output only. AlloyDB per-cluster service account. This service account is created per-cluster
855
+
* per-project, and is different from the per-project service account. The per-cluster service
856
+
* account naming format is subject to change.
857
857
* @return value or {@code null} for none
858
858
*/
859
859
publicjava.lang.StringgetServiceAccountEmail() {
860
860
returnserviceAccountEmail;
861
861
}
862
862
863
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.
864
+
* Output only. AlloyDB per-cluster service account. This service account is created per-cluster
865
+
* per-project, and is different from the per-project service account. The per-cluster service
866
+
* account naming format is subject to change.
867
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/InstanceNetworkConfig.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ public final class InstanceNetworkConfig extends com.google.api.client.json.Gene
33
33
* Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example:
34
34
* "google-managed-services-default". If set, the instance IPs will be created from this allocated
35
35
* range and will override the IP range used by the parent cluster. The range name must comply
36
-
* with [RFC 1035](http://go/rfc/1035). Specifically, the name must be 1-63 characters long and
37
-
* match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
36
+
* with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be
37
+
* 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
38
38
* The value may be {@code null}.
39
39
*/
40
40
@com.google.api.client.util.Key
@@ -82,8 +82,8 @@ public final class InstanceNetworkConfig extends com.google.api.client.json.Gene
82
82
* Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example:
83
83
* "google-managed-services-default". If set, the instance IPs will be created from this allocated
84
84
* range and will override the IP range used by the parent cluster. The range name must comply
85
-
* with [RFC 1035](http://go/rfc/1035). Specifically, the name must be 1-63 characters long and
86
-
* match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
85
+
* with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be
86
+
* 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* DatabaseResourceFeed is the top level proto to be used to ingest different database resource
21
-
* level events into Condor platform.
21
+
* level events into Condor platform. Next ID: 8
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* 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/StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.java
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,16 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
44
44
privatejava.lang.StringproviderDescription;
45
45
46
46
/**
47
-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
0 commit comments