public class AndroidPublisher.Edits.Deobfuscationfiles extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
Constructor and Description |
---|
Deobfuscationfiles() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType)
Uploads the deobfuscation file of the specified APK.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads the deobfuscation file of the specified APK.
|
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".editId
- Unique identifier for this edit.apkVersionCode
- The version code of the APK whose deobfuscation file is being uploaded.deobfuscationFileType
- IOException
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
packageName
- Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".@param editId Unique identifier for this edit.@param apkVersionCode The version code of the APK whose deobfuscation file is being uploaded.@param deobfuscationFileTypemediaContent
- The media HTTP content or null
if none.IOException
- if the initialization of the request failsCopyright © 2011–2019 Google. All rights reserved.