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
BREAKING CHANGE: This release has breaking changes.
#### backupdr:v1
The following keys were deleted:
- schemas.BackupConfigInfo.properties.lastSuccessfulLogBackupConsistencyTime.description
- schemas.BackupConfigInfo.properties.lastSuccessfulLogBackupConsistencyTime.format
- schemas.BackupConfigInfo.properties.lastSuccessfulLogBackupConsistencyTime.readOnly
- schemas.BackupConfigInfo.properties.lastSuccessfulLogBackupConsistencyTime.type
The following keys were changed:
- schemas.BackupPlan.properties.backupRules.description
Copy file name to clipboardExpand all lines: discovery/backupdr-v1.json
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2060,7 +2060,7 @@
2060
2060
}
2061
2061
}
2062
2062
},
2063
-
"revision": "20250711",
2063
+
"revision": "20250720",
2064
2064
"rootUrl": "https://backupdr.googleapis.com/",
2065
2065
"schemas": {
2066
2066
"AbandonBackupRequest": {
@@ -2791,12 +2791,6 @@
2791
2791
"format": "google-datetime",
2792
2792
"readOnly": true,
2793
2793
"type": "string"
2794
-
},
2795
-
"lastSuccessfulLogBackupConsistencyTime": {
2796
-
"description": "Output only. If the last log backup were successful, this field has the consistency date.",
2797
-
"format": "google-datetime",
2798
-
"readOnly": true,
2799
-
"type": "string"
2800
2794
}
2801
2795
},
2802
2796
"type": "object"
@@ -2905,7 +2899,7 @@
2905
2899
"id": "BackupPlan",
2906
2900
"properties": {
2907
2901
"backupRules": {
2908
-
"description": "Required. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message.",
2902
+
"description": "Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message if on_demand_retention_limit_days is not set.",
0 commit comments