docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/blogger_v2.pages.html b/docs/dyn/blogger_v2.pages.html
index 6238065..fca55a9 100644
--- a/docs/dyn/blogger_v2.pages.html
+++ b/docs/dyn/blogger_v2.pages.html
@@ -75,6 +75,9 @@
<h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.pages.html">pages</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(blogId, pageId, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a page by blog id and page id.</p>
<p class="toc_element">
@@ -82,6 +85,11 @@
<p class="firstline">Lists pages.</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(blogId, pageId, x__xgafv=None)</code>
<pre>Gets a page by blog id and page id.
@@ -97,27 +105,26 @@
An object of the form:
{
- "published": "A String", # RFC 3339 date-time when this Page was published.
+ "url": "A String", # The URL that this Page is displayed at.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
"blog": { # Data about the blog containing this Page.
"id": "A String", # The identifier of the blog containing this page.
},
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
"author": { # The author of this Page.
- "displayName": "A String", # The display name.
- "id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
+ "id": "A String", # The identifier of the creator.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
+ "displayName": "A String", # The display name.
},
"updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "etag": "A String", # Etag of the resource.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "url": "A String", # The URL that this Page is displayed at.
"id": "A String", # The identifier for this resource.
"selfLink": "A String", # The API REST URL to fetch this resource from.
+ "etag": "A String", # Etag of the resource.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
"content": "A String", # The body content of this Page, in HTML.
}</pre>
</div>
@@ -138,34 +145,33 @@
An object of the form:
{
+ "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
"kind": "A String", # The kind of this entity. Always blogger#pageList.
"items": [ # The list of Pages for a Blog.
{
- "published": "A String", # RFC 3339 date-time when this Page was published.
+ "url": "A String", # The URL that this Page is displayed at.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
"blog": { # Data about the blog containing this Page.
"id": "A String", # The identifier of the blog containing this page.
},
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
"author": { # The author of this Page.
- "displayName": "A String", # The display name.
- "id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
+ "id": "A String", # The identifier of the creator.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
+ "displayName": "A String", # The display name.
},
"updated": "A String", # RFC 3339 date-time when this Page was last updated.
- "kind": "A String", # The kind of this entity. Always blogger#page.
- "etag": "A String", # Etag of the resource.
- "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
- "url": "A String", # The URL that this Page is displayed at.
"id": "A String", # The identifier for this resource.
"selfLink": "A String", # The API REST URL to fetch this resource from.
+ "etag": "A String", # Etag of the resource.
+ "kind": "A String", # The kind of this entity. Always blogger#page.
"content": "A String", # The body content of this Page, in HTML.
},
],
- "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
"etag": "A String", # Etag of the response.
}</pre>
</div>