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/books_v1.series.html b/docs/dyn/books_v1.series.html
index 3c54641..ab7ac2c 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -106,36 +106,36 @@
An object of the form:
{
+ "kind": "A String", # Resource type.
"series": [
{
- "seriesId": "A String",
- "title": "A String",
+ "seriesFormatType": "A String",
+ "bannerImageUrl": "A String",
"seriesSubscriptionReleaseInfo": {
"nextReleaseInfo": {
"currencyCode": "A String",
- "amountInMicros": 3.14,
"releaseTime": "A String",
"releaseNumber": "A String",
+ "amountInMicros": 3.14,
},
- "cancelTime": "A String",
- "seriesSubscriptionType": "A String",
"currentReleaseInfo": {
"currencyCode": "A String",
"releaseTime": "A String",
- "amountInMicros": 3.14,
"releaseNumber": "A String",
+ "amountInMicros": 3.14,
},
+ "cancelTime": "A String",
+ "seriesSubscriptionType": "A String",
},
- "seriesFormatType": "A String",
- "seriesType": "A String",
- "bannerImageUrl": "A String",
- "imageUrl": "A String",
- "eligibleForSubscription": True or False,
- "subscriptionId": "A String",
"isComplete": True or False,
+ "title": "A String",
+ "seriesType": "A String",
+ "seriesId": "A String",
+ "subscriptionId": "A String",
+ "eligibleForSubscription": True or False,
+ "imageUrl": "A String",
},
],
- "kind": "A String", # Resource type.
}</pre>
</div>