chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
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 52a4873..b59c0a7 100644
--- a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+++ b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
@@ -90,10 +90,10 @@
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.
@@ -105,18 +105,18 @@
An object of the form:
{ # Batch AMP URL response.
- "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.
- "ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
- "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.
- },
- ],
"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.
"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.
+ "originalUrl": "A String", # The original non-AMP URL.
+ "ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
},
],
}</pre>