mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
feat: add recovery_point_time to BDRProtectedResourceLog, this new field captures the timestamp of the recovery point used in restore operations
PiperOrigin-RevId: 834750319
This commit is contained in:
parent
d6a2197c8c
commit
bf2ce591fd
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ message BDRBackupRestoreJobLog {
|
|||
|
||||
// Restore resource location.
|
||||
optional string restore_resource_location = 20;
|
||||
|
||||
// Recovery point time.
|
||||
optional google.protobuf.Timestamp recovery_point_time = 21;
|
||||
}
|
||||
|
||||
// Log entry for BDRProtectedResource Log for resources using BackupPlan based
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue