docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/androidmanagement_v1.enterprises.applications.html b/docs/dyn/androidmanagement_v1.enterprises.applications.html
index fe37d6a..df134fc 100644
--- a/docs/dyn/androidmanagement_v1.enterprises.applications.html
+++ b/docs/dyn/androidmanagement_v1.enterprises.applications.html
@@ -75,10 +75,18 @@
 <h1><a href="androidmanagement_v1.html">Android Management API</a> . <a href="androidmanagement_v1.enterprises.html">enterprises</a> . <a href="androidmanagement_v1.enterprises.applications.html">applications</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="#get">get(name, languageCode=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets info about an application.</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(name, languageCode=None, x__xgafv=None)</code>
   <pre>Gets info about an application.
 
@@ -94,27 +102,21 @@
   An object of the form:
 
     { # Information about an app.
+    &quot;title&quot;: &quot;A String&quot;, # The title of the app. Localized.
     &quot;name&quot;: &quot;A String&quot;, # The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}.
-    &quot;permissions&quot;: [ # The permissions required by the app.
-      { # A permission required by the app.
-        &quot;description&quot;: &quot;A String&quot;, # A longer description of the permission, providing more detail on what it affects. Localized.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the permission. Localized.
-        &quot;permissionId&quot;: &quot;A String&quot;, # An opaque string uniquely identifying the permission. Not localized.
-      },
-    ],
     &quot;managedProperties&quot;: [ # The set of managed properties available to be pre-configured for the app.
       { # Managed property.
-        &quot;key&quot;: &quot;A String&quot;, # The unique key that the app uses to identify the property, e.g. &quot;com.google.android.gm.fieldname&quot;.
         &quot;description&quot;: &quot;A String&quot;, # A longer description of the property, providing more detail of what it affects. Localized.
         &quot;defaultValue&quot;: &quot;&quot;, # The default value of the property. BUNDLE_ARRAY properties don&#x27;t have a default value.
-        &quot;title&quot;: &quot;A String&quot;, # The name of the property. Localized.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the property.
         &quot;entries&quot;: [ # For CHOICE or MULTISELECT properties, the list of possible entries.
           { # An entry of a managed property.
             &quot;name&quot;: &quot;A String&quot;, # The human-readable name of the value. Localized.
             &quot;value&quot;: &quot;A String&quot;, # The machine-readable value of the entry, which should be used in the configuration. Not localized.
           },
         ],
-        &quot;type&quot;: &quot;A String&quot;, # The type of the property.
+        &quot;title&quot;: &quot;A String&quot;, # The name of the property. Localized.
+        &quot;key&quot;: &quot;A String&quot;, # The unique key that the app uses to identify the property, e.g. &quot;com.google.android.gm.fieldname&quot;.
         &quot;nestedProperties&quot;: [ # For BUNDLE_ARRAY properties, the list of nested properties. A BUNDLE_ARRAY property is at most two levels deep.
           # Object with schema name: ManagedProperty
         ],
@@ -126,7 +128,13 @@
         &quot;trackAlias&quot;: &quot;A String&quot;, # The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console.
       },
     ],
-    &quot;title&quot;: &quot;A String&quot;, # The title of the app. Localized.
+    &quot;permissions&quot;: [ # The permissions required by the app.
+      { # A permission required by the app.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the permission. Localized.
+        &quot;description&quot;: &quot;A String&quot;, # A longer description of the permission, providing more detail on what it affects. Localized.
+        &quot;permissionId&quot;: &quot;A String&quot;, # An opaque string uniquely identifying the permission. Not localized.
+      },
+    ],
   }</pre>
 </div>