Packages

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. sealed abstract class State extends GeneratedEnum

    Backup State

  5. sealed abstract class Type extends GeneratedEnum

    Backup Type

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

Inherited from GeneratedMessageCompanion[Backup]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped