object PubSubAdmin
- Source
- PubSubAdmin.scala
- Alphabetic
- By Inheritance
- PubSubAdmin
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensureSubscription(pubsubOptions: PubsubOptions, topic: String, name: String): Try[Subscription]
Ensure PubSub subscription exists.
Ensure PubSub subscription exists.
- topic
Topic path. Needs to follow
projects/projectId/topics/topicName
- name
Subscription path. Needs to follow
projects/projectId/topics/topicName
- returns
a Subscription if it alreadys exists or has been successfully created, a failure otherwise
- def ensureTopic(pubsubOptions: PubsubOptions, name: String): Try[Topic]
Ensure PubSub topic exists.
Ensure PubSub topic exists.
- name
Topic path. Needs to follow
projects/projectId/topics/topicName
- returns
a Topic if it alreadys exists or has been successfully created, a failure otherwise
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- 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 subscription(pubsubOptions: PubsubOptions, name: String): Try[Subscription]
Get the configuration of a subscription.
Get the configuration of a subscription.
- name
Subscription path. Needs to follow
projects/projectId/subscriptions/subscription
- returns
a Subscription if it exists, a failure otherwise
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topic(pubsubOptions: PubsubOptions, name: String): Try[Topic]
Get the configuration of a topic.
Get the configuration of a topic.
- name
Topic path. Needs to follow
projects/projectId/topics/topicName
- returns
a Topic if it exists, a failure otherwise
- 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()