object AutomatedBackupPolicy extends GeneratedMessageCompanion[AutomatedBackupPolicy]
- Alphabetic
- By Inheritance
- AutomatedBackupPolicy
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class AutomatedBackupPolicyLens[UpperPB] extends ObjectLens[UpperPB, AutomatedBackupPolicy]
- final case class LabelsEntry(key: String = "", value: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LabelsEntry] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class QuantityBasedRetention(count: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[QuantityBasedRetention] with Product with Serializable
A quantity based policy specifies that a certain number of the most recent successful backups should be retained.
A quantity based policy specifies that a certain number of the most recent successful backups should be retained.
- count
The number of backups to retain.
- Annotations
- @SerialVersionUID()
- sealed trait Retention extends GeneratedOneof
- sealed trait Schedule extends GeneratedOneof
- final case class TimeBasedRetention(retentionPeriod: Option[Duration] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[TimeBasedRetention] with Product with Serializable
A time based retention policy specifies that all backups within a certain time period should be retained.
A time based retention policy specifies that all backups within a certain time period should be retained.
- retentionPeriod
The retention period.
- Annotations
- @SerialVersionUID()
- type ValueType = AutomatedBackupPolicy
- Definition Classes
- GeneratedMessageCompanion
- 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.
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_timesfield to have one element "22:00" and thedays_of_weekfield 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()
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
- final val BACKUP_WINDOW_FIELD_NUMBER: Int(3)
- final val ENABLED_FIELD_NUMBER: Int(1)
- final val ENCRYPTION_CONFIG_FIELD_NUMBER: Int(8)
- final val LABELS_FIELD_NUMBER: Int(7)
- final val LOCATION_FIELD_NUMBER: Int(6)
- final val QUANTITY_BASED_RETENTION_FIELD_NUMBER: Int(5)
- final val TIME_BASED_RETENTION_FIELD_NUMBER: Int(4)
- final val WEEKLY_SCHEDULE_FIELD_NUMBER: Int(2)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: AutomatedBackupPolicy
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromAscii(s: String): AutomatedBackupPolicy
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- def merge(a: AutomatedBackupPolicy, input: CodedInputStream): AutomatedBackupPolicy
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[AutomatedBackupPolicy]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- implicit def messageReads: Reads[AutomatedBackupPolicy]
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(schedule: Schedule, retention: Retention, enabled: Option[Boolean], backupWindow: Option[Duration], encryptionConfig: Option[EncryptionConfig], location: String, labels: Map[String, String]): AutomatedBackupPolicy
- def parseDelimitedFrom(input: InputStream): Option[AutomatedBackupPolicy]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[AutomatedBackupPolicy]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): AutomatedBackupPolicy
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): AutomatedBackupPolicy
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): AutomatedBackupPolicy
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- AutomatedBackupPolicy → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[AutomatedBackupPolicy]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: AutomatedBackupPolicy): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[AutomatedBackupPolicy]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, AutomatedBackupPolicy]
- Definition Classes
- GeneratedMessageCompanion
- 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()
- object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
- object QuantityBasedRetention extends GeneratedMessageCompanion[QuantityBasedRetention]
- object Retention extends Serializable
- object Schedule extends Serializable
- object TimeBasedRetention extends GeneratedMessageCompanion[TimeBasedRetention]
- object WeeklySchedule extends GeneratedMessageCompanion[WeeklySchedule]