| Index: discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| diff --git a/discovery/googleapis/acceleratedmobilepageurl__v1.json b/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| index 7150e7cfff6f0ca26f1de58bf1bfa80ebb7752ed..c4a814179a14fe9faeaf2810bbd10289996e4b51 100644
|
| --- a/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| +++ b/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| @@ -2,7 +2,7 @@
|
| "basePath": "",
|
| "baseUrl": "https://acceleratedmobilepageurl.googleapis.com/",
|
| "batchPath": "batch",
|
| - "description": "Retrieves the list of AMP URL (and equivalent AMP Cache URL) for a given list of public URL(s).\n",
|
| + "description": "Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given list of public URL(s).\n",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/amp/cache/",
|
| "icons": {
|
| @@ -15,27 +15,6 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "quotaUser": {
|
| - "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "pp": {
|
| - "default": "true",
|
| - "description": "Pretty-print response.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| - "bearer_token": {
|
| - "description": "OAuth bearer token.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "oauth_token": {
|
| - "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",
|
| @@ -57,11 +36,6 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "callback": {
|
| - "description": "JSONP",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "$.xgafv": {
|
| "description": "V1 error format.",
|
| "enum": [
|
| @@ -75,6 +49,11 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| + "callback": {
|
| + "description": "JSONP",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "alt": {
|
| "default": "json",
|
| "description": "Data format for response.",
|
| @@ -91,13 +70,34 @@
|
| "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.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "access_token": {
|
| "description": "OAuth access 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.",
|
| + "quotaUser": {
|
| + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "pp": {
|
| + "default": "true",
|
| + "description": "Pretty-print response.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| + "bearer_token": {
|
| + "description": "OAuth bearer token.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "oauth_token": {
|
| + "description": "OAuth 2.0 token for the current user.",
|
| "location": "query",
|
| "type": "string"
|
| }
|
| @@ -123,24 +123,24 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170504",
|
| + "revision": "20170718",
|
| "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/",
|
| "schemas": {
|
| "BatchGetAmpUrlsResponse": {
|
| "description": "Batch AMP URL response.",
|
| "id": "BatchGetAmpUrlsResponse",
|
| "properties": {
|
| - "ampUrls": {
|
| - "description": "For each URL in BatchAmpUrlsRequest, the URL response. The response might\nnot be in the same order as URLs in the batch request.\nIf BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated\nonly once.",
|
| + "urlErrors": {
|
| + "description": "The errors for requested URLs that have no AMP URL.",
|
| "items": {
|
| - "$ref": "AmpUrl"
|
| + "$ref": "AmpUrlError"
|
| },
|
| "type": "array"
|
| },
|
| - "urlErrors": {
|
| - "description": "The errors for requested URLs that have no AMP URL.",
|
| + "ampUrls": {
|
| + "description": "For each URL in BatchAmpUrlsRequest, the URL response. The response might\nnot be in the same order as URLs in the batch request.\nIf BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated\nonly once.",
|
| "items": {
|
| - "$ref": "AmpUrlError"
|
| + "$ref": "AmpUrl"
|
| },
|
| "type": "array"
|
| }
|
| @@ -155,13 +155,13 @@
|
| "description": "The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to\nthe cached document in the Google AMP Cache.",
|
| "type": "string"
|
| },
|
| - "originalUrl": {
|
| - "description": "The original non-AMP URL.",
|
| - "type": "string"
|
| - },
|
| "ampUrl": {
|
| "description": "The AMP URL pointing to the publisher's web server.",
|
| "type": "string"
|
| + },
|
| + "originalUrl": {
|
| + "description": "The original non-AMP URL.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -170,6 +170,10 @@
|
| "description": "AMP URL Error resource for a requested URL that couldn't be found.",
|
| "id": "AmpUrlError",
|
| "properties": {
|
| + "originalUrl": {
|
| + "description": "The original non-AMP URL.",
|
| + "type": "string"
|
| + },
|
| "errorMessage": {
|
| "description": "An optional descriptive error message.",
|
| "type": "string"
|
| @@ -193,10 +197,6 @@
|
| "Indicates that an AMP URL has been found that corresponds to the request\nURL, but it is not valid AMP HTML."
|
| ],
|
| "type": "string"
|
| - },
|
| - "originalUrl": {
|
| - "description": "The original non-AMP URL.",
|
| - "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -205,6 +205,13 @@
|
| "description": "AMP URL request for a batch of URLs.",
|
| "id": "BatchGetAmpUrlsRequest",
|
| "properties": {
|
| + "urls": {
|
| + "description": "List of URLs to look up for the paired AMP URLs.\nThe URLs are case-sensitive. Up to 50 URLs per lookup\n(see [Usage Limits](/amp/cache/reference/limits)).",
|
| + "items": {
|
| + "type": "string"
|
| + },
|
| + "type": "array"
|
| + },
|
| "lookupStrategy": {
|
| "description": "The lookup_strategy being requested.",
|
| "enum": [
|
| @@ -216,13 +223,6 @@
|
| "IN_INDEX_DOC strategy skips fetching live documents of URL(s) not found\nin index. For applications which need low latency use of IN_INDEX_DOC\nstrategy is recommended."
|
| ],
|
| "type": "string"
|
| - },
|
| - "urls": {
|
| - "description": "List of URLs to look up for the paired AMP URLs.\nThe URLs are case-sensitive. Up to 50 URLs per lookup\n(see [Usage Limits](/amp/cache/reference/limits)).",
|
| - "items": {
|
| - "type": "string"
|
| - },
|
| - "type": "array"
|
| }
|
| },
|
| "type": "object"
|
|
|