| Index: generated/googleapis/test/books/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/books/v1_test.dart b/generated/googleapis/test/books/v1_test.dart
 | 
| index fe407959f00b4b5d91231c876538f1796870fb8d..793a0331be59e2a958ee7472f13806cb4ab064be 100644
 | 
| --- a/generated/googleapis/test/books/v1_test.dart
 | 
| +++ b/generated/googleapis/test/books/v1_test.dart
 | 
| @@ -128,14 +128,14 @@ checkAnnotationLayerSummary(api.AnnotationLayerSummary o) {
 | 
|    buildCounterAnnotationLayerSummary--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed792() {
 | 
| +buildUnnamed818() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed792(core.List<core.String> o) {
 | 
| +checkUnnamed818(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'));
 | 
| @@ -158,7 +158,7 @@ buildAnnotation() {
 | 
|      o.kind = "foo";
 | 
|      o.layerId = "foo";
 | 
|      o.layerSummary = buildAnnotationLayerSummary();
 | 
| -    o.pageIds = buildUnnamed792();
 | 
| +    o.pageIds = buildUnnamed818();
 | 
|      o.selectedText = "foo";
 | 
|      o.selfLink = "foo";
 | 
|      o.updated = core.DateTime.parse("2002-02-27T14:01:02");
 | 
| @@ -183,7 +183,7 @@ checkAnnotation(api.Annotation o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.layerId, unittest.equals('foo'));
 | 
|      checkAnnotationLayerSummary(o.layerSummary);
 | 
| -    checkUnnamed792(o.pageIds);
 | 
| +    checkUnnamed818(o.pageIds);
 | 
|      unittest.expect(o.selectedText, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
| @@ -227,14 +227,14 @@ checkAnnotationdata(api.Annotationdata o) {
 | 
|    buildCounterAnnotationdata--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed793() {
 | 
| +buildUnnamed819() {
 | 
|    var o = new core.List<api.Annotation>();
 | 
|    o.add(buildAnnotation());
 | 
|    o.add(buildAnnotation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed793(core.List<api.Annotation> o) {
 | 
| +checkUnnamed819(core.List<api.Annotation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAnnotation(o[0]);
 | 
|    checkAnnotation(o[1]);
 | 
| @@ -245,7 +245,7 @@ buildAnnotations() {
 | 
|    var o = new api.Annotations();
 | 
|    buildCounterAnnotations++;
 | 
|    if (buildCounterAnnotations < 3) {
 | 
| -    o.items = buildUnnamed793();
 | 
| +    o.items = buildUnnamed819();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -257,7 +257,7 @@ buildAnnotations() {
 | 
|  checkAnnotations(api.Annotations o) {
 | 
|    buildCounterAnnotations++;
 | 
|    if (buildCounterAnnotations < 3) {
 | 
| -    checkUnnamed793(o.items);
 | 
| +    checkUnnamed819(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -292,14 +292,14 @@ checkAnnotationsSummaryLayers(api.AnnotationsSummaryLayers o) {
 | 
|    buildCounterAnnotationsSummaryLayers--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed794() {
 | 
| +buildUnnamed820() {
 | 
|    var o = new core.List<api.AnnotationsSummaryLayers>();
 | 
|    o.add(buildAnnotationsSummaryLayers());
 | 
|    o.add(buildAnnotationsSummaryLayers());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed794(core.List<api.AnnotationsSummaryLayers> o) {
 | 
| +checkUnnamed820(core.List<api.AnnotationsSummaryLayers> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAnnotationsSummaryLayers(o[0]);
 | 
|    checkAnnotationsSummaryLayers(o[1]);
 | 
| @@ -311,7 +311,7 @@ buildAnnotationsSummary() {
 | 
|    buildCounterAnnotationsSummary++;
 | 
|    if (buildCounterAnnotationsSummary < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.layers = buildUnnamed794();
 | 
| +    o.layers = buildUnnamed820();
 | 
|    }
 | 
|    buildCounterAnnotationsSummary--;
 | 
|    return o;
 | 
| @@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
 | 
|    buildCounterAnnotationsSummary++;
 | 
|    if (buildCounterAnnotationsSummary < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed794(o.layers);
 | 
| +    checkUnnamed820(o.layers);
 | 
|    }
 | 
|    buildCounterAnnotationsSummary--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed795() {
 | 
| +buildUnnamed821() {
 | 
|    var o = new core.List<api.Annotationdata>();
 | 
|    o.add(buildAnnotationdata());
 | 
|    o.add(buildAnnotationdata());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed795(core.List<api.Annotationdata> o) {
 | 
| +checkUnnamed821(core.List<api.Annotationdata> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAnnotationdata(o[0]);
 | 
|    checkAnnotationdata(o[1]);
 | 
| @@ -344,7 +344,7 @@ buildAnnotationsdata() {
 | 
|    var o = new api.Annotationsdata();
 | 
|    buildCounterAnnotationsdata++;
 | 
|    if (buildCounterAnnotationsdata < 3) {
 | 
| -    o.items = buildUnnamed795();
 | 
| +    o.items = buildUnnamed821();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -356,7 +356,7 @@ buildAnnotationsdata() {
 | 
|  checkAnnotationsdata(api.Annotationsdata o) {
 | 
|    buildCounterAnnotationsdata++;
 | 
|    if (buildCounterAnnotationsdata < 3) {
 | 
| -    checkUnnamed795(o.items);
 | 
| +    checkUnnamed821(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -470,14 +470,14 @@ checkBookshelf(api.Bookshelf o) {
 | 
|    buildCounterBookshelf--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed796() {
 | 
| +buildUnnamed822() {
 | 
|    var o = new core.List<api.Bookshelf>();
 | 
|    o.add(buildBookshelf());
 | 
|    o.add(buildBookshelf());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed796(core.List<api.Bookshelf> o) {
 | 
| +checkUnnamed822(core.List<api.Bookshelf> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBookshelf(o[0]);
 | 
|    checkBookshelf(o[1]);
 | 
| @@ -488,7 +488,7 @@ buildBookshelves() {
 | 
|    var o = new api.Bookshelves();
 | 
|    buildCounterBookshelves++;
 | 
|    if (buildCounterBookshelves < 3) {
 | 
| -    o.items = buildUnnamed796();
 | 
| +    o.items = buildUnnamed822();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterBookshelves--;
 | 
| @@ -498,7 +498,7 @@ buildBookshelves() {
 | 
|  checkBookshelves(api.Bookshelves o) {
 | 
|    buildCounterBookshelves++;
 | 
|    if (buildCounterBookshelves < 3) {
 | 
| -    checkUnnamed796(o.items);
 | 
| +    checkUnnamed822(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterBookshelves--;
 | 
| @@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) {
 | 
|    buildCounterCategoryItems--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed797() {
 | 
| +buildUnnamed823() {
 | 
|    var o = new core.List<api.CategoryItems>();
 | 
|    o.add(buildCategoryItems());
 | 
|    o.add(buildCategoryItems());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed797(core.List<api.CategoryItems> o) {
 | 
| +checkUnnamed823(core.List<api.CategoryItems> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCategoryItems(o[0]);
 | 
|    checkCategoryItems(o[1]);
 | 
| @@ -545,7 +545,7 @@ buildCategory() {
 | 
|    var o = new api.Category();
 | 
|    buildCounterCategory++;
 | 
|    if (buildCounterCategory < 3) {
 | 
| -    o.items = buildUnnamed797();
 | 
| +    o.items = buildUnnamed823();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCategory--;
 | 
| @@ -555,7 +555,7 @@ buildCategory() {
 | 
|  checkCategory(api.Category o) {
 | 
|    buildCounterCategory++;
 | 
|    if (buildCounterCategory < 3) {
 | 
| -    checkUnnamed797(o.items);
 | 
| +    checkUnnamed823(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCategory--;
 | 
| @@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
 | 
|    buildCounterDictlayerdataDictWordsDerivatives--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed798() {
 | 
| +buildUnnamed824() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
 | 
|    o.add(buildDictlayerdataDictWordsDerivatives());
 | 
|    o.add(buildDictlayerdataDictWordsDerivatives());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed798(core.List<api.DictlayerdataDictWordsDerivatives> o) {
 | 
| +checkUnnamed824(core.List<api.DictlayerdataDictWordsDerivatives> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsDerivatives(o[0]);
 | 
|    checkDictlayerdataDictWordsDerivatives(o[1]);
 | 
| @@ -737,14 +737,14 @@ checkDictlayerdataDictWordsExamples(api.DictlayerdataDictWordsExamples o) {
 | 
|    buildCounterDictlayerdataDictWordsExamples--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed799() {
 | 
| +buildUnnamed825() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsExamples>();
 | 
|    o.add(buildDictlayerdataDictWordsExamples());
 | 
|    o.add(buildDictlayerdataDictWordsExamples());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed799(core.List<api.DictlayerdataDictWordsExamples> o) {
 | 
| +checkUnnamed825(core.List<api.DictlayerdataDictWordsExamples> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsExamples(o[0]);
 | 
|    checkDictlayerdataDictWordsExamples(o[1]);
 | 
| @@ -771,14 +771,14 @@ checkDictlayerdataDictWordsSensesConjugations(api.DictlayerdataDictWordsSensesCo
 | 
|    buildCounterDictlayerdataDictWordsSensesConjugations--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed800() {
 | 
| +buildUnnamed826() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
 | 
|    o.add(buildDictlayerdataDictWordsSensesConjugations());
 | 
|    o.add(buildDictlayerdataDictWordsSensesConjugations());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed800(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
 | 
| +checkUnnamed826(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsSensesConjugations(o[0]);
 | 
|    checkDictlayerdataDictWordsSensesConjugations(o[1]);
 | 
| @@ -826,14 +826,14 @@ checkDictlayerdataDictWordsSensesDefinitionsExamples(api.DictlayerdataDictWordsS
 | 
|    buildCounterDictlayerdataDictWordsSensesDefinitionsExamples--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed801() {
 | 
| +buildUnnamed827() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
 | 
|    o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
 | 
|    o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed801(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
 | 
| +checkUnnamed827(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsSensesDefinitionsExamples(o[0]);
 | 
|    checkDictlayerdataDictWordsSensesDefinitionsExamples(o[1]);
 | 
| @@ -845,7 +845,7 @@ buildDictlayerdataDictWordsSensesDefinitions() {
 | 
|    buildCounterDictlayerdataDictWordsSensesDefinitions++;
 | 
|    if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
 | 
|      o.definition = "foo";
 | 
| -    o.examples = buildUnnamed801();
 | 
| +    o.examples = buildUnnamed827();
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWordsSensesDefinitions--;
 | 
|    return o;
 | 
| @@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
 | 
|    buildCounterDictlayerdataDictWordsSensesDefinitions++;
 | 
|    if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
 | 
|      unittest.expect(o.definition, unittest.equals('foo'));
 | 
| -    checkUnnamed801(o.examples);
 | 
| +    checkUnnamed827(o.examples);
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWordsSensesDefinitions--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed802() {
 | 
| +buildUnnamed828() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
 | 
|    o.add(buildDictlayerdataDictWordsSensesDefinitions());
 | 
|    o.add(buildDictlayerdataDictWordsSensesDefinitions());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed802(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
 | 
| +checkUnnamed828(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsSensesDefinitions(o[0]);
 | 
|    checkDictlayerdataDictWordsSensesDefinitions(o[1]);
 | 
| @@ -936,14 +936,14 @@ checkDictlayerdataDictWordsSensesSynonyms(api.DictlayerdataDictWordsSensesSynony
 | 
|    buildCounterDictlayerdataDictWordsSensesSynonyms--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed803() {
 | 
| +buildUnnamed829() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
 | 
|    o.add(buildDictlayerdataDictWordsSensesSynonyms());
 | 
|    o.add(buildDictlayerdataDictWordsSensesSynonyms());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed803(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
 | 
| +checkUnnamed829(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsSensesSynonyms(o[0]);
 | 
|    checkDictlayerdataDictWordsSensesSynonyms(o[1]);
 | 
| @@ -954,14 +954,14 @@ buildDictlayerdataDictWordsSenses() {
 | 
|    var o = new api.DictlayerdataDictWordsSenses();
 | 
|    buildCounterDictlayerdataDictWordsSenses++;
 | 
|    if (buildCounterDictlayerdataDictWordsSenses < 3) {
 | 
| -    o.conjugations = buildUnnamed800();
 | 
| -    o.definitions = buildUnnamed802();
 | 
| +    o.conjugations = buildUnnamed826();
 | 
| +    o.definitions = buildUnnamed828();
 | 
|      o.partOfSpeech = "foo";
 | 
|      o.pronunciation = "foo";
 | 
|      o.pronunciationUrl = "foo";
 | 
|      o.source = buildDictlayerdataDictWordsSensesSource();
 | 
|      o.syllabification = "foo";
 | 
| -    o.synonyms = buildUnnamed803();
 | 
| +    o.synonyms = buildUnnamed829();
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWordsSenses--;
 | 
|    return o;
 | 
| @@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() {
 | 
|  checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
 | 
|    buildCounterDictlayerdataDictWordsSenses++;
 | 
|    if (buildCounterDictlayerdataDictWordsSenses < 3) {
 | 
| -    checkUnnamed800(o.conjugations);
 | 
| -    checkUnnamed802(o.definitions);
 | 
| +    checkUnnamed826(o.conjugations);
 | 
| +    checkUnnamed828(o.definitions);
 | 
|      unittest.expect(o.partOfSpeech, unittest.equals('foo'));
 | 
|      unittest.expect(o.pronunciation, unittest.equals('foo'));
 | 
|      unittest.expect(o.pronunciationUrl, unittest.equals('foo'));
 | 
|      checkDictlayerdataDictWordsSensesSource(o.source);
 | 
|      unittest.expect(o.syllabification, unittest.equals('foo'));
 | 
| -    checkUnnamed803(o.synonyms);
 | 
| +    checkUnnamed829(o.synonyms);
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWordsSenses--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed804() {
 | 
| +buildUnnamed830() {
 | 
|    var o = new core.List<api.DictlayerdataDictWordsSenses>();
 | 
|    o.add(buildDictlayerdataDictWordsSenses());
 | 
|    o.add(buildDictlayerdataDictWordsSenses());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed804(core.List<api.DictlayerdataDictWordsSenses> o) {
 | 
| +checkUnnamed830(core.List<api.DictlayerdataDictWordsSenses> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWordsSenses(o[0]);
 | 
|    checkDictlayerdataDictWordsSenses(o[1]);
 | 
| @@ -1021,9 +1021,9 @@ buildDictlayerdataDictWords() {
 | 
|    var o = new api.DictlayerdataDictWords();
 | 
|    buildCounterDictlayerdataDictWords++;
 | 
|    if (buildCounterDictlayerdataDictWords < 3) {
 | 
| -    o.derivatives = buildUnnamed798();
 | 
| -    o.examples = buildUnnamed799();
 | 
| -    o.senses = buildUnnamed804();
 | 
| +    o.derivatives = buildUnnamed824();
 | 
| +    o.examples = buildUnnamed825();
 | 
| +    o.senses = buildUnnamed830();
 | 
|      o.source = buildDictlayerdataDictWordsSource();
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWords--;
 | 
| @@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() {
 | 
|  checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
 | 
|    buildCounterDictlayerdataDictWords++;
 | 
|    if (buildCounterDictlayerdataDictWords < 3) {
 | 
| -    checkUnnamed798(o.derivatives);
 | 
| -    checkUnnamed799(o.examples);
 | 
| -    checkUnnamed804(o.senses);
 | 
| +    checkUnnamed824(o.derivatives);
 | 
| +    checkUnnamed825(o.examples);
 | 
| +    checkUnnamed830(o.senses);
 | 
|      checkDictlayerdataDictWordsSource(o.source);
 | 
|    }
 | 
|    buildCounterDictlayerdataDictWords--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed805() {
 | 
| +buildUnnamed831() {
 | 
|    var o = new core.List<api.DictlayerdataDictWords>();
 | 
|    o.add(buildDictlayerdataDictWords());
 | 
|    o.add(buildDictlayerdataDictWords());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed805(core.List<api.DictlayerdataDictWords> o) {
 | 
| +checkUnnamed831(core.List<api.DictlayerdataDictWords> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDictlayerdataDictWords(o[0]);
 | 
|    checkDictlayerdataDictWords(o[1]);
 | 
| @@ -1060,7 +1060,7 @@ buildDictlayerdataDict() {
 | 
|    buildCounterDictlayerdataDict++;
 | 
|    if (buildCounterDictlayerdataDict < 3) {
 | 
|      o.source = buildDictlayerdataDictSource();
 | 
| -    o.words = buildUnnamed805();
 | 
| +    o.words = buildUnnamed831();
 | 
|    }
 | 
|    buildCounterDictlayerdataDict--;
 | 
|    return o;
 | 
| @@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
 | 
|    buildCounterDictlayerdataDict++;
 | 
|    if (buildCounterDictlayerdataDict < 3) {
 | 
|      checkDictlayerdataDictSource(o.source);
 | 
| -    checkUnnamed805(o.words);
 | 
| +    checkUnnamed831(o.words);
 | 
|    }
 | 
|    buildCounterDictlayerdataDict--;
 | 
|  }
 | 
| @@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl
 | 
|    buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed806() {
 | 
| +buildUnnamed832() {
 | 
|    var o = new core.List<api.Volume>();
 | 
|    o.add(buildVolume());
 | 
|    o.add(buildVolume());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed806(core.List<api.Volume> o) {
 | 
| +checkUnnamed832(core.List<api.Volume> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolume(o[0]);
 | 
|    checkVolume(o[1]);
 | 
| @@ -1150,7 +1150,7 @@ buildDiscoveryclustersClusters() {
 | 
|      o.title = "foo";
 | 
|      o.totalVolumes = 42;
 | 
|      o.uid = "foo";
 | 
| -    o.volumes = buildUnnamed806();
 | 
| +    o.volumes = buildUnnamed832();
 | 
|    }
 | 
|    buildCounterDiscoveryclustersClusters--;
 | 
|    return o;
 | 
| @@ -1164,19 +1164,19 @@ checkDiscoveryclustersClusters(api.DiscoveryclustersClusters o) {
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalVolumes, unittest.equals(42));
 | 
|      unittest.expect(o.uid, unittest.equals('foo'));
 | 
| -    checkUnnamed806(o.volumes);
 | 
| +    checkUnnamed832(o.volumes);
 | 
|    }
 | 
|    buildCounterDiscoveryclustersClusters--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed807() {
 | 
| +buildUnnamed833() {
 | 
|    var o = new core.List<api.DiscoveryclustersClusters>();
 | 
|    o.add(buildDiscoveryclustersClusters());
 | 
|    o.add(buildDiscoveryclustersClusters());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed807(core.List<api.DiscoveryclustersClusters> o) {
 | 
| +checkUnnamed833(core.List<api.DiscoveryclustersClusters> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDiscoveryclustersClusters(o[0]);
 | 
|    checkDiscoveryclustersClusters(o[1]);
 | 
| @@ -1187,7 +1187,7 @@ buildDiscoveryclusters() {
 | 
|    var o = new api.Discoveryclusters();
 | 
|    buildCounterDiscoveryclusters++;
 | 
|    if (buildCounterDiscoveryclusters < 3) {
 | 
| -    o.clusters = buildUnnamed807();
 | 
| +    o.clusters = buildUnnamed833();
 | 
|      o.kind = "foo";
 | 
|      o.totalClusters = 42;
 | 
|    }
 | 
| @@ -1198,7 +1198,7 @@ buildDiscoveryclusters() {
 | 
|  checkDiscoveryclusters(api.Discoveryclusters o) {
 | 
|    buildCounterDiscoveryclusters++;
 | 
|    if (buildCounterDiscoveryclusters < 3) {
 | 
| -    checkUnnamed807(o.clusters);
 | 
| +    checkUnnamed833(o.clusters);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalClusters, unittest.equals(42));
 | 
|    }
 | 
| @@ -1246,14 +1246,14 @@ checkDownloadAccessRestriction(api.DownloadAccessRestriction o) {
 | 
|    buildCounterDownloadAccessRestriction--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed808() {
 | 
| +buildUnnamed834() {
 | 
|    var o = new core.List<api.DownloadAccessRestriction>();
 | 
|    o.add(buildDownloadAccessRestriction());
 | 
|    o.add(buildDownloadAccessRestriction());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed808(core.List<api.DownloadAccessRestriction> o) {
 | 
| +checkUnnamed834(core.List<api.DownloadAccessRestriction> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDownloadAccessRestriction(o[0]);
 | 
|    checkDownloadAccessRestriction(o[1]);
 | 
| @@ -1264,7 +1264,7 @@ buildDownloadAccesses() {
 | 
|    var o = new api.DownloadAccesses();
 | 
|    buildCounterDownloadAccesses++;
 | 
|    if (buildCounterDownloadAccesses < 3) {
 | 
| -    o.downloadAccessList = buildUnnamed808();
 | 
| +    o.downloadAccessList = buildUnnamed834();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDownloadAccesses--;
 | 
| @@ -1274,7 +1274,7 @@ buildDownloadAccesses() {
 | 
|  checkDownloadAccesses(api.DownloadAccesses o) {
 | 
|    buildCounterDownloadAccesses++;
 | 
|    if (buildCounterDownloadAccesses < 3) {
 | 
| -    checkUnnamed808(o.downloadAccessList);
 | 
| +    checkUnnamed834(o.downloadAccessList);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDownloadAccesses--;
 | 
| @@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
 | 
|    buildCounterGeolayerdataGeoBoundary--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed809() {
 | 
| +buildUnnamed835() {
 | 
|    var o = new core.List<api.GeolayerdataGeoBoundary>();
 | 
|    o.add(buildGeolayerdataGeoBoundary());
 | 
|    o.add(buildGeolayerdataGeoBoundary());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed809(core.List<api.GeolayerdataGeoBoundary> o) {
 | 
| +checkUnnamed835(core.List<api.GeolayerdataGeoBoundary> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkGeolayerdataGeoBoundary(o[0]);
 | 
|    checkGeolayerdataGeoBoundary(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed810() {
 | 
| +buildUnnamed836() {
 | 
|    var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
 | 
| -  o.add(buildUnnamed809());
 | 
| -  o.add(buildUnnamed809());
 | 
| +  o.add(buildUnnamed835());
 | 
| +  o.add(buildUnnamed835());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed810(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
 | 
| +checkUnnamed836(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed809(o[0]);
 | 
| -  checkUnnamed809(o[1]);
 | 
| +  checkUnnamed835(o[0]);
 | 
| +  checkUnnamed835(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterGeolayerdataGeoViewportHi = 0;
 | 
| @@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() {
 | 
|    var o = new api.GeolayerdataGeo();
 | 
|    buildCounterGeolayerdataGeo++;
 | 
|    if (buildCounterGeolayerdataGeo < 3) {
 | 
| -    o.boundary = buildUnnamed810();
 | 
| +    o.boundary = buildUnnamed836();
 | 
|      o.cachePolicy = "foo";
 | 
|      o.countryCode = "foo";
 | 
|      o.latitude = 42.0;
 | 
| @@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() {
 | 
|  checkGeolayerdataGeo(api.GeolayerdataGeo o) {
 | 
|    buildCounterGeolayerdataGeo++;
 | 
|    if (buildCounterGeolayerdataGeo < 3) {
 | 
| -    checkUnnamed810(o.boundary);
 | 
| +    checkUnnamed836(o.boundary);
 | 
|      unittest.expect(o.cachePolicy, unittest.equals('foo'));
 | 
|      unittest.expect(o.countryCode, unittest.equals('foo'));
 | 
|      unittest.expect(o.latitude, unittest.equals(42.0));
 | 
| @@ -1473,14 +1473,14 @@ checkGeolayerdata(api.Geolayerdata o) {
 | 
|    buildCounterGeolayerdata--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed811() {
 | 
| +buildUnnamed837() {
 | 
|    var o = new core.List<api.Layersummary>();
 | 
|    o.add(buildLayersummary());
 | 
|    o.add(buildLayersummary());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed811(core.List<api.Layersummary> o) {
 | 
| +checkUnnamed837(core.List<api.Layersummary> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLayersummary(o[0]);
 | 
|    checkLayersummary(o[1]);
 | 
| @@ -1491,7 +1491,7 @@ buildLayersummaries() {
 | 
|    var o = new api.Layersummaries();
 | 
|    buildCounterLayersummaries++;
 | 
|    if (buildCounterLayersummaries < 3) {
 | 
| -    o.items = buildUnnamed811();
 | 
| +    o.items = buildUnnamed837();
 | 
|      o.kind = "foo";
 | 
|      o.totalItems = 42;
 | 
|    }
 | 
| @@ -1502,21 +1502,21 @@ buildLayersummaries() {
 | 
|  checkLayersummaries(api.Layersummaries o) {
 | 
|    buildCounterLayersummaries++;
 | 
|    if (buildCounterLayersummaries < 3) {
 | 
| -    checkUnnamed811(o.items);
 | 
| +    checkUnnamed837(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
|    }
 | 
|    buildCounterLayersummaries--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed812() {
 | 
| +buildUnnamed838() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed812(core.List<core.String> o) {
 | 
| +checkUnnamed838(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'));
 | 
| @@ -1528,7 +1528,7 @@ buildLayersummary() {
 | 
|    buildCounterLayersummary++;
 | 
|    if (buildCounterLayersummary < 3) {
 | 
|      o.annotationCount = 42;
 | 
| -    o.annotationTypes = buildUnnamed812();
 | 
| +    o.annotationTypes = buildUnnamed838();
 | 
|      o.annotationsDataLink = "foo";
 | 
|      o.annotationsLink = "foo";
 | 
|      o.contentVersion = "foo";
 | 
| @@ -1549,7 +1549,7 @@ checkLayersummary(api.Layersummary o) {
 | 
|    buildCounterLayersummary++;
 | 
|    if (buildCounterLayersummary < 3) {
 | 
|      unittest.expect(o.annotationCount, unittest.equals(42));
 | 
| -    checkUnnamed812(o.annotationTypes);
 | 
| +    checkUnnamed838(o.annotationTypes);
 | 
|      unittest.expect(o.annotationsDataLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.annotationsLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.contentVersion, unittest.equals('foo'));
 | 
| @@ -1592,14 +1592,14 @@ checkMetadataItems(api.MetadataItems o) {
 | 
|    buildCounterMetadataItems--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed813() {
 | 
| +buildUnnamed839() {
 | 
|    var o = new core.List<api.MetadataItems>();
 | 
|    o.add(buildMetadataItems());
 | 
|    o.add(buildMetadataItems());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed813(core.List<api.MetadataItems> o) {
 | 
| +checkUnnamed839(core.List<api.MetadataItems> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetadataItems(o[0]);
 | 
|    checkMetadataItems(o[1]);
 | 
| @@ -1610,7 +1610,7 @@ buildMetadata() {
 | 
|    var o = new api.Metadata();
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
| -    o.items = buildUnnamed813();
 | 
| +    o.items = buildUnnamed839();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
| @@ -1620,20 +1620,20 @@ buildMetadata() {
 | 
|  checkMetadata(api.Metadata o) {
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
| -    checkUnnamed813(o.items);
 | 
| +    checkUnnamed839(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed814() {
 | 
| +buildUnnamed840() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed814(core.List<core.String> o) {
 | 
| +checkUnnamed840(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'));
 | 
| @@ -1645,7 +1645,7 @@ buildNotification() {
 | 
|    buildCounterNotification++;
 | 
|    if (buildCounterNotification < 3) {
 | 
|      o.body = "foo";
 | 
| -    o.crmExperimentIds = buildUnnamed814();
 | 
| +    o.crmExperimentIds = buildUnnamed840();
 | 
|      o.docId = "foo";
 | 
|      o.docType = "foo";
 | 
|      o.dontShowNotification = true;
 | 
| @@ -1667,7 +1667,7 @@ checkNotification(api.Notification o) {
 | 
|    buildCounterNotification++;
 | 
|    if (buildCounterNotification < 3) {
 | 
|      unittest.expect(o.body, unittest.equals('foo'));
 | 
| -    checkUnnamed814(o.crmExperimentIds);
 | 
| +    checkUnnamed840(o.crmExperimentIds);
 | 
|      unittest.expect(o.docId, unittest.equals('foo'));
 | 
|      unittest.expect(o.docType, unittest.equals('foo'));
 | 
|      unittest.expect(o.dontShowNotification, unittest.isTrue);
 | 
| @@ -1713,14 +1713,14 @@ checkOffersItemsItems(api.OffersItemsItems o) {
 | 
|    buildCounterOffersItemsItems--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed815() {
 | 
| +buildUnnamed841() {
 | 
|    var o = new core.List<api.OffersItemsItems>();
 | 
|    o.add(buildOffersItemsItems());
 | 
|    o.add(buildOffersItemsItems());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed815(core.List<api.OffersItemsItems> o) {
 | 
| +checkUnnamed841(core.List<api.OffersItemsItems> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOffersItemsItems(o[0]);
 | 
|    checkOffersItemsItems(o[1]);
 | 
| @@ -1734,7 +1734,7 @@ buildOffersItems() {
 | 
|      o.artUrl = "foo";
 | 
|      o.gservicesKey = "foo";
 | 
|      o.id = "foo";
 | 
| -    o.items = buildUnnamed815();
 | 
| +    o.items = buildUnnamed841();
 | 
|    }
 | 
|    buildCounterOffersItems--;
 | 
|    return o;
 | 
| @@ -1746,19 +1746,19 @@ checkOffersItems(api.OffersItems o) {
 | 
|      unittest.expect(o.artUrl, unittest.equals('foo'));
 | 
|      unittest.expect(o.gservicesKey, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed815(o.items);
 | 
| +    checkUnnamed841(o.items);
 | 
|    }
 | 
|    buildCounterOffersItems--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed816() {
 | 
| +buildUnnamed842() {
 | 
|    var o = new core.List<api.OffersItems>();
 | 
|    o.add(buildOffersItems());
 | 
|    o.add(buildOffersItems());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed816(core.List<api.OffersItems> o) {
 | 
| +checkUnnamed842(core.List<api.OffersItems> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOffersItems(o[0]);
 | 
|    checkOffersItems(o[1]);
 | 
| @@ -1769,7 +1769,7 @@ buildOffers() {
 | 
|    var o = new api.Offers();
 | 
|    buildCounterOffers++;
 | 
|    if (buildCounterOffers < 3) {
 | 
| -    o.items = buildUnnamed816();
 | 
| +    o.items = buildUnnamed842();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterOffers--;
 | 
| @@ -1779,7 +1779,7 @@ buildOffers() {
 | 
|  checkOffers(api.Offers o) {
 | 
|    buildCounterOffers++;
 | 
|    if (buildCounterOffers < 3) {
 | 
| -    checkUnnamed816(o.items);
 | 
| +    checkUnnamed842(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOffers--;
 | 
| @@ -1945,14 +1945,14 @@ checkSeriesSeries(api.SeriesSeries o) {
 | 
|    buildCounterSeriesSeries--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed817() {
 | 
| +buildUnnamed843() {
 | 
|    var o = new core.List<api.SeriesSeries>();
 | 
|    o.add(buildSeriesSeries());
 | 
|    o.add(buildSeriesSeries());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed817(core.List<api.SeriesSeries> o) {
 | 
| +checkUnnamed843(core.List<api.SeriesSeries> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSeriesSeries(o[0]);
 | 
|    checkSeriesSeries(o[1]);
 | 
| @@ -1964,7 +1964,7 @@ buildSeries() {
 | 
|    buildCounterSeries++;
 | 
|    if (buildCounterSeries < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.series = buildUnnamed817();
 | 
| +    o.series = buildUnnamed843();
 | 
|    }
 | 
|    buildCounterSeries--;
 | 
|    return o;
 | 
| @@ -1974,19 +1974,19 @@ checkSeries(api.Series o) {
 | 
|    buildCounterSeries++;
 | 
|    if (buildCounterSeries < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed817(o.series);
 | 
| +    checkUnnamed843(o.series);
 | 
|    }
 | 
|    buildCounterSeries--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed818() {
 | 
| +buildUnnamed844() {
 | 
|    var o = new core.List<api.Volume>();
 | 
|    o.add(buildVolume());
 | 
|    o.add(buildVolume());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed818(core.List<api.Volume> o) {
 | 
| +checkUnnamed844(core.List<api.Volume> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolume(o[0]);
 | 
|    checkVolume(o[1]);
 | 
| @@ -1998,7 +1998,7 @@ buildSeriesmembership() {
 | 
|    buildCounterSeriesmembership++;
 | 
|    if (buildCounterSeriesmembership < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.member = buildUnnamed818();
 | 
| +    o.member = buildUnnamed844();
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
|    buildCounterSeriesmembership--;
 | 
| @@ -2009,7 +2009,7 @@ checkSeriesmembership(api.Seriesmembership o) {
 | 
|    buildCounterSeriesmembership++;
 | 
|    if (buildCounterSeriesmembership < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed818(o.member);
 | 
| +    checkUnnamed844(o.member);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterSeriesmembership--;
 | 
| @@ -2230,14 +2230,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
 | 
|    buildCounterVolumeLayerInfoLayers--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed819() {
 | 
| +buildUnnamed845() {
 | 
|    var o = new core.List<api.VolumeLayerInfoLayers>();
 | 
|    o.add(buildVolumeLayerInfoLayers());
 | 
|    o.add(buildVolumeLayerInfoLayers());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed819(core.List<api.VolumeLayerInfoLayers> o) {
 | 
| +checkUnnamed845(core.List<api.VolumeLayerInfoLayers> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeLayerInfoLayers(o[0]);
 | 
|    checkVolumeLayerInfoLayers(o[1]);
 | 
| @@ -2248,7 +2248,7 @@ buildVolumeLayerInfo() {
 | 
|    var o = new api.VolumeLayerInfo();
 | 
|    buildCounterVolumeLayerInfo++;
 | 
|    if (buildCounterVolumeLayerInfo < 3) {
 | 
| -    o.layers = buildUnnamed819();
 | 
| +    o.layers = buildUnnamed845();
 | 
|    }
 | 
|    buildCounterVolumeLayerInfo--;
 | 
|    return o;
 | 
| @@ -2257,7 +2257,7 @@ buildVolumeLayerInfo() {
 | 
|  checkVolumeLayerInfo(api.VolumeLayerInfo o) {
 | 
|    buildCounterVolumeLayerInfo++;
 | 
|    if (buildCounterVolumeLayerInfo < 3) {
 | 
| -    checkUnnamed819(o.layers);
 | 
| +    checkUnnamed845(o.layers);
 | 
|    }
 | 
|    buildCounterVolumeLayerInfo--;
 | 
|  }
 | 
| @@ -2392,14 +2392,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
 | 
|    buildCounterVolumeSaleInfoOffers--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed820() {
 | 
| +buildUnnamed846() {
 | 
|    var o = new core.List<api.VolumeSaleInfoOffers>();
 | 
|    o.add(buildVolumeSaleInfoOffers());
 | 
|    o.add(buildVolumeSaleInfoOffers());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed820(core.List<api.VolumeSaleInfoOffers> o) {
 | 
| +checkUnnamed846(core.List<api.VolumeSaleInfoOffers> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeSaleInfoOffers(o[0]);
 | 
|    checkVolumeSaleInfoOffers(o[1]);
 | 
| @@ -2435,7 +2435,7 @@ buildVolumeSaleInfo() {
 | 
|      o.country = "foo";
 | 
|      o.isEbook = true;
 | 
|      o.listPrice = buildVolumeSaleInfoListPrice();
 | 
| -    o.offers = buildUnnamed820();
 | 
| +    o.offers = buildUnnamed846();
 | 
|      o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
 | 
|      o.retailPrice = buildVolumeSaleInfoRetailPrice();
 | 
|      o.saleability = "foo";
 | 
| @@ -2451,7 +2451,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
|      unittest.expect(o.isEbook, unittest.isTrue);
 | 
|      checkVolumeSaleInfoListPrice(o.listPrice);
 | 
| -    checkUnnamed820(o.offers);
 | 
| +    checkUnnamed846(o.offers);
 | 
|      unittest.expect(o.onSaleDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
|      checkVolumeSaleInfoRetailPrice(o.retailPrice);
 | 
|      unittest.expect(o.saleability, unittest.equals('foo'));
 | 
| @@ -2621,27 +2621,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
 | 
|    buildCounterVolumeUserInfo--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed821() {
 | 
| +buildUnnamed847() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed821(core.List<core.String> o) {
 | 
| +checkUnnamed847(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed822() {
 | 
| +buildUnnamed848() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed822(core.List<core.String> o) {
 | 
| +checkUnnamed848(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'));
 | 
| @@ -2720,14 +2720,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
 | 
|    buildCounterVolumeVolumeInfoIndustryIdentifiers--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed823() {
 | 
| +buildUnnamed849() {
 | 
|    var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
 | 
|    o.add(buildVolumeVolumeInfoIndustryIdentifiers());
 | 
|    o.add(buildVolumeVolumeInfoIndustryIdentifiers());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed823(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
 | 
| +checkUnnamed849(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
 | 
|    checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
 | 
| @@ -2764,15 +2764,15 @@ buildVolumeVolumeInfo() {
 | 
|    buildCounterVolumeVolumeInfo++;
 | 
|    if (buildCounterVolumeVolumeInfo < 3) {
 | 
|      o.allowAnonLogging = true;
 | 
| -    o.authors = buildUnnamed821();
 | 
| +    o.authors = buildUnnamed847();
 | 
|      o.averageRating = 42.0;
 | 
|      o.canonicalVolumeLink = "foo";
 | 
| -    o.categories = buildUnnamed822();
 | 
| +    o.categories = buildUnnamed848();
 | 
|      o.contentVersion = "foo";
 | 
|      o.description = "foo";
 | 
|      o.dimensions = buildVolumeVolumeInfoDimensions();
 | 
|      o.imageLinks = buildVolumeVolumeInfoImageLinks();
 | 
| -    o.industryIdentifiers = buildUnnamed823();
 | 
| +    o.industryIdentifiers = buildUnnamed849();
 | 
|      o.infoLink = "foo";
 | 
|      o.language = "foo";
 | 
|      o.mainCategory = "foo";
 | 
| @@ -2799,15 +2799,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
 | 
|    buildCounterVolumeVolumeInfo++;
 | 
|    if (buildCounterVolumeVolumeInfo < 3) {
 | 
|      unittest.expect(o.allowAnonLogging, unittest.isTrue);
 | 
| -    checkUnnamed821(o.authors);
 | 
| +    checkUnnamed847(o.authors);
 | 
|      unittest.expect(o.averageRating, unittest.equals(42.0));
 | 
|      unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
 | 
| -    checkUnnamed822(o.categories);
 | 
| +    checkUnnamed848(o.categories);
 | 
|      unittest.expect(o.contentVersion, unittest.equals('foo'));
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      checkVolumeVolumeInfoDimensions(o.dimensions);
 | 
|      checkVolumeVolumeInfoImageLinks(o.imageLinks);
 | 
| -    checkUnnamed823(o.industryIdentifiers);
 | 
| +    checkUnnamed849(o.industryIdentifiers);
 | 
|      unittest.expect(o.infoLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.language, unittest.equals('foo'));
 | 
|      unittest.expect(o.mainCategory, unittest.equals('foo'));
 | 
| @@ -2868,14 +2868,14 @@ checkVolume(api.Volume o) {
 | 
|    buildCounterVolume--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed824() {
 | 
| +buildUnnamed850() {
 | 
|    var o = new core.List<api.Volume>();
 | 
|    o.add(buildVolume());
 | 
|    o.add(buildVolume());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed824(core.List<api.Volume> o) {
 | 
| +checkUnnamed850(core.List<api.Volume> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolume(o[0]);
 | 
|    checkVolume(o[1]);
 | 
| @@ -2886,7 +2886,7 @@ buildVolume2() {
 | 
|    var o = new api.Volume2();
 | 
|    buildCounterVolume2++;
 | 
|    if (buildCounterVolume2 < 3) {
 | 
| -    o.items = buildUnnamed824();
 | 
| +    o.items = buildUnnamed850();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2897,7 +2897,7 @@ buildVolume2() {
 | 
|  checkVolume2(api.Volume2 o) {
 | 
|    buildCounterVolume2++;
 | 
|    if (buildCounterVolume2 < 3) {
 | 
| -    checkUnnamed824(o.items);
 | 
| +    checkUnnamed850(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2929,14 +2929,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
 | 
|    buildCounterVolumeannotationContentRanges--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed825() {
 | 
| +buildUnnamed851() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed825(core.List<core.String> o) {
 | 
| +checkUnnamed851(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'));
 | 
| @@ -2956,7 +2956,7 @@ buildVolumeannotation() {
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.layerId = "foo";
 | 
| -    o.pageIds = buildUnnamed825();
 | 
| +    o.pageIds = buildUnnamed851();
 | 
|      o.selectedText = "foo";
 | 
|      o.selfLink = "foo";
 | 
|      o.updated = core.DateTime.parse("2002-02-27T14:01:02");
 | 
| @@ -2978,7 +2978,7 @@ checkVolumeannotation(api.Volumeannotation o) {
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.layerId, unittest.equals('foo'));
 | 
| -    checkUnnamed825(o.pageIds);
 | 
| +    checkUnnamed851(o.pageIds);
 | 
|      unittest.expect(o.selectedText, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
| @@ -2987,14 +2987,14 @@ checkVolumeannotation(api.Volumeannotation o) {
 | 
|    buildCounterVolumeannotation--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed826() {
 | 
| +buildUnnamed852() {
 | 
|    var o = new core.List<api.Volumeannotation>();
 | 
|    o.add(buildVolumeannotation());
 | 
|    o.add(buildVolumeannotation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed826(core.List<api.Volumeannotation> o) {
 | 
| +checkUnnamed852(core.List<api.Volumeannotation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeannotation(o[0]);
 | 
|    checkVolumeannotation(o[1]);
 | 
| @@ -3005,7 +3005,7 @@ buildVolumeannotations() {
 | 
|    var o = new api.Volumeannotations();
 | 
|    buildCounterVolumeannotations++;
 | 
|    if (buildCounterVolumeannotations < 3) {
 | 
| -    o.items = buildUnnamed826();
 | 
| +    o.items = buildUnnamed852();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -3018,7 +3018,7 @@ buildVolumeannotations() {
 | 
|  checkVolumeannotations(api.Volumeannotations o) {
 | 
|    buildCounterVolumeannotations++;
 | 
|    if (buildCounterVolumeannotations < 3) {
 | 
| -    checkUnnamed826(o.items);
 | 
| +    checkUnnamed852(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -3027,14 +3027,14 @@ checkVolumeannotations(api.Volumeannotations o) {
 | 
|    buildCounterVolumeannotations--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed827() {
 | 
| +buildUnnamed853() {
 | 
|    var o = new core.List<api.Volume>();
 | 
|    o.add(buildVolume());
 | 
|    o.add(buildVolume());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed827(core.List<api.Volume> o) {
 | 
| +checkUnnamed853(core.List<api.Volume> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolume(o[0]);
 | 
|    checkVolume(o[1]);
 | 
| @@ -3045,7 +3045,7 @@ buildVolumes() {
 | 
|    var o = new api.Volumes();
 | 
|    buildCounterVolumes++;
 | 
|    if (buildCounterVolumes < 3) {
 | 
| -    o.items = buildUnnamed827();
 | 
| +    o.items = buildUnnamed853();
 | 
|      o.kind = "foo";
 | 
|      o.totalItems = 42;
 | 
|    }
 | 
| @@ -3056,7 +3056,7 @@ buildVolumes() {
 | 
|  checkVolumes(api.Volumes o) {
 | 
|    buildCounterVolumes++;
 | 
|    if (buildCounterVolumes < 3) {
 | 
| -    checkUnnamed827(o.items);
 | 
| +    checkUnnamed853(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
|    }
 | 
| @@ -3084,14 +3084,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o)
 | 
|    buildCounterVolumeseriesinfoVolumeSeriesIssue--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed828() {
 | 
| +buildUnnamed854() {
 | 
|    var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>();
 | 
|    o.add(buildVolumeseriesinfoVolumeSeriesIssue());
 | 
|    o.add(buildVolumeseriesinfoVolumeSeriesIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed828(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
 | 
| +checkUnnamed854(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeseriesinfoVolumeSeriesIssue(o[0]);
 | 
|    checkVolumeseriesinfoVolumeSeriesIssue(o[1]);
 | 
| @@ -3102,7 +3102,7 @@ buildVolumeseriesinfoVolumeSeries() {
 | 
|    var o = new api.VolumeseriesinfoVolumeSeries();
 | 
|    buildCounterVolumeseriesinfoVolumeSeries++;
 | 
|    if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
 | 
| -    o.issue = buildUnnamed828();
 | 
| +    o.issue = buildUnnamed854();
 | 
|      o.orderNumber = 42;
 | 
|      o.seriesBookType = "foo";
 | 
|      o.seriesId = "foo";
 | 
| @@ -3114,7 +3114,7 @@ buildVolumeseriesinfoVolumeSeries() {
 | 
|  checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
 | 
|    buildCounterVolumeseriesinfoVolumeSeries++;
 | 
|    if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
 | 
| -    checkUnnamed828(o.issue);
 | 
| +    checkUnnamed854(o.issue);
 | 
|      unittest.expect(o.orderNumber, unittest.equals(42));
 | 
|      unittest.expect(o.seriesBookType, unittest.equals('foo'));
 | 
|      unittest.expect(o.seriesId, unittest.equals('foo'));
 | 
| @@ -3122,14 +3122,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
 | 
|    buildCounterVolumeseriesinfoVolumeSeries--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed829() {
 | 
| +buildUnnamed855() {
 | 
|    var o = new core.List<api.VolumeseriesinfoVolumeSeries>();
 | 
|    o.add(buildVolumeseriesinfoVolumeSeries());
 | 
|    o.add(buildVolumeseriesinfoVolumeSeries());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed829(core.List<api.VolumeseriesinfoVolumeSeries> o) {
 | 
| +checkUnnamed855(core.List<api.VolumeseriesinfoVolumeSeries> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVolumeseriesinfoVolumeSeries(o[0]);
 | 
|    checkVolumeseriesinfoVolumeSeries(o[1]);
 | 
| @@ -3143,7 +3143,7 @@ buildVolumeseriesinfo() {
 | 
|      o.bookDisplayNumber = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.shortSeriesBookTitle = "foo";
 | 
| -    o.volumeSeries = buildUnnamed829();
 | 
| +    o.volumeSeries = buildUnnamed855();
 | 
|    }
 | 
|    buildCounterVolumeseriesinfo--;
 | 
|    return o;
 | 
| @@ -3155,162 +3155,162 @@ checkVolumeseriesinfo(api.Volumeseriesinfo o) {
 | 
|      unittest.expect(o.bookDisplayNumber, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.shortSeriesBookTitle, unittest.equals('foo'));
 | 
| -    checkUnnamed829(o.volumeSeries);
 | 
| +    checkUnnamed855(o.volumeSeries);
 | 
|    }
 | 
|    buildCounterVolumeseriesinfo--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed830() {
 | 
| +buildUnnamed856() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed830(core.List<core.String> o) {
 | 
| +checkUnnamed856(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed831() {
 | 
| +buildUnnamed857() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed831(core.List<core.String> o) {
 | 
| +checkUnnamed857(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed832() {
 | 
| +buildUnnamed858() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed832(core.List<core.String> o) {
 | 
| +checkUnnamed858(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed833() {
 | 
| +buildUnnamed859() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed833(core.List<core.String> o) {
 | 
| +checkUnnamed859(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed834() {
 | 
| +buildUnnamed860() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed834(core.List<core.String> o) {
 | 
| +checkUnnamed860(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed835() {
 | 
| +buildUnnamed861() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed835(core.List<core.String> o) {
 | 
| +checkUnnamed861(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed836() {
 | 
| +buildUnnamed862() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed836(core.List<core.String> o) {
 | 
| +checkUnnamed862(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed837() {
 | 
| +buildUnnamed863() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed837(core.List<core.String> o) {
 | 
| +checkUnnamed863(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed838() {
 | 
| +buildUnnamed864() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed838(core.List<core.String> o) {
 | 
| +checkUnnamed864(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed839() {
 | 
| +buildUnnamed865() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed839(core.List<core.String> o) {
 | 
| +checkUnnamed865(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed840() {
 | 
| +buildUnnamed866() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed840(core.List<core.String> o) {
 | 
| +checkUnnamed866(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed841() {
 | 
| +buildUnnamed867() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed841(core.List<core.String> o) {
 | 
| +checkUnnamed867(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'));
 | 
| @@ -4833,7 +4833,7 @@ main() {
 | 
|        var arg_volumeId = "foo";
 | 
|        var arg_layerId = "foo";
 | 
|        var arg_contentVersion = "foo";
 | 
| -      var arg_annotationDataId = buildUnnamed830();
 | 
| +      var arg_annotationDataId = buildUnnamed856();
 | 
|        var arg_h = 42;
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxResults = 42;
 | 
| @@ -5118,7 +5118,7 @@ main() {
 | 
|  
 | 
|        var mock = new HttpServerMock();
 | 
|        api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
 | 
| -      var arg_volumeIds = buildUnnamed831();
 | 
| +      var arg_volumeIds = buildUnnamed857();
 | 
|        var arg_cpksver = "foo";
 | 
|        var arg_locale = "foo";
 | 
|        var arg_source = "foo";
 | 
| @@ -5231,11 +5231,11 @@ main() {
 | 
|        var arg_source = "foo";
 | 
|        var arg_nonce = "foo";
 | 
|        var arg_cpksver = "foo";
 | 
| -      var arg_features = buildUnnamed832();
 | 
| +      var arg_features = buildUnnamed858();
 | 
|        var arg_includeNonComicsSeries = true;
 | 
|        var arg_locale = "foo";
 | 
|        var arg_showPreorders = true;
 | 
| -      var arg_volumeIds = buildUnnamed833();
 | 
| +      var arg_volumeIds = buildUnnamed859();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -5448,7 +5448,7 @@ main() {
 | 
|        api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
 | 
|        var arg_contentVersion = "foo";
 | 
|        var arg_layerId = "foo";
 | 
| -      var arg_layerIds = buildUnnamed834();
 | 
| +      var arg_layerIds = buildUnnamed860();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_showDeleted = true;
 | 
| @@ -5511,7 +5511,7 @@ main() {
 | 
|  
 | 
|        var mock = new HttpServerMock();
 | 
|        api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
 | 
| -      var arg_layerIds = buildUnnamed835();
 | 
| +      var arg_layerIds = buildUnnamed861();
 | 
|        var arg_volumeId = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
| @@ -6238,7 +6238,7 @@ main() {
 | 
|  
 | 
|        var mock = new HttpServerMock();
 | 
|        api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding;
 | 
| -      var arg_categoryId = buildUnnamed836();
 | 
| +      var arg_categoryId = buildUnnamed862();
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxAllowedMaturityRating = "foo";
 | 
|        var arg_pageSize = 42;
 | 
| @@ -6529,7 +6529,7 @@ main() {
 | 
|  
 | 
|        var mock = new HttpServerMock();
 | 
|        api.SeriesResourceApi res = new api.BooksApi(mock).series;
 | 
| -      var arg_seriesId = buildUnnamed837();
 | 
| +      var arg_seriesId = buildUnnamed863();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -6838,11 +6838,11 @@ main() {
 | 
|  
 | 
|        var mock = new HttpServerMock();
 | 
|        api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
 | 
| -      var arg_acquireMethod = buildUnnamed838();
 | 
| +      var arg_acquireMethod = buildUnnamed864();
 | 
|        var arg_country = "foo";
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_processingState = buildUnnamed839();
 | 
| +      var arg_processingState = buildUnnamed865();
 | 
|        var arg_source = "foo";
 | 
|        var arg_startIndex = 42;
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -7011,10 +7011,10 @@ main() {
 | 
|        api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_processingState = buildUnnamed840();
 | 
| +      var arg_processingState = buildUnnamed866();
 | 
|        var arg_source = "foo";
 | 
|        var arg_startIndex = 42;
 | 
| -      var arg_volumeId = buildUnnamed841();
 | 
| +      var arg_volumeId = buildUnnamed867();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| 
 |