Skip to content

Commit 210290c

Browse files
1 parent c2cd001 commit 210290c

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-sqladmin/v1beta4/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-sqladmin</artifactId>
25-
<version>v1beta4-rev20241210-2.0.0</version>
25+
<version>v1beta4-rev20250117-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-sqladmin:v1beta4-rev20241210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250117-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/Settings.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,13 @@ public final class Settings extends com.google.api.client.json.GenericJson {
248248
@com.google.api.client.util.Key
249249
private java.lang.String pricingPlan;
250250

251+
/**
252+
* Optional. Configuration value for recreation of replica after certain replication lag
253+
* The value may be {@code null}.
254+
*/
255+
@com.google.api.client.util.Key
256+
private java.lang.Integer replicationLagMaxSeconds;
257+
251258
/**
252259
* The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`.
253260
* (Deprecated) This property was only applicable to First Generation instances.
@@ -801,6 +808,23 @@ public Settings setPricingPlan(java.lang.String pricingPlan) {
801808
return this;
802809
}
803810

811+
/**
812+
* Optional. Configuration value for recreation of replica after certain replication lag
813+
* @return value or {@code null} for none
814+
*/
815+
public java.lang.Integer getReplicationLagMaxSeconds() {
816+
return replicationLagMaxSeconds;
817+
}
818+
819+
/**
820+
* Optional. Configuration value for recreation of replica after certain replication lag
821+
* @param replicationLagMaxSeconds replicationLagMaxSeconds or {@code null} for none
822+
*/
823+
public Settings setReplicationLagMaxSeconds(java.lang.Integer replicationLagMaxSeconds) {
824+
this.replicationLagMaxSeconds = replicationLagMaxSeconds;
825+
return this;
826+
}
827+
804828
/**
805829
* The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`.
806830
* (Deprecated) This property was only applicable to First Generation instances.

clients/google-api-services-sqladmin/v1beta4/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-sqladmin</artifactId>
11-
<version>v1beta4-rev20241210-2.0.0</version>
12-
<name>Cloud SQL Admin API v1beta4-rev20241210-2.0.0</name>
11+
<version>v1beta4-rev20250117-2.0.0</version>
12+
<name>Cloud SQL Admin API v1beta4-rev20250117-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sqladmin/v1beta4/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-sqladmin</artifactId>
25-
<version>v1beta4-rev20241210-2.0.0</version>
25+
<version>v1beta4-rev20250117-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-sqladmin:v1beta4-rev20241210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250117-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)