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

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

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/adexchangebuyer__v1.3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "basePath": "", 2 "basePath": "",
3 "baseUrl": "https://acceleratedmobilepageurl.googleapis.com/", 3 "baseUrl": "https://acceleratedmobilepageurl.googleapis.com/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "This API contains a single method, batchGet. Call this metho d to retrieve the AMP URL (and equivalent AMP Cache URL) for given public URL(s) .\n", 5 "description": "This API contains a single method, batchGet. Call this metho d to retrieve the AMP URL (and equivalent AMP Cache URL) for given public URL(s) .\n",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/amp/cache/", 7 "documentationLink": "https://developers.google.com/amp/cache/",
8 "icons": { 8 "icons": {
9 "x16": "http://www.google.com/images/icons/product/search-16.gif", 9 "x16": "http://www.google.com/images/icons/product/search-16.gif",
10 "x32": "http://www.google.com/images/icons/product/search-32.gif" 10 "x32": "http://www.google.com/images/icons/product/search-32.gif"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "request": { 116 "request": {
117 "$ref": "BatchGetAmpUrlsRequest" 117 "$ref": "BatchGetAmpUrlsRequest"
118 }, 118 },
119 "response": { 119 "response": {
120 "$ref": "BatchGetAmpUrlsResponse" 120 "$ref": "BatchGetAmpUrlsResponse"
121 } 121 }
122 } 122 }
123 } 123 }
124 } 124 }
125 }, 125 },
126 "revision": "20160809", 126 "revision": "20160928",
127 "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/", 127 "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/",
128 "schemas": { 128 "schemas": {
129 "AmpUrl": { 129 "AmpUrl": {
130 "description": "AMP URL response for a requested URL.", 130 "description": "AMP URL response for a requested URL.",
131 "id": "AmpUrl", 131 "id": "AmpUrl",
132 "properties": { 132 "properties": {
133 "ampUrl": { 133 "ampUrl": {
134 "description": "The AMP URL pointing to the publisher's web server.", 134 "description": "The AMP URL pointing to the publisher's web server.",
135 "type": "string" 135 "type": "string"
136 }, 136 },
137 "originalUrl": { 137 "originalUrl": {
138 "description": "The original non-AMP URL.", 138 "description": "The original non-AMP URL.",
139 "type": "string" 139 "type": "string"
140 }, 140 },
141 "cdnAmpUrl": { 141 "cdnAmpUrl": {
142 "description": "The [AMP Cache URL](/amp/cache/overview#amp- cache-url-format) pointing to the cached document in the Google AMP Cache.", 142 "description": "The [AMP Cache URL](/amp/cache/overview#amp- cache-url-format) pointing to\nthe cached document in the Google AMP Cache.",
143 "type": "string" 143 "type": "string"
144 } 144 }
145 }, 145 },
146 "type": "object" 146 "type": "object"
147 }, 147 },
148 "AmpUrlError": { 148 "AmpUrlError": {
149 "description": "AMP URL Error resource for a requested URL that coul dn't be found.", 149 "description": "AMP URL Error resource for a requested URL that coul dn't be found.",
150 "id": "AmpUrlError", 150 "id": "AmpUrlError",
151 "properties": { 151 "properties": {
152 "originalUrl": { 152 "originalUrl": {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "type": "array" 225 "type": "array"
226 } 226 }
227 }, 227 },
228 "type": "object" 228 "type": "object"
229 } 229 }
230 }, 230 },
231 "servicePath": "", 231 "servicePath": "",
232 "title": "Accelerated Mobile Pages (AMP) URL API", 232 "title": "Accelerated Mobile Pages (AMP) URL API",
233 "version": "v1" 233 "version": "v1"
234 } 234 }
OLDNEW
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/adexchangebuyer__v1.3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698