abstract class PublisherClientPowerApi extends AnyRef
- Alphabetic
- By Inheritance
- PublisherClientPowerApi
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PublisherClientPowerApi()
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 createTopic(): SingleResponseRequestBuilder[Topic, Topic]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer createTopic(com.google.pubsub.v1.Topic) if possible.
- def deleteTopic(): SingleResponseRequestBuilder[DeleteTopicRequest, Empty]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer deleteTopic(com.google.pubsub.v1.DeleteTopicRequest) if possible.
- def detachSubscription(): SingleResponseRequestBuilder[DetachSubscriptionRequest, DetachSubscriptionResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer detachSubscription(com.google.pubsub.v1.DetachSubscriptionRequest) if possible.
- 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 getTopic(): SingleResponseRequestBuilder[GetTopicRequest, Topic]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer getTopic(com.google.pubsub.v1.GetTopicRequest) if possible.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listTopicSnapshots(): SingleResponseRequestBuilder[ListTopicSnapshotsRequest, ListTopicSnapshotsResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopicSnapshots(com.google.pubsub.v1.ListTopicSnapshotsRequest) if possible.
- def listTopicSubscriptions(): SingleResponseRequestBuilder[ListTopicSubscriptionsRequest, ListTopicSubscriptionsResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopicSubscriptions(com.google.pubsub.v1.ListTopicSubscriptionsRequest) if possible.
- def listTopics(): SingleResponseRequestBuilder[ListTopicsRequest, ListTopicsResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopics(com.google.pubsub.v1.ListTopicsRequest) if possible.
- 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 publish(): SingleResponseRequestBuilder[PublishRequest, PublishResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer publish(com.google.pubsub.v1.PublishRequest) if possible.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateTopic(): SingleResponseRequestBuilder[UpdateTopicRequest, Topic]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer updateTopic(com.google.pubsub.v1.UpdateTopicRequest) if possible.
- 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()