implicit class InstanceLens[UpperPB] extends ObjectLens[UpperPB, Instance]
- Source
- Instance.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstanceLens
- 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: Instance): 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 availabilityType: Lens[UpperPB, AvailabilityType]
- def clientConnectionConfig: Lens[UpperPB, ClientConnectionConfig]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[B](other: Lens[Instance, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def createTime: Lens[UpperPB, Timestamp]
- def databaseFlags: Lens[UpperPB, Map[String, String]]
- def deleteTime: Lens[UpperPB, Timestamp]
- def displayName: Lens[UpperPB, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def etag: Lens[UpperPB, String]
- def field[A](getter: (Instance) => A)(setter: (Instance, A) => Instance): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Instance, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gceZone: Lens[UpperPB, String]
- def get(u: UpperPB): Instance
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def instanceType: Lens[UpperPB, InstanceType]
- def ipAddress: Lens[UpperPB, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labels: Lens[UpperPB, Map[String, String]]
- def machineConfig: Lens[UpperPB, MachineConfig]
- def modify(f: (Instance) => Instance): Mutation[UpperPB]
- Definition Classes
- Lens
- def name: Lens[UpperPB, String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodes: Lens[UpperPB, Seq[Node]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optionalClientConnectionConfig: Lens[UpperPB, Option[ClientConnectionConfig]]
- def optionalCreateTime: Lens[UpperPB, Option[Timestamp]]
- def optionalDeleteTime: Lens[UpperPB, Option[Timestamp]]
- def optionalMachineConfig: Lens[UpperPB, Option[MachineConfig]]
- def optionalQueryInsightsConfig: Lens[UpperPB, Option[QueryInsightsInstanceConfig]]
- def optionalReadPoolConfig: Lens[UpperPB, Option[ReadPoolConfig]]
- def optionalUpdateTime: Lens[UpperPB, Option[Timestamp]]
- def optionalWritableNode: Lens[UpperPB, Option[Node]]
- def queryInsightsConfig: Lens[UpperPB, QueryInsightsInstanceConfig]
- def readPoolConfig: Lens[UpperPB, ReadPoolConfig]
- def reconciling: Lens[UpperPB, Boolean]
- def set(c: Instance): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Instance]): Mutation[UpperPB]
- Definition Classes
- Lens
- def state: Lens[UpperPB, State]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uid: Lens[UpperPB, String]
- def update(ms: (Lens[Instance, Instance]) => Mutation[Instance]*): 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 writableNode: Lens[UpperPB, Node]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Instance, B)]
- Definition Classes
- Lens