OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/pubsub": { | 8 "https://www.googleapis.com/auth/pubsub": { |
9 "description": "View and manage Pub/Sub topics and subscript
ions" | 9 "description": "View and manage Pub/Sub topics and subscript
ions" |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/pubsub/v1beta1/", | 14 "basePath": "/pubsub/v1beta1/", |
15 "baseUrl": "https://www.googleapis.com/pubsub/v1beta1/", | 15 "baseUrl": "https://www.googleapis.com/pubsub/v1beta1/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "description": "Provides reliable, many-to-many, asynchronous messaging betw
een applications.", | 17 "description": "Provides reliable, many-to-many, asynchronous messaging betw
een applications.", |
18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
19 "documentationLink": "https://developers.google.com/pubsub/v1beta1", | 19 "documentationLink": "https://developers.google.com/pubsub/v1beta1", |
20 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/0Fp5e_WTNFkUTCc0NWbk-5s1uKQ\"", | 20 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/ywePitQXGabB9vHcCh_sNtCXjDU\"", |
21 "icons": { | 21 "icons": { |
22 "x16": "https://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "https://www.google.com/images/icons/product/search-16.gif", |
23 "x32": "https://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "https://www.google.com/images/icons/product/search-32.gif" |
24 }, | 24 }, |
25 "id": "pubsub:v1beta1", | 25 "id": "pubsub:v1beta1", |
26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
27 "labels": [ | 27 "labels": [ |
28 "limited_availability" | 28 "limited_availability" |
29 ], | 29 ], |
30 "name": "pubsub", | 30 "name": "pubsub", |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 "$ref": "PublishRequest" | 331 "$ref": "PublishRequest" |
332 }, | 332 }, |
333 "scopes": [ | 333 "scopes": [ |
334 "https://www.googleapis.com/auth/cloud-platform", | 334 "https://www.googleapis.com/auth/cloud-platform", |
335 "https://www.googleapis.com/auth/pubsub" | 335 "https://www.googleapis.com/auth/pubsub" |
336 ] | 336 ] |
337 } | 337 } |
338 } | 338 } |
339 } | 339 } |
340 }, | 340 }, |
341 "revision": "20140814", | 341 "revision": "20140919", |
342 "rootUrl": "https://www.googleapis.com/", | 342 "rootUrl": "https://www.googleapis.com/", |
343 "schemas": { | 343 "schemas": { |
344 "AcknowledgeRequest": { | 344 "AcknowledgeRequest": { |
345 "id": "AcknowledgeRequest", | 345 "id": "AcknowledgeRequest", |
346 "properties": { | 346 "properties": { |
347 "ackId": { | 347 "ackId": { |
348 "description": "The Ack ID for the message being acknowledge
d. This was returned by the Pub/Sub system in the Pull response.", | 348 "description": "The Ack ID for the message being acknowledge
d. This was returned by the Pub/Sub system in the Pull response.", |
349 "items": { | 349 "items": { |
350 "type": "string" | 350 "type": "string" |
351 }, | 351 }, |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 }, | 409 }, |
410 "type": "array" | 410 "type": "array" |
411 } | 411 } |
412 }, | 412 }, |
413 "type": "object" | 413 "type": "object" |
414 }, | 414 }, |
415 "ModifyAckDeadlineRequest": { | 415 "ModifyAckDeadlineRequest": { |
416 "id": "ModifyAckDeadlineRequest", | 416 "id": "ModifyAckDeadlineRequest", |
417 "properties": { | 417 "properties": { |
418 "ackDeadlineSeconds": { | 418 "ackDeadlineSeconds": { |
419 "description": "The new Ack deadline. Must be >= 1.", | 419 "description": "The new Ack deadline. Must be >= 0.", |
420 "format": "int32", | 420 "format": "int32", |
421 "type": "integer" | 421 "type": "integer" |
422 }, | 422 }, |
423 "ackId": { | 423 "ackId": { |
424 "description": "The Ack ID.", | 424 "description": "The Ack ID.", |
425 "type": "string" | 425 "type": "string" |
426 }, | 426 }, |
427 "subscription": { | 427 "subscription": { |
428 "description": "The name of the subscription from which mess
ages are being pulled.", | 428 "description": "The name of the subscription from which mess
ages are being pulled.", |
429 "type": "string" | 429 "type": "string" |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 "type": "string" | 574 "type": "string" |
575 } | 575 } |
576 }, | 576 }, |
577 "type": "object" | 577 "type": "object" |
578 } | 578 } |
579 }, | 579 }, |
580 "servicePath": "pubsub/v1beta1/", | 580 "servicePath": "pubsub/v1beta1/", |
581 "title": "Cloud Pub/Sub API", | 581 "title": "Cloud Pub/Sub API", |
582 "version": "v1beta1" | 582 "version": "v1beta1" |
583 } | 583 } |
OLD | NEW |