| Index: generated/googleapis/test/drive/v3_test.dart
|
| diff --git a/generated/googleapis/test/drive/v3_test.dart b/generated/googleapis/test/drive/v3_test.dart
|
| index 173c93a6dcab144f3981ed2769a20951d4f91137..9d89e818d6c16ab6324a6ca5c9bf1196d252b7f0 100644
|
| --- a/generated/googleapis/test/drive/v3_test.dart
|
| +++ b/generated/googleapis/test/drive/v3_test.dart
|
| @@ -51,79 +51,79 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1477() {
|
| +buildUnnamed1569() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1477(core.List<core.String> o) {
|
| +checkUnnamed1569(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'));
|
| }
|
|
|
| -buildUnnamed1478() {
|
| +buildUnnamed1570() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1477();
|
| - o["y"] = buildUnnamed1477();
|
| + o["x"] = buildUnnamed1569();
|
| + o["y"] = buildUnnamed1569();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1478(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1570(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1477(o["x"]);
|
| - checkUnnamed1477(o["y"]);
|
| + checkUnnamed1569(o["x"]);
|
| + checkUnnamed1569(o["y"]);
|
| }
|
|
|
| -buildUnnamed1479() {
|
| +buildUnnamed1571() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1479(core.List<core.String> o) {
|
| +checkUnnamed1571(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'));
|
| }
|
|
|
| -buildUnnamed1480() {
|
| +buildUnnamed1572() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1480(core.List<core.String> o) {
|
| +checkUnnamed1572(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'));
|
| }
|
|
|
| -buildUnnamed1481() {
|
| +buildUnnamed1573() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1480();
|
| - o["y"] = buildUnnamed1480();
|
| + o["x"] = buildUnnamed1572();
|
| + o["y"] = buildUnnamed1572();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1481(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1573(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1480(o["x"]);
|
| - checkUnnamed1480(o["y"]);
|
| + checkUnnamed1572(o["x"]);
|
| + checkUnnamed1572(o["y"]);
|
| }
|
|
|
| -buildUnnamed1482() {
|
| +buildUnnamed1574() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1482(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1574(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'));
|
| @@ -177,14 +177,14 @@ checkAboutTeamDriveThemes(api.AboutTeamDriveThemes o) {
|
| buildCounterAboutTeamDriveThemes--;
|
| }
|
|
|
| -buildUnnamed1483() {
|
| +buildUnnamed1575() {
|
| var o = new core.List<api.AboutTeamDriveThemes>();
|
| o.add(buildAboutTeamDriveThemes());
|
| o.add(buildAboutTeamDriveThemes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1483(core.List<api.AboutTeamDriveThemes> o) {
|
| +checkUnnamed1575(core.List<api.AboutTeamDriveThemes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAboutTeamDriveThemes(o[0]);
|
| checkAboutTeamDriveThemes(o[1]);
|
| @@ -196,14 +196,14 @@ buildAbout() {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| o.appInstalled = true;
|
| - o.exportFormats = buildUnnamed1478();
|
| - o.folderColorPalette = buildUnnamed1479();
|
| - o.importFormats = buildUnnamed1481();
|
| + o.exportFormats = buildUnnamed1570();
|
| + o.folderColorPalette = buildUnnamed1571();
|
| + o.importFormats = buildUnnamed1573();
|
| o.kind = "foo";
|
| - o.maxImportSizes = buildUnnamed1482();
|
| + o.maxImportSizes = buildUnnamed1574();
|
| o.maxUploadSize = "foo";
|
| o.storageQuota = buildAboutStorageQuota();
|
| - o.teamDriveThemes = buildUnnamed1483();
|
| + o.teamDriveThemes = buildUnnamed1575();
|
| o.user = buildUser();
|
| }
|
| buildCounterAbout--;
|
| @@ -214,14 +214,14 @@ checkAbout(api.About o) {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| unittest.expect(o.appInstalled, unittest.isTrue);
|
| - checkUnnamed1478(o.exportFormats);
|
| - checkUnnamed1479(o.folderColorPalette);
|
| - checkUnnamed1481(o.importFormats);
|
| + checkUnnamed1570(o.exportFormats);
|
| + checkUnnamed1571(o.folderColorPalette);
|
| + checkUnnamed1573(o.importFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1482(o.maxImportSizes);
|
| + checkUnnamed1574(o.maxImportSizes);
|
| unittest.expect(o.maxUploadSize, unittest.equals('foo'));
|
| checkAboutStorageQuota(o.storageQuota);
|
| - checkUnnamed1483(o.teamDriveThemes);
|
| + checkUnnamed1575(o.teamDriveThemes);
|
| checkUser(o.user);
|
| }
|
| buildCounterAbout--;
|
| @@ -260,14 +260,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed1484() {
|
| +buildUnnamed1576() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1484(core.List<api.Change> o) {
|
| +checkUnnamed1576(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -278,7 +278,7 @@ buildChangeList() {
|
| var o = new api.ChangeList();
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| - o.changes = buildUnnamed1484();
|
| + o.changes = buildUnnamed1576();
|
| o.kind = "foo";
|
| o.newStartPageToken = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -290,7 +290,7 @@ buildChangeList() {
|
| checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| - checkUnnamed1484(o.changes);
|
| + checkUnnamed1576(o.changes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.newStartPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -298,14 +298,14 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList--;
|
| }
|
|
|
| -buildUnnamed1485() {
|
| +buildUnnamed1577() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1485(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1577(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'));
|
| @@ -320,7 +320,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed1485();
|
| + o.params = buildUnnamed1577();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -338,7 +338,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'));
|
| - checkUnnamed1485(o.params);
|
| + checkUnnamed1577(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -369,14 +369,14 @@ checkCommentQuotedFileContent(api.CommentQuotedFileContent o) {
|
| buildCounterCommentQuotedFileContent--;
|
| }
|
|
|
| -buildUnnamed1486() {
|
| +buildUnnamed1578() {
|
| var o = new core.List<api.Reply>();
|
| o.add(buildReply());
|
| o.add(buildReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1486(core.List<api.Reply> o) {
|
| +checkUnnamed1578(core.List<api.Reply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReply(o[0]);
|
| checkReply(o[1]);
|
| @@ -397,7 +397,7 @@ buildComment() {
|
| o.kind = "foo";
|
| o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.quotedFileContent = buildCommentQuotedFileContent();
|
| - o.replies = buildUnnamed1486();
|
| + o.replies = buildUnnamed1578();
|
| o.resolved = true;
|
| }
|
| buildCounterComment--;
|
| @@ -417,20 +417,20 @@ checkComment(api.Comment o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.modifiedTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkCommentQuotedFileContent(o.quotedFileContent);
|
| - checkUnnamed1486(o.replies);
|
| + checkUnnamed1578(o.replies);
|
| unittest.expect(o.resolved, unittest.isTrue);
|
| }
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed1487() {
|
| +buildUnnamed1579() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1487(core.List<api.Comment> o) {
|
| +checkUnnamed1579(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -441,7 +441,7 @@ buildCommentList() {
|
| var o = new api.CommentList();
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - o.comments = buildUnnamed1487();
|
| + o.comments = buildUnnamed1579();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -452,21 +452,21 @@ buildCommentList() {
|
| checkCommentList(api.CommentList o) {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - checkUnnamed1487(o.comments);
|
| + checkUnnamed1579(o.comments);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCommentList--;
|
| }
|
|
|
| -buildUnnamed1488() {
|
| +buildUnnamed1580() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1488(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1580(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'));
|
| @@ -647,66 +647,66 @@ checkFileImageMediaMetadata(api.FileImageMediaMetadata o) {
|
| buildCounterFileImageMediaMetadata--;
|
| }
|
|
|
| -buildUnnamed1489() {
|
| +buildUnnamed1581() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1489(core.List<api.User> o) {
|
| +checkUnnamed1581(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| }
|
|
|
| -buildUnnamed1490() {
|
| +buildUnnamed1582() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1490(core.List<core.String> o) {
|
| +checkUnnamed1582(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'));
|
| }
|
|
|
| -buildUnnamed1491() {
|
| +buildUnnamed1583() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1491(core.List<api.Permission> o) {
|
| +checkUnnamed1583(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| }
|
|
|
| -buildUnnamed1492() {
|
| +buildUnnamed1584() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1492(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1584(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'));
|
| }
|
|
|
| -buildUnnamed1493() {
|
| +buildUnnamed1585() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1493(core.List<core.String> o) {
|
| +checkUnnamed1585(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'));
|
| @@ -740,7 +740,7 @@ buildFile() {
|
| var o = new api.File();
|
| buildCounterFile++;
|
| if (buildCounterFile < 3) {
|
| - o.appProperties = buildUnnamed1488();
|
| + o.appProperties = buildUnnamed1580();
|
| o.capabilities = buildFileCapabilities();
|
| o.contentHints = buildFileContentHints();
|
| o.createdTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -766,16 +766,16 @@ buildFile() {
|
| o.name = "foo";
|
| o.originalFilename = "foo";
|
| o.ownedByMe = true;
|
| - o.owners = buildUnnamed1489();
|
| - o.parents = buildUnnamed1490();
|
| - o.permissions = buildUnnamed1491();
|
| - o.properties = buildUnnamed1492();
|
| + o.owners = buildUnnamed1581();
|
| + o.parents = buildUnnamed1582();
|
| + o.permissions = buildUnnamed1583();
|
| + o.properties = buildUnnamed1584();
|
| o.quotaBytesUsed = "foo";
|
| o.shared = true;
|
| o.sharedWithMeTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.sharingUser = buildUser();
|
| o.size = "foo";
|
| - o.spaces = buildUnnamed1493();
|
| + o.spaces = buildUnnamed1585();
|
| o.starred = true;
|
| o.teamDriveId = "foo";
|
| o.thumbnailLink = "foo";
|
| @@ -799,7 +799,7 @@ buildFile() {
|
| checkFile(api.File o) {
|
| buildCounterFile++;
|
| if (buildCounterFile < 3) {
|
| - checkUnnamed1488(o.appProperties);
|
| + checkUnnamed1580(o.appProperties);
|
| checkFileCapabilities(o.capabilities);
|
| checkFileContentHints(o.contentHints);
|
| unittest.expect(o.createdTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -825,16 +825,16 @@ checkFile(api.File o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.originalFilename, unittest.equals('foo'));
|
| unittest.expect(o.ownedByMe, unittest.isTrue);
|
| - checkUnnamed1489(o.owners);
|
| - checkUnnamed1490(o.parents);
|
| - checkUnnamed1491(o.permissions);
|
| - checkUnnamed1492(o.properties);
|
| + checkUnnamed1581(o.owners);
|
| + checkUnnamed1582(o.parents);
|
| + checkUnnamed1583(o.permissions);
|
| + checkUnnamed1584(o.properties);
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.shared, unittest.isTrue);
|
| unittest.expect(o.sharedWithMeTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkUser(o.sharingUser);
|
| unittest.expect(o.size, unittest.equals('foo'));
|
| - checkUnnamed1493(o.spaces);
|
| + checkUnnamed1585(o.spaces);
|
| unittest.expect(o.starred, unittest.isTrue);
|
| unittest.expect(o.teamDriveId, unittest.equals('foo'));
|
| unittest.expect(o.thumbnailLink, unittest.equals('foo'));
|
| @@ -854,14 +854,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed1494() {
|
| +buildUnnamed1586() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1494(core.List<api.File> o) {
|
| +checkUnnamed1586(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -872,7 +872,7 @@ buildFileList() {
|
| var o = new api.FileList();
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| - o.files = buildUnnamed1494();
|
| + o.files = buildUnnamed1586();
|
| o.incompleteSearch = true;
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -884,7 +884,7 @@ buildFileList() {
|
| checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| - checkUnnamed1494(o.files);
|
| + checkUnnamed1586(o.files);
|
| unittest.expect(o.incompleteSearch, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -892,14 +892,14 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed1495() {
|
| +buildUnnamed1587() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1495(core.List<core.String> o) {
|
| +checkUnnamed1587(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'));
|
| @@ -910,7 +910,7 @@ buildGeneratedIds() {
|
| var o = new api.GeneratedIds();
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - o.ids = buildUnnamed1495();
|
| + o.ids = buildUnnamed1587();
|
| o.kind = "foo";
|
| o.space = "foo";
|
| }
|
| @@ -921,7 +921,7 @@ buildGeneratedIds() {
|
| checkGeneratedIds(api.GeneratedIds o) {
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - checkUnnamed1495(o.ids);
|
| + checkUnnamed1587(o.ids);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.space, unittest.equals('foo'));
|
| }
|
| @@ -953,14 +953,14 @@ checkPermissionTeamDrivePermissionDetails(api.PermissionTeamDrivePermissionDetai
|
| buildCounterPermissionTeamDrivePermissionDetails--;
|
| }
|
|
|
| -buildUnnamed1496() {
|
| +buildUnnamed1588() {
|
| var o = new core.List<api.PermissionTeamDrivePermissionDetails>();
|
| o.add(buildPermissionTeamDrivePermissionDetails());
|
| o.add(buildPermissionTeamDrivePermissionDetails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1496(core.List<api.PermissionTeamDrivePermissionDetails> o) {
|
| +checkUnnamed1588(core.List<api.PermissionTeamDrivePermissionDetails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermissionTeamDrivePermissionDetails(o[0]);
|
| checkPermissionTeamDrivePermissionDetails(o[1]);
|
| @@ -981,7 +981,7 @@ buildPermission() {
|
| o.kind = "foo";
|
| o.photoLink = "foo";
|
| o.role = "foo";
|
| - o.teamDrivePermissionDetails = buildUnnamed1496();
|
| + o.teamDrivePermissionDetails = buildUnnamed1588();
|
| o.type = "foo";
|
| }
|
| buildCounterPermission--;
|
| @@ -1001,20 +1001,20 @@ checkPermission(api.Permission o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.photoLink, unittest.equals('foo'));
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| - checkUnnamed1496(o.teamDrivePermissionDetails);
|
| + checkUnnamed1588(o.teamDrivePermissionDetails);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterPermission--;
|
| }
|
|
|
| -buildUnnamed1497() {
|
| +buildUnnamed1589() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1497(core.List<api.Permission> o) {
|
| +checkUnnamed1589(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -1027,7 +1027,7 @@ buildPermissionList() {
|
| if (buildCounterPermissionList < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.permissions = buildUnnamed1497();
|
| + o.permissions = buildUnnamed1589();
|
| }
|
| buildCounterPermissionList--;
|
| return o;
|
| @@ -1038,7 +1038,7 @@ checkPermissionList(api.PermissionList o) {
|
| if (buildCounterPermissionList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1497(o.permissions);
|
| + checkUnnamed1589(o.permissions);
|
| }
|
| buildCounterPermissionList--;
|
| }
|
| @@ -1078,14 +1078,14 @@ checkReply(api.Reply o) {
|
| buildCounterReply--;
|
| }
|
|
|
| -buildUnnamed1498() {
|
| +buildUnnamed1590() {
|
| var o = new core.List<api.Reply>();
|
| o.add(buildReply());
|
| o.add(buildReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1498(core.List<api.Reply> o) {
|
| +checkUnnamed1590(core.List<api.Reply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReply(o[0]);
|
| checkReply(o[1]);
|
| @@ -1098,7 +1098,7 @@ buildReplyList() {
|
| if (buildCounterReplyList < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.replies = buildUnnamed1498();
|
| + o.replies = buildUnnamed1590();
|
| }
|
| buildCounterReplyList--;
|
| return o;
|
| @@ -1109,7 +1109,7 @@ checkReplyList(api.ReplyList o) {
|
| if (buildCounterReplyList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1498(o.replies);
|
| + checkUnnamed1590(o.replies);
|
| }
|
| buildCounterReplyList--;
|
| }
|
| @@ -1155,14 +1155,14 @@ checkRevision(api.Revision o) {
|
| buildCounterRevision--;
|
| }
|
|
|
| -buildUnnamed1499() {
|
| +buildUnnamed1591() {
|
| var o = new core.List<api.Revision>();
|
| o.add(buildRevision());
|
| o.add(buildRevision());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1499(core.List<api.Revision> o) {
|
| +checkUnnamed1591(core.List<api.Revision> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRevision(o[0]);
|
| checkRevision(o[1]);
|
| @@ -1175,7 +1175,7 @@ buildRevisionList() {
|
| if (buildCounterRevisionList < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.revisions = buildUnnamed1499();
|
| + o.revisions = buildUnnamed1591();
|
| }
|
| buildCounterRevisionList--;
|
| return o;
|
| @@ -1186,7 +1186,7 @@ checkRevisionList(api.RevisionList o) {
|
| if (buildCounterRevisionList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1499(o.revisions);
|
| + checkUnnamed1591(o.revisions);
|
| }
|
| buildCounterRevisionList--;
|
| }
|
| @@ -1315,14 +1315,14 @@ checkTeamDrive(api.TeamDrive o) {
|
| buildCounterTeamDrive--;
|
| }
|
|
|
| -buildUnnamed1500() {
|
| +buildUnnamed1592() {
|
| var o = new core.List<api.TeamDrive>();
|
| o.add(buildTeamDrive());
|
| o.add(buildTeamDrive());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1500(core.List<api.TeamDrive> o) {
|
| +checkUnnamed1592(core.List<api.TeamDrive> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTeamDrive(o[0]);
|
| checkTeamDrive(o[1]);
|
| @@ -1335,7 +1335,7 @@ buildTeamDriveList() {
|
| if (buildCounterTeamDriveList < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.teamDrives = buildUnnamed1500();
|
| + o.teamDrives = buildUnnamed1592();
|
| }
|
| buildCounterTeamDriveList--;
|
| return o;
|
| @@ -1346,7 +1346,7 @@ checkTeamDriveList(api.TeamDriveList o) {
|
| if (buildCounterTeamDriveList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1500(o.teamDrives);
|
| + checkUnnamed1592(o.teamDrives);
|
| }
|
| buildCounterTeamDriveList--;
|
| }
|
|
|