Class: Google::Cloud::BackupDR::V1::GetBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Request message for getting a Backup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the data source resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{backupVault}/dataSources/{datasource}/backups/{backup}'.
1089 1090 1091 1092 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1089 class GetBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupView
Returns Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.
1089 1090 1091 1092 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1089 class GetBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |