docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index 687787a..729ab73 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -75,28 +75,45 @@
 <h1><a href="androidpublisher_v3.html">Google Play Android Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a> . <a href="androidpublisher_v3.edits.images.html">images</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="#delete">delete(packageName, editId, language, imageType, imageId, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes the image (specified by id) from the edit.</p>
 <p class="toc_element">
   <code><a href="#deleteall">deleteall(packageName, editId, language, imageType, x__xgafv=None)</a></code></p>
-<p class="firstline">Deletes all images for the specified language and image type.</p>
+<p class="firstline">Deletes all images for the specified language and image type. Returns an empty response if no images are found.</p>
 <p class="toc_element">
   <code><a href="#list">list(packageName, editId, language, imageType, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all images. The response may be empty.</p>
 <p class="toc_element">
   <code><a href="#upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">Uploads an image of the specified language and image type, and adds to the</p>
+<p class="firstline">Uploads an image of the specified language and image type, and adds to the edit.</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="delete">delete(packageName, editId, language, imageType, imageId, x__xgafv=None)</code>
   <pre>Deletes the image (specified by id) from the edit.
 
 Args:
   packageName: string, Package name of the app. (required)
   editId: string, Identifier of the edit. (required)
-  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-for Austrian German). (required)
+  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). (required)
   imageType: string, Type of the Image. (required)
+    Allowed values
+      appImageTypeUnspecified - Unspecified type. Do not use.
+      phoneScreenshots - Phone screenshot.
+      sevenInchScreenshots - Seven inch screenshot.
+      tenInchScreenshots - Ten inch screenshot.
+      tvScreenshots - TV screenshot.
+      wearScreenshots - Wear screenshot.
+      icon - Icon.
+      featureGraphic - Feature graphic.
+      tvBanner - TV banner.
   imageId: string, Unique identifier an image within the set of images attached to this edit. (required)
   x__xgafv: string, V1 error format.
     Allowed values
@@ -107,17 +124,23 @@
 
 <div class="method">
     <code class="details" id="deleteall">deleteall(packageName, editId, language, imageType, x__xgafv=None)</code>
-  <pre>Deletes all images for the specified language and image type.
-Returns an empty response if no images are found.
+  <pre>Deletes all images for the specified language and image type. Returns an empty response if no images are found.
 
 Args:
   packageName: string, Package name of the app. (required)
   editId: string, Identifier of the edit. (required)
-  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-for Austrian German).
-Providing a language that is not supported by the App is a no-op. (required)
-  imageType: string, Type of the Image.
-Providing an image type that refers to no images is a no-op. (required)
+  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). Providing a language that is not supported by the App is a no-op. (required)
+  imageType: string, Type of the Image. Providing an image type that refers to no images is a no-op. (required)
+    Allowed values
+      appImageTypeUnspecified - Unspecified type. Do not use.
+      phoneScreenshots - Phone screenshot.
+      sevenInchScreenshots - Seven inch screenshot.
+      tenInchScreenshots - Ten inch screenshot.
+      tvScreenshots - TV screenshot.
+      wearScreenshots - Wear screenshot.
+      icon - Icon.
+      featureGraphic - Feature graphic.
+      tvBanner - TV banner.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -130,9 +153,9 @@
     &quot;deleted&quot;: [ # The deleted images.
       { # An uploaded image. The resource for ImagesService.
         &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
         &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
         &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
       },
     ],
   }</pre>
@@ -145,11 +168,18 @@
 Args:
   packageName: string, Package name of the app. (required)
   editId: string, Identifier of the edit. (required)
-  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-for Austrian German).
-There must be a store listing for the specified language. (required)
-  imageType: string, Type of the Image. Providing an image type that refers to no images will
-return an empty response. (required)
+  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). There must be a store listing for the specified language. (required)
+  imageType: string, Type of the Image. Providing an image type that refers to no images will return an empty response. (required)
+    Allowed values
+      appImageTypeUnspecified - Unspecified type. Do not use.
+      phoneScreenshots - Phone screenshot.
+      sevenInchScreenshots - Seven inch screenshot.
+      tenInchScreenshots - Ten inch screenshot.
+      tvScreenshots - TV screenshot.
+      wearScreenshots - Wear screenshot.
+      icon - Icon.
+      featureGraphic - Feature graphic.
+      tvBanner - TV banner.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -162,9 +192,9 @@
     &quot;images&quot;: [ # All listed Images.
       { # An uploaded image. The resource for ImagesService.
         &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
         &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
         &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
       },
     ],
   }</pre>
@@ -172,16 +202,23 @@
 
 <div class="method">
     <code class="details" id="upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
-  <pre>Uploads an image of the specified language and image type, and adds to the
-edit.
+  <pre>Uploads an image of the specified language and image type, and adds to the edit.
 
 Args:
   packageName: string, Package name of the app. (required)
   editId: string, Identifier of the edit. (required)
-  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-for Austrian German).
-Providing a language that is not supported by the App is a no-op. (required)
+  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). Providing a language that is not supported by the App is a no-op. (required)
   imageType: string, Type of the Image. (required)
+    Allowed values
+      appImageTypeUnspecified - Unspecified type. Do not use.
+      phoneScreenshots - Phone screenshot.
+      sevenInchScreenshots - Seven inch screenshot.
+      tenInchScreenshots - Ten inch screenshot.
+      tvScreenshots - TV screenshot.
+      wearScreenshots - Wear screenshot.
+      icon - Icon.
+      featureGraphic - Feature graphic.
+      tvBanner - TV banner.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -195,9 +232,9 @@
     { # Response for uploading an image.
     &quot;image&quot;: { # An uploaded image. The resource for ImagesService. # The uploaded image.
       &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
       &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
       &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
     },
   }</pre>
 </div>