Skip to content

Commit 6fa2705

Browse files
1 parent a8159e4 commit 6fa2705

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DatabaseInstance.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ public final class DatabaseInstance extends com.google.api.client.json.GenericJs
4545
@com.google.api.client.util.Key
4646
private java.lang.String backendType;
4747

48+
/**
49+
* Clears private network settings when the instance is restored.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.Boolean clearNetwork;
54+
4855
/**
4956
* Connection name of the Cloud SQL instance used in connection strings.
5057
* The value may be {@code null}.
@@ -460,6 +467,23 @@ public DatabaseInstance setBackendType(java.lang.String backendType) {
460467
return this;
461468
}
462469

470+
/**
471+
* Clears private network settings when the instance is restored.
472+
* @return value or {@code null} for none
473+
*/
474+
public java.lang.Boolean getClearNetwork() {
475+
return clearNetwork;
476+
}
477+
478+
/**
479+
* Clears private network settings when the instance is restored.
480+
* @param clearNetwork clearNetwork or {@code null} for none
481+
*/
482+
public DatabaseInstance setClearNetwork(java.lang.Boolean clearNetwork) {
483+
this.clearNetwork = clearNetwork;
484+
return this;
485+
}
486+
463487
/**
464488
* Connection name of the Cloud SQL instance used in connection strings.
465489
* @return value or {@code null} for none

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)