Skip to content

Commit a8ed3ea

Browse files
docs: correct BackupSchedule recurrence docs that mentioned specific time of day (#898)
* docs: correct BackupSchedule recurrence docs that mentioned specific time of day chore: fix typo in DeleteBackupScheduleRequest PiperOrigin-RevId: 619912852 Source-Link: googleapis/googleapis@8fe68cf Source-Link: googleapis/googleapis-gen@1a8186f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWE4MTg2Zjc0NjY1NjExZjQ4NTgxMWFjNWFiNjQzYzlmMDU2NTVjNyJ9 * 🦉 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>
1 parent c76f087 commit a8ed3ea

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ async def sample_delete_backup_schedule():
30013001
The request object. The request for
30023002
[FirestoreAdmin.DeleteBackupSchedules][].
30033003
name (:class:`str`):
3004-
Required. The name of backup schedule.
3004+
Required. The name of the backup schedule.
30053005
30063006
Format
30073007
``projects/{project}/databases/{database}/backupSchedules/{backup_schedule}``

google/cloud/firestore_admin_v1/services/firestore_admin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3470,7 +3470,7 @@ def sample_delete_backup_schedule():
34703470
The request object. The request for
34713471
[FirestoreAdmin.DeleteBackupSchedules][].
34723472
name (str):
3473-
Required. The name of backup schedule.
3473+
Required. The name of the backup schedule.
34743474
34753475
Format
34763476
``projects/{project}/databases/{database}/backupSchedules/{backup_schedule}``

google/cloud/firestore_admin_v1/types/firestore_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class DeleteBackupScheduleRequest(proto.Message):
329329
330330
Attributes:
331331
name (str):
332-
Required. The name of backup schedule.
332+
Required. The name of the backup schedule.
333333
334334
Format
335335
``projects/{project}/databases/{database}/backupSchedules/{backup_schedule}``

google/cloud/firestore_admin_v1/types/schedule.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,12 @@ class BackupSchedule(proto.Message):
7272
to its creation time, the backup should be
7373
deleted, e.g. keep backups for 7 days.
7474
daily_recurrence (google.cloud.firestore_admin_v1.types.DailyRecurrence):
75-
For a schedule that runs daily at a specified
76-
time.
75+
For a schedule that runs daily.
7776
7877
This field is a member of `oneof`_ ``recurrence``.
7978
weekly_recurrence (google.cloud.firestore_admin_v1.types.WeeklyRecurrence):
8079
For a schedule that runs weekly on a specific
81-
day and time.
80+
day.
8281
8382
This field is a member of `oneof`_ ``recurrence``.
8483
"""
@@ -117,7 +116,7 @@ class BackupSchedule(proto.Message):
117116

118117

119118
class DailyRecurrence(proto.Message):
120-
r"""Represent a recurring schedule that runs at a specific time
119+
r"""Represents a recurring schedule that runs at a specific time
121120
every day.
122121
The time zone is UTC.
123122

0 commit comments

Comments
 (0)