Home
last modified time | relevance | path

Searched refs:pubsub (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubclient.cc85 const XmlElement* pubsub = stanza->FirstNamed(QN_PUBSUB); in GetItemFromStanza() local
86 if (pubsub != NULL) { in GetItemFromStanza()
87 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); in GetItemFromStanza()
/external/autotest/site_utils/
Dpubsub_utils.py89 pubsub = self._get_pubsub_service()
92 resp = pubsub.projects().topics().publish(
Dcloud_console.proto11 // The common pubsub notification attribute names.
/external/autotest/
Dmoblab_config.ini41 # The pubsub topic the gs_offloader notification is sent to.
Dglobal_config.ini294 # Cloud pubsub
296 # The cloud pubsub topic where notifications are sent to.
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md149 :path = /google.pubsub.v2.PublisherService/CreateTopic
150 :authority = pubsub.googleapis.com
/external/grpc-grpc-java/
DSECURITY.md405 ManagedChannel channel = ManagedChannelBuilder.forTarget("pubsub.googleapis.com")
410 creds = creds.createScoped(Arrays.asList("https://www.googleapis.com/auth/pubsub"));