| 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 07debf884ec5870225fb78a284d88420127fc56d..2120490548d42b0409e7c5e7df8f74b00df49e87 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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed216() {
 | 
| +buildUnnamed291() {
 | 
|    var o = new core.List<api.GroupItem>();
 | 
|    o.add(buildGroupItem());
 | 
|    o.add(buildGroupItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed216(core.List<api.GroupItem> o) {
 | 
| +checkUnnamed291(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 = buildUnnamed216();
 | 
| +    o.items = buildUnnamed291();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterGroupItemListResponse--;
 | 
| @@ -198,20 +198,20 @@ checkGroupItemListResponse(api.GroupItemListResponse o) {
 | 
|    buildCounterGroupItemListResponse++;
 | 
|    if (buildCounterGroupItemListResponse < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed216(o.items);
 | 
| +    checkUnnamed291(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterGroupItemListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed217() {
 | 
| +buildUnnamed292() {
 | 
|    var o = new core.List<api.Group>();
 | 
|    o.add(buildGroup());
 | 
|    o.add(buildGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed217(core.List<api.Group> o) {
 | 
| +checkUnnamed292(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 = buildUnnamed217();
 | 
| +    o.items = buildUnnamed292();
 | 
|      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'));
 | 
| -    checkUnnamed217(o.items);
 | 
| +    checkUnnamed292(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed218() {
 | 
| +buildUnnamed293() {
 | 
|    var o = new core.List<api.ResultTableColumnHeaders>();
 | 
|    o.add(buildResultTableColumnHeaders());
 | 
|    o.add(buildResultTableColumnHeaders());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed218(core.List<api.ResultTableColumnHeaders> o) {
 | 
| +checkUnnamed293(core.List<api.ResultTableColumnHeaders> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkResultTableColumnHeaders(o[0]);
 | 
|    checkResultTableColumnHeaders(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed219() {
 | 
| +buildUnnamed294() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed219(core.List<core.Object> o) {
 | 
| +checkUnnamed294(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')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed220() {
 | 
| +buildUnnamed295() {
 | 
|    var o = new core.List<core.List<core.Object>>();
 | 
| -  o.add(buildUnnamed219());
 | 
| -  o.add(buildUnnamed219());
 | 
| +  o.add(buildUnnamed294());
 | 
| +  o.add(buildUnnamed294());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed220(core.List<core.List<core.Object>> o) {
 | 
| +checkUnnamed295(core.List<core.List<core.Object>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed219(o[0]);
 | 
| -  checkUnnamed219(o[1]);
 | 
| +  checkUnnamed294(o[0]);
 | 
| +  checkUnnamed294(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterResultTable = 0;
 | 
| @@ -309,9 +309,9 @@ buildResultTable() {
 | 
|    var o = new api.ResultTable();
 | 
|    buildCounterResultTable++;
 | 
|    if (buildCounterResultTable < 3) {
 | 
| -    o.columnHeaders = buildUnnamed218();
 | 
| +    o.columnHeaders = buildUnnamed293();
 | 
|      o.kind = "foo";
 | 
| -    o.rows = buildUnnamed220();
 | 
| +    o.rows = buildUnnamed295();
 | 
|    }
 | 
|    buildCounterResultTable--;
 | 
|    return o;
 | 
| @@ -320,9 +320,9 @@ buildResultTable() {
 | 
|  checkResultTable(api.ResultTable o) {
 | 
|    buildCounterResultTable++;
 | 
|    if (buildCounterResultTable < 3) {
 | 
| -    checkUnnamed218(o.columnHeaders);
 | 
| +    checkUnnamed293(o.columnHeaders);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed220(o.rows);
 | 
| +    checkUnnamed295(o.rows);
 | 
|    }
 | 
|    buildCounterResultTable--;
 | 
|  }
 | 
| 
 |