docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/books_v1.notification.html b/docs/dyn/books_v1.notification.html
index 0b40143..79530f6 100644
--- a/docs/dyn/books_v1.notification.html
+++ b/docs/dyn/books_v1.notification.html
@@ -75,10 +75,18 @@
<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.notification.html">notification</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#get">get(source=None, locale=None, notification_id=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns notification details for a given notification id.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="get">get(source=None, locale=None, notification_id=None, x__xgafv=None)</code>
<pre>Returns notification details for a given notification id.
@@ -95,24 +103,24 @@
An object of the form:
{
+ "doc_type": "A String",
+ "iconUrl": "A String",
+ "kind": "A String", # Resource type.
+ "notificationGroup": "A String",
+ "doc_id": "A String",
"pcampaign_id": "A String",
+ "title": "A String",
"crmExperimentIds": [ # The list of crm experiment ids.
"A String",
],
+ "timeToExpireMs": "A String",
+ "reason": "A String",
"dont_show_notification": True or False,
"is_document_mature": True or False,
+ "body": "A String",
"show_notification_settings_action": True or False,
"notification_type": "A String",
"targetUrl": "A String",
- "doc_type": "A String",
- "title": "A String",
- "timeToExpireMs": "A String",
- "body": "A String",
- "doc_id": "A String",
- "reason": "A String",
- "notificationGroup": "A String",
- "iconUrl": "A String",
- "kind": "A String", # Resource type.
}</pre>
</div>