Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: discovery/googleapis/playmoviespartner__v1.json

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "basePath": "",
3 "baseUrl": "https://playmoviespartner.googleapis.com/",
4 "batchPath": "batch",
5 "description": "An API providing Google Play Movies Partners a way to get th e delivery status of their titles.",
6 "discoveryVersion": "v1",
7 "documentationLink": "",
8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OHVieLZeuy09xJqQqoQRUmqVcEA\"",
9 "icons": {
10 "x16": "http://www.google.com/images/icons/product/search-16.gif",
11 "x32": "http://www.google.com/images/icons/product/search-32.gif"
12 },
13 "id": "playmoviespartner:v1",
14 "kind": "discovery#restDescription",
15 "name": "playmoviespartner",
16 "ownerDomain": "google.com",
17 "ownerName": "Google",
18 "parameters": {
19 "access_token": {
20 "description": "OAuth access token.",
21 "location": "query",
22 "type": "string"
23 },
24 "alt": {
25 "default": "json",
26 "description": "Data format for response.",
27 "enumDescriptions": [
28 "Responses with Content-Type of application/json",
29 "Media download with context-dependent Content-Type",
30 "Responses with Content-Type of application/x-protobuf"
31 ],
32 "location": "query",
33 "type": "string"
34 },
35 "bearer_token": {
36 "description": "OAuth bearer token.",
37 "location": "query",
38 "type": "string"
39 },
40 "callback": {
41 "description": "JSONP",
42 "location": "query",
43 "type": "string"
44 },
45 "fields": {
46 "description": "Selector specifying which fields to include in a par tial response.",
47 "location": "query",
48 "type": "string"
49 },
50 "key": {
51 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
52 "location": "query",
53 "type": "string"
54 },
55 "oauth_token": {
56 "description": "OAuth 2.0 token for the current user.",
57 "location": "query",
58 "type": "string"
59 },
60 "pp": {
61 "default": "true",
62 "description": "Pretty-print response.",
63 "location": "query",
64 "type": "boolean"
65 },
66 "prettyPrint": {
67 "default": "true",
68 "description": "Returns response with indentations and line breaks." ,
69 "location": "query",
70 "type": "boolean"
71 },
72 "quotaUser": {
73 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
74 "location": "query",
75 "type": "string"
76 },
77 "upload_protocol": {
78 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
79 "location": "query",
80 "type": "string"
81 },
82 "uploadType": {
83 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
84 "location": "query",
85 "type": "string"
86 },
87 "$.xgafv": {
88 "description": "V1 error format.",
89 "enumDescriptions": [
90 "v1 error format",
91 "v2 error format"
92 ],
93 "location": "query",
94 "type": "string"
95 }
96 },
97 "protocol": "rest",
98 "revision": "20150623",
99 "rootUrl": "https://playmoviespartner.googleapis.com/",
100 "servicePath": "",
101 "title": "Google Play Movies Partner API",
102 "version": "v1"
103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698