| Index: generated/googleapis/test/sourcerepo/v1_test.dart
|
| diff --git a/generated/googleapis/test/sourcerepo/v1_test.dart b/generated/googleapis/test/sourcerepo/v1_test.dart
|
| index a7c6f80c0cc2fe22288f50e8e21971aa4672cf97..8029422b9a6201bd4155dbb26ed73b652afaf808 100644
|
| --- a/generated/googleapis/test/sourcerepo/v1_test.dart
|
| +++ b/generated/googleapis/test/sourcerepo/v1_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed450() {
|
| +buildUnnamed436() {
|
| var o = new core.List<api.AuditLogConfig>();
|
| o.add(buildAuditLogConfig());
|
| o.add(buildAuditLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed450(core.List<api.AuditLogConfig> o) {
|
| +checkUnnamed436(core.List<api.AuditLogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditLogConfig(o[0]);
|
| checkAuditLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed451() {
|
| +buildUnnamed437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed451(core.List<core.String> o) {
|
| +checkUnnamed437(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'));
|
| @@ -82,8 +82,8 @@ buildAuditConfig() {
|
| var o = new api.AuditConfig();
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - o.auditLogConfigs = buildUnnamed450();
|
| - o.exemptedMembers = buildUnnamed451();
|
| + o.auditLogConfigs = buildUnnamed436();
|
| + o.exemptedMembers = buildUnnamed437();
|
| o.service = "foo";
|
| }
|
| buildCounterAuditConfig--;
|
| @@ -93,21 +93,21 @@ buildAuditConfig() {
|
| checkAuditConfig(api.AuditConfig o) {
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - checkUnnamed450(o.auditLogConfigs);
|
| - checkUnnamed451(o.exemptedMembers);
|
| + checkUnnamed436(o.auditLogConfigs);
|
| + checkUnnamed437(o.exemptedMembers);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterAuditConfig--;
|
| }
|
|
|
| -buildUnnamed452() {
|
| +buildUnnamed438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed452(core.List<core.String> o) {
|
| +checkUnnamed438(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'));
|
| @@ -118,7 +118,7 @@ buildAuditLogConfig() {
|
| var o = new api.AuditLogConfig();
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - o.exemptedMembers = buildUnnamed452();
|
| + o.exemptedMembers = buildUnnamed438();
|
| o.logType = "foo";
|
| }
|
| buildCounterAuditLogConfig--;
|
| @@ -128,20 +128,20 @@ buildAuditLogConfig() {
|
| checkAuditLogConfig(api.AuditLogConfig o) {
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - checkUnnamed452(o.exemptedMembers);
|
| + checkUnnamed438(o.exemptedMembers);
|
| unittest.expect(o.logType, unittest.equals('foo'));
|
| }
|
| buildCounterAuditLogConfig--;
|
| }
|
|
|
| -buildUnnamed453() {
|
| +buildUnnamed439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed453(core.List<core.String> o) {
|
| +checkUnnamed439(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'));
|
| @@ -152,7 +152,7 @@ buildBinding() {
|
| var o = new api.Binding();
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - o.members = buildUnnamed453();
|
| + o.members = buildUnnamed439();
|
| o.role = "foo";
|
| }
|
| buildCounterBinding--;
|
| @@ -162,7 +162,7 @@ buildBinding() {
|
| checkBinding(api.Binding o) {
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - checkUnnamed453(o.members);
|
| + checkUnnamed439(o.members);
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| }
|
| buildCounterBinding--;
|
| @@ -185,14 +185,14 @@ checkCloudAuditOptions(api.CloudAuditOptions o) {
|
| buildCounterCloudAuditOptions--;
|
| }
|
|
|
| -buildUnnamed454() {
|
| +buildUnnamed440() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed454(core.List<core.String> o) {
|
| +checkUnnamed440(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'));
|
| @@ -208,7 +208,7 @@ buildCondition() {
|
| o.svc = "foo";
|
| o.sys = "foo";
|
| o.value = "foo";
|
| - o.values = buildUnnamed454();
|
| + o.values = buildUnnamed440();
|
| }
|
| buildCounterCondition--;
|
| return o;
|
| @@ -222,7 +222,7 @@ checkCondition(api.Condition o) {
|
| unittest.expect(o.svc, unittest.equals('foo'));
|
| unittest.expect(o.sys, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| - checkUnnamed454(o.values);
|
| + checkUnnamed440(o.values);
|
| }
|
| buildCounterCondition--;
|
| }
|
| @@ -282,14 +282,14 @@ checkEmpty(api.Empty o) {
|
| buildCounterEmpty--;
|
| }
|
|
|
| -buildUnnamed455() {
|
| +buildUnnamed441() {
|
| var o = new core.List<api.Repo>();
|
| o.add(buildRepo());
|
| o.add(buildRepo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed455(core.List<api.Repo> o) {
|
| +checkUnnamed441(core.List<api.Repo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRepo(o[0]);
|
| checkRepo(o[1]);
|
| @@ -300,7 +300,7 @@ buildListReposResponse() {
|
| var o = new api.ListReposResponse();
|
| buildCounterListReposResponse++;
|
| if (buildCounterListReposResponse < 3) {
|
| - o.repos = buildUnnamed455();
|
| + o.repos = buildUnnamed441();
|
| }
|
| buildCounterListReposResponse--;
|
| return o;
|
| @@ -309,7 +309,7 @@ buildListReposResponse() {
|
| checkListReposResponse(api.ListReposResponse o) {
|
| buildCounterListReposResponse++;
|
| if (buildCounterListReposResponse < 3) {
|
| - checkUnnamed455(o.repos);
|
| + checkUnnamed441(o.repos);
|
| }
|
| buildCounterListReposResponse--;
|
| }
|
| @@ -360,40 +360,40 @@ checkMirrorConfig(api.MirrorConfig o) {
|
| buildCounterMirrorConfig--;
|
| }
|
|
|
| -buildUnnamed456() {
|
| +buildUnnamed442() {
|
| var o = new core.List<api.AuditConfig>();
|
| o.add(buildAuditConfig());
|
| o.add(buildAuditConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed456(core.List<api.AuditConfig> o) {
|
| +checkUnnamed442(core.List<api.AuditConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditConfig(o[0]);
|
| checkAuditConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed457() {
|
| +buildUnnamed443() {
|
| var o = new core.List<api.Binding>();
|
| o.add(buildBinding());
|
| o.add(buildBinding());
|
| return o;
|
| }
|
|
|
| -checkUnnamed457(core.List<api.Binding> o) {
|
| +checkUnnamed443(core.List<api.Binding> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBinding(o[0]);
|
| checkBinding(o[1]);
|
| }
|
|
|
| -buildUnnamed458() {
|
| +buildUnnamed444() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed458(core.List<api.Rule> o) {
|
| +checkUnnamed444(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -404,11 +404,11 @@ buildPolicy() {
|
| var o = new api.Policy();
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - o.auditConfigs = buildUnnamed456();
|
| - o.bindings = buildUnnamed457();
|
| + o.auditConfigs = buildUnnamed442();
|
| + o.bindings = buildUnnamed443();
|
| o.etag = "foo";
|
| o.iamOwned = true;
|
| - o.rules = buildUnnamed458();
|
| + o.rules = buildUnnamed444();
|
| o.version = 42;
|
| }
|
| buildCounterPolicy--;
|
| @@ -418,11 +418,11 @@ buildPolicy() {
|
| checkPolicy(api.Policy o) {
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - checkUnnamed456(o.auditConfigs);
|
| - checkUnnamed457(o.bindings);
|
| + checkUnnamed442(o.auditConfigs);
|
| + checkUnnamed443(o.bindings);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.iamOwned, unittest.isTrue);
|
| - checkUnnamed458(o.rules);
|
| + checkUnnamed444(o.rules);
|
| unittest.expect(o.version, unittest.equals(42));
|
| }
|
| buildCounterPolicy--;
|
| @@ -453,66 +453,66 @@ checkRepo(api.Repo o) {
|
| buildCounterRepo--;
|
| }
|
|
|
| -buildUnnamed459() {
|
| +buildUnnamed445() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed459(core.List<api.Condition> o) {
|
| +checkUnnamed445(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed460() {
|
| +buildUnnamed446() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed460(core.List<core.String> o) {
|
| +checkUnnamed446(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'));
|
| }
|
|
|
| -buildUnnamed461() {
|
| +buildUnnamed447() {
|
| var o = new core.List<api.LogConfig>();
|
| o.add(buildLogConfig());
|
| o.add(buildLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed461(core.List<api.LogConfig> o) {
|
| +checkUnnamed447(core.List<api.LogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLogConfig(o[0]);
|
| checkLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed462() {
|
| +buildUnnamed448() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed462(core.List<core.String> o) {
|
| +checkUnnamed448(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'));
|
| }
|
|
|
| -buildUnnamed463() {
|
| +buildUnnamed449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed463(core.List<core.String> o) {
|
| +checkUnnamed449(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'));
|
| @@ -524,12 +524,12 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.action = "foo";
|
| - o.conditions = buildUnnamed459();
|
| + o.conditions = buildUnnamed445();
|
| o.description = "foo";
|
| - o.in_ = buildUnnamed460();
|
| - o.logConfig = buildUnnamed461();
|
| - o.notIn = buildUnnamed462();
|
| - o.permissions = buildUnnamed463();
|
| + o.in_ = buildUnnamed446();
|
| + o.logConfig = buildUnnamed447();
|
| + o.notIn = buildUnnamed448();
|
| + o.permissions = buildUnnamed449();
|
| }
|
| buildCounterRule--;
|
| return o;
|
| @@ -539,12 +539,12 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.action, unittest.equals('foo'));
|
| - checkUnnamed459(o.conditions);
|
| + checkUnnamed445(o.conditions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed460(o.in_);
|
| - checkUnnamed461(o.logConfig);
|
| - checkUnnamed462(o.notIn);
|
| - checkUnnamed463(o.permissions);
|
| + checkUnnamed446(o.in_);
|
| + checkUnnamed447(o.logConfig);
|
| + checkUnnamed448(o.notIn);
|
| + checkUnnamed449(o.permissions);
|
| }
|
| buildCounterRule--;
|
| }
|
| @@ -570,14 +570,14 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
|
| buildCounterSetIamPolicyRequest--;
|
| }
|
|
|
| -buildUnnamed464() {
|
| +buildUnnamed450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed464(core.List<core.String> o) {
|
| +checkUnnamed450(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'));
|
| @@ -588,7 +588,7 @@ buildTestIamPermissionsRequest() {
|
| var o = new api.TestIamPermissionsRequest();
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - o.permissions = buildUnnamed464();
|
| + o.permissions = buildUnnamed450();
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| return o;
|
| @@ -597,19 +597,19 @@ buildTestIamPermissionsRequest() {
|
| checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - checkUnnamed464(o.permissions);
|
| + checkUnnamed450(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| }
|
|
|
| -buildUnnamed465() {
|
| +buildUnnamed451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed465(core.List<core.String> o) {
|
| +checkUnnamed451(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'));
|
| @@ -620,7 +620,7 @@ buildTestIamPermissionsResponse() {
|
| var o = new api.TestIamPermissionsResponse();
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - o.permissions = buildUnnamed465();
|
| + o.permissions = buildUnnamed451();
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| return o;
|
| @@ -629,7 +629,7 @@ buildTestIamPermissionsResponse() {
|
| checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - checkUnnamed465(o.permissions);
|
| + checkUnnamed451(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| }
|
|
|