Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: discovery/googleapis/androidpublisher__v2.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/androidenterprise__v1.json ('k') | discovery/googleapis/appengine__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/androidpublisher__v2.json
diff --git a/discovery/googleapis/androidpublisher__v2.json b/discovery/googleapis/androidpublisher__v2.json
index 81f5d10d24ffa973663c32d4cf6c66cb41fb7955..81770dfa2220713f0b17dc1cc08db30b058c3c95 100644
--- a/discovery/googleapis/androidpublisher__v2.json
+++ b/discovery/googleapis/androidpublisher__v2.json
@@ -15,7 +15,7 @@
"description": "Lets Android application developers access their Google Play accounts.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/android-publisher",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/UDk0LqlPPxkx5NU81sNZcbwgkD4\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/lK1rSeSt4REctli37J8Co4N4a5s\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
@@ -592,6 +592,77 @@
}
}
},
+ "deobfuscationfiles": {
+ "methods": {
+ "upload": {
+ "description": "Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.",
+ "httpMethod": "POST",
+ "id": "androidpublisher.edits.deobfuscationfiles.upload",
+ "mediaUpload": {
+ "accept": [
+ "application/octet-stream"
+ ],
+ "maxSize": "300MB",
+ "protocols": {
+ "resumable": {
+ "multipart": true,
+ "path": "/resumable/upload/androidpublisher/v2/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}"
+ },
+ "simple": {
+ "multipart": true,
+ "path": "/upload/androidpublisher/v2/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}"
+ }
+ }
+ },
+ "parameterOrder": [
+ "packageName",
+ "editId",
+ "apkVersionCode",
+ "deobfuscationFileType"
+ ],
+ "parameters": {
+ "apkVersionCode": {
+ "description": "The version code of the APK whose deobfuscation file is being uploaded.",
+ "format": "int32",
+ "location": "path",
+ "required": true,
+ "type": "integer"
+ },
+ "deobfuscationFileType": {
+ "enum": [
+ "proguard"
+ ],
+ "enumDescriptions": [
+ ""
+ ],
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "editId": {
+ "description": "Unique identifier for this edit.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "packageName": {
+ "description": "Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for example, \"com.spiffygame\".",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}",
+ "response": {
+ "$ref": "DeobfuscationFilesUploadResponse"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/androidpublisher"
+ ],
+ "supportsMediaUpload": true
+ }
+ }
+ },
"details": {
"methods": {
"get": {
@@ -2356,7 +2427,7 @@
}
}
},
- "revision": "20160817",
+ "revision": "20161017",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Apk": {
@@ -2504,6 +2575,26 @@
},
"type": "object"
},
+ "DeobfuscationFile": {
+ "description": "Represents a deobfuscation file.",
+ "id": "DeobfuscationFile",
+ "properties": {
+ "symbolType": {
+ "description": "The type of the deobfuscation file.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "DeobfuscationFilesUploadResponse": {
+ "id": "DeobfuscationFilesUploadResponse",
+ "properties": {
+ "deobfuscationFile": {
+ "$ref": "DeobfuscationFile"
+ }
+ },
+ "type": "object"
+ },
"DeveloperComment": {
"id": "DeveloperComment",
"properties": {
« no previous file with comments | « discovery/googleapis/androidenterprise__v1.json ('k') | discovery/googleapis/appengine__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698