We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb7502 commit 5c5f335Copy full SHA for 5c5f335
functions/pubsub/publish/index.js
@@ -23,11 +23,6 @@ const pubsub = new PubSub();
23
/**
24
* Publishes a message to a Cloud Pub/Sub Topic.
25
*
26
- * @example
27
- * gcloud functions call publish --data '{"topic":"[YOUR_TOPIC_NAME]","message":"Hello, world!"}'
28
- *
29
- * - Replace `[YOUR_TOPIC_NAME]` with your Cloud Pub/Sub topic name.
30
31
* @param {object} req Cloud Function request context.
32
* @param {object} req.body The request body.
33
* @param {string} req.body.topic Topic name on which to publish.
0 commit comments