| Index: generated/googleapis/test/fusiontables/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/fusiontables/v1_test.dart b/generated/googleapis/test/fusiontables/v1_test.dart
 | 
| index 5c56a20d1f50af4160dfdddc7c173527f13fcb46..a8f6382c291b66b50e2ba06a7a42f4a2f4e0eb9e 100644
 | 
| --- a/generated/googleapis/test/fusiontables/v1_test.dart
 | 
| +++ b/generated/googleapis/test/fusiontables/v1_test.dart
 | 
| @@ -97,14 +97,14 @@ checkColumn(api.Column o) {
 | 
|    buildCounterColumn--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1066() {
 | 
| +buildUnnamed776() {
 | 
|    var o = new core.List<api.Column>();
 | 
|    o.add(buildColumn());
 | 
|    o.add(buildColumn());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1066(core.List<api.Column> o) {
 | 
| +checkUnnamed776(core.List<api.Column> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkColumn(o[0]);
 | 
|    checkColumn(o[1]);
 | 
| @@ -115,7 +115,7 @@ buildColumnList() {
 | 
|    var o = new api.ColumnList();
 | 
|    buildCounterColumnList++;
 | 
|    if (buildCounterColumnList < 3) {
 | 
| -    o.items = buildUnnamed1066();
 | 
| +    o.items = buildUnnamed776();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -127,7 +127,7 @@ buildColumnList() {
 | 
|  checkColumnList(api.ColumnList o) {
 | 
|    buildCounterColumnList++;
 | 
|    if (buildCounterColumnList < 3) {
 | 
| -    checkUnnamed1066(o.items);
 | 
| +    checkUnnamed776(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -135,14 +135,14 @@ checkColumnList(api.ColumnList o) {
 | 
|    buildCounterColumnList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1067() {
 | 
| +buildUnnamed777() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1067(core.List<core.Object> o) {
 | 
| +checkUnnamed777(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')); 
 | 
| @@ -153,7 +153,7 @@ buildGeometry() {
 | 
|    var o = new api.Geometry();
 | 
|    buildCounterGeometry++;
 | 
|    if (buildCounterGeometry < 3) {
 | 
| -    o.geometries = buildUnnamed1067();
 | 
| +    o.geometries = buildUnnamed777();
 | 
|      o.geometry = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
 | 
|      o.type = "foo";
 | 
|    }
 | 
| @@ -164,7 +164,7 @@ buildGeometry() {
 | 
|  checkGeometry(api.Geometry o) {
 | 
|    buildCounterGeometry++;
 | 
|    if (buildCounterGeometry < 3) {
 | 
| -    checkUnnamed1067(o.geometries);
 | 
| +    checkUnnamed777(o.geometries);
 | 
|      var casted3 = (o.geometry) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo')); 
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -192,30 +192,30 @@ checkImport(api.Import o) {
 | 
|    buildCounterImport--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1068() {
 | 
| +buildUnnamed778() {
 | 
|    var o = new core.List<core.double>();
 | 
|    o.add(42.0);
 | 
|    o.add(42.0);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1068(core.List<core.double> o) {
 | 
| +checkUnnamed778(core.List<core.double> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42.0));
 | 
|    unittest.expect(o[1], unittest.equals(42.0));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1069() {
 | 
| +buildUnnamed779() {
 | 
|    var o = new core.List<core.List<core.double>>();
 | 
| -  o.add(buildUnnamed1068());
 | 
| -  o.add(buildUnnamed1068());
 | 
| +  o.add(buildUnnamed778());
 | 
| +  o.add(buildUnnamed778());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1069(core.List<core.List<core.double>> o) {
 | 
| +checkUnnamed779(core.List<core.List<core.double>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed1068(o[0]);
 | 
| -  checkUnnamed1068(o[1]);
 | 
| +  checkUnnamed778(o[0]);
 | 
| +  checkUnnamed778(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterLine = 0;
 | 
| @@ -223,7 +223,7 @@ buildLine() {
 | 
|    var o = new api.Line();
 | 
|    buildCounterLine++;
 | 
|    if (buildCounterLine < 3) {
 | 
| -    o.coordinates = buildUnnamed1069();
 | 
| +    o.coordinates = buildUnnamed779();
 | 
|      o.type = "foo";
 | 
|    }
 | 
|    buildCounterLine--;
 | 
| @@ -233,7 +233,7 @@ buildLine() {
 | 
|  checkLine(api.Line o) {
 | 
|    buildCounterLine++;
 | 
|    if (buildCounterLine < 3) {
 | 
| -    checkUnnamed1069(o.coordinates);
 | 
| +    checkUnnamed779(o.coordinates);
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterLine--;
 | 
| @@ -266,14 +266,14 @@ checkLineStyle(api.LineStyle o) {
 | 
|    buildCounterLineStyle--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1070() {
 | 
| +buildUnnamed780() {
 | 
|    var o = new core.List<core.double>();
 | 
|    o.add(42.0);
 | 
|    o.add(42.0);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1070(core.List<core.double> o) {
 | 
| +checkUnnamed780(core.List<core.double> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42.0));
 | 
|    unittest.expect(o[1], unittest.equals(42.0));
 | 
| @@ -284,7 +284,7 @@ buildPoint() {
 | 
|    var o = new api.Point();
 | 
|    buildCounterPoint++;
 | 
|    if (buildCounterPoint < 3) {
 | 
| -    o.coordinates = buildUnnamed1070();
 | 
| +    o.coordinates = buildUnnamed780();
 | 
|      o.type = "foo";
 | 
|    }
 | 
|    buildCounterPoint--;
 | 
| @@ -294,7 +294,7 @@ buildPoint() {
 | 
|  checkPoint(api.Point o) {
 | 
|    buildCounterPoint++;
 | 
|    if (buildCounterPoint < 3) {
 | 
| -    checkUnnamed1070(o.coordinates);
 | 
| +    checkUnnamed780(o.coordinates);
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterPoint--;
 | 
| @@ -321,43 +321,43 @@ checkPointStyle(api.PointStyle o) {
 | 
|    buildCounterPointStyle--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1071() {
 | 
| +buildUnnamed781() {
 | 
|    var o = new core.List<core.double>();
 | 
|    o.add(42.0);
 | 
|    o.add(42.0);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1071(core.List<core.double> o) {
 | 
| +checkUnnamed781(core.List<core.double> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42.0));
 | 
|    unittest.expect(o[1], unittest.equals(42.0));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1072() {
 | 
| +buildUnnamed782() {
 | 
|    var o = new core.List<core.List<core.double>>();
 | 
| -  o.add(buildUnnamed1071());
 | 
| -  o.add(buildUnnamed1071());
 | 
| +  o.add(buildUnnamed781());
 | 
| +  o.add(buildUnnamed781());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1072(core.List<core.List<core.double>> o) {
 | 
| +checkUnnamed782(core.List<core.List<core.double>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed1071(o[0]);
 | 
| -  checkUnnamed1071(o[1]);
 | 
| +  checkUnnamed781(o[0]);
 | 
| +  checkUnnamed781(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1073() {
 | 
| +buildUnnamed783() {
 | 
|    var o = new core.List<core.List<core.List<core.double>>>();
 | 
| -  o.add(buildUnnamed1072());
 | 
| -  o.add(buildUnnamed1072());
 | 
| +  o.add(buildUnnamed782());
 | 
| +  o.add(buildUnnamed782());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1073(core.List<core.List<core.List<core.double>>> o) {
 | 
| +checkUnnamed783(core.List<core.List<core.List<core.double>>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed1072(o[0]);
 | 
| -  checkUnnamed1072(o[1]);
 | 
| +  checkUnnamed782(o[0]);
 | 
| +  checkUnnamed782(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterPolygon = 0;
 | 
| @@ -365,7 +365,7 @@ buildPolygon() {
 | 
|    var o = new api.Polygon();
 | 
|    buildCounterPolygon++;
 | 
|    if (buildCounterPolygon < 3) {
 | 
| -    o.coordinates = buildUnnamed1073();
 | 
| +    o.coordinates = buildUnnamed783();
 | 
|      o.type = "foo";
 | 
|    }
 | 
|    buildCounterPolygon--;
 | 
| @@ -375,7 +375,7 @@ buildPolygon() {
 | 
|  checkPolygon(api.Polygon o) {
 | 
|    buildCounterPolygon++;
 | 
|    if (buildCounterPolygon < 3) {
 | 
| -    checkUnnamed1073(o.coordinates);
 | 
| +    checkUnnamed783(o.coordinates);
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterPolygon--;
 | 
| @@ -414,43 +414,43 @@ checkPolygonStyle(api.PolygonStyle o) {
 | 
|    buildCounterPolygonStyle--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1074() {
 | 
| +buildUnnamed784() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1074(core.List<core.String> o) {
 | 
| +checkUnnamed784(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1075() {
 | 
| +buildUnnamed785() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1075(core.List<core.Object> o) {
 | 
| +checkUnnamed785(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted4 = (o[0]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo')); 
 | 
|    var casted5 = (o[1]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1076() {
 | 
| +buildUnnamed786() {
 | 
|    var o = new core.List<core.List<core.Object>>();
 | 
| -  o.add(buildUnnamed1075());
 | 
| -  o.add(buildUnnamed1075());
 | 
| +  o.add(buildUnnamed785());
 | 
| +  o.add(buildUnnamed785());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1076(core.List<core.List<core.Object>> o) {
 | 
| +checkUnnamed786(core.List<core.List<core.Object>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed1075(o[0]);
 | 
| -  checkUnnamed1075(o[1]);
 | 
| +  checkUnnamed785(o[0]);
 | 
| +  checkUnnamed785(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterSqlresponse = 0;
 | 
| @@ -458,9 +458,9 @@ buildSqlresponse() {
 | 
|    var o = new api.Sqlresponse();
 | 
|    buildCounterSqlresponse++;
 | 
|    if (buildCounterSqlresponse < 3) {
 | 
| -    o.columns = buildUnnamed1074();
 | 
| +    o.columns = buildUnnamed784();
 | 
|      o.kind = "foo";
 | 
| -    o.rows = buildUnnamed1076();
 | 
| +    o.rows = buildUnnamed786();
 | 
|    }
 | 
|    buildCounterSqlresponse--;
 | 
|    return o;
 | 
| @@ -469,21 +469,21 @@ buildSqlresponse() {
 | 
|  checkSqlresponse(api.Sqlresponse o) {
 | 
|    buildCounterSqlresponse++;
 | 
|    if (buildCounterSqlresponse < 3) {
 | 
| -    checkUnnamed1074(o.columns);
 | 
| +    checkUnnamed784(o.columns);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed1076(o.rows);
 | 
| +    checkUnnamed786(o.rows);
 | 
|    }
 | 
|    buildCounterSqlresponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1077() {
 | 
| +buildUnnamed787() {
 | 
|    var o = new core.List<api.Bucket>();
 | 
|    o.add(buildBucket());
 | 
|    o.add(buildBucket());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1077(core.List<api.Bucket> o) {
 | 
| +checkUnnamed787(core.List<api.Bucket> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBucket(o[0]);
 | 
|    checkBucket(o[1]);
 | 
| @@ -510,14 +510,14 @@ checkStyleFunctionGradientColors(api.StyleFunctionGradientColors o) {
 | 
|    buildCounterStyleFunctionGradientColors--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1078() {
 | 
| +buildUnnamed788() {
 | 
|    var o = new core.List<api.StyleFunctionGradientColors>();
 | 
|    o.add(buildStyleFunctionGradientColors());
 | 
|    o.add(buildStyleFunctionGradientColors());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1078(core.List<api.StyleFunctionGradientColors> o) {
 | 
| +checkUnnamed788(core.List<api.StyleFunctionGradientColors> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkStyleFunctionGradientColors(o[0]);
 | 
|    checkStyleFunctionGradientColors(o[1]);
 | 
| @@ -528,7 +528,7 @@ buildStyleFunctionGradient() {
 | 
|    var o = new api.StyleFunctionGradient();
 | 
|    buildCounterStyleFunctionGradient++;
 | 
|    if (buildCounterStyleFunctionGradient < 3) {
 | 
| -    o.colors = buildUnnamed1078();
 | 
| +    o.colors = buildUnnamed788();
 | 
|      o.max = 42.0;
 | 
|      o.min = 42.0;
 | 
|    }
 | 
| @@ -539,7 +539,7 @@ buildStyleFunctionGradient() {
 | 
|  checkStyleFunctionGradient(api.StyleFunctionGradient o) {
 | 
|    buildCounterStyleFunctionGradient++;
 | 
|    if (buildCounterStyleFunctionGradient < 3) {
 | 
| -    checkUnnamed1078(o.colors);
 | 
| +    checkUnnamed788(o.colors);
 | 
|      unittest.expect(o.max, unittest.equals(42.0));
 | 
|      unittest.expect(o.min, unittest.equals(42.0));
 | 
|    }
 | 
| @@ -551,7 +551,7 @@ buildStyleFunction() {
 | 
|    var o = new api.StyleFunction();
 | 
|    buildCounterStyleFunction++;
 | 
|    if (buildCounterStyleFunction < 3) {
 | 
| -    o.buckets = buildUnnamed1077();
 | 
| +    o.buckets = buildUnnamed787();
 | 
|      o.columnName = "foo";
 | 
|      o.gradient = buildStyleFunctionGradient();
 | 
|      o.kind = "foo";
 | 
| @@ -563,7 +563,7 @@ buildStyleFunction() {
 | 
|  checkStyleFunction(api.StyleFunction o) {
 | 
|    buildCounterStyleFunction++;
 | 
|    if (buildCounterStyleFunction < 3) {
 | 
| -    checkUnnamed1077(o.buckets);
 | 
| +    checkUnnamed787(o.buckets);
 | 
|      unittest.expect(o.columnName, unittest.equals('foo'));
 | 
|      checkStyleFunctionGradient(o.gradient);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| @@ -602,14 +602,14 @@ checkStyleSetting(api.StyleSetting o) {
 | 
|    buildCounterStyleSetting--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1079() {
 | 
| +buildUnnamed789() {
 | 
|    var o = new core.List<api.StyleSetting>();
 | 
|    o.add(buildStyleSetting());
 | 
|    o.add(buildStyleSetting());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1079(core.List<api.StyleSetting> o) {
 | 
| +checkUnnamed789(core.List<api.StyleSetting> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkStyleSetting(o[0]);
 | 
|    checkStyleSetting(o[1]);
 | 
| @@ -620,7 +620,7 @@ buildStyleSettingList() {
 | 
|    var o = new api.StyleSettingList();
 | 
|    buildCounterStyleSettingList++;
 | 
|    if (buildCounterStyleSettingList < 3) {
 | 
| -    o.items = buildUnnamed1079();
 | 
| +    o.items = buildUnnamed789();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -632,7 +632,7 @@ buildStyleSettingList() {
 | 
|  checkStyleSettingList(api.StyleSettingList o) {
 | 
|    buildCounterStyleSettingList++;
 | 
|    if (buildCounterStyleSettingList < 3) {
 | 
| -    checkUnnamed1079(o.items);
 | 
| +    checkUnnamed789(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -640,27 +640,27 @@ checkStyleSettingList(api.StyleSettingList o) {
 | 
|    buildCounterStyleSettingList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1080() {
 | 
| +buildUnnamed790() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1080(core.List<core.String> o) {
 | 
| +checkUnnamed790(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1081() {
 | 
| +buildUnnamed791() {
 | 
|    var o = new core.List<api.Column>();
 | 
|    o.add(buildColumn());
 | 
|    o.add(buildColumn());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1081(core.List<api.Column> o) {
 | 
| +checkUnnamed791(core.List<api.Column> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkColumn(o[0]);
 | 
|    checkColumn(o[1]);
 | 
| @@ -673,8 +673,8 @@ buildTable() {
 | 
|    if (buildCounterTable < 3) {
 | 
|      o.attribution = "foo";
 | 
|      o.attributionLink = "foo";
 | 
| -    o.baseTableIds = buildUnnamed1080();
 | 
| -    o.columns = buildUnnamed1081();
 | 
| +    o.baseTableIds = buildUnnamed790();
 | 
| +    o.columns = buildUnnamed791();
 | 
|      o.description = "foo";
 | 
|      o.isExportable = true;
 | 
|      o.kind = "foo";
 | 
| @@ -691,8 +691,8 @@ checkTable(api.Table o) {
 | 
|    if (buildCounterTable < 3) {
 | 
|      unittest.expect(o.attribution, unittest.equals('foo'));
 | 
|      unittest.expect(o.attributionLink, unittest.equals('foo'));
 | 
| -    checkUnnamed1080(o.baseTableIds);
 | 
| -    checkUnnamed1081(o.columns);
 | 
| +    checkUnnamed790(o.baseTableIds);
 | 
| +    checkUnnamed791(o.columns);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      unittest.expect(o.isExportable, unittest.isTrue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| @@ -703,14 +703,14 @@ checkTable(api.Table o) {
 | 
|    buildCounterTable--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1082() {
 | 
| +buildUnnamed792() {
 | 
|    var o = new core.List<api.Table>();
 | 
|    o.add(buildTable());
 | 
|    o.add(buildTable());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1082(core.List<api.Table> o) {
 | 
| +checkUnnamed792(core.List<api.Table> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTable(o[0]);
 | 
|    checkTable(o[1]);
 | 
| @@ -721,7 +721,7 @@ buildTableList() {
 | 
|    var o = new api.TableList();
 | 
|    buildCounterTableList++;
 | 
|    if (buildCounterTableList < 3) {
 | 
| -    o.items = buildUnnamed1082();
 | 
| +    o.items = buildUnnamed792();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -732,7 +732,7 @@ buildTableList() {
 | 
|  checkTableList(api.TableList o) {
 | 
|    buildCounterTableList++;
 | 
|    if (buildCounterTableList < 3) {
 | 
| -    checkUnnamed1082(o.items);
 | 
| +    checkUnnamed792(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -766,14 +766,14 @@ checkTask(api.Task o) {
 | 
|    buildCounterTask--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1083() {
 | 
| +buildUnnamed793() {
 | 
|    var o = new core.List<api.Task>();
 | 
|    o.add(buildTask());
 | 
|    o.add(buildTask());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1083(core.List<api.Task> o) {
 | 
| +checkUnnamed793(core.List<api.Task> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTask(o[0]);
 | 
|    checkTask(o[1]);
 | 
| @@ -784,7 +784,7 @@ buildTaskList() {
 | 
|    var o = new api.TaskList();
 | 
|    buildCounterTaskList++;
 | 
|    if (buildCounterTaskList < 3) {
 | 
| -    o.items = buildUnnamed1083();
 | 
| +    o.items = buildUnnamed793();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -796,7 +796,7 @@ buildTaskList() {
 | 
|  checkTaskList(api.TaskList o) {
 | 
|    buildCounterTaskList++;
 | 
|    if (buildCounterTaskList < 3) {
 | 
| -    checkUnnamed1083(o.items);
 | 
| +    checkUnnamed793(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| @@ -804,14 +804,14 @@ checkTaskList(api.TaskList o) {
 | 
|    buildCounterTaskList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1084() {
 | 
| +buildUnnamed794() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1084(core.List<core.String> o) {
 | 
| +checkUnnamed794(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'));
 | 
| @@ -822,7 +822,7 @@ buildTemplate() {
 | 
|    var o = new api.Template();
 | 
|    buildCounterTemplate++;
 | 
|    if (buildCounterTemplate < 3) {
 | 
| -    o.automaticColumnNames = buildUnnamed1084();
 | 
| +    o.automaticColumnNames = buildUnnamed794();
 | 
|      o.body = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
| @@ -836,7 +836,7 @@ buildTemplate() {
 | 
|  checkTemplate(api.Template o) {
 | 
|    buildCounterTemplate++;
 | 
|    if (buildCounterTemplate < 3) {
 | 
| -    checkUnnamed1084(o.automaticColumnNames);
 | 
| +    checkUnnamed794(o.automaticColumnNames);
 | 
|      unittest.expect(o.body, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| @@ -846,14 +846,14 @@ checkTemplate(api.Template o) {
 | 
|    buildCounterTemplate--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1085() {
 | 
| +buildUnnamed795() {
 | 
|    var o = new core.List<api.Template>();
 | 
|    o.add(buildTemplate());
 | 
|    o.add(buildTemplate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1085(core.List<api.Template> o) {
 | 
| +checkUnnamed795(core.List<api.Template> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTemplate(o[0]);
 | 
|    checkTemplate(o[1]);
 | 
| @@ -864,7 +864,7 @@ buildTemplateList() {
 | 
|    var o = new api.TemplateList();
 | 
|    buildCounterTemplateList++;
 | 
|    if (buildCounterTemplateList < 3) {
 | 
| -    o.items = buildUnnamed1085();
 | 
| +    o.items = buildUnnamed795();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.totalItems = 42;
 | 
| @@ -876,7 +876,7 @@ buildTemplateList() {
 | 
|  checkTemplateList(api.TemplateList o) {
 | 
|    buildCounterTemplateList++;
 | 
|    if (buildCounterTemplateList < 3) {
 | 
| -    checkUnnamed1085(o.items);
 | 
| +    checkUnnamed795(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalItems, unittest.equals(42));
 | 
| 
 |