OLD | NEW |
1 library googleapis.androidpublisher.v2; | 1 library googleapis.androidpublisher.v2; |
2 | 2 |
3 import "dart:core" as core; | 3 import "dart:core" as core; |
4 import "dart:collection" as collection; | 4 import "dart:collection" as collection; |
5 import "dart:async" as async; | 5 import "dart:async" as async; |
6 import "dart:convert" as convert; | 6 import "dart:convert" as convert; |
7 | 7 |
8 import "package:crypto/crypto.dart" as crypto; | 8 import "package:crypto/crypto.dart" as crypto; |
9 import 'package:http/http.dart' as http; | 9 import 'package:http/http.dart' as http; |
10 import '../src/common_internal.dart' as common_internal; | 10 import '../src/common_internal.dart' as common_internal; |
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1218 * Austrian German, pass "de-AT". | 1218 * Austrian German, pass "de-AT". |
1219 * | 1219 * |
1220 * [imageType] - null | 1220 * [imageType] - null |
1221 * Possible string values are: | 1221 * Possible string values are: |
1222 * - "featureGraphic" | 1222 * - "featureGraphic" |
1223 * - "icon" | 1223 * - "icon" |
1224 * - "phoneScreenshots" | 1224 * - "phoneScreenshots" |
1225 * - "promoGraphic" | 1225 * - "promoGraphic" |
1226 * - "sevenInchScreenshots" | 1226 * - "sevenInchScreenshots" |
1227 * - "tenInchScreenshots" | 1227 * - "tenInchScreenshots" |
| 1228 * - "tvBanner" |
| 1229 * - "tvScreenshots" |
1228 * | 1230 * |
1229 * [imageId] - Unique identifier an image within the set of images attached to | 1231 * [imageId] - Unique identifier an image within the set of images attached to |
1230 * this edit. | 1232 * this edit. |
1231 * | 1233 * |
1232 * Completes with a [common.ApiRequestError] if the API endpoint returned an | 1234 * Completes with a [common.ApiRequestError] if the API endpoint returned an |
1233 * error. | 1235 * error. |
1234 * | 1236 * |
1235 * If the used [http.Client] completes with an error when making a REST call, | 1237 * If the used [http.Client] completes with an error when making a REST call, |
1236 * this method will complete with the same error. | 1238 * this method will complete with the same error. |
1237 */ | 1239 */ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 * Austrian German, pass "de-AT". | 1290 * Austrian German, pass "de-AT". |
1289 * | 1291 * |
1290 * [imageType] - null | 1292 * [imageType] - null |
1291 * Possible string values are: | 1293 * Possible string values are: |
1292 * - "featureGraphic" | 1294 * - "featureGraphic" |
1293 * - "icon" | 1295 * - "icon" |
1294 * - "phoneScreenshots" | 1296 * - "phoneScreenshots" |
1295 * - "promoGraphic" | 1297 * - "promoGraphic" |
1296 * - "sevenInchScreenshots" | 1298 * - "sevenInchScreenshots" |
1297 * - "tenInchScreenshots" | 1299 * - "tenInchScreenshots" |
| 1300 * - "tvBanner" |
| 1301 * - "tvScreenshots" |
1298 * | 1302 * |
1299 * Completes with a [ImagesDeleteAllResponse]. | 1303 * Completes with a [ImagesDeleteAllResponse]. |
1300 * | 1304 * |
1301 * Completes with a [common.ApiRequestError] if the API endpoint returned an | 1305 * Completes with a [common.ApiRequestError] if the API endpoint returned an |
1302 * error. | 1306 * error. |
1303 * | 1307 * |
1304 * If the used [http.Client] completes with an error when making a REST call, | 1308 * If the used [http.Client] completes with an error when making a REST call, |
1305 * this method will complete with the same error. | 1309 * this method will complete with the same error. |
1306 */ | 1310 */ |
1307 async.Future<ImagesDeleteAllResponse> deleteall(core.String packageName, core.
String editId, core.String language, core.String imageType) { | 1311 async.Future<ImagesDeleteAllResponse> deleteall(core.String packageName, core.
String editId, core.String language, core.String imageType) { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1353 * Austrian German, pass "de-AT". | 1357 * Austrian German, pass "de-AT". |
1354 * | 1358 * |
1355 * [imageType] - null | 1359 * [imageType] - null |
1356 * Possible string values are: | 1360 * Possible string values are: |
1357 * - "featureGraphic" | 1361 * - "featureGraphic" |
1358 * - "icon" | 1362 * - "icon" |
1359 * - "phoneScreenshots" | 1363 * - "phoneScreenshots" |
1360 * - "promoGraphic" | 1364 * - "promoGraphic" |
1361 * - "sevenInchScreenshots" | 1365 * - "sevenInchScreenshots" |
1362 * - "tenInchScreenshots" | 1366 * - "tenInchScreenshots" |
| 1367 * - "tvBanner" |
| 1368 * - "tvScreenshots" |
1363 * | 1369 * |
1364 * Completes with a [ImagesListResponse]. | 1370 * Completes with a [ImagesListResponse]. |
1365 * | 1371 * |
1366 * Completes with a [common.ApiRequestError] if the API endpoint returned an | 1372 * Completes with a [common.ApiRequestError] if the API endpoint returned an |
1367 * error. | 1373 * error. |
1368 * | 1374 * |
1369 * If the used [http.Client] completes with an error when making a REST call, | 1375 * If the used [http.Client] completes with an error when making a REST call, |
1370 * this method will complete with the same error. | 1376 * this method will complete with the same error. |
1371 */ | 1377 */ |
1372 async.Future<ImagesListResponse> list(core.String packageName, core.String edi
tId, core.String language, core.String imageType) { | 1378 async.Future<ImagesListResponse> list(core.String packageName, core.String edi
tId, core.String language, core.String imageType) { |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 * Austrian German, pass "de-AT". | 1425 * Austrian German, pass "de-AT". |
1420 * | 1426 * |
1421 * [imageType] - null | 1427 * [imageType] - null |
1422 * Possible string values are: | 1428 * Possible string values are: |
1423 * - "featureGraphic" | 1429 * - "featureGraphic" |
1424 * - "icon" | 1430 * - "icon" |
1425 * - "phoneScreenshots" | 1431 * - "phoneScreenshots" |
1426 * - "promoGraphic" | 1432 * - "promoGraphic" |
1427 * - "sevenInchScreenshots" | 1433 * - "sevenInchScreenshots" |
1428 * - "tenInchScreenshots" | 1434 * - "tenInchScreenshots" |
| 1435 * - "tvBanner" |
| 1436 * - "tvScreenshots" |
1429 * | 1437 * |
1430 * [uploadMedia] - The media to upload. | 1438 * [uploadMedia] - The media to upload. |
1431 * | 1439 * |
1432 * [uploadOptions] - Options for the media upload. Streaming Media without the | 1440 * [uploadOptions] - Options for the media upload. Streaming Media without the |
1433 * length being known ahead of time is only supported via resumable uploads. | 1441 * length being known ahead of time is only supported via resumable uploads. |
1434 * | 1442 * |
1435 * Completes with a [ImagesUploadResponse]. | 1443 * Completes with a [ImagesUploadResponse]. |
1436 * | 1444 * |
1437 * Completes with a [common.ApiRequestError] if the API endpoint returned an | 1445 * Completes with a [common.ApiRequestError] if the API endpoint returned an |
1438 * error. | 1446 * error. |
(...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4486 _json["kind"] = kind; | 4494 _json["kind"] = kind; |
4487 } | 4495 } |
4488 if (tracks != null) { | 4496 if (tracks != null) { |
4489 _json["tracks"] = tracks.map((value) => (value).toJson()).toList(); | 4497 _json["tracks"] = tracks.map((value) => (value).toJson()).toList(); |
4490 } | 4498 } |
4491 return _json; | 4499 return _json; |
4492 } | 4500 } |
4493 } | 4501 } |
4494 | 4502 |
4495 | 4503 |
OLD | NEW |