Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2509,9 +2509,8 @@ async def create_backup_schedule(
) -> schedule.BackupSchedule:
r"""Creates a backup schedule on a database.
At most two backup schedules can be configured on a
database, one daily backup schedule with retention up to
7 days and one weekly backup schedule with retention up
to 14 weeks.
database, one daily backup schedule and one weekly
backup schedule.

.. code-block:: python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2978,9 +2978,8 @@ def create_backup_schedule(
) -> schedule.BackupSchedule:
r"""Creates a backup schedule on a database.
At most two backup schedules can be configured on a
database, one daily backup schedule with retention up to
7 days and one weekly backup schedule with retention up
to 14 weeks.
database, one daily backup schedule and one weekly
backup schedule.

.. code-block:: python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,8 @@ def create_backup_schedule(

Creates a backup schedule on a database.
At most two backup schedules can be configured on a
database, one daily backup schedule with retention up to
7 days and one weekly backup schedule with retention up
to 14 weeks.
database, one daily backup schedule and one weekly
backup schedule.

Returns:
Callable[[~.CreateBackupScheduleRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,8 @@ def create_backup_schedule(

Creates a backup schedule on a database.
At most two backup schedules can be configured on a
database, one daily backup schedule with retention up to
7 days and one weekly backup schedule with retention up
to 14 weeks.
database, one daily backup schedule and one weekly
backup schedule.

Returns:
Callable[[~.CreateBackupScheduleRequest],
Expand Down