A list containing the enum numeric values on the wire for daysOfWeek.
getStartTimes(int index)
publicabstractTimeOfDaygetStartTimes(intindex)
The times during the day to start a backup. The start times are assumed
to be in UTC and to be an exact hour (e.g., 04:00:00).
If no start times are provided, a single fixed start time is chosen
arbitrarily.
The times during the day to start a backup. The start times are assumed
to be in UTC and to be an exact hour (e.g., 04:00:00).
If no start times are provided, a single fixed start time is chosen
arbitrarily.
The times during the day to start a backup. The start times are assumed
to be in UTC and to be an exact hour (e.g., 04:00:00).
If no start times are provided, a single fixed start time is chosen
arbitrarily.
The times during the day to start a backup. The start times are assumed
to be in UTC and to be an exact hour (e.g., 04:00:00).
If no start times are provided, a single fixed start time is chosen
arbitrarily.
The times during the day to start a backup. The start times are assumed
to be in UTC and to be an exact hour (e.g., 04:00:00).
If no start times are provided, a single fixed start time is chosen
arbitrarily.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface AutomatedBackupPolicy.WeeklyScheduleOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.alloydb.v1.AutomatedBackupPolicy.WeeklyScheduleOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.alloydb.v1.AutomatedBackupPolicy.WeeklyScheduleOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.alloydb.v1.AutomatedBackupPolicy.WeeklyScheduleOrBuilder) \n\n public static interface AutomatedBackupPolicy.WeeklyScheduleOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDaysOfWeek(int index)\n\n public abstract DayOfWeek getDaysOfWeek(int index)\n\nThe days of the week to perform a backup.\nIf this field is left empty, the default of every day of the week is\nused.\n\n`repeated .google.type.DayOfWeek days_of_week = 2;`\n\n### getDaysOfWeekCount()\n\n public abstract int getDaysOfWeekCount()\n\nThe days of the week to perform a backup.\nIf this field is left empty, the default of every day of the week is\nused.\n\n`repeated .google.type.DayOfWeek days_of_week = 2;`\n\n### getDaysOfWeekList()\n\n public abstract List\u003cDayOfWeek\u003e getDaysOfWeekList()\n\nThe days of the week to perform a backup.\nIf this field is left empty, the default of every day of the week is\nused.\n\n`repeated .google.type.DayOfWeek days_of_week = 2;`\n\n### getDaysOfWeekValue(int index)\n\n public abstract int getDaysOfWeekValue(int index)\n\nThe days of the week to perform a backup.\nIf this field is left empty, the default of every day of the week is\nused.\n\n`repeated .google.type.DayOfWeek days_of_week = 2;`\n\n### getDaysOfWeekValueList()\n\n public abstract List\u003cInteger\u003e getDaysOfWeekValueList()\n\nThe days of the week to perform a backup.\nIf this field is left empty, the default of every day of the week is\nused.\n\n`repeated .google.type.DayOfWeek days_of_week = 2;`\n\n### getStartTimes(int index)\n\n public abstract TimeOfDay getStartTimes(int index)\n\nThe times during the day to start a backup. The start times are assumed\nto be in UTC and to be an exact hour (e.g., 04:00:00).\nIf no start times are provided, a single fixed start time is chosen\narbitrarily.\n\n`repeated .google.type.TimeOfDay start_times = 1;`\n\n### getStartTimesCount()\n\n public abstract int getStartTimesCount()\n\nThe times during the day to start a backup. The start times are assumed\nto be in UTC and to be an exact hour (e.g., 04:00:00).\nIf no start times are provided, a single fixed start time is chosen\narbitrarily.\n\n`repeated .google.type.TimeOfDay start_times = 1;`\n\n### getStartTimesList()\n\n public abstract List\u003cTimeOfDay\u003e getStartTimesList()\n\nThe times during the day to start a backup. The start times are assumed\nto be in UTC and to be an exact hour (e.g., 04:00:00).\nIf no start times are provided, a single fixed start time is chosen\narbitrarily.\n\n`repeated .google.type.TimeOfDay start_times = 1;`\n\n### getStartTimesOrBuilder(int index)\n\n public abstract TimeOfDayOrBuilder getStartTimesOrBuilder(int index)\n\nThe times during the day to start a backup. The start times are assumed\nto be in UTC and to be an exact hour (e.g., 04:00:00).\nIf no start times are provided, a single fixed start time is chosen\narbitrarily.\n\n`repeated .google.type.TimeOfDay start_times = 1;`\n\n### getStartTimesOrBuilderList()\n\n public abstract List\u003c? extends TimeOfDayOrBuilder\u003e getStartTimesOrBuilderList()\n\nThe times during the day to start a backup. The start times are assumed\nto be in UTC and to be an exact hour (e.g., 04:00:00).\nIf no start times are provided, a single fixed start time is chosen\narbitrarily.\n\n`repeated .google.type.TimeOfDay start_times = 1;`"]]