Skip to content

Commit

Permalink
docs(firestore): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Mar 30, 2024
1 parent f139ece commit 0c981e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ def update_backup_schedule request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# Required. The name of backup schedule.
# Required. The name of the backup schedule.
#
# Format
# `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ def update_backup_schedule request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# Required. The name of backup schedule.
# Required. The name of the backup schedule.
#
# Format
# `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class ListBackupSchedulesResponse
# The request for [FirestoreAdmin.DeleteBackupSchedules][].
# @!attribute [rw] name
# @return [::String]
# Required. The name of backup schedule.
# Required. The name of the backup schedule.
#
# Format
# `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ module V1
# the backup should be deleted, e.g. keep backups for 7 days.
# @!attribute [rw] daily_recurrence
# @return [::Google::Cloud::Firestore::Admin::V1::DailyRecurrence]
# For a schedule that runs daily at a specified time.
# For a schedule that runs daily.
# @!attribute [rw] weekly_recurrence
# @return [::Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence]
# For a schedule that runs weekly on a specific day and time.
# For a schedule that runs weekly on a specific day.
class BackupSchedule
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Represent a recurring schedule that runs at a specific time every day.
# Represents a recurring schedule that runs at a specific time every day.
#
# The time zone is UTC.
class DailyRecurrence
Expand Down

0 comments on commit 0c981e9

Please sign in to comment.