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

Unified Diff: discovery/googleapis/acceleratedmobilepageurl__v1.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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 | « config.yaml ('k') | discovery/googleapis/adexchangebuyer__v1.3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/acceleratedmobilepageurl__v1.json
diff --git a/discovery/googleapis/acceleratedmobilepageurl__v1.json b/discovery/googleapis/acceleratedmobilepageurl__v1.json
index 387e2daae2d0c8bb416de90e91974c8bca025321..820e60c3877b83309a189a7c64b97318a265cde0 100644
--- a/discovery/googleapis/acceleratedmobilepageurl__v1.json
+++ b/discovery/googleapis/acceleratedmobilepageurl__v1.json
@@ -123,7 +123,7 @@
}
}
},
- "revision": "20160621",
+ "revision": "20160728",
"rootUrl": "https://acceleratedmobilepageurl.googleapis.com/",
"schemas": {
"AmpUrl": {
@@ -165,11 +165,11 @@
],
"enumDescriptions": [
"Not specified error.",
- "Indicates the requested URL is not found for some reason -- for example,\nwe receive an HTTP error code 404 when it is crawled.",
- "Indicates no AMP URL has been found in the HTML of the requested URL.",
+ "Indicates the requested URL is not found in the index, possibly because\nit's unable to be found, not able to be accessed by Googlebot, or some\nother error.",
+ "Indicates no AMP URL has been found that corresponds to the requested\nURL.",
"Indicates some kind of application error occurred at the server.\nClient advised to retry.",
- "Indicates the requested URL is a valid AMP URL.\nDEPRECATED: API no longer returns URL_IS_INVALID_AMP error code and will\nbe removed in API version 2. Instead of returning error, the requested\nURL is returned as an AMP URL in AmpUrl response.",
- "Indicates that the requested URL is an invalid AMP URL."
+ "DEPRECATED: Indicates the requested URL is a valid AMP URL. This is a\nnon-error state, should not be relied upon as a sign of success or\nfailure. It will be removed in future versions of the API.",
+ "Indicates that an AMP URL has been found that corresponds to the request\nURL, but it is not valid AMP HTML."
],
"type": "string"
},
@@ -197,7 +197,7 @@
"type": "string"
},
"urls": {
- "description": "List of URLs to look up for the paired AMP URLs.\nThe URLs are case-sensitive. Up to 10 URLs per lookup\n(see [Usage Limits](/amp/cache/reference/limits)).",
+ "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"
},
« 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