File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
google/cloud/firestore_admin_v1/services/firestore_admin Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -2509,9 +2509,8 @@ async def create_backup_schedule(
2509
2509
) -> schedule .BackupSchedule :
2510
2510
r"""Creates a backup schedule on a database.
2511
2511
At most two backup schedules can be configured on a
2512
- database, one daily backup schedule with retention up to
2513
- 7 days and one weekly backup schedule with retention up
2514
- to 14 weeks.
2512
+ database, one daily backup schedule and one weekly
2513
+ backup schedule.
2515
2514
2516
2515
.. code-block:: python
2517
2516
Original file line number Diff line number Diff line change @@ -2978,9 +2978,8 @@ def create_backup_schedule(
2978
2978
) -> schedule .BackupSchedule :
2979
2979
r"""Creates a backup schedule on a database.
2980
2980
At most two backup schedules can be configured on a
2981
- database, one daily backup schedule with retention up to
2982
- 7 days and one weekly backup schedule with retention up
2983
- to 14 weeks.
2981
+ database, one daily backup schedule and one weekly
2982
+ backup schedule.
2984
2983
2985
2984
.. code-block:: python
2986
2985
Original file line number Diff line number Diff line change @@ -828,9 +828,8 @@ def create_backup_schedule(
828
828
829
829
Creates a backup schedule on a database.
830
830
At most two backup schedules can be configured on a
831
- database, one daily backup schedule with retention up to
832
- 7 days and one weekly backup schedule with retention up
833
- to 14 weeks.
831
+ database, one daily backup schedule and one weekly
832
+ backup schedule.
834
833
835
834
Returns:
836
835
Callable[[~.CreateBackupScheduleRequest],
Original file line number Diff line number Diff line change @@ -860,9 +860,8 @@ def create_backup_schedule(
860
860
861
861
Creates a backup schedule on a database.
862
862
At most two backup schedules can be configured on a
863
- database, one daily backup schedule with retention up to
864
- 7 days and one weekly backup schedule with retention up
865
- to 14 weeks.
863
+ database, one daily backup schedule and one weekly
864
+ backup schedule.
866
865
867
866
Returns:
868
867
Callable[[~.CreateBackupScheduleRequest],
You can’t perform that action at this time.
0 commit comments