File tree Expand file tree Collapse file tree
google/firestore/admin/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ message ListBackupSchedulesResponse {
547547
548548// The request for [FirestoreAdmin.DeleteBackupSchedules][].
549549message DeleteBackupScheduleRequest {
550- // Required. The name of backup schedule.
550+ // Required. The name of the backup schedule.
551551 //
552552 // Format
553553 // `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
@@ -862,4 +862,4 @@ message RestoreDatabaseRequest {
862862 type : "firestore.googleapis.com/Backup"
863863 }
864864 ];
865- }
865+ }
Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ message BackupSchedule {
6969
7070 // A oneof field to represent when backups will be taken.
7171 oneof recurrence {
72- // For a schedule that runs daily at a specified time .
72+ // For a schedule that runs daily.
7373 DailyRecurrence daily_recurrence = 7 ;
7474
75- // For a schedule that runs weekly on a specific day and time .
75+ // For a schedule that runs weekly on a specific day.
7676 WeeklyRecurrence weekly_recurrence = 8 ;
7777 }
7878}
7979
80- // Represent a recurring schedule that runs at a specific time every day.
80+ // Represents a recurring schedule that runs at a specific time every day.
8181//
8282// The time zone is UTC.
8383message DailyRecurrence {}
You can’t perform that action at this time.
0 commit comments