| 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 8f223b1e1786857f7155058dd2a4f1bb33bee653..ffad22267cef698ea365a7f16aed1c910b004374 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--;
|
| }
|
|
|
| -buildUnnamed1089() {
|
| +buildUnnamed1109() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1089(core.List<core.String> o) {
|
| +checkUnnamed1109(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 = buildUnnamed1089();
|
| + o.members = buildUnnamed1109();
|
| o.role = "foo";
|
| }
|
| buildCounterBinding--;
|
| @@ -98,7 +98,7 @@ buildBinding() {
|
| checkBinding(api.Binding o) {
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - checkUnnamed1089(o.members);
|
| + checkUnnamed1109(o.members);
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| }
|
| buildCounterBinding--;
|
| @@ -186,14 +186,14 @@ checkEmpty(api.Empty o) {
|
| buildCounterEmpty--;
|
| }
|
|
|
| -buildUnnamed1090() {
|
| +buildUnnamed1110() {
|
| var o = new core.List<api.ServiceAccountKey>();
|
| o.add(buildServiceAccountKey());
|
| o.add(buildServiceAccountKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1090(core.List<api.ServiceAccountKey> o) {
|
| +checkUnnamed1110(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 = buildUnnamed1090();
|
| + o.keys = buildUnnamed1110();
|
| }
|
| buildCounterListServiceAccountKeysResponse--;
|
| return o;
|
| @@ -213,19 +213,19 @@ buildListServiceAccountKeysResponse() {
|
| checkListServiceAccountKeysResponse(api.ListServiceAccountKeysResponse o) {
|
| buildCounterListServiceAccountKeysResponse++;
|
| if (buildCounterListServiceAccountKeysResponse < 3) {
|
| - checkUnnamed1090(o.keys);
|
| + checkUnnamed1110(o.keys);
|
| }
|
| buildCounterListServiceAccountKeysResponse--;
|
| }
|
|
|
| -buildUnnamed1091() {
|
| +buildUnnamed1111() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1091(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed1111(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 = buildUnnamed1091();
|
| + o.accounts = buildUnnamed1111();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListServiceAccountsResponse--;
|
| @@ -246,20 +246,20 @@ buildListServiceAccountsResponse() {
|
| checkListServiceAccountsResponse(api.ListServiceAccountsResponse o) {
|
| buildCounterListServiceAccountsResponse++;
|
| if (buildCounterListServiceAccountsResponse < 3) {
|
| - checkUnnamed1091(o.accounts);
|
| + checkUnnamed1111(o.accounts);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListServiceAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed1092() {
|
| +buildUnnamed1112() {
|
| var o = new core.List<api.Binding>();
|
| o.add(buildBinding());
|
| o.add(buildBinding());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1092(core.List<api.Binding> o) {
|
| +checkUnnamed1112(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 = buildUnnamed1092();
|
| + o.bindings = buildUnnamed1112();
|
| o.etag = "foo";
|
| o.version = 42;
|
| }
|
| @@ -281,21 +281,21 @@ buildPolicy() {
|
| checkPolicy(api.Policy o) {
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - checkUnnamed1092(o.bindings);
|
| + checkUnnamed1112(o.bindings);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| }
|
| buildCounterPolicy--;
|
| }
|
|
|
| -buildUnnamed1093() {
|
| +buildUnnamed1113() {
|
| var o = new core.List<api.BindingDelta>();
|
| o.add(buildBindingDelta());
|
| o.add(buildBindingDelta());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1093(core.List<api.BindingDelta> o) {
|
| +checkUnnamed1113(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 = buildUnnamed1093();
|
| + o.bindingDeltas = buildUnnamed1113();
|
| }
|
| buildCounterPolicyDelta--;
|
| return o;
|
| @@ -315,7 +315,7 @@ buildPolicyDelta() {
|
| checkPolicyDelta(api.PolicyDelta o) {
|
| buildCounterPolicyDelta++;
|
| if (buildCounterPolicyDelta < 3) {
|
| - checkUnnamed1093(o.bindingDeltas);
|
| + checkUnnamed1113(o.bindingDeltas);
|
| }
|
| buildCounterPolicyDelta--;
|
| }
|
| @@ -339,14 +339,14 @@ checkQueryGrantableRolesRequest(api.QueryGrantableRolesRequest o) {
|
| buildCounterQueryGrantableRolesRequest--;
|
| }
|
|
|
| -buildUnnamed1094() {
|
| +buildUnnamed1114() {
|
| var o = new core.List<api.Role>();
|
| o.add(buildRole());
|
| o.add(buildRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1094(core.List<api.Role> o) {
|
| +checkUnnamed1114(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 = buildUnnamed1094();
|
| + o.roles = buildUnnamed1114();
|
| }
|
| buildCounterQueryGrantableRolesResponse--;
|
| return o;
|
| @@ -366,7 +366,7 @@ buildQueryGrantableRolesResponse() {
|
| checkQueryGrantableRolesResponse(api.QueryGrantableRolesResponse o) {
|
| buildCounterQueryGrantableRolesResponse++;
|
| if (buildCounterQueryGrantableRolesResponse < 3) {
|
| - checkUnnamed1094(o.roles);
|
| + checkUnnamed1114(o.roles);
|
| }
|
| buildCounterQueryGrantableRolesResponse--;
|
| }
|
| @@ -555,14 +555,14 @@ checkSignJwtResponse(api.SignJwtResponse o) {
|
| buildCounterSignJwtResponse--;
|
| }
|
|
|
| -buildUnnamed1095() {
|
| +buildUnnamed1115() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1095(core.List<core.String> o) {
|
| +checkUnnamed1115(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 = buildUnnamed1095();
|
| + o.permissions = buildUnnamed1115();
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| return o;
|
| @@ -582,19 +582,19 @@ buildTestIamPermissionsRequest() {
|
| checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - checkUnnamed1095(o.permissions);
|
| + checkUnnamed1115(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| }
|
|
|
| -buildUnnamed1096() {
|
| +buildUnnamed1116() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1096(core.List<core.String> o) {
|
| +checkUnnamed1116(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 = buildUnnamed1096();
|
| + o.permissions = buildUnnamed1116();
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| return o;
|
| @@ -614,19 +614,19 @@ buildTestIamPermissionsResponse() {
|
| checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - checkUnnamed1096(o.permissions);
|
| + checkUnnamed1116(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| }
|
|
|
| -buildUnnamed1097() {
|
| +buildUnnamed1117() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1097(core.List<core.String> o) {
|
| +checkUnnamed1117(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 = buildUnnamed1097();
|
| + var arg_keyTypes = buildUnnamed1117();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|