docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 3784432..0dea726 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -75,16 +75,28 @@
<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.pageViews.html">pageViews</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, range=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets page views by blog 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(blogId, range=None, x__xgafv=None)</code>
<pre>Gets page views by blog id.
Args:
blogId: string, A parameter (required)
range: string, A parameter (repeated)
+ Allowed values
+ all -
+ 30DAYS -
+ 7DAYS -
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -95,13 +107,13 @@
{
"blogId": "A String", # Blog Id.
+ "kind": "A String", # The kind of this entry. Always blogger#page_views.
"counts": [ # The container of posts in this blog.
{
- "count": "A String", # Count of page views for the given time range.
"timeRange": "A String", # Time range the given count applies to.
+ "count": "A String", # Count of page views for the given time range.
},
],
- "kind": "A String", # The kind of this entry. Always blogger#page_views.
}</pre>
</div>