ProjectsLocationsBackups
class ProjectsLocationsBackups extends Resource (View source)
The "backups" collection of methods.
Typical usage is:
$fileService = new Google\Service\CloudFilestore(...);
$backups = $fileService->projects_locations_backups;
Methods
get(string $name, array $optParams = [])
Gets the details of a specific backup. (backups.get)
listProjectsLocationsBackups(string $parent, array $optParams = [])
Lists all backups in a project for either a specified location or for all locations. (backups.listProjectsLocationsBackups)
Details
Operation
create(string $parent, Backup $postBody, array $optParams = [])
Creates a backup. (backups.create)
Operation
delete(string $name, array $optParams = [])
Deletes a backup. (backups.delete)
Backup
get(string $name, array $optParams = [])
Gets the details of a specific backup. (backups.get)
ListBackupsResponse
listProjectsLocationsBackups(string $parent, array $optParams = [])
Lists all backups in a project for either a specified location or for all locations. (backups.listProjectsLocationsBackups)