docs: update generated docs (#981)
diff --git a/docs/dyn/androidpublisher_v3.edits.apks.html b/docs/dyn/androidpublisher_v3.edits.apks.html
index c0ad6bc..c226aca 100644
--- a/docs/dyn/androidpublisher_v3.edits.apks.html
+++ b/docs/dyn/androidpublisher_v3.edits.apks.html
@@ -72,147 +72,172 @@
</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.apks.html">apks</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.apks.html">apks</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#addexternallyhosted">addexternallyhosted(packageName, editId, body=None)</a></code></p>
-<p class="firstline">Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.</p>
+ <code><a href="#addexternallyhosted">addexternallyhosted(packageName, editId, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Creates a new APK without uploading the APK itself to Google Play, instead</p>
<p class="toc_element">
- <code><a href="#list">list(packageName, editId)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+ <code><a href="#list">list(packageName, editId, x__xgafv=None)</a></code></p>
+<p class="firstline">Lists all current APKs of the app and edit.</p>
<p class="toc_element">
- <code><a href="#upload">upload(packageName, editId, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+ <code><a href="#upload">upload(packageName, editId, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+<p class="firstline">Uploads an APK and adds to the current edit.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="addexternallyhosted">addexternallyhosted(packageName, editId, body=None)</code>
- <pre>Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.
+ <code class="details" id="addexternallyhosted">addexternallyhosted(packageName, editId, body=None, x__xgafv=None)</code>
+ <pre>Creates a new APK without uploading the APK itself to Google Play, instead
+hosting the APK at a specified URL. This function is only available to
+organizations using Managed Play whose application is configured to
+restrict distribution to the organizations.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
- editId: string, Unique identifier for this edit. (required)
+ packageName: string, Package name of the app. (required)
+ editId: string, Identifier of the edit. (required)
body: object, The request body.
The object takes the form of:
-{
- "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel # The definition of the externally-hosted APK and where it is located.
- "applicationLabel": "A String", # The application label.
- "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to signed this APK, represented as a base64 encoded byte array.
+{ # Request to create a new externally hosted APK.
+ "externallyHostedApk": { # Defines an APK available for this application that is hosted externally # The definition of the externally-hosted APK and where it is located.
+ # and not uploaded to Google Play.
+ # This function is only available to organizations using Managed Play whose
+ # application is configured to restrict distribution to the organizations.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used)
+ # used to sign this APK, represented as a base64 encoded byte array.
"A String",
],
"externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
- "fileSha1Base64": "A String", # The SHA1 checksum of this APK, represented as a base64 encoded byte array.
- "fileSha256Base64": "A String", # The SHA256 checksum of this APK, represented as a base64 encoded byte array.
- "fileSize": "A String", # The file size in bytes of this APK.
+ "versionName": "A String", # The version name of this APK.
+ "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte
+ # array.
"iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
"maximumSdk": 42, # The maximum SDK supported by this APK (optional).
- "minimumSdk": 42, # The minimum SDK targeted by this APK.
- "nativeCodes": [ # The native code environments supported by this APK (optional).
- "A String",
- ],
- "packageName": "A String", # The package name.
"usesFeatures": [ # The features required by this APK (optional).
"A String",
],
"usesPermissions": [ # The permissions requested by this APK.
{ # A permission used by this APK.
- "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
"name": "A String", # The name of the permission requested.
+ "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is
+ # required.
},
],
+ "fileSize": "A String", # The file size in bytes of this APK.
+ "packageName": "A String", # The package name.
+ "applicationLabel": "A String", # The application label.
+ "nativeCodes": [ # The native code environments supported by this APK (optional).
+ "A String",
+ ],
"versionCode": 42, # The version code of this APK.
- "versionName": "A String", # The version name of this APK.
+ "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte
+ # array.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
},
}
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
- {
- "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel # The definition of the externally-hosted APK and where it is located.
- "applicationLabel": "A String", # The application label.
- "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to signed this APK, represented as a base64 encoded byte array.
+ { # Response for creating a new externally hosted APK.
+ "externallyHostedApk": { # Defines an APK available for this application that is hosted externally # The definition of the externally-hosted APK and where it is located.
+ # and not uploaded to Google Play.
+ # This function is only available to organizations using Managed Play whose
+ # application is configured to restrict distribution to the organizations.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used)
+ # used to sign this APK, represented as a base64 encoded byte array.
"A String",
],
"externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
- "fileSha1Base64": "A String", # The SHA1 checksum of this APK, represented as a base64 encoded byte array.
- "fileSha256Base64": "A String", # The SHA256 checksum of this APK, represented as a base64 encoded byte array.
- "fileSize": "A String", # The file size in bytes of this APK.
+ "versionName": "A String", # The version name of this APK.
+ "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte
+ # array.
"iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
"maximumSdk": 42, # The maximum SDK supported by this APK (optional).
- "minimumSdk": 42, # The minimum SDK targeted by this APK.
- "nativeCodes": [ # The native code environments supported by this APK (optional).
- "A String",
- ],
- "packageName": "A String", # The package name.
"usesFeatures": [ # The features required by this APK (optional).
"A String",
],
"usesPermissions": [ # The permissions requested by this APK.
{ # A permission used by this APK.
- "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
"name": "A String", # The name of the permission requested.
+ "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is
+ # required.
},
],
+ "fileSize": "A String", # The file size in bytes of this APK.
+ "packageName": "A String", # The package name.
+ "applicationLabel": "A String", # The application label.
+ "nativeCodes": [ # The native code environments supported by this APK (optional).
+ "A String",
+ ],
"versionCode": 42, # The version code of this APK.
- "versionName": "A String", # The version name of this APK.
+ "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte
+ # array.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
},
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(packageName, editId)</code>
- <pre>A description of how to use this function
+ <code class="details" id="list">list(packageName, editId, x__xgafv=None)</code>
+ <pre>Lists all current APKs of the app and edit.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (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:
- {
- "apks": [
- {
+ { # Response listing all APKs.
+ "kind": "A String", # The kind of this response ("androidpublisher#apksListResponse").
+ "apks": [ # All APKs.
+ { # Information about an APK. The resource for ApksService.
+ "versionCode": 42, # The version code of the APK, as specified in the manifest file.
"binary": { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
- "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
- "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
+ "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the
+ # output of the sha1sum command.
+ "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching
+ # the output of the sha256sum command.
},
- "testBinary": { # Represents the binary payload of an APK.
- "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
- "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
- },
- "versionCode": 42, # The version code of the APK, as specified in the APK's manifest file.
},
],
- "kind": "androidpublisher#apksListResponse", # Identifies what kind of resource this is. Value: the fixed string "androidpublisher#apksListResponse".
}</pre>
</div>
<div class="method">
- <code class="details" id="upload">upload(packageName, editId, media_body=None, media_mime_type=None)</code>
- <pre>A description of how to use this function
+ <code class="details" id="upload">upload(packageName, editId, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+ <pre>Uploads an APK and adds to the current edit.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (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
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:
- {
+ { # Information about an APK. The resource for ApksService.
+ "versionCode": 42, # The version code of the APK, as specified in the manifest file.
"binary": { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
- "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
- "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
+ "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the
+ # output of the sha1sum command.
+ "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching
+ # the output of the sha256sum command.
},
- "testBinary": { # Represents the binary payload of an APK.
- "sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
- "sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
- },
- "versionCode": 42, # The version code of the APK, as specified in the APK's manifest file.
}</pre>
</div>