| Index: discovery/googleapis/searchconsole__v1.json
|
| diff --git a/discovery/googleapis/searchconsole__v1.json b/discovery/googleapis/searchconsole__v1.json
|
| index 112f3e42ff127eca75bb6551b8d6d0c2d7d0e847..d7b70e33cc5d8f5549f1a2028f2b13a73d57b024 100644
|
| --- a/discovery/googleapis/searchconsole__v1.json
|
| +++ b/discovery/googleapis/searchconsole__v1.json
|
| @@ -16,27 +16,16 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "upload_protocol": {
|
| - "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
| + "uploadType": {
|
| + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "prettyPrint": {
|
| - "default": "true",
|
| - "description": "Returns response with indentations and line breaks.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| "fields": {
|
| "description": "Selector specifying which fields to include in a partial response.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "uploadType": {
|
| - "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "callback": {
|
| "description": "JSONP",
|
| "location": "query",
|
| @@ -71,13 +60,13 @@
|
| "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"
|
| },
|
| - "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"
|
| },
|
| @@ -101,6 +90,17 @@
|
| "description": "OAuth 2.0 token for the current user.",
|
| "location": "query",
|
| "type": "string"
|
| + },
|
| + "upload_protocol": {
|
| + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "prettyPrint": {
|
| + "default": "true",
|
| + "description": "Returns response with indentations and line breaks.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| }
|
| },
|
| "protocol": "rest",
|
| @@ -128,58 +128,9 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170305",
|
| + "revision": "20170325",
|
| "rootUrl": "https://searchconsole.googleapis.com/",
|
| "schemas": {
|
| - "ResourceIssue": {
|
| - "description": "Information about a resource with issue.",
|
| - "id": "ResourceIssue",
|
| - "properties": {
|
| - "blockedResource": {
|
| - "$ref": "BlockedResource",
|
| - "description": "Describes a blocked resource issue."
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "BlockedResource": {
|
| - "description": "Blocked resource.",
|
| - "id": "BlockedResource",
|
| - "properties": {
|
| - "url": {
|
| - "description": "URL of the blocked resource.",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "TestStatus": {
|
| - "description": "Final state of the test, including error details if necessary.",
|
| - "id": "TestStatus",
|
| - "properties": {
|
| - "status": {
|
| - "description": "Status of the test.",
|
| - "enum": [
|
| - "TEST_STATUS_UNSPECIFIED",
|
| - "COMPLETE",
|
| - "INTERNAL_ERROR",
|
| - "PAGE_UNREACHABLE"
|
| - ],
|
| - "enumDescriptions": [
|
| - "Internal error when running this test. Please try running the test again.",
|
| - "Inspection has completed without errors.",
|
| - "Inspection terminated in an error state. This indicates a problem in\nGoogle's infrastructure, not a user error. Please try again later.",
|
| - "Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected."
|
| - ],
|
| - "type": "string"
|
| - },
|
| - "details": {
|
| - "description": "Error details if applicable.",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| "RunMobileFriendlyTestRequest": {
|
| "description": "Mobile-friendly test request.",
|
| "id": "RunMobileFriendlyTestRequest",
|
| @@ -282,6 +233,55 @@
|
| }
|
| },
|
| "type": "object"
|
| + },
|
| + "ResourceIssue": {
|
| + "description": "Information about a resource with issue.",
|
| + "id": "ResourceIssue",
|
| + "properties": {
|
| + "blockedResource": {
|
| + "$ref": "BlockedResource",
|
| + "description": "Describes a blocked resource issue."
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "BlockedResource": {
|
| + "description": "Blocked resource.",
|
| + "id": "BlockedResource",
|
| + "properties": {
|
| + "url": {
|
| + "description": "URL of the blocked resource.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "TestStatus": {
|
| + "description": "Final state of the test, including error details if necessary.",
|
| + "id": "TestStatus",
|
| + "properties": {
|
| + "status": {
|
| + "description": "Status of the test.",
|
| + "enum": [
|
| + "TEST_STATUS_UNSPECIFIED",
|
| + "COMPLETE",
|
| + "INTERNAL_ERROR",
|
| + "PAGE_UNREACHABLE"
|
| + ],
|
| + "enumDescriptions": [
|
| + "Internal error when running this test. Please try running the test again.",
|
| + "Inspection has completed without errors.",
|
| + "Inspection terminated in an error state. This indicates a problem in\nGoogle's infrastructure, not a user error. Please try again later.",
|
| + "Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected."
|
| + ],
|
| + "type": "string"
|
| + },
|
| + "details": {
|
| + "description": "Error details if applicable.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| }
|
| },
|
| "servicePath": "",
|
|
|