| Index: generated/googleapis_beta/test/clouduseraccounts/beta_test.dart
|
| diff --git a/generated/googleapis_beta/test/clouduseraccounts/beta_test.dart b/generated/googleapis_beta/test/clouduseraccounts/beta_test.dart
|
| index 1528549aa683b2ac15689b433bf2ab05b8de1cc5..8910a9237401b6fa4e7d3168c1181fa689ce1278 100644
|
| --- a/generated/googleapis_beta/test/clouduseraccounts/beta_test.dart
|
| +++ b/generated/googleapis_beta/test/clouduseraccounts/beta_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed3297() {
|
| +buildUnnamed3303() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3297(core.List<core.String> o) {
|
| +checkUnnamed3303(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 @@ buildAuthorizedKeysView() {
|
| var o = new api.AuthorizedKeysView();
|
| buildCounterAuthorizedKeysView++;
|
| if (buildCounterAuthorizedKeysView < 3) {
|
| - o.keys = buildUnnamed3297();
|
| + o.keys = buildUnnamed3303();
|
| o.sudoer = true;
|
| }
|
| buildCounterAuthorizedKeysView--;
|
| @@ -79,20 +79,20 @@ buildAuthorizedKeysView() {
|
| checkAuthorizedKeysView(api.AuthorizedKeysView o) {
|
| buildCounterAuthorizedKeysView++;
|
| if (buildCounterAuthorizedKeysView < 3) {
|
| - checkUnnamed3297(o.keys);
|
| + checkUnnamed3303(o.keys);
|
| unittest.expect(o.sudoer, unittest.isTrue);
|
| }
|
| buildCounterAuthorizedKeysView--;
|
| }
|
|
|
| -buildUnnamed3298() {
|
| +buildUnnamed3304() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3298(core.List<core.String> o) {
|
| +checkUnnamed3304(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'));
|
| @@ -107,7 +107,7 @@ buildGroup() {
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.members = buildUnnamed3298();
|
| + o.members = buildUnnamed3304();
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -122,21 +122,21 @@ checkGroup(api.Group o) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3298(o.members);
|
| + checkUnnamed3304(o.members);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterGroup--;
|
| }
|
|
|
| -buildUnnamed3299() {
|
| +buildUnnamed3305() {
|
| var o = new core.List<api.Group>();
|
| o.add(buildGroup());
|
| o.add(buildGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3299(core.List<api.Group> o) {
|
| +checkUnnamed3305(core.List<api.Group> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGroup(o[0]);
|
| checkGroup(o[1]);
|
| @@ -148,7 +148,7 @@ buildGroupList() {
|
| buildCounterGroupList++;
|
| if (buildCounterGroupList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed3299();
|
| + o.items = buildUnnamed3305();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -161,7 +161,7 @@ checkGroupList(api.GroupList o) {
|
| buildCounterGroupList++;
|
| if (buildCounterGroupList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed3299(o.items);
|
| + checkUnnamed3305(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -169,14 +169,14 @@ checkGroupList(api.GroupList o) {
|
| buildCounterGroupList--;
|
| }
|
|
|
| -buildUnnamed3300() {
|
| +buildUnnamed3306() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3300(core.List<core.String> o) {
|
| +checkUnnamed3306(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'));
|
| @@ -187,7 +187,7 @@ buildGroupsAddMemberRequest() {
|
| var o = new api.GroupsAddMemberRequest();
|
| buildCounterGroupsAddMemberRequest++;
|
| if (buildCounterGroupsAddMemberRequest < 3) {
|
| - o.users = buildUnnamed3300();
|
| + o.users = buildUnnamed3306();
|
| }
|
| buildCounterGroupsAddMemberRequest--;
|
| return o;
|
| @@ -196,19 +196,19 @@ buildGroupsAddMemberRequest() {
|
| checkGroupsAddMemberRequest(api.GroupsAddMemberRequest o) {
|
| buildCounterGroupsAddMemberRequest++;
|
| if (buildCounterGroupsAddMemberRequest < 3) {
|
| - checkUnnamed3300(o.users);
|
| + checkUnnamed3306(o.users);
|
| }
|
| buildCounterGroupsAddMemberRequest--;
|
| }
|
|
|
| -buildUnnamed3301() {
|
| +buildUnnamed3307() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3301(core.List<core.String> o) {
|
| +checkUnnamed3307(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'));
|
| @@ -219,7 +219,7 @@ buildGroupsRemoveMemberRequest() {
|
| var o = new api.GroupsRemoveMemberRequest();
|
| buildCounterGroupsRemoveMemberRequest++;
|
| if (buildCounterGroupsRemoveMemberRequest < 3) {
|
| - o.users = buildUnnamed3301();
|
| + o.users = buildUnnamed3307();
|
| }
|
| buildCounterGroupsRemoveMemberRequest--;
|
| return o;
|
| @@ -228,32 +228,32 @@ buildGroupsRemoveMemberRequest() {
|
| checkGroupsRemoveMemberRequest(api.GroupsRemoveMemberRequest o) {
|
| buildCounterGroupsRemoveMemberRequest++;
|
| if (buildCounterGroupsRemoveMemberRequest < 3) {
|
| - checkUnnamed3301(o.users);
|
| + checkUnnamed3307(o.users);
|
| }
|
| buildCounterGroupsRemoveMemberRequest--;
|
| }
|
|
|
| -buildUnnamed3302() {
|
| +buildUnnamed3308() {
|
| var o = new core.List<api.LinuxGroupView>();
|
| o.add(buildLinuxGroupView());
|
| o.add(buildLinuxGroupView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3302(core.List<api.LinuxGroupView> o) {
|
| +checkUnnamed3308(core.List<api.LinuxGroupView> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLinuxGroupView(o[0]);
|
| checkLinuxGroupView(o[1]);
|
| }
|
|
|
| -buildUnnamed3303() {
|
| +buildUnnamed3309() {
|
| var o = new core.List<api.LinuxUserView>();
|
| o.add(buildLinuxUserView());
|
| o.add(buildLinuxUserView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3303(core.List<api.LinuxUserView> o) {
|
| +checkUnnamed3309(core.List<api.LinuxUserView> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLinuxUserView(o[0]);
|
| checkLinuxUserView(o[1]);
|
| @@ -264,9 +264,9 @@ buildLinuxAccountViews() {
|
| var o = new api.LinuxAccountViews();
|
| buildCounterLinuxAccountViews++;
|
| if (buildCounterLinuxAccountViews < 3) {
|
| - o.groupViews = buildUnnamed3302();
|
| + o.groupViews = buildUnnamed3308();
|
| o.kind = "foo";
|
| - o.userViews = buildUnnamed3303();
|
| + o.userViews = buildUnnamed3309();
|
| }
|
| buildCounterLinuxAccountViews--;
|
| return o;
|
| @@ -275,9 +275,9 @@ buildLinuxAccountViews() {
|
| checkLinuxAccountViews(api.LinuxAccountViews o) {
|
| buildCounterLinuxAccountViews++;
|
| if (buildCounterLinuxAccountViews < 3) {
|
| - checkUnnamed3302(o.groupViews);
|
| + checkUnnamed3308(o.groupViews);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3303(o.userViews);
|
| + checkUnnamed3309(o.userViews);
|
| }
|
| buildCounterLinuxAccountViews--;
|
| }
|
| @@ -320,14 +320,14 @@ checkLinuxGetLinuxAccountViewsResponse(api.LinuxGetLinuxAccountViewsResponse o)
|
| buildCounterLinuxGetLinuxAccountViewsResponse--;
|
| }
|
|
|
| -buildUnnamed3304() {
|
| +buildUnnamed3310() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3304(core.List<core.String> o) {
|
| +checkUnnamed3310(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'));
|
| @@ -340,7 +340,7 @@ buildLinuxGroupView() {
|
| if (buildCounterLinuxGroupView < 3) {
|
| o.gid = 42;
|
| o.groupName = "foo";
|
| - o.members = buildUnnamed3304();
|
| + o.members = buildUnnamed3310();
|
| }
|
| buildCounterLinuxGroupView--;
|
| return o;
|
| @@ -351,7 +351,7 @@ checkLinuxGroupView(api.LinuxGroupView o) {
|
| if (buildCounterLinuxGroupView < 3) {
|
| unittest.expect(o.gid, unittest.equals(42));
|
| unittest.expect(o.groupName, unittest.equals('foo'));
|
| - checkUnnamed3304(o.members);
|
| + checkUnnamed3310(o.members);
|
| }
|
| buildCounterLinuxGroupView--;
|
| }
|
| @@ -408,14 +408,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed3305() {
|
| +buildUnnamed3311() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3305(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed3311(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -426,7 +426,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed3305();
|
| + o.errors = buildUnnamed3311();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -435,7 +435,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed3305(o.errors);
|
| + checkUnnamed3311(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -461,14 +461,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed3306() {
|
| +buildUnnamed3312() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3306(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed3312(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -480,7 +480,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed3306();
|
| + o.data = buildUnnamed3312();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -491,20 +491,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed3306(o.data);
|
| + checkUnnamed3312(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed3307() {
|
| +buildUnnamed3313() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3307(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed3313(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -536,7 +536,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed3307();
|
| + o.warnings = buildUnnamed3313();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -567,20 +567,20 @@ checkOperation(api.Operation o) {
|
| unittest.expect(o.targetId, unittest.equals('foo'));
|
| unittest.expect(o.targetLink, unittest.equals('foo'));
|
| unittest.expect(o.user, unittest.equals('foo'));
|
| - checkUnnamed3307(o.warnings);
|
| + checkUnnamed3313(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed3308() {
|
| +buildUnnamed3314() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3308(core.List<api.Operation> o) {
|
| +checkUnnamed3314(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -592,7 +592,7 @@ buildOperationList() {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed3308();
|
| + o.items = buildUnnamed3314();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -605,7 +605,7 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed3308(o.items);
|
| + checkUnnamed3314(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -640,27 +640,27 @@ checkPublicKey(api.PublicKey o) {
|
| buildCounterPublicKey--;
|
| }
|
|
|
| -buildUnnamed3309() {
|
| +buildUnnamed3315() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3309(core.List<core.String> o) {
|
| +checkUnnamed3315(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'));
|
| }
|
|
|
| -buildUnnamed3310() {
|
| +buildUnnamed3316() {
|
| var o = new core.List<api.PublicKey>();
|
| o.add(buildPublicKey());
|
| o.add(buildPublicKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3310(core.List<api.PublicKey> o) {
|
| +checkUnnamed3316(core.List<api.PublicKey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublicKey(o[0]);
|
| checkPublicKey(o[1]);
|
| @@ -673,12 +673,12 @@ buildUser() {
|
| if (buildCounterUser < 3) {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.groups = buildUnnamed3309();
|
| + o.groups = buildUnnamed3315();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.owner = "foo";
|
| - o.publicKeys = buildUnnamed3310();
|
| + o.publicKeys = buildUnnamed3316();
|
| o.selfLink = "foo";
|
| }
|
| buildCounterUser--;
|
| @@ -690,25 +690,25 @@ checkUser(api.User o) {
|
| if (buildCounterUser < 3) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed3309(o.groups);
|
| + checkUnnamed3315(o.groups);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.owner, unittest.equals('foo'));
|
| - checkUnnamed3310(o.publicKeys);
|
| + checkUnnamed3316(o.publicKeys);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterUser--;
|
| }
|
|
|
| -buildUnnamed3311() {
|
| +buildUnnamed3317() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3311(core.List<api.User> o) {
|
| +checkUnnamed3317(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| @@ -720,7 +720,7 @@ buildUserList() {
|
| buildCounterUserList++;
|
| if (buildCounterUserList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed3311();
|
| + o.items = buildUnnamed3317();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -733,7 +733,7 @@ checkUserList(api.UserList o) {
|
| buildCounterUserList++;
|
| if (buildCounterUserList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed3311(o.items);
|
| + checkUnnamed3317(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
|
|