proto_docs/google/firestore/admin/v1/schedule.rb in google-cloud-firestore-admin-v1-0.16.0 vs proto_docs/google/firestore/admin/v1/schedule.rb in google-cloud-firestore-admin-v1-0.17.0
- old
+ new
@@ -50,19 +50,19 @@
# @return [::Google::Protobuf::Duration]
# At what relative time in the future, compared to its creation time,
# 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
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods