Google Play Android Developer API . edits . deobfuscationfiles

Instance Methods

close()

Close httplib2 connections.

upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None, x__xgafv=None)

Uploads a new deobfuscation file and attaches to the specified APK.

Method Details

close()
Close httplib2 connections.
upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None, x__xgafv=None)
Uploads a new deobfuscation file and attaches to the specified APK.

Args:
  packageName: string, Unique identifier for the Android app. (required)
  editId: string, Unique identifier for this edit. (required)
  apkVersionCode: integer, The version code of the APK whose Deobfuscation File is being uploaded. (required)
  deobfuscationFileType: string, The type of the deobfuscation file. (required)
    Allowed values
      deobfuscationFileTypeUnspecified - Unspecified deobfuscation file type.
      proguard - Proguard deobfuscation file type.
      nativeCode - Native debugging symbols file type.
  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.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Responses for the upload.
  "deobfuscationFile": { # Represents a deobfuscation file. # The uploaded Deobfuscation File configuration.
    "symbolType": "A String", # The type of the deobfuscation file.
  },
}