| 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;
|
|
|