| Index: generated/googleapis/test/drive/v2_test.dart
|
| diff --git a/generated/googleapis/test/drive/v2_test.dart b/generated/googleapis/test/drive/v2_test.dart
|
| index fb5baeabb48c68674ea8c4f9783fd0d4d96a3c40..fc6272bc60d96726c74e13cd0c11415d496ee304 100644
|
| --- a/generated/googleapis/test/drive/v2_test.dart
|
| +++ b/generated/googleapis/test/drive/v2_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis/drive/v2.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed722() {
|
| +buildUnnamed424() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed722(core.List<core.String> o) {
|
| +checkUnnamed424(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'));
|
| @@ -34,7 +34,7 @@ buildAboutAdditionalRoleInfoRoleSets() {
|
| var o = new api.AboutAdditionalRoleInfoRoleSets();
|
| buildCounterAboutAdditionalRoleInfoRoleSets++;
|
| if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
|
| - o.additionalRoles = buildUnnamed722();
|
| + o.additionalRoles = buildUnnamed424();
|
| o.primaryRole = "foo";
|
| }
|
| buildCounterAboutAdditionalRoleInfoRoleSets--;
|
| @@ -44,20 +44,20 @@ buildAboutAdditionalRoleInfoRoleSets() {
|
| checkAboutAdditionalRoleInfoRoleSets(api.AboutAdditionalRoleInfoRoleSets o) {
|
| buildCounterAboutAdditionalRoleInfoRoleSets++;
|
| if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
|
| - checkUnnamed722(o.additionalRoles);
|
| + checkUnnamed424(o.additionalRoles);
|
| unittest.expect(o.primaryRole, unittest.equals('foo'));
|
| }
|
| buildCounterAboutAdditionalRoleInfoRoleSets--;
|
| }
|
|
|
| -buildUnnamed723() {
|
| +buildUnnamed425() {
|
| var o = new core.List<api.AboutAdditionalRoleInfoRoleSets>();
|
| o.add(buildAboutAdditionalRoleInfoRoleSets());
|
| o.add(buildAboutAdditionalRoleInfoRoleSets());
|
| return o;
|
| }
|
|
|
| -checkUnnamed723(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
|
| +checkUnnamed425(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutAdditionalRoleInfoRoleSets(o[0]);
|
| checkAboutAdditionalRoleInfoRoleSets(o[1]);
|
| @@ -68,7 +68,7 @@ buildAboutAdditionalRoleInfo() {
|
| var o = new api.AboutAdditionalRoleInfo();
|
| buildCounterAboutAdditionalRoleInfo++;
|
| if (buildCounterAboutAdditionalRoleInfo < 3) {
|
| - o.roleSets = buildUnnamed723();
|
| + o.roleSets = buildUnnamed425();
|
| o.type = "foo";
|
| }
|
| buildCounterAboutAdditionalRoleInfo--;
|
| @@ -78,33 +78,33 @@ buildAboutAdditionalRoleInfo() {
|
| checkAboutAdditionalRoleInfo(api.AboutAdditionalRoleInfo o) {
|
| buildCounterAboutAdditionalRoleInfo++;
|
| if (buildCounterAboutAdditionalRoleInfo < 3) {
|
| - checkUnnamed723(o.roleSets);
|
| + checkUnnamed425(o.roleSets);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterAboutAdditionalRoleInfo--;
|
| }
|
|
|
| -buildUnnamed724() {
|
| +buildUnnamed426() {
|
| var o = new core.List<api.AboutAdditionalRoleInfo>();
|
| o.add(buildAboutAdditionalRoleInfo());
|
| o.add(buildAboutAdditionalRoleInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed724(core.List<api.AboutAdditionalRoleInfo> o) {
|
| +checkUnnamed426(core.List<api.AboutAdditionalRoleInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutAdditionalRoleInfo(o[0]);
|
| checkAboutAdditionalRoleInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed725() {
|
| +buildUnnamed427() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed725(core.List<core.String> o) {
|
| +checkUnnamed427(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'));
|
| @@ -116,7 +116,7 @@ buildAboutExportFormats() {
|
| buildCounterAboutExportFormats++;
|
| if (buildCounterAboutExportFormats < 3) {
|
| o.source = "foo";
|
| - o.targets = buildUnnamed725();
|
| + o.targets = buildUnnamed427();
|
| }
|
| buildCounterAboutExportFormats--;
|
| return o;
|
| @@ -126,19 +126,19 @@ checkAboutExportFormats(api.AboutExportFormats o) {
|
| buildCounterAboutExportFormats++;
|
| if (buildCounterAboutExportFormats < 3) {
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| - checkUnnamed725(o.targets);
|
| + checkUnnamed427(o.targets);
|
| }
|
| buildCounterAboutExportFormats--;
|
| }
|
|
|
| -buildUnnamed726() {
|
| +buildUnnamed428() {
|
| var o = new core.List<api.AboutExportFormats>();
|
| o.add(buildAboutExportFormats());
|
| o.add(buildAboutExportFormats());
|
| return o;
|
| }
|
|
|
| -checkUnnamed726(core.List<api.AboutExportFormats> o) {
|
| +checkUnnamed428(core.List<api.AboutExportFormats> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutExportFormats(o[0]);
|
| checkAboutExportFormats(o[1]);
|
| @@ -165,27 +165,27 @@ checkAboutFeatures(api.AboutFeatures o) {
|
| buildCounterAboutFeatures--;
|
| }
|
|
|
| -buildUnnamed727() {
|
| +buildUnnamed429() {
|
| var o = new core.List<api.AboutFeatures>();
|
| o.add(buildAboutFeatures());
|
| o.add(buildAboutFeatures());
|
| return o;
|
| }
|
|
|
| -checkUnnamed727(core.List<api.AboutFeatures> o) {
|
| +checkUnnamed429(core.List<api.AboutFeatures> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutFeatures(o[0]);
|
| checkAboutFeatures(o[1]);
|
| }
|
|
|
| -buildUnnamed728() {
|
| +buildUnnamed430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed728(core.List<core.String> o) {
|
| +checkUnnamed430(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'));
|
| @@ -197,7 +197,7 @@ buildAboutImportFormats() {
|
| buildCounterAboutImportFormats++;
|
| if (buildCounterAboutImportFormats < 3) {
|
| o.source = "foo";
|
| - o.targets = buildUnnamed728();
|
| + o.targets = buildUnnamed430();
|
| }
|
| buildCounterAboutImportFormats--;
|
| return o;
|
| @@ -207,19 +207,19 @@ checkAboutImportFormats(api.AboutImportFormats o) {
|
| buildCounterAboutImportFormats++;
|
| if (buildCounterAboutImportFormats < 3) {
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| - checkUnnamed728(o.targets);
|
| + checkUnnamed430(o.targets);
|
| }
|
| buildCounterAboutImportFormats--;
|
| }
|
|
|
| -buildUnnamed729() {
|
| +buildUnnamed431() {
|
| var o = new core.List<api.AboutImportFormats>();
|
| o.add(buildAboutImportFormats());
|
| o.add(buildAboutImportFormats());
|
| return o;
|
| }
|
|
|
| -checkUnnamed729(core.List<api.AboutImportFormats> o) {
|
| +checkUnnamed431(core.List<api.AboutImportFormats> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutImportFormats(o[0]);
|
| checkAboutImportFormats(o[1]);
|
| @@ -246,14 +246,14 @@ checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) {
|
| buildCounterAboutMaxUploadSizes--;
|
| }
|
|
|
| -buildUnnamed730() {
|
| +buildUnnamed432() {
|
| var o = new core.List<api.AboutMaxUploadSizes>();
|
| o.add(buildAboutMaxUploadSizes());
|
| o.add(buildAboutMaxUploadSizes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed730(core.List<api.AboutMaxUploadSizes> o) {
|
| +checkUnnamed432(core.List<api.AboutMaxUploadSizes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutMaxUploadSizes(o[0]);
|
| checkAboutMaxUploadSizes(o[1]);
|
| @@ -280,14 +280,14 @@ checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) {
|
| buildCounterAboutQuotaBytesByService--;
|
| }
|
|
|
| -buildUnnamed731() {
|
| +buildUnnamed433() {
|
| var o = new core.List<api.AboutQuotaBytesByService>();
|
| o.add(buildAboutQuotaBytesByService());
|
| o.add(buildAboutQuotaBytesByService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed731(core.List<api.AboutQuotaBytesByService> o) {
|
| +checkUnnamed433(core.List<api.AboutQuotaBytesByService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutQuotaBytesByService(o[0]);
|
| checkAboutQuotaBytesByService(o[1]);
|
| @@ -298,20 +298,20 @@ buildAbout() {
|
| var o = new api.About();
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| - o.additionalRoleInfo = buildUnnamed724();
|
| + o.additionalRoleInfo = buildUnnamed426();
|
| o.domainSharingPolicy = "foo";
|
| o.etag = "foo";
|
| - o.exportFormats = buildUnnamed726();
|
| - o.features = buildUnnamed727();
|
| - o.importFormats = buildUnnamed729();
|
| + o.exportFormats = buildUnnamed428();
|
| + o.features = buildUnnamed429();
|
| + o.importFormats = buildUnnamed431();
|
| o.isCurrentAppInstalled = true;
|
| o.kind = "foo";
|
| o.languageCode = "foo";
|
| o.largestChangeId = "foo";
|
| - o.maxUploadSizes = buildUnnamed730();
|
| + o.maxUploadSizes = buildUnnamed432();
|
| o.name = "foo";
|
| o.permissionId = "foo";
|
| - o.quotaBytesByService = buildUnnamed731();
|
| + o.quotaBytesByService = buildUnnamed433();
|
| o.quotaBytesTotal = "foo";
|
| o.quotaBytesUsed = "foo";
|
| o.quotaBytesUsedAggregate = "foo";
|
| @@ -329,20 +329,20 @@ buildAbout() {
|
| checkAbout(api.About o) {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| - checkUnnamed724(o.additionalRoleInfo);
|
| + checkUnnamed426(o.additionalRoleInfo);
|
| unittest.expect(o.domainSharingPolicy, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed726(o.exportFormats);
|
| - checkUnnamed727(o.features);
|
| - checkUnnamed729(o.importFormats);
|
| + checkUnnamed428(o.exportFormats);
|
| + checkUnnamed429(o.features);
|
| + checkUnnamed431(o.importFormats);
|
| unittest.expect(o.isCurrentAppInstalled, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.languageCode, unittest.equals('foo'));
|
| unittest.expect(o.largestChangeId, unittest.equals('foo'));
|
| - checkUnnamed730(o.maxUploadSizes);
|
| + checkUnnamed432(o.maxUploadSizes);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| - checkUnnamed731(o.quotaBytesByService);
|
| + checkUnnamed433(o.quotaBytesByService);
|
| unittest.expect(o.quotaBytesTotal, unittest.equals('foo'));
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.quotaBytesUsedAggregate, unittest.equals('foo'));
|
| @@ -379,66 +379,66 @@ checkAppIcons(api.AppIcons o) {
|
| buildCounterAppIcons--;
|
| }
|
|
|
| -buildUnnamed732() {
|
| +buildUnnamed434() {
|
| var o = new core.List<api.AppIcons>();
|
| o.add(buildAppIcons());
|
| o.add(buildAppIcons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed732(core.List<api.AppIcons> o) {
|
| +checkUnnamed434(core.List<api.AppIcons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAppIcons(o[0]);
|
| checkAppIcons(o[1]);
|
| }
|
|
|
| -buildUnnamed733() {
|
| +buildUnnamed435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed733(core.List<core.String> o) {
|
| +checkUnnamed435(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'));
|
| }
|
|
|
| -buildUnnamed734() {
|
| +buildUnnamed436() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed734(core.List<core.String> o) {
|
| +checkUnnamed436(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'));
|
| }
|
|
|
| -buildUnnamed735() {
|
| +buildUnnamed437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed735(core.List<core.String> o) {
|
| +checkUnnamed437(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'));
|
| }
|
|
|
| -buildUnnamed736() {
|
| +buildUnnamed438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed736(core.List<core.String> o) {
|
| +checkUnnamed438(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'));
|
| @@ -453,7 +453,7 @@ buildApp() {
|
| o.createInFolderTemplate = "foo";
|
| o.createUrl = "foo";
|
| o.hasDriveWideScope = true;
|
| - o.icons = buildUnnamed732();
|
| + o.icons = buildUnnamed434();
|
| o.id = "foo";
|
| o.installed = true;
|
| o.kind = "foo";
|
| @@ -461,12 +461,12 @@ buildApp() {
|
| o.name = "foo";
|
| o.objectType = "foo";
|
| o.openUrlTemplate = "foo";
|
| - o.primaryFileExtensions = buildUnnamed733();
|
| - o.primaryMimeTypes = buildUnnamed734();
|
| + o.primaryFileExtensions = buildUnnamed435();
|
| + o.primaryMimeTypes = buildUnnamed436();
|
| o.productId = "foo";
|
| o.productUrl = "foo";
|
| - o.secondaryFileExtensions = buildUnnamed735();
|
| - o.secondaryMimeTypes = buildUnnamed736();
|
| + o.secondaryFileExtensions = buildUnnamed437();
|
| + o.secondaryMimeTypes = buildUnnamed438();
|
| o.shortDescription = "foo";
|
| o.supportsCreate = true;
|
| o.supportsImport = true;
|
| @@ -485,7 +485,7 @@ checkApp(api.App o) {
|
| unittest.expect(o.createInFolderTemplate, unittest.equals('foo'));
|
| unittest.expect(o.createUrl, unittest.equals('foo'));
|
| unittest.expect(o.hasDriveWideScope, unittest.isTrue);
|
| - checkUnnamed732(o.icons);
|
| + checkUnnamed434(o.icons);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.installed, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -493,12 +493,12 @@ checkApp(api.App o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.objectType, unittest.equals('foo'));
|
| unittest.expect(o.openUrlTemplate, unittest.equals('foo'));
|
| - checkUnnamed733(o.primaryFileExtensions);
|
| - checkUnnamed734(o.primaryMimeTypes);
|
| + checkUnnamed435(o.primaryFileExtensions);
|
| + checkUnnamed436(o.primaryMimeTypes);
|
| unittest.expect(o.productId, unittest.equals('foo'));
|
| unittest.expect(o.productUrl, unittest.equals('foo'));
|
| - checkUnnamed735(o.secondaryFileExtensions);
|
| - checkUnnamed736(o.secondaryMimeTypes);
|
| + checkUnnamed437(o.secondaryFileExtensions);
|
| + checkUnnamed438(o.secondaryMimeTypes);
|
| unittest.expect(o.shortDescription, unittest.equals('foo'));
|
| unittest.expect(o.supportsCreate, unittest.isTrue);
|
| unittest.expect(o.supportsImport, unittest.isTrue);
|
| @@ -509,27 +509,27 @@ checkApp(api.App o) {
|
| buildCounterApp--;
|
| }
|
|
|
| -buildUnnamed737() {
|
| +buildUnnamed439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed737(core.List<core.String> o) {
|
| +checkUnnamed439(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'));
|
| }
|
|
|
| -buildUnnamed738() {
|
| +buildUnnamed440() {
|
| var o = new core.List<api.App>();
|
| o.add(buildApp());
|
| o.add(buildApp());
|
| return o;
|
| }
|
|
|
| -checkUnnamed738(core.List<api.App> o) {
|
| +checkUnnamed440(core.List<api.App> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApp(o[0]);
|
| checkApp(o[1]);
|
| @@ -540,9 +540,9 @@ buildAppList() {
|
| var o = new api.AppList();
|
| buildCounterAppList++;
|
| if (buildCounterAppList < 3) {
|
| - o.defaultAppIds = buildUnnamed737();
|
| + o.defaultAppIds = buildUnnamed439();
|
| o.etag = "foo";
|
| - o.items = buildUnnamed738();
|
| + o.items = buildUnnamed440();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -553,9 +553,9 @@ buildAppList() {
|
| checkAppList(api.AppList o) {
|
| buildCounterAppList++;
|
| if (buildCounterAppList < 3) {
|
| - checkUnnamed737(o.defaultAppIds);
|
| + checkUnnamed439(o.defaultAppIds);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed738(o.items);
|
| + checkUnnamed440(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| @@ -593,14 +593,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed739() {
|
| +buildUnnamed441() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed739(core.List<api.Change> o) {
|
| +checkUnnamed441(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -612,7 +612,7 @@ buildChangeList() {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed739();
|
| + o.items = buildUnnamed441();
|
| o.kind = "foo";
|
| o.largestChangeId = "foo";
|
| o.nextLink = "foo";
|
| @@ -627,7 +627,7 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed739(o.items);
|
| + checkUnnamed441(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.largestChangeId, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -637,14 +637,14 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList--;
|
| }
|
|
|
| -buildUnnamed740() {
|
| +buildUnnamed442() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed740(core.Map<core.String, core.String> o) {
|
| +checkUnnamed442(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -659,7 +659,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed740();
|
| + o.params = buildUnnamed442();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -677,7 +677,7 @@ checkChannel(api.Channel o) {
|
| unittest.expect(o.expiration, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed740(o.params);
|
| + checkUnnamed442(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -687,14 +687,14 @@ checkChannel(api.Channel o) {
|
| buildCounterChannel--;
|
| }
|
|
|
| -buildUnnamed741() {
|
| +buildUnnamed443() {
|
| var o = new core.List<api.ChildReference>();
|
| o.add(buildChildReference());
|
| o.add(buildChildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed741(core.List<api.ChildReference> o) {
|
| +checkUnnamed443(core.List<api.ChildReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChildReference(o[0]);
|
| checkChildReference(o[1]);
|
| @@ -706,7 +706,7 @@ buildChildList() {
|
| buildCounterChildList++;
|
| if (buildCounterChildList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed741();
|
| + o.items = buildUnnamed443();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -720,7 +720,7 @@ checkChildList(api.ChildList o) {
|
| buildCounterChildList++;
|
| if (buildCounterChildList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed741(o.items);
|
| + checkUnnamed443(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -775,14 +775,14 @@ checkCommentContext(api.CommentContext o) {
|
| buildCounterCommentContext--;
|
| }
|
|
|
| -buildUnnamed742() {
|
| +buildUnnamed444() {
|
| var o = new core.List<api.CommentReply>();
|
| o.add(buildCommentReply());
|
| o.add(buildCommentReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed742(core.List<api.CommentReply> o) {
|
| +checkUnnamed444(core.List<api.CommentReply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentReply(o[0]);
|
| checkCommentReply(o[1]);
|
| @@ -805,7 +805,7 @@ buildComment() {
|
| o.htmlContent = "foo";
|
| o.kind = "foo";
|
| o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.replies = buildUnnamed742();
|
| + o.replies = buildUnnamed444();
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| }
|
| @@ -828,21 +828,21 @@ checkComment(api.Comment o) {
|
| unittest.expect(o.htmlContent, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.modifiedDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed742(o.replies);
|
| + checkUnnamed444(o.replies);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed743() {
|
| +buildUnnamed445() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed743(core.List<api.Comment> o) {
|
| +checkUnnamed445(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -853,7 +853,7 @@ buildCommentList() {
|
| var o = new api.CommentList();
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - o.items = buildUnnamed743();
|
| + o.items = buildUnnamed445();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -866,7 +866,7 @@ buildCommentList() {
|
| checkCommentList(api.CommentList o) {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - checkUnnamed743(o.items);
|
| + checkUnnamed445(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -910,14 +910,14 @@ checkCommentReply(api.CommentReply o) {
|
| buildCounterCommentReply--;
|
| }
|
|
|
| -buildUnnamed744() {
|
| +buildUnnamed446() {
|
| var o = new core.List<api.CommentReply>();
|
| o.add(buildCommentReply());
|
| o.add(buildCommentReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed744(core.List<api.CommentReply> o) {
|
| +checkUnnamed446(core.List<api.CommentReply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentReply(o[0]);
|
| checkCommentReply(o[1]);
|
| @@ -928,7 +928,7 @@ buildCommentReplyList() {
|
| var o = new api.CommentReplyList();
|
| buildCounterCommentReplyList++;
|
| if (buildCounterCommentReplyList < 3) {
|
| - o.items = buildUnnamed744();
|
| + o.items = buildUnnamed446();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -941,7 +941,7 @@ buildCommentReplyList() {
|
| checkCommentReplyList(api.CommentReplyList o) {
|
| buildCounterCommentReplyList++;
|
| if (buildCounterCommentReplyList < 3) {
|
| - checkUnnamed744(o.items);
|
| + checkUnnamed446(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -950,14 +950,14 @@ checkCommentReplyList(api.CommentReplyList o) {
|
| buildCounterCommentReplyList--;
|
| }
|
|
|
| -buildUnnamed745() {
|
| +buildUnnamed447() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed745(core.Map<core.String, core.String> o) {
|
| +checkUnnamed447(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -1091,79 +1091,79 @@ checkFileLabels(api.FileLabels o) {
|
| buildCounterFileLabels--;
|
| }
|
|
|
| -buildUnnamed746() {
|
| +buildUnnamed448() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed746(core.Map<core.String, core.String> o) {
|
| +checkUnnamed448(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed747() {
|
| +buildUnnamed449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed747(core.List<core.String> o) {
|
| +checkUnnamed449(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'));
|
| }
|
|
|
| -buildUnnamed748() {
|
| +buildUnnamed450() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed748(core.List<api.User> o) {
|
| +checkUnnamed450(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| }
|
|
|
| -buildUnnamed749() {
|
| +buildUnnamed451() {
|
| var o = new core.List<api.ParentReference>();
|
| o.add(buildParentReference());
|
| o.add(buildParentReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed749(core.List<api.ParentReference> o) {
|
| +checkUnnamed451(core.List<api.ParentReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParentReference(o[0]);
|
| checkParentReference(o[1]);
|
| }
|
|
|
| -buildUnnamed750() {
|
| +buildUnnamed452() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed750(core.List<api.Permission> o) {
|
| +checkUnnamed452(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| }
|
|
|
| -buildUnnamed751() {
|
| +buildUnnamed453() {
|
| var o = new core.List<api.Property>();
|
| o.add(buildProperty());
|
| o.add(buildProperty());
|
| return o;
|
| }
|
|
|
| -checkUnnamed751(core.List<api.Property> o) {
|
| +checkUnnamed453(core.List<api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o[0]);
|
| checkProperty(o[1]);
|
| @@ -1229,7 +1229,7 @@ buildFile() {
|
| o.embedLink = "foo";
|
| o.etag = "foo";
|
| o.explicitlyTrashed = true;
|
| - o.exportLinks = buildUnnamed745();
|
| + o.exportLinks = buildUnnamed447();
|
| o.fileExtension = "foo";
|
| o.fileSize = "foo";
|
| o.headRevisionId = "foo";
|
| @@ -1247,13 +1247,13 @@ buildFile() {
|
| o.mimeType = "foo";
|
| o.modifiedByMeDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.openWithLinks = buildUnnamed746();
|
| + o.openWithLinks = buildUnnamed448();
|
| o.originalFilename = "foo";
|
| - o.ownerNames = buildUnnamed747();
|
| - o.owners = buildUnnamed748();
|
| - o.parents = buildUnnamed749();
|
| - o.permissions = buildUnnamed750();
|
| - o.properties = buildUnnamed751();
|
| + o.ownerNames = buildUnnamed449();
|
| + o.owners = buildUnnamed450();
|
| + o.parents = buildUnnamed451();
|
| + o.permissions = buildUnnamed452();
|
| + o.properties = buildUnnamed453();
|
| o.quotaBytesUsed = "foo";
|
| o.selfLink = "foo";
|
| o.shared = true;
|
| @@ -1287,7 +1287,7 @@ checkFile(api.File o) {
|
| unittest.expect(o.embedLink, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.explicitlyTrashed, unittest.isTrue);
|
| - checkUnnamed745(o.exportLinks);
|
| + checkUnnamed447(o.exportLinks);
|
| unittest.expect(o.fileExtension, unittest.equals('foo'));
|
| unittest.expect(o.fileSize, unittest.equals('foo'));
|
| unittest.expect(o.headRevisionId, unittest.equals('foo'));
|
| @@ -1305,13 +1305,13 @@ checkFile(api.File o) {
|
| unittest.expect(o.mimeType, unittest.equals('foo'));
|
| unittest.expect(o.modifiedByMeDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.modifiedDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed746(o.openWithLinks);
|
| + checkUnnamed448(o.openWithLinks);
|
| unittest.expect(o.originalFilename, unittest.equals('foo'));
|
| - checkUnnamed747(o.ownerNames);
|
| - checkUnnamed748(o.owners);
|
| - checkUnnamed749(o.parents);
|
| - checkUnnamed750(o.permissions);
|
| - checkUnnamed751(o.properties);
|
| + checkUnnamed449(o.ownerNames);
|
| + checkUnnamed450(o.owners);
|
| + checkUnnamed451(o.parents);
|
| + checkUnnamed452(o.permissions);
|
| + checkUnnamed453(o.properties);
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.shared, unittest.isTrue);
|
| @@ -1330,14 +1330,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed752() {
|
| +buildUnnamed454() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed752(core.List<api.File> o) {
|
| +checkUnnamed454(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -1349,7 +1349,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed752();
|
| + o.items = buildUnnamed454();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -1363,7 +1363,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed752(o.items);
|
| + checkUnnamed454(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1372,14 +1372,14 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed753() {
|
| +buildUnnamed455() {
|
| var o = new core.List<api.ParentReference>();
|
| o.add(buildParentReference());
|
| o.add(buildParentReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed753(core.List<api.ParentReference> o) {
|
| +checkUnnamed455(core.List<api.ParentReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParentReference(o[0]);
|
| checkParentReference(o[1]);
|
| @@ -1391,7 +1391,7 @@ buildParentList() {
|
| buildCounterParentList++;
|
| if (buildCounterParentList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed753();
|
| + o.items = buildUnnamed455();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1403,7 +1403,7 @@ checkParentList(api.ParentList o) {
|
| buildCounterParentList++;
|
| if (buildCounterParentList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed753(o.items);
|
| + checkUnnamed455(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| @@ -1437,14 +1437,14 @@ checkParentReference(api.ParentReference o) {
|
| buildCounterParentReference--;
|
| }
|
|
|
| -buildUnnamed754() {
|
| +buildUnnamed456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed754(core.List<core.String> o) {
|
| +checkUnnamed456(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'));
|
| @@ -1455,7 +1455,7 @@ buildPermission() {
|
| var o = new api.Permission();
|
| buildCounterPermission++;
|
| if (buildCounterPermission < 3) {
|
| - o.additionalRoles = buildUnnamed754();
|
| + o.additionalRoles = buildUnnamed456();
|
| o.authKey = "foo";
|
| o.domain = "foo";
|
| o.emailAddress = "foo";
|
| @@ -1477,7 +1477,7 @@ buildPermission() {
|
| checkPermission(api.Permission o) {
|
| buildCounterPermission++;
|
| if (buildCounterPermission < 3) {
|
| - checkUnnamed754(o.additionalRoles);
|
| + checkUnnamed456(o.additionalRoles);
|
| unittest.expect(o.authKey, unittest.equals('foo'));
|
| unittest.expect(o.domain, unittest.equals('foo'));
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| @@ -1516,14 +1516,14 @@ checkPermissionId(api.PermissionId o) {
|
| buildCounterPermissionId--;
|
| }
|
|
|
| -buildUnnamed755() {
|
| +buildUnnamed457() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed755(core.List<api.Permission> o) {
|
| +checkUnnamed457(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -1535,7 +1535,7 @@ buildPermissionList() {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed755();
|
| + o.items = buildUnnamed457();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1547,7 +1547,7 @@ checkPermissionList(api.PermissionList o) {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed755(o.items);
|
| + checkUnnamed457(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| @@ -1583,14 +1583,14 @@ checkProperty(api.Property o) {
|
| buildCounterProperty--;
|
| }
|
|
|
| -buildUnnamed756() {
|
| +buildUnnamed458() {
|
| var o = new core.List<api.Property>();
|
| o.add(buildProperty());
|
| o.add(buildProperty());
|
| return o;
|
| }
|
|
|
| -checkUnnamed756(core.List<api.Property> o) {
|
| +checkUnnamed458(core.List<api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o[0]);
|
| checkProperty(o[1]);
|
| @@ -1602,7 +1602,7 @@ buildPropertyList() {
|
| buildCounterPropertyList++;
|
| if (buildCounterPropertyList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed756();
|
| + o.items = buildUnnamed458();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1614,21 +1614,21 @@ checkPropertyList(api.PropertyList o) {
|
| buildCounterPropertyList++;
|
| if (buildCounterPropertyList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed756(o.items);
|
| + checkUnnamed458(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterPropertyList--;
|
| }
|
|
|
| -buildUnnamed757() {
|
| +buildUnnamed459() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed757(core.Map<core.String, core.String> o) {
|
| +checkUnnamed459(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -1641,7 +1641,7 @@ buildRevision() {
|
| if (buildCounterRevision < 3) {
|
| o.downloadUrl = "foo";
|
| o.etag = "foo";
|
| - o.exportLinks = buildUnnamed757();
|
| + o.exportLinks = buildUnnamed459();
|
| o.fileSize = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| @@ -1667,7 +1667,7 @@ checkRevision(api.Revision o) {
|
| if (buildCounterRevision < 3) {
|
| unittest.expect(o.downloadUrl, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed757(o.exportLinks);
|
| + checkUnnamed459(o.exportLinks);
|
| unittest.expect(o.fileSize, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1687,14 +1687,14 @@ checkRevision(api.Revision o) {
|
| buildCounterRevision--;
|
| }
|
|
|
| -buildUnnamed758() {
|
| +buildUnnamed460() {
|
| var o = new core.List<api.Revision>();
|
| o.add(buildRevision());
|
| o.add(buildRevision());
|
| return o;
|
| }
|
|
|
| -checkUnnamed758(core.List<api.Revision> o) {
|
| +checkUnnamed460(core.List<api.Revision> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRevision(o[0]);
|
| checkRevision(o[1]);
|
| @@ -1706,7 +1706,7 @@ buildRevisionList() {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed758();
|
| + o.items = buildUnnamed460();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1718,7 +1718,7 @@ checkRevisionList(api.RevisionList o) {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed758(o.items);
|
| + checkUnnamed460(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
|
|