All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.
    • Constructor Detail

      • Deobfuscationfiles

        public Deobfuscationfiles()
    • 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