| Index: generated/googleapis/test/youtubeanalytics/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/youtubeanalytics/v1_test.dart b/generated/googleapis/test/youtubeanalytics/v1_test.dart
 | 
| index fb882f6bae357d40c9a251f5090bf249a50214c2..0d5ef61e2419da23c9e898c0b7e54b906780aaf4 100644
 | 
| --- a/generated/googleapis/test/youtubeanalytics/v1_test.dart
 | 
| +++ b/generated/googleapis/test/youtubeanalytics/v1_test.dart
 | 
| @@ -168,14 +168,14 @@ checkGroupItem(api.GroupItem o) {
 | 
|    buildCounterGroupItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed195() {
 | 
| +buildUnnamed216() {
 | 
|    var o = new core.List<api.GroupItem>();
 | 
|    o.add(buildGroupItem());
 | 
|    o.add(buildGroupItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed195(core.List<api.GroupItem> o) {
 | 
| +checkUnnamed216(core.List<api.GroupItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkGroupItem(o[0]);
 | 
|    checkGroupItem(o[1]);
 | 
| @@ -187,7 +187,7 @@ buildGroupItemListResponse() {
 | 
|    buildCounterGroupItemListResponse++;
 | 
|    if (buildCounterGroupItemListResponse < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed195();
 | 
| +    o.items = buildUnnamed216();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterGroupItemListResponse--;
 | 
| @@ -198,20 +198,20 @@ checkGroupItemListResponse(api.GroupItemListResponse o) {
 | 
|    buildCounterGroupItemListResponse++;
 | 
|    if (buildCounterGroupItemListResponse < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed195(o.items);
 | 
| +    checkUnnamed216(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterGroupItemListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed196() {
 | 
| +buildUnnamed217() {
 | 
|    var o = new core.List<api.Group>();
 | 
|    o.add(buildGroup());
 | 
|    o.add(buildGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed196(core.List<api.Group> o) {
 | 
| +checkUnnamed217(core.List<api.Group> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkGroup(o[0]);
 | 
|    checkGroup(o[1]);
 | 
| @@ -223,7 +223,7 @@ buildGroupListResponse() {
 | 
|    buildCounterGroupListResponse++;
 | 
|    if (buildCounterGroupListResponse < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed196();
 | 
| +    o.items = buildUnnamed217();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -235,7 +235,7 @@ checkGroupListResponse(api.GroupListResponse o) {
 | 
|    buildCounterGroupListResponse++;
 | 
|    if (buildCounterGroupListResponse < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed196(o.items);
 | 
| +    checkUnnamed217(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -265,43 +265,43 @@ checkResultTableColumnHeaders(api.ResultTableColumnHeaders o) {
 | 
|    buildCounterResultTableColumnHeaders--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed197() {
 | 
| +buildUnnamed218() {
 | 
|    var o = new core.List<api.ResultTableColumnHeaders>();
 | 
|    o.add(buildResultTableColumnHeaders());
 | 
|    o.add(buildResultTableColumnHeaders());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed197(core.List<api.ResultTableColumnHeaders> o) {
 | 
| +checkUnnamed218(core.List<api.ResultTableColumnHeaders> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkResultTableColumnHeaders(o[0]);
 | 
|    checkResultTableColumnHeaders(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed198() {
 | 
| +buildUnnamed219() {
 | 
|    var o = new core.List<core.Object>();
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed198(core.List<core.Object> o) {
 | 
| +checkUnnamed219(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo')); 
 | 
|    var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed199() {
 | 
| +buildUnnamed220() {
 | 
|    var o = new core.List<core.List<core.Object>>();
 | 
| -  o.add(buildUnnamed198());
 | 
| -  o.add(buildUnnamed198());
 | 
| +  o.add(buildUnnamed219());
 | 
| +  o.add(buildUnnamed219());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed199(core.List<core.List<core.Object>> o) {
 | 
| +checkUnnamed220(core.List<core.List<core.Object>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed198(o[0]);
 | 
| -  checkUnnamed198(o[1]);
 | 
| +  checkUnnamed219(o[0]);
 | 
| +  checkUnnamed219(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterResultTable = 0;
 | 
| @@ -309,9 +309,9 @@ buildResultTable() {
 | 
|    var o = new api.ResultTable();
 | 
|    buildCounterResultTable++;
 | 
|    if (buildCounterResultTable < 3) {
 | 
| -    o.columnHeaders = buildUnnamed197();
 | 
| +    o.columnHeaders = buildUnnamed218();
 | 
|      o.kind = "foo";
 | 
| -    o.rows = buildUnnamed199();
 | 
| +    o.rows = buildUnnamed220();
 | 
|    }
 | 
|    buildCounterResultTable--;
 | 
|    return o;
 | 
| @@ -320,9 +320,9 @@ buildResultTable() {
 | 
|  checkResultTable(api.ResultTable o) {
 | 
|    buildCounterResultTable++;
 | 
|    if (buildCounterResultTable < 3) {
 | 
| -    checkUnnamed197(o.columnHeaders);
 | 
| +    checkUnnamed218(o.columnHeaders);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed199(o.rows);
 | 
| +    checkUnnamed220(o.rows);
 | 
|    }
 | 
|    buildCounterResultTable--;
 | 
|  }
 | 
| 
 |