| 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 036a3a7a4a667886f8fbcd77f0ec07a0edd11cb6..08ae3149fbee04b1a84b51622c45f7f8e711d948 100644
|
| --- a/generated/googleapis/test/drive/v2_test.dart
|
| +++ b/generated/googleapis/test/drive/v2_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed636() {
|
| +buildUnnamed711() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed636(core.List<core.String> o) {
|
| +checkUnnamed711(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'));
|
| @@ -69,7 +69,7 @@ buildAboutAdditionalRoleInfoRoleSets() {
|
| var o = new api.AboutAdditionalRoleInfoRoleSets();
|
| buildCounterAboutAdditionalRoleInfoRoleSets++;
|
| if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
|
| - o.additionalRoles = buildUnnamed636();
|
| + o.additionalRoles = buildUnnamed711();
|
| o.primaryRole = "foo";
|
| }
|
| buildCounterAboutAdditionalRoleInfoRoleSets--;
|
| @@ -79,20 +79,20 @@ buildAboutAdditionalRoleInfoRoleSets() {
|
| checkAboutAdditionalRoleInfoRoleSets(api.AboutAdditionalRoleInfoRoleSets o) {
|
| buildCounterAboutAdditionalRoleInfoRoleSets++;
|
| if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
|
| - checkUnnamed636(o.additionalRoles);
|
| + checkUnnamed711(o.additionalRoles);
|
| unittest.expect(o.primaryRole, unittest.equals('foo'));
|
| }
|
| buildCounterAboutAdditionalRoleInfoRoleSets--;
|
| }
|
|
|
| -buildUnnamed637() {
|
| +buildUnnamed712() {
|
| var o = new core.List<api.AboutAdditionalRoleInfoRoleSets>();
|
| o.add(buildAboutAdditionalRoleInfoRoleSets());
|
| o.add(buildAboutAdditionalRoleInfoRoleSets());
|
| return o;
|
| }
|
|
|
| -checkUnnamed637(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
|
| +checkUnnamed712(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutAdditionalRoleInfoRoleSets(o[0]);
|
| checkAboutAdditionalRoleInfoRoleSets(o[1]);
|
| @@ -103,7 +103,7 @@ buildAboutAdditionalRoleInfo() {
|
| var o = new api.AboutAdditionalRoleInfo();
|
| buildCounterAboutAdditionalRoleInfo++;
|
| if (buildCounterAboutAdditionalRoleInfo < 3) {
|
| - o.roleSets = buildUnnamed637();
|
| + o.roleSets = buildUnnamed712();
|
| o.type = "foo";
|
| }
|
| buildCounterAboutAdditionalRoleInfo--;
|
| @@ -113,33 +113,33 @@ buildAboutAdditionalRoleInfo() {
|
| checkAboutAdditionalRoleInfo(api.AboutAdditionalRoleInfo o) {
|
| buildCounterAboutAdditionalRoleInfo++;
|
| if (buildCounterAboutAdditionalRoleInfo < 3) {
|
| - checkUnnamed637(o.roleSets);
|
| + checkUnnamed712(o.roleSets);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterAboutAdditionalRoleInfo--;
|
| }
|
|
|
| -buildUnnamed638() {
|
| +buildUnnamed713() {
|
| var o = new core.List<api.AboutAdditionalRoleInfo>();
|
| o.add(buildAboutAdditionalRoleInfo());
|
| o.add(buildAboutAdditionalRoleInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed638(core.List<api.AboutAdditionalRoleInfo> o) {
|
| +checkUnnamed713(core.List<api.AboutAdditionalRoleInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutAdditionalRoleInfo(o[0]);
|
| checkAboutAdditionalRoleInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed639() {
|
| +buildUnnamed714() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed639(core.List<core.String> o) {
|
| +checkUnnamed714(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'));
|
| @@ -151,7 +151,7 @@ buildAboutExportFormats() {
|
| buildCounterAboutExportFormats++;
|
| if (buildCounterAboutExportFormats < 3) {
|
| o.source = "foo";
|
| - o.targets = buildUnnamed639();
|
| + o.targets = buildUnnamed714();
|
| }
|
| buildCounterAboutExportFormats--;
|
| return o;
|
| @@ -161,19 +161,19 @@ checkAboutExportFormats(api.AboutExportFormats o) {
|
| buildCounterAboutExportFormats++;
|
| if (buildCounterAboutExportFormats < 3) {
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| - checkUnnamed639(o.targets);
|
| + checkUnnamed714(o.targets);
|
| }
|
| buildCounterAboutExportFormats--;
|
| }
|
|
|
| -buildUnnamed640() {
|
| +buildUnnamed715() {
|
| var o = new core.List<api.AboutExportFormats>();
|
| o.add(buildAboutExportFormats());
|
| o.add(buildAboutExportFormats());
|
| return o;
|
| }
|
|
|
| -checkUnnamed640(core.List<api.AboutExportFormats> o) {
|
| +checkUnnamed715(core.List<api.AboutExportFormats> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutExportFormats(o[0]);
|
| checkAboutExportFormats(o[1]);
|
| @@ -200,40 +200,40 @@ checkAboutFeatures(api.AboutFeatures o) {
|
| buildCounterAboutFeatures--;
|
| }
|
|
|
| -buildUnnamed641() {
|
| +buildUnnamed716() {
|
| var o = new core.List<api.AboutFeatures>();
|
| o.add(buildAboutFeatures());
|
| o.add(buildAboutFeatures());
|
| return o;
|
| }
|
|
|
| -checkUnnamed641(core.List<api.AboutFeatures> o) {
|
| +checkUnnamed716(core.List<api.AboutFeatures> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutFeatures(o[0]);
|
| checkAboutFeatures(o[1]);
|
| }
|
|
|
| -buildUnnamed642() {
|
| +buildUnnamed717() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed642(core.List<core.String> o) {
|
| +checkUnnamed717(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'));
|
| }
|
|
|
| -buildUnnamed643() {
|
| +buildUnnamed718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed643(core.List<core.String> o) {
|
| +checkUnnamed718(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'));
|
| @@ -245,7 +245,7 @@ buildAboutImportFormats() {
|
| buildCounterAboutImportFormats++;
|
| if (buildCounterAboutImportFormats < 3) {
|
| o.source = "foo";
|
| - o.targets = buildUnnamed643();
|
| + o.targets = buildUnnamed718();
|
| }
|
| buildCounterAboutImportFormats--;
|
| return o;
|
| @@ -255,19 +255,19 @@ checkAboutImportFormats(api.AboutImportFormats o) {
|
| buildCounterAboutImportFormats++;
|
| if (buildCounterAboutImportFormats < 3) {
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| - checkUnnamed643(o.targets);
|
| + checkUnnamed718(o.targets);
|
| }
|
| buildCounterAboutImportFormats--;
|
| }
|
|
|
| -buildUnnamed644() {
|
| +buildUnnamed719() {
|
| var o = new core.List<api.AboutImportFormats>();
|
| o.add(buildAboutImportFormats());
|
| o.add(buildAboutImportFormats());
|
| return o;
|
| }
|
|
|
| -checkUnnamed644(core.List<api.AboutImportFormats> o) {
|
| +checkUnnamed719(core.List<api.AboutImportFormats> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutImportFormats(o[0]);
|
| checkAboutImportFormats(o[1]);
|
| @@ -294,14 +294,14 @@ checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) {
|
| buildCounterAboutMaxUploadSizes--;
|
| }
|
|
|
| -buildUnnamed645() {
|
| +buildUnnamed720() {
|
| var o = new core.List<api.AboutMaxUploadSizes>();
|
| o.add(buildAboutMaxUploadSizes());
|
| o.add(buildAboutMaxUploadSizes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed645(core.List<api.AboutMaxUploadSizes> o) {
|
| +checkUnnamed720(core.List<api.AboutMaxUploadSizes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutMaxUploadSizes(o[0]);
|
| checkAboutMaxUploadSizes(o[1]);
|
| @@ -328,14 +328,14 @@ checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) {
|
| buildCounterAboutQuotaBytesByService--;
|
| }
|
|
|
| -buildUnnamed646() {
|
| +buildUnnamed721() {
|
| var o = new core.List<api.AboutQuotaBytesByService>();
|
| o.add(buildAboutQuotaBytesByService());
|
| o.add(buildAboutQuotaBytesByService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed646(core.List<api.AboutQuotaBytesByService> o) {
|
| +checkUnnamed721(core.List<api.AboutQuotaBytesByService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutQuotaBytesByService(o[0]);
|
| checkAboutQuotaBytesByService(o[1]);
|
| @@ -364,14 +364,14 @@ checkAboutTeamDriveThemes(api.AboutTeamDriveThemes o) {
|
| buildCounterAboutTeamDriveThemes--;
|
| }
|
|
|
| -buildUnnamed647() {
|
| +buildUnnamed722() {
|
| var o = new core.List<api.AboutTeamDriveThemes>();
|
| o.add(buildAboutTeamDriveThemes());
|
| o.add(buildAboutTeamDriveThemes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed647(core.List<api.AboutTeamDriveThemes> o) {
|
| +checkUnnamed722(core.List<api.AboutTeamDriveThemes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutTeamDriveThemes(o[0]);
|
| checkAboutTeamDriveThemes(o[1]);
|
| @@ -382,21 +382,21 @@ buildAbout() {
|
| var o = new api.About();
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| - o.additionalRoleInfo = buildUnnamed638();
|
| + o.additionalRoleInfo = buildUnnamed713();
|
| o.domainSharingPolicy = "foo";
|
| o.etag = "foo";
|
| - o.exportFormats = buildUnnamed640();
|
| - o.features = buildUnnamed641();
|
| - o.folderColorPalette = buildUnnamed642();
|
| - o.importFormats = buildUnnamed644();
|
| + o.exportFormats = buildUnnamed715();
|
| + o.features = buildUnnamed716();
|
| + o.folderColorPalette = buildUnnamed717();
|
| + o.importFormats = buildUnnamed719();
|
| o.isCurrentAppInstalled = true;
|
| o.kind = "foo";
|
| o.languageCode = "foo";
|
| o.largestChangeId = "foo";
|
| - o.maxUploadSizes = buildUnnamed645();
|
| + o.maxUploadSizes = buildUnnamed720();
|
| o.name = "foo";
|
| o.permissionId = "foo";
|
| - o.quotaBytesByService = buildUnnamed646();
|
| + o.quotaBytesByService = buildUnnamed721();
|
| o.quotaBytesTotal = "foo";
|
| o.quotaBytesUsed = "foo";
|
| o.quotaBytesUsedAggregate = "foo";
|
| @@ -405,7 +405,7 @@ buildAbout() {
|
| o.remainingChangeIds = "foo";
|
| o.rootFolderId = "foo";
|
| o.selfLink = "foo";
|
| - o.teamDriveThemes = buildUnnamed647();
|
| + o.teamDriveThemes = buildUnnamed722();
|
| o.user = buildUser();
|
| }
|
| buildCounterAbout--;
|
| @@ -415,21 +415,21 @@ buildAbout() {
|
| checkAbout(api.About o) {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| - checkUnnamed638(o.additionalRoleInfo);
|
| + checkUnnamed713(o.additionalRoleInfo);
|
| unittest.expect(o.domainSharingPolicy, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed640(o.exportFormats);
|
| - checkUnnamed641(o.features);
|
| - checkUnnamed642(o.folderColorPalette);
|
| - checkUnnamed644(o.importFormats);
|
| + checkUnnamed715(o.exportFormats);
|
| + checkUnnamed716(o.features);
|
| + checkUnnamed717(o.folderColorPalette);
|
| + checkUnnamed719(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'));
|
| - checkUnnamed645(o.maxUploadSizes);
|
| + checkUnnamed720(o.maxUploadSizes);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| - checkUnnamed646(o.quotaBytesByService);
|
| + checkUnnamed721(o.quotaBytesByService);
|
| unittest.expect(o.quotaBytesTotal, unittest.equals('foo'));
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.quotaBytesUsedAggregate, unittest.equals('foo'));
|
| @@ -438,7 +438,7 @@ checkAbout(api.About o) {
|
| unittest.expect(o.remainingChangeIds, unittest.equals('foo'));
|
| unittest.expect(o.rootFolderId, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed647(o.teamDriveThemes);
|
| + checkUnnamed722(o.teamDriveThemes);
|
| checkUser(o.user);
|
| }
|
| buildCounterAbout--;
|
| @@ -467,66 +467,66 @@ checkAppIcons(api.AppIcons o) {
|
| buildCounterAppIcons--;
|
| }
|
|
|
| -buildUnnamed648() {
|
| +buildUnnamed723() {
|
| var o = new core.List<api.AppIcons>();
|
| o.add(buildAppIcons());
|
| o.add(buildAppIcons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed648(core.List<api.AppIcons> o) {
|
| +checkUnnamed723(core.List<api.AppIcons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAppIcons(o[0]);
|
| checkAppIcons(o[1]);
|
| }
|
|
|
| -buildUnnamed649() {
|
| +buildUnnamed724() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed649(core.List<core.String> o) {
|
| +checkUnnamed724(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'));
|
| }
|
|
|
| -buildUnnamed650() {
|
| +buildUnnamed725() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed650(core.List<core.String> o) {
|
| +checkUnnamed725(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'));
|
| }
|
|
|
| -buildUnnamed651() {
|
| +buildUnnamed726() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed651(core.List<core.String> o) {
|
| +checkUnnamed726(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'));
|
| }
|
|
|
| -buildUnnamed652() {
|
| +buildUnnamed727() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed652(core.List<core.String> o) {
|
| +checkUnnamed727(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'));
|
| @@ -541,7 +541,7 @@ buildApp() {
|
| o.createInFolderTemplate = "foo";
|
| o.createUrl = "foo";
|
| o.hasDriveWideScope = true;
|
| - o.icons = buildUnnamed648();
|
| + o.icons = buildUnnamed723();
|
| o.id = "foo";
|
| o.installed = true;
|
| o.kind = "foo";
|
| @@ -549,12 +549,12 @@ buildApp() {
|
| o.name = "foo";
|
| o.objectType = "foo";
|
| o.openUrlTemplate = "foo";
|
| - o.primaryFileExtensions = buildUnnamed649();
|
| - o.primaryMimeTypes = buildUnnamed650();
|
| + o.primaryFileExtensions = buildUnnamed724();
|
| + o.primaryMimeTypes = buildUnnamed725();
|
| o.productId = "foo";
|
| o.productUrl = "foo";
|
| - o.secondaryFileExtensions = buildUnnamed651();
|
| - o.secondaryMimeTypes = buildUnnamed652();
|
| + o.secondaryFileExtensions = buildUnnamed726();
|
| + o.secondaryMimeTypes = buildUnnamed727();
|
| o.shortDescription = "foo";
|
| o.supportsCreate = true;
|
| o.supportsImport = true;
|
| @@ -573,7 +573,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);
|
| - checkUnnamed648(o.icons);
|
| + checkUnnamed723(o.icons);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.installed, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -581,12 +581,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'));
|
| - checkUnnamed649(o.primaryFileExtensions);
|
| - checkUnnamed650(o.primaryMimeTypes);
|
| + checkUnnamed724(o.primaryFileExtensions);
|
| + checkUnnamed725(o.primaryMimeTypes);
|
| unittest.expect(o.productId, unittest.equals('foo'));
|
| unittest.expect(o.productUrl, unittest.equals('foo'));
|
| - checkUnnamed651(o.secondaryFileExtensions);
|
| - checkUnnamed652(o.secondaryMimeTypes);
|
| + checkUnnamed726(o.secondaryFileExtensions);
|
| + checkUnnamed727(o.secondaryMimeTypes);
|
| unittest.expect(o.shortDescription, unittest.equals('foo'));
|
| unittest.expect(o.supportsCreate, unittest.isTrue);
|
| unittest.expect(o.supportsImport, unittest.isTrue);
|
| @@ -597,27 +597,27 @@ checkApp(api.App o) {
|
| buildCounterApp--;
|
| }
|
|
|
| -buildUnnamed653() {
|
| +buildUnnamed728() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed653(core.List<core.String> o) {
|
| +checkUnnamed728(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'));
|
| }
|
|
|
| -buildUnnamed654() {
|
| +buildUnnamed729() {
|
| var o = new core.List<api.App>();
|
| o.add(buildApp());
|
| o.add(buildApp());
|
| return o;
|
| }
|
|
|
| -checkUnnamed654(core.List<api.App> o) {
|
| +checkUnnamed729(core.List<api.App> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApp(o[0]);
|
| checkApp(o[1]);
|
| @@ -628,9 +628,9 @@ buildAppList() {
|
| var o = new api.AppList();
|
| buildCounterAppList++;
|
| if (buildCounterAppList < 3) {
|
| - o.defaultAppIds = buildUnnamed653();
|
| + o.defaultAppIds = buildUnnamed728();
|
| o.etag = "foo";
|
| - o.items = buildUnnamed654();
|
| + o.items = buildUnnamed729();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -641,9 +641,9 @@ buildAppList() {
|
| checkAppList(api.AppList o) {
|
| buildCounterAppList++;
|
| if (buildCounterAppList < 3) {
|
| - checkUnnamed653(o.defaultAppIds);
|
| + checkUnnamed728(o.defaultAppIds);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed654(o.items);
|
| + checkUnnamed729(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| @@ -687,14 +687,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed655() {
|
| +buildUnnamed730() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed655(core.List<api.Change> o) {
|
| +checkUnnamed730(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -706,7 +706,7 @@ buildChangeList() {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed655();
|
| + o.items = buildUnnamed730();
|
| o.kind = "foo";
|
| o.largestChangeId = "foo";
|
| o.newStartPageToken = "foo";
|
| @@ -722,7 +722,7 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed655(o.items);
|
| + checkUnnamed730(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.largestChangeId, unittest.equals('foo'));
|
| unittest.expect(o.newStartPageToken, unittest.equals('foo'));
|
| @@ -733,14 +733,14 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList--;
|
| }
|
|
|
| -buildUnnamed656() {
|
| +buildUnnamed731() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed656(core.Map<core.String, core.String> o) {
|
| +checkUnnamed731(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'));
|
| @@ -755,7 +755,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed656();
|
| + o.params = buildUnnamed731();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -773,7 +773,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'));
|
| - checkUnnamed656(o.params);
|
| + checkUnnamed731(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -783,14 +783,14 @@ checkChannel(api.Channel o) {
|
| buildCounterChannel--;
|
| }
|
|
|
| -buildUnnamed657() {
|
| +buildUnnamed732() {
|
| var o = new core.List<api.ChildReference>();
|
| o.add(buildChildReference());
|
| o.add(buildChildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed657(core.List<api.ChildReference> o) {
|
| +checkUnnamed732(core.List<api.ChildReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChildReference(o[0]);
|
| checkChildReference(o[1]);
|
| @@ -802,7 +802,7 @@ buildChildList() {
|
| buildCounterChildList++;
|
| if (buildCounterChildList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed657();
|
| + o.items = buildUnnamed732();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -816,7 +816,7 @@ checkChildList(api.ChildList o) {
|
| buildCounterChildList++;
|
| if (buildCounterChildList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed657(o.items);
|
| + checkUnnamed732(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -871,14 +871,14 @@ checkCommentContext(api.CommentContext o) {
|
| buildCounterCommentContext--;
|
| }
|
|
|
| -buildUnnamed658() {
|
| +buildUnnamed733() {
|
| var o = new core.List<api.CommentReply>();
|
| o.add(buildCommentReply());
|
| o.add(buildCommentReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed658(core.List<api.CommentReply> o) {
|
| +checkUnnamed733(core.List<api.CommentReply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentReply(o[0]);
|
| checkCommentReply(o[1]);
|
| @@ -901,7 +901,7 @@ buildComment() {
|
| o.htmlContent = "foo";
|
| o.kind = "foo";
|
| o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.replies = buildUnnamed658();
|
| + o.replies = buildUnnamed733();
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| }
|
| @@ -924,21 +924,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")));
|
| - checkUnnamed658(o.replies);
|
| + checkUnnamed733(o.replies);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed659() {
|
| +buildUnnamed734() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed659(core.List<api.Comment> o) {
|
| +checkUnnamed734(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -949,7 +949,7 @@ buildCommentList() {
|
| var o = new api.CommentList();
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - o.items = buildUnnamed659();
|
| + o.items = buildUnnamed734();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -962,7 +962,7 @@ buildCommentList() {
|
| checkCommentList(api.CommentList o) {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - checkUnnamed659(o.items);
|
| + checkUnnamed734(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1006,14 +1006,14 @@ checkCommentReply(api.CommentReply o) {
|
| buildCounterCommentReply--;
|
| }
|
|
|
| -buildUnnamed660() {
|
| +buildUnnamed735() {
|
| var o = new core.List<api.CommentReply>();
|
| o.add(buildCommentReply());
|
| o.add(buildCommentReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed660(core.List<api.CommentReply> o) {
|
| +checkUnnamed735(core.List<api.CommentReply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentReply(o[0]);
|
| checkCommentReply(o[1]);
|
| @@ -1024,7 +1024,7 @@ buildCommentReplyList() {
|
| var o = new api.CommentReplyList();
|
| buildCounterCommentReplyList++;
|
| if (buildCounterCommentReplyList < 3) {
|
| - o.items = buildUnnamed660();
|
| + o.items = buildUnnamed735();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -1037,7 +1037,7 @@ buildCommentReplyList() {
|
| checkCommentReplyList(api.CommentReplyList o) {
|
| buildCounterCommentReplyList++;
|
| if (buildCounterCommentReplyList < 3) {
|
| - checkUnnamed660(o.items);
|
| + checkUnnamed735(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1097,14 +1097,14 @@ checkFileCapabilities(api.FileCapabilities o) {
|
| buildCounterFileCapabilities--;
|
| }
|
|
|
| -buildUnnamed661() {
|
| +buildUnnamed736() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed661(core.Map<core.String, core.String> o) {
|
| +checkUnnamed736(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'));
|
| @@ -1240,92 +1240,92 @@ checkFileLabels(api.FileLabels o) {
|
| buildCounterFileLabels--;
|
| }
|
|
|
| -buildUnnamed662() {
|
| +buildUnnamed737() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed662(core.Map<core.String, core.String> o) {
|
| +checkUnnamed737(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'));
|
| }
|
|
|
| -buildUnnamed663() {
|
| +buildUnnamed738() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed663(core.List<core.String> o) {
|
| +checkUnnamed738(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'));
|
| }
|
|
|
| -buildUnnamed664() {
|
| +buildUnnamed739() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed664(core.List<api.User> o) {
|
| +checkUnnamed739(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| }
|
|
|
| -buildUnnamed665() {
|
| +buildUnnamed740() {
|
| var o = new core.List<api.ParentReference>();
|
| o.add(buildParentReference());
|
| o.add(buildParentReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed665(core.List<api.ParentReference> o) {
|
| +checkUnnamed740(core.List<api.ParentReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParentReference(o[0]);
|
| checkParentReference(o[1]);
|
| }
|
|
|
| -buildUnnamed666() {
|
| +buildUnnamed741() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed666(core.List<api.Permission> o) {
|
| +checkUnnamed741(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| }
|
|
|
| -buildUnnamed667() {
|
| +buildUnnamed742() {
|
| var o = new core.List<api.Property>();
|
| o.add(buildProperty());
|
| o.add(buildProperty());
|
| return o;
|
| }
|
|
|
| -checkUnnamed667(core.List<api.Property> o) {
|
| +checkUnnamed742(core.List<api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o[0]);
|
| checkProperty(o[1]);
|
| }
|
|
|
| -buildUnnamed668() {
|
| +buildUnnamed743() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed668(core.List<core.String> o) {
|
| +checkUnnamed743(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'));
|
| @@ -1394,7 +1394,7 @@ buildFile() {
|
| o.embedLink = "foo";
|
| o.etag = "foo";
|
| o.explicitlyTrashed = true;
|
| - o.exportLinks = buildUnnamed661();
|
| + o.exportLinks = buildUnnamed736();
|
| o.fileExtension = "foo";
|
| o.fileSize = "foo";
|
| o.folderColorRgb = "foo";
|
| @@ -1417,21 +1417,21 @@ 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 = buildUnnamed662();
|
| + o.openWithLinks = buildUnnamed737();
|
| o.originalFilename = "foo";
|
| o.ownedByMe = true;
|
| - o.ownerNames = buildUnnamed663();
|
| - o.owners = buildUnnamed664();
|
| - o.parents = buildUnnamed665();
|
| - o.permissions = buildUnnamed666();
|
| - o.properties = buildUnnamed667();
|
| + o.ownerNames = buildUnnamed738();
|
| + o.owners = buildUnnamed739();
|
| + o.parents = buildUnnamed740();
|
| + o.permissions = buildUnnamed741();
|
| + o.properties = buildUnnamed742();
|
| o.quotaBytesUsed = "foo";
|
| o.selfLink = "foo";
|
| o.shareable = true;
|
| o.shared = true;
|
| o.sharedWithMeDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.sharingUser = buildUser();
|
| - o.spaces = buildUnnamed668();
|
| + o.spaces = buildUnnamed743();
|
| o.teamDriveId = "foo";
|
| o.thumbnail = buildFileThumbnail();
|
| o.thumbnailLink = "foo";
|
| @@ -1467,7 +1467,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);
|
| - checkUnnamed661(o.exportLinks);
|
| + checkUnnamed736(o.exportLinks);
|
| unittest.expect(o.fileExtension, unittest.equals('foo'));
|
| unittest.expect(o.fileSize, unittest.equals('foo'));
|
| unittest.expect(o.folderColorRgb, unittest.equals('foo'));
|
| @@ -1490,21 +1490,21 @@ 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")));
|
| - checkUnnamed662(o.openWithLinks);
|
| + checkUnnamed737(o.openWithLinks);
|
| unittest.expect(o.originalFilename, unittest.equals('foo'));
|
| unittest.expect(o.ownedByMe, unittest.isTrue);
|
| - checkUnnamed663(o.ownerNames);
|
| - checkUnnamed664(o.owners);
|
| - checkUnnamed665(o.parents);
|
| - checkUnnamed666(o.permissions);
|
| - checkUnnamed667(o.properties);
|
| + checkUnnamed738(o.ownerNames);
|
| + checkUnnamed739(o.owners);
|
| + checkUnnamed740(o.parents);
|
| + checkUnnamed741(o.permissions);
|
| + checkUnnamed742(o.properties);
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.shareable, unittest.isTrue);
|
| unittest.expect(o.shared, unittest.isTrue);
|
| unittest.expect(o.sharedWithMeDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkUser(o.sharingUser);
|
| - checkUnnamed668(o.spaces);
|
| + checkUnnamed743(o.spaces);
|
| unittest.expect(o.teamDriveId, unittest.equals('foo'));
|
| checkFileThumbnail(o.thumbnail);
|
| unittest.expect(o.thumbnailLink, unittest.equals('foo'));
|
| @@ -1522,14 +1522,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed669() {
|
| +buildUnnamed744() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed669(core.List<api.File> o) {
|
| +checkUnnamed744(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -1542,7 +1542,7 @@ buildFileList() {
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| o.incompleteSearch = true;
|
| - o.items = buildUnnamed669();
|
| + o.items = buildUnnamed744();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -1557,7 +1557,7 @@ checkFileList(api.FileList o) {
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.incompleteSearch, unittest.isTrue);
|
| - checkUnnamed669(o.items);
|
| + checkUnnamed744(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1566,14 +1566,14 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed670() {
|
| +buildUnnamed745() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed670(core.List<core.String> o) {
|
| +checkUnnamed745(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'));
|
| @@ -1584,7 +1584,7 @@ buildGeneratedIds() {
|
| var o = new api.GeneratedIds();
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - o.ids = buildUnnamed670();
|
| + o.ids = buildUnnamed745();
|
| o.kind = "foo";
|
| o.space = "foo";
|
| }
|
| @@ -1595,21 +1595,21 @@ buildGeneratedIds() {
|
| checkGeneratedIds(api.GeneratedIds o) {
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - checkUnnamed670(o.ids);
|
| + checkUnnamed745(o.ids);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.space, unittest.equals('foo'));
|
| }
|
| buildCounterGeneratedIds--;
|
| }
|
|
|
| -buildUnnamed671() {
|
| +buildUnnamed746() {
|
| var o = new core.List<api.ParentReference>();
|
| o.add(buildParentReference());
|
| o.add(buildParentReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed671(core.List<api.ParentReference> o) {
|
| +checkUnnamed746(core.List<api.ParentReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParentReference(o[0]);
|
| checkParentReference(o[1]);
|
| @@ -1621,7 +1621,7 @@ buildParentList() {
|
| buildCounterParentList++;
|
| if (buildCounterParentList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed671();
|
| + o.items = buildUnnamed746();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1633,7 +1633,7 @@ checkParentList(api.ParentList o) {
|
| buildCounterParentList++;
|
| if (buildCounterParentList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed671(o.items);
|
| + checkUnnamed746(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| @@ -1667,27 +1667,27 @@ checkParentReference(api.ParentReference o) {
|
| buildCounterParentReference--;
|
| }
|
|
|
| -buildUnnamed672() {
|
| +buildUnnamed747() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed672(core.List<core.String> o) {
|
| +checkUnnamed747(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'));
|
| }
|
|
|
| -buildUnnamed673() {
|
| +buildUnnamed748() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed673(core.List<core.String> o) {
|
| +checkUnnamed748(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'));
|
| @@ -1698,7 +1698,7 @@ buildPermissionTeamDrivePermissionDetails() {
|
| var o = new api.PermissionTeamDrivePermissionDetails();
|
| buildCounterPermissionTeamDrivePermissionDetails++;
|
| if (buildCounterPermissionTeamDrivePermissionDetails < 3) {
|
| - o.additionalRoles = buildUnnamed673();
|
| + o.additionalRoles = buildUnnamed748();
|
| o.inherited = true;
|
| o.inheritedFrom = "foo";
|
| o.role = "foo";
|
| @@ -1711,7 +1711,7 @@ buildPermissionTeamDrivePermissionDetails() {
|
| checkPermissionTeamDrivePermissionDetails(api.PermissionTeamDrivePermissionDetails o) {
|
| buildCounterPermissionTeamDrivePermissionDetails++;
|
| if (buildCounterPermissionTeamDrivePermissionDetails < 3) {
|
| - checkUnnamed673(o.additionalRoles);
|
| + checkUnnamed748(o.additionalRoles);
|
| unittest.expect(o.inherited, unittest.isTrue);
|
| unittest.expect(o.inheritedFrom, unittest.equals('foo'));
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| @@ -1720,14 +1720,14 @@ checkPermissionTeamDrivePermissionDetails(api.PermissionTeamDrivePermissionDetai
|
| buildCounterPermissionTeamDrivePermissionDetails--;
|
| }
|
|
|
| -buildUnnamed674() {
|
| +buildUnnamed749() {
|
| var o = new core.List<api.PermissionTeamDrivePermissionDetails>();
|
| o.add(buildPermissionTeamDrivePermissionDetails());
|
| o.add(buildPermissionTeamDrivePermissionDetails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed674(core.List<api.PermissionTeamDrivePermissionDetails> o) {
|
| +checkUnnamed749(core.List<api.PermissionTeamDrivePermissionDetails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermissionTeamDrivePermissionDetails(o[0]);
|
| checkPermissionTeamDrivePermissionDetails(o[1]);
|
| @@ -1738,7 +1738,7 @@ buildPermission() {
|
| var o = new api.Permission();
|
| buildCounterPermission++;
|
| if (buildCounterPermission < 3) {
|
| - o.additionalRoles = buildUnnamed672();
|
| + o.additionalRoles = buildUnnamed747();
|
| o.authKey = "foo";
|
| o.deleted = true;
|
| o.domain = "foo";
|
| @@ -1751,7 +1751,7 @@ buildPermission() {
|
| o.photoLink = "foo";
|
| o.role = "foo";
|
| o.selfLink = "foo";
|
| - o.teamDrivePermissionDetails = buildUnnamed674();
|
| + o.teamDrivePermissionDetails = buildUnnamed749();
|
| o.type = "foo";
|
| o.value = "foo";
|
| o.withLink = true;
|
| @@ -1763,7 +1763,7 @@ buildPermission() {
|
| checkPermission(api.Permission o) {
|
| buildCounterPermission++;
|
| if (buildCounterPermission < 3) {
|
| - checkUnnamed672(o.additionalRoles);
|
| + checkUnnamed747(o.additionalRoles);
|
| unittest.expect(o.authKey, unittest.equals('foo'));
|
| unittest.expect(o.deleted, unittest.isTrue);
|
| unittest.expect(o.domain, unittest.equals('foo'));
|
| @@ -1776,7 +1776,7 @@ checkPermission(api.Permission o) {
|
| unittest.expect(o.photoLink, unittest.equals('foo'));
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed674(o.teamDrivePermissionDetails);
|
| + checkUnnamed749(o.teamDrivePermissionDetails);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| unittest.expect(o.withLink, unittest.isTrue);
|
| @@ -1805,14 +1805,14 @@ checkPermissionId(api.PermissionId o) {
|
| buildCounterPermissionId--;
|
| }
|
|
|
| -buildUnnamed675() {
|
| +buildUnnamed750() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed675(core.List<api.Permission> o) {
|
| +checkUnnamed750(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -1824,7 +1824,7 @@ buildPermissionList() {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed675();
|
| + o.items = buildUnnamed750();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1837,7 +1837,7 @@ checkPermissionList(api.PermissionList o) {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed675(o.items);
|
| + checkUnnamed750(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1874,14 +1874,14 @@ checkProperty(api.Property o) {
|
| buildCounterProperty--;
|
| }
|
|
|
| -buildUnnamed676() {
|
| +buildUnnamed751() {
|
| var o = new core.List<api.Property>();
|
| o.add(buildProperty());
|
| o.add(buildProperty());
|
| return o;
|
| }
|
|
|
| -checkUnnamed676(core.List<api.Property> o) {
|
| +checkUnnamed751(core.List<api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o[0]);
|
| checkProperty(o[1]);
|
| @@ -1893,7 +1893,7 @@ buildPropertyList() {
|
| buildCounterPropertyList++;
|
| if (buildCounterPropertyList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed676();
|
| + o.items = buildUnnamed751();
|
| o.kind = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -1905,21 +1905,21 @@ checkPropertyList(api.PropertyList o) {
|
| buildCounterPropertyList++;
|
| if (buildCounterPropertyList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed676(o.items);
|
| + checkUnnamed751(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterPropertyList--;
|
| }
|
|
|
| -buildUnnamed677() {
|
| +buildUnnamed752() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed677(core.Map<core.String, core.String> o) {
|
| +checkUnnamed752(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'));
|
| @@ -1932,7 +1932,7 @@ buildRevision() {
|
| if (buildCounterRevision < 3) {
|
| o.downloadUrl = "foo";
|
| o.etag = "foo";
|
| - o.exportLinks = buildUnnamed677();
|
| + o.exportLinks = buildUnnamed752();
|
| o.fileSize = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| @@ -1958,7 +1958,7 @@ checkRevision(api.Revision o) {
|
| if (buildCounterRevision < 3) {
|
| unittest.expect(o.downloadUrl, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed677(o.exportLinks);
|
| + checkUnnamed752(o.exportLinks);
|
| unittest.expect(o.fileSize, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1978,14 +1978,14 @@ checkRevision(api.Revision o) {
|
| buildCounterRevision--;
|
| }
|
|
|
| -buildUnnamed678() {
|
| +buildUnnamed753() {
|
| var o = new core.List<api.Revision>();
|
| o.add(buildRevision());
|
| o.add(buildRevision());
|
| return o;
|
| }
|
|
|
| -checkUnnamed678(core.List<api.Revision> o) {
|
| +checkUnnamed753(core.List<api.Revision> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRevision(o[0]);
|
| checkRevision(o[1]);
|
| @@ -1997,7 +1997,7 @@ buildRevisionList() {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed678();
|
| + o.items = buildUnnamed753();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2010,7 +2010,7 @@ checkRevisionList(api.RevisionList o) {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed678(o.items);
|
| + checkUnnamed753(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2142,14 +2142,14 @@ checkTeamDrive(api.TeamDrive o) {
|
| buildCounterTeamDrive--;
|
| }
|
|
|
| -buildUnnamed679() {
|
| +buildUnnamed754() {
|
| var o = new core.List<api.TeamDrive>();
|
| o.add(buildTeamDrive());
|
| o.add(buildTeamDrive());
|
| return o;
|
| }
|
|
|
| -checkUnnamed679(core.List<api.TeamDrive> o) {
|
| +checkUnnamed754(core.List<api.TeamDrive> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTeamDrive(o[0]);
|
| checkTeamDrive(o[1]);
|
| @@ -2160,7 +2160,7 @@ buildTeamDriveList() {
|
| var o = new api.TeamDriveList();
|
| buildCounterTeamDriveList++;
|
| if (buildCounterTeamDriveList < 3) {
|
| - o.items = buildUnnamed679();
|
| + o.items = buildUnnamed754();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2171,7 +2171,7 @@ buildTeamDriveList() {
|
| checkTeamDriveList(api.TeamDriveList o) {
|
| buildCounterTeamDriveList++;
|
| if (buildCounterTeamDriveList < 3) {
|
| - checkUnnamed679(o.items);
|
| + checkUnnamed754(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
|
|