ProjectsLocationsBackupVaultsDataSourcesBackups
class ProjectsLocationsBackupVaultsDataSourcesBackups extends Resource (View source)
The "backups" collection of methods.
Typical usage is:
$backupdrService = new Google\Service\Backupdr(...);
$backups = $backupdrService->projects_locations_backupVaults_dataSources_backups;
Methods
listProjectsLocationsBackupVaultsDataSourcesBackups(string $parent, array $optParams = [])
Lists Backups in a given project and location.
restore(string $name, RestoreBackupRequest $postBody, array $optParams = [])
Restore from a Backup (backups.restore)
Details
Operation
delete(string $name, array $optParams = [])
Deletes a Backup. (backups.delete)
Backup
get(string $name, array $optParams = [])
Gets details of a Backup. (backups.get)
ListBackupsResponse
listProjectsLocationsBackupVaultsDataSourcesBackups(string $parent, array $optParams = [])
Lists Backups in a given project and location.
(backups.listProjectsLocationsBackupVaultsDataSourcesBackups)
Operation
patch(string $name, Backup $postBody, array $optParams = [])
Updates the settings of a Backup. (backups.patch)
Operation
restore(string $name, RestoreBackupRequest $postBody, array $optParams = [])
Restore from a Backup (backups.restore)