docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
index c165469..58b0931 100644
--- a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
+++ b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
@@ -75,19 +75,30 @@
<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="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<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="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<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 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)
+ apkVersionCode: integer, The version code of the APK whose Deobfuscation File is being uploaded. (required)
deobfuscationFileType: string, The type of the deobfuscation file. (required)
+ Allowed values
+ deobfuscationFileTypeUnspecified - Unspecified deobfuscation file type.
+ proguard - Proguard deobfuscation file type.
+ nativeCode - Native debugging symbols file type.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format