Backup and DR Service V1 API - Module Google::Cloud::BackupDR::V1::BackupView (v1.11.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Backup and DR Service V1 API module Google::Cloud::BackupDR::V1::BackupView.
BackupView contains enum options for Partial and Full view.
Constants
BACKUP_VIEW_UNSPECIFIED
value: 0 If the value is not set, the default 'FULL' view is used.
BACKUP_VIEW_BASIC
value: 1 Includes basic data about the Backup, but not the full contents.
BACKUP_VIEW_FULL
value: 2 Includes all data about the Backup.
This is the default value (for both ListBackups and GetBackup).