public sealed class AutomatedBackupPolicy.Types.WeeklySchedule : IMessage<AutomatedBackupPolicy.Types.WeeklySchedule>, IEquatable<AutomatedBackupPolicy.Types.WeeklySchedule>, IDeepCloneable<AutomatedBackupPolicy.Types.WeeklySchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class AutomatedBackupPolicy.Types.WeeklySchedule.
A weekly schedule starts a backup at prescribed start times within a
day, for the specified days of the week.
The weekly schedule message is flexible and can be used to create many
types of schedules. For example, to have a daily backup that starts at
22:00, configure the start_times field to have one element "22:00" and
the days_of_week field to have all seven days of the week.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eAutomatedBackupPolicy.Types.WeeklySchedule\u003c/code\u003e class within the AlloyDB v1 API, focusing on version 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWeeklySchedule\u003c/code\u003e class is designed to define a weekly backup schedule, allowing for multiple start times on specified days of the week.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for managing message data and cloning.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of this class include \u003ccode\u003eDaysOfWeek\u003c/code\u003e, which defines the days for backup, and \u003ccode\u003eStartTimes\u003c/code\u003e, which specifies the times of day to initiate backups, both utilizing the \u003ccode\u003eRepeatedField\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe schedule is flexible, allowing for daily backups by setting all seven days of the week in the \u003ccode\u003edays_of_week\u003c/code\u003e field and a chosen time in the \u003ccode\u003estart_times\u003c/code\u003e field, and if left empty defaults to every day of the week.\u003c/p\u003e\n"]]],[],null,[]]