Skip to content

Commit 8be8735

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - schemas.BackupConfigInfo.properties.lastSuccessfulLogBackupConsistencyTime (Total Keys: 3)
1 parent c517e99 commit 8be8735

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/backupdr_v1.projects.locations.backupVaults.dataSources.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ <h3>Method Details</h3>
281281
},
282282
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The status of the last backup to this BackupVault
283283
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last backup were successful, this field has the consistency date.
284+
&quot;lastSuccessfulLogBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last log backup were successful, this field has the consistency date.
284285
},
285286
&quot;backupCount&quot;: &quot;A String&quot;, # Number of backups in the data source.
286287
&quot;configState&quot;: &quot;A String&quot;, # Output only. The backup configuration state.
@@ -396,6 +397,7 @@ <h3>Method Details</h3>
396397
},
397398
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The status of the last backup to this BackupVault
398399
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last backup were successful, this field has the consistency date.
400+
&quot;lastSuccessfulLogBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last log backup were successful, this field has the consistency date.
399401
},
400402
&quot;backupCount&quot;: &quot;A String&quot;, # Number of backups in the data source.
401403
&quot;configState&quot;: &quot;A String&quot;, # Output only. The backup configuration state.
@@ -491,6 +493,7 @@ <h3>Method Details</h3>
491493
},
492494
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The status of the last backup to this BackupVault
493495
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last backup were successful, this field has the consistency date.
496+
&quot;lastSuccessfulLogBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. If the last log backup were successful, this field has the consistency date.
494497
},
495498
&quot;backupCount&quot;: &quot;A String&quot;, # Number of backups in the data source.
496499
&quot;configState&quot;: &quot;A String&quot;, # Output only. The backup configuration state.

googleapiclient/discovery_cache/documents/backupdr.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@
17451745
}
17461746
}
17471747
},
1748-
"revision": "20250205",
1748+
"revision": "20250305",
17491749
"rootUrl": "https://backupdr.googleapis.com/",
17501750
"schemas": {
17511751
"AbandonBackupRequest": {
@@ -2462,6 +2462,12 @@
24622462
"format": "google-datetime",
24632463
"readOnly": true,
24642464
"type": "string"
2465+
},
2466+
"lastSuccessfulLogBackupConsistencyTime": {
2467+
"description": "Output only. If the last log backup were successful, this field has the consistency date.",
2468+
"format": "google-datetime",
2469+
"readOnly": true,
2470+
"type": "string"
24652471
}
24662472
},
24672473
"type": "object"

0 commit comments

Comments
 (0)