| Index: generated/googleapis/test/mapsengine/v1_test.dart
|
| diff --git a/generated/googleapis/test/mapsengine/v1_test.dart b/generated/googleapis/test/mapsengine/v1_test.dart
|
| index 54ce466abdb988989a3cdfa218676d81573c1a6e..ac2f2ce486b35ff3bcb0c5a8569899fabdf3c843 100644
|
| --- a/generated/googleapis/test/mapsengine/v1_test.dart
|
| +++ b/generated/googleapis/test/mapsengine/v1_test.dart
|
| @@ -39,27 +39,27 @@ checkAcquisitionTime(api.AcquisitionTime o) {
|
| buildCounterAcquisitionTime--;
|
| }
|
|
|
| -buildUnnamed333() {
|
| +buildUnnamed91() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed333(core.List<core.double> o) {
|
| +checkUnnamed91(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));
|
| }
|
|
|
| -buildUnnamed334() {
|
| +buildUnnamed92() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed334(core.List<core.String> o) {
|
| +checkUnnamed92(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'));
|
| @@ -70,7 +70,7 @@ buildAsset() {
|
| var o = new api.Asset();
|
| buildCounterAsset++;
|
| if (buildCounterAsset < 3) {
|
| - o.bbox = buildUnnamed333();
|
| + o.bbox = buildUnnamed91();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| o.description = "foo";
|
| @@ -81,7 +81,7 @@ buildAsset() {
|
| o.name = "foo";
|
| o.projectId = "foo";
|
| o.resource = "foo";
|
| - o.tags = buildUnnamed334();
|
| + o.tags = buildUnnamed92();
|
| o.type = "foo";
|
| o.writersCanEditPermissions = true;
|
| }
|
| @@ -92,7 +92,7 @@ buildAsset() {
|
| checkAsset(api.Asset o) {
|
| buildCounterAsset++;
|
| if (buildCounterAsset < 3) {
|
| - checkUnnamed333(o.bbox);
|
| + checkUnnamed91(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| @@ -103,21 +103,21 @@ checkAsset(api.Asset o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| - checkUnnamed334(o.tags);
|
| + checkUnnamed92(o.tags);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.writersCanEditPermissions, unittest.isTrue);
|
| }
|
| buildCounterAsset--;
|
| }
|
|
|
| -buildUnnamed335() {
|
| +buildUnnamed93() {
|
| var o = new core.List<api.Asset>();
|
| o.add(buildAsset());
|
| o.add(buildAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed335(core.List<api.Asset> o) {
|
| +checkUnnamed93(core.List<api.Asset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAsset(o[0]);
|
| checkAsset(o[1]);
|
| @@ -128,7 +128,7 @@ buildAssetsListResponse() {
|
| var o = new api.AssetsListResponse();
|
| buildCounterAssetsListResponse++;
|
| if (buildCounterAssetsListResponse < 3) {
|
| - o.assets = buildUnnamed335();
|
| + o.assets = buildUnnamed93();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterAssetsListResponse--;
|
| @@ -138,7 +138,7 @@ buildAssetsListResponse() {
|
| checkAssetsListResponse(api.AssetsListResponse o) {
|
| buildCounterAssetsListResponse++;
|
| if (buildCounterAssetsListResponse < 3) {
|
| - checkUnnamed335(o.assets);
|
| + checkUnnamed93(o.assets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAssetsListResponse--;
|
| @@ -220,14 +220,14 @@ checkDatasources(api.Datasources o) {
|
| checkDatasource(o[1]);
|
| }
|
|
|
| -buildUnnamed336() {
|
| +buildUnnamed94() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed336(core.List<api.Filter> o) {
|
| +checkUnnamed94(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -238,7 +238,7 @@ buildDisplayRule() {
|
| var o = new api.DisplayRule();
|
| buildCounterDisplayRule++;
|
| if (buildCounterDisplayRule < 3) {
|
| - o.filters = buildUnnamed336();
|
| + o.filters = buildUnnamed94();
|
| o.lineOptions = buildLineStyle();
|
| o.name = "foo";
|
| o.pointOptions = buildPointStyle();
|
| @@ -252,7 +252,7 @@ buildDisplayRule() {
|
| checkDisplayRule(api.DisplayRule o) {
|
| buildCounterDisplayRule++;
|
| if (buildCounterDisplayRule < 3) {
|
| - checkUnnamed336(o.filters);
|
| + checkUnnamed94(o.filters);
|
| checkLineStyle(o.lineOptions);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkPointStyle(o.pointOptions);
|
| @@ -304,27 +304,27 @@ checkFeatureInfo(api.FeatureInfo o) {
|
| buildCounterFeatureInfo--;
|
| }
|
|
|
| -buildUnnamed337() {
|
| +buildUnnamed95() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed337(core.List<core.String> o) {
|
| +checkUnnamed95(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'));
|
| }
|
|
|
| -buildUnnamed338() {
|
| +buildUnnamed96() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed338(core.List<core.String> o) {
|
| +checkUnnamed96(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'));
|
| @@ -335,8 +335,8 @@ buildFeaturesBatchDeleteRequest() {
|
| var o = new api.FeaturesBatchDeleteRequest();
|
| buildCounterFeaturesBatchDeleteRequest++;
|
| if (buildCounterFeaturesBatchDeleteRequest < 3) {
|
| - o.gxIds = buildUnnamed337();
|
| - o.primaryKeys = buildUnnamed338();
|
| + o.gxIds = buildUnnamed95();
|
| + o.primaryKeys = buildUnnamed96();
|
| }
|
| buildCounterFeaturesBatchDeleteRequest--;
|
| return o;
|
| @@ -345,20 +345,20 @@ buildFeaturesBatchDeleteRequest() {
|
| checkFeaturesBatchDeleteRequest(api.FeaturesBatchDeleteRequest o) {
|
| buildCounterFeaturesBatchDeleteRequest++;
|
| if (buildCounterFeaturesBatchDeleteRequest < 3) {
|
| - checkUnnamed337(o.gxIds);
|
| - checkUnnamed338(o.primaryKeys);
|
| + checkUnnamed95(o.gxIds);
|
| + checkUnnamed96(o.primaryKeys);
|
| }
|
| buildCounterFeaturesBatchDeleteRequest--;
|
| }
|
|
|
| -buildUnnamed339() {
|
| +buildUnnamed97() {
|
| var o = new core.List<api.Feature>();
|
| o.add(buildFeature());
|
| o.add(buildFeature());
|
| return o;
|
| }
|
|
|
| -checkUnnamed339(core.List<api.Feature> o) {
|
| +checkUnnamed97(core.List<api.Feature> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFeature(o[0]);
|
| checkFeature(o[1]);
|
| @@ -369,7 +369,7 @@ buildFeaturesBatchInsertRequest() {
|
| var o = new api.FeaturesBatchInsertRequest();
|
| buildCounterFeaturesBatchInsertRequest++;
|
| if (buildCounterFeaturesBatchInsertRequest < 3) {
|
| - o.features = buildUnnamed339();
|
| + o.features = buildUnnamed97();
|
| o.normalizeGeometries = true;
|
| }
|
| buildCounterFeaturesBatchInsertRequest--;
|
| @@ -379,20 +379,20 @@ buildFeaturesBatchInsertRequest() {
|
| checkFeaturesBatchInsertRequest(api.FeaturesBatchInsertRequest o) {
|
| buildCounterFeaturesBatchInsertRequest++;
|
| if (buildCounterFeaturesBatchInsertRequest < 3) {
|
| - checkUnnamed339(o.features);
|
| + checkUnnamed97(o.features);
|
| unittest.expect(o.normalizeGeometries, unittest.isTrue);
|
| }
|
| buildCounterFeaturesBatchInsertRequest--;
|
| }
|
|
|
| -buildUnnamed340() {
|
| +buildUnnamed98() {
|
| var o = new core.List<api.Feature>();
|
| o.add(buildFeature());
|
| o.add(buildFeature());
|
| return o;
|
| }
|
|
|
| -checkUnnamed340(core.List<api.Feature> o) {
|
| +checkUnnamed98(core.List<api.Feature> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFeature(o[0]);
|
| checkFeature(o[1]);
|
| @@ -403,7 +403,7 @@ buildFeaturesBatchPatchRequest() {
|
| var o = new api.FeaturesBatchPatchRequest();
|
| buildCounterFeaturesBatchPatchRequest++;
|
| if (buildCounterFeaturesBatchPatchRequest < 3) {
|
| - o.features = buildUnnamed340();
|
| + o.features = buildUnnamed98();
|
| o.normalizeGeometries = true;
|
| }
|
| buildCounterFeaturesBatchPatchRequest--;
|
| @@ -413,20 +413,20 @@ buildFeaturesBatchPatchRequest() {
|
| checkFeaturesBatchPatchRequest(api.FeaturesBatchPatchRequest o) {
|
| buildCounterFeaturesBatchPatchRequest++;
|
| if (buildCounterFeaturesBatchPatchRequest < 3) {
|
| - checkUnnamed340(o.features);
|
| + checkUnnamed98(o.features);
|
| unittest.expect(o.normalizeGeometries, unittest.isTrue);
|
| }
|
| buildCounterFeaturesBatchPatchRequest--;
|
| }
|
|
|
| -buildUnnamed341() {
|
| +buildUnnamed99() {
|
| var o = new core.List<api.Feature>();
|
| o.add(buildFeature());
|
| o.add(buildFeature());
|
| return o;
|
| }
|
|
|
| -checkUnnamed341(core.List<api.Feature> o) {
|
| +checkUnnamed99(core.List<api.Feature> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFeature(o[0]);
|
| checkFeature(o[1]);
|
| @@ -438,7 +438,7 @@ buildFeaturesListResponse() {
|
| buildCounterFeaturesListResponse++;
|
| if (buildCounterFeaturesListResponse < 3) {
|
| o.allowedQueriesPerSecond = 42.0;
|
| - o.features = buildUnnamed341();
|
| + o.features = buildUnnamed99();
|
| o.nextPageToken = "foo";
|
| o.schema = buildSchema();
|
| o.type = "foo";
|
| @@ -451,7 +451,7 @@ checkFeaturesListResponse(api.FeaturesListResponse o) {
|
| buildCounterFeaturesListResponse++;
|
| if (buildCounterFeaturesListResponse < 3) {
|
| unittest.expect(o.allowedQueriesPerSecond, unittest.equals(42.0));
|
| - checkUnnamed341(o.features);
|
| + checkUnnamed99(o.features);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkSchema(o.schema);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -513,7 +513,7 @@ checkGeoJsonGeometry(api.GeoJsonGeometry o) {
|
| checkGeoJsonGeometryCollection(api.GeoJsonGeometryCollection o) {
|
| buildCounterGeoJsonGeometryCollection++;
|
| if (buildCounterGeoJsonGeometryCollection < 3) {
|
| - checkUnnamed342(o.geometries);
|
| + checkUnnamed100(o.geometries);
|
| }
|
| buildCounterGeoJsonGeometryCollection--;
|
| }
|
| @@ -521,14 +521,14 @@ checkGeoJsonGeometry(api.GeoJsonGeometry o) {
|
| (o);
|
| }
|
|
|
| -buildUnnamed342() {
|
| +buildUnnamed100() {
|
| var o = new core.List<api.GeoJsonGeometry>();
|
| o.add(buildGeoJsonGeometry());
|
| o.add(buildGeoJsonGeometry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed342(core.List<api.GeoJsonGeometry> o) {
|
| +checkUnnamed100(core.List<api.GeoJsonGeometry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonGeometry(o[0]);
|
| checkGeoJsonGeometry(o[1]);
|
| @@ -539,7 +539,7 @@ buildGeoJsonGeometryCollection() {
|
| var o = new api.GeoJsonGeometryCollection();
|
| buildCounterGeoJsonGeometryCollection++;
|
| if (buildCounterGeoJsonGeometryCollection < 3) {
|
| - o.geometries = buildUnnamed342();
|
| + o.geometries = buildUnnamed100();
|
| }
|
| buildCounterGeoJsonGeometryCollection--;
|
| return o;
|
| @@ -548,19 +548,19 @@ buildGeoJsonGeometryCollection() {
|
| checkGeoJsonGeometryCollection(api.GeoJsonGeometryCollection o) {
|
| buildCounterGeoJsonGeometryCollection++;
|
| if (buildCounterGeoJsonGeometryCollection < 3) {
|
| - checkUnnamed342(o.geometries);
|
| + checkUnnamed100(o.geometries);
|
| }
|
| buildCounterGeoJsonGeometryCollection--;
|
| }
|
|
|
| -buildUnnamed343() {
|
| +buildUnnamed101() {
|
| var o = new core.List<api.GeoJsonPosition>();
|
| o.add(buildGeoJsonPosition());
|
| o.add(buildGeoJsonPosition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed343(core.List<api.GeoJsonPosition> o) {
|
| +checkUnnamed101(core.List<api.GeoJsonPosition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonPosition(o[0]);
|
| checkGeoJsonPosition(o[1]);
|
| @@ -571,7 +571,7 @@ buildGeoJsonLineString() {
|
| var o = new api.GeoJsonLineString();
|
| buildCounterGeoJsonLineString++;
|
| if (buildCounterGeoJsonLineString < 3) {
|
| - o.coordinates = buildUnnamed343();
|
| + o.coordinates = buildUnnamed101();
|
| }
|
| buildCounterGeoJsonLineString--;
|
| return o;
|
| @@ -580,35 +580,35 @@ buildGeoJsonLineString() {
|
| checkGeoJsonLineString(api.GeoJsonLineString o) {
|
| buildCounterGeoJsonLineString++;
|
| if (buildCounterGeoJsonLineString < 3) {
|
| - checkUnnamed343(o.coordinates);
|
| + checkUnnamed101(o.coordinates);
|
| }
|
| buildCounterGeoJsonLineString--;
|
| }
|
|
|
| -buildUnnamed344() {
|
| +buildUnnamed102() {
|
| var o = new core.List<api.GeoJsonPosition>();
|
| o.add(buildGeoJsonPosition());
|
| o.add(buildGeoJsonPosition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed344(core.List<api.GeoJsonPosition> o) {
|
| +checkUnnamed102(core.List<api.GeoJsonPosition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonPosition(o[0]);
|
| checkGeoJsonPosition(o[1]);
|
| }
|
|
|
| -buildUnnamed345() {
|
| +buildUnnamed103() {
|
| var o = new core.List<core.List<api.GeoJsonPosition>>();
|
| - o.add(buildUnnamed344());
|
| - o.add(buildUnnamed344());
|
| + o.add(buildUnnamed102());
|
| + o.add(buildUnnamed102());
|
| return o;
|
| }
|
|
|
| -checkUnnamed345(core.List<core.List<api.GeoJsonPosition>> o) {
|
| +checkUnnamed103(core.List<core.List<api.GeoJsonPosition>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed344(o[0]);
|
| - checkUnnamed344(o[1]);
|
| + checkUnnamed102(o[0]);
|
| + checkUnnamed102(o[1]);
|
| }
|
|
|
| core.int buildCounterGeoJsonMultiLineString = 0;
|
| @@ -616,7 +616,7 @@ buildGeoJsonMultiLineString() {
|
| var o = new api.GeoJsonMultiLineString();
|
| buildCounterGeoJsonMultiLineString++;
|
| if (buildCounterGeoJsonMultiLineString < 3) {
|
| - o.coordinates = buildUnnamed345();
|
| + o.coordinates = buildUnnamed103();
|
| }
|
| buildCounterGeoJsonMultiLineString--;
|
| return o;
|
| @@ -625,19 +625,19 @@ buildGeoJsonMultiLineString() {
|
| checkGeoJsonMultiLineString(api.GeoJsonMultiLineString o) {
|
| buildCounterGeoJsonMultiLineString++;
|
| if (buildCounterGeoJsonMultiLineString < 3) {
|
| - checkUnnamed345(o.coordinates);
|
| + checkUnnamed103(o.coordinates);
|
| }
|
| buildCounterGeoJsonMultiLineString--;
|
| }
|
|
|
| -buildUnnamed346() {
|
| +buildUnnamed104() {
|
| var o = new core.List<api.GeoJsonPosition>();
|
| o.add(buildGeoJsonPosition());
|
| o.add(buildGeoJsonPosition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed346(core.List<api.GeoJsonPosition> o) {
|
| +checkUnnamed104(core.List<api.GeoJsonPosition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonPosition(o[0]);
|
| checkGeoJsonPosition(o[1]);
|
| @@ -648,7 +648,7 @@ buildGeoJsonMultiPoint() {
|
| var o = new api.GeoJsonMultiPoint();
|
| buildCounterGeoJsonMultiPoint++;
|
| if (buildCounterGeoJsonMultiPoint < 3) {
|
| - o.coordinates = buildUnnamed346();
|
| + o.coordinates = buildUnnamed104();
|
| }
|
| buildCounterGeoJsonMultiPoint--;
|
| return o;
|
| @@ -657,48 +657,48 @@ buildGeoJsonMultiPoint() {
|
| checkGeoJsonMultiPoint(api.GeoJsonMultiPoint o) {
|
| buildCounterGeoJsonMultiPoint++;
|
| if (buildCounterGeoJsonMultiPoint < 3) {
|
| - checkUnnamed346(o.coordinates);
|
| + checkUnnamed104(o.coordinates);
|
| }
|
| buildCounterGeoJsonMultiPoint--;
|
| }
|
|
|
| -buildUnnamed347() {
|
| +buildUnnamed105() {
|
| var o = new core.List<api.GeoJsonPosition>();
|
| o.add(buildGeoJsonPosition());
|
| o.add(buildGeoJsonPosition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed347(core.List<api.GeoJsonPosition> o) {
|
| +checkUnnamed105(core.List<api.GeoJsonPosition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonPosition(o[0]);
|
| checkGeoJsonPosition(o[1]);
|
| }
|
|
|
| -buildUnnamed348() {
|
| +buildUnnamed106() {
|
| var o = new core.List<core.List<api.GeoJsonPosition>>();
|
| - o.add(buildUnnamed347());
|
| - o.add(buildUnnamed347());
|
| + o.add(buildUnnamed105());
|
| + o.add(buildUnnamed105());
|
| return o;
|
| }
|
|
|
| -checkUnnamed348(core.List<core.List<api.GeoJsonPosition>> o) {
|
| +checkUnnamed106(core.List<core.List<api.GeoJsonPosition>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed347(o[0]);
|
| - checkUnnamed347(o[1]);
|
| + checkUnnamed105(o[0]);
|
| + checkUnnamed105(o[1]);
|
| }
|
|
|
| -buildUnnamed349() {
|
| +buildUnnamed107() {
|
| var o = new core.List<core.List<core.List<api.GeoJsonPosition>>>();
|
| - o.add(buildUnnamed348());
|
| - o.add(buildUnnamed348());
|
| + o.add(buildUnnamed106());
|
| + o.add(buildUnnamed106());
|
| return o;
|
| }
|
|
|
| -checkUnnamed349(core.List<core.List<core.List<api.GeoJsonPosition>>> o) {
|
| +checkUnnamed107(core.List<core.List<core.List<api.GeoJsonPosition>>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed348(o[0]);
|
| - checkUnnamed348(o[1]);
|
| + checkUnnamed106(o[0]);
|
| + checkUnnamed106(o[1]);
|
| }
|
|
|
| core.int buildCounterGeoJsonMultiPolygon = 0;
|
| @@ -706,7 +706,7 @@ buildGeoJsonMultiPolygon() {
|
| var o = new api.GeoJsonMultiPolygon();
|
| buildCounterGeoJsonMultiPolygon++;
|
| if (buildCounterGeoJsonMultiPolygon < 3) {
|
| - o.coordinates = buildUnnamed349();
|
| + o.coordinates = buildUnnamed107();
|
| }
|
| buildCounterGeoJsonMultiPolygon--;
|
| return o;
|
| @@ -715,7 +715,7 @@ buildGeoJsonMultiPolygon() {
|
| checkGeoJsonMultiPolygon(api.GeoJsonMultiPolygon o) {
|
| buildCounterGeoJsonMultiPolygon++;
|
| if (buildCounterGeoJsonMultiPolygon < 3) {
|
| - checkUnnamed349(o.coordinates);
|
| + checkUnnamed107(o.coordinates);
|
| }
|
| buildCounterGeoJsonMultiPolygon--;
|
| }
|
| @@ -739,30 +739,30 @@ checkGeoJsonPoint(api.GeoJsonPoint o) {
|
| buildCounterGeoJsonPoint--;
|
| }
|
|
|
| -buildUnnamed350() {
|
| +buildUnnamed108() {
|
| var o = new core.List<api.GeoJsonPosition>();
|
| o.add(buildGeoJsonPosition());
|
| o.add(buildGeoJsonPosition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed350(core.List<api.GeoJsonPosition> o) {
|
| +checkUnnamed108(core.List<api.GeoJsonPosition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeoJsonPosition(o[0]);
|
| checkGeoJsonPosition(o[1]);
|
| }
|
|
|
| -buildUnnamed351() {
|
| +buildUnnamed109() {
|
| var o = new core.List<core.List<api.GeoJsonPosition>>();
|
| - o.add(buildUnnamed350());
|
| - o.add(buildUnnamed350());
|
| + o.add(buildUnnamed108());
|
| + o.add(buildUnnamed108());
|
| return o;
|
| }
|
|
|
| -checkUnnamed351(core.List<core.List<api.GeoJsonPosition>> o) {
|
| +checkUnnamed109(core.List<core.List<api.GeoJsonPosition>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed350(o[0]);
|
| - checkUnnamed350(o[1]);
|
| + checkUnnamed108(o[0]);
|
| + checkUnnamed108(o[1]);
|
| }
|
|
|
| core.int buildCounterGeoJsonPolygon = 0;
|
| @@ -770,7 +770,7 @@ buildGeoJsonPolygon() {
|
| var o = new api.GeoJsonPolygon();
|
| buildCounterGeoJsonPolygon++;
|
| if (buildCounterGeoJsonPolygon < 3) {
|
| - o.coordinates = buildUnnamed351();
|
| + o.coordinates = buildUnnamed109();
|
| }
|
| buildCounterGeoJsonPolygon--;
|
| return o;
|
| @@ -779,7 +779,7 @@ buildGeoJsonPolygon() {
|
| checkGeoJsonPolygon(api.GeoJsonPolygon o) {
|
| buildCounterGeoJsonPolygon++;
|
| if (buildCounterGeoJsonPolygon < 3) {
|
| - checkUnnamed351(o.coordinates);
|
| + checkUnnamed109(o.coordinates);
|
| }
|
| buildCounterGeoJsonPolygon--;
|
| }
|
| @@ -858,14 +858,14 @@ checkIconStyle(api.IconStyle o) {
|
| buildCounterIconStyle--;
|
| }
|
|
|
| -buildUnnamed352() {
|
| +buildUnnamed110() {
|
| var o = new core.List<api.Icon>();
|
| o.add(buildIcon());
|
| o.add(buildIcon());
|
| return o;
|
| }
|
|
|
| -checkUnnamed352(core.List<api.Icon> o) {
|
| +checkUnnamed110(core.List<api.Icon> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIcon(o[0]);
|
| checkIcon(o[1]);
|
| @@ -876,7 +876,7 @@ buildIconsListResponse() {
|
| var o = new api.IconsListResponse();
|
| buildCounterIconsListResponse++;
|
| if (buildCounterIconsListResponse < 3) {
|
| - o.icons = buildUnnamed352();
|
| + o.icons = buildUnnamed110();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterIconsListResponse--;
|
| @@ -886,7 +886,7 @@ buildIconsListResponse() {
|
| checkIconsListResponse(api.IconsListResponse o) {
|
| buildCounterIconsListResponse++;
|
| if (buildCounterIconsListResponse < 3) {
|
| - checkUnnamed352(o.icons);
|
| + checkUnnamed110(o.icons);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterIconsListResponse--;
|
| @@ -936,14 +936,14 @@ checkLatLngBox(api.LatLngBox o) {
|
| unittest.expect(o[1], unittest.equals(42.0));
|
| }
|
|
|
| -buildUnnamed353() {
|
| +buildUnnamed111() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed353(core.List<core.double> o) {
|
| +checkUnnamed111(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));
|
| @@ -954,7 +954,7 @@ buildLayer() {
|
| var o = new api.Layer();
|
| buildCounterLayer++;
|
| if (buildCounterLayer < 3) {
|
| - o.bbox = buildUnnamed353();
|
| + o.bbox = buildUnnamed111();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| o.datasourceType = "foo";
|
| @@ -982,7 +982,7 @@ buildLayer() {
|
| checkLayer(api.Layer o) {
|
| buildCounterLayer++;
|
| if (buildCounterLayer < 3) {
|
| - checkUnnamed353(o.bbox);
|
| + checkUnnamed111(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| unittest.expect(o.datasourceType, unittest.equals('foo'));
|
| @@ -1006,14 +1006,14 @@ checkLayer(api.Layer o) {
|
| buildCounterLayer--;
|
| }
|
|
|
| -buildUnnamed354() {
|
| +buildUnnamed112() {
|
| var o = new core.List<api.Layer>();
|
| o.add(buildLayer());
|
| o.add(buildLayer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed354(core.List<api.Layer> o) {
|
| +checkUnnamed112(core.List<api.Layer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLayer(o[0]);
|
| checkLayer(o[1]);
|
| @@ -1024,7 +1024,7 @@ buildLayersListResponse() {
|
| var o = new api.LayersListResponse();
|
| buildCounterLayersListResponse++;
|
| if (buildCounterLayersListResponse < 3) {
|
| - o.layers = buildUnnamed354();
|
| + o.layers = buildUnnamed112();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterLayersListResponse--;
|
| @@ -1034,20 +1034,20 @@ buildLayersListResponse() {
|
| checkLayersListResponse(api.LayersListResponse o) {
|
| buildCounterLayersListResponse++;
|
| if (buildCounterLayersListResponse < 3) {
|
| - checkUnnamed354(o.layers);
|
| + checkUnnamed112(o.layers);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterLayersListResponse--;
|
| }
|
|
|
| -buildUnnamed355() {
|
| +buildUnnamed113() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed355(core.List<core.double> o) {
|
| +checkUnnamed113(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));
|
| @@ -1082,7 +1082,7 @@ buildLineStyle() {
|
| buildCounterLineStyle++;
|
| if (buildCounterLineStyle < 3) {
|
| o.border = buildBorder();
|
| - o.dash = buildUnnamed355();
|
| + o.dash = buildUnnamed113();
|
| o.label = buildLabelStyle();
|
| o.stroke = buildLineStyleStroke();
|
| }
|
| @@ -1094,34 +1094,34 @@ checkLineStyle(api.LineStyle o) {
|
| buildCounterLineStyle++;
|
| if (buildCounterLineStyle < 3) {
|
| checkBorder(o.border);
|
| - checkUnnamed355(o.dash);
|
| + checkUnnamed113(o.dash);
|
| checkLabelStyle(o.label);
|
| checkLineStyleStroke(o.stroke);
|
| }
|
| buildCounterLineStyle--;
|
| }
|
|
|
| -buildUnnamed356() {
|
| +buildUnnamed114() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed356(core.List<core.double> o) {
|
| +checkUnnamed114(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));
|
| }
|
|
|
| -buildUnnamed357() {
|
| +buildUnnamed115() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed357(core.List<core.String> o) {
|
| +checkUnnamed115(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'));
|
| @@ -1132,7 +1132,7 @@ buildMap() {
|
| var o = new api.Map();
|
| buildCounterMap++;
|
| if (buildCounterMap < 3) {
|
| - o.bbox = buildUnnamed356();
|
| + o.bbox = buildUnnamed114();
|
| o.contents = buildMapContents();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| @@ -1149,7 +1149,7 @@ buildMap() {
|
| o.publishedAccessList = "foo";
|
| o.publishingStatus = "foo";
|
| o.tags = buildTags();
|
| - o.versions = buildUnnamed357();
|
| + o.versions = buildUnnamed115();
|
| o.writersCanEditPermissions = true;
|
| }
|
| buildCounterMap--;
|
| @@ -1159,7 +1159,7 @@ buildMap() {
|
| checkMap(api.Map o) {
|
| buildCounterMap++;
|
| if (buildCounterMap < 3) {
|
| - checkUnnamed356(o.bbox);
|
| + checkUnnamed114(o.bbox);
|
| checkMapContents(o.contents);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| @@ -1176,7 +1176,7 @@ checkMap(api.Map o) {
|
| unittest.expect(o.publishedAccessList, unittest.equals('foo'));
|
| unittest.expect(o.publishingStatus, unittest.equals('foo'));
|
| checkTags(o.tags);
|
| - checkUnnamed357(o.versions);
|
| + checkUnnamed115(o.versions);
|
| unittest.expect(o.writersCanEditPermissions, unittest.isTrue);
|
| }
|
| buildCounterMap--;
|
| @@ -1195,27 +1195,27 @@ checkMapContents(api.MapContents o) {
|
| checkMapItem(o[1]);
|
| }
|
|
|
| -buildUnnamed358() {
|
| +buildUnnamed116() {
|
| var o = new core.List<api.MapItem>();
|
| o.add(buildMapItem());
|
| o.add(buildMapItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed358(core.List<api.MapItem> o) {
|
| +checkUnnamed116(core.List<api.MapItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMapItem(o[0]);
|
| checkMapItem(o[1]);
|
| }
|
|
|
| -buildUnnamed359() {
|
| +buildUnnamed117() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed359(core.List<core.double> o) {
|
| +checkUnnamed117(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));
|
| @@ -1226,8 +1226,8 @@ buildMapFolder() {
|
| var o = new api.MapFolder();
|
| buildCounterMapFolder++;
|
| if (buildCounterMapFolder < 3) {
|
| - o.contents = buildUnnamed358();
|
| - o.defaultViewport = buildUnnamed359();
|
| + o.contents = buildUnnamed116();
|
| + o.defaultViewport = buildUnnamed117();
|
| o.expandable = true;
|
| o.key = "foo";
|
| o.name = "foo";
|
| @@ -1240,8 +1240,8 @@ buildMapFolder() {
|
| checkMapFolder(api.MapFolder o) {
|
| buildCounterMapFolder++;
|
| if (buildCounterMapFolder < 3) {
|
| - checkUnnamed358(o.contents);
|
| - checkUnnamed359(o.defaultViewport);
|
| + checkUnnamed116(o.contents);
|
| + checkUnnamed117(o.defaultViewport);
|
| unittest.expect(o.expandable, unittest.isTrue);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -1258,8 +1258,8 @@ checkMapItem(api.MapItem o) {
|
| checkMapFolder(api.MapFolder o) {
|
| buildCounterMapFolder++;
|
| if (buildCounterMapFolder < 3) {
|
| - checkUnnamed358(o.contents);
|
| - checkUnnamed359(o.defaultViewport);
|
| + checkUnnamed116(o.contents);
|
| + checkUnnamed117(o.defaultViewport);
|
| unittest.expect(o.expandable, unittest.isTrue);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -1271,14 +1271,14 @@ checkMapItem(api.MapItem o) {
|
| (o);
|
| }
|
|
|
| -buildUnnamed360() {
|
| +buildUnnamed118() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed360(core.List<core.double> o) {
|
| +checkUnnamed118(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));
|
| @@ -1289,7 +1289,7 @@ buildMapKmlLink() {
|
| var o = new api.MapKmlLink();
|
| buildCounterMapKmlLink++;
|
| if (buildCounterMapKmlLink < 3) {
|
| - o.defaultViewport = buildUnnamed360();
|
| + o.defaultViewport = buildUnnamed118();
|
| o.kmlUrl = "foo";
|
| o.name = "foo";
|
| o.visibility = "foo";
|
| @@ -1301,7 +1301,7 @@ buildMapKmlLink() {
|
| checkMapKmlLink(api.MapKmlLink o) {
|
| buildCounterMapKmlLink++;
|
| if (buildCounterMapKmlLink < 3) {
|
| - checkUnnamed360(o.defaultViewport);
|
| + checkUnnamed118(o.defaultViewport);
|
| unittest.expect(o.kmlUrl, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.visibility, unittest.equals('foo'));
|
| @@ -1309,14 +1309,14 @@ checkMapKmlLink(api.MapKmlLink o) {
|
| buildCounterMapKmlLink--;
|
| }
|
|
|
| -buildUnnamed361() {
|
| +buildUnnamed119() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed361(core.List<core.double> o) {
|
| +checkUnnamed119(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));
|
| @@ -1327,7 +1327,7 @@ buildMapLayer() {
|
| var o = new api.MapLayer();
|
| buildCounterMapLayer++;
|
| if (buildCounterMapLayer < 3) {
|
| - o.defaultViewport = buildUnnamed361();
|
| + o.defaultViewport = buildUnnamed119();
|
| o.id = "foo";
|
| o.key = "foo";
|
| o.name = "foo";
|
| @@ -1340,7 +1340,7 @@ buildMapLayer() {
|
| checkMapLayer(api.MapLayer o) {
|
| buildCounterMapLayer++;
|
| if (buildCounterMapLayer < 3) {
|
| - checkUnnamed361(o.defaultViewport);
|
| + checkUnnamed119(o.defaultViewport);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -1349,14 +1349,14 @@ checkMapLayer(api.MapLayer o) {
|
| buildCounterMapLayer--;
|
| }
|
|
|
| -buildUnnamed362() {
|
| +buildUnnamed120() {
|
| var o = new core.List<api.Map>();
|
| o.add(buildMap());
|
| o.add(buildMap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed362(core.List<api.Map> o) {
|
| +checkUnnamed120(core.List<api.Map> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMap(o[0]);
|
| checkMap(o[1]);
|
| @@ -1367,7 +1367,7 @@ buildMapsListResponse() {
|
| var o = new api.MapsListResponse();
|
| buildCounterMapsListResponse++;
|
| if (buildCounterMapsListResponse < 3) {
|
| - o.maps = buildUnnamed362();
|
| + o.maps = buildUnnamed120();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterMapsListResponse--;
|
| @@ -1377,7 +1377,7 @@ buildMapsListResponse() {
|
| checkMapsListResponse(api.MapsListResponse o) {
|
| buildCounterMapsListResponse++;
|
| if (buildCounterMapsListResponse < 3) {
|
| - checkUnnamed362(o.maps);
|
| + checkUnnamed120(o.maps);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterMapsListResponse--;
|
| @@ -1402,14 +1402,14 @@ checkParent(api.Parent o) {
|
| buildCounterParent--;
|
| }
|
|
|
| -buildUnnamed363() {
|
| +buildUnnamed121() {
|
| var o = new core.List<api.Parent>();
|
| o.add(buildParent());
|
| o.add(buildParent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed363(core.List<api.Parent> o) {
|
| +checkUnnamed121(core.List<api.Parent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParent(o[0]);
|
| checkParent(o[1]);
|
| @@ -1421,7 +1421,7 @@ buildParentsListResponse() {
|
| buildCounterParentsListResponse++;
|
| if (buildCounterParentsListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.parents = buildUnnamed363();
|
| + o.parents = buildUnnamed121();
|
| }
|
| buildCounterParentsListResponse--;
|
| return o;
|
| @@ -1431,7 +1431,7 @@ checkParentsListResponse(api.ParentsListResponse o) {
|
| buildCounterParentsListResponse++;
|
| if (buildCounterParentsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed363(o.parents);
|
| + checkUnnamed121(o.parents);
|
| }
|
| buildCounterParentsListResponse--;
|
| }
|
| @@ -1461,14 +1461,14 @@ checkPermission(api.Permission o) {
|
| buildCounterPermission--;
|
| }
|
|
|
| -buildUnnamed364() {
|
| +buildUnnamed122() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed364(core.List<core.String> o) {
|
| +checkUnnamed122(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'));
|
| @@ -1479,7 +1479,7 @@ buildPermissionsBatchDeleteRequest() {
|
| var o = new api.PermissionsBatchDeleteRequest();
|
| buildCounterPermissionsBatchDeleteRequest++;
|
| if (buildCounterPermissionsBatchDeleteRequest < 3) {
|
| - o.ids = buildUnnamed364();
|
| + o.ids = buildUnnamed122();
|
| }
|
| buildCounterPermissionsBatchDeleteRequest--;
|
| return o;
|
| @@ -1488,7 +1488,7 @@ buildPermissionsBatchDeleteRequest() {
|
| checkPermissionsBatchDeleteRequest(api.PermissionsBatchDeleteRequest o) {
|
| buildCounterPermissionsBatchDeleteRequest++;
|
| if (buildCounterPermissionsBatchDeleteRequest < 3) {
|
| - checkUnnamed364(o.ids);
|
| + checkUnnamed122(o.ids);
|
| }
|
| buildCounterPermissionsBatchDeleteRequest--;
|
| }
|
| @@ -1510,14 +1510,14 @@ checkPermissionsBatchDeleteResponse(api.PermissionsBatchDeleteResponse o) {
|
| buildCounterPermissionsBatchDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed365() {
|
| +buildUnnamed123() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed365(core.List<api.Permission> o) {
|
| +checkUnnamed123(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -1528,7 +1528,7 @@ buildPermissionsBatchUpdateRequest() {
|
| var o = new api.PermissionsBatchUpdateRequest();
|
| buildCounterPermissionsBatchUpdateRequest++;
|
| if (buildCounterPermissionsBatchUpdateRequest < 3) {
|
| - o.permissions = buildUnnamed365();
|
| + o.permissions = buildUnnamed123();
|
| }
|
| buildCounterPermissionsBatchUpdateRequest--;
|
| return o;
|
| @@ -1537,7 +1537,7 @@ buildPermissionsBatchUpdateRequest() {
|
| checkPermissionsBatchUpdateRequest(api.PermissionsBatchUpdateRequest o) {
|
| buildCounterPermissionsBatchUpdateRequest++;
|
| if (buildCounterPermissionsBatchUpdateRequest < 3) {
|
| - checkUnnamed365(o.permissions);
|
| + checkUnnamed123(o.permissions);
|
| }
|
| buildCounterPermissionsBatchUpdateRequest--;
|
| }
|
| @@ -1559,14 +1559,14 @@ checkPermissionsBatchUpdateResponse(api.PermissionsBatchUpdateResponse o) {
|
| buildCounterPermissionsBatchUpdateResponse--;
|
| }
|
|
|
| -buildUnnamed366() {
|
| +buildUnnamed124() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed366(core.List<api.Permission> o) {
|
| +checkUnnamed124(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -1577,7 +1577,7 @@ buildPermissionsListResponse() {
|
| var o = new api.PermissionsListResponse();
|
| buildCounterPermissionsListResponse++;
|
| if (buildCounterPermissionsListResponse < 3) {
|
| - o.permissions = buildUnnamed366();
|
| + o.permissions = buildUnnamed124();
|
| }
|
| buildCounterPermissionsListResponse--;
|
| return o;
|
| @@ -1586,7 +1586,7 @@ buildPermissionsListResponse() {
|
| checkPermissionsListResponse(api.PermissionsListResponse o) {
|
| buildCounterPermissionsListResponse++;
|
| if (buildCounterPermissionsListResponse < 3) {
|
| - checkUnnamed366(o.permissions);
|
| + checkUnnamed124(o.permissions);
|
| }
|
| buildCounterPermissionsListResponse--;
|
| }
|
| @@ -1671,14 +1671,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed367() {
|
| +buildUnnamed125() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed367(core.List<api.Project> o) {
|
| +checkUnnamed125(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -1689,7 +1689,7 @@ buildProjectsListResponse() {
|
| var o = new api.ProjectsListResponse();
|
| buildCounterProjectsListResponse++;
|
| if (buildCounterProjectsListResponse < 3) {
|
| - o.projects = buildUnnamed367();
|
| + o.projects = buildUnnamed125();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -1698,7 +1698,7 @@ buildProjectsListResponse() {
|
| checkProjectsListResponse(api.ProjectsListResponse o) {
|
| buildCounterProjectsListResponse++;
|
| if (buildCounterProjectsListResponse < 3) {
|
| - checkUnnamed367(o.projects);
|
| + checkUnnamed125(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
| @@ -1747,14 +1747,14 @@ checkPublishedLayer(api.PublishedLayer o) {
|
| buildCounterPublishedLayer--;
|
| }
|
|
|
| -buildUnnamed368() {
|
| +buildUnnamed126() {
|
| var o = new core.List<api.PublishedLayer>();
|
| o.add(buildPublishedLayer());
|
| o.add(buildPublishedLayer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed368(core.List<api.PublishedLayer> o) {
|
| +checkUnnamed126(core.List<api.PublishedLayer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublishedLayer(o[0]);
|
| checkPublishedLayer(o[1]);
|
| @@ -1765,7 +1765,7 @@ buildPublishedLayersListResponse() {
|
| var o = new api.PublishedLayersListResponse();
|
| buildCounterPublishedLayersListResponse++;
|
| if (buildCounterPublishedLayersListResponse < 3) {
|
| - o.layers = buildUnnamed368();
|
| + o.layers = buildUnnamed126();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterPublishedLayersListResponse--;
|
| @@ -1775,7 +1775,7 @@ buildPublishedLayersListResponse() {
|
| checkPublishedLayersListResponse(api.PublishedLayersListResponse o) {
|
| buildCounterPublishedLayersListResponse++;
|
| if (buildCounterPublishedLayersListResponse < 3) {
|
| - checkUnnamed368(o.layers);
|
| + checkUnnamed126(o.layers);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterPublishedLayersListResponse--;
|
| @@ -1810,14 +1810,14 @@ checkPublishedMap(api.PublishedMap o) {
|
| buildCounterPublishedMap--;
|
| }
|
|
|
| -buildUnnamed369() {
|
| +buildUnnamed127() {
|
| var o = new core.List<api.PublishedMap>();
|
| o.add(buildPublishedMap());
|
| o.add(buildPublishedMap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed369(core.List<api.PublishedMap> o) {
|
| +checkUnnamed127(core.List<api.PublishedMap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublishedMap(o[0]);
|
| checkPublishedMap(o[1]);
|
| @@ -1828,7 +1828,7 @@ buildPublishedMapsListResponse() {
|
| var o = new api.PublishedMapsListResponse();
|
| buildCounterPublishedMapsListResponse++;
|
| if (buildCounterPublishedMapsListResponse < 3) {
|
| - o.maps = buildUnnamed369();
|
| + o.maps = buildUnnamed127();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterPublishedMapsListResponse--;
|
| @@ -1838,33 +1838,33 @@ buildPublishedMapsListResponse() {
|
| checkPublishedMapsListResponse(api.PublishedMapsListResponse o) {
|
| buildCounterPublishedMapsListResponse++;
|
| if (buildCounterPublishedMapsListResponse < 3) {
|
| - checkUnnamed369(o.maps);
|
| + checkUnnamed127(o.maps);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterPublishedMapsListResponse--;
|
| }
|
|
|
| -buildUnnamed370() {
|
| +buildUnnamed128() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed370(core.List<core.double> o) {
|
| +checkUnnamed128(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));
|
| }
|
|
|
| -buildUnnamed371() {
|
| +buildUnnamed129() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed371(core.List<api.File> o) {
|
| +checkUnnamed129(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -1877,13 +1877,13 @@ buildRaster() {
|
| if (buildCounterRaster < 3) {
|
| o.acquisitionTime = buildAcquisitionTime();
|
| o.attribution = "foo";
|
| - o.bbox = buildUnnamed370();
|
| + o.bbox = buildUnnamed128();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| o.description = "foo";
|
| o.draftAccessList = "foo";
|
| o.etag = "foo";
|
| - o.files = buildUnnamed371();
|
| + o.files = buildUnnamed129();
|
| o.id = "foo";
|
| o.lastModifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.lastModifierEmail = "foo";
|
| @@ -1904,13 +1904,13 @@ checkRaster(api.Raster o) {
|
| if (buildCounterRaster < 3) {
|
| checkAcquisitionTime(o.acquisitionTime);
|
| unittest.expect(o.attribution, unittest.equals('foo'));
|
| - checkUnnamed370(o.bbox);
|
| + checkUnnamed128(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.draftAccessList, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed371(o.files);
|
| + checkUnnamed129(o.files);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.lastModifiedTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.lastModifierEmail, unittest.equals('foo'));
|
| @@ -1925,14 +1925,14 @@ checkRaster(api.Raster o) {
|
| buildCounterRaster--;
|
| }
|
|
|
| -buildUnnamed372() {
|
| +buildUnnamed130() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed372(core.List<core.double> o) {
|
| +checkUnnamed130(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));
|
| @@ -1944,7 +1944,7 @@ buildRasterCollection() {
|
| buildCounterRasterCollection++;
|
| if (buildCounterRasterCollection < 3) {
|
| o.attribution = "foo";
|
| - o.bbox = buildUnnamed372();
|
| + o.bbox = buildUnnamed130();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| o.description = "foo";
|
| @@ -1969,7 +1969,7 @@ checkRasterCollection(api.RasterCollection o) {
|
| buildCounterRasterCollection++;
|
| if (buildCounterRasterCollection < 3) {
|
| unittest.expect(o.attribution, unittest.equals('foo'));
|
| - checkUnnamed372(o.bbox);
|
| + checkUnnamed130(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| @@ -1989,14 +1989,14 @@ checkRasterCollection(api.RasterCollection o) {
|
| buildCounterRasterCollection--;
|
| }
|
|
|
| -buildUnnamed373() {
|
| +buildUnnamed131() {
|
| var o = new core.List<api.RasterCollection>();
|
| o.add(buildRasterCollection());
|
| o.add(buildRasterCollection());
|
| return o;
|
| }
|
|
|
| -checkUnnamed373(core.List<api.RasterCollection> o) {
|
| +checkUnnamed131(core.List<api.RasterCollection> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRasterCollection(o[0]);
|
| checkRasterCollection(o[1]);
|
| @@ -2008,7 +2008,7 @@ buildRasterCollectionsListResponse() {
|
| buildCounterRasterCollectionsListResponse++;
|
| if (buildCounterRasterCollectionsListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.rasterCollections = buildUnnamed373();
|
| + o.rasterCollections = buildUnnamed131();
|
| }
|
| buildCounterRasterCollectionsListResponse--;
|
| return o;
|
| @@ -2018,32 +2018,32 @@ checkRasterCollectionsListResponse(api.RasterCollectionsListResponse o) {
|
| buildCounterRasterCollectionsListResponse++;
|
| if (buildCounterRasterCollectionsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed373(o.rasterCollections);
|
| + checkUnnamed131(o.rasterCollections);
|
| }
|
| buildCounterRasterCollectionsListResponse--;
|
| }
|
|
|
| -buildUnnamed374() {
|
| +buildUnnamed132() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed374(core.List<core.double> o) {
|
| +checkUnnamed132(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));
|
| }
|
|
|
| -buildUnnamed375() {
|
| +buildUnnamed133() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed375(core.List<core.String> o) {
|
| +checkUnnamed133(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'));
|
| @@ -2054,7 +2054,7 @@ buildRasterCollectionsRaster() {
|
| var o = new api.RasterCollectionsRaster();
|
| buildCounterRasterCollectionsRaster++;
|
| if (buildCounterRasterCollectionsRaster < 3) {
|
| - o.bbox = buildUnnamed374();
|
| + o.bbox = buildUnnamed132();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.description = "foo";
|
| o.id = "foo";
|
| @@ -2062,7 +2062,7 @@ buildRasterCollectionsRaster() {
|
| o.name = "foo";
|
| o.projectId = "foo";
|
| o.rasterType = "foo";
|
| - o.tags = buildUnnamed375();
|
| + o.tags = buildUnnamed133();
|
| }
|
| buildCounterRasterCollectionsRaster--;
|
| return o;
|
| @@ -2071,7 +2071,7 @@ buildRasterCollectionsRaster() {
|
| checkRasterCollectionsRaster(api.RasterCollectionsRaster o) {
|
| buildCounterRasterCollectionsRaster++;
|
| if (buildCounterRasterCollectionsRaster < 3) {
|
| - checkUnnamed374(o.bbox);
|
| + checkUnnamed132(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -2079,19 +2079,19 @@ checkRasterCollectionsRaster(api.RasterCollectionsRaster o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| unittest.expect(o.rasterType, unittest.equals('foo'));
|
| - checkUnnamed375(o.tags);
|
| + checkUnnamed133(o.tags);
|
| }
|
| buildCounterRasterCollectionsRaster--;
|
| }
|
|
|
| -buildUnnamed376() {
|
| +buildUnnamed134() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed376(core.List<core.String> o) {
|
| +checkUnnamed134(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'));
|
| @@ -2102,7 +2102,7 @@ buildRasterCollectionsRasterBatchDeleteRequest() {
|
| var o = new api.RasterCollectionsRasterBatchDeleteRequest();
|
| buildCounterRasterCollectionsRasterBatchDeleteRequest++;
|
| if (buildCounterRasterCollectionsRasterBatchDeleteRequest < 3) {
|
| - o.ids = buildUnnamed376();
|
| + o.ids = buildUnnamed134();
|
| }
|
| buildCounterRasterCollectionsRasterBatchDeleteRequest--;
|
| return o;
|
| @@ -2111,7 +2111,7 @@ buildRasterCollectionsRasterBatchDeleteRequest() {
|
| checkRasterCollectionsRasterBatchDeleteRequest(api.RasterCollectionsRasterBatchDeleteRequest o) {
|
| buildCounterRasterCollectionsRasterBatchDeleteRequest++;
|
| if (buildCounterRasterCollectionsRasterBatchDeleteRequest < 3) {
|
| - checkUnnamed376(o.ids);
|
| + checkUnnamed134(o.ids);
|
| }
|
| buildCounterRasterCollectionsRasterBatchDeleteRequest--;
|
| }
|
| @@ -2133,14 +2133,14 @@ checkRasterCollectionsRastersBatchDeleteResponse(api.RasterCollectionsRastersBat
|
| buildCounterRasterCollectionsRastersBatchDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed377() {
|
| +buildUnnamed135() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed377(core.List<core.String> o) {
|
| +checkUnnamed135(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'));
|
| @@ -2151,7 +2151,7 @@ buildRasterCollectionsRastersBatchInsertRequest() {
|
| var o = new api.RasterCollectionsRastersBatchInsertRequest();
|
| buildCounterRasterCollectionsRastersBatchInsertRequest++;
|
| if (buildCounterRasterCollectionsRastersBatchInsertRequest < 3) {
|
| - o.ids = buildUnnamed377();
|
| + o.ids = buildUnnamed135();
|
| }
|
| buildCounterRasterCollectionsRastersBatchInsertRequest--;
|
| return o;
|
| @@ -2160,7 +2160,7 @@ buildRasterCollectionsRastersBatchInsertRequest() {
|
| checkRasterCollectionsRastersBatchInsertRequest(api.RasterCollectionsRastersBatchInsertRequest o) {
|
| buildCounterRasterCollectionsRastersBatchInsertRequest++;
|
| if (buildCounterRasterCollectionsRastersBatchInsertRequest < 3) {
|
| - checkUnnamed377(o.ids);
|
| + checkUnnamed135(o.ids);
|
| }
|
| buildCounterRasterCollectionsRastersBatchInsertRequest--;
|
| }
|
| @@ -2182,14 +2182,14 @@ checkRasterCollectionsRastersBatchInsertResponse(api.RasterCollectionsRastersBat
|
| buildCounterRasterCollectionsRastersBatchInsertResponse--;
|
| }
|
|
|
| -buildUnnamed378() {
|
| +buildUnnamed136() {
|
| var o = new core.List<api.RasterCollectionsRaster>();
|
| o.add(buildRasterCollectionsRaster());
|
| o.add(buildRasterCollectionsRaster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed378(core.List<api.RasterCollectionsRaster> o) {
|
| +checkUnnamed136(core.List<api.RasterCollectionsRaster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRasterCollectionsRaster(o[0]);
|
| checkRasterCollectionsRaster(o[1]);
|
| @@ -2201,7 +2201,7 @@ buildRasterCollectionsRastersListResponse() {
|
| buildCounterRasterCollectionsRastersListResponse++;
|
| if (buildCounterRasterCollectionsRastersListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.rasters = buildUnnamed378();
|
| + o.rasters = buildUnnamed136();
|
| }
|
| buildCounterRasterCollectionsRastersListResponse--;
|
| return o;
|
| @@ -2211,19 +2211,19 @@ checkRasterCollectionsRastersListResponse(api.RasterCollectionsRastersListRespon
|
| buildCounterRasterCollectionsRastersListResponse++;
|
| if (buildCounterRasterCollectionsRastersListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed378(o.rasters);
|
| + checkUnnamed136(o.rasters);
|
| }
|
| buildCounterRasterCollectionsRastersListResponse--;
|
| }
|
|
|
| -buildUnnamed379() {
|
| +buildUnnamed137() {
|
| var o = new core.List<api.Raster>();
|
| o.add(buildRaster());
|
| o.add(buildRaster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed379(core.List<api.Raster> o) {
|
| +checkUnnamed137(core.List<api.Raster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRaster(o[0]);
|
| checkRaster(o[1]);
|
| @@ -2235,7 +2235,7 @@ buildRastersListResponse() {
|
| buildCounterRastersListResponse++;
|
| if (buildCounterRastersListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.rasters = buildUnnamed379();
|
| + o.rasters = buildUnnamed137();
|
| }
|
| buildCounterRastersListResponse--;
|
| return o;
|
| @@ -2245,7 +2245,7 @@ checkRastersListResponse(api.RastersListResponse o) {
|
| buildCounterRastersListResponse++;
|
| if (buildCounterRastersListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed379(o.rasters);
|
| + checkUnnamed137(o.rasters);
|
| }
|
| buildCounterRastersListResponse--;
|
| }
|
| @@ -2298,14 +2298,14 @@ checkScalingFunction(api.ScalingFunction o) {
|
| buildCounterScalingFunction--;
|
| }
|
|
|
| -buildUnnamed380() {
|
| +buildUnnamed138() {
|
| var o = new core.List<api.TableColumn>();
|
| o.add(buildTableColumn());
|
| o.add(buildTableColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed380(core.List<api.TableColumn> o) {
|
| +checkUnnamed138(core.List<api.TableColumn> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableColumn(o[0]);
|
| checkTableColumn(o[1]);
|
| @@ -2316,7 +2316,7 @@ buildSchema() {
|
| var o = new api.Schema();
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| - o.columns = buildUnnamed380();
|
| + o.columns = buildUnnamed138();
|
| o.primaryGeometry = "foo";
|
| o.primaryKey = "foo";
|
| }
|
| @@ -2327,7 +2327,7 @@ buildSchema() {
|
| checkSchema(api.Schema o) {
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| - checkUnnamed380(o.columns);
|
| + checkUnnamed138(o.columns);
|
| unittest.expect(o.primaryGeometry, unittest.equals('foo'));
|
| unittest.expect(o.primaryKey, unittest.equals('foo'));
|
| }
|
| @@ -2355,27 +2355,27 @@ checkSizeRange(api.SizeRange o) {
|
| buildCounterSizeRange--;
|
| }
|
|
|
| -buildUnnamed381() {
|
| +buildUnnamed139() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed381(core.List<core.double> o) {
|
| +checkUnnamed139(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));
|
| }
|
|
|
| -buildUnnamed382() {
|
| +buildUnnamed140() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed382(core.List<api.File> o) {
|
| +checkUnnamed140(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -2386,13 +2386,13 @@ buildTable() {
|
| var o = new api.Table();
|
| buildCounterTable++;
|
| if (buildCounterTable < 3) {
|
| - o.bbox = buildUnnamed381();
|
| + o.bbox = buildUnnamed139();
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.creatorEmail = "foo";
|
| o.description = "foo";
|
| o.draftAccessList = "foo";
|
| o.etag = "foo";
|
| - o.files = buildUnnamed382();
|
| + o.files = buildUnnamed140();
|
| o.id = "foo";
|
| o.lastModifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.lastModifierEmail = "foo";
|
| @@ -2412,13 +2412,13 @@ buildTable() {
|
| checkTable(api.Table o) {
|
| buildCounterTable++;
|
| if (buildCounterTable < 3) {
|
| - checkUnnamed381(o.bbox);
|
| + checkUnnamed139(o.bbox);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.creatorEmail, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.draftAccessList, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed382(o.files);
|
| + checkUnnamed140(o.files);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.lastModifiedTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.lastModifierEmail, unittest.equals('foo'));
|
| @@ -2455,14 +2455,14 @@ checkTableColumn(api.TableColumn o) {
|
| buildCounterTableColumn--;
|
| }
|
|
|
| -buildUnnamed383() {
|
| +buildUnnamed141() {
|
| var o = new core.List<api.Table>();
|
| o.add(buildTable());
|
| o.add(buildTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed383(core.List<api.Table> o) {
|
| +checkUnnamed141(core.List<api.Table> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTable(o[0]);
|
| checkTable(o[1]);
|
| @@ -2474,7 +2474,7 @@ buildTablesListResponse() {
|
| buildCounterTablesListResponse++;
|
| if (buildCounterTablesListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.tables = buildUnnamed383();
|
| + o.tables = buildUnnamed141();
|
| }
|
| buildCounterTablesListResponse--;
|
| return o;
|
| @@ -2484,7 +2484,7 @@ checkTablesListResponse(api.TablesListResponse o) {
|
| buildCounterTablesListResponse++;
|
| if (buildCounterTablesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed383(o.tables);
|
| + checkUnnamed141(o.tables);
|
| }
|
| buildCounterTablesListResponse--;
|
| }
|
| @@ -2523,14 +2523,14 @@ checkValueRange(api.ValueRange o) {
|
| buildCounterValueRange--;
|
| }
|
|
|
| -buildUnnamed384() {
|
| +buildUnnamed142() {
|
| var o = new core.List<api.DisplayRule>();
|
| o.add(buildDisplayRule());
|
| o.add(buildDisplayRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed384(core.List<api.DisplayRule> o) {
|
| +checkUnnamed142(core.List<api.DisplayRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisplayRule(o[0]);
|
| checkDisplayRule(o[1]);
|
| @@ -2541,7 +2541,7 @@ buildVectorStyle() {
|
| var o = new api.VectorStyle();
|
| buildCounterVectorStyle++;
|
| if (buildCounterVectorStyle < 3) {
|
| - o.displayRules = buildUnnamed384();
|
| + o.displayRules = buildUnnamed142();
|
| o.featureInfo = buildFeatureInfo();
|
| o.type = "foo";
|
| }
|
| @@ -2552,7 +2552,7 @@ buildVectorStyle() {
|
| checkVectorStyle(api.VectorStyle o) {
|
| buildCounterVectorStyle++;
|
| if (buildCounterVectorStyle < 3) {
|
| - checkUnnamed384(o.displayRules);
|
| + checkUnnamed142(o.displayRules);
|
| checkFeatureInfo(o.featureInfo);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
|
|