ProjectsDatabasesBackupSchedules
class ProjectsDatabasesBackupSchedules extends Resource (View source)
The "backupSchedules" collection of methods.
Typical usage is:
$firestoreService = new Google\Service\Firestore(...);
$backupSchedules = $firestoreService->projects_databases_backupSchedules;
Methods
Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule and one weekly backup schedule. (backupSchedules.create)
Deletes a backup schedule. (backupSchedules.delete)
Gets information about a backup schedule. (backupSchedules.get)
List backup schedules. (backupSchedules.listProjectsDatabasesBackupSchedules)
Updates a backup schedule. (backupSchedules.patch)
Details
GoogleFirestoreAdminV1BackupSchedule
create(string $parent, GoogleFirestoreAdminV1BackupSchedule $postBody, array $optParams = [])
Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule and one weekly backup schedule. (backupSchedules.create)
FirestoreEmpty
delete(string $name, array $optParams = [])
Deletes a backup schedule. (backupSchedules.delete)
GoogleFirestoreAdminV1BackupSchedule
get(string $name, array $optParams = [])
Gets information about a backup schedule. (backupSchedules.get)
GoogleFirestoreAdminV1ListBackupSchedulesResponse
listProjectsDatabasesBackupSchedules(string $parent, array $optParams = [])
List backup schedules. (backupSchedules.listProjectsDatabasesBackupSchedules)
GoogleFirestoreAdminV1BackupSchedule
patch(string $name, GoogleFirestoreAdminV1BackupSchedule $postBody, array $optParams = [])
Updates a backup schedule. (backupSchedules.patch)