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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/script__v1.json ('k') | discovery/googleapis/servicecontrol__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/searchconsole__v1.json
diff --git a/discovery/googleapis/searchconsole__v1.json b/discovery/googleapis/searchconsole__v1.json
index ab345510258953acc833471f332f592b35f934ba..112f3e42ff127eca75bb6551b8d6d0c2d7d0e847 100644
--- a/discovery/googleapis/searchconsole__v1.json
+++ b/discovery/googleapis/searchconsole__v1.json
@@ -71,13 +71,13 @@
"location": "query",
"type": "string"
},
- "key": {
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
+ "access_token": {
+ "description": "OAuth access token.",
"location": "query",
"type": "string"
},
- "access_token": {
- "description": "OAuth access token.",
+ "key": {
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
@@ -128,52 +128,9 @@
}
}
},
- "revision": "20170212",
+ "revision": "20170305",
"rootUrl": "https://searchconsole.googleapis.com/",
"schemas": {
- "RunMobileFriendlyTestResponse": {
- "description": "Mobile-friendly test response, including mobile-friendly issues and resource\nissues.",
- "id": "RunMobileFriendlyTestResponse",
- "properties": {
- "testStatus": {
- "$ref": "TestStatus",
- "description": "Final state of the test, can be either complete or an error."
- },
- "resourceIssues": {
- "description": "Information about embedded resources issues.",
- "items": {
- "$ref": "ResourceIssue"
- },
- "type": "array"
- },
- "mobileFriendliness": {
- "description": "Test verdict, whether the page is mobile friendly or not.",
- "enum": [
- "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
- "MOBILE_FRIENDLY",
- "NOT_MOBILE_FRIENDLY"
- ],
- "enumDescriptions": [
- "Internal error when running this test. Please try running the test again.",
- "The page is mobile friendly.",
- "The page is not mobile friendly."
- ],
- "type": "string"
- },
- "mobileFriendlyIssues": {
- "description": "List of mobile-usability issues.",
- "items": {
- "$ref": "MobileFriendlyIssue"
- },
- "type": "array"
- },
- "screenshot": {
- "$ref": "Image",
- "description": "Screenshot of the requested URL."
- }
- },
- "type": "object"
- },
"ResourceIssue": {
"description": "Information about a resource with issue.",
"id": "ResourceIssue",
@@ -282,6 +239,49 @@
}
},
"type": "object"
+ },
+ "RunMobileFriendlyTestResponse": {
+ "description": "Mobile-friendly test response, including mobile-friendly issues and resource\nissues.",
+ "id": "RunMobileFriendlyTestResponse",
+ "properties": {
+ "testStatus": {
+ "$ref": "TestStatus",
+ "description": "Final state of the test, can be either complete or an error."
+ },
+ "resourceIssues": {
+ "description": "Information about embedded resources issues.",
+ "items": {
+ "$ref": "ResourceIssue"
+ },
+ "type": "array"
+ },
+ "mobileFriendliness": {
+ "description": "Test verdict, whether the page is mobile friendly or not.",
+ "enum": [
+ "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
+ "MOBILE_FRIENDLY",
+ "NOT_MOBILE_FRIENDLY"
+ ],
+ "enumDescriptions": [
+ "Internal error when running this test. Please try running the test again.",
+ "The page is mobile friendly.",
+ "The page is not mobile friendly."
+ ],
+ "type": "string"
+ },
+ "mobileFriendlyIssues": {
+ "description": "List of mobile-usability issues.",
+ "items": {
+ "$ref": "MobileFriendlyIssue"
+ },
+ "type": "array"
+ },
+ "screenshot": {
+ "$ref": "Image",
+ "description": "Screenshot of the requested URL."
+ }
+ },
+ "type": "object"
}
},
"servicePath": "",
« 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