File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-sqladmin/v1beta4
com/google/api/services/sqladmin/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-sqladmin</artifactId >
25
- <version >v1beta4-rev20241210 -2.0.0</version >
25
+ <version >v1beta4-rev20250117 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -248,6 +248,13 @@ public final class Settings extends com.google.api.client.json.GenericJson {
248
248
@ com .google .api .client .util .Key
249
249
private java .lang .String pricingPlan ;
250
250
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
+
251
258
/**
252
259
* The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`.
253
260
* (Deprecated) This property was only applicable to First Generation instances.
@@ -801,6 +808,23 @@ public Settings setPricingPlan(java.lang.String pricingPlan) {
801
808
return this ;
802
809
}
803
810
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
+
804
828
/**
805
829
* The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`.
806
830
* (Deprecated) This property was only applicable to First Generation instances.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-sqladmin</artifactId >
25
- <version >v1beta4-rev20241210 -2.0.0</version >
25
+ <version >v1beta4-rev20250117 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments