docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index 22c6005..defaf31 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -75,6 +75,9 @@
 <h1><a href="dataflow_v1b3.html">Dataflow API</a> . <a href="dataflow_v1b3.projects.html">projects</a> . <a href="dataflow_v1b3.projects.jobs.html">jobs</a> . <a href="dataflow_v1b3.projects.jobs.debug.html">debug</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="#getConfig">getConfig(projectId, jobId, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Get encoded debug configuration for component. Not cacheable.</p>
 <p class="toc_element">
@@ -82,6 +85,11 @@
 <p class="firstline">Send encoded debug capture data for component.</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="getConfig">getConfig(projectId, jobId, body=None, x__xgafv=None)</code>
   <pre>Get encoded debug configuration for component. Not cacheable.
 
@@ -92,12 +100,9 @@
     The object takes the form of:
 
 { # Request to get updated debug configuration for component.
-    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint]
-        # (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
-        # contains the job specified by job_id.
-    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug configuration is
-        # requested.
+    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug configuration is requested.
     &quot;workerId&quot;: &quot;A String&quot;, # The worker id, i.e., VM hostname.
+    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
   }
 
   x__xgafv: string, V1 error format.
@@ -124,12 +129,10 @@
     The object takes the form of:
 
 { # Request to send encoded debug information.
-    &quot;data&quot;: &quot;A String&quot;, # The encoded debug information.
-    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint]
-        # (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
-        # contains the job specified by job_id.
-    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug information is sent.
     &quot;workerId&quot;: &quot;A String&quot;, # The worker id, i.e., VM hostname.
+    &quot;data&quot;: &quot;A String&quot;, # The encoded debug information.
+    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
+    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug information is sent.
   }
 
   x__xgafv: string, V1 error format.
@@ -140,8 +143,7 @@
 Returns:
   An object of the form:
 
-    { # Response to a send capture request.
-      # nothing
+    { # Response to a send capture request. nothing
   }</pre>
 </div>