| 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 b00d39a8340df3efb8160d0f80ece96c12e558e0..1528549aa683b2ac15689b433bf2ab05b8de1cc5 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);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3205() {
 | 
| +buildUnnamed3297() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3205(core.List<core.String> o) {
 | 
| +checkUnnamed3297(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 = buildUnnamed3205();
 | 
| +    o.keys = buildUnnamed3297();
 | 
|      o.sudoer = true;
 | 
|    }
 | 
|    buildCounterAuthorizedKeysView--;
 | 
| @@ -79,20 +79,20 @@ buildAuthorizedKeysView() {
 | 
|  checkAuthorizedKeysView(api.AuthorizedKeysView o) {
 | 
|    buildCounterAuthorizedKeysView++;
 | 
|    if (buildCounterAuthorizedKeysView < 3) {
 | 
| -    checkUnnamed3205(o.keys);
 | 
| +    checkUnnamed3297(o.keys);
 | 
|      unittest.expect(o.sudoer, unittest.isTrue);
 | 
|    }
 | 
|    buildCounterAuthorizedKeysView--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3206() {
 | 
| +buildUnnamed3298() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3206(core.List<core.String> o) {
 | 
| +checkUnnamed3298(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 = buildUnnamed3206();
 | 
| +    o.members = buildUnnamed3298();
 | 
|      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'));
 | 
| -    checkUnnamed3206(o.members);
 | 
| +    checkUnnamed3298(o.members);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3207() {
 | 
| +buildUnnamed3299() {
 | 
|    var o = new core.List<api.Group>();
 | 
|    o.add(buildGroup());
 | 
|    o.add(buildGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3207(core.List<api.Group> o) {
 | 
| +checkUnnamed3299(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 = buildUnnamed3207();
 | 
| +    o.items = buildUnnamed3299();
 | 
|      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'));
 | 
| -    checkUnnamed3207(o.items);
 | 
| +    checkUnnamed3299(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3208() {
 | 
| +buildUnnamed3300() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3208(core.List<core.String> o) {
 | 
| +checkUnnamed3300(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 = buildUnnamed3208();
 | 
| +    o.users = buildUnnamed3300();
 | 
|    }
 | 
|    buildCounterGroupsAddMemberRequest--;
 | 
|    return o;
 | 
| @@ -196,19 +196,19 @@ buildGroupsAddMemberRequest() {
 | 
|  checkGroupsAddMemberRequest(api.GroupsAddMemberRequest o) {
 | 
|    buildCounterGroupsAddMemberRequest++;
 | 
|    if (buildCounterGroupsAddMemberRequest < 3) {
 | 
| -    checkUnnamed3208(o.users);
 | 
| +    checkUnnamed3300(o.users);
 | 
|    }
 | 
|    buildCounterGroupsAddMemberRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3209() {
 | 
| +buildUnnamed3301() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3209(core.List<core.String> o) {
 | 
| +checkUnnamed3301(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 = buildUnnamed3209();
 | 
| +    o.users = buildUnnamed3301();
 | 
|    }
 | 
|    buildCounterGroupsRemoveMemberRequest--;
 | 
|    return o;
 | 
| @@ -228,32 +228,32 @@ buildGroupsRemoveMemberRequest() {
 | 
|  checkGroupsRemoveMemberRequest(api.GroupsRemoveMemberRequest o) {
 | 
|    buildCounterGroupsRemoveMemberRequest++;
 | 
|    if (buildCounterGroupsRemoveMemberRequest < 3) {
 | 
| -    checkUnnamed3209(o.users);
 | 
| +    checkUnnamed3301(o.users);
 | 
|    }
 | 
|    buildCounterGroupsRemoveMemberRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3210() {
 | 
| +buildUnnamed3302() {
 | 
|    var o = new core.List<api.LinuxGroupView>();
 | 
|    o.add(buildLinuxGroupView());
 | 
|    o.add(buildLinuxGroupView());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3210(core.List<api.LinuxGroupView> o) {
 | 
| +checkUnnamed3302(core.List<api.LinuxGroupView> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLinuxGroupView(o[0]);
 | 
|    checkLinuxGroupView(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3211() {
 | 
| +buildUnnamed3303() {
 | 
|    var o = new core.List<api.LinuxUserView>();
 | 
|    o.add(buildLinuxUserView());
 | 
|    o.add(buildLinuxUserView());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3211(core.List<api.LinuxUserView> o) {
 | 
| +checkUnnamed3303(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 = buildUnnamed3210();
 | 
| +    o.groupViews = buildUnnamed3302();
 | 
|      o.kind = "foo";
 | 
| -    o.userViews = buildUnnamed3211();
 | 
| +    o.userViews = buildUnnamed3303();
 | 
|    }
 | 
|    buildCounterLinuxAccountViews--;
 | 
|    return o;
 | 
| @@ -275,9 +275,9 @@ buildLinuxAccountViews() {
 | 
|  checkLinuxAccountViews(api.LinuxAccountViews o) {
 | 
|    buildCounterLinuxAccountViews++;
 | 
|    if (buildCounterLinuxAccountViews < 3) {
 | 
| -    checkUnnamed3210(o.groupViews);
 | 
| +    checkUnnamed3302(o.groupViews);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed3211(o.userViews);
 | 
| +    checkUnnamed3303(o.userViews);
 | 
|    }
 | 
|    buildCounterLinuxAccountViews--;
 | 
|  }
 | 
| @@ -320,14 +320,14 @@ checkLinuxGetLinuxAccountViewsResponse(api.LinuxGetLinuxAccountViewsResponse o)
 | 
|    buildCounterLinuxGetLinuxAccountViewsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3212() {
 | 
| +buildUnnamed3304() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3212(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'));
 | 
| @@ -340,7 +340,7 @@ buildLinuxGroupView() {
 | 
|    if (buildCounterLinuxGroupView < 3) {
 | 
|      o.gid = 42;
 | 
|      o.groupName = "foo";
 | 
| -    o.members = buildUnnamed3212();
 | 
| +    o.members = buildUnnamed3304();
 | 
|    }
 | 
|    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'));
 | 
| -    checkUnnamed3212(o.members);
 | 
| +    checkUnnamed3304(o.members);
 | 
|    }
 | 
|    buildCounterLinuxGroupView--;
 | 
|  }
 | 
| @@ -408,14 +408,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
 | 
|    buildCounterOperationErrorErrors--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3213() {
 | 
| +buildUnnamed3305() {
 | 
|    var o = new core.List<api.OperationErrorErrors>();
 | 
|    o.add(buildOperationErrorErrors());
 | 
|    o.add(buildOperationErrorErrors());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3213(core.List<api.OperationErrorErrors> o) {
 | 
| +checkUnnamed3305(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 = buildUnnamed3213();
 | 
| +    o.errors = buildUnnamed3305();
 | 
|    }
 | 
|    buildCounterOperationError--;
 | 
|    return o;
 | 
| @@ -435,7 +435,7 @@ buildOperationError() {
 | 
|  checkOperationError(api.OperationError o) {
 | 
|    buildCounterOperationError++;
 | 
|    if (buildCounterOperationError < 3) {
 | 
| -    checkUnnamed3213(o.errors);
 | 
| +    checkUnnamed3305(o.errors);
 | 
|    }
 | 
|    buildCounterOperationError--;
 | 
|  }
 | 
| @@ -461,14 +461,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
 | 
|    buildCounterOperationWarningsData--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3214() {
 | 
| +buildUnnamed3306() {
 | 
|    var o = new core.List<api.OperationWarningsData>();
 | 
|    o.add(buildOperationWarningsData());
 | 
|    o.add(buildOperationWarningsData());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3214(core.List<api.OperationWarningsData> o) {
 | 
| +checkUnnamed3306(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 = buildUnnamed3214();
 | 
| +    o.data = buildUnnamed3306();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterOperationWarnings--;
 | 
| @@ -491,20 +491,20 @@ checkOperationWarnings(api.OperationWarnings o) {
 | 
|    buildCounterOperationWarnings++;
 | 
|    if (buildCounterOperationWarnings < 3) {
 | 
|      unittest.expect(o.code, unittest.equals('foo'));
 | 
| -    checkUnnamed3214(o.data);
 | 
| +    checkUnnamed3306(o.data);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOperationWarnings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3215() {
 | 
| +buildUnnamed3307() {
 | 
|    var o = new core.List<api.OperationWarnings>();
 | 
|    o.add(buildOperationWarnings());
 | 
|    o.add(buildOperationWarnings());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3215(core.List<api.OperationWarnings> o) {
 | 
| +checkUnnamed3307(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 = buildUnnamed3215();
 | 
| +    o.warnings = buildUnnamed3307();
 | 
|      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'));
 | 
| -    checkUnnamed3215(o.warnings);
 | 
| +    checkUnnamed3307(o.warnings);
 | 
|      unittest.expect(o.zone, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOperation--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3216() {
 | 
| +buildUnnamed3308() {
 | 
|    var o = new core.List<api.Operation>();
 | 
|    o.add(buildOperation());
 | 
|    o.add(buildOperation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3216(core.List<api.Operation> o) {
 | 
| +checkUnnamed3308(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 = buildUnnamed3216();
 | 
| +    o.items = buildUnnamed3308();
 | 
|      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'));
 | 
| -    checkUnnamed3216(o.items);
 | 
| +    checkUnnamed3308(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3217() {
 | 
| +buildUnnamed3309() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3217(core.List<core.String> o) {
 | 
| +checkUnnamed3309(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3218() {
 | 
| +buildUnnamed3310() {
 | 
|    var o = new core.List<api.PublicKey>();
 | 
|    o.add(buildPublicKey());
 | 
|    o.add(buildPublicKey());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3218(core.List<api.PublicKey> o) {
 | 
| +checkUnnamed3310(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 = buildUnnamed3217();
 | 
| +    o.groups = buildUnnamed3309();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.owner = "foo";
 | 
| -    o.publicKeys = buildUnnamed3218();
 | 
| +    o.publicKeys = buildUnnamed3310();
 | 
|      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'));
 | 
| -    checkUnnamed3217(o.groups);
 | 
| +    checkUnnamed3309(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'));
 | 
| -    checkUnnamed3218(o.publicKeys);
 | 
| +    checkUnnamed3310(o.publicKeys);
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterUser--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3219() {
 | 
| +buildUnnamed3311() {
 | 
|    var o = new core.List<api.User>();
 | 
|    o.add(buildUser());
 | 
|    o.add(buildUser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3219(core.List<api.User> o) {
 | 
| +checkUnnamed3311(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 = buildUnnamed3219();
 | 
| +    o.items = buildUnnamed3311();
 | 
|      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'));
 | 
| -    checkUnnamed3219(o.items);
 | 
| +    checkUnnamed3311(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
| 
 |