docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/calendar_v3.freebusy.html b/docs/dyn/calendar_v3.freebusy.html
index 41adbe9..0bd1fd3 100644
--- a/docs/dyn/calendar_v3.freebusy.html
+++ b/docs/dyn/calendar_v3.freebusy.html
@@ -75,10 +75,18 @@
 <h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.freebusy.html">freebusy</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="#query">query(body=None)</a></code></p>
 <p class="firstline">Returns free/busy information for a set of calendars.</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="query">query(body=None)</code>
   <pre>Returns free/busy information for a set of calendars.
 
@@ -87,16 +95,16 @@
     The object takes the form of:
 
 {
-    &quot;calendarExpansionMax&quot;: 42, # Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
-    &quot;timeMax&quot;: &quot;A String&quot;, # The end of the interval for the query formatted as per RFC3339.
     &quot;items&quot;: [ # List of calendars and/or groups to query.
       {
         &quot;id&quot;: &quot;A String&quot;, # The identifier of a calendar or a group.
       },
     ],
-    &quot;groupExpansionMax&quot;: 42, # Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.
     &quot;timeZone&quot;: &quot;UTC&quot;, # Time zone used in the response. Optional. The default is UTC.
+    &quot;timeMax&quot;: &quot;A String&quot;, # The end of the interval for the query formatted as per RFC3339.
+    &quot;groupExpansionMax&quot;: 42, # Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.
     &quot;timeMin&quot;: &quot;A String&quot;, # The start of the interval for the query formatted as per RFC3339.
+    &quot;calendarExpansionMax&quot;: 42, # Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
   }
 
 
@@ -124,7 +132,7 @@
         ],
       },
     },
-    &quot;kind&quot;: &quot;calendar#freeBusy&quot;, # Type of the resource (&quot;calendar#freeBusy&quot;).
+    &quot;timeMax&quot;: &quot;A String&quot;, # The end of the interval.
     &quot;groups&quot;: { # Expansion of groups.
       &quot;a_key&quot;: { # List of calendars that are members of this group.
         &quot;calendars&quot;: [ # List of calendars&#x27; identifiers within a group.
@@ -142,7 +150,7 @@
         ],
       },
     },
-    &quot;timeMax&quot;: &quot;A String&quot;, # The end of the interval.
+    &quot;kind&quot;: &quot;calendar#freeBusy&quot;, # Type of the resource (&quot;calendar#freeBusy&quot;).
     &quot;timeMin&quot;: &quot;A String&quot;, # The start of the interval.
   }</pre>
 </div>