com.google.cloud.alloydb.v1.resources.AutomatedBackupPolicy
WeeklySchedule
Companion object WeeklySchedule
final case class WeeklySchedule(startTimes: Seq[TimeOfDay] = _root_.scala.Seq.empty, daysOfWeek: Seq[DayOfWeek] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[WeeklySchedule] with Product with Serializable
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.
- startTimes
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.
- daysOfWeek
The days of the week to perform a backup. If this field is left empty, the default of every day of the week is used.
- Annotations
- @SerialVersionUID()
- Source
- AutomatedBackupPolicy.scala
- Alphabetic
- By Inheritance
- WeeklySchedule
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WeeklySchedule(startTimes: Seq[TimeOfDay] = _root_.scala.Seq.empty, daysOfWeek: Seq[DayOfWeek] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- startTimes
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.
- daysOfWeek
The days of the week to perform a backup. If this field is left empty, the default of every day of the week is used.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllDaysOfWeek(__vs: Iterable[DayOfWeek]): WeeklySchedule
- def addAllStartTimes(__vs: Iterable[TimeOfDay]): WeeklySchedule
- def addDaysOfWeek(__vs: DayOfWeek*): WeeklySchedule
- def addStartTimes(__vs: TimeOfDay*): WeeklySchedule
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearDaysOfWeek: WeeklySchedule
- def clearStartTimes: WeeklySchedule
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: WeeklySchedule.type
- Definition Classes
- WeeklySchedule → GeneratedMessage
- val daysOfWeek: Seq[DayOfWeek]
- def discardUnknownFields: WeeklySchedule
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- WeeklySchedule → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- WeeklySchedule → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- WeeklySchedule → GeneratedMessage
- val startTimes: Seq[TimeOfDay]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- WeeklySchedule → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[WeeklySchedule, WeeklySchedule]) => Mutation[WeeklySchedule]*): WeeklySchedule
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withDaysOfWeek(__v: Seq[DayOfWeek]): WeeklySchedule
- def withStartTimes(__v: Seq[TimeOfDay]): WeeklySchedule
- def withUnknownFields(__v: UnknownFieldSet): WeeklySchedule
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- WeeklySchedule → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage