docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/blogger_v3.pages.html b/docs/dyn/blogger_v3.pages.html
index b50a9c6..c248f0f 100644
--- a/docs/dyn/blogger_v3.pages.html
+++ b/docs/dyn/blogger_v3.pages.html
@@ -75,6 +75,9 @@
<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.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="#delete">delete(blogId, pageId, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a page by blog id and page id.</p>
<p class="toc_element">
@@ -84,7 +87,7 @@
<code><a href="#insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</a></code></p>
<p class="firstline">Inserts a page.</p>
<p class="toc_element">
- <code><a href="#list">list(blogId, status=None, view=None, maxResults=None, fetchBodies=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists pages.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -103,6 +106,11 @@
<p class="firstline">Updates a page by blog id and page 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="delete">delete(blogId, pageId, x__xgafv=None)</code>
<pre>Deletes a page by blog id and page id.
@@ -124,6 +132,11 @@
blogId: string, A parameter (required)
pageId: string, A parameter (required)
view: string, A parameter
+ Allowed values
+ VIEW_TYPE_UNSPECIFIED -
+ READER -
+ AUTHOR -
+ ADMIN -
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -133,28 +146,27 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>
@@ -168,28 +180,27 @@
The object takes the form of:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}
isDraft: boolean, A parameter
@@ -202,42 +213,49 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(blogId, status=None, view=None, maxResults=None, fetchBodies=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</code>
<pre>Lists pages.
Args:
blogId: string, A parameter (required)
- status: string, A parameter (repeated)
- view: string, A parameter
- maxResults: integer, A parameter
fetchBodies: boolean, A parameter
+ view: string, A parameter
+ Allowed values
+ VIEW_TYPE_UNSPECIFIED -
+ READER -
+ AUTHOR -
+ ADMIN -
pageToken: string, A parameter
+ maxResults: integer, A parameter
+ status: string, A parameter (repeated)
+ Allowed values
+ LIVE -
+ DRAFT -
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -247,35 +265,34 @@
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.
+ "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+ "etag": "A String", # Etag of the response.
"items": [ # The list of Pages for a Blog.
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
},
],
- "etag": "A String", # Etag of the response.
}</pre>
</div>
@@ -304,28 +321,27 @@
The object takes the form of:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}
publish: boolean, A parameter
@@ -339,28 +355,27 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>
@@ -380,28 +395,27 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>
@@ -421,28 +435,27 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>
@@ -457,28 +470,27 @@
The object takes the form of:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}
revert: boolean, A parameter
@@ -492,28 +504,27 @@
An object of the form:
{
- "blog": { # Data about the blog containing this Page.
- "id": "A String", # The identifier of the blog containing this page.
- },
- "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.
- "title": "A String", # The title of this entity. This is the name displayed in the Admin user
- # interface.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "id": "A String", # The identifier for this resource.
+ "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+ "etag": "A String", # Etag of the resource.
"author": { # The author of this Page.
+ "url": "A String", # The URL of the creator's Profile page.
"id": "A String", # The identifier of the creator.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
"url": "A String", # The creator's avatar URL.
},
- "url": "A String", # The URL of the creator's Profile page.
},
- "published": "A String", # RFC 3339 date-time when this Page was published.
- "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+ "blog": { # Data about the blog containing this Page.
+ "id": "A String", # The identifier of the blog containing this page.
+ },
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"content": "A String", # The body content of this Page, in HTML.
- "etag": "A String", # Etag of the resource.
+ "url": "A String", # The URL that this Page is displayed at.
"kind": "A String", # The kind of this entity. Always blogger#page.
+ "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT).
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this Page was published.
}</pre>
</div>