mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +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/DzLQ-VL8eehvuaCXtFxXGiH0oVI\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/GLBm_Zx9lfMexTYRyeS3dLRfGVc\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "pubsub:v1beta1a",
|
||||
"name": "pubsub",
|
||||
"version": "v1beta1a",
|
||||
"revision": "20150213",
|
||||
"revision": "20150326",
|
||||
"title": "Google Cloud Pub/Sub API",
|
||||
"description": "Provides reliable, many-to-many, asynchronous messaging between applications.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -535,7 +535,7 @@
|
||||
"id": "pubsub.topics.delete",
|
||||
"path": "topics/{+topic}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Deletes the topic with the given name. All subscriptions to this topic are also deleted. Returns NOT_FOUND if the topic does not exist. After a topic is deleted, a new topic may be created with the same name.",
|
||||
"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.",
|
||||
"parameters": {
|
||||
"topic": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user