Skip to content

Commit 6fd0062

Browse files
1 parent 50ccd70 commit 6fd0062

28 files changed

+253
-112
lines changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ public final class Backup extends com.google.api.client.json.GenericJson {
5252
@com.google.api.client.util.Key
5353
private java.lang.String clusterUid;
5454

55+
/**
56+
* Output only. Timestamp when the resource finished being created.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private String createCompletionTime;
61+
5562
/**
5663
* Output only. Create time stamp
5764
* The value may be {@code null}.
@@ -262,6 +269,23 @@ public Backup setClusterUid(java.lang.String clusterUid) {
262269
return this;
263270
}
264271

272+
/**
273+
* Output only. Timestamp when the resource finished being created.
274+
* @return value or {@code null} for none
275+
*/
276+
public String getCreateCompletionTime() {
277+
return createCompletionTime;
278+
}
279+
280+
/**
281+
* Output only. Timestamp when the resource finished being created.
282+
* @param createCompletionTime createCompletionTime or {@code null} for none
283+
*/
284+
public Backup setCreateCompletionTime(String createCompletionTime) {
285+
this.createCompletionTime = createCompletionTime;
286+
return this;
287+
}
288+
265289
/**
266290
* Output only. Create time stamp
267291
* @return value or {@code null} for none

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

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ public final class PscAutoConnectionConfig extends com.google.api.client.json.Ge
4040
private java.lang.String consumerNetwork;
4141

4242
/**
43-
* Output only. The status of the service connection policy.
43+
* Output only. The status of the service connection policy. Possible values: "STATE_UNSPECIFIED"
44+
* - Default state, when Connection Map is created initially. "VALID" - Set when policy and map
45+
* configuration is valid, and their matching can lead to allowing creation of PSC Connections
46+
* subject to other constraints like connections limit. "CONNECTION_POLICY_MISSING" - No Service
47+
* Connection Policy found for this network and Service Class "POLICY_LIMIT_REACHED" - Service
48+
* Connection Policy limit reached for this network and Service Class
49+
* "CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is not in
50+
* AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.
4451
* The value may be {@code null}.
4552
*/
4653
@com.google.api.client.util.Key
@@ -61,7 +68,12 @@ public final class PscAutoConnectionConfig extends com.google.api.client.json.Ge
6168
private java.lang.String ipAddress;
6269

6370
/**
64-
* Output only. The status of the PSC service automation connection.
71+
* Output only. The status of the PSC service automation connection. Possible values:
72+
* "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" - The connection has been
73+
* created successfully. "FAILED" - The connection is not functional since some resources on the
74+
* connection fail to be created. "CREATING" - The connection is being created. "DELETING" - The
75+
* connection is being deleted. "CREATE_REPAIRING" - The connection is being repaired to complete
76+
* creation. "DELETE_REPAIRING" - The connection is being repaired to complete deletion.
6577
* The value may be {@code null}.
6678
*/
6779
@com.google.api.client.util.Key
@@ -89,15 +101,29 @@ public PscAutoConnectionConfig setConsumerNetwork(java.lang.String consumerNetwo
89101
}
90102

91103
/**
92-
* Output only. The status of the service connection policy.
104+
* Output only. The status of the service connection policy. Possible values: "STATE_UNSPECIFIED"
105+
* - Default state, when Connection Map is created initially. "VALID" - Set when policy and map
106+
* configuration is valid, and their matching can lead to allowing creation of PSC Connections
107+
* subject to other constraints like connections limit. "CONNECTION_POLICY_MISSING" - No Service
108+
* Connection Policy found for this network and Service Class "POLICY_LIMIT_REACHED" - Service
109+
* Connection Policy limit reached for this network and Service Class
110+
* "CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is not in
111+
* AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.
93112
* @return value or {@code null} for none
94113
*/
95114
public java.lang.String getConsumerNetworkStatus() {
96115
return consumerNetworkStatus;
97116
}
98117

99118
/**
100-
* Output only. The status of the service connection policy.
119+
* Output only. The status of the service connection policy. Possible values: "STATE_UNSPECIFIED"
120+
* - Default state, when Connection Map is created initially. "VALID" - Set when policy and map
121+
* configuration is valid, and their matching can lead to allowing creation of PSC Connections
122+
* subject to other constraints like connections limit. "CONNECTION_POLICY_MISSING" - No Service
123+
* Connection Policy found for this network and Service Class "POLICY_LIMIT_REACHED" - Service
124+
* Connection Policy limit reached for this network and Service Class
125+
* "CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is not in
126+
* AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.
101127
* @param consumerNetworkStatus consumerNetworkStatus or {@code null} for none
102128
*/
103129
public PscAutoConnectionConfig setConsumerNetworkStatus(java.lang.String consumerNetworkStatus) {
@@ -140,15 +166,25 @@ public PscAutoConnectionConfig setIpAddress(java.lang.String ipAddress) {
140166
}
141167

142168
/**
143-
* Output only. The status of the PSC service automation connection.
169+
* Output only. The status of the PSC service automation connection. Possible values:
170+
* "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" - The connection has been
171+
* created successfully. "FAILED" - The connection is not functional since some resources on the
172+
* connection fail to be created. "CREATING" - The connection is being created. "DELETING" - The
173+
* connection is being deleted. "CREATE_REPAIRING" - The connection is being repaired to complete
174+
* creation. "DELETE_REPAIRING" - The connection is being repaired to complete deletion.
144175
* @return value or {@code null} for none
145176
*/
146177
public java.lang.String getStatus() {
147178
return status;
148179
}
149180

150181
/**
151-
* Output only. The status of the PSC service automation connection.
182+
* Output only. The status of the PSC service automation connection. Possible values:
183+
* "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" - The connection has been
184+
* created successfully. "FAILED" - The connection is not functional since some resources on the
185+
* connection fail to be created. "CREATING" - The connection is being created. "DELETING" - The
186+
* connection is being deleted. "CREATE_REPAIRING" - The connection is being repaired to complete
187+
* creation. "DELETE_REPAIRING" - The connection is being repaired to complete deletion.
152188
* @param status status or {@code null} for none
153189
*/
154190
public PscAutoConnectionConfig setStatus(java.lang.String status) {

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

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

1919
/**
2020
* Message for restoring a Cluster from a backup or another cluster at a given point in time.
21+
* NEXT_ID: 11
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:

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-rev20250320-2.0.0</version>
12-
<name>AlloyDB API v1-rev20250320-2.0.0</name>
11+
<version>v1-rev20250410-2.0.0</version>
12+
<name>AlloyDB API v1-rev20250410-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-rev20250320-2.0.0</version>
25+
<version>v1-rev20250410-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-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20250410-2.0.0'
3939
}
4040
```
4141

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ public final class Backup extends com.google.api.client.json.GenericJson {
5252
@com.google.api.client.util.Key
5353
private java.lang.String clusterUid;
5454

55+
/**
56+
* Output only. Timestamp when the resource finished being created.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private String createCompletionTime;
61+
5562
/**
5663
* Output only. Create time stamp
5764
* The value may be {@code null}.
@@ -269,6 +276,23 @@ public Backup setClusterUid(java.lang.String clusterUid) {
269276
return this;
270277
}
271278

279+
/**
280+
* Output only. Timestamp when the resource finished being created.
281+
* @return value or {@code null} for none
282+
*/
283+
public String getCreateCompletionTime() {
284+
return createCompletionTime;
285+
}
286+
287+
/**
288+
* Output only. Timestamp when the resource finished being created.
289+
* @param createCompletionTime createCompletionTime or {@code null} for none
290+
*/
291+
public Backup setCreateCompletionTime(String createCompletionTime) {
292+
this.createCompletionTime = createCompletionTime;
293+
return this;
294+
}
295+
272296
/**
273297
* Output only. Create time stamp
274298
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
140140
private java.lang.String etag;
141141

142142
/**
143-
* Optional. Configuration parameters related to the Gemini in Databases add-on.
143+
* Optional. Deprecated and unused. This field will be removed in the near future.
144144
* The value may be {@code null}.
145145
*/
146146
@com.google.api.client.util.Key
@@ -565,15 +565,15 @@ public Cluster setEtag(java.lang.String etag) {
565565
}
566566

567567
/**
568-
* Optional. Configuration parameters related to the Gemini in Databases add-on.
568+
* Optional. Deprecated and unused. This field will be removed in the near future.
569569
* @return value or {@code null} for none
570570
*/
571571
public GeminiClusterConfig getGeminiConfig() {
572572
return geminiConfig;
573573
}
574574

575575
/**
576-
* Optional. Configuration parameters related to the Gemini in Databases add-on.
576+
* Optional. Deprecated and unused. This field will be removed in the near future.
577577
* @param geminiConfig geminiConfig or {@code null} for none
578578
*/
579579
public Cluster setGeminiConfig(GeminiClusterConfig geminiConfig) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public final class ConnectionPoolConfig extends com.google.api.client.json.Gener
3737
private java.lang.String defaultPoolSize;
3838

3939
/**
40-
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to
41-
* reserved once the field is removed from the gcloud client.
40+
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
4241
* The value may be {@code null}.
4342
*/
4443
@com.google.api.client.util.Key
@@ -140,17 +139,15 @@ public ConnectionPoolConfig setDefaultPoolSize(java.lang.String defaultPoolSize)
140139
}
141140

142141
/**
143-
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to
144-
* reserved once the field is removed from the gcloud client.
142+
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
145143
* @return value or {@code null} for none
146144
*/
147145
public java.lang.Boolean getEnable() {
148146
return enable;
149147
}
150148

151149
/**
152-
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to
153-
* reserved once the field is removed from the gcloud client.
150+
* Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
154151
* @param enable enable or {@code null} for none
155152
*/
156153
public ConnectionPoolConfig setEnable(java.lang.Boolean enable) {

0 commit comments

Comments
 (0)