target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Deobfuscationfiles.html Maven / Gradle / Ivy
AndroidPublisher.Edits.Deobfuscationfiles (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Edits.Deobfuscationfiles
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Edits.Deobfuscationfiles
-
- Enclosing class:
- AndroidPublisher.Edits
public class AndroidPublisher.Edits.Deobfuscationfiles
extends Object
The "deobfuscationfiles" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Edits.Deobfuscationfiles.Upload
-
Constructor Summary
Constructors
Constructor and Description
Deobfuscationfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Edits.Deobfuscationfiles.Upload
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType)
Uploads a new deobfuscation file and attaches to the specified APK.
AndroidPublisher.Edits.Deobfuscationfiles.Upload
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a new deobfuscation file and attaches to the specified APK.
-
-
Method Detail
-
upload
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType)
throws IOException
Uploads a new deobfuscation file and attaches to the specified APK.
Create a request for the method "deobfuscationfiles.upload".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Unique identifier for the Android app.
editId
- Unique identifier for this edit.
apkVersionCode
- The version code of the APK whose Deobfuscation File is being uploaded.
deobfuscationFileType
- The type of the deobfuscation file.
- Returns:
- the request
- Throws:
IOException
-
upload
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
throws IOException
Uploads a new deobfuscation file and attaches to the specified APK.
Create a request for the method "deobfuscationfiles.upload".
This request holds the parameters needed by the the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
- Parameters:
packageName
- Unique identifier for the Android app.@param editId Unique identifier for this edit.@param apkVersionCode The version code of the APK whose Deobfuscation File is being uploaded.@param deobfuscationFileType The type of the deobfuscation file.
mediaContent
- The media HTTP content.
- Returns:
- the request
- Throws:
IOException
- if the initialization of the request fails
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy