docs: update generated docs (#981)
diff --git a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
index ef2b4f8..765a9b3 100644
--- a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+++ b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
@@ -88,12 +88,12 @@
The object takes the form of:
{ # AMP URL request for a batch of URLs.
+ "lookupStrategy": "A String", # The lookup_strategy being requested.
"urls": [ # List of URLs to look up for the paired AMP URLs.
# The URLs are case-sensitive. Up to 50 URLs per lookup
# (see [Usage Limits](/amp/cache/reference/limits)).
"A String",
],
- "lookupStrategy": "A String", # The lookup_strategy being requested.
}
x__xgafv: string, V1 error format.
@@ -112,15 +112,15 @@
{ # AMP URL response for a requested URL.
"cdnAmpUrl": "A String", # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to
# the cached document in the Google AMP Cache.
- "originalUrl": "A String", # The original non-AMP URL.
"ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
+ "originalUrl": "A String", # The original non-AMP URL.
},
],
"urlErrors": [ # The errors for requested URLs that have no AMP URL.
{ # AMP URL Error resource for a requested URL that couldn't be found.
+ "originalUrl": "A String", # The original non-AMP URL.
"errorMessage": "A String", # An optional descriptive error message.
"errorCode": "A String", # The error code of an API call.
- "originalUrl": "A String", # The original non-AMP URL.
},
],
}</pre>