| Index: generated/googleapis/test/androidpublisher/v2_test.dart
 | 
| diff --git a/generated/googleapis/test/androidpublisher/v2_test.dart b/generated/googleapis/test/androidpublisher/v2_test.dart
 | 
| index d7f63aaa9f8ad5f0d9cfef780d608f18b69a31c8..e2a493f159602cb101468b44fabbbc8356531fff 100644
 | 
| --- a/generated/googleapis/test/androidpublisher/v2_test.dart
 | 
| +++ b/generated/googleapis/test/androidpublisher/v2_test.dart
 | 
| @@ -77,14 +77,14 @@ checkApkListing(api.ApkListing o) {
 | 
|    buildCounterApkListing--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1029() {
 | 
| +buildUnnamed243() {
 | 
|    var o = new core.List<api.ApkListing>();
 | 
|    o.add(buildApkListing());
 | 
|    o.add(buildApkListing());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1029(core.List<api.ApkListing> o) {
 | 
| +checkUnnamed243(core.List<api.ApkListing> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkApkListing(o[0]);
 | 
|    checkApkListing(o[1]);
 | 
| @@ -96,7 +96,7 @@ buildApkListingsListResponse() {
 | 
|    buildCounterApkListingsListResponse++;
 | 
|    if (buildCounterApkListingsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.listings = buildUnnamed1029();
 | 
| +    o.listings = buildUnnamed243();
 | 
|    }
 | 
|    buildCounterApkListingsListResponse--;
 | 
|    return o;
 | 
| @@ -106,19 +106,19 @@ checkApkListingsListResponse(api.ApkListingsListResponse o) {
 | 
|    buildCounterApkListingsListResponse++;
 | 
|    if (buildCounterApkListingsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed1029(o.listings);
 | 
| +    checkUnnamed243(o.listings);
 | 
|    }
 | 
|    buildCounterApkListingsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1030() {
 | 
| +buildUnnamed244() {
 | 
|    var o = new core.List<api.Apk>();
 | 
|    o.add(buildApk());
 | 
|    o.add(buildApk());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1030(core.List<api.Apk> o) {
 | 
| +checkUnnamed244(core.List<api.Apk> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkApk(o[0]);
 | 
|    checkApk(o[1]);
 | 
| @@ -129,7 +129,7 @@ buildApksListResponse() {
 | 
|    var o = new api.ApksListResponse();
 | 
|    buildCounterApksListResponse++;
 | 
|    if (buildCounterApksListResponse < 3) {
 | 
| -    o.apks = buildUnnamed1030();
 | 
| +    o.apks = buildUnnamed244();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterApksListResponse--;
 | 
| @@ -139,7 +139,7 @@ buildApksListResponse() {
 | 
|  checkApksListResponse(api.ApksListResponse o) {
 | 
|    buildCounterApksListResponse++;
 | 
|    if (buildCounterApksListResponse < 3) {
 | 
| -    checkUnnamed1030(o.apks);
 | 
| +    checkUnnamed244(o.apks);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterApksListResponse--;
 | 
| @@ -254,14 +254,14 @@ checkImage(api.Image o) {
 | 
|    buildCounterImage--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1031() {
 | 
| +buildUnnamed245() {
 | 
|    var o = new core.List<api.Image>();
 | 
|    o.add(buildImage());
 | 
|    o.add(buildImage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1031(core.List<api.Image> o) {
 | 
| +checkUnnamed245(core.List<api.Image> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkImage(o[0]);
 | 
|    checkImage(o[1]);
 | 
| @@ -272,7 +272,7 @@ buildImagesDeleteAllResponse() {
 | 
|    var o = new api.ImagesDeleteAllResponse();
 | 
|    buildCounterImagesDeleteAllResponse++;
 | 
|    if (buildCounterImagesDeleteAllResponse < 3) {
 | 
| -    o.deleted = buildUnnamed1031();
 | 
| +    o.deleted = buildUnnamed245();
 | 
|    }
 | 
|    buildCounterImagesDeleteAllResponse--;
 | 
|    return o;
 | 
| @@ -281,19 +281,19 @@ buildImagesDeleteAllResponse() {
 | 
|  checkImagesDeleteAllResponse(api.ImagesDeleteAllResponse o) {
 | 
|    buildCounterImagesDeleteAllResponse++;
 | 
|    if (buildCounterImagesDeleteAllResponse < 3) {
 | 
| -    checkUnnamed1031(o.deleted);
 | 
| +    checkUnnamed245(o.deleted);
 | 
|    }
 | 
|    buildCounterImagesDeleteAllResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1032() {
 | 
| +buildUnnamed246() {
 | 
|    var o = new core.List<api.Image>();
 | 
|    o.add(buildImage());
 | 
|    o.add(buildImage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1032(core.List<api.Image> o) {
 | 
| +checkUnnamed246(core.List<api.Image> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkImage(o[0]);
 | 
|    checkImage(o[1]);
 | 
| @@ -304,7 +304,7 @@ buildImagesListResponse() {
 | 
|    var o = new api.ImagesListResponse();
 | 
|    buildCounterImagesListResponse++;
 | 
|    if (buildCounterImagesListResponse < 3) {
 | 
| -    o.images = buildUnnamed1032();
 | 
| +    o.images = buildUnnamed246();
 | 
|    }
 | 
|    buildCounterImagesListResponse--;
 | 
|    return o;
 | 
| @@ -313,7 +313,7 @@ buildImagesListResponse() {
 | 
|  checkImagesListResponse(api.ImagesListResponse o) {
 | 
|    buildCounterImagesListResponse++;
 | 
|    if (buildCounterImagesListResponse < 3) {
 | 
| -    checkUnnamed1032(o.images);
 | 
| +    checkUnnamed246(o.images);
 | 
|    }
 | 
|    buildCounterImagesListResponse--;
 | 
|  }
 | 
| @@ -337,27 +337,27 @@ checkImagesUploadResponse(api.ImagesUploadResponse o) {
 | 
|    buildCounterImagesUploadResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1033() {
 | 
| +buildUnnamed247() {
 | 
|    var o = new core.Map<core.String, api.InAppProductListing>();
 | 
|    o["x"] = buildInAppProductListing();
 | 
|    o["y"] = buildInAppProductListing();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1033(core.Map<core.String, api.InAppProductListing> o) {
 | 
| +checkUnnamed247(core.Map<core.String, api.InAppProductListing> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInAppProductListing(o["x"]);
 | 
|    checkInAppProductListing(o["y"]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1034() {
 | 
| +buildUnnamed248() {
 | 
|    var o = new core.Map<core.String, api.Price>();
 | 
|    o["x"] = buildPrice();
 | 
|    o["y"] = buildPrice();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1034(core.Map<core.String, api.Price> o) {
 | 
| +checkUnnamed248(core.Map<core.String, api.Price> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPrice(o["x"]);
 | 
|    checkPrice(o["y"]);
 | 
| @@ -370,9 +370,9 @@ buildInAppProduct() {
 | 
|    if (buildCounterInAppProduct < 3) {
 | 
|      o.defaultLanguage = "foo";
 | 
|      o.defaultPrice = buildPrice();
 | 
| -    o.listings = buildUnnamed1033();
 | 
| +    o.listings = buildUnnamed247();
 | 
|      o.packageName = "foo";
 | 
| -    o.prices = buildUnnamed1034();
 | 
| +    o.prices = buildUnnamed248();
 | 
|      o.purchaseType = "foo";
 | 
|      o.season = buildSeason();
 | 
|      o.sku = "foo";
 | 
| @@ -389,9 +389,9 @@ checkInAppProduct(api.InAppProduct o) {
 | 
|    if (buildCounterInAppProduct < 3) {
 | 
|      unittest.expect(o.defaultLanguage, unittest.equals('foo'));
 | 
|      checkPrice(o.defaultPrice);
 | 
| -    checkUnnamed1033(o.listings);
 | 
| +    checkUnnamed247(o.listings);
 | 
|      unittest.expect(o.packageName, unittest.equals('foo'));
 | 
| -    checkUnnamed1034(o.prices);
 | 
| +    checkUnnamed248(o.prices);
 | 
|      unittest.expect(o.purchaseType, unittest.equals('foo'));
 | 
|      checkSeason(o.season);
 | 
|      unittest.expect(o.sku, unittest.equals('foo'));
 | 
| @@ -423,14 +423,14 @@ checkInAppProductListing(api.InAppProductListing o) {
 | 
|    buildCounterInAppProductListing--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1035() {
 | 
| +buildUnnamed249() {
 | 
|    var o = new core.List<api.InappproductsBatchRequestEntry>();
 | 
|    o.add(buildInappproductsBatchRequestEntry());
 | 
|    o.add(buildInappproductsBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1035(core.List<api.InappproductsBatchRequestEntry> o) {
 | 
| +checkUnnamed249(core.List<api.InappproductsBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInappproductsBatchRequestEntry(o[0]);
 | 
|    checkInappproductsBatchRequestEntry(o[1]);
 | 
| @@ -441,7 +441,7 @@ buildInappproductsBatchRequest() {
 | 
|    var o = new api.InappproductsBatchRequest();
 | 
|    buildCounterInappproductsBatchRequest++;
 | 
|    if (buildCounterInappproductsBatchRequest < 3) {
 | 
| -    o.entrys = buildUnnamed1035();
 | 
| +    o.entrys = buildUnnamed249();
 | 
|    }
 | 
|    buildCounterInappproductsBatchRequest--;
 | 
|    return o;
 | 
| @@ -450,7 +450,7 @@ buildInappproductsBatchRequest() {
 | 
|  checkInappproductsBatchRequest(api.InappproductsBatchRequest o) {
 | 
|    buildCounterInappproductsBatchRequest++;
 | 
|    if (buildCounterInappproductsBatchRequest < 3) {
 | 
| -    checkUnnamed1035(o.entrys);
 | 
| +    checkUnnamed249(o.entrys);
 | 
|    }
 | 
|    buildCounterInappproductsBatchRequest--;
 | 
|  }
 | 
| @@ -480,14 +480,14 @@ checkInappproductsBatchRequestEntry(api.InappproductsBatchRequestEntry o) {
 | 
|    buildCounterInappproductsBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1036() {
 | 
| +buildUnnamed250() {
 | 
|    var o = new core.List<api.InappproductsBatchResponseEntry>();
 | 
|    o.add(buildInappproductsBatchResponseEntry());
 | 
|    o.add(buildInappproductsBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1036(core.List<api.InappproductsBatchResponseEntry> o) {
 | 
| +checkUnnamed250(core.List<api.InappproductsBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInappproductsBatchResponseEntry(o[0]);
 | 
|    checkInappproductsBatchResponseEntry(o[1]);
 | 
| @@ -498,7 +498,7 @@ buildInappproductsBatchResponse() {
 | 
|    var o = new api.InappproductsBatchResponse();
 | 
|    buildCounterInappproductsBatchResponse++;
 | 
|    if (buildCounterInappproductsBatchResponse < 3) {
 | 
| -    o.entrys = buildUnnamed1036();
 | 
| +    o.entrys = buildUnnamed250();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterInappproductsBatchResponse--;
 | 
| @@ -508,7 +508,7 @@ buildInappproductsBatchResponse() {
 | 
|  checkInappproductsBatchResponse(api.InappproductsBatchResponse o) {
 | 
|    buildCounterInappproductsBatchResponse++;
 | 
|    if (buildCounterInappproductsBatchResponse < 3) {
 | 
| -    checkUnnamed1036(o.entrys);
 | 
| +    checkUnnamed250(o.entrys);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterInappproductsBatchResponse--;
 | 
| @@ -575,14 +575,14 @@ checkInappproductsInsertResponse(api.InappproductsInsertResponse o) {
 | 
|    buildCounterInappproductsInsertResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1037() {
 | 
| +buildUnnamed251() {
 | 
|    var o = new core.List<api.InAppProduct>();
 | 
|    o.add(buildInAppProduct());
 | 
|    o.add(buildInAppProduct());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1037(core.List<api.InAppProduct> o) {
 | 
| +checkUnnamed251(core.List<api.InAppProduct> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInAppProduct(o[0]);
 | 
|    checkInAppProduct(o[1]);
 | 
| @@ -593,7 +593,7 @@ buildInappproductsListResponse() {
 | 
|    var o = new api.InappproductsListResponse();
 | 
|    buildCounterInappproductsListResponse++;
 | 
|    if (buildCounterInappproductsListResponse < 3) {
 | 
| -    o.inappproduct = buildUnnamed1037();
 | 
| +    o.inappproduct = buildUnnamed251();
 | 
|      o.kind = "foo";
 | 
|      o.pageInfo = buildPageInfo();
 | 
|      o.tokenPagination = buildTokenPagination();
 | 
| @@ -605,7 +605,7 @@ buildInappproductsListResponse() {
 | 
|  checkInappproductsListResponse(api.InappproductsListResponse o) {
 | 
|    buildCounterInappproductsListResponse++;
 | 
|    if (buildCounterInappproductsListResponse < 3) {
 | 
| -    checkUnnamed1037(o.inappproduct);
 | 
| +    checkUnnamed251(o.inappproduct);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkPageInfo(o.pageInfo);
 | 
|      checkTokenPagination(o.tokenPagination);
 | 
| @@ -678,14 +678,14 @@ checkListing(api.Listing o) {
 | 
|    buildCounterListing--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1038() {
 | 
| +buildUnnamed252() {
 | 
|    var o = new core.List<api.Listing>();
 | 
|    o.add(buildListing());
 | 
|    o.add(buildListing());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1038(core.List<api.Listing> o) {
 | 
| +checkUnnamed252(core.List<api.Listing> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkListing(o[0]);
 | 
|    checkListing(o[1]);
 | 
| @@ -697,7 +697,7 @@ buildListingsListResponse() {
 | 
|    buildCounterListingsListResponse++;
 | 
|    if (buildCounterListingsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.listings = buildUnnamed1038();
 | 
| +    o.listings = buildUnnamed252();
 | 
|    }
 | 
|    buildCounterListingsListResponse--;
 | 
|    return o;
 | 
| @@ -707,7 +707,7 @@ checkListingsListResponse(api.ListingsListResponse o) {
 | 
|    buildCounterListingsListResponse++;
 | 
|    if (buildCounterListingsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed1038(o.listings);
 | 
| +    checkUnnamed252(o.listings);
 | 
|    }
 | 
|    buildCounterListingsListResponse--;
 | 
|  }
 | 
| @@ -909,27 +909,27 @@ checkSubscriptionPurchasesDeferResponse(api.SubscriptionPurchasesDeferResponse o
 | 
|    buildCounterSubscriptionPurchasesDeferResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1039() {
 | 
| +buildUnnamed253() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1039(core.List<core.String> o) {
 | 
| +checkUnnamed253(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1040() {
 | 
| +buildUnnamed254() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1040(core.List<core.String> o) {
 | 
| +checkUnnamed254(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -940,8 +940,8 @@ buildTesters() {
 | 
|    var o = new api.Testers();
 | 
|    buildCounterTesters++;
 | 
|    if (buildCounterTesters < 3) {
 | 
| -    o.googleGroups = buildUnnamed1039();
 | 
| -    o.googlePlusCommunities = buildUnnamed1040();
 | 
| +    o.googleGroups = buildUnnamed253();
 | 
| +    o.googlePlusCommunities = buildUnnamed254();
 | 
|    }
 | 
|    buildCounterTesters--;
 | 
|    return o;
 | 
| @@ -950,8 +950,8 @@ buildTesters() {
 | 
|  checkTesters(api.Testers o) {
 | 
|    buildCounterTesters++;
 | 
|    if (buildCounterTesters < 3) {
 | 
| -    checkUnnamed1039(o.googleGroups);
 | 
| -    checkUnnamed1040(o.googlePlusCommunities);
 | 
| +    checkUnnamed253(o.googleGroups);
 | 
| +    checkUnnamed254(o.googlePlusCommunities);
 | 
|    }
 | 
|    buildCounterTesters--;
 | 
|  }
 | 
| @@ -977,14 +977,14 @@ checkTokenPagination(api.TokenPagination o) {
 | 
|    buildCounterTokenPagination--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1041() {
 | 
| +buildUnnamed255() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1041(core.List<core.int> o) {
 | 
| +checkUnnamed255(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
| @@ -997,7 +997,7 @@ buildTrack() {
 | 
|    if (buildCounterTrack < 3) {
 | 
|      o.track = "foo";
 | 
|      o.userFraction = 42.0;
 | 
| -    o.versionCodes = buildUnnamed1041();
 | 
| +    o.versionCodes = buildUnnamed255();
 | 
|    }
 | 
|    buildCounterTrack--;
 | 
|    return o;
 | 
| @@ -1008,19 +1008,19 @@ checkTrack(api.Track o) {
 | 
|    if (buildCounterTrack < 3) {
 | 
|      unittest.expect(o.track, unittest.equals('foo'));
 | 
|      unittest.expect(o.userFraction, unittest.equals(42.0));
 | 
| -    checkUnnamed1041(o.versionCodes);
 | 
| +    checkUnnamed255(o.versionCodes);
 | 
|    }
 | 
|    buildCounterTrack--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1042() {
 | 
| +buildUnnamed256() {
 | 
|    var o = new core.List<api.Track>();
 | 
|    o.add(buildTrack());
 | 
|    o.add(buildTrack());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1042(core.List<api.Track> o) {
 | 
| +checkUnnamed256(core.List<api.Track> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTrack(o[0]);
 | 
|    checkTrack(o[1]);
 | 
| @@ -1032,7 +1032,7 @@ buildTracksListResponse() {
 | 
|    buildCounterTracksListResponse++;
 | 
|    if (buildCounterTracksListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.tracks = buildUnnamed1042();
 | 
| +    o.tracks = buildUnnamed256();
 | 
|    }
 | 
|    buildCounterTracksListResponse--;
 | 
|    return o;
 | 
| @@ -1042,7 +1042,7 @@ checkTracksListResponse(api.TracksListResponse o) {
 | 
|    buildCounterTracksListResponse++;
 | 
|    if (buildCounterTracksListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed1042(o.tracks);
 | 
| +    checkUnnamed256(o.tracks);
 | 
|    }
 | 
|    buildCounterTracksListResponse--;
 | 
|  }
 | 
| 
 |