Packages

implicit class InstanceLens[UpperPB] extends ObjectLens[UpperPB, Instance]

Source
Instance.scala
Linear Supertypes
ObjectLens[UpperPB, Instance], Lens[UpperPB, Instance], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstanceLens
  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 InstanceLens(_l: Lens[UpperPB, Instance])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Instance): 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 availabilityType: Lens[UpperPB, AvailabilityType]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compose[B](other: Lens[Instance, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def createTime: Lens[UpperPB, Timestamp]
  11. def databaseFlags: Lens[UpperPB, Map[String, String]]
  12. def deleteTime: Lens[UpperPB, Timestamp]
  13. def displayName: Lens[UpperPB, String]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def etag: Lens[UpperPB, String]
  17. def field[A](getter: (Instance) => A)(setter: (Instance, A) => Instance): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[Instance, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def gceZone: Lens[UpperPB, String]
  21. def get(u: UpperPB): Instance
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def instanceType: Lens[UpperPB, InstanceType]
  25. def ipAddress: Lens[UpperPB, String]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def labels: Lens[UpperPB, Map[String, String]]
  28. def machineConfig: Lens[UpperPB, MachineConfig]
  29. def modify(f: (Instance) => Instance): Mutation[UpperPB]
    Definition Classes
    Lens
  30. def name: Lens[UpperPB, String]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def nodes: Lens[UpperPB, Seq[Node]]
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionalCreateTime: Lens[UpperPB, Option[Timestamp]]
  36. def optionalDeleteTime: Lens[UpperPB, Option[Timestamp]]
  37. def optionalMachineConfig: Lens[UpperPB, Option[MachineConfig]]
  38. def optionalQueryInsightsConfig: Lens[UpperPB, Option[QueryInsightsInstanceConfig]]
  39. def optionalReadPoolConfig: Lens[UpperPB, Option[ReadPoolConfig]]
  40. def optionalUpdateTime: Lens[UpperPB, Option[Timestamp]]
  41. def optionalWritableNode: Lens[UpperPB, Option[Node]]
  42. def queryInsightsConfig: Lens[UpperPB, QueryInsightsInstanceConfig]
  43. def readPoolConfig: Lens[UpperPB, ReadPoolConfig]
  44. def reconciling: Lens[UpperPB, Boolean]
  45. def set(c: Instance): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  46. def setIfDefined(aOpt: Option[Instance]): Mutation[UpperPB]
    Definition Classes
    Lens
  47. def state: Lens[UpperPB, State]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def uid: Lens[UpperPB, String]
  51. def update(ms: (Lens[Instance, Instance]) => Mutation[Instance]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  52. def updateTime: Lens[UpperPB, Timestamp]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. def writableNode: Lens[UpperPB, Node]
  57. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Instance, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Instance]

Inherited from Lens[UpperPB, Instance]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped