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/v1beta4/2.0.0/com/google/api/services/sqladmin/model/DatabaseInstance.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -247,13 +247,6 @@ public final class DatabaseInstance extends com.google.api.client.json.GenericJs
247
247
@com.google.api.client.util.Key
248
248
privateSqlOutOfDiskReportoutOfDiskReport;
249
249
250
-
/**
251
-
* Input only. PITR related fields added for Instance Independent PITR.
252
-
* The value may be {@code null}.
253
-
*/
254
-
@com.google.api.client.util.Key
255
-
privatePITRFieldspitrFields;
256
-
257
250
/**
258
251
* Output only. DEPRECATED: please use write_endpoint instead.
259
252
* The value may be {@code null}.
@@ -960,23 +953,6 @@ public DatabaseInstance setOutOfDiskReport(SqlOutOfDiskReport outOfDiskReport) {
960
953
returnthis;
961
954
}
962
955
963
-
/**
964
-
* Input only. PITR related fields added for Instance Independent PITR.
965
-
* @return value or {@code null} for none
966
-
*/
967
-
publicPITRFieldsgetPitrFields() {
968
-
returnpitrFields;
969
-
}
970
-
971
-
/**
972
-
* Input only. PITR related fields added for Instance Independent PITR.
973
-
* @param pitrFields pitrFields or {@code null} for none
0 commit comments