| Index: generated/googleapis/test/appsactivity/v1_test.dart
|
| diff --git a/generated/googleapis/test/appsactivity/v1_test.dart b/generated/googleapis/test/appsactivity/v1_test.dart
|
| index bd53f80501f568427b46a763ea01a3728c4782d9..4f4688171ea995b5c3548b31f71bd0552de59485 100644
|
| --- a/generated/googleapis/test/appsactivity/v1_test.dart
|
| +++ b/generated/googleapis/test/appsactivity/v1_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed968() {
|
| +buildUnnamed988() {
|
| var o = new core.List<api.Event>();
|
| o.add(buildEvent());
|
| o.add(buildEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed968(core.List<api.Event> o) {
|
| +checkUnnamed988(core.List<api.Event> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEvent(o[0]);
|
| checkEvent(o[1]);
|
| @@ -70,7 +70,7 @@ buildActivity() {
|
| buildCounterActivity++;
|
| if (buildCounterActivity < 3) {
|
| o.combinedEvent = buildEvent();
|
| - o.singleEvents = buildUnnamed968();
|
| + o.singleEvents = buildUnnamed988();
|
| }
|
| buildCounterActivity--;
|
| return o;
|
| @@ -80,32 +80,32 @@ checkActivity(api.Activity o) {
|
| buildCounterActivity++;
|
| if (buildCounterActivity < 3) {
|
| checkEvent(o.combinedEvent);
|
| - checkUnnamed968(o.singleEvents);
|
| + checkUnnamed988(o.singleEvents);
|
| }
|
| buildCounterActivity--;
|
| }
|
|
|
| -buildUnnamed969() {
|
| +buildUnnamed989() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed969(core.List<core.String> o) {
|
| +checkUnnamed989(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'));
|
| }
|
|
|
| -buildUnnamed970() {
|
| +buildUnnamed990() {
|
| var o = new core.List<api.PermissionChange>();
|
| o.add(buildPermissionChange());
|
| o.add(buildPermissionChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed970(core.List<api.PermissionChange> o) {
|
| +checkUnnamed990(core.List<api.PermissionChange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermissionChange(o[0]);
|
| checkPermissionChange(o[1]);
|
| @@ -116,11 +116,11 @@ buildEvent() {
|
| var o = new api.Event();
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| - o.additionalEventTypes = buildUnnamed969();
|
| + o.additionalEventTypes = buildUnnamed989();
|
| o.eventTimeMillis = "foo";
|
| o.fromUserDeletion = true;
|
| o.move = buildMove();
|
| - o.permissionChanges = buildUnnamed970();
|
| + o.permissionChanges = buildUnnamed990();
|
| o.primaryEventType = "foo";
|
| o.rename = buildRename();
|
| o.target = buildTarget();
|
| @@ -133,11 +133,11 @@ buildEvent() {
|
| checkEvent(api.Event o) {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| - checkUnnamed969(o.additionalEventTypes);
|
| + checkUnnamed989(o.additionalEventTypes);
|
| unittest.expect(o.eventTimeMillis, unittest.equals('foo'));
|
| unittest.expect(o.fromUserDeletion, unittest.isTrue);
|
| checkMove(o.move);
|
| - checkUnnamed970(o.permissionChanges);
|
| + checkUnnamed990(o.permissionChanges);
|
| unittest.expect(o.primaryEventType, unittest.equals('foo'));
|
| checkRename(o.rename);
|
| checkTarget(o.target);
|
| @@ -146,14 +146,14 @@ checkEvent(api.Event o) {
|
| buildCounterEvent--;
|
| }
|
|
|
| -buildUnnamed971() {
|
| +buildUnnamed991() {
|
| var o = new core.List<api.Activity>();
|
| o.add(buildActivity());
|
| o.add(buildActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed971(core.List<api.Activity> o) {
|
| +checkUnnamed991(core.List<api.Activity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivity(o[0]);
|
| checkActivity(o[1]);
|
| @@ -164,7 +164,7 @@ buildListActivitiesResponse() {
|
| var o = new api.ListActivitiesResponse();
|
| buildCounterListActivitiesResponse++;
|
| if (buildCounterListActivitiesResponse < 3) {
|
| - o.activities = buildUnnamed971();
|
| + o.activities = buildUnnamed991();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListActivitiesResponse--;
|
| @@ -174,33 +174,33 @@ buildListActivitiesResponse() {
|
| checkListActivitiesResponse(api.ListActivitiesResponse o) {
|
| buildCounterListActivitiesResponse++;
|
| if (buildCounterListActivitiesResponse < 3) {
|
| - checkUnnamed971(o.activities);
|
| + checkUnnamed991(o.activities);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListActivitiesResponse--;
|
| }
|
|
|
| -buildUnnamed972() {
|
| +buildUnnamed992() {
|
| var o = new core.List<api.Parent>();
|
| o.add(buildParent());
|
| o.add(buildParent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed972(core.List<api.Parent> o) {
|
| +checkUnnamed992(core.List<api.Parent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParent(o[0]);
|
| checkParent(o[1]);
|
| }
|
|
|
| -buildUnnamed973() {
|
| +buildUnnamed993() {
|
| var o = new core.List<api.Parent>();
|
| o.add(buildParent());
|
| o.add(buildParent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed973(core.List<api.Parent> o) {
|
| +checkUnnamed993(core.List<api.Parent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParent(o[0]);
|
| checkParent(o[1]);
|
| @@ -211,8 +211,8 @@ buildMove() {
|
| var o = new api.Move();
|
| buildCounterMove++;
|
| if (buildCounterMove < 3) {
|
| - o.addedParents = buildUnnamed972();
|
| - o.removedParents = buildUnnamed973();
|
| + o.addedParents = buildUnnamed992();
|
| + o.removedParents = buildUnnamed993();
|
| }
|
| buildCounterMove--;
|
| return o;
|
| @@ -221,8 +221,8 @@ buildMove() {
|
| checkMove(api.Move o) {
|
| buildCounterMove++;
|
| if (buildCounterMove < 3) {
|
| - checkUnnamed972(o.addedParents);
|
| - checkUnnamed973(o.removedParents);
|
| + checkUnnamed992(o.addedParents);
|
| + checkUnnamed993(o.removedParents);
|
| }
|
| buildCounterMove--;
|
| }
|
| @@ -279,27 +279,27 @@ checkPermission(api.Permission o) {
|
| buildCounterPermission--;
|
| }
|
|
|
| -buildUnnamed974() {
|
| +buildUnnamed994() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed974(core.List<api.Permission> o) {
|
| +checkUnnamed994(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| }
|
|
|
| -buildUnnamed975() {
|
| +buildUnnamed995() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed975(core.List<api.Permission> o) {
|
| +checkUnnamed995(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -310,8 +310,8 @@ buildPermissionChange() {
|
| var o = new api.PermissionChange();
|
| buildCounterPermissionChange++;
|
| if (buildCounterPermissionChange < 3) {
|
| - o.addedPermissions = buildUnnamed974();
|
| - o.removedPermissions = buildUnnamed975();
|
| + o.addedPermissions = buildUnnamed994();
|
| + o.removedPermissions = buildUnnamed995();
|
| }
|
| buildCounterPermissionChange--;
|
| return o;
|
| @@ -320,8 +320,8 @@ buildPermissionChange() {
|
| checkPermissionChange(api.PermissionChange o) {
|
| buildCounterPermissionChange++;
|
| if (buildCounterPermissionChange < 3) {
|
| - checkUnnamed974(o.addedPermissions);
|
| - checkUnnamed975(o.removedPermissions);
|
| + checkUnnamed994(o.addedPermissions);
|
| + checkUnnamed995(o.removedPermissions);
|
| }
|
| buildCounterPermissionChange--;
|
| }
|
|
|