object Backup extends GeneratedMessageCompanion[Backup]
- Source
- Backup.scala
- Alphabetic
- By Inheritance
- Backup
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AnnotationsEntry(key: String = "", value: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AnnotationsEntry] with Product with Serializable
- Annotations
- @SerialVersionUID()
- implicit class BackupLens[UpperPB] extends ObjectLens[UpperPB, Backup]
- 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 QuantityBasedExpiry(retentionCount: Int = 0, totalRetentionCount: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[QuantityBasedExpiry] with Product with Serializable
A backup's position in a quantity-based retention queue, of backups with the same source cluster and type, with length, retention, specified by the backup's retention policy.
A backup's position in a quantity-based retention queue, of backups with the same source cluster and type, with length, retention, specified by the backup's retention policy. Once the position is greater than the retention, the backup is eligible to be garbage collected.
Example: 5 backups from the same source cluster and type with a quantity-based retention of 3 and denoted by backup_id (position, retention).
Safe: backup_5 (1, 3), backup_4, (2, 3), backup_3 (3, 3). Awaiting garbage collection: backup_2 (4, 3), backup_1 (5, 3)
- retentionCount
Output only. The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- totalRetentionCount
Output only. The length of the quantity-based queue, specified by the backup's retention policy.
- Annotations
- @SerialVersionUID()
- sealed abstract class State extends GeneratedEnum
Backup State
- sealed abstract class Type extends GeneratedEnum
Backup Type
- type ValueType = Backup
- Definition Classes
- GeneratedMessageCompanion
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 ANNOTATIONS_FIELD_NUMBER: Int(16)
- final val CLUSTER_NAME_FIELD_NUMBER: Int(10)
- final val CLUSTER_UID_FIELD_NUMBER: Int(18)
- final val CREATE_TIME_FIELD_NUMBER: Int(4)
- final val DATABASE_VERSION_FIELD_NUMBER: Int(22)
- final val DELETE_TIME_FIELD_NUMBER: Int(15)
- final val DESCRIPTION_FIELD_NUMBER: Int(9)
- final val DISPLAY_NAME_FIELD_NUMBER: Int(2)
- final val ENCRYPTION_CONFIG_FIELD_NUMBER: Int(12)
- final val ENCRYPTION_INFO_FIELD_NUMBER: Int(13)
- final val ETAG_FIELD_NUMBER: Int(14)
- final val EXPIRY_QUANTITY_FIELD_NUMBER: Int(20)
- final val EXPIRY_TIME_FIELD_NUMBER: Int(19)
- final val LABELS_FIELD_NUMBER: Int(6)
- final val NAME_FIELD_NUMBER: Int(1)
- final val RECONCILING_FIELD_NUMBER: Int(11)
- final val SIZE_BYTES_FIELD_NUMBER: Int(17)
- final val STATE_FIELD_NUMBER: Int(7)
- final val TYPE_FIELD_NUMBER: Int(8)
- final val UID_FIELD_NUMBER: Int(3)
- final val UPDATE_TIME_FIELD_NUMBER: Int(5)
- 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: Backup
- Definition Classes
- Backup → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Backup → 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): Backup
- 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
- Backup → GeneratedMessageCompanion
- def merge(a: Backup, input: CodedInputStream): Backup
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[Backup]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Backup → GeneratedMessageCompanion
- implicit def messageReads: Reads[Backup]
- Definition Classes
- Backup → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- Backup → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(name: String, displayName: String, uid: String, createTime: Option[Timestamp], updateTime: Option[Timestamp], deleteTime: Option[Timestamp], labels: Map[String, String], state: State, type: Type, description: String, clusterUid: String, clusterName: String, reconciling: Boolean, encryptionConfig: Option[EncryptionConfig], encryptionInfo: Option[EncryptionInfo], etag: String, annotations: Map[String, String], sizeBytes: Long, expiryTime: Option[Timestamp], expiryQuantity: Option[QuantityBasedExpiry], databaseVersion: DatabaseVersion): Backup
- def parseDelimitedFrom(input: InputStream): Option[Backup]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[Backup]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): Backup
- Definition Classes
- Backup → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): Backup
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): Backup
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- Backup → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[Backup]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: Backup): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[Backup]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, Backup]
- 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 AnnotationsEntry extends GeneratedMessageCompanion[AnnotationsEntry]
- object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
- object QuantityBasedExpiry extends GeneratedMessageCompanion[QuantityBasedExpiry]
- object State extends GeneratedEnumCompanion[State]
- object Type extends GeneratedEnumCompanion[Type]