Skip to content

Commit fa88341

Browse files
1 parent 888489c commit fa88341

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

clients/google-api-services-sqladmin/v1beta4/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}.
@@ -461,6 +468,23 @@ public DatabaseInstance setBackendType(java.lang.String backendType) {
461468
return this;
462469
}
463470

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

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-rev20250508-2.0.0</version>
12-
<name>Cloud SQL Admin API v1beta4-rev20250508-2.0.0</name>
11+
<version>v1beta4-rev20250516-2.0.0</version>
12+
<name>Cloud SQL Admin API v1beta4-rev20250516-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-rev20250508-2.0.0</version>
25+
<version>v1beta4-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:v1beta4-rev20250508-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250516-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)