Class: Google::Cloud::BackupDR::V1::RestoreBackupResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::RestoreBackupResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Response message for restoring from a Backup.
Instance Attribute Summary collapse
-
#target_resource ⇒ ::Google::Cloud::BackupDR::V1::TargetResource
Details of the target resource created/modified as part of restore.
Instance Attribute Details
#target_resource ⇒ ::Google::Cloud::BackupDR::V1::TargetResource
Returns Details of the target resource created/modified as part of restore.
1031 1032 1033 1034 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1031 class RestoreBackupResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |