chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
index b59c0a7..4d46c6f 100644
--- a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+++ b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
@@ -105,13 +105,6 @@
An object of the form:
{ # Batch AMP URL response.
- "urlErrors": [ # The errors for requested URLs that have no AMP URL.
- { # AMP URL Error resource for a requested URL that couldn't be found.
- "errorMessage": "A String", # An optional descriptive error message.
- "originalUrl": "A String", # The original non-AMP URL.
- "errorCode": "A String", # The error code of an API call.
- },
- ],
"ampUrls": [ # For each URL in BatchAmpUrlsRequest, the URL response. The response might not be in the same order as URLs in the batch request. If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only once.
{ # 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.
@@ -119,6 +112,13 @@
"ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
},
],
+ "urlErrors": [ # The errors for requested URLs that have no AMP URL.
+ { # AMP URL Error resource for a requested URL that couldn't be found.
+ "errorCode": "A String", # The error code of an API call.
+ "originalUrl": "A String", # The original non-AMP URL.
+ "errorMessage": "A String", # An optional descriptive error message.
+ },
+ ],
}</pre>
</div>