Packages

c

com.google.api.Service

ServiceLens

implicit class ServiceLens[UpperPB] extends ObjectLens[UpperPB, Service]

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

Instance Constructors

  1. new ServiceLens(_l: Lens[UpperPB, Service])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Service): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apis: Lens[UpperPB, Seq[Api]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def authentication: Lens[UpperPB, Authentication]
  8. def backend: Lens[UpperPB, Backend]
  9. def billing: Lens[UpperPB, Billing]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def compose[B](other: Lens[Service, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def configVersion: Lens[UpperPB, Int]
  13. def context: Lens[UpperPB, Context]
  14. def control: Lens[UpperPB, Control]
  15. def documentation: Lens[UpperPB, Documentation]
  16. def endpoints: Lens[UpperPB, Seq[Endpoint]]
  17. def enums: Lens[UpperPB, Seq[Enum]]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def field[A](getter: (Service) ⇒ A)(setter: (Service, A) ⇒ Service): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[Service, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get(u: UpperPB): Service
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def http: Lens[UpperPB, Http]
  27. def id: Lens[UpperPB, String]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def logging: Lens[UpperPB, Logging]
  30. def logs: Lens[UpperPB, Seq[LogDescriptor]]
  31. def metrics: Lens[UpperPB, Seq[MetricDescriptor]]
  32. def modify(f: (Service) ⇒ Service): Mutation[UpperPB]
    Definition Classes
    Lens
  33. def monitoredResources: Lens[UpperPB, Seq[MonitoredResourceDescriptor]]
  34. def monitoring: Lens[UpperPB, Monitoring]
  35. def name: Lens[UpperPB, String]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def optionalAuthentication: Lens[UpperPB, Option[Authentication]]
  40. def optionalBackend: Lens[UpperPB, Option[Backend]]
  41. def optionalBilling: Lens[UpperPB, Option[Billing]]
  42. def optionalConfigVersion: Lens[UpperPB, Option[Int]]
  43. def optionalContext: Lens[UpperPB, Option[Context]]
  44. def optionalControl: Lens[UpperPB, Option[Control]]
  45. def optionalDocumentation: Lens[UpperPB, Option[Documentation]]
  46. def optionalHttp: Lens[UpperPB, Option[Http]]
  47. def optionalLogging: Lens[UpperPB, Option[Logging]]
  48. def optionalMonitoring: Lens[UpperPB, Option[Monitoring]]
  49. def optionalQuota: Lens[UpperPB, Option[Quota]]
  50. def optionalSourceInfo: Lens[UpperPB, Option[SourceInfo]]
  51. def optionalSystemParameters: Lens[UpperPB, Option[SystemParameters]]
  52. def optionalUsage: Lens[UpperPB, Option[Usage]]
  53. def producerProjectId: Lens[UpperPB, String]
  54. def quota: Lens[UpperPB, Quota]
  55. def set(c: Service): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  56. def setIfDefined(aOpt: Option[Service]): Mutation[UpperPB]
    Definition Classes
    Lens
  57. def sourceInfo: Lens[UpperPB, SourceInfo]
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def systemParameters: Lens[UpperPB, SystemParameters]
  60. def title: Lens[UpperPB, String]
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def types: Lens[UpperPB, Seq[Type]]
  63. def update(ms: (Lens[Service, Service]) ⇒ Mutation[Service]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  64. def usage: Lens[UpperPB, Usage]
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  68. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Service, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Service]

Inherited from Lens[UpperPB, Service]

Inherited from AnyRef

Inherited from Any

Ungrouped