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

Unified Diff: generated/googleapis/lib/acceleratedmobilepageurl/v1.dart

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 | « generated/googleapis/README.md ('k') | generated/googleapis/lib/adexchangebuyer/v1_4.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/acceleratedmobilepageurl/v1.dart
diff --git a/generated/googleapis/lib/acceleratedmobilepageurl/v1.dart b/generated/googleapis/lib/acceleratedmobilepageurl/v1.dart
index 583af8f6a2c2aba402c7d074795c2f30aa09fe82..da55ac2457aceff7965bba3cbc6e7ed2c8873a2f 100644
--- a/generated/googleapis/lib/acceleratedmobilepageurl/v1.dart
+++ b/generated/googleapis/lib/acceleratedmobilepageurl/v1.dart
@@ -126,20 +126,23 @@ class AmpUrlError {
* The error code of an API call.
* Possible string values are:
* - "ERROR_CODE_UNSPECIFIED" : Not specified error.
- * - "INPUT_URL_NOT_FOUND" : Indicates the requested URL is not found for some
- * reason -- for example,
- * we receive an HTTP error code 404 when it is crawled.
- * - "NO_AMP_URL" : Indicates no AMP URL has been found in the HTML of the
- * requested URL.
+ * - "INPUT_URL_NOT_FOUND" : Indicates the requested URL is not found in the
+ * index, possibly because
+ * it's unable to be found, not able to be accessed by Googlebot, or some
+ * other error.
+ * - "NO_AMP_URL" : Indicates no AMP URL has been found that corresponds to
+ * the requested
+ * URL.
* - "APPLICATION_ERROR" : Indicates some kind of application error occurred
* at the server.
* Client advised to retry.
- * - "URL_IS_VALID_AMP" : Indicates the requested URL is a valid AMP URL.
- * DEPRECATED: API no longer returns URL_IS_INVALID_AMP error code and will
- * be removed in API version 2. Instead of returning error, the requested
- * URL is returned as an AMP URL in AmpUrl response.
- * - "URL_IS_INVALID_AMP" : Indicates that the requested URL is an invalid AMP
- * URL.
+ * - "URL_IS_VALID_AMP" : DEPRECATED: Indicates the requested URL is a valid
+ * AMP URL. This is a
+ * non-error state, should not be relied upon as a sign of success or
+ * failure. It will be removed in future versions of the API.
+ * - "URL_IS_INVALID_AMP" : Indicates that an AMP URL has been found that
+ * corresponds to the request
+ * URL, but it is not valid AMP HTML.
*/
core.String errorCode;
/** An optional descriptive error message. */
@@ -196,7 +199,7 @@ class BatchGetAmpUrlsRequest {
core.String lookupStrategy;
/**
* List of URLs to look up for the paired AMP URLs.
- * The URLs are case-sensitive. Up to 10 URLs per lookup
+ * The URLs are case-sensitive. Up to 50 URLs per lookup
* (see [Usage Limits](/amp/cache/reference/limits)).
*/
core.List<core.String> urls;
« no previous file with comments | « generated/googleapis/README.md ('k') | generated/googleapis/lib/adexchangebuyer/v1_4.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698