File tree Expand file tree Collapse file tree 5 files changed +34
-10
lines changed
clients/google-api-services-sqladmin
com/google/api/services/sqladmin/model Expand file tree Collapse file tree 5 files changed +34
-10
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-sqladmin</artifactId >
25- <version >v1-rev20241210 -2.0.0</version >
25+ <version >v1-rev20250117 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20241210 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20250117 -2.0.0'
3939}
4040```
4141
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 {
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.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-sqladmin</artifactId >
11- <version >v1-rev20241210 -2.0.0</version >
12- <name >Cloud SQL Admin API v1-rev20241210 -2.0.0</name >
11+ <version >v1-rev20250117 -2.0.0</version >
12+ <name >Cloud SQL Admin API v1-rev20250117 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
9292 <link >http://docs.oracle.com/javase/7/docs/api</link >
9393 <link >https://googleapis.dev/java/google-http-client/1.45.3/</link >
9494 <link >https://googleapis.dev/java/google-oauth-client/1.37.0/</link >
95- <link >https://googleapis.dev/java/google-api-client/2.7.1 /</link >
95+ <link >https://googleapis.dev/java/google-api-client/2.7.2 /</link >
9696 </links >
9797 </configuration >
9898 </plugin >
125125 <dependency >
126126 <groupId >com.google.api-client</groupId >
127127 <artifactId >google-api-client</artifactId >
128- <version >2.7.1 </version >
128+ <version >2.7.2 </version >
129129 </dependency >
130130 </dependencies >
131131
Original file line number Diff line number Diff 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 >v1-rev20241210 -2.0.0</version >
25+ <version >v1-rev20250117 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20241210 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20250117 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 9292 <link >http://docs.oracle.com/javase/7/docs/api</link >
9393 <link >https://googleapis.dev/java/google-http-client/1.45.3/</link >
9494 <link >https://googleapis.dev/java/google-oauth-client/1.37.0/</link >
95- <link >https://googleapis.dev/java/google-api-client/2.7.1 /</link >
95+ <link >https://googleapis.dev/java/google-api-client/2.7.2 /</link >
9696 </links >
9797 </configuration >
9898 </plugin >
125125 <dependency >
126126 <groupId >com.google.api-client</groupId >
127127 <artifactId >google-api-client</artifactId >
128- <version >2.7.1 </version >
128+ <version >2.7.2 </version >
129129 </dependency >
130130 </dependencies >
131131
You can’t perform that action at this time.
0 commit comments