From bf2ce591fdd45d380342426ba64d3165ac504cdd Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 20 Nov 2025 07:15:10 -0800 Subject: [PATCH] feat: add recovery_point_time to BDRProtectedResourceLog, this new field captures the timestamp of the recovery point used in restore operations PiperOrigin-RevId: 834750319 --- google/cloud/backupdr/logging/v1/bdr_log.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google/cloud/backupdr/logging/v1/bdr_log.proto b/google/cloud/backupdr/logging/v1/bdr_log.proto index 283c739694..607b6ac67b 100644 --- a/google/cloud/backupdr/logging/v1/bdr_log.proto +++ b/google/cloud/backupdr/logging/v1/bdr_log.proto @@ -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