| 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 6c7d194bd9e998dee5d57e9fcdb0c4aeb33f8e53..e04de82a3a8afe83acd00b32dbbb9a28a04c643c 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);
|
| }
|
|
|
| -buildUnnamed515() {
|
| +buildUnnamed490() {
|
| var o = new core.List<api.AuditLogConfig>();
|
| o.add(buildAuditLogConfig());
|
| o.add(buildAuditLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed515(core.List<api.AuditLogConfig> o) {
|
| +checkUnnamed490(core.List<api.AuditLogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditLogConfig(o[0]);
|
| checkAuditLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed516() {
|
| +buildUnnamed491() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed516(core.List<core.String> o) {
|
| +checkUnnamed491(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 = buildUnnamed515();
|
| - o.exemptedMembers = buildUnnamed516();
|
| + o.auditLogConfigs = buildUnnamed490();
|
| + o.exemptedMembers = buildUnnamed491();
|
| o.service = "foo";
|
| }
|
| buildCounterAuditConfig--;
|
| @@ -93,21 +93,21 @@ buildAuditConfig() {
|
| checkAuditConfig(api.AuditConfig o) {
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - checkUnnamed515(o.auditLogConfigs);
|
| - checkUnnamed516(o.exemptedMembers);
|
| + checkUnnamed490(o.auditLogConfigs);
|
| + checkUnnamed491(o.exemptedMembers);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterAuditConfig--;
|
| }
|
|
|
| -buildUnnamed517() {
|
| +buildUnnamed492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed517(core.List<core.String> o) {
|
| +checkUnnamed492(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 = buildUnnamed517();
|
| + o.exemptedMembers = buildUnnamed492();
|
| o.logType = "foo";
|
| }
|
| buildCounterAuditLogConfig--;
|
| @@ -128,20 +128,20 @@ buildAuditLogConfig() {
|
| checkAuditLogConfig(api.AuditLogConfig o) {
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - checkUnnamed517(o.exemptedMembers);
|
| + checkUnnamed492(o.exemptedMembers);
|
| unittest.expect(o.logType, unittest.equals('foo'));
|
| }
|
| buildCounterAuditLogConfig--;
|
| }
|
|
|
| -buildUnnamed518() {
|
| +buildUnnamed493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed518(core.List<core.String> o) {
|
| +checkUnnamed493(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 = buildUnnamed518();
|
| + o.members = buildUnnamed493();
|
| o.role = "foo";
|
| }
|
| buildCounterBinding--;
|
| @@ -162,7 +162,7 @@ buildBinding() {
|
| checkBinding(api.Binding o) {
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - checkUnnamed518(o.members);
|
| + checkUnnamed493(o.members);
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| }
|
| buildCounterBinding--;
|
| @@ -187,14 +187,14 @@ checkCloudAuditOptions(api.CloudAuditOptions o) {
|
| buildCounterCloudAuditOptions--;
|
| }
|
|
|
| -buildUnnamed519() {
|
| +buildUnnamed494() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed519(core.List<core.String> o) {
|
| +checkUnnamed494(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'));
|
| @@ -210,7 +210,7 @@ buildCondition() {
|
| o.svc = "foo";
|
| o.sys = "foo";
|
| o.value = "foo";
|
| - o.values = buildUnnamed519();
|
| + o.values = buildUnnamed494();
|
| }
|
| buildCounterCondition--;
|
| return o;
|
| @@ -224,7 +224,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'));
|
| - checkUnnamed519(o.values);
|
| + checkUnnamed494(o.values);
|
| }
|
| buildCounterCondition--;
|
| }
|
| @@ -284,14 +284,14 @@ checkEmpty(api.Empty o) {
|
| buildCounterEmpty--;
|
| }
|
|
|
| -buildUnnamed520() {
|
| +buildUnnamed495() {
|
| var o = new core.List<api.Repo>();
|
| o.add(buildRepo());
|
| o.add(buildRepo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed520(core.List<api.Repo> o) {
|
| +checkUnnamed495(core.List<api.Repo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRepo(o[0]);
|
| checkRepo(o[1]);
|
| @@ -303,7 +303,7 @@ buildListReposResponse() {
|
| buildCounterListReposResponse++;
|
| if (buildCounterListReposResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.repos = buildUnnamed520();
|
| + o.repos = buildUnnamed495();
|
| }
|
| buildCounterListReposResponse--;
|
| return o;
|
| @@ -313,7 +313,7 @@ checkListReposResponse(api.ListReposResponse o) {
|
| buildCounterListReposResponse++;
|
| if (buildCounterListReposResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed520(o.repos);
|
| + checkUnnamed495(o.repos);
|
| }
|
| buildCounterListReposResponse--;
|
| }
|
| @@ -364,40 +364,40 @@ checkMirrorConfig(api.MirrorConfig o) {
|
| buildCounterMirrorConfig--;
|
| }
|
|
|
| -buildUnnamed521() {
|
| +buildUnnamed496() {
|
| var o = new core.List<api.AuditConfig>();
|
| o.add(buildAuditConfig());
|
| o.add(buildAuditConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed521(core.List<api.AuditConfig> o) {
|
| +checkUnnamed496(core.List<api.AuditConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditConfig(o[0]);
|
| checkAuditConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed522() {
|
| +buildUnnamed497() {
|
| var o = new core.List<api.Binding>();
|
| o.add(buildBinding());
|
| o.add(buildBinding());
|
| return o;
|
| }
|
|
|
| -checkUnnamed522(core.List<api.Binding> o) {
|
| +checkUnnamed497(core.List<api.Binding> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBinding(o[0]);
|
| checkBinding(o[1]);
|
| }
|
|
|
| -buildUnnamed523() {
|
| +buildUnnamed498() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed523(core.List<api.Rule> o) {
|
| +checkUnnamed498(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -408,11 +408,11 @@ buildPolicy() {
|
| var o = new api.Policy();
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - o.auditConfigs = buildUnnamed521();
|
| - o.bindings = buildUnnamed522();
|
| + o.auditConfigs = buildUnnamed496();
|
| + o.bindings = buildUnnamed497();
|
| o.etag = "foo";
|
| o.iamOwned = true;
|
| - o.rules = buildUnnamed523();
|
| + o.rules = buildUnnamed498();
|
| o.version = 42;
|
| }
|
| buildCounterPolicy--;
|
| @@ -422,11 +422,11 @@ buildPolicy() {
|
| checkPolicy(api.Policy o) {
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - checkUnnamed521(o.auditConfigs);
|
| - checkUnnamed522(o.bindings);
|
| + checkUnnamed496(o.auditConfigs);
|
| + checkUnnamed497(o.bindings);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.iamOwned, unittest.isTrue);
|
| - checkUnnamed523(o.rules);
|
| + checkUnnamed498(o.rules);
|
| unittest.expect(o.version, unittest.equals(42));
|
| }
|
| buildCounterPolicy--;
|
| @@ -457,66 +457,66 @@ checkRepo(api.Repo o) {
|
| buildCounterRepo--;
|
| }
|
|
|
| -buildUnnamed524() {
|
| +buildUnnamed499() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed524(core.List<api.Condition> o) {
|
| +checkUnnamed499(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed525() {
|
| +buildUnnamed500() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed525(core.List<core.String> o) {
|
| +checkUnnamed500(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'));
|
| }
|
|
|
| -buildUnnamed526() {
|
| +buildUnnamed501() {
|
| var o = new core.List<api.LogConfig>();
|
| o.add(buildLogConfig());
|
| o.add(buildLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed526(core.List<api.LogConfig> o) {
|
| +checkUnnamed501(core.List<api.LogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLogConfig(o[0]);
|
| checkLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed527() {
|
| +buildUnnamed502() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed527(core.List<core.String> o) {
|
| +checkUnnamed502(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'));
|
| }
|
|
|
| -buildUnnamed528() {
|
| +buildUnnamed503() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed528(core.List<core.String> o) {
|
| +checkUnnamed503(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'));
|
| @@ -528,12 +528,12 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.action = "foo";
|
| - o.conditions = buildUnnamed524();
|
| + o.conditions = buildUnnamed499();
|
| o.description = "foo";
|
| - o.in_ = buildUnnamed525();
|
| - o.logConfig = buildUnnamed526();
|
| - o.notIn = buildUnnamed527();
|
| - o.permissions = buildUnnamed528();
|
| + o.in_ = buildUnnamed500();
|
| + o.logConfig = buildUnnamed501();
|
| + o.notIn = buildUnnamed502();
|
| + o.permissions = buildUnnamed503();
|
| }
|
| buildCounterRule--;
|
| return o;
|
| @@ -543,12 +543,12 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.action, unittest.equals('foo'));
|
| - checkUnnamed524(o.conditions);
|
| + checkUnnamed499(o.conditions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed525(o.in_);
|
| - checkUnnamed526(o.logConfig);
|
| - checkUnnamed527(o.notIn);
|
| - checkUnnamed528(o.permissions);
|
| + checkUnnamed500(o.in_);
|
| + checkUnnamed501(o.logConfig);
|
| + checkUnnamed502(o.notIn);
|
| + checkUnnamed503(o.permissions);
|
| }
|
| buildCounterRule--;
|
| }
|
| @@ -574,14 +574,14 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
|
| buildCounterSetIamPolicyRequest--;
|
| }
|
|
|
| -buildUnnamed529() {
|
| +buildUnnamed504() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed529(core.List<core.String> o) {
|
| +checkUnnamed504(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'));
|
| @@ -592,7 +592,7 @@ buildTestIamPermissionsRequest() {
|
| var o = new api.TestIamPermissionsRequest();
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - o.permissions = buildUnnamed529();
|
| + o.permissions = buildUnnamed504();
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| return o;
|
| @@ -601,19 +601,19 @@ buildTestIamPermissionsRequest() {
|
| checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - checkUnnamed529(o.permissions);
|
| + checkUnnamed504(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| }
|
|
|
| -buildUnnamed530() {
|
| +buildUnnamed505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed530(core.List<core.String> o) {
|
| +checkUnnamed505(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'));
|
| @@ -624,7 +624,7 @@ buildTestIamPermissionsResponse() {
|
| var o = new api.TestIamPermissionsResponse();
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - o.permissions = buildUnnamed530();
|
| + o.permissions = buildUnnamed505();
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| return o;
|
| @@ -633,7 +633,7 @@ buildTestIamPermissionsResponse() {
|
| checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - checkUnnamed530(o.permissions);
|
| + checkUnnamed505(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| }
|
|
|