| Index: generated/googleapis/test/mirror/v1_test.dart
|
| diff --git a/generated/googleapis/test/mirror/v1_test.dart b/generated/googleapis/test/mirror/v1_test.dart
|
| index 229e610bd9719443c1c012d9357e6135847608c3..0075541fde3da4c9dd10fb9be332d63f1402c11a 100644
|
| --- a/generated/googleapis/test/mirror/v1_test.dart
|
| +++ b/generated/googleapis/test/mirror/v1_test.dart
|
| @@ -51,40 +51,40 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1246() {
|
| +buildUnnamed1279() {
|
| var o = new core.List<api.AuthToken>();
|
| o.add(buildAuthToken());
|
| o.add(buildAuthToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1246(core.List<api.AuthToken> o) {
|
| +checkUnnamed1279(core.List<api.AuthToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuthToken(o[0]);
|
| checkAuthToken(o[1]);
|
| }
|
|
|
| -buildUnnamed1247() {
|
| +buildUnnamed1280() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1247(core.List<core.String> o) {
|
| +checkUnnamed1280(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'));
|
| }
|
|
|
| -buildUnnamed1248() {
|
| +buildUnnamed1281() {
|
| var o = new core.List<api.UserData>();
|
| o.add(buildUserData());
|
| o.add(buildUserData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1248(core.List<api.UserData> o) {
|
| +checkUnnamed1281(core.List<api.UserData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserData(o[0]);
|
| checkUserData(o[1]);
|
| @@ -95,10 +95,10 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.authTokens = buildUnnamed1246();
|
| - o.features = buildUnnamed1247();
|
| + o.authTokens = buildUnnamed1279();
|
| + o.features = buildUnnamed1280();
|
| o.password = "foo";
|
| - o.userData = buildUnnamed1248();
|
| + o.userData = buildUnnamed1281();
|
| }
|
| buildCounterAccount--;
|
| return o;
|
| @@ -107,10 +107,10 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed1246(o.authTokens);
|
| - checkUnnamed1247(o.features);
|
| + checkUnnamed1279(o.authTokens);
|
| + checkUnnamed1280(o.features);
|
| unittest.expect(o.password, unittest.equals('foo'));
|
| - checkUnnamed1248(o.userData);
|
| + checkUnnamed1281(o.userData);
|
| }
|
| buildCounterAccount--;
|
| }
|
| @@ -140,14 +140,14 @@ checkAttachment(api.Attachment o) {
|
| buildCounterAttachment--;
|
| }
|
|
|
| -buildUnnamed1249() {
|
| +buildUnnamed1282() {
|
| var o = new core.List<api.Attachment>();
|
| o.add(buildAttachment());
|
| o.add(buildAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1249(core.List<api.Attachment> o) {
|
| +checkUnnamed1282(core.List<api.Attachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachment(o[0]);
|
| checkAttachment(o[1]);
|
| @@ -158,7 +158,7 @@ buildAttachmentsListResponse() {
|
| var o = new api.AttachmentsListResponse();
|
| buildCounterAttachmentsListResponse++;
|
| if (buildCounterAttachmentsListResponse < 3) {
|
| - o.items = buildUnnamed1249();
|
| + o.items = buildUnnamed1282();
|
| o.kind = "foo";
|
| }
|
| buildCounterAttachmentsListResponse--;
|
| @@ -168,7 +168,7 @@ buildAttachmentsListResponse() {
|
| checkAttachmentsListResponse(api.AttachmentsListResponse o) {
|
| buildCounterAttachmentsListResponse++;
|
| if (buildCounterAttachmentsListResponse < 3) {
|
| - checkUnnamed1249(o.items);
|
| + checkUnnamed1282(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAttachmentsListResponse--;
|
| @@ -214,53 +214,53 @@ checkCommand(api.Command o) {
|
| buildCounterCommand--;
|
| }
|
|
|
| -buildUnnamed1250() {
|
| +buildUnnamed1283() {
|
| var o = new core.List<api.Command>();
|
| o.add(buildCommand());
|
| o.add(buildCommand());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1250(core.List<api.Command> o) {
|
| +checkUnnamed1283(core.List<api.Command> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommand(o[0]);
|
| checkCommand(o[1]);
|
| }
|
|
|
| -buildUnnamed1251() {
|
| +buildUnnamed1284() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1251(core.List<core.String> o) {
|
| +checkUnnamed1284(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'));
|
| }
|
|
|
| -buildUnnamed1252() {
|
| +buildUnnamed1285() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1252(core.List<core.String> o) {
|
| +checkUnnamed1285(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'));
|
| }
|
|
|
| -buildUnnamed1253() {
|
| +buildUnnamed1286() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1253(core.List<core.String> o) {
|
| +checkUnnamed1286(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'));
|
| @@ -271,15 +271,15 @@ buildContact() {
|
| var o = new api.Contact();
|
| buildCounterContact++;
|
| if (buildCounterContact < 3) {
|
| - o.acceptCommands = buildUnnamed1250();
|
| - o.acceptTypes = buildUnnamed1251();
|
| + o.acceptCommands = buildUnnamed1283();
|
| + o.acceptTypes = buildUnnamed1284();
|
| o.displayName = "foo";
|
| o.id = "foo";
|
| - o.imageUrls = buildUnnamed1252();
|
| + o.imageUrls = buildUnnamed1285();
|
| o.kind = "foo";
|
| o.phoneNumber = "foo";
|
| o.priority = 42;
|
| - o.sharingFeatures = buildUnnamed1253();
|
| + o.sharingFeatures = buildUnnamed1286();
|
| o.source = "foo";
|
| o.speakableName = "foo";
|
| o.type = "foo";
|
| @@ -291,15 +291,15 @@ buildContact() {
|
| checkContact(api.Contact o) {
|
| buildCounterContact++;
|
| if (buildCounterContact < 3) {
|
| - checkUnnamed1250(o.acceptCommands);
|
| - checkUnnamed1251(o.acceptTypes);
|
| + checkUnnamed1283(o.acceptCommands);
|
| + checkUnnamed1284(o.acceptTypes);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1252(o.imageUrls);
|
| + checkUnnamed1285(o.imageUrls);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.phoneNumber, unittest.equals('foo'));
|
| unittest.expect(o.priority, unittest.equals(42));
|
| - checkUnnamed1253(o.sharingFeatures);
|
| + checkUnnamed1286(o.sharingFeatures);
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| unittest.expect(o.speakableName, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -307,14 +307,14 @@ checkContact(api.Contact o) {
|
| buildCounterContact--;
|
| }
|
|
|
| -buildUnnamed1254() {
|
| +buildUnnamed1287() {
|
| var o = new core.List<api.Contact>();
|
| o.add(buildContact());
|
| o.add(buildContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1254(core.List<api.Contact> o) {
|
| +checkUnnamed1287(core.List<api.Contact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContact(o[0]);
|
| checkContact(o[1]);
|
| @@ -325,7 +325,7 @@ buildContactsListResponse() {
|
| var o = new api.ContactsListResponse();
|
| buildCounterContactsListResponse++;
|
| if (buildCounterContactsListResponse < 3) {
|
| - o.items = buildUnnamed1254();
|
| + o.items = buildUnnamed1287();
|
| o.kind = "foo";
|
| }
|
| buildCounterContactsListResponse--;
|
| @@ -335,7 +335,7 @@ buildContactsListResponse() {
|
| checkContactsListResponse(api.ContactsListResponse o) {
|
| buildCounterContactsListResponse++;
|
| if (buildCounterContactsListResponse < 3) {
|
| - checkUnnamed1254(o.items);
|
| + checkUnnamed1287(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterContactsListResponse--;
|
| @@ -374,14 +374,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed1255() {
|
| +buildUnnamed1288() {
|
| var o = new core.List<api.Location>();
|
| o.add(buildLocation());
|
| o.add(buildLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1255(core.List<api.Location> o) {
|
| +checkUnnamed1288(core.List<api.Location> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocation(o[0]);
|
| checkLocation(o[1]);
|
| @@ -392,7 +392,7 @@ buildLocationsListResponse() {
|
| var o = new api.LocationsListResponse();
|
| buildCounterLocationsListResponse++;
|
| if (buildCounterLocationsListResponse < 3) {
|
| - o.items = buildUnnamed1255();
|
| + o.items = buildUnnamed1288();
|
| o.kind = "foo";
|
| }
|
| buildCounterLocationsListResponse--;
|
| @@ -402,20 +402,20 @@ buildLocationsListResponse() {
|
| checkLocationsListResponse(api.LocationsListResponse o) {
|
| buildCounterLocationsListResponse++;
|
| if (buildCounterLocationsListResponse < 3) {
|
| - checkUnnamed1255(o.items);
|
| + checkUnnamed1288(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterLocationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1256() {
|
| +buildUnnamed1289() {
|
| var o = new core.List<api.MenuValue>();
|
| o.add(buildMenuValue());
|
| o.add(buildMenuValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1256(core.List<api.MenuValue> o) {
|
| +checkUnnamed1289(core.List<api.MenuValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMenuValue(o[0]);
|
| checkMenuValue(o[1]);
|
| @@ -431,7 +431,7 @@ buildMenuItem() {
|
| o.id = "foo";
|
| o.payload = "foo";
|
| o.removeWhenSelected = true;
|
| - o.values = buildUnnamed1256();
|
| + o.values = buildUnnamed1289();
|
| }
|
| buildCounterMenuItem--;
|
| return o;
|
| @@ -445,7 +445,7 @@ checkMenuItem(api.MenuItem o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.payload, unittest.equals('foo'));
|
| unittest.expect(o.removeWhenSelected, unittest.isTrue);
|
| - checkUnnamed1256(o.values);
|
| + checkUnnamed1289(o.values);
|
| }
|
| buildCounterMenuItem--;
|
| }
|
| @@ -473,14 +473,14 @@ checkMenuValue(api.MenuValue o) {
|
| buildCounterMenuValue--;
|
| }
|
|
|
| -buildUnnamed1257() {
|
| +buildUnnamed1290() {
|
| var o = new core.List<api.UserAction>();
|
| o.add(buildUserAction());
|
| o.add(buildUserAction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1257(core.List<api.UserAction> o) {
|
| +checkUnnamed1290(core.List<api.UserAction> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserAction(o[0]);
|
| checkUserAction(o[1]);
|
| @@ -494,7 +494,7 @@ buildNotification() {
|
| o.collection = "foo";
|
| o.itemId = "foo";
|
| o.operation = "foo";
|
| - o.userActions = buildUnnamed1257();
|
| + o.userActions = buildUnnamed1290();
|
| o.userToken = "foo";
|
| o.verifyToken = "foo";
|
| }
|
| @@ -508,7 +508,7 @@ checkNotification(api.Notification o) {
|
| unittest.expect(o.collection, unittest.equals('foo'));
|
| unittest.expect(o.itemId, unittest.equals('foo'));
|
| unittest.expect(o.operation, unittest.equals('foo'));
|
| - checkUnnamed1257(o.userActions);
|
| + checkUnnamed1290(o.userActions);
|
| unittest.expect(o.userToken, unittest.equals('foo'));
|
| unittest.expect(o.verifyToken, unittest.equals('foo'));
|
| }
|
| @@ -559,14 +559,14 @@ checkSetting(api.Setting o) {
|
| buildCounterSetting--;
|
| }
|
|
|
| -buildUnnamed1258() {
|
| +buildUnnamed1291() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1258(core.List<core.String> o) {
|
| +checkUnnamed1291(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'));
|
| @@ -582,7 +582,7 @@ buildSubscription() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.notification = buildNotification();
|
| - o.operation = buildUnnamed1258();
|
| + o.operation = buildUnnamed1291();
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.userToken = "foo";
|
| o.verifyToken = "foo";
|
| @@ -599,7 +599,7 @@ checkSubscription(api.Subscription o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkNotification(o.notification);
|
| - checkUnnamed1258(o.operation);
|
| + checkUnnamed1291(o.operation);
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.userToken, unittest.equals('foo'));
|
| unittest.expect(o.verifyToken, unittest.equals('foo'));
|
| @@ -607,14 +607,14 @@ checkSubscription(api.Subscription o) {
|
| buildCounterSubscription--;
|
| }
|
|
|
| -buildUnnamed1259() {
|
| +buildUnnamed1292() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1259(core.List<api.Subscription> o) {
|
| +checkUnnamed1292(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -625,7 +625,7 @@ buildSubscriptionsListResponse() {
|
| var o = new api.SubscriptionsListResponse();
|
| buildCounterSubscriptionsListResponse++;
|
| if (buildCounterSubscriptionsListResponse < 3) {
|
| - o.items = buildUnnamed1259();
|
| + o.items = buildUnnamed1292();
|
| o.kind = "foo";
|
| }
|
| buildCounterSubscriptionsListResponse--;
|
| @@ -635,46 +635,46 @@ buildSubscriptionsListResponse() {
|
| checkSubscriptionsListResponse(api.SubscriptionsListResponse o) {
|
| buildCounterSubscriptionsListResponse++;
|
| if (buildCounterSubscriptionsListResponse < 3) {
|
| - checkUnnamed1259(o.items);
|
| + checkUnnamed1292(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterSubscriptionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1260() {
|
| +buildUnnamed1293() {
|
| var o = new core.List<api.Attachment>();
|
| o.add(buildAttachment());
|
| o.add(buildAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1260(core.List<api.Attachment> o) {
|
| +checkUnnamed1293(core.List<api.Attachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachment(o[0]);
|
| checkAttachment(o[1]);
|
| }
|
|
|
| -buildUnnamed1261() {
|
| +buildUnnamed1294() {
|
| var o = new core.List<api.MenuItem>();
|
| o.add(buildMenuItem());
|
| o.add(buildMenuItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1261(core.List<api.MenuItem> o) {
|
| +checkUnnamed1294(core.List<api.MenuItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMenuItem(o[0]);
|
| checkMenuItem(o[1]);
|
| }
|
|
|
| -buildUnnamed1262() {
|
| +buildUnnamed1295() {
|
| var o = new core.List<api.Contact>();
|
| o.add(buildContact());
|
| o.add(buildContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1262(core.List<api.Contact> o) {
|
| +checkUnnamed1295(core.List<api.Contact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContact(o[0]);
|
| checkContact(o[1]);
|
| @@ -685,7 +685,7 @@ buildTimelineItem() {
|
| var o = new api.TimelineItem();
|
| buildCounterTimelineItem++;
|
| if (buildCounterTimelineItem < 3) {
|
| - o.attachments = buildUnnamed1260();
|
| + o.attachments = buildUnnamed1293();
|
| o.bundleId = "foo";
|
| o.canonicalUrl = "foo";
|
| o.created = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -700,10 +700,10 @@ buildTimelineItem() {
|
| o.isPinned = true;
|
| o.kind = "foo";
|
| o.location = buildLocation();
|
| - o.menuItems = buildUnnamed1261();
|
| + o.menuItems = buildUnnamed1294();
|
| o.notification = buildNotificationConfig();
|
| o.pinScore = 42;
|
| - o.recipients = buildUnnamed1262();
|
| + o.recipients = buildUnnamed1295();
|
| o.selfLink = "foo";
|
| o.sourceItemId = "foo";
|
| o.speakableText = "foo";
|
| @@ -719,7 +719,7 @@ buildTimelineItem() {
|
| checkTimelineItem(api.TimelineItem o) {
|
| buildCounterTimelineItem++;
|
| if (buildCounterTimelineItem < 3) {
|
| - checkUnnamed1260(o.attachments);
|
| + checkUnnamed1293(o.attachments);
|
| unittest.expect(o.bundleId, unittest.equals('foo'));
|
| unittest.expect(o.canonicalUrl, unittest.equals('foo'));
|
| unittest.expect(o.created, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -734,10 +734,10 @@ checkTimelineItem(api.TimelineItem o) {
|
| unittest.expect(o.isPinned, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLocation(o.location);
|
| - checkUnnamed1261(o.menuItems);
|
| + checkUnnamed1294(o.menuItems);
|
| checkNotificationConfig(o.notification);
|
| unittest.expect(o.pinScore, unittest.equals(42));
|
| - checkUnnamed1262(o.recipients);
|
| + checkUnnamed1295(o.recipients);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.sourceItemId, unittest.equals('foo'));
|
| unittest.expect(o.speakableText, unittest.equals('foo'));
|
| @@ -749,14 +749,14 @@ checkTimelineItem(api.TimelineItem o) {
|
| buildCounterTimelineItem--;
|
| }
|
|
|
| -buildUnnamed1263() {
|
| +buildUnnamed1296() {
|
| var o = new core.List<api.TimelineItem>();
|
| o.add(buildTimelineItem());
|
| o.add(buildTimelineItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1263(core.List<api.TimelineItem> o) {
|
| +checkUnnamed1296(core.List<api.TimelineItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimelineItem(o[0]);
|
| checkTimelineItem(o[1]);
|
| @@ -767,7 +767,7 @@ buildTimelineListResponse() {
|
| var o = new api.TimelineListResponse();
|
| buildCounterTimelineListResponse++;
|
| if (buildCounterTimelineListResponse < 3) {
|
| - o.items = buildUnnamed1263();
|
| + o.items = buildUnnamed1296();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -778,7 +778,7 @@ buildTimelineListResponse() {
|
| checkTimelineListResponse(api.TimelineListResponse o) {
|
| buildCounterTimelineListResponse++;
|
| if (buildCounterTimelineListResponse < 3) {
|
| - checkUnnamed1263(o.items);
|
| + checkUnnamed1296(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
|
|