object AutomatedBackupPolicy extends GeneratedMessageCompanion[AutomatedBackupPolicy]

Source
AutomatedBackupPolicy.scala
Linear Supertypes
GeneratedMessageCompanion[AutomatedBackupPolicy], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutomatedBackupPolicy
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class AutomatedBackupPolicyLens[UpperPB] extends ObjectLens[UpperPB, AutomatedBackupPolicy]
  2. 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()
  3. 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()
  4. sealed trait Retention extends GeneratedOneof
  5. sealed trait Schedule extends GeneratedOneof
  6. 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()
  7. type ValueType = AutomatedBackupPolicy
    Definition Classes
    GeneratedMessageCompanion
  8. 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_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()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val BACKUP_WINDOW_FIELD_NUMBER: Int(3)
  5. final val ENABLED_FIELD_NUMBER: Int(1)
  6. final val ENCRYPTION_CONFIG_FIELD_NUMBER: Int(8)
  7. final val LABELS_FIELD_NUMBER: Int(7)
  8. final val LOCATION_FIELD_NUMBER: Int(6)
  9. final val QUANTITY_BASED_RETENTION_FIELD_NUMBER: Int(5)
  10. final val TIME_BASED_RETENTION_FIELD_NUMBER: Int(4)
  11. final val WEEKLY_SCHEDULE_FIELD_NUMBER: Int(2)
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. lazy val defaultInstance: AutomatedBackupPolicy
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  15. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  16. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def fromAscii(s: String): AutomatedBackupPolicy
    Definition Classes
    GeneratedMessageCompanion
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def javaDescriptor: Descriptor
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  25. def merge(a: AutomatedBackupPolicy, input: CodedInputStream): AutomatedBackupPolicy
    Definition Classes
    GeneratedMessageCompanion
  26. implicit def messageCompanion: GeneratedMessageCompanion[AutomatedBackupPolicy]
  27. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  28. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  29. implicit def messageReads: Reads[AutomatedBackupPolicy]
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def of(schedule: Schedule, retention: Retention, enabled: Option[Boolean], backupWindow: Option[Duration], encryptionConfig: Option[EncryptionConfig], location: String, labels: Map[String, String]): AutomatedBackupPolicy
  35. def parseDelimitedFrom(input: InputStream): Option[AutomatedBackupPolicy]
    Definition Classes
    GeneratedMessageCompanion
  36. def parseDelimitedFrom(input: CodedInputStream): Option[AutomatedBackupPolicy]
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(_input__: CodedInputStream): AutomatedBackupPolicy
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  38. def parseFrom(s: Array[Byte]): AutomatedBackupPolicy
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(input: InputStream): AutomatedBackupPolicy
    Definition Classes
    GeneratedMessageCompanion
  40. def scalaDescriptor: Descriptor
    Definition Classes
    AutomatedBackupPolicy → GeneratedMessageCompanion
  41. def streamFromDelimitedInput(input: InputStream): Stream[AutomatedBackupPolicy]
    Definition Classes
    GeneratedMessageCompanion
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toByteArray(a: AutomatedBackupPolicy): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def validate(s: Array[Byte]): Try[AutomatedBackupPolicy]
    Definition Classes
    GeneratedMessageCompanion
  46. def validateAscii(s: String): Either[TextFormatError, AutomatedBackupPolicy]
    Definition Classes
    GeneratedMessageCompanion
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
  51. object QuantityBasedRetention extends GeneratedMessageCompanion[QuantityBasedRetention]
  52. object Retention extends Serializable
  53. object Schedule extends Serializable
  54. object TimeBasedRetention extends GeneratedMessageCompanion[TimeBasedRetention]
  55. object WeeklySchedule extends GeneratedMessageCompanion[WeeklySchedule]

Inherited from GeneratedMessageCompanion[AutomatedBackupPolicy]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped