| Index: generated/googleapis/test/iam/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/iam/v1_test.dart b/generated/googleapis/test/iam/v1_test.dart
 | 
| index ffad22267cef698ea365a7f16aed1c910b004374..f2afa9c24390a84d0b8f8849b24e6d11e88598f2 100644
 | 
| --- a/generated/googleapis/test/iam/v1_test.dart
 | 
| +++ b/generated/googleapis/test/iam/v1_test.dart
 | 
| @@ -70,14 +70,14 @@ checkAuditData(api.AuditData o) {
 | 
|    buildCounterAuditData--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1109() {
 | 
| +buildUnnamed1140() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1109(core.List<core.String> o) {
 | 
| +checkUnnamed1140(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'));
 | 
| @@ -88,7 +88,7 @@ buildBinding() {
 | 
|    var o = new api.Binding();
 | 
|    buildCounterBinding++;
 | 
|    if (buildCounterBinding < 3) {
 | 
| -    o.members = buildUnnamed1109();
 | 
| +    o.members = buildUnnamed1140();
 | 
|      o.role = "foo";
 | 
|    }
 | 
|    buildCounterBinding--;
 | 
| @@ -98,7 +98,7 @@ buildBinding() {
 | 
|  checkBinding(api.Binding o) {
 | 
|    buildCounterBinding++;
 | 
|    if (buildCounterBinding < 3) {
 | 
| -    checkUnnamed1109(o.members);
 | 
| +    checkUnnamed1140(o.members);
 | 
|      unittest.expect(o.role, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterBinding--;
 | 
| @@ -186,14 +186,14 @@ checkEmpty(api.Empty o) {
 | 
|    buildCounterEmpty--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1110() {
 | 
| +buildUnnamed1141() {
 | 
|    var o = new core.List<api.ServiceAccountKey>();
 | 
|    o.add(buildServiceAccountKey());
 | 
|    o.add(buildServiceAccountKey());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1110(core.List<api.ServiceAccountKey> o) {
 | 
| +checkUnnamed1141(core.List<api.ServiceAccountKey> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceAccountKey(o[0]);
 | 
|    checkServiceAccountKey(o[1]);
 | 
| @@ -204,7 +204,7 @@ buildListServiceAccountKeysResponse() {
 | 
|    var o = new api.ListServiceAccountKeysResponse();
 | 
|    buildCounterListServiceAccountKeysResponse++;
 | 
|    if (buildCounterListServiceAccountKeysResponse < 3) {
 | 
| -    o.keys = buildUnnamed1110();
 | 
| +    o.keys = buildUnnamed1141();
 | 
|    }
 | 
|    buildCounterListServiceAccountKeysResponse--;
 | 
|    return o;
 | 
| @@ -213,19 +213,19 @@ buildListServiceAccountKeysResponse() {
 | 
|  checkListServiceAccountKeysResponse(api.ListServiceAccountKeysResponse o) {
 | 
|    buildCounterListServiceAccountKeysResponse++;
 | 
|    if (buildCounterListServiceAccountKeysResponse < 3) {
 | 
| -    checkUnnamed1110(o.keys);
 | 
| +    checkUnnamed1141(o.keys);
 | 
|    }
 | 
|    buildCounterListServiceAccountKeysResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1111() {
 | 
| +buildUnnamed1142() {
 | 
|    var o = new core.List<api.ServiceAccount>();
 | 
|    o.add(buildServiceAccount());
 | 
|    o.add(buildServiceAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1111(core.List<api.ServiceAccount> o) {
 | 
| +checkUnnamed1142(core.List<api.ServiceAccount> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceAccount(o[0]);
 | 
|    checkServiceAccount(o[1]);
 | 
| @@ -236,7 +236,7 @@ buildListServiceAccountsResponse() {
 | 
|    var o = new api.ListServiceAccountsResponse();
 | 
|    buildCounterListServiceAccountsResponse++;
 | 
|    if (buildCounterListServiceAccountsResponse < 3) {
 | 
| -    o.accounts = buildUnnamed1111();
 | 
| +    o.accounts = buildUnnamed1142();
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
|    buildCounterListServiceAccountsResponse--;
 | 
| @@ -246,20 +246,20 @@ buildListServiceAccountsResponse() {
 | 
|  checkListServiceAccountsResponse(api.ListServiceAccountsResponse o) {
 | 
|    buildCounterListServiceAccountsResponse++;
 | 
|    if (buildCounterListServiceAccountsResponse < 3) {
 | 
| -    checkUnnamed1111(o.accounts);
 | 
| +    checkUnnamed1142(o.accounts);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterListServiceAccountsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1112() {
 | 
| +buildUnnamed1143() {
 | 
|    var o = new core.List<api.Binding>();
 | 
|    o.add(buildBinding());
 | 
|    o.add(buildBinding());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1112(core.List<api.Binding> o) {
 | 
| +checkUnnamed1143(core.List<api.Binding> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBinding(o[0]);
 | 
|    checkBinding(o[1]);
 | 
| @@ -270,7 +270,7 @@ buildPolicy() {
 | 
|    var o = new api.Policy();
 | 
|    buildCounterPolicy++;
 | 
|    if (buildCounterPolicy < 3) {
 | 
| -    o.bindings = buildUnnamed1112();
 | 
| +    o.bindings = buildUnnamed1143();
 | 
|      o.etag = "foo";
 | 
|      o.version = 42;
 | 
|    }
 | 
| @@ -281,21 +281,21 @@ buildPolicy() {
 | 
|  checkPolicy(api.Policy o) {
 | 
|    buildCounterPolicy++;
 | 
|    if (buildCounterPolicy < 3) {
 | 
| -    checkUnnamed1112(o.bindings);
 | 
| +    checkUnnamed1143(o.bindings);
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
|      unittest.expect(o.version, unittest.equals(42));
 | 
|    }
 | 
|    buildCounterPolicy--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1113() {
 | 
| +buildUnnamed1144() {
 | 
|    var o = new core.List<api.BindingDelta>();
 | 
|    o.add(buildBindingDelta());
 | 
|    o.add(buildBindingDelta());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1113(core.List<api.BindingDelta> o) {
 | 
| +checkUnnamed1144(core.List<api.BindingDelta> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBindingDelta(o[0]);
 | 
|    checkBindingDelta(o[1]);
 | 
| @@ -306,7 +306,7 @@ buildPolicyDelta() {
 | 
|    var o = new api.PolicyDelta();
 | 
|    buildCounterPolicyDelta++;
 | 
|    if (buildCounterPolicyDelta < 3) {
 | 
| -    o.bindingDeltas = buildUnnamed1113();
 | 
| +    o.bindingDeltas = buildUnnamed1144();
 | 
|    }
 | 
|    buildCounterPolicyDelta--;
 | 
|    return o;
 | 
| @@ -315,7 +315,7 @@ buildPolicyDelta() {
 | 
|  checkPolicyDelta(api.PolicyDelta o) {
 | 
|    buildCounterPolicyDelta++;
 | 
|    if (buildCounterPolicyDelta < 3) {
 | 
| -    checkUnnamed1113(o.bindingDeltas);
 | 
| +    checkUnnamed1144(o.bindingDeltas);
 | 
|    }
 | 
|    buildCounterPolicyDelta--;
 | 
|  }
 | 
| @@ -339,14 +339,14 @@ checkQueryGrantableRolesRequest(api.QueryGrantableRolesRequest o) {
 | 
|    buildCounterQueryGrantableRolesRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1114() {
 | 
| +buildUnnamed1145() {
 | 
|    var o = new core.List<api.Role>();
 | 
|    o.add(buildRole());
 | 
|    o.add(buildRole());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1114(core.List<api.Role> o) {
 | 
| +checkUnnamed1145(core.List<api.Role> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRole(o[0]);
 | 
|    checkRole(o[1]);
 | 
| @@ -357,7 +357,7 @@ buildQueryGrantableRolesResponse() {
 | 
|    var o = new api.QueryGrantableRolesResponse();
 | 
|    buildCounterQueryGrantableRolesResponse++;
 | 
|    if (buildCounterQueryGrantableRolesResponse < 3) {
 | 
| -    o.roles = buildUnnamed1114();
 | 
| +    o.roles = buildUnnamed1145();
 | 
|    }
 | 
|    buildCounterQueryGrantableRolesResponse--;
 | 
|    return o;
 | 
| @@ -366,7 +366,7 @@ buildQueryGrantableRolesResponse() {
 | 
|  checkQueryGrantableRolesResponse(api.QueryGrantableRolesResponse o) {
 | 
|    buildCounterQueryGrantableRolesResponse++;
 | 
|    if (buildCounterQueryGrantableRolesResponse < 3) {
 | 
| -    checkUnnamed1114(o.roles);
 | 
| +    checkUnnamed1145(o.roles);
 | 
|    }
 | 
|    buildCounterQueryGrantableRolesResponse--;
 | 
|  }
 | 
| @@ -555,14 +555,14 @@ checkSignJwtResponse(api.SignJwtResponse o) {
 | 
|    buildCounterSignJwtResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1115() {
 | 
| +buildUnnamed1146() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1115(core.List<core.String> o) {
 | 
| +checkUnnamed1146(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'));
 | 
| @@ -573,7 +573,7 @@ buildTestIamPermissionsRequest() {
 | 
|    var o = new api.TestIamPermissionsRequest();
 | 
|    buildCounterTestIamPermissionsRequest++;
 | 
|    if (buildCounterTestIamPermissionsRequest < 3) {
 | 
| -    o.permissions = buildUnnamed1115();
 | 
| +    o.permissions = buildUnnamed1146();
 | 
|    }
 | 
|    buildCounterTestIamPermissionsRequest--;
 | 
|    return o;
 | 
| @@ -582,19 +582,19 @@ buildTestIamPermissionsRequest() {
 | 
|  checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
 | 
|    buildCounterTestIamPermissionsRequest++;
 | 
|    if (buildCounterTestIamPermissionsRequest < 3) {
 | 
| -    checkUnnamed1115(o.permissions);
 | 
| +    checkUnnamed1146(o.permissions);
 | 
|    }
 | 
|    buildCounterTestIamPermissionsRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1116() {
 | 
| +buildUnnamed1147() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1116(core.List<core.String> o) {
 | 
| +checkUnnamed1147(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'));
 | 
| @@ -605,7 +605,7 @@ buildTestIamPermissionsResponse() {
 | 
|    var o = new api.TestIamPermissionsResponse();
 | 
|    buildCounterTestIamPermissionsResponse++;
 | 
|    if (buildCounterTestIamPermissionsResponse < 3) {
 | 
| -    o.permissions = buildUnnamed1116();
 | 
| +    o.permissions = buildUnnamed1147();
 | 
|    }
 | 
|    buildCounterTestIamPermissionsResponse--;
 | 
|    return o;
 | 
| @@ -614,19 +614,19 @@ buildTestIamPermissionsResponse() {
 | 
|  checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
 | 
|    buildCounterTestIamPermissionsResponse++;
 | 
|    if (buildCounterTestIamPermissionsResponse < 3) {
 | 
| -    checkUnnamed1116(o.permissions);
 | 
| +    checkUnnamed1147(o.permissions);
 | 
|    }
 | 
|    buildCounterTestIamPermissionsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1117() {
 | 
| +buildUnnamed1148() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1117(core.List<core.String> o) {
 | 
| +checkUnnamed1148(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'));
 | 
| @@ -1461,7 +1461,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.ProjectsServiceAccountsKeysResourceApi res = new api.IamApi(mock).projects.serviceAccounts.keys;
 | 
|        var arg_name = "foo";
 | 
| -      var arg_keyTypes = buildUnnamed1117();
 | 
| +      var arg_keyTypes = buildUnnamed1148();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| 
 |