implicit class SubscriptionLens[UpperPB] extends ObjectLens[UpperPB, Subscription]
- Source
- Subscription.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubscriptionLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SubscriptionLens(_l: Lens[UpperPB, Subscription])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Subscription): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ackDeadlineSeconds: Lens[UpperPB, Int]
- def analyticsHubSubscriptionInfo: Lens[UpperPB, AnalyticsHubSubscriptionInfo]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigqueryConfig: Lens[UpperPB, BigQueryConfig]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cloudStorageConfig: Lens[UpperPB, CloudStorageConfig]
- def compose[B](other: Lens[Subscription, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def deadLetterPolicy: Lens[UpperPB, DeadLetterPolicy]
- def detached: Lens[UpperPB, Boolean]
- def enableExactlyOnceDelivery: Lens[UpperPB, Boolean]
- def enableMessageOrdering: Lens[UpperPB, Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expirationPolicy: Lens[UpperPB, ExpirationPolicy]
- def field[A](getter: (Subscription) => A)(setter: (Subscription, A) => Subscription): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Subscription, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def filter: Lens[UpperPB, String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(u: UpperPB): Subscription
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labels: Lens[UpperPB, Map[String, String]]
- def messageRetentionDuration: Lens[UpperPB, Duration]
- def messageTransforms: Lens[UpperPB, Seq[MessageTransform]]
- def modify(f: (Subscription) => Subscription): Mutation[UpperPB]
- Definition Classes
- Lens
- def name: Lens[UpperPB, String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optionalAnalyticsHubSubscriptionInfo: Lens[UpperPB, Option[AnalyticsHubSubscriptionInfo]]
- def optionalBigqueryConfig: Lens[UpperPB, Option[BigQueryConfig]]
- def optionalCloudStorageConfig: Lens[UpperPB, Option[CloudStorageConfig]]
- def optionalDeadLetterPolicy: Lens[UpperPB, Option[DeadLetterPolicy]]
- def optionalExpirationPolicy: Lens[UpperPB, Option[ExpirationPolicy]]
- def optionalMessageRetentionDuration: Lens[UpperPB, Option[Duration]]
- def optionalPushConfig: Lens[UpperPB, Option[PushConfig]]
- def optionalRetryPolicy: Lens[UpperPB, Option[RetryPolicy]]
- def optionalTopicMessageRetentionDuration: Lens[UpperPB, Option[Duration]]
- def pushConfig: Lens[UpperPB, PushConfig]
- def retainAckedMessages: Lens[UpperPB, Boolean]
- def retryPolicy: Lens[UpperPB, RetryPolicy]
- def set(c: Subscription): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Subscription]): 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 topic: Lens[UpperPB, String]
- def topicMessageRetentionDuration: Lens[UpperPB, Duration]
- def update(ms: (Lens[Subscription, Subscription]) => Mutation[Subscription]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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 zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Subscription, B)]
- Definition Classes
- Lens