docs: update generated docs (#981)

diff --git a/docs/dyn/androidpublisher_v3.edits.html b/docs/dyn/androidpublisher_v3.edits.html
index 5993e54..791de59 100644
--- a/docs/dyn/androidpublisher_v3.edits.html
+++ b/docs/dyn/androidpublisher_v3.edits.html
@@ -72,7 +72,7 @@
 
 </style>
 
-<h1><a href="androidpublisher_v3.html">Google Play Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a></h1>
+<h1><a href="androidpublisher_v3.html">Google Play Android Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="androidpublisher_v3.edits.apks.html">apks()</a></code>
@@ -120,103 +120,128 @@
 <p class="firstline">Returns the tracks Resource.</p>
 
 <p class="toc_element">
-  <code><a href="#commit">commit(packageName, editId)</a></code></p>
-<p class="firstline">Commits/applies the changes made in this edit back to the app.</p>
+  <code><a href="#commit">commit(packageName, editId, x__xgafv=None)</a></code></p>
+<p class="firstline">Commits an app edit.</p>
 <p class="toc_element">
-  <code><a href="#delete">delete(packageName, editId)</a></code></p>
-<p class="firstline">Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.</p>
+  <code><a href="#delete">delete(packageName, editId, x__xgafv=None)</a></code></p>
+<p class="firstline">Deletes an app edit.</p>
 <p class="toc_element">
-  <code><a href="#get">get(packageName, editId)</a></code></p>
-<p class="firstline">Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).</p>
+  <code><a href="#get">get(packageName, editId, x__xgafv=None)</a></code></p>
+<p class="firstline">Gets an app edit.</p>
 <p class="toc_element">
-  <code><a href="#insert">insert(packageName, body=None)</a></code></p>
-<p class="firstline">Creates a new edit for an app, populated with the app's current state.</p>
+  <code><a href="#insert">insert(packageName, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Creates a new edit for an app.</p>
 <p class="toc_element">
-  <code><a href="#validate">validate(packageName, editId)</a></code></p>
-<p class="firstline">Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.</p>
+  <code><a href="#validate">validate(packageName, editId, x__xgafv=None)</a></code></p>
+<p class="firstline">Validates an app edit.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="commit">commit(packageName, editId)</code>
-  <pre>Commits/applies the changes made in this edit back to the app.
+    <code class="details" id="commit">commit(packageName, editId, x__xgafv=None)</code>
+  <pre>Commits an app edit.
 
 Args:
-  packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
-  editId: string, Unique identifier for this edit. (required)
+  packageName: string, Package name of the app. (required)
+  editId: string, Identifier of the edit. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
-    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
-    &quot;id&quot;: &quot;A String&quot;, # The ID of the edit that can be used in subsequent API calls.
+    { # An app edit. The resource for EditsService.
+    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # Output only. The time (as seconds since Epoch) at which the edit will expire and
+        # will be no longer valid for use.
+    &quot;id&quot;: &quot;A String&quot;, # Output only. Identifier of the edit. Can be used in subsequent API calls.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="delete">delete(packageName, editId)</code>
-  <pre>Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
+    <code class="details" id="delete">delete(packageName, editId, x__xgafv=None)</code>
+  <pre>Deletes an app edit.
 
 Args:
-  packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
-  editId: string, Unique identifier for this edit. (required)
+  packageName: string, Package name of the app. (required)
+  editId: string, Identifier of the edit. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(packageName, editId)</code>
-  <pre>Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
+    <code class="details" id="get">get(packageName, editId, x__xgafv=None)</code>
+  <pre>Gets an app edit.
 
 Args:
-  packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
-  editId: string, Unique identifier for this edit. (required)
+  packageName: string, Package name of the app. (required)
+  editId: string, Identifier of the edit. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
-    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
-    &quot;id&quot;: &quot;A String&quot;, # The ID of the edit that can be used in subsequent API calls.
+    { # An app edit. The resource for EditsService.
+    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # Output only. The time (as seconds since Epoch) at which the edit will expire and
+        # will be no longer valid for use.
+    &quot;id&quot;: &quot;A String&quot;, # Output only. Identifier of the edit. Can be used in subsequent API calls.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="insert">insert(packageName, body=None)</code>
-  <pre>Creates a new edit for an app, populated with the app&#x27;s current state.
+    <code class="details" id="insert">insert(packageName, body=None, x__xgafv=None)</code>
+  <pre>Creates a new edit for an app.
 
 Args:
-  packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
+  packageName: string, Package name of the app. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
-  &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
-  &quot;id&quot;: &quot;A String&quot;, # The ID of the edit that can be used in subsequent API calls.
+{ # An app edit. The resource for EditsService.
+  &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # Output only. The time (as seconds since Epoch) at which the edit will expire and
+      # will be no longer valid for use.
+  &quot;id&quot;: &quot;A String&quot;, # Output only. Identifier of the edit. Can be used in subsequent API calls.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
-    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
-    &quot;id&quot;: &quot;A String&quot;, # The ID of the edit that can be used in subsequent API calls.
+    { # An app edit. The resource for EditsService.
+    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # Output only. The time (as seconds since Epoch) at which the edit will expire and
+        # will be no longer valid for use.
+    &quot;id&quot;: &quot;A String&quot;, # Output only. Identifier of the edit. Can be used in subsequent API calls.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="validate">validate(packageName, editId)</code>
-  <pre>Checks that the edit can be successfully committed. The edit&#x27;s changes are not applied to the live app.
+    <code class="details" id="validate">validate(packageName, editId, x__xgafv=None)</code>
+  <pre>Validates an app edit.
 
 Args:
-  packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
-  editId: string, Unique identifier for this edit. (required)
+  packageName: string, Package name of the app. (required)
+  editId: string, Identifier of the edit. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
-    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
-    &quot;id&quot;: &quot;A String&quot;, # The ID of the edit that can be used in subsequent API calls.
+    { # An app edit. The resource for EditsService.
+    &quot;expiryTimeSeconds&quot;: &quot;A String&quot;, # Output only. The time (as seconds since Epoch) at which the edit will expire and
+        # will be no longer valid for use.
+    &quot;id&quot;: &quot;A String&quot;, # Output only. Identifier of the edit. Can be used in subsequent API calls.
   }</pre>
 </div>