object Backup extends GeneratedMessageCompanion[Backup]

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

Type Members

  1. 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()
  2. implicit class BackupLens[UpperPB] extends ObjectLens[UpperPB, Backup]
  3. 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()
  4. 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()
  5. sealed abstract class State extends GeneratedEnum

    Backup State

  6. sealed abstract class Type extends GeneratedEnum

    Backup Type

  7. type ValueType = Backup
    Definition Classes
    GeneratedMessageCompanion

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 ANNOTATIONS_FIELD_NUMBER: Int(16)
  5. final val CLUSTER_NAME_FIELD_NUMBER: Int(10)
  6. final val CLUSTER_UID_FIELD_NUMBER: Int(18)
  7. final val CREATE_TIME_FIELD_NUMBER: Int(4)
  8. final val DATABASE_VERSION_FIELD_NUMBER: Int(22)
  9. final val DELETE_TIME_FIELD_NUMBER: Int(15)
  10. final val DESCRIPTION_FIELD_NUMBER: Int(9)
  11. final val DISPLAY_NAME_FIELD_NUMBER: Int(2)
  12. final val ENCRYPTION_CONFIG_FIELD_NUMBER: Int(12)
  13. final val ENCRYPTION_INFO_FIELD_NUMBER: Int(13)
  14. final val ETAG_FIELD_NUMBER: Int(14)
  15. final val EXPIRY_QUANTITY_FIELD_NUMBER: Int(20)
  16. final val EXPIRY_TIME_FIELD_NUMBER: Int(19)
  17. final val LABELS_FIELD_NUMBER: Int(6)
  18. final val NAME_FIELD_NUMBER: Int(1)
  19. final val RECONCILING_FIELD_NUMBER: Int(11)
  20. final val SIZE_BYTES_FIELD_NUMBER: Int(17)
  21. final val STATE_FIELD_NUMBER: Int(7)
  22. final val TYPE_FIELD_NUMBER: Int(8)
  23. final val UID_FIELD_NUMBER: Int(3)
  24. final val UPDATE_TIME_FIELD_NUMBER: Int(5)
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. lazy val defaultInstance: Backup
    Definition Classes
    Backup → GeneratedMessageCompanion
  28. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  29. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Backup → GeneratedMessageCompanion
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. def fromAscii(s: String): Backup
    Definition Classes
    GeneratedMessageCompanion
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def javaDescriptor: Descriptor
    Definition Classes
    Backup → GeneratedMessageCompanion
  38. def merge(a: Backup, input: CodedInputStream): Backup
    Definition Classes
    GeneratedMessageCompanion
  39. implicit def messageCompanion: GeneratedMessageCompanion[Backup]
  40. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  41. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Backup → GeneratedMessageCompanion
  42. implicit def messageReads: Reads[Backup]
    Definition Classes
    Backup → GeneratedMessageCompanion
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Backup → GeneratedMessageCompanion
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. 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
  48. def parseDelimitedFrom(input: InputStream): Option[Backup]
    Definition Classes
    GeneratedMessageCompanion
  49. def parseDelimitedFrom(input: CodedInputStream): Option[Backup]
    Definition Classes
    GeneratedMessageCompanion
  50. def parseFrom(_input__: CodedInputStream): Backup
    Definition Classes
    Backup → GeneratedMessageCompanion
  51. def parseFrom(s: Array[Byte]): Backup
    Definition Classes
    GeneratedMessageCompanion
  52. def parseFrom(input: InputStream): Backup
    Definition Classes
    GeneratedMessageCompanion
  53. def scalaDescriptor: Descriptor
    Definition Classes
    Backup → GeneratedMessageCompanion
  54. def streamFromDelimitedInput(input: InputStream): Stream[Backup]
    Definition Classes
    GeneratedMessageCompanion
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toByteArray(a: Backup): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def validate(s: Array[Byte]): Try[Backup]
    Definition Classes
    GeneratedMessageCompanion
  59. def validateAscii(s: String): Either[TextFormatError, Backup]
    Definition Classes
    GeneratedMessageCompanion
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. object AnnotationsEntry extends GeneratedMessageCompanion[AnnotationsEntry]
  64. object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
  65. object QuantityBasedExpiry extends GeneratedMessageCompanion[QuantityBasedExpiry]
  66. object State extends GeneratedEnumCompanion[State]
  67. object Type extends GeneratedEnumCompanion[Type]

Inherited from GeneratedMessageCompanion[Backup]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped