/
/Cloud Pub/Sub API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
projects33
  • post/v1/{+resource}:testIamPermissions
  • get/v1/{+name}
  • put/v1/{+name}
  • delete/v1/{+name}
  • patch/v1/{+name}
  • get/v1/{+project}/topics
  • post/v1/{+topic}:publish
  • get/v1/{+topic}
  • delete/v1/{+topic}
  • get/v1/{+resource}:getIamPolicy
  • post/v1/{+resource}:setIamPolicy
  • get/v1/{+topic}/subscriptions
  • get/v1/{+topic}/snapshots
  • post/v1/{+subscription}:acknowledge
  • get/v1/{+subscription}
  • delete/v1/{+subscription}
  • post/v1/{+subscription}:modifyAckDeadline
  • post/v1/{+subscription}:pull
  • post/v1/{+subscription}:detach
  • post/v1/{+subscription}:modifyPushConfig
  • post/v1/{+subscription}:seek
  • get/v1/{+project}/subscriptions
  • get/v1/{+project}/snapshots
  • get/v1/{+snapshot}
  • delete/v1/{+snapshot}
  • post/v1/{+name}:rollback
  • get/v1/{+name}:listRevisions
  • post/v1/{+parent}/schemas:validate
  • post/v1/{+parent}/schemas:validateMessage
  • post/v1/{+name}:commit
  • get/v1/{+parent}/schemas
  • post/v1/{+parent}/schemas
  • delete/v1/{+name}:deleteRevision
    projects

    Adds one or more messages to the topic. Returns NOT_FOUND if the topic does not exist.

    post/v1/{+topic}:publish

    Path parameters

    topicstring required

    Required. The messages in the request will be published on this topic. Format is projects/{project}/topics/{topic}.

    Request body

    Response

    Successful response

    Changes