proto_docs/google/firestore/admin/v1/schedule.rb in google-cloud-firestore-admin-v1-1.0.0 vs proto_docs/google/firestore/admin/v1/schedule.rb in google-cloud-firestore-admin-v1-1.0.1

- old
+ new

@@ -48,10 +48,12 @@ # create_time. # @!attribute [rw] retention # @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. + # + # The maximum supported retention period is 14 weeks. # @!attribute [rw] daily_recurrence # @return [::Google::Cloud::Firestore::Admin::V1::DailyRecurrence] # For a schedule that runs daily. # @!attribute [rw] weekly_recurrence # @return [::Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence] @@ -59,10 +61,10 @@ class BackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end - # Represents a recurring schedule that runs at a specific time every day. + # Represents a recurring schedule that runs every day. # # The time zone is UTC. class DailyRecurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods