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,
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, 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–2020 Google. All rights reserved.