Packages

implicit class SubscriptionLens[UpperPB] extends ObjectLens[UpperPB, Subscription]

Source
Subscription.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubscriptionLens
  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 SubscriptionLens(_l: Lens[UpperPB, Subscription])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Subscription): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def ackDeadlineSeconds: Lens[UpperPB, Int]
  6. def analyticsHubSubscriptionInfo: Lens[UpperPB, AnalyticsHubSubscriptionInfo]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def bigqueryConfig: Lens[UpperPB, BigQueryConfig]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def cloudStorageConfig: Lens[UpperPB, CloudStorageConfig]
  11. def compose[B](other: Lens[Subscription, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def deadLetterPolicy: Lens[UpperPB, DeadLetterPolicy]
  13. def detached: Lens[UpperPB, Boolean]
  14. def enableExactlyOnceDelivery: Lens[UpperPB, Boolean]
  15. def enableMessageOrdering: Lens[UpperPB, Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def expirationPolicy: Lens[UpperPB, ExpirationPolicy]
  19. def field[A](getter: (Subscription) => A)(setter: (Subscription, A) => Subscription): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[Subscription, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def filter: Lens[UpperPB, String]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def get(u: UpperPB): Subscription
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def labels: Lens[UpperPB, Map[String, String]]
  28. def messageRetentionDuration: Lens[UpperPB, Duration]
  29. def messageTransforms: Lens[UpperPB, Seq[MessageTransform]]
  30. def modify(f: (Subscription) => Subscription): Mutation[UpperPB]
    Definition Classes
    Lens
  31. def name: Lens[UpperPB, String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionalAnalyticsHubSubscriptionInfo: Lens[UpperPB, Option[AnalyticsHubSubscriptionInfo]]
  36. def optionalBigqueryConfig: Lens[UpperPB, Option[BigQueryConfig]]
  37. def optionalCloudStorageConfig: Lens[UpperPB, Option[CloudStorageConfig]]
  38. def optionalDeadLetterPolicy: Lens[UpperPB, Option[DeadLetterPolicy]]
  39. def optionalExpirationPolicy: Lens[UpperPB, Option[ExpirationPolicy]]
  40. def optionalMessageRetentionDuration: Lens[UpperPB, Option[Duration]]
  41. def optionalPushConfig: Lens[UpperPB, Option[PushConfig]]
  42. def optionalRetryPolicy: Lens[UpperPB, Option[RetryPolicy]]
  43. def optionalTopicMessageRetentionDuration: Lens[UpperPB, Option[Duration]]
  44. def pushConfig: Lens[UpperPB, PushConfig]
  45. def retainAckedMessages: Lens[UpperPB, Boolean]
  46. def retryPolicy: Lens[UpperPB, RetryPolicy]
  47. def set(c: Subscription): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  48. def setIfDefined(aOpt: Option[Subscription]): Mutation[UpperPB]
    Definition Classes
    Lens
  49. def state: Lens[UpperPB, State]
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def topic: Lens[UpperPB, String]
  53. def topicMessageRetentionDuration: Lens[UpperPB, Duration]
  54. def update(ms: (Lens[Subscription, Subscription]) => Mutation[Subscription]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Subscription, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Subscription]

Inherited from Lens[UpperPB, Subscription]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped