docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/adsense_v1_4.customchannels.html b/docs/dyn/adsense_v1_4.customchannels.html
index e13feeb..b7c3dea 100644
--- a/docs/dyn/adsense_v1_4.customchannels.html
+++ b/docs/dyn/adsense_v1_4.customchannels.html
@@ -80,16 +80,24 @@
 <p class="firstline">Returns the adunits Resource.</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="#get">get(adClientId, customChannelId)</a></code></p>
 <p class="firstline">Get the specified custom channel from the specified ad client.</p>
 <p class="toc_element">
-  <code><a href="#list">list(adClientId, pageToken=None, maxResults=None)</a></code></p>
+  <code><a href="#list">list(adClientId, maxResults=None, pageToken=None)</a></code></p>
 <p class="firstline">List all custom channels in the specified ad client for this AdSense account.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</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(adClientId, customChannelId)</code>
   <pre>Get the specified custom channel from the specified ad client.
 
@@ -102,26 +110,26 @@
 
     {
     &quot;code&quot;: &quot;A String&quot;, # Code of this custom channel, not necessarily unique across ad clients.
+    &quot;name&quot;: &quot;A String&quot;, # Name of this custom channel.
     &quot;kind&quot;: &quot;adsense#customChannel&quot;, # Kind of resource this is, in this case adsense#customChannel.
     &quot;targetingInfo&quot;: { # The targeting information of this custom channel, if activated.
+      &quot;location&quot;: &quot;A String&quot;, # The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
       &quot;adsAppearOn&quot;: &quot;A String&quot;, # The name used to describe this channel externally.
       &quot;description&quot;: &quot;A String&quot;, # The external description of the channel.
-      &quot;location&quot;: &quot;A String&quot;, # The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
       &quot;siteLanguage&quot;: &quot;A String&quot;, # The language of the sites ads will be displayed on.
     },
     &quot;id&quot;: &quot;A String&quot;, # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
-    &quot;name&quot;: &quot;A String&quot;, # Name of this custom channel.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(adClientId, pageToken=None, maxResults=None)</code>
+    <code class="details" id="list">list(adClientId, maxResults=None, pageToken=None)</code>
   <pre>List all custom channels in the specified ad client for this AdSense account.
 
 Args:
   adClientId: string, Ad client for which to list custom channels. (required)
-  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of &quot;nextPageToken&quot; from the previous response.
   maxResults: integer, The maximum number of custom channels to include in the response, used for paging.
+  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of &quot;nextPageToken&quot; from the previous response.
 
 Returns:
   An object of the form:
@@ -130,20 +138,20 @@
     &quot;items&quot;: [ # The custom channels returned in this list response.
       {
         &quot;code&quot;: &quot;A String&quot;, # Code of this custom channel, not necessarily unique across ad clients.
+        &quot;name&quot;: &quot;A String&quot;, # Name of this custom channel.
         &quot;kind&quot;: &quot;adsense#customChannel&quot;, # Kind of resource this is, in this case adsense#customChannel.
         &quot;targetingInfo&quot;: { # The targeting information of this custom channel, if activated.
+          &quot;location&quot;: &quot;A String&quot;, # The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
           &quot;adsAppearOn&quot;: &quot;A String&quot;, # The name used to describe this channel externally.
           &quot;description&quot;: &quot;A String&quot;, # The external description of the channel.
-          &quot;location&quot;: &quot;A String&quot;, # The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
           &quot;siteLanguage&quot;: &quot;A String&quot;, # The language of the sites ads will be displayed on.
         },
         &quot;id&quot;: &quot;A String&quot;, # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
-        &quot;name&quot;: &quot;A String&quot;, # Name of this custom channel.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request&#x27;s &quot;pageToken&quot; value to this.
-    &quot;kind&quot;: &quot;adsense#customChannels&quot;, # Kind of list this is, in this case adsense#customChannels.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of this response for caching purposes.
+    &quot;kind&quot;: &quot;adsense#customChannels&quot;, # Kind of list this is, in this case adsense#customChannels.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request&#x27;s &quot;pageToken&quot; value to this.
   }</pre>
 </div>