Searched refs:pubsub (Results 1 – 7 of 7) sorted by relevance
85 const XmlElement* pubsub = stanza->FirstNamed(QN_PUBSUB); in GetItemFromStanza() local86 if (pubsub != NULL) { in GetItemFromStanza()87 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); in GetItemFromStanza()
89 pubsub = self._get_pubsub_service()92 resp = pubsub.projects().topics().publish(
11 // The common pubsub notification attribute names.
41 # The pubsub topic the gs_offloader notification is sent to.
294 # Cloud pubsub296 # The cloud pubsub topic where notifications are sent to.
149 :path = /google.pubsub.v2.PublisherService/CreateTopic150 :authority = pubsub.googleapis.com
405 ManagedChannel channel = ManagedChannelBuilder.forTarget("pubsub.googleapis.com")410 creds = creds.createScoped(Arrays.asList("https://www.googleapis.com/auth/pubsub"));