implicit class BackupLens[UpperPB] extends ObjectLens[UpperPB, Backup]
- Source
- Backup.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BackupLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Backup): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def annotations: Lens[UpperPB, Map[String, String]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def clusterName: Lens[UpperPB, String]
- def clusterUid: Lens[UpperPB, String]
- def compose[B](other: Lens[Backup, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def createTime: Lens[UpperPB, Timestamp]
- def databaseVersion: Lens[UpperPB, DatabaseVersion]
- def deleteTime: Lens[UpperPB, Timestamp]
- def description: Lens[UpperPB, String]
- def displayName: Lens[UpperPB, String]
- def encryptionConfig: Lens[UpperPB, EncryptionConfig]
- def encryptionInfo: Lens[UpperPB, EncryptionInfo]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def etag: Lens[UpperPB, String]
- def expiryQuantity: Lens[UpperPB, QuantityBasedExpiry]
- def expiryTime: Lens[UpperPB, Timestamp]
- def field[A](getter: (Backup) => A)(setter: (Backup, A) => Backup): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Backup, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(u: UpperPB): Backup
- Definition Classes
- ObjectLens → Lens
- 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 labels: Lens[UpperPB, Map[String, String]]
- def modify(f: (Backup) => Backup): Mutation[UpperPB]
- Definition Classes
- Lens
- def name: Lens[UpperPB, String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optionalCreateTime: Lens[UpperPB, Option[Timestamp]]
- def optionalDeleteTime: Lens[UpperPB, Option[Timestamp]]
- def optionalEncryptionConfig: Lens[UpperPB, Option[EncryptionConfig]]
- def optionalEncryptionInfo: Lens[UpperPB, Option[EncryptionInfo]]
- def optionalExpiryQuantity: Lens[UpperPB, Option[QuantityBasedExpiry]]
- def optionalExpiryTime: Lens[UpperPB, Option[Timestamp]]
- def optionalUpdateTime: Lens[UpperPB, Option[Timestamp]]
- def reconciling: Lens[UpperPB, Boolean]
- def set(c: Backup): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Backup]): Mutation[UpperPB]
- Definition Classes
- Lens
- def sizeBytes: Lens[UpperPB, Long]
- def state: Lens[UpperPB, State]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def type: Lens[UpperPB, Type]
- def uid: Lens[UpperPB, String]
- def update(ms: (Lens[Backup, Backup]) => Mutation[Backup]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def updateTime: Lens[UpperPB, Timestamp]
- 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()
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Backup, B)]
- Definition Classes
- Lens