Class: Google::Cloud::BackupDR::V1::GetBackupVaultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetBackupVaultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Request message for getting a BackupVault.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupVaultView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'.
696 697 698 699 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 696 class GetBackupVaultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupVaultView
Returns Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault.
696 697 698 699 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 696 class GetBackupVaultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |