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

Side by Side Diff: discovery/googleapis/androidpublisher__v2.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/analytics__v3.json ('k') | discovery/googleapis/appsactivity__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/androidpublisher": { 5 "https://www.googleapis.com/auth/androidpublisher": {
6 "description": "View and manage your Google Play Android Dev eloper account" 6 "description": "View and manage your Google Play Android Dev eloper account"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/androidpublisher/v2/applications/", 11 "basePath": "/androidpublisher/v2/applications/",
12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/", 12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Android Publisher", 14 "canonicalName": "Android Publisher",
15 "description": "Lets Android application developers access their Google Play accounts.", 15 "description": "Lets Android application developers access their Google Play accounts.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/android-publisher", 17 "documentationLink": "https://developers.google.com/android-publisher",
18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/DrMyiBR493_IBfZvqlikbYuZEB0\"", 18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/S5ypkYRuyek1RrNfMVi9ZUu1mcQ\"",
19 "icons": { 19 "icons": {
20 "x16": "https://www.google.com/images/icons/product/android-16.png", 20 "x16": "https://www.google.com/images/icons/product/android-16.png",
21 "x32": "https://www.google.com/images/icons/product/android-32.png" 21 "x32": "https://www.google.com/images/icons/product/android-32.png"
22 }, 22 },
23 "id": "androidpublisher:v2", 23 "id": "androidpublisher:v2",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "androidpublisher", 25 "name": "androidpublisher",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 ] 511 ]
512 }, 512 },
513 "upload": { 513 "upload": {
514 "httpMethod": "POST", 514 "httpMethod": "POST",
515 "id": "androidpublisher.edits.apks.upload", 515 "id": "androidpublisher.edits.apks.upload",
516 "mediaUpload": { 516 "mediaUpload": {
517 "accept": [ 517 "accept": [
518 "application/octet-stream", 518 "application/octet-stream",
519 "application/vnd.android.package-archive" 519 "application/vnd.android.package-archive"
520 ], 520 ],
521 "maxSize": "50MB", 521 "maxSize": "1GB",
522 "protocols": { 522 "protocols": {
523 "resumable": { 523 "resumable": {
524 "multipart": true, 524 "multipart": true,
525 "path": "/resumable/upload/androidpublis her/v2/applications/{packageName}/edits/{editId}/apks" 525 "path": "/resumable/upload/androidpublis her/v2/applications/{packageName}/edits/{editId}/apks"
526 }, 526 },
527 "simple": { 527 "simple": {
528 "multipart": true, 528 "multipart": true,
529 "path": "/upload/androidpublisher/v2/app lications/{packageName}/edits/{editId}/apks" 529 "path": "/upload/androidpublisher/v2/app lications/{packageName}/edits/{editId}/apks"
530 } 530 }
531 } 531 }
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "required": true, 920 "required": true,
921 "type": "string" 921 "type": "string"
922 }, 922 },
923 "imageType": { 923 "imageType": {
924 "enum": [ 924 "enum": [
925 "featureGraphic", 925 "featureGraphic",
926 "icon", 926 "icon",
927 "phoneScreenshots", 927 "phoneScreenshots",
928 "promoGraphic", 928 "promoGraphic",
929 "sevenInchScreenshots", 929 "sevenInchScreenshots",
930 "tenInchScreenshots" 930 "tenInchScreenshots",
931 "tvBanner",
932 "tvScreenshots"
931 ], 933 ],
932 "enumDescriptions": [ 934 "enumDescriptions": [
933 "", 935 "",
934 "", 936 "",
935 "", 937 "",
936 "", 938 "",
937 "", 939 "",
940 "",
941 "",
938 "" 942 ""
939 ], 943 ],
940 "location": "path", 944 "location": "path",
941 "required": true, 945 "required": true,
942 "type": "string" 946 "type": "string"
943 }, 947 },
944 "language": { 948 "language": {
945 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".", 949 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".",
946 "location": "path", 950 "location": "path",
947 "required": true, 951 "required": true,
(...skipping 28 matching lines...) Expand all
976 "required": true, 980 "required": true,
977 "type": "string" 981 "type": "string"
978 }, 982 },
979 "imageType": { 983 "imageType": {
980 "enum": [ 984 "enum": [
981 "featureGraphic", 985 "featureGraphic",
982 "icon", 986 "icon",
983 "phoneScreenshots", 987 "phoneScreenshots",
984 "promoGraphic", 988 "promoGraphic",
985 "sevenInchScreenshots", 989 "sevenInchScreenshots",
986 "tenInchScreenshots" 990 "tenInchScreenshots",
991 "tvBanner",
992 "tvScreenshots"
987 ], 993 ],
988 "enumDescriptions": [ 994 "enumDescriptions": [
989 "", 995 "",
990 "", 996 "",
991 "", 997 "",
992 "", 998 "",
993 "", 999 "",
1000 "",
1001 "",
994 "" 1002 ""
995 ], 1003 ],
996 "location": "path", 1004 "location": "path",
997 "required": true, 1005 "required": true,
998 "type": "string" 1006 "type": "string"
999 }, 1007 },
1000 "language": { 1008 "language": {
1001 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".", 1009 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".",
1002 "location": "path", 1010 "location": "path",
1003 "required": true, 1011 "required": true,
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "required": true, 1043 "required": true,
1036 "type": "string" 1044 "type": "string"
1037 }, 1045 },
1038 "imageType": { 1046 "imageType": {
1039 "enum": [ 1047 "enum": [
1040 "featureGraphic", 1048 "featureGraphic",
1041 "icon", 1049 "icon",
1042 "phoneScreenshots", 1050 "phoneScreenshots",
1043 "promoGraphic", 1051 "promoGraphic",
1044 "sevenInchScreenshots", 1052 "sevenInchScreenshots",
1045 "tenInchScreenshots" 1053 "tenInchScreenshots",
1054 "tvBanner",
1055 "tvScreenshots"
1046 ], 1056 ],
1047 "enumDescriptions": [ 1057 "enumDescriptions": [
1048 "", 1058 "",
1049 "", 1059 "",
1050 "", 1060 "",
1051 "", 1061 "",
1052 "", 1062 "",
1063 "",
1064 "",
1053 "" 1065 ""
1054 ], 1066 ],
1055 "location": "path", 1067 "location": "path",
1056 "required": true, 1068 "required": true,
1057 "type": "string" 1069 "type": "string"
1058 }, 1070 },
1059 "language": { 1071 "language": {
1060 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".", 1072 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".",
1061 "location": "path", 1073 "location": "path",
1062 "required": true, 1074 "required": true,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 "required": true, 1122 "required": true,
1111 "type": "string" 1123 "type": "string"
1112 }, 1124 },
1113 "imageType": { 1125 "imageType": {
1114 "enum": [ 1126 "enum": [
1115 "featureGraphic", 1127 "featureGraphic",
1116 "icon", 1128 "icon",
1117 "phoneScreenshots", 1129 "phoneScreenshots",
1118 "promoGraphic", 1130 "promoGraphic",
1119 "sevenInchScreenshots", 1131 "sevenInchScreenshots",
1120 "tenInchScreenshots" 1132 "tenInchScreenshots",
1133 "tvBanner",
1134 "tvScreenshots"
1121 ], 1135 ],
1122 "enumDescriptions": [ 1136 "enumDescriptions": [
1123 "", 1137 "",
1124 "", 1138 "",
1125 "", 1139 "",
1126 "", 1140 "",
1127 "", 1141 "",
1142 "",
1143 "",
1128 "" 1144 ""
1129 ], 1145 ],
1130 "location": "path", 1146 "location": "path",
1131 "required": true, 1147 "required": true,
1132 "type": "string" 1148 "type": "string"
1133 }, 1149 },
1134 "language": { 1150 "language": {
1135 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".", 1151 "description": "The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass \"de-AT\".",
1136 "location": "path", 1152 "location": "path",
1137 "required": true, 1153 "required": true,
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 "path": "{packageName}/purchases/subscriptions/{subs criptionId}/tokens/{token}:revoke", 2163 "path": "{packageName}/purchases/subscriptions/{subs criptionId}/tokens/{token}:revoke",
2148 "scopes": [ 2164 "scopes": [
2149 "https://www.googleapis.com/auth/androidpublishe r" 2165 "https://www.googleapis.com/auth/androidpublishe r"
2150 ] 2166 ]
2151 } 2167 }
2152 } 2168 }
2153 } 2169 }
2154 } 2170 }
2155 } 2171 }
2156 }, 2172 },
2157 "revision": "20141022", 2173 "revision": "20141111",
2158 "rootUrl": "https://www.googleapis.com/", 2174 "rootUrl": "https://www.googleapis.com/",
2159 "schemas": { 2175 "schemas": {
2160 "Apk": { 2176 "Apk": {
2161 "id": "Apk", 2177 "id": "Apk",
2162 "properties": { 2178 "properties": {
2163 "binary": { 2179 "binary": {
2164 "$ref": "ApkBinary", 2180 "$ref": "ApkBinary",
2165 "description": "Information about the binary payload of this APK." 2181 "description": "Information about the binary payload of this APK."
2166 }, 2182 },
2167 "versionCode": { 2183 "versionCode": {
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 "type": "array" 2817 "type": "array"
2802 } 2818 }
2803 }, 2819 },
2804 "type": "object" 2820 "type": "object"
2805 } 2821 }
2806 }, 2822 },
2807 "servicePath": "androidpublisher/v2/applications/", 2823 "servicePath": "androidpublisher/v2/applications/",
2808 "title": "Google Play Android Developer API", 2824 "title": "Google Play Android Developer API",
2809 "version": "v2" 2825 "version": "v2"
2810 } 2826 }
OLDNEW
« no previous file with comments | « discovery/googleapis/analytics__v3.json ('k') | discovery/googleapis/appsactivity__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698