| Index: generated/googleapis/test/games/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
 | 
| index c53cbdf5c964193125f7d4fce6eb6eac91de8749..cbf110782e3f68cb8cd09f05b9b3b41b584e991c 100644
 | 
| --- a/generated/googleapis/test/games/v1_test.dart
 | 
| +++ b/generated/googleapis/test/games/v1_test.dart
 | 
| @@ -94,14 +94,14 @@ checkAchievementDefinition(api.AchievementDefinition o) {
 | 
|    buildCounterAchievementDefinition--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed34() {
 | 
| +buildUnnamed52() {
 | 
|    var o = new core.List<api.AchievementDefinition>();
 | 
|    o.add(buildAchievementDefinition());
 | 
|    o.add(buildAchievementDefinition());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed34(core.List<api.AchievementDefinition> o) {
 | 
| +checkUnnamed52(core.List<api.AchievementDefinition> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementDefinition(o[0]);
 | 
|    checkAchievementDefinition(o[1]);
 | 
| @@ -112,7 +112,7 @@ buildAchievementDefinitionsListResponse() {
 | 
|    var o = new api.AchievementDefinitionsListResponse();
 | 
|    buildCounterAchievementDefinitionsListResponse++;
 | 
|    if (buildCounterAchievementDefinitionsListResponse < 3) {
 | 
| -    o.items = buildUnnamed34();
 | 
| +    o.items = buildUnnamed52();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -123,7 +123,7 @@ buildAchievementDefinitionsListResponse() {
 | 
|  checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
 | 
|    buildCounterAchievementDefinitionsListResponse++;
 | 
|    if (buildCounterAchievementDefinitionsListResponse < 3) {
 | 
| -    checkUnnamed34(o.items);
 | 
| +    checkUnnamed52(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -218,14 +218,14 @@ checkAchievementUnlockResponse(api.AchievementUnlockResponse o) {
 | 
|    buildCounterAchievementUnlockResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed35() {
 | 
| +buildUnnamed53() {
 | 
|    var o = new core.List<api.AchievementUpdateRequest>();
 | 
|    o.add(buildAchievementUpdateRequest());
 | 
|    o.add(buildAchievementUpdateRequest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed35(core.List<api.AchievementUpdateRequest> o) {
 | 
| +checkUnnamed53(core.List<api.AchievementUpdateRequest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementUpdateRequest(o[0]);
 | 
|    checkAchievementUpdateRequest(o[1]);
 | 
| @@ -237,7 +237,7 @@ buildAchievementUpdateMultipleRequest() {
 | 
|    buildCounterAchievementUpdateMultipleRequest++;
 | 
|    if (buildCounterAchievementUpdateMultipleRequest < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updates = buildUnnamed35();
 | 
| +    o.updates = buildUnnamed53();
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleRequest--;
 | 
|    return o;
 | 
| @@ -247,19 +247,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
 | 
|    buildCounterAchievementUpdateMultipleRequest++;
 | 
|    if (buildCounterAchievementUpdateMultipleRequest < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed35(o.updates);
 | 
| +    checkUnnamed53(o.updates);
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed36() {
 | 
| +buildUnnamed54() {
 | 
|    var o = new core.List<api.AchievementUpdateResponse>();
 | 
|    o.add(buildAchievementUpdateResponse());
 | 
|    o.add(buildAchievementUpdateResponse());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed36(core.List<api.AchievementUpdateResponse> o) {
 | 
| +checkUnnamed54(core.List<api.AchievementUpdateResponse> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementUpdateResponse(o[0]);
 | 
|    checkAchievementUpdateResponse(o[1]);
 | 
| @@ -271,7 +271,7 @@ buildAchievementUpdateMultipleResponse() {
 | 
|    buildCounterAchievementUpdateMultipleResponse++;
 | 
|    if (buildCounterAchievementUpdateMultipleResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updatedAchievements = buildUnnamed36();
 | 
| +    o.updatedAchievements = buildUnnamed54();
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleResponse--;
 | 
|    return o;
 | 
| @@ -281,7 +281,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
 | 
|    buildCounterAchievementUpdateMultipleResponse++;
 | 
|    if (buildCounterAchievementUpdateMultipleResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed36(o.updatedAchievements);
 | 
| +    checkUnnamed54(o.updatedAchievements);
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleResponse--;
 | 
|  }
 | 
| @@ -392,40 +392,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
 | 
|    buildCounterAnonymousPlayer--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed37() {
 | 
| +buildUnnamed55() {
 | 
|    var o = new core.List<api.ImageAsset>();
 | 
|    o.add(buildImageAsset());
 | 
|    o.add(buildImageAsset());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed37(core.List<api.ImageAsset> o) {
 | 
| +checkUnnamed55(core.List<api.ImageAsset> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkImageAsset(o[0]);
 | 
|    checkImageAsset(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed38() {
 | 
| +buildUnnamed56() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed38(core.List<core.String> o) {
 | 
| +checkUnnamed56(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed39() {
 | 
| +buildUnnamed57() {
 | 
|    var o = new core.List<api.Instance>();
 | 
|    o.add(buildInstance());
 | 
|    o.add(buildInstance());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed39(core.List<api.Instance> o) {
 | 
| +checkUnnamed57(core.List<api.Instance> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInstance(o[0]);
 | 
|    checkInstance(o[1]);
 | 
| @@ -437,13 +437,13 @@ buildApplication() {
 | 
|    buildCounterApplication++;
 | 
|    if (buildCounterApplication < 3) {
 | 
|      o.achievementCount = 42;
 | 
| -    o.assets = buildUnnamed37();
 | 
| +    o.assets = buildUnnamed55();
 | 
|      o.author = "foo";
 | 
|      o.category = buildApplicationCategory();
 | 
|      o.description = "foo";
 | 
| -    o.enabledFeatures = buildUnnamed38();
 | 
| +    o.enabledFeatures = buildUnnamed56();
 | 
|      o.id = "foo";
 | 
| -    o.instances = buildUnnamed39();
 | 
| +    o.instances = buildUnnamed57();
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdatedTimestamp = "foo";
 | 
|      o.leaderboardCount = 42;
 | 
| @@ -458,13 +458,13 @@ checkApplication(api.Application o) {
 | 
|    buildCounterApplication++;
 | 
|    if (buildCounterApplication < 3) {
 | 
|      unittest.expect(o.achievementCount, unittest.equals(42));
 | 
| -    checkUnnamed37(o.assets);
 | 
| +    checkUnnamed55(o.assets);
 | 
|      unittest.expect(o.author, unittest.equals('foo'));
 | 
|      checkApplicationCategory(o.category);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed38(o.enabledFeatures);
 | 
| +    checkUnnamed56(o.enabledFeatures);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed39(o.instances);
 | 
| +    checkUnnamed57(o.instances);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo'));
 | 
|      unittest.expect(o.leaderboardCount, unittest.equals(42));
 | 
| @@ -543,14 +543,14 @@ checkCategory(api.Category o) {
 | 
|    buildCounterCategory--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed40() {
 | 
| +buildUnnamed58() {
 | 
|    var o = new core.List<api.Category>();
 | 
|    o.add(buildCategory());
 | 
|    o.add(buildCategory());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed40(core.List<api.Category> o) {
 | 
| +checkUnnamed58(core.List<api.Category> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCategory(o[0]);
 | 
|    checkCategory(o[1]);
 | 
| @@ -561,7 +561,7 @@ buildCategoryListResponse() {
 | 
|    var o = new api.CategoryListResponse();
 | 
|    buildCounterCategoryListResponse++;
 | 
|    if (buildCounterCategoryListResponse < 3) {
 | 
| -    o.items = buildUnnamed40();
 | 
| +    o.items = buildUnnamed58();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -572,7 +572,7 @@ buildCategoryListResponse() {
 | 
|  checkCategoryListResponse(api.CategoryListResponse o) {
 | 
|    buildCounterCategoryListResponse++;
 | 
|    if (buildCounterCategoryListResponse < 3) {
 | 
| -    checkUnnamed40(o.items);
 | 
| +    checkUnnamed58(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -623,14 +623,14 @@ checkEventChild(api.EventChild o) {
 | 
|    buildCounterEventChild--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed41() {
 | 
| +buildUnnamed59() {
 | 
|    var o = new core.List<api.EventChild>();
 | 
|    o.add(buildEventChild());
 | 
|    o.add(buildEventChild());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed41(core.List<api.EventChild> o) {
 | 
| +checkUnnamed59(core.List<api.EventChild> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventChild(o[0]);
 | 
|    checkEventChild(o[1]);
 | 
| @@ -641,7 +641,7 @@ buildEventDefinition() {
 | 
|    var o = new api.EventDefinition();
 | 
|    buildCounterEventDefinition++;
 | 
|    if (buildCounterEventDefinition < 3) {
 | 
| -    o.childEvents = buildUnnamed41();
 | 
| +    o.childEvents = buildUnnamed59();
 | 
|      o.description = "foo";
 | 
|      o.displayName = "foo";
 | 
|      o.id = "foo";
 | 
| @@ -657,7 +657,7 @@ buildEventDefinition() {
 | 
|  checkEventDefinition(api.EventDefinition o) {
 | 
|    buildCounterEventDefinition++;
 | 
|    if (buildCounterEventDefinition < 3) {
 | 
| -    checkUnnamed41(o.childEvents);
 | 
| +    checkUnnamed59(o.childEvents);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayName, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| @@ -669,14 +669,14 @@ checkEventDefinition(api.EventDefinition o) {
 | 
|    buildCounterEventDefinition--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed42() {
 | 
| +buildUnnamed60() {
 | 
|    var o = new core.List<api.EventDefinition>();
 | 
|    o.add(buildEventDefinition());
 | 
|    o.add(buildEventDefinition());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed42(core.List<api.EventDefinition> o) {
 | 
| +checkUnnamed60(core.List<api.EventDefinition> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventDefinition(o[0]);
 | 
|    checkEventDefinition(o[1]);
 | 
| @@ -687,7 +687,7 @@ buildEventDefinitionListResponse() {
 | 
|    var o = new api.EventDefinitionListResponse();
 | 
|    buildCounterEventDefinitionListResponse++;
 | 
|    if (buildCounterEventDefinitionListResponse < 3) {
 | 
| -    o.items = buildUnnamed42();
 | 
| +    o.items = buildUnnamed60();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -698,7 +698,7 @@ buildEventDefinitionListResponse() {
 | 
|  checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
 | 
|    buildCounterEventDefinitionListResponse++;
 | 
|    if (buildCounterEventDefinitionListResponse < 3) {
 | 
| -    checkUnnamed42(o.items);
 | 
| +    checkUnnamed60(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -728,14 +728,14 @@ checkEventPeriodRange(api.EventPeriodRange o) {
 | 
|    buildCounterEventPeriodRange--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed43() {
 | 
| +buildUnnamed61() {
 | 
|    var o = new core.List<api.EventUpdateRequest>();
 | 
|    o.add(buildEventUpdateRequest());
 | 
|    o.add(buildEventUpdateRequest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed43(core.List<api.EventUpdateRequest> o) {
 | 
| +checkUnnamed61(core.List<api.EventUpdateRequest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventUpdateRequest(o[0]);
 | 
|    checkEventUpdateRequest(o[1]);
 | 
| @@ -748,7 +748,7 @@ buildEventPeriodUpdate() {
 | 
|    if (buildCounterEventPeriodUpdate < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.timePeriod = buildEventPeriodRange();
 | 
| -    o.updates = buildUnnamed43();
 | 
| +    o.updates = buildUnnamed61();
 | 
|    }
 | 
|    buildCounterEventPeriodUpdate--;
 | 
|    return o;
 | 
| @@ -759,7 +759,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
 | 
|    if (buildCounterEventPeriodUpdate < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkEventPeriodRange(o.timePeriod);
 | 
| -    checkUnnamed43(o.updates);
 | 
| +    checkUnnamed61(o.updates);
 | 
|    }
 | 
|    buildCounterEventPeriodUpdate--;
 | 
|  }
 | 
| @@ -787,14 +787,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
 | 
|    buildCounterEventRecordFailure--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed44() {
 | 
| +buildUnnamed62() {
 | 
|    var o = new core.List<api.EventPeriodUpdate>();
 | 
|    o.add(buildEventPeriodUpdate());
 | 
|    o.add(buildEventPeriodUpdate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed44(core.List<api.EventPeriodUpdate> o) {
 | 
| +checkUnnamed62(core.List<api.EventPeriodUpdate> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventPeriodUpdate(o[0]);
 | 
|    checkEventPeriodUpdate(o[1]);
 | 
| @@ -808,7 +808,7 @@ buildEventRecordRequest() {
 | 
|      o.currentTimeMillis = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.requestId = "foo";
 | 
| -    o.timePeriods = buildUnnamed44();
 | 
| +    o.timePeriods = buildUnnamed62();
 | 
|    }
 | 
|    buildCounterEventRecordRequest--;
 | 
|    return o;
 | 
| @@ -820,7 +820,7 @@ checkEventRecordRequest(api.EventRecordRequest o) {
 | 
|      unittest.expect(o.currentTimeMillis, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.requestId, unittest.equals('foo'));
 | 
| -    checkUnnamed44(o.timePeriods);
 | 
| +    checkUnnamed62(o.timePeriods);
 | 
|    }
 | 
|    buildCounterEventRecordRequest--;
 | 
|  }
 | 
| @@ -848,40 +848,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
 | 
|    buildCounterEventUpdateRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed45() {
 | 
| +buildUnnamed63() {
 | 
|    var o = new core.List<api.EventBatchRecordFailure>();
 | 
|    o.add(buildEventBatchRecordFailure());
 | 
|    o.add(buildEventBatchRecordFailure());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed45(core.List<api.EventBatchRecordFailure> o) {
 | 
| +checkUnnamed63(core.List<api.EventBatchRecordFailure> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventBatchRecordFailure(o[0]);
 | 
|    checkEventBatchRecordFailure(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed46() {
 | 
| +buildUnnamed64() {
 | 
|    var o = new core.List<api.EventRecordFailure>();
 | 
|    o.add(buildEventRecordFailure());
 | 
|    o.add(buildEventRecordFailure());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed46(core.List<api.EventRecordFailure> o) {
 | 
| +checkUnnamed64(core.List<api.EventRecordFailure> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventRecordFailure(o[0]);
 | 
|    checkEventRecordFailure(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed47() {
 | 
| +buildUnnamed65() {
 | 
|    var o = new core.List<api.PlayerEvent>();
 | 
|    o.add(buildPlayerEvent());
 | 
|    o.add(buildPlayerEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed47(core.List<api.PlayerEvent> o) {
 | 
| +checkUnnamed65(core.List<api.PlayerEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerEvent(o[0]);
 | 
|    checkPlayerEvent(o[1]);
 | 
| @@ -892,10 +892,10 @@ buildEventUpdateResponse() {
 | 
|    var o = new api.EventUpdateResponse();
 | 
|    buildCounterEventUpdateResponse++;
 | 
|    if (buildCounterEventUpdateResponse < 3) {
 | 
| -    o.batchFailures = buildUnnamed45();
 | 
| -    o.eventFailures = buildUnnamed46();
 | 
| +    o.batchFailures = buildUnnamed63();
 | 
| +    o.eventFailures = buildUnnamed64();
 | 
|      o.kind = "foo";
 | 
| -    o.playerEvents = buildUnnamed47();
 | 
| +    o.playerEvents = buildUnnamed65();
 | 
|    }
 | 
|    buildCounterEventUpdateResponse--;
 | 
|    return o;
 | 
| @@ -904,10 +904,10 @@ buildEventUpdateResponse() {
 | 
|  checkEventUpdateResponse(api.EventUpdateResponse o) {
 | 
|    buildCounterEventUpdateResponse++;
 | 
|    if (buildCounterEventUpdateResponse < 3) {
 | 
| -    checkUnnamed45(o.batchFailures);
 | 
| -    checkUnnamed46(o.eventFailures);
 | 
| +    checkUnnamed63(o.batchFailures);
 | 
| +    checkUnnamed64(o.eventFailures);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed47(o.playerEvents);
 | 
| +    checkUnnamed65(o.playerEvents);
 | 
|    }
 | 
|    buildCounterEventUpdateResponse--;
 | 
|  }
 | 
| @@ -1161,14 +1161,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
 | 
|    buildCounterLeaderboardEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed48() {
 | 
| +buildUnnamed66() {
 | 
|    var o = new core.List<api.Leaderboard>();
 | 
|    o.add(buildLeaderboard());
 | 
|    o.add(buildLeaderboard());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed48(core.List<api.Leaderboard> o) {
 | 
| +checkUnnamed66(core.List<api.Leaderboard> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLeaderboard(o[0]);
 | 
|    checkLeaderboard(o[1]);
 | 
| @@ -1179,7 +1179,7 @@ buildLeaderboardListResponse() {
 | 
|    var o = new api.LeaderboardListResponse();
 | 
|    buildCounterLeaderboardListResponse++;
 | 
|    if (buildCounterLeaderboardListResponse < 3) {
 | 
| -    o.items = buildUnnamed48();
 | 
| +    o.items = buildUnnamed66();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1190,7 +1190,7 @@ buildLeaderboardListResponse() {
 | 
|  checkLeaderboardListResponse(api.LeaderboardListResponse o) {
 | 
|    buildCounterLeaderboardListResponse++;
 | 
|    if (buildCounterLeaderboardListResponse < 3) {
 | 
| -    checkUnnamed48(o.items);
 | 
| +    checkUnnamed66(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1224,14 +1224,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) {
 | 
|    buildCounterLeaderboardScoreRank--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed49() {
 | 
| +buildUnnamed67() {
 | 
|    var o = new core.List<api.LeaderboardEntry>();
 | 
|    o.add(buildLeaderboardEntry());
 | 
|    o.add(buildLeaderboardEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed49(core.List<api.LeaderboardEntry> o) {
 | 
| +checkUnnamed67(core.List<api.LeaderboardEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLeaderboardEntry(o[0]);
 | 
|    checkLeaderboardEntry(o[1]);
 | 
| @@ -1242,7 +1242,7 @@ buildLeaderboardScores() {
 | 
|    var o = new api.LeaderboardScores();
 | 
|    buildCounterLeaderboardScores++;
 | 
|    if (buildCounterLeaderboardScores < 3) {
 | 
| -    o.items = buildUnnamed49();
 | 
| +    o.items = buildUnnamed67();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.numScores = "foo";
 | 
| @@ -1256,7 +1256,7 @@ buildLeaderboardScores() {
 | 
|  checkLeaderboardScores(api.LeaderboardScores o) {
 | 
|    buildCounterLeaderboardScores++;
 | 
|    if (buildCounterLeaderboardScores < 3) {
 | 
| -    checkUnnamed49(o.items);
 | 
| +    checkUnnamed67(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.numScores, unittest.equals('foo'));
 | 
| @@ -1266,14 +1266,14 @@ checkLeaderboardScores(api.LeaderboardScores o) {
 | 
|    buildCounterLeaderboardScores--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed50() {
 | 
| +buildUnnamed68() {
 | 
|    var o = new core.List<api.PlayerLevel>();
 | 
|    o.add(buildPlayerLevel());
 | 
|    o.add(buildPlayerLevel());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed50(core.List<api.PlayerLevel> o) {
 | 
| +checkUnnamed68(core.List<api.PlayerLevel> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerLevel(o[0]);
 | 
|    checkPlayerLevel(o[1]);
 | 
| @@ -1286,7 +1286,7 @@ buildMetagameConfig() {
 | 
|    if (buildCounterMetagameConfig < 3) {
 | 
|      o.currentVersion = 42;
 | 
|      o.kind = "foo";
 | 
| -    o.playerLevels = buildUnnamed50();
 | 
| +    o.playerLevels = buildUnnamed68();
 | 
|    }
 | 
|    buildCounterMetagameConfig--;
 | 
|    return o;
 | 
| @@ -1297,7 +1297,7 @@ checkMetagameConfig(api.MetagameConfig o) {
 | 
|    if (buildCounterMetagameConfig < 3) {
 | 
|      unittest.expect(o.currentVersion, unittest.equals(42));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed50(o.playerLevels);
 | 
| +    checkUnnamed68(o.playerLevels);
 | 
|    }
 | 
|    buildCounterMetagameConfig--;
 | 
|  }
 | 
| @@ -1534,14 +1534,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
 | 
|    buildCounterPlayerAchievement--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed51() {
 | 
| +buildUnnamed69() {
 | 
|    var o = new core.List<api.PlayerAchievement>();
 | 
|    o.add(buildPlayerAchievement());
 | 
|    o.add(buildPlayerAchievement());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed51(core.List<api.PlayerAchievement> o) {
 | 
| +checkUnnamed69(core.List<api.PlayerAchievement> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerAchievement(o[0]);
 | 
|    checkPlayerAchievement(o[1]);
 | 
| @@ -1552,7 +1552,7 @@ buildPlayerAchievementListResponse() {
 | 
|    var o = new api.PlayerAchievementListResponse();
 | 
|    buildCounterPlayerAchievementListResponse++;
 | 
|    if (buildCounterPlayerAchievementListResponse < 3) {
 | 
| -    o.items = buildUnnamed51();
 | 
| +    o.items = buildUnnamed69();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1563,7 +1563,7 @@ buildPlayerAchievementListResponse() {
 | 
|  checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
 | 
|    buildCounterPlayerAchievementListResponse++;
 | 
|    if (buildCounterPlayerAchievementListResponse < 3) {
 | 
| -    checkUnnamed51(o.items);
 | 
| +    checkUnnamed69(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1597,14 +1597,14 @@ checkPlayerEvent(api.PlayerEvent o) {
 | 
|    buildCounterPlayerEvent--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed52() {
 | 
| +buildUnnamed70() {
 | 
|    var o = new core.List<api.PlayerEvent>();
 | 
|    o.add(buildPlayerEvent());
 | 
|    o.add(buildPlayerEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed52(core.List<api.PlayerEvent> o) {
 | 
| +checkUnnamed70(core.List<api.PlayerEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerEvent(o[0]);
 | 
|    checkPlayerEvent(o[1]);
 | 
| @@ -1615,7 +1615,7 @@ buildPlayerEventListResponse() {
 | 
|    var o = new api.PlayerEventListResponse();
 | 
|    buildCounterPlayerEventListResponse++;
 | 
|    if (buildCounterPlayerEventListResponse < 3) {
 | 
| -    o.items = buildUnnamed52();
 | 
| +    o.items = buildUnnamed70();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1626,7 +1626,7 @@ buildPlayerEventListResponse() {
 | 
|  checkPlayerEventListResponse(api.PlayerEventListResponse o) {
 | 
|    buildCounterPlayerEventListResponse++;
 | 
|    if (buildCounterPlayerEventListResponse < 3) {
 | 
| -    checkUnnamed52(o.items);
 | 
| +    checkUnnamed70(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1695,14 +1695,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) {
 | 
|    buildCounterPlayerLeaderboardScore--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed53() {
 | 
| +buildUnnamed71() {
 | 
|    var o = new core.List<api.PlayerLeaderboardScore>();
 | 
|    o.add(buildPlayerLeaderboardScore());
 | 
|    o.add(buildPlayerLeaderboardScore());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed53(core.List<api.PlayerLeaderboardScore> o) {
 | 
| +checkUnnamed71(core.List<api.PlayerLeaderboardScore> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerLeaderboardScore(o[0]);
 | 
|    checkPlayerLeaderboardScore(o[1]);
 | 
| @@ -1713,7 +1713,7 @@ buildPlayerLeaderboardScoreListResponse() {
 | 
|    var o = new api.PlayerLeaderboardScoreListResponse();
 | 
|    buildCounterPlayerLeaderboardScoreListResponse++;
 | 
|    if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
 | 
| -    o.items = buildUnnamed53();
 | 
| +    o.items = buildUnnamed71();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.player = buildPlayer();
 | 
| @@ -1725,7 +1725,7 @@ buildPlayerLeaderboardScoreListResponse() {
 | 
|  checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
 | 
|    buildCounterPlayerLeaderboardScoreListResponse++;
 | 
|    if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
 | 
| -    checkUnnamed53(o.items);
 | 
| +    checkUnnamed71(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      checkPlayer(o.player);
 | 
| @@ -1758,14 +1758,14 @@ checkPlayerLevel(api.PlayerLevel o) {
 | 
|    buildCounterPlayerLevel--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed54() {
 | 
| +buildUnnamed72() {
 | 
|    var o = new core.List<api.Player>();
 | 
|    o.add(buildPlayer());
 | 
|    o.add(buildPlayer());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed54(core.List<api.Player> o) {
 | 
| +checkUnnamed72(core.List<api.Player> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayer(o[0]);
 | 
|    checkPlayer(o[1]);
 | 
| @@ -1776,7 +1776,7 @@ buildPlayerListResponse() {
 | 
|    var o = new api.PlayerListResponse();
 | 
|    buildCounterPlayerListResponse++;
 | 
|    if (buildCounterPlayerListResponse < 3) {
 | 
| -    o.items = buildUnnamed54();
 | 
| +    o.items = buildUnnamed72();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1787,7 +1787,7 @@ buildPlayerListResponse() {
 | 
|  checkPlayerListResponse(api.PlayerListResponse o) {
 | 
|    buildCounterPlayerListResponse++;
 | 
|    if (buildCounterPlayerListResponse < 3) {
 | 
| -    checkUnnamed54(o.items);
 | 
| +    checkUnnamed72(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1821,14 +1821,14 @@ checkPlayerScore(api.PlayerScore o) {
 | 
|    buildCounterPlayerScore--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed55() {
 | 
| +buildUnnamed73() {
 | 
|    var o = new core.List<api.PlayerScoreResponse>();
 | 
|    o.add(buildPlayerScoreResponse());
 | 
|    o.add(buildPlayerScoreResponse());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed55(core.List<api.PlayerScoreResponse> o) {
 | 
| +checkUnnamed73(core.List<api.PlayerScoreResponse> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerScoreResponse(o[0]);
 | 
|    checkPlayerScoreResponse(o[1]);
 | 
| @@ -1840,7 +1840,7 @@ buildPlayerScoreListResponse() {
 | 
|    buildCounterPlayerScoreListResponse++;
 | 
|    if (buildCounterPlayerScoreListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.submittedScores = buildUnnamed55();
 | 
| +    o.submittedScores = buildUnnamed73();
 | 
|    }
 | 
|    buildCounterPlayerScoreListResponse--;
 | 
|    return o;
 | 
| @@ -1850,32 +1850,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
 | 
|    buildCounterPlayerScoreListResponse++;
 | 
|    if (buildCounterPlayerScoreListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed55(o.submittedScores);
 | 
| +    checkUnnamed73(o.submittedScores);
 | 
|    }
 | 
|    buildCounterPlayerScoreListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed56() {
 | 
| +buildUnnamed74() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed56(core.List<core.String> o) {
 | 
| +checkUnnamed74(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed57() {
 | 
| +buildUnnamed75() {
 | 
|    var o = new core.List<api.PlayerScore>();
 | 
|    o.add(buildPlayerScore());
 | 
|    o.add(buildPlayerScore());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed57(core.List<api.PlayerScore> o) {
 | 
| +checkUnnamed75(core.List<api.PlayerScore> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerScore(o[0]);
 | 
|    checkPlayerScore(o[1]);
 | 
| @@ -1886,12 +1886,12 @@ buildPlayerScoreResponse() {
 | 
|    var o = new api.PlayerScoreResponse();
 | 
|    buildCounterPlayerScoreResponse++;
 | 
|    if (buildCounterPlayerScoreResponse < 3) {
 | 
| -    o.beatenScoreTimeSpans = buildUnnamed56();
 | 
| +    o.beatenScoreTimeSpans = buildUnnamed74();
 | 
|      o.formattedScore = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.leaderboardId = "foo";
 | 
|      o.scoreTag = "foo";
 | 
| -    o.unbeatenScores = buildUnnamed57();
 | 
| +    o.unbeatenScores = buildUnnamed75();
 | 
|    }
 | 
|    buildCounterPlayerScoreResponse--;
 | 
|    return o;
 | 
| @@ -1900,24 +1900,24 @@ buildPlayerScoreResponse() {
 | 
|  checkPlayerScoreResponse(api.PlayerScoreResponse o) {
 | 
|    buildCounterPlayerScoreResponse++;
 | 
|    if (buildCounterPlayerScoreResponse < 3) {
 | 
| -    checkUnnamed56(o.beatenScoreTimeSpans);
 | 
| +    checkUnnamed74(o.beatenScoreTimeSpans);
 | 
|      unittest.expect(o.formattedScore, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.leaderboardId, unittest.equals('foo'));
 | 
|      unittest.expect(o.scoreTag, unittest.equals('foo'));
 | 
| -    checkUnnamed57(o.unbeatenScores);
 | 
| +    checkUnnamed75(o.unbeatenScores);
 | 
|    }
 | 
|    buildCounterPlayerScoreResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed58() {
 | 
| +buildUnnamed76() {
 | 
|    var o = new core.List<api.ScoreSubmission>();
 | 
|    o.add(buildScoreSubmission());
 | 
|    o.add(buildScoreSubmission());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed58(core.List<api.ScoreSubmission> o) {
 | 
| +checkUnnamed76(core.List<api.ScoreSubmission> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkScoreSubmission(o[0]);
 | 
|    checkScoreSubmission(o[1]);
 | 
| @@ -1929,7 +1929,7 @@ buildPlayerScoreSubmissionList() {
 | 
|    buildCounterPlayerScoreSubmissionList++;
 | 
|    if (buildCounterPlayerScoreSubmissionList < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.scores = buildUnnamed58();
 | 
| +    o.scores = buildUnnamed76();
 | 
|    }
 | 
|    buildCounterPlayerScoreSubmissionList--;
 | 
|    return o;
 | 
| @@ -1939,7 +1939,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
 | 
|    buildCounterPlayerScoreSubmissionList++;
 | 
|    if (buildCounterPlayerScoreSubmissionList < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed58(o.scores);
 | 
| +    checkUnnamed76(o.scores);
 | 
|    }
 | 
|    buildCounterPlayerScoreSubmissionList--;
 | 
|  }
 | 
| @@ -2032,14 +2032,14 @@ checkPushTokenId(api.PushTokenId o) {
 | 
|    buildCounterPushTokenId--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed59() {
 | 
| +buildUnnamed77() {
 | 
|    var o = new core.List<api.QuestMilestone>();
 | 
|    o.add(buildQuestMilestone());
 | 
|    o.add(buildQuestMilestone());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed59(core.List<api.QuestMilestone> o) {
 | 
| +checkUnnamed77(core.List<api.QuestMilestone> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuestMilestone(o[0]);
 | 
|    checkQuestMilestone(o[1]);
 | 
| @@ -2061,7 +2061,7 @@ buildQuest() {
 | 
|      o.isDefaultIconUrl = true;
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdatedTimestampMillis = "foo";
 | 
| -    o.milestones = buildUnnamed59();
 | 
| +    o.milestones = buildUnnamed77();
 | 
|      o.name = "foo";
 | 
|      o.notifyTimestampMillis = "foo";
 | 
|      o.startTimestampMillis = "foo";
 | 
| @@ -2085,7 +2085,7 @@ checkQuest(api.Quest o) {
 | 
|      unittest.expect(o.isDefaultIconUrl, unittest.isTrue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastUpdatedTimestampMillis, unittest.equals('foo'));
 | 
| -    checkUnnamed59(o.milestones);
 | 
| +    checkUnnamed77(o.milestones);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.notifyTimestampMillis, unittest.equals('foo'));
 | 
|      unittest.expect(o.startTimestampMillis, unittest.equals('foo'));
 | 
| @@ -2144,14 +2144,14 @@ checkQuestCriterion(api.QuestCriterion o) {
 | 
|    buildCounterQuestCriterion--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed60() {
 | 
| +buildUnnamed78() {
 | 
|    var o = new core.List<api.Quest>();
 | 
|    o.add(buildQuest());
 | 
|    o.add(buildQuest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed60(core.List<api.Quest> o) {
 | 
| +checkUnnamed78(core.List<api.Quest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuest(o[0]);
 | 
|    checkQuest(o[1]);
 | 
| @@ -2162,7 +2162,7 @@ buildQuestListResponse() {
 | 
|    var o = new api.QuestListResponse();
 | 
|    buildCounterQuestListResponse++;
 | 
|    if (buildCounterQuestListResponse < 3) {
 | 
| -    o.items = buildUnnamed60();
 | 
| +    o.items = buildUnnamed78();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2173,21 +2173,21 @@ buildQuestListResponse() {
 | 
|  checkQuestListResponse(api.QuestListResponse o) {
 | 
|    buildCounterQuestListResponse++;
 | 
|    if (buildCounterQuestListResponse < 3) {
 | 
| -    checkUnnamed60(o.items);
 | 
| +    checkUnnamed78(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterQuestListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed61() {
 | 
| +buildUnnamed79() {
 | 
|    var o = new core.List<api.QuestCriterion>();
 | 
|    o.add(buildQuestCriterion());
 | 
|    o.add(buildQuestCriterion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed61(core.List<api.QuestCriterion> o) {
 | 
| +checkUnnamed79(core.List<api.QuestCriterion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuestCriterion(o[0]);
 | 
|    checkQuestCriterion(o[1]);
 | 
| @@ -2199,7 +2199,7 @@ buildQuestMilestone() {
 | 
|    buildCounterQuestMilestone++;
 | 
|    if (buildCounterQuestMilestone < 3) {
 | 
|      o.completionRewardData = "foo";
 | 
| -    o.criteria = buildUnnamed61();
 | 
| +    o.criteria = buildUnnamed79();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.state = "foo";
 | 
| @@ -2212,7 +2212,7 @@ checkQuestMilestone(api.QuestMilestone o) {
 | 
|    buildCounterQuestMilestone++;
 | 
|    if (buildCounterQuestMilestone < 3) {
 | 
|      unittest.expect(o.completionRewardData, unittest.equals('foo'));
 | 
| -    checkUnnamed61(o.criteria);
 | 
| +    checkUnnamed79(o.criteria);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.state, unittest.equals('foo'));
 | 
| @@ -2243,14 +2243,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) {
 | 
|    buildCounterRevisionCheckResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed62() {
 | 
| +buildUnnamed80() {
 | 
|    var o = new core.List<api.RoomParticipant>();
 | 
|    o.add(buildRoomParticipant());
 | 
|    o.add(buildRoomParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed62(core.List<api.RoomParticipant> o) {
 | 
| +checkUnnamed80(core.List<api.RoomParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomParticipant(o[0]);
 | 
|    checkRoomParticipant(o[1]);
 | 
| @@ -2269,7 +2269,7 @@ buildRoom() {
 | 
|      o.inviterId = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdateDetails = buildRoomModification();
 | 
| -    o.participants = buildUnnamed62();
 | 
| +    o.participants = buildUnnamed80();
 | 
|      o.roomId = "foo";
 | 
|      o.roomStatusVersion = 42;
 | 
|      o.status = "foo";
 | 
| @@ -2290,7 +2290,7 @@ checkRoom(api.Room o) {
 | 
|      unittest.expect(o.inviterId, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkRoomModification(o.lastUpdateDetails);
 | 
| -    checkUnnamed62(o.participants);
 | 
| +    checkUnnamed80(o.participants);
 | 
|      unittest.expect(o.roomId, unittest.equals('foo'));
 | 
|      unittest.expect(o.roomStatusVersion, unittest.equals(42));
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
| @@ -2366,27 +2366,27 @@ checkRoomClientAddress(api.RoomClientAddress o) {
 | 
|    buildCounterRoomClientAddress--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed63() {
 | 
| +buildUnnamed81() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed63(core.List<core.String> o) {
 | 
| +checkUnnamed81(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed64() {
 | 
| +buildUnnamed82() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed64(core.List<core.String> o) {
 | 
| +checkUnnamed82(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'));
 | 
| @@ -2398,9 +2398,9 @@ buildRoomCreateRequest() {
 | 
|    buildCounterRoomCreateRequest++;
 | 
|    if (buildCounterRoomCreateRequest < 3) {
 | 
|      o.autoMatchingCriteria = buildRoomAutoMatchingCriteria();
 | 
| -    o.capabilities = buildUnnamed63();
 | 
| +    o.capabilities = buildUnnamed81();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
| -    o.invitedPlayerIds = buildUnnamed64();
 | 
| +    o.invitedPlayerIds = buildUnnamed82();
 | 
|      o.kind = "foo";
 | 
|      o.networkDiagnostics = buildNetworkDiagnostics();
 | 
|      o.requestId = "foo";
 | 
| @@ -2414,9 +2414,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
 | 
|    buildCounterRoomCreateRequest++;
 | 
|    if (buildCounterRoomCreateRequest < 3) {
 | 
|      checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
 | 
| -    checkUnnamed63(o.capabilities);
 | 
| +    checkUnnamed81(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
| -    checkUnnamed64(o.invitedPlayerIds);
 | 
| +    checkUnnamed82(o.invitedPlayerIds);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkNetworkDiagnostics(o.networkDiagnostics);
 | 
|      unittest.expect(o.requestId, unittest.equals('foo'));
 | 
| @@ -2425,14 +2425,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
 | 
|    buildCounterRoomCreateRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed65() {
 | 
| +buildUnnamed83() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed65(core.List<core.String> o) {
 | 
| +checkUnnamed83(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'));
 | 
| @@ -2443,7 +2443,7 @@ buildRoomJoinRequest() {
 | 
|    var o = new api.RoomJoinRequest();
 | 
|    buildCounterRoomJoinRequest++;
 | 
|    if (buildCounterRoomJoinRequest < 3) {
 | 
| -    o.capabilities = buildUnnamed65();
 | 
| +    o.capabilities = buildUnnamed83();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
|      o.kind = "foo";
 | 
|      o.networkDiagnostics = buildNetworkDiagnostics();
 | 
| @@ -2455,7 +2455,7 @@ buildRoomJoinRequest() {
 | 
|  checkRoomJoinRequest(api.RoomJoinRequest o) {
 | 
|    buildCounterRoomJoinRequest++;
 | 
|    if (buildCounterRoomJoinRequest < 3) {
 | 
| -    checkUnnamed65(o.capabilities);
 | 
| +    checkUnnamed83(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkNetworkDiagnostics(o.networkDiagnostics);
 | 
| @@ -2463,14 +2463,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
 | 
|    buildCounterRoomJoinRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed66() {
 | 
| +buildUnnamed84() {
 | 
|    var o = new core.List<api.PeerSessionDiagnostics>();
 | 
|    o.add(buildPeerSessionDiagnostics());
 | 
|    o.add(buildPeerSessionDiagnostics());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed66(core.List<api.PeerSessionDiagnostics> o) {
 | 
| +checkUnnamed84(core.List<api.PeerSessionDiagnostics> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPeerSessionDiagnostics(o[0]);
 | 
|    checkPeerSessionDiagnostics(o[1]);
 | 
| @@ -2487,7 +2487,7 @@ buildRoomLeaveDiagnostics() {
 | 
|      o.kind = "foo";
 | 
|      o.networkOperatorCode = "foo";
 | 
|      o.networkOperatorName = "foo";
 | 
| -    o.peerSession = buildUnnamed66();
 | 
| +    o.peerSession = buildUnnamed84();
 | 
|      o.socketsUsed = true;
 | 
|    }
 | 
|    buildCounterRoomLeaveDiagnostics--;
 | 
| @@ -2503,7 +2503,7 @@ checkRoomLeaveDiagnostics(api.RoomLeaveDiagnostics o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.networkOperatorCode, unittest.equals('foo'));
 | 
|      unittest.expect(o.networkOperatorName, unittest.equals('foo'));
 | 
| -    checkUnnamed66(o.peerSession);
 | 
| +    checkUnnamed84(o.peerSession);
 | 
|      unittest.expect(o.socketsUsed, unittest.isTrue);
 | 
|    }
 | 
|    buildCounterRoomLeaveDiagnostics--;
 | 
| @@ -2532,14 +2532,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
 | 
|    buildCounterRoomLeaveRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed67() {
 | 
| +buildUnnamed85() {
 | 
|    var o = new core.List<api.Room>();
 | 
|    o.add(buildRoom());
 | 
|    o.add(buildRoom());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed67(core.List<api.Room> o) {
 | 
| +checkUnnamed85(core.List<api.Room> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoom(o[0]);
 | 
|    checkRoom(o[1]);
 | 
| @@ -2550,7 +2550,7 @@ buildRoomList() {
 | 
|    var o = new api.RoomList();
 | 
|    buildCounterRoomList++;
 | 
|    if (buildCounterRoomList < 3) {
 | 
| -    o.items = buildUnnamed67();
 | 
| +    o.items = buildUnnamed85();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2561,7 +2561,7 @@ buildRoomList() {
 | 
|  checkRoomList(api.RoomList o) {
 | 
|    buildCounterRoomList++;
 | 
|    if (buildCounterRoomList < 3) {
 | 
| -    checkUnnamed67(o.items);
 | 
| +    checkUnnamed85(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2622,14 +2622,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) {
 | 
|    buildCounterRoomP2PStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed68() {
 | 
| +buildUnnamed86() {
 | 
|    var o = new core.List<api.RoomP2PStatus>();
 | 
|    o.add(buildRoomP2PStatus());
 | 
|    o.add(buildRoomP2PStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed68(core.List<api.RoomP2PStatus> o) {
 | 
| +checkUnnamed86(core.List<api.RoomP2PStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomP2PStatus(o[0]);
 | 
|    checkRoomP2PStatus(o[1]);
 | 
| @@ -2641,7 +2641,7 @@ buildRoomP2PStatuses() {
 | 
|    buildCounterRoomP2PStatuses++;
 | 
|    if (buildCounterRoomP2PStatuses < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updates = buildUnnamed68();
 | 
| +    o.updates = buildUnnamed86();
 | 
|    }
 | 
|    buildCounterRoomP2PStatuses--;
 | 
|    return o;
 | 
| @@ -2651,19 +2651,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
 | 
|    buildCounterRoomP2PStatuses++;
 | 
|    if (buildCounterRoomP2PStatuses < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed68(o.updates);
 | 
| +    checkUnnamed86(o.updates);
 | 
|    }
 | 
|    buildCounterRoomP2PStatuses--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed69() {
 | 
| +buildUnnamed87() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed69(core.List<core.String> o) {
 | 
| +checkUnnamed87(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'));
 | 
| @@ -2676,7 +2676,7 @@ buildRoomParticipant() {
 | 
|    if (buildCounterRoomParticipant < 3) {
 | 
|      o.autoMatched = true;
 | 
|      o.autoMatchedPlayer = buildAnonymousPlayer();
 | 
| -    o.capabilities = buildUnnamed69();
 | 
| +    o.capabilities = buildUnnamed87();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
|      o.connected = true;
 | 
|      o.id = "foo";
 | 
| @@ -2694,7 +2694,7 @@ checkRoomParticipant(api.RoomParticipant o) {
 | 
|    if (buildCounterRoomParticipant < 3) {
 | 
|      unittest.expect(o.autoMatched, unittest.isTrue);
 | 
|      checkAnonymousPlayer(o.autoMatchedPlayer);
 | 
| -    checkUnnamed69(o.capabilities);
 | 
| +    checkUnnamed87(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
|      unittest.expect(o.connected, unittest.isTrue);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| @@ -2706,14 +2706,14 @@ checkRoomParticipant(api.RoomParticipant o) {
 | 
|    buildCounterRoomParticipant--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed70() {
 | 
| +buildUnnamed88() {
 | 
|    var o = new core.List<api.RoomParticipant>();
 | 
|    o.add(buildRoomParticipant());
 | 
|    o.add(buildRoomParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed70(core.List<api.RoomParticipant> o) {
 | 
| +checkUnnamed88(core.List<api.RoomParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomParticipant(o[0]);
 | 
|    checkRoomParticipant(o[1]);
 | 
| @@ -2726,7 +2726,7 @@ buildRoomStatus() {
 | 
|    if (buildCounterRoomStatus < 3) {
 | 
|      o.autoMatchingStatus = buildRoomAutoMatchStatus();
 | 
|      o.kind = "foo";
 | 
| -    o.participants = buildUnnamed70();
 | 
| +    o.participants = buildUnnamed88();
 | 
|      o.roomId = "foo";
 | 
|      o.status = "foo";
 | 
|      o.statusVersion = 42;
 | 
| @@ -2740,7 +2740,7 @@ checkRoomStatus(api.RoomStatus o) {
 | 
|    if (buildCounterRoomStatus < 3) {
 | 
|      checkRoomAutoMatchStatus(o.autoMatchingStatus);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed70(o.participants);
 | 
| +    checkUnnamed88(o.participants);
 | 
|      unittest.expect(o.roomId, unittest.equals('foo'));
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.statusVersion, unittest.equals(42));
 | 
| @@ -2841,14 +2841,14 @@ checkSnapshotImage(api.SnapshotImage o) {
 | 
|    buildCounterSnapshotImage--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed71() {
 | 
| +buildUnnamed89() {
 | 
|    var o = new core.List<api.Snapshot>();
 | 
|    o.add(buildSnapshot());
 | 
|    o.add(buildSnapshot());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed71(core.List<api.Snapshot> o) {
 | 
| +checkUnnamed89(core.List<api.Snapshot> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSnapshot(o[0]);
 | 
|    checkSnapshot(o[1]);
 | 
| @@ -2859,7 +2859,7 @@ buildSnapshotListResponse() {
 | 
|    var o = new api.SnapshotListResponse();
 | 
|    buildCounterSnapshotListResponse++;
 | 
|    if (buildCounterSnapshotListResponse < 3) {
 | 
| -    o.items = buildUnnamed71();
 | 
| +    o.items = buildUnnamed89();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2870,7 +2870,7 @@ buildSnapshotListResponse() {
 | 
|  checkSnapshotListResponse(api.SnapshotListResponse o) {
 | 
|    buildCounterSnapshotListResponse++;
 | 
|    if (buildCounterSnapshotListResponse < 3) {
 | 
| -    checkUnnamed71(o.items);
 | 
| +    checkUnnamed89(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2902,27 +2902,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) {
 | 
|    buildCounterTurnBasedAutoMatchingCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed72() {
 | 
| +buildUnnamed90() {
 | 
|    var o = new core.List<api.TurnBasedMatchParticipant>();
 | 
|    o.add(buildTurnBasedMatchParticipant());
 | 
|    o.add(buildTurnBasedMatchParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed72(core.List<api.TurnBasedMatchParticipant> o) {
 | 
| +checkUnnamed90(core.List<api.TurnBasedMatchParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatchParticipant(o[0]);
 | 
|    checkTurnBasedMatchParticipant(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed73() {
 | 
| +buildUnnamed91() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed73(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed91(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -2944,11 +2944,11 @@ buildTurnBasedMatch() {
 | 
|      o.matchId = "foo";
 | 
|      o.matchNumber = 42;
 | 
|      o.matchVersion = 42;
 | 
| -    o.participants = buildUnnamed72();
 | 
| +    o.participants = buildUnnamed90();
 | 
|      o.pendingParticipantId = "foo";
 | 
|      o.previousMatchData = buildTurnBasedMatchData();
 | 
|      o.rematchId = "foo";
 | 
| -    o.results = buildUnnamed73();
 | 
| +    o.results = buildUnnamed91();
 | 
|      o.status = "foo";
 | 
|      o.userMatchStatus = "foo";
 | 
|      o.variant = 42;
 | 
| @@ -2972,11 +2972,11 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
 | 
|      unittest.expect(o.matchId, unittest.equals('foo'));
 | 
|      unittest.expect(o.matchNumber, unittest.equals(42));
 | 
|      unittest.expect(o.matchVersion, unittest.equals(42));
 | 
| -    checkUnnamed72(o.participants);
 | 
| +    checkUnnamed90(o.participants);
 | 
|      unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
 | 
|      checkTurnBasedMatchData(o.previousMatchData);
 | 
|      unittest.expect(o.rematchId, unittest.equals('foo'));
 | 
| -    checkUnnamed73(o.results);
 | 
| +    checkUnnamed91(o.results);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.userMatchStatus, unittest.equals('foo'));
 | 
|      unittest.expect(o.variant, unittest.equals(42));
 | 
| @@ -2985,14 +2985,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
 | 
|    buildCounterTurnBasedMatch--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed74() {
 | 
| +buildUnnamed92() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed74(core.List<core.String> o) {
 | 
| +checkUnnamed92(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'));
 | 
| @@ -3004,7 +3004,7 @@ buildTurnBasedMatchCreateRequest() {
 | 
|    buildCounterTurnBasedMatchCreateRequest++;
 | 
|    if (buildCounterTurnBasedMatchCreateRequest < 3) {
 | 
|      o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria();
 | 
| -    o.invitedPlayerIds = buildUnnamed74();
 | 
| +    o.invitedPlayerIds = buildUnnamed92();
 | 
|      o.kind = "foo";
 | 
|      o.requestId = "foo";
 | 
|      o.variant = 42;
 | 
| @@ -3017,7 +3017,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
 | 
|    buildCounterTurnBasedMatchCreateRequest++;
 | 
|    if (buildCounterTurnBasedMatchCreateRequest < 3) {
 | 
|      checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
 | 
| -    checkUnnamed74(o.invitedPlayerIds);
 | 
| +    checkUnnamed92(o.invitedPlayerIds);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.requestId, unittest.equals('foo'));
 | 
|      unittest.expect(o.variant, unittest.equals(42));
 | 
| @@ -3069,14 +3069,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) {
 | 
|    buildCounterTurnBasedMatchDataRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed75() {
 | 
| +buildUnnamed93() {
 | 
|    var o = new core.List<api.TurnBasedMatch>();
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed75(core.List<api.TurnBasedMatch> o) {
 | 
| +checkUnnamed93(core.List<api.TurnBasedMatch> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatch(o[0]);
 | 
|    checkTurnBasedMatch(o[1]);
 | 
| @@ -3087,7 +3087,7 @@ buildTurnBasedMatchList() {
 | 
|    var o = new api.TurnBasedMatchList();
 | 
|    buildCounterTurnBasedMatchList++;
 | 
|    if (buildCounterTurnBasedMatchList < 3) {
 | 
| -    o.items = buildUnnamed75();
 | 
| +    o.items = buildUnnamed93();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3098,7 +3098,7 @@ buildTurnBasedMatchList() {
 | 
|  checkTurnBasedMatchList(api.TurnBasedMatchList o) {
 | 
|    buildCounterTurnBasedMatchList++;
 | 
|    if (buildCounterTurnBasedMatchList < 3) {
 | 
| -    checkUnnamed75(o.items);
 | 
| +    checkUnnamed93(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3180,14 +3180,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) {
 | 
|    buildCounterTurnBasedMatchRematch--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed76() {
 | 
| +buildUnnamed94() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed76(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed94(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -3201,7 +3201,7 @@ buildTurnBasedMatchResults() {
 | 
|      o.data = buildTurnBasedMatchDataRequest();
 | 
|      o.kind = "foo";
 | 
|      o.matchVersion = 42;
 | 
| -    o.results = buildUnnamed76();
 | 
| +    o.results = buildUnnamed94();
 | 
|    }
 | 
|    buildCounterTurnBasedMatchResults--;
 | 
|    return o;
 | 
| @@ -3213,19 +3213,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) {
 | 
|      checkTurnBasedMatchDataRequest(o.data);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.matchVersion, unittest.equals(42));
 | 
| -    checkUnnamed76(o.results);
 | 
| +    checkUnnamed94(o.results);
 | 
|    }
 | 
|    buildCounterTurnBasedMatchResults--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed77() {
 | 
| +buildUnnamed95() {
 | 
|    var o = new core.List<api.TurnBasedMatch>();
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed77(core.List<api.TurnBasedMatch> o) {
 | 
| +checkUnnamed95(core.List<api.TurnBasedMatch> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatch(o[0]);
 | 
|    checkTurnBasedMatch(o[1]);
 | 
| @@ -3236,7 +3236,7 @@ buildTurnBasedMatchSync() {
 | 
|    var o = new api.TurnBasedMatchSync();
 | 
|    buildCounterTurnBasedMatchSync++;
 | 
|    if (buildCounterTurnBasedMatchSync < 3) {
 | 
| -    o.items = buildUnnamed77();
 | 
| +    o.items = buildUnnamed95();
 | 
|      o.kind = "foo";
 | 
|      o.moreAvailable = true;
 | 
|      o.nextPageToken = "foo";
 | 
| @@ -3248,7 +3248,7 @@ buildTurnBasedMatchSync() {
 | 
|  checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
 | 
|    buildCounterTurnBasedMatchSync++;
 | 
|    if (buildCounterTurnBasedMatchSync < 3) {
 | 
| -    checkUnnamed77(o.items);
 | 
| +    checkUnnamed95(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.moreAvailable, unittest.isTrue);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| @@ -3256,14 +3256,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
 | 
|    buildCounterTurnBasedMatchSync--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed78() {
 | 
| +buildUnnamed96() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed78(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed96(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -3278,7 +3278,7 @@ buildTurnBasedMatchTurn() {
 | 
|      o.kind = "foo";
 | 
|      o.matchVersion = 42;
 | 
|      o.pendingParticipantId = "foo";
 | 
| -    o.results = buildUnnamed78();
 | 
| +    o.results = buildUnnamed96();
 | 
|    }
 | 
|    buildCounterTurnBasedMatchTurn--;
 | 
|    return o;
 | 
| @@ -3291,7 +3291,7 @@ checkTurnBasedMatchTurn(api.TurnBasedMatchTurn o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.matchVersion, unittest.equals(42));
 | 
|      unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
 | 
| -    checkUnnamed78(o.results);
 | 
| +    checkUnnamed96(o.results);
 | 
|    }
 | 
|    buildCounterTurnBasedMatchTurn--;
 | 
|  }
 | 
| 
 |