docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/blogger_v3.comments.html b/docs/dyn/blogger_v3.comments.html
index 7f27aa5..7b11fb8 100644
--- a/docs/dyn/blogger_v3.comments.html
+++ b/docs/dyn/blogger_v3.comments.html
@@ -78,16 +78,19 @@
<code><a href="#approve">approve(blogId, postId, commentId, x__xgafv=None)</a></code></p>
<p class="firstline">Marks a comment as not spam by blog id, post id and comment id.</p>
<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, postId, commentId, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a comment by blog id, post id and comment id.</p>
<p class="toc_element">
<code><a href="#get">get(blogId, postId, commentId, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a comment by id.</p>
<p class="toc_element">
- <code><a href="#list">list(blogId, postId, view=None, status=None, pageToken=None, endDate=None, maxResults=None, startDate=None, fetchBodies=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(blogId, postId, fetchBodies=None, endDate=None, pageToken=None, view=None, status=None, maxResults=None, startDate=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists comments.</p>
<p class="toc_element">
- <code><a href="#listByBlog">listByBlog(blogId, startDate=None, pageToken=None, status=None, endDate=None, maxResults=None, fetchBodies=None, x__xgafv=None)</a></code></p>
+ <code><a href="#listByBlog">listByBlog(blogId, pageToken=None, startDate=None, maxResults=None, fetchBodies=None, status=None, endDate=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists comments by blog.</p>
<p class="toc_element">
<code><a href="#listByBlog_next">listByBlog_next(previous_request, previous_response)</a></code></p>
@@ -119,22 +122,6 @@
An object of the form:
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -143,10 +130,31 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
}</pre>
</div>
<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, postId, commentId, x__xgafv=None)</code>
<pre>Deletes a comment by blog id, post id and comment id.
@@ -170,6 +178,11 @@
postId: string, A parameter (required)
commentId: 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
@@ -179,22 +192,6 @@
An object of the form:
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -203,23 +200,49 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(blogId, postId, view=None, status=None, pageToken=None, endDate=None, maxResults=None, startDate=None, fetchBodies=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(blogId, postId, fetchBodies=None, endDate=None, pageToken=None, view=None, status=None, maxResults=None, startDate=None, x__xgafv=None)</code>
<pre>Lists comments.
Args:
blogId: string, A parameter (required)
postId: string, A parameter (required)
- view: string, A parameter
- status: string, A parameter
- pageToken: string, A parameter
+ fetchBodies: boolean, A parameter
endDate: string, A parameter
+ pageToken: string, A parameter
+ view: string, A parameter
+ Allowed values
+ VIEW_TYPE_UNSPECIFIED -
+ READER -
+ AUTHOR -
+ ADMIN -
+ status: string, A parameter
+ Allowed values
+ LIVE -
+ EMPTIED -
+ PENDING -
+ SPAM -
maxResults: integer, A parameter
startDate: string, A parameter
- fetchBodies: boolean, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -229,27 +252,8 @@
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 entry. Always blogger#commentList.
- "etag": "A String", # Etag of the response.
"items": [ # The List of Comments for a Post.
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -258,24 +262,48 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
},
],
+ "kind": "A String", # The kind of this entry. Always blogger#commentList.
+ "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+ "etag": "A String", # Etag of the response.
"prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists.
}</pre>
</div>
<div class="method">
- <code class="details" id="listByBlog">listByBlog(blogId, startDate=None, pageToken=None, status=None, endDate=None, maxResults=None, fetchBodies=None, x__xgafv=None)</code>
+ <code class="details" id="listByBlog">listByBlog(blogId, pageToken=None, startDate=None, maxResults=None, fetchBodies=None, status=None, endDate=None, x__xgafv=None)</code>
<pre>Lists comments by blog.
Args:
blogId: string, A parameter (required)
- startDate: string, A parameter
pageToken: string, A parameter
- status: string, A parameter (repeated)
- endDate: string, A parameter
+ startDate: string, A parameter
maxResults: integer, A parameter
fetchBodies: boolean, A parameter
+ status: string, A parameter (repeated)
+ Allowed values
+ LIVE -
+ EMPTIED -
+ PENDING -
+ SPAM -
+ endDate: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -285,27 +313,8 @@
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 entry. Always blogger#commentList.
- "etag": "A String", # Etag of the response.
"items": [ # The List of Comments for a Post.
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -314,8 +323,27 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
},
],
+ "kind": "A String", # The kind of this entry. Always blogger#commentList.
+ "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+ "etag": "A String", # Etag of the response.
"prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists.
}</pre>
</div>
@@ -365,22 +393,6 @@
An object of the form:
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -389,6 +401,22 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
}</pre>
</div>
@@ -409,22 +437,6 @@
An object of the form:
{
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "status": "A String", # The status of the comment (only populated for admin users).
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "published": "A String", # RFC 3339 date-time when this comment was published.
"author": { # The author of this Comment.
"displayName": "A String", # The display name.
"image": { # The creator's avatar.
@@ -433,6 +445,22 @@
"id": "A String", # The identifier of the creator.
"url": "A String", # The URL of the creator's Profile page.
},
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "id": "A String", # The identifier for this resource.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
}</pre>
</div>