Skip to content

Commit 25af96d

Browse files
1 parent b65c0e7 commit 25af96d

File tree

7 files changed

+43
-37
lines changed

7 files changed

+43
-37
lines changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
256256
private SecondaryConfig secondaryConfig;
257257

258258
/**
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.
262262
* The value may be {@code null}.
263263
*/
264264
@com.google.api.client.util.Key
@@ -851,19 +851,19 @@ public Cluster setSecondaryConfig(SecondaryConfig secondaryConfig) {
851851
}
852852

853853
/**
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.
857857
* @return value or {@code null} for none
858858
*/
859859
public java.lang.String getServiceAccountEmail() {
860860
return serviceAccountEmail;
861861
}
862862

863863
/**
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.
867867
* @param serviceAccountEmail serviceAccountEmail or {@code null} for none
868868
*/
869869
public Cluster setServiceAccountEmail(java.lang.String serviceAccountEmail) {

clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/InstanceNetworkConfig.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public final class InstanceNetworkConfig extends com.google.api.client.json.Gene
3333
* Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example:
3434
* "google-managed-services-default". If set, the instance IPs will be created from this allocated
3535
* 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])?.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -82,8 +82,8 @@ public final class InstanceNetworkConfig extends com.google.api.client.json.Gene
8282
* Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example:
8383
* "google-managed-services-default". If set, the instance IPs will be created from this allocated
8484
* 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])?.
8787
* @return value or {@code null} for none
8888
*/
8989
public java.lang.String getAllocatedIpRangeOverride() {
@@ -94,8 +94,8 @@ public java.lang.String getAllocatedIpRangeOverride() {
9494
* Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example:
9595
* "google-managed-services-default". If set, the instance IPs will be created from this allocated
9696
* range and will override the IP range used by the parent cluster. The range name must comply
97-
* with [RFC 1035](http://go/rfc/1035). Specifically, the name must be 1-63 characters long and
98-
* match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
97+
* with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be
98+
* 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
9999
* @param allocatedIpRangeOverride allocatedIpRangeOverride or {@code null} for none
100100
*/
101101
public InstanceNetworkConfig setAllocatedIpRangeOverride(java.lang.String allocatedIpRangeOverride) {

clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* 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
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:

clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.java

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,16 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
4444
private java.lang.String providerDescription;
4545

4646
/**
47-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
48-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
49-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
50-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
47+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
48+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
5149
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
50+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
51+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
5252
* oracledatabase.googleapis.com/cloudExadataInfrastructures
5353
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
54-
* REQUIRED Please refer go/condor-common-datamodel
54+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
55+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
56+
* datamodel
5557
* The value may be {@code null}.
5658
*/
5759
@com.google.api.client.util.Key
@@ -100,29 +102,33 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescri
100102
}
101103

102104
/**
103-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
104-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
105-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
106-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
105+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
106+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
107107
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
108+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
109+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
108110
* oracledatabase.googleapis.com/cloudExadataInfrastructures
109111
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
110-
* REQUIRED Please refer go/condor-common-datamodel
112+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
113+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
114+
* datamodel
111115
* @return value or {@code null} for none
112116
*/
113117
public java.lang.String getResourceType() {
114118
return resourceType;
115119
}
116120

117121
/**
118-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
119-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
120-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
121-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
122+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
123+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
122124
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
125+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
126+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
123127
* oracledatabase.googleapis.com/cloudExadataInfrastructures
124128
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
125-
* REQUIRED Please refer go/condor-common-datamodel
129+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
130+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
131+
* datamodel
126132
* @param resourceType resourceType or {@code null} for none
127133
*/
128134
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(java.lang.String resourceType) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)