docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/playcustomapp_v1.accounts.customApps.html b/docs/dyn/playcustomapp_v1.accounts.customApps.html
index 09fc155..d2ffc4a 100644
--- a/docs/dyn/playcustomapp_v1.accounts.customApps.html
+++ b/docs/dyn/playcustomapp_v1.accounts.customApps.html
@@ -75,10 +75,18 @@
 <h1><a href="playcustomapp_v1.html">Google Play Custom App Publishing API</a> . <a href="playcustomapp_v1.accounts.html">accounts</a> . <a href="playcustomapp_v1.accounts.customApps.html">customApps</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="#create">create(account, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
 <p class="firstline">Creates a new custom app.</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="create">create(account, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
   <pre>Creates a new custom app.
 
@@ -88,10 +96,9 @@
     The object takes the form of:
 
 { # This resource represents a custom app.
-    &quot;packageName&quot;: &quot;A String&quot;, # Output only. Package name of the created Android app.
-        # Only present in the API response.
-    &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
     &quot;title&quot;: &quot;A String&quot;, # Title for the Android app.
+    &quot;packageName&quot;: &quot;A String&quot;, # Output only. Package name of the created Android app. Only present in the API response.
+    &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
   }
 
   x__xgafv: string, V1 error format.
@@ -105,10 +112,9 @@
   An object of the form:
 
     { # This resource represents a custom app.
-      &quot;packageName&quot;: &quot;A String&quot;, # Output only. Package name of the created Android app.
-          # Only present in the API response.
-      &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
       &quot;title&quot;: &quot;A String&quot;, # Title for the Android app.
+      &quot;packageName&quot;: &quot;A String&quot;, # Output only. Package name of the created Android app. Only present in the API response.
+      &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
     }</pre>
 </div>