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

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

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « discovery/googleapis/script__v1.json ('k') | discovery/googleapis/servicecontrol__v1.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://searchconsole.googleapis.com/", 3 "baseUrl": "https://searchconsole.googleapis.com/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "canonicalName": "Search Console", 5 "canonicalName": "Search Console",
6 "description": "Provides tools for running validation tests against single U RLs", 6 "description": "Provides tools for running validation tests against single U RLs",
7 "discoveryVersion": "v1", 7 "discoveryVersion": "v1",
8 "documentationLink": "https://developers.google.com/webmaster-tools/search-c onsole-api/", 8 "documentationLink": "https://developers.google.com/webmaster-tools/search-c onsole-api/",
9 "icons": { 9 "icons": {
10 "x16": "http://www.google.com/images/icons/product/search-16.gif", 10 "x16": "http://www.google.com/images/icons/product/search-16.gif",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "proto" 64 "proto"
65 ], 65 ],
66 "enumDescriptions": [ 66 "enumDescriptions": [
67 "Responses with Content-Type of application/json", 67 "Responses with Content-Type of application/json",
68 "Media download with context-dependent Content-Type", 68 "Media download with context-dependent Content-Type",
69 "Responses with Content-Type of application/x-protobuf" 69 "Responses with Content-Type of application/x-protobuf"
70 ], 70 ],
71 "location": "query", 71 "location": "query",
72 "type": "string" 72 "type": "string"
73 }, 73 },
74 "access_token": {
75 "description": "OAuth access token.",
76 "location": "query",
77 "type": "string"
78 },
74 "key": { 79 "key": {
75 "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.", 80 "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.",
76 "location": "query", 81 "location": "query",
77 "type": "string" 82 "type": "string"
78 }, 83 },
79 "access_token": {
80 "description": "OAuth access token.",
81 "location": "query",
82 "type": "string"
83 },
84 "quotaUser": { 84 "quotaUser": {
85 "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.", 85 "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.",
86 "location": "query", 86 "location": "query",
87 "type": "string" 87 "type": "string"
88 }, 88 },
89 "pp": { 89 "pp": {
90 "default": "true", 90 "default": "true",
91 "description": "Pretty-print response.", 91 "description": "Pretty-print response.",
92 "location": "query", 92 "location": "query",
93 "type": "boolean" 93 "type": "boolean"
(...skipping 27 matching lines...) Expand all
121 }, 121 },
122 "response": { 122 "response": {
123 "$ref": "RunMobileFriendlyTestResponse" 123 "$ref": "RunMobileFriendlyTestResponse"
124 } 124 }
125 } 125 }
126 } 126 }
127 } 127 }
128 } 128 }
129 } 129 }
130 }, 130 },
131 "revision": "20170212", 131 "revision": "20170305",
132 "rootUrl": "https://searchconsole.googleapis.com/", 132 "rootUrl": "https://searchconsole.googleapis.com/",
133 "schemas": { 133 "schemas": {
134 "RunMobileFriendlyTestResponse": {
135 "description": "Mobile-friendly test response, including mobile-frie ndly issues and resource\nissues.",
136 "id": "RunMobileFriendlyTestResponse",
137 "properties": {
138 "testStatus": {
139 "$ref": "TestStatus",
140 "description": "Final state of the test, can be either compl ete or an error."
141 },
142 "resourceIssues": {
143 "description": "Information about embedded resources issues. ",
144 "items": {
145 "$ref": "ResourceIssue"
146 },
147 "type": "array"
148 },
149 "mobileFriendliness": {
150 "description": "Test verdict, whether the page is mobile fri endly or not.",
151 "enum": [
152 "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
153 "MOBILE_FRIENDLY",
154 "NOT_MOBILE_FRIENDLY"
155 ],
156 "enumDescriptions": [
157 "Internal error when running this test. Please try runni ng the test again.",
158 "The page is mobile friendly.",
159 "The page is not mobile friendly."
160 ],
161 "type": "string"
162 },
163 "mobileFriendlyIssues": {
164 "description": "List of mobile-usability issues.",
165 "items": {
166 "$ref": "MobileFriendlyIssue"
167 },
168 "type": "array"
169 },
170 "screenshot": {
171 "$ref": "Image",
172 "description": "Screenshot of the requested URL."
173 }
174 },
175 "type": "object"
176 },
177 "ResourceIssue": { 134 "ResourceIssue": {
178 "description": "Information about a resource with issue.", 135 "description": "Information about a resource with issue.",
179 "id": "ResourceIssue", 136 "id": "ResourceIssue",
180 "properties": { 137 "properties": {
181 "blockedResource": { 138 "blockedResource": {
182 "$ref": "BlockedResource", 139 "$ref": "BlockedResource",
183 "description": "Describes a blocked resource issue." 140 "description": "Describes a blocked resource issue."
184 } 141 }
185 }, 142 },
186 "type": "object" 143 "type": "object"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "Viewsport is not specified using the meta viewport tag. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#viewport_no t_configured).", 232 "Viewsport is not specified using the meta viewport tag. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#viewport_no t_configured).",
276 "Viewport defined to a fixed width. [Learn more]\n(https ://support.google.com/webmasters/answer/6352293#fixed-width_viewport).", 233 "Viewport defined to a fixed width. [Learn more]\n(https ://support.google.com/webmasters/answer/6352293#fixed-width_viewport).",
277 "Content not sized to viewport. [Learn more]\n(https://s upport.google.com/webmasters/answer/6352293#content_not_sized_to_viewport).", 234 "Content not sized to viewport. [Learn more]\n(https://s upport.google.com/webmasters/answer/6352293#content_not_sized_to_viewport).",
278 "Font size is too small for easy reading on a small scre en. [Learn More]\n(https://support.google.com/webmasters/answer/6352293#small_fo nt_size).", 235 "Font size is too small for easy reading on a small scre en. [Learn More]\n(https://support.google.com/webmasters/answer/6352293#small_fo nt_size).",
279 "Touch elements are too close to each other. [Learn more ]\n(https://support.google.com/webmasters/answer/6352293#touch_elements_too_clos e)." 236 "Touch elements are too close to each other. [Learn more ]\n(https://support.google.com/webmasters/answer/6352293#touch_elements_too_clos e)."
280 ], 237 ],
281 "type": "string" 238 "type": "string"
282 } 239 }
283 }, 240 },
284 "type": "object" 241 "type": "object"
242 },
243 "RunMobileFriendlyTestResponse": {
244 "description": "Mobile-friendly test response, including mobile-frie ndly issues and resource\nissues.",
245 "id": "RunMobileFriendlyTestResponse",
246 "properties": {
247 "testStatus": {
248 "$ref": "TestStatus",
249 "description": "Final state of the test, can be either compl ete or an error."
250 },
251 "resourceIssues": {
252 "description": "Information about embedded resources issues. ",
253 "items": {
254 "$ref": "ResourceIssue"
255 },
256 "type": "array"
257 },
258 "mobileFriendliness": {
259 "description": "Test verdict, whether the page is mobile fri endly or not.",
260 "enum": [
261 "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
262 "MOBILE_FRIENDLY",
263 "NOT_MOBILE_FRIENDLY"
264 ],
265 "enumDescriptions": [
266 "Internal error when running this test. Please try runni ng the test again.",
267 "The page is mobile friendly.",
268 "The page is not mobile friendly."
269 ],
270 "type": "string"
271 },
272 "mobileFriendlyIssues": {
273 "description": "List of mobile-usability issues.",
274 "items": {
275 "$ref": "MobileFriendlyIssue"
276 },
277 "type": "array"
278 },
279 "screenshot": {
280 "$ref": "Image",
281 "description": "Screenshot of the requested URL."
282 }
283 },
284 "type": "object"
285 } 285 }
286 }, 286 },
287 "servicePath": "", 287 "servicePath": "",
288 "title": "Google Search Console URL Testing Tools API", 288 "title": "Google Search Console URL Testing Tools API",
289 "version": "v1" 289 "version": "v1"
290 } 290 }
OLDNEW
« no previous file with comments | « discovery/googleapis/script__v1.json ('k') | discovery/googleapis/servicecontrol__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698