docs: update generated docs (#981)

diff --git a/docs/dyn/androidenterprise_v1.permissions.html b/docs/dyn/androidenterprise_v1.permissions.html
index 91fe51a..8c500ed 100644
--- a/docs/dyn/androidenterprise_v1.permissions.html
+++ b/docs/dyn/androidenterprise_v1.permissions.html
@@ -75,27 +75,38 @@
 <h1><a href="androidenterprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.permissions.html">permissions</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#get">get(permissionId, language=None)</a></code></p>
-<p class="firstline">Retrieves details of an Android app permission for display to an enterprise admin.</p>
+  <code><a href="#get">get(permissionId, language=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Retrieves details of an Android app permission for display to an enterprise</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="get">get(permissionId, language=None)</code>
-  <pre>Retrieves details of an Android app permission for display to an enterprise admin.
+    <code class="details" id="get">get(permissionId, language=None, x__xgafv=None)</code>
+  <pre>Retrieves details of an Android app permission for display to an enterprise
+admin.
 
 Args:
   permissionId: string, The ID of the permission. (required)
   language: string, The BCP47 tag for the user&#x27;s preferred language (e.g. &quot;en-US&quot;, &quot;de&quot;)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created.
+    { # A Permissions resource represents some extra capability, to be granted to an
+      # Android app, which requires explicit consent. An enterprise admin must
+      # consent to these permissions on behalf of their users before an
+      # entitlement for the app can be created.
       #
-      # The permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.
-    &quot;description&quot;: &quot;A String&quot;, # A longer description of the Permissions resource, giving more details of what it affects.
-    &quot;kind&quot;: &quot;androidenterprise#permission&quot;,
-    &quot;name&quot;: &quot;A String&quot;, # The name of the permission.
+      # The permissions collection is read-only. The information provided for
+      # each permission (localized name and description) is intended to be
+      # used in the MDM user interface when obtaining consent from the
+      # enterprise.
     &quot;permissionId&quot;: &quot;A String&quot;, # An opaque string uniquely identifying the permission.
+    &quot;name&quot;: &quot;A String&quot;, # The name of the permission.
+    &quot;description&quot;: &quot;A String&quot;, # A longer description of the Permissions resource, giving more details of
+        # what it affects.
   }</pre>
 </div>