Packages

implicit class BackupLens[UpperPB] extends ObjectLens[UpperPB, Backup]

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

Instance Constructors

  1. new BackupLens(_l: Lens[UpperPB, Backup])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Backup): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def annotations: Lens[UpperPB, Map[String, String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def clusterName: Lens[UpperPB, String]
  9. def clusterUid: Lens[UpperPB, String]
  10. def compose[B](other: Lens[Backup, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  11. def createTime: Lens[UpperPB, Timestamp]
  12. def deleteTime: Lens[UpperPB, Timestamp]
  13. def description: Lens[UpperPB, String]
  14. def displayName: Lens[UpperPB, String]
  15. def encryptionConfig: Lens[UpperPB, EncryptionConfig]
  16. def encryptionInfo: Lens[UpperPB, EncryptionInfo]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def etag: Lens[UpperPB, String]
  20. def expiryTime: Lens[UpperPB, Timestamp]
  21. def field[A](getter: (Backup) => A)(setter: (Backup, A) => Backup): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def field[A](lens: Lens[Backup, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def get(u: UpperPB): Backup
    Definition Classes
    ObjectLens → Lens
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def labels: Lens[UpperPB, Map[String, String]]
  29. def modify(f: (Backup) => Backup): Mutation[UpperPB]
    Definition Classes
    Lens
  30. def name: Lens[UpperPB, String]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def optionalCreateTime: Lens[UpperPB, Option[Timestamp]]
  35. def optionalDeleteTime: Lens[UpperPB, Option[Timestamp]]
  36. def optionalEncryptionConfig: Lens[UpperPB, Option[EncryptionConfig]]
  37. def optionalEncryptionInfo: Lens[UpperPB, Option[EncryptionInfo]]
  38. def optionalExpiryTime: Lens[UpperPB, Option[Timestamp]]
  39. def optionalUpdateTime: Lens[UpperPB, Option[Timestamp]]
  40. def reconciling: Lens[UpperPB, Boolean]
  41. def set(c: Backup): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  42. def setIfDefined(aOpt: Option[Backup]): Mutation[UpperPB]
    Definition Classes
    Lens
  43. def sizeBytes: Lens[UpperPB, Long]
  44. def state: Lens[UpperPB, State]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def type: Lens[UpperPB, Type]
  48. def uid: Lens[UpperPB, String]
  49. def update(ms: (Lens[Backup, Backup]) => Mutation[Backup]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  50. def updateTime: Lens[UpperPB, Timestamp]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Backup, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Backup]

Inherited from Lens[UpperPB, Backup]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped