You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DatabaseInstance.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class DatabaseInstance extends com.google.api.client.json.GenericJs
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.StringbackendType;
47
47
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
+
privatejava.lang.BooleanclearNetwork;
54
+
48
55
/**
49
56
* Connection name of the Cloud SQL instance used in connection strings.
50
57
* The value may be {@code null}.
@@ -460,6 +467,23 @@ public DatabaseInstance setBackendType(java.lang.String backendType) {
460
467
returnthis;
461
468
}
462
469
470
+
/**
471
+
* Clears private network settings when the instance is restored.
472
+
* @return value or {@code null} for none
473
+
*/
474
+
publicjava.lang.BooleangetClearNetwork() {
475
+
returnclearNetwork;
476
+
}
477
+
478
+
/**
479
+
* Clears private network settings when the instance is restored.
480
+
* @param clearNetwork clearNetwork or {@code null} for none
0 commit comments