mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(rustup): rustc (be9bd7c93 2015-04-05)
* using std::convert * update to latest hyper (and other dependencies) Related to #46
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/lQI8FHp12NFK29a25qmlTN4Bqeo\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/k747AQVNKzUoa08QT-Z1GxOMZC0\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "pubsub:v1beta2",
|
||||
"name": "pubsub",
|
||||
"version": "v1beta2",
|
||||
"revision": "20150213",
|
||||
"revision": "20150326",
|
||||
"title": "Google Cloud Pub/Sub API",
|
||||
"description": "Provides reliable, many-to-many, asynchronous messaging between applications.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -533,7 +533,7 @@
|
||||
"id": "pubsub.projects.topics.delete",
|
||||
"path": "{+topic}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Deletes the topic with the given name. All subscriptions to this topic are detached from the topic. Returns NOT_FOUND if the topic does not exist. After a topic is deleted, a new topic may be created with the same name; this is an entirely new topic with none of the old configuration or subscriptions.",
|
||||
"description": "Deletes the topic with the given name. Returns NOT_FOUND if the topic does not exist. After a topic is deleted, a new topic may be created with the same name; this is an entirely new topic with none of the old configuration or subscriptions. Existing subscriptions to this topic are not deleted.",
|
||||
"parameters": {
|
||||
"topic": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user