Packages

c

com.google.api.QuotaLimit

QuotaLimitLens

implicit class QuotaLimitLens[UpperPB] extends ObjectLens[UpperPB, QuotaLimit]

Linear Supertypes
ObjectLens[UpperPB, QuotaLimit], Lens[UpperPB, QuotaLimit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuotaLimitLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuotaLimitLens(_l: Lens[UpperPB, QuotaLimit])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: QuotaLimit): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def compose[B](other: Lens[QuotaLimit, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def defaultLimit: Lens[UpperPB, Long]
  9. def description: Lens[UpperPB, String]
  10. def displayName: Lens[UpperPB, String]
  11. def duration: Lens[UpperPB, String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (QuotaLimit) ⇒ A)(setter: (QuotaLimit, A) ⇒ QuotaLimit): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[QuotaLimit, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def freeTier: Lens[UpperPB, Long]
  18. def get(u: UpperPB): QuotaLimit
    Definition Classes
    ObjectLens → Lens
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def maxLimit: Lens[UpperPB, Long]
  23. def metric: Lens[UpperPB, String]
  24. def modify(f: (QuotaLimit) ⇒ QuotaLimit): Mutation[UpperPB]
    Definition Classes
    Lens
  25. def name: Lens[UpperPB, String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def set(c: QuotaLimit): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  30. def setIfDefined(aOpt: Option[QuotaLimit]): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def unit: Lens[UpperPB, String]
  34. def update(ms: (Lens[QuotaLimit, QuotaLimit]) ⇒ Mutation[QuotaLimit]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  35. def values: Lens[UpperPB, Map[String, Long]]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (QuotaLimit, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, QuotaLimit]

Inherited from Lens[UpperPB, QuotaLimit]

Inherited from AnyRef

Inherited from Any

Ungrouped