docs: update generated docs (#981)

diff --git a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
index 5a57d02..c165469 100644
--- a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
+++ b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
@@ -72,32 +72,34 @@
 
 </style>
 
-<h1><a href="androidpublisher_v3.html">Google Play Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a> . <a href="androidpublisher_v3.edits.deobfuscationfiles.html">deobfuscationfiles</a></h1>
+<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.deobfuscationfiles.html">deobfuscationfiles</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">Uploads the deobfuscation file of the specified APK. If a deobfuscation or symbolication file already exists, it will be replaced. See https://developer.android.com/studio/build/shrink-code to learn more about deobfuscation files.</p>
+  <code><a href="#upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+<p class="firstline">Uploads a new deobfuscation file and attaches to the specified APK.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None)</code>
-  <pre>Uploads the deobfuscation file of the specified APK. If a deobfuscation or symbolication file already exists, it will be replaced. See https://developer.android.com/studio/build/shrink-code to learn more about deobfuscation files.
+    <code class="details" id="upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+  <pre>Uploads a new deobfuscation file and attaches to the specified APK.
 
 Args:
-  packageName: string, Unique identifier of the Android app for which the deobfuscation files are being uploaded; for example, &quot;com.spiffygame&quot;. (required)
+  packageName: string, Unique identifier for the Android app. (required)
   editId: string, Unique identifier for this edit. (required)
-  apkVersionCode: integer, The version code of the APK whose deobfuscation file is being uploaded. (required)
-  deobfuscationFileType: string, A parameter (required)
+  apkVersionCode: integer, The version code of the APK whose Deobfuscation File is being
+uploaded. (required)
+  deobfuscationFileType: string, The type of the deobfuscation file. (required)
+  x__xgafv: string, V1 error format.
     Allowed values
-      nativeCode - 
-      proguard - 
+      1 - v1 error format
+      2 - v2 error format
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
   media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
 
 Returns:
   An object of the form:
 
-    {
-    &quot;deobfuscationFile&quot;: { # Represents a deobfuscation file.
+    { # Responses for the upload.
+    &quot;deobfuscationFile&quot;: { # Represents a deobfuscation file. # The uploaded Deobfuscation File configuration.
       &quot;symbolType&quot;: &quot;A String&quot;, # The type of the deobfuscation file.
     },
   }</pre>