Skip to content

Commit

Permalink
docs: Allow 14 week backup retention for Firestore daily backups (#899)
Browse files Browse the repository at this point in the history
* docs: Allow 14 week backup retention for Firestore daily backups

PiperOrigin-RevId: 621269025

Source-Link: googleapis/googleapis@d0ed672

Source-Link: googleapis/googleapis-gen@73c87bc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNjODdiYzUxZTU2NTY2NmJmNGUzOTliMTk0YjNkNzFlMTM0MGVlNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 17, 2024
1 parent 75471dd commit 9521ded
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
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

0 comments on commit 9521ded

Please sign in to comment.