| 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 f5bb3bbad9fa118b6c4fed927290febd17aea7c0..cd87f6f126ea2e2773451f8f2fb1ec7cfb4ea1c5 100644
 | 
| --- a/generated/googleapis/test/games/v1_test.dart
 | 
| +++ b/generated/googleapis/test/games/v1_test.dart
 | 
| @@ -59,14 +59,14 @@ checkAchievementDefinition(api.AchievementDefinition o) {
 | 
|    buildCounterAchievementDefinition--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed20() {
 | 
| +buildUnnamed796() {
 | 
|    var o = new core.List<api.AchievementDefinition>();
 | 
|    o.add(buildAchievementDefinition());
 | 
|    o.add(buildAchievementDefinition());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed20(core.List<api.AchievementDefinition> o) {
 | 
| +checkUnnamed796(core.List<api.AchievementDefinition> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementDefinition(o[0]);
 | 
|    checkAchievementDefinition(o[1]);
 | 
| @@ -77,7 +77,7 @@ buildAchievementDefinitionsListResponse() {
 | 
|    var o = new api.AchievementDefinitionsListResponse();
 | 
|    buildCounterAchievementDefinitionsListResponse++;
 | 
|    if (buildCounterAchievementDefinitionsListResponse < 3) {
 | 
| -    o.items = buildUnnamed20();
 | 
| +    o.items = buildUnnamed796();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -88,7 +88,7 @@ buildAchievementDefinitionsListResponse() {
 | 
|  checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
 | 
|    buildCounterAchievementDefinitionsListResponse++;
 | 
|    if (buildCounterAchievementDefinitionsListResponse < 3) {
 | 
| -    checkUnnamed20(o.items);
 | 
| +    checkUnnamed796(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -183,14 +183,14 @@ checkAchievementUnlockResponse(api.AchievementUnlockResponse o) {
 | 
|    buildCounterAchievementUnlockResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed21() {
 | 
| +buildUnnamed797() {
 | 
|    var o = new core.List<api.AchievementUpdateRequest>();
 | 
|    o.add(buildAchievementUpdateRequest());
 | 
|    o.add(buildAchievementUpdateRequest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed21(core.List<api.AchievementUpdateRequest> o) {
 | 
| +checkUnnamed797(core.List<api.AchievementUpdateRequest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementUpdateRequest(o[0]);
 | 
|    checkAchievementUpdateRequest(o[1]);
 | 
| @@ -202,7 +202,7 @@ buildAchievementUpdateMultipleRequest() {
 | 
|    buildCounterAchievementUpdateMultipleRequest++;
 | 
|    if (buildCounterAchievementUpdateMultipleRequest < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updates = buildUnnamed21();
 | 
| +    o.updates = buildUnnamed797();
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleRequest--;
 | 
|    return o;
 | 
| @@ -212,19 +212,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
 | 
|    buildCounterAchievementUpdateMultipleRequest++;
 | 
|    if (buildCounterAchievementUpdateMultipleRequest < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed21(o.updates);
 | 
| +    checkUnnamed797(o.updates);
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed22() {
 | 
| +buildUnnamed798() {
 | 
|    var o = new core.List<api.AchievementUpdateResponse>();
 | 
|    o.add(buildAchievementUpdateResponse());
 | 
|    o.add(buildAchievementUpdateResponse());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed22(core.List<api.AchievementUpdateResponse> o) {
 | 
| +checkUnnamed798(core.List<api.AchievementUpdateResponse> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAchievementUpdateResponse(o[0]);
 | 
|    checkAchievementUpdateResponse(o[1]);
 | 
| @@ -236,7 +236,7 @@ buildAchievementUpdateMultipleResponse() {
 | 
|    buildCounterAchievementUpdateMultipleResponse++;
 | 
|    if (buildCounterAchievementUpdateMultipleResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updatedAchievements = buildUnnamed22();
 | 
| +    o.updatedAchievements = buildUnnamed798();
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleResponse--;
 | 
|    return o;
 | 
| @@ -246,7 +246,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
 | 
|    buildCounterAchievementUpdateMultipleResponse++;
 | 
|    if (buildCounterAchievementUpdateMultipleResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed22(o.updatedAchievements);
 | 
| +    checkUnnamed798(o.updatedAchievements);
 | 
|    }
 | 
|    buildCounterAchievementUpdateMultipleResponse--;
 | 
|  }
 | 
| @@ -357,40 +357,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
 | 
|    buildCounterAnonymousPlayer--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed23() {
 | 
| +buildUnnamed799() {
 | 
|    var o = new core.List<api.ImageAsset>();
 | 
|    o.add(buildImageAsset());
 | 
|    o.add(buildImageAsset());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed23(core.List<api.ImageAsset> o) {
 | 
| +checkUnnamed799(core.List<api.ImageAsset> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkImageAsset(o[0]);
 | 
|    checkImageAsset(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed24() {
 | 
| +buildUnnamed800() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed24(core.List<core.String> o) {
 | 
| +checkUnnamed800(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed25() {
 | 
| +buildUnnamed801() {
 | 
|    var o = new core.List<api.Instance>();
 | 
|    o.add(buildInstance());
 | 
|    o.add(buildInstance());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed25(core.List<api.Instance> o) {
 | 
| +checkUnnamed801(core.List<api.Instance> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInstance(o[0]);
 | 
|    checkInstance(o[1]);
 | 
| @@ -402,13 +402,13 @@ buildApplication() {
 | 
|    buildCounterApplication++;
 | 
|    if (buildCounterApplication < 3) {
 | 
|      o.achievementCount = 42;
 | 
| -    o.assets = buildUnnamed23();
 | 
| +    o.assets = buildUnnamed799();
 | 
|      o.author = "foo";
 | 
|      o.category = buildApplicationCategory();
 | 
|      o.description = "foo";
 | 
| -    o.enabledFeatures = buildUnnamed24();
 | 
| +    o.enabledFeatures = buildUnnamed800();
 | 
|      o.id = "foo";
 | 
| -    o.instances = buildUnnamed25();
 | 
| +    o.instances = buildUnnamed801();
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdatedTimestamp = "foo";
 | 
|      o.leaderboardCount = 42;
 | 
| @@ -423,13 +423,13 @@ checkApplication(api.Application o) {
 | 
|    buildCounterApplication++;
 | 
|    if (buildCounterApplication < 3) {
 | 
|      unittest.expect(o.achievementCount, unittest.equals(42));
 | 
| -    checkUnnamed23(o.assets);
 | 
| +    checkUnnamed799(o.assets);
 | 
|      unittest.expect(o.author, unittest.equals('foo'));
 | 
|      checkApplicationCategory(o.category);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed24(o.enabledFeatures);
 | 
| +    checkUnnamed800(o.enabledFeatures);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed25(o.instances);
 | 
| +    checkUnnamed801(o.instances);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo'));
 | 
|      unittest.expect(o.leaderboardCount, unittest.equals(42));
 | 
| @@ -485,14 +485,14 @@ checkCategory(api.Category o) {
 | 
|    buildCounterCategory--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed26() {
 | 
| +buildUnnamed802() {
 | 
|    var o = new core.List<api.Category>();
 | 
|    o.add(buildCategory());
 | 
|    o.add(buildCategory());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed26(core.List<api.Category> o) {
 | 
| +checkUnnamed802(core.List<api.Category> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCategory(o[0]);
 | 
|    checkCategory(o[1]);
 | 
| @@ -503,7 +503,7 @@ buildCategoryListResponse() {
 | 
|    var o = new api.CategoryListResponse();
 | 
|    buildCounterCategoryListResponse++;
 | 
|    if (buildCounterCategoryListResponse < 3) {
 | 
| -    o.items = buildUnnamed26();
 | 
| +    o.items = buildUnnamed802();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -514,7 +514,7 @@ buildCategoryListResponse() {
 | 
|  checkCategoryListResponse(api.CategoryListResponse o) {
 | 
|    buildCounterCategoryListResponse++;
 | 
|    if (buildCounterCategoryListResponse < 3) {
 | 
| -    checkUnnamed26(o.items);
 | 
| +    checkUnnamed802(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -565,14 +565,14 @@ checkEventChild(api.EventChild o) {
 | 
|    buildCounterEventChild--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed27() {
 | 
| +buildUnnamed803() {
 | 
|    var o = new core.List<api.EventChild>();
 | 
|    o.add(buildEventChild());
 | 
|    o.add(buildEventChild());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed27(core.List<api.EventChild> o) {
 | 
| +checkUnnamed803(core.List<api.EventChild> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventChild(o[0]);
 | 
|    checkEventChild(o[1]);
 | 
| @@ -583,7 +583,7 @@ buildEventDefinition() {
 | 
|    var o = new api.EventDefinition();
 | 
|    buildCounterEventDefinition++;
 | 
|    if (buildCounterEventDefinition < 3) {
 | 
| -    o.childEvents = buildUnnamed27();
 | 
| +    o.childEvents = buildUnnamed803();
 | 
|      o.description = "foo";
 | 
|      o.displayName = "foo";
 | 
|      o.id = "foo";
 | 
| @@ -599,7 +599,7 @@ buildEventDefinition() {
 | 
|  checkEventDefinition(api.EventDefinition o) {
 | 
|    buildCounterEventDefinition++;
 | 
|    if (buildCounterEventDefinition < 3) {
 | 
| -    checkUnnamed27(o.childEvents);
 | 
| +    checkUnnamed803(o.childEvents);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayName, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| @@ -611,14 +611,14 @@ checkEventDefinition(api.EventDefinition o) {
 | 
|    buildCounterEventDefinition--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed28() {
 | 
| +buildUnnamed804() {
 | 
|    var o = new core.List<api.EventDefinition>();
 | 
|    o.add(buildEventDefinition());
 | 
|    o.add(buildEventDefinition());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed28(core.List<api.EventDefinition> o) {
 | 
| +checkUnnamed804(core.List<api.EventDefinition> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventDefinition(o[0]);
 | 
|    checkEventDefinition(o[1]);
 | 
| @@ -629,7 +629,7 @@ buildEventDefinitionListResponse() {
 | 
|    var o = new api.EventDefinitionListResponse();
 | 
|    buildCounterEventDefinitionListResponse++;
 | 
|    if (buildCounterEventDefinitionListResponse < 3) {
 | 
| -    o.items = buildUnnamed28();
 | 
| +    o.items = buildUnnamed804();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -640,7 +640,7 @@ buildEventDefinitionListResponse() {
 | 
|  checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
 | 
|    buildCounterEventDefinitionListResponse++;
 | 
|    if (buildCounterEventDefinitionListResponse < 3) {
 | 
| -    checkUnnamed28(o.items);
 | 
| +    checkUnnamed804(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -670,14 +670,14 @@ checkEventPeriodRange(api.EventPeriodRange o) {
 | 
|    buildCounterEventPeriodRange--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed29() {
 | 
| +buildUnnamed805() {
 | 
|    var o = new core.List<api.EventUpdateRequest>();
 | 
|    o.add(buildEventUpdateRequest());
 | 
|    o.add(buildEventUpdateRequest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed29(core.List<api.EventUpdateRequest> o) {
 | 
| +checkUnnamed805(core.List<api.EventUpdateRequest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventUpdateRequest(o[0]);
 | 
|    checkEventUpdateRequest(o[1]);
 | 
| @@ -690,7 +690,7 @@ buildEventPeriodUpdate() {
 | 
|    if (buildCounterEventPeriodUpdate < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.timePeriod = buildEventPeriodRange();
 | 
| -    o.updates = buildUnnamed29();
 | 
| +    o.updates = buildUnnamed805();
 | 
|    }
 | 
|    buildCounterEventPeriodUpdate--;
 | 
|    return o;
 | 
| @@ -701,7 +701,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
 | 
|    if (buildCounterEventPeriodUpdate < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkEventPeriodRange(o.timePeriod);
 | 
| -    checkUnnamed29(o.updates);
 | 
| +    checkUnnamed805(o.updates);
 | 
|    }
 | 
|    buildCounterEventPeriodUpdate--;
 | 
|  }
 | 
| @@ -729,14 +729,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
 | 
|    buildCounterEventRecordFailure--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed30() {
 | 
| +buildUnnamed806() {
 | 
|    var o = new core.List<api.EventPeriodUpdate>();
 | 
|    o.add(buildEventPeriodUpdate());
 | 
|    o.add(buildEventPeriodUpdate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed30(core.List<api.EventPeriodUpdate> o) {
 | 
| +checkUnnamed806(core.List<api.EventPeriodUpdate> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventPeriodUpdate(o[0]);
 | 
|    checkEventPeriodUpdate(o[1]);
 | 
| @@ -750,7 +750,7 @@ buildEventRecordRequest() {
 | 
|      o.currentTimeMillis = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.requestId = "foo";
 | 
| -    o.timePeriods = buildUnnamed30();
 | 
| +    o.timePeriods = buildUnnamed806();
 | 
|    }
 | 
|    buildCounterEventRecordRequest--;
 | 
|    return o;
 | 
| @@ -762,7 +762,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'));
 | 
| -    checkUnnamed30(o.timePeriods);
 | 
| +    checkUnnamed806(o.timePeriods);
 | 
|    }
 | 
|    buildCounterEventRecordRequest--;
 | 
|  }
 | 
| @@ -790,40 +790,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
 | 
|    buildCounterEventUpdateRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed31() {
 | 
| +buildUnnamed807() {
 | 
|    var o = new core.List<api.EventBatchRecordFailure>();
 | 
|    o.add(buildEventBatchRecordFailure());
 | 
|    o.add(buildEventBatchRecordFailure());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed31(core.List<api.EventBatchRecordFailure> o) {
 | 
| +checkUnnamed807(core.List<api.EventBatchRecordFailure> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventBatchRecordFailure(o[0]);
 | 
|    checkEventBatchRecordFailure(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed32() {
 | 
| +buildUnnamed808() {
 | 
|    var o = new core.List<api.EventRecordFailure>();
 | 
|    o.add(buildEventRecordFailure());
 | 
|    o.add(buildEventRecordFailure());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed32(core.List<api.EventRecordFailure> o) {
 | 
| +checkUnnamed808(core.List<api.EventRecordFailure> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventRecordFailure(o[0]);
 | 
|    checkEventRecordFailure(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed33() {
 | 
| +buildUnnamed809() {
 | 
|    var o = new core.List<api.PlayerEvent>();
 | 
|    o.add(buildPlayerEvent());
 | 
|    o.add(buildPlayerEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed33(core.List<api.PlayerEvent> o) {
 | 
| +checkUnnamed809(core.List<api.PlayerEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerEvent(o[0]);
 | 
|    checkPlayerEvent(o[1]);
 | 
| @@ -834,10 +834,10 @@ buildEventUpdateResponse() {
 | 
|    var o = new api.EventUpdateResponse();
 | 
|    buildCounterEventUpdateResponse++;
 | 
|    if (buildCounterEventUpdateResponse < 3) {
 | 
| -    o.batchFailures = buildUnnamed31();
 | 
| -    o.eventFailures = buildUnnamed32();
 | 
| +    o.batchFailures = buildUnnamed807();
 | 
| +    o.eventFailures = buildUnnamed808();
 | 
|      o.kind = "foo";
 | 
| -    o.playerEvents = buildUnnamed33();
 | 
| +    o.playerEvents = buildUnnamed809();
 | 
|    }
 | 
|    buildCounterEventUpdateResponse--;
 | 
|    return o;
 | 
| @@ -846,10 +846,10 @@ buildEventUpdateResponse() {
 | 
|  checkEventUpdateResponse(api.EventUpdateResponse o) {
 | 
|    buildCounterEventUpdateResponse++;
 | 
|    if (buildCounterEventUpdateResponse < 3) {
 | 
| -    checkUnnamed31(o.batchFailures);
 | 
| -    checkUnnamed32(o.eventFailures);
 | 
| +    checkUnnamed807(o.batchFailures);
 | 
| +    checkUnnamed808(o.eventFailures);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed33(o.playerEvents);
 | 
| +    checkUnnamed809(o.playerEvents);
 | 
|    }
 | 
|    buildCounterEventUpdateResponse--;
 | 
|  }
 | 
| @@ -1103,14 +1103,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
 | 
|    buildCounterLeaderboardEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed34() {
 | 
| +buildUnnamed810() {
 | 
|    var o = new core.List<api.Leaderboard>();
 | 
|    o.add(buildLeaderboard());
 | 
|    o.add(buildLeaderboard());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed34(core.List<api.Leaderboard> o) {
 | 
| +checkUnnamed810(core.List<api.Leaderboard> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLeaderboard(o[0]);
 | 
|    checkLeaderboard(o[1]);
 | 
| @@ -1121,7 +1121,7 @@ buildLeaderboardListResponse() {
 | 
|    var o = new api.LeaderboardListResponse();
 | 
|    buildCounterLeaderboardListResponse++;
 | 
|    if (buildCounterLeaderboardListResponse < 3) {
 | 
| -    o.items = buildUnnamed34();
 | 
| +    o.items = buildUnnamed810();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1132,7 +1132,7 @@ buildLeaderboardListResponse() {
 | 
|  checkLeaderboardListResponse(api.LeaderboardListResponse o) {
 | 
|    buildCounterLeaderboardListResponse++;
 | 
|    if (buildCounterLeaderboardListResponse < 3) {
 | 
| -    checkUnnamed34(o.items);
 | 
| +    checkUnnamed810(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1166,14 +1166,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) {
 | 
|    buildCounterLeaderboardScoreRank--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed35() {
 | 
| +buildUnnamed811() {
 | 
|    var o = new core.List<api.LeaderboardEntry>();
 | 
|    o.add(buildLeaderboardEntry());
 | 
|    o.add(buildLeaderboardEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed35(core.List<api.LeaderboardEntry> o) {
 | 
| +checkUnnamed811(core.List<api.LeaderboardEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLeaderboardEntry(o[0]);
 | 
|    checkLeaderboardEntry(o[1]);
 | 
| @@ -1184,7 +1184,7 @@ buildLeaderboardScores() {
 | 
|    var o = new api.LeaderboardScores();
 | 
|    buildCounterLeaderboardScores++;
 | 
|    if (buildCounterLeaderboardScores < 3) {
 | 
| -    o.items = buildUnnamed35();
 | 
| +    o.items = buildUnnamed811();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.numScores = "foo";
 | 
| @@ -1198,7 +1198,7 @@ buildLeaderboardScores() {
 | 
|  checkLeaderboardScores(api.LeaderboardScores o) {
 | 
|    buildCounterLeaderboardScores++;
 | 
|    if (buildCounterLeaderboardScores < 3) {
 | 
| -    checkUnnamed35(o.items);
 | 
| +    checkUnnamed811(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.numScores, unittest.equals('foo'));
 | 
| @@ -1208,14 +1208,14 @@ checkLeaderboardScores(api.LeaderboardScores o) {
 | 
|    buildCounterLeaderboardScores--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed36() {
 | 
| +buildUnnamed812() {
 | 
|    var o = new core.List<api.PlayerLevel>();
 | 
|    o.add(buildPlayerLevel());
 | 
|    o.add(buildPlayerLevel());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed36(core.List<api.PlayerLevel> o) {
 | 
| +checkUnnamed812(core.List<api.PlayerLevel> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerLevel(o[0]);
 | 
|    checkPlayerLevel(o[1]);
 | 
| @@ -1228,7 +1228,7 @@ buildMetagameConfig() {
 | 
|    if (buildCounterMetagameConfig < 3) {
 | 
|      o.currentVersion = 42;
 | 
|      o.kind = "foo";
 | 
| -    o.playerLevels = buildUnnamed36();
 | 
| +    o.playerLevels = buildUnnamed812();
 | 
|    }
 | 
|    buildCounterMetagameConfig--;
 | 
|    return o;
 | 
| @@ -1239,7 +1239,7 @@ checkMetagameConfig(api.MetagameConfig o) {
 | 
|    if (buildCounterMetagameConfig < 3) {
 | 
|      unittest.expect(o.currentVersion, unittest.equals(42));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed36(o.playerLevels);
 | 
| +    checkUnnamed812(o.playerLevels);
 | 
|    }
 | 
|    buildCounterMetagameConfig--;
 | 
|  }
 | 
| @@ -1468,14 +1468,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
 | 
|    buildCounterPlayerAchievement--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed37() {
 | 
| +buildUnnamed813() {
 | 
|    var o = new core.List<api.PlayerAchievement>();
 | 
|    o.add(buildPlayerAchievement());
 | 
|    o.add(buildPlayerAchievement());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed37(core.List<api.PlayerAchievement> o) {
 | 
| +checkUnnamed813(core.List<api.PlayerAchievement> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerAchievement(o[0]);
 | 
|    checkPlayerAchievement(o[1]);
 | 
| @@ -1486,7 +1486,7 @@ buildPlayerAchievementListResponse() {
 | 
|    var o = new api.PlayerAchievementListResponse();
 | 
|    buildCounterPlayerAchievementListResponse++;
 | 
|    if (buildCounterPlayerAchievementListResponse < 3) {
 | 
| -    o.items = buildUnnamed37();
 | 
| +    o.items = buildUnnamed813();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1497,7 +1497,7 @@ buildPlayerAchievementListResponse() {
 | 
|  checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
 | 
|    buildCounterPlayerAchievementListResponse++;
 | 
|    if (buildCounterPlayerAchievementListResponse < 3) {
 | 
| -    checkUnnamed37(o.items);
 | 
| +    checkUnnamed813(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1531,14 +1531,14 @@ checkPlayerEvent(api.PlayerEvent o) {
 | 
|    buildCounterPlayerEvent--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed38() {
 | 
| +buildUnnamed814() {
 | 
|    var o = new core.List<api.PlayerEvent>();
 | 
|    o.add(buildPlayerEvent());
 | 
|    o.add(buildPlayerEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed38(core.List<api.PlayerEvent> o) {
 | 
| +checkUnnamed814(core.List<api.PlayerEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerEvent(o[0]);
 | 
|    checkPlayerEvent(o[1]);
 | 
| @@ -1549,7 +1549,7 @@ buildPlayerEventListResponse() {
 | 
|    var o = new api.PlayerEventListResponse();
 | 
|    buildCounterPlayerEventListResponse++;
 | 
|    if (buildCounterPlayerEventListResponse < 3) {
 | 
| -    o.items = buildUnnamed38();
 | 
| +    o.items = buildUnnamed814();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1560,7 +1560,7 @@ buildPlayerEventListResponse() {
 | 
|  checkPlayerEventListResponse(api.PlayerEventListResponse o) {
 | 
|    buildCounterPlayerEventListResponse++;
 | 
|    if (buildCounterPlayerEventListResponse < 3) {
 | 
| -    checkUnnamed38(o.items);
 | 
| +    checkUnnamed814(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1629,14 +1629,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) {
 | 
|    buildCounterPlayerLeaderboardScore--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed39() {
 | 
| +buildUnnamed815() {
 | 
|    var o = new core.List<api.PlayerLeaderboardScore>();
 | 
|    o.add(buildPlayerLeaderboardScore());
 | 
|    o.add(buildPlayerLeaderboardScore());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed39(core.List<api.PlayerLeaderboardScore> o) {
 | 
| +checkUnnamed815(core.List<api.PlayerLeaderboardScore> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerLeaderboardScore(o[0]);
 | 
|    checkPlayerLeaderboardScore(o[1]);
 | 
| @@ -1647,7 +1647,7 @@ buildPlayerLeaderboardScoreListResponse() {
 | 
|    var o = new api.PlayerLeaderboardScoreListResponse();
 | 
|    buildCounterPlayerLeaderboardScoreListResponse++;
 | 
|    if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
 | 
| -    o.items = buildUnnamed39();
 | 
| +    o.items = buildUnnamed815();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.player = buildPlayer();
 | 
| @@ -1659,7 +1659,7 @@ buildPlayerLeaderboardScoreListResponse() {
 | 
|  checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
 | 
|    buildCounterPlayerLeaderboardScoreListResponse++;
 | 
|    if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
 | 
| -    checkUnnamed39(o.items);
 | 
| +    checkUnnamed815(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      checkPlayer(o.player);
 | 
| @@ -1692,14 +1692,14 @@ checkPlayerLevel(api.PlayerLevel o) {
 | 
|    buildCounterPlayerLevel--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed40() {
 | 
| +buildUnnamed816() {
 | 
|    var o = new core.List<api.Player>();
 | 
|    o.add(buildPlayer());
 | 
|    o.add(buildPlayer());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed40(core.List<api.Player> o) {
 | 
| +checkUnnamed816(core.List<api.Player> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayer(o[0]);
 | 
|    checkPlayer(o[1]);
 | 
| @@ -1710,7 +1710,7 @@ buildPlayerListResponse() {
 | 
|    var o = new api.PlayerListResponse();
 | 
|    buildCounterPlayerListResponse++;
 | 
|    if (buildCounterPlayerListResponse < 3) {
 | 
| -    o.items = buildUnnamed40();
 | 
| +    o.items = buildUnnamed816();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1721,7 +1721,7 @@ buildPlayerListResponse() {
 | 
|  checkPlayerListResponse(api.PlayerListResponse o) {
 | 
|    buildCounterPlayerListResponse++;
 | 
|    if (buildCounterPlayerListResponse < 3) {
 | 
| -    checkUnnamed40(o.items);
 | 
| +    checkUnnamed816(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1755,14 +1755,14 @@ checkPlayerScore(api.PlayerScore o) {
 | 
|    buildCounterPlayerScore--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed41() {
 | 
| +buildUnnamed817() {
 | 
|    var o = new core.List<api.PlayerScoreResponse>();
 | 
|    o.add(buildPlayerScoreResponse());
 | 
|    o.add(buildPlayerScoreResponse());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed41(core.List<api.PlayerScoreResponse> o) {
 | 
| +checkUnnamed817(core.List<api.PlayerScoreResponse> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerScoreResponse(o[0]);
 | 
|    checkPlayerScoreResponse(o[1]);
 | 
| @@ -1774,7 +1774,7 @@ buildPlayerScoreListResponse() {
 | 
|    buildCounterPlayerScoreListResponse++;
 | 
|    if (buildCounterPlayerScoreListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.submittedScores = buildUnnamed41();
 | 
| +    o.submittedScores = buildUnnamed817();
 | 
|    }
 | 
|    buildCounterPlayerScoreListResponse--;
 | 
|    return o;
 | 
| @@ -1784,32 +1784,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
 | 
|    buildCounterPlayerScoreListResponse++;
 | 
|    if (buildCounterPlayerScoreListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed41(o.submittedScores);
 | 
| +    checkUnnamed817(o.submittedScores);
 | 
|    }
 | 
|    buildCounterPlayerScoreListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed42() {
 | 
| +buildUnnamed818() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed42(core.List<core.String> o) {
 | 
| +checkUnnamed818(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed43() {
 | 
| +buildUnnamed819() {
 | 
|    var o = new core.List<api.PlayerScore>();
 | 
|    o.add(buildPlayerScore());
 | 
|    o.add(buildPlayerScore());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed43(core.List<api.PlayerScore> o) {
 | 
| +checkUnnamed819(core.List<api.PlayerScore> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlayerScore(o[0]);
 | 
|    checkPlayerScore(o[1]);
 | 
| @@ -1820,12 +1820,12 @@ buildPlayerScoreResponse() {
 | 
|    var o = new api.PlayerScoreResponse();
 | 
|    buildCounterPlayerScoreResponse++;
 | 
|    if (buildCounterPlayerScoreResponse < 3) {
 | 
| -    o.beatenScoreTimeSpans = buildUnnamed42();
 | 
| +    o.beatenScoreTimeSpans = buildUnnamed818();
 | 
|      o.formattedScore = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.leaderboardId = "foo";
 | 
|      o.scoreTag = "foo";
 | 
| -    o.unbeatenScores = buildUnnamed43();
 | 
| +    o.unbeatenScores = buildUnnamed819();
 | 
|    }
 | 
|    buildCounterPlayerScoreResponse--;
 | 
|    return o;
 | 
| @@ -1834,24 +1834,24 @@ buildPlayerScoreResponse() {
 | 
|  checkPlayerScoreResponse(api.PlayerScoreResponse o) {
 | 
|    buildCounterPlayerScoreResponse++;
 | 
|    if (buildCounterPlayerScoreResponse < 3) {
 | 
| -    checkUnnamed42(o.beatenScoreTimeSpans);
 | 
| +    checkUnnamed818(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'));
 | 
| -    checkUnnamed43(o.unbeatenScores);
 | 
| +    checkUnnamed819(o.unbeatenScores);
 | 
|    }
 | 
|    buildCounterPlayerScoreResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed44() {
 | 
| +buildUnnamed820() {
 | 
|    var o = new core.List<api.ScoreSubmission>();
 | 
|    o.add(buildScoreSubmission());
 | 
|    o.add(buildScoreSubmission());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed44(core.List<api.ScoreSubmission> o) {
 | 
| +checkUnnamed820(core.List<api.ScoreSubmission> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkScoreSubmission(o[0]);
 | 
|    checkScoreSubmission(o[1]);
 | 
| @@ -1863,7 +1863,7 @@ buildPlayerScoreSubmissionList() {
 | 
|    buildCounterPlayerScoreSubmissionList++;
 | 
|    if (buildCounterPlayerScoreSubmissionList < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.scores = buildUnnamed44();
 | 
| +    o.scores = buildUnnamed820();
 | 
|    }
 | 
|    buildCounterPlayerScoreSubmissionList--;
 | 
|    return o;
 | 
| @@ -1873,7 +1873,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
 | 
|    buildCounterPlayerScoreSubmissionList++;
 | 
|    if (buildCounterPlayerScoreSubmissionList < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed44(o.scores);
 | 
| +    checkUnnamed820(o.scores);
 | 
|    }
 | 
|    buildCounterPlayerScoreSubmissionList--;
 | 
|  }
 | 
| @@ -1945,14 +1945,14 @@ checkPushTokenId(api.PushTokenId o) {
 | 
|    buildCounterPushTokenId--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed45() {
 | 
| +buildUnnamed821() {
 | 
|    var o = new core.List<api.QuestMilestone>();
 | 
|    o.add(buildQuestMilestone());
 | 
|    o.add(buildQuestMilestone());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed45(core.List<api.QuestMilestone> o) {
 | 
| +checkUnnamed821(core.List<api.QuestMilestone> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuestMilestone(o[0]);
 | 
|    checkQuestMilestone(o[1]);
 | 
| @@ -1974,7 +1974,7 @@ buildQuest() {
 | 
|      o.isDefaultIconUrl = true;
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdatedTimestampMillis = "foo";
 | 
| -    o.milestones = buildUnnamed45();
 | 
| +    o.milestones = buildUnnamed821();
 | 
|      o.name = "foo";
 | 
|      o.notifyTimestampMillis = "foo";
 | 
|      o.startTimestampMillis = "foo";
 | 
| @@ -1998,7 +1998,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'));
 | 
| -    checkUnnamed45(o.milestones);
 | 
| +    checkUnnamed821(o.milestones);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.notifyTimestampMillis, unittest.equals('foo'));
 | 
|      unittest.expect(o.startTimestampMillis, unittest.equals('foo'));
 | 
| @@ -2057,14 +2057,14 @@ checkQuestCriterion(api.QuestCriterion o) {
 | 
|    buildCounterQuestCriterion--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed46() {
 | 
| +buildUnnamed822() {
 | 
|    var o = new core.List<api.Quest>();
 | 
|    o.add(buildQuest());
 | 
|    o.add(buildQuest());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed46(core.List<api.Quest> o) {
 | 
| +checkUnnamed822(core.List<api.Quest> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuest(o[0]);
 | 
|    checkQuest(o[1]);
 | 
| @@ -2075,7 +2075,7 @@ buildQuestListResponse() {
 | 
|    var o = new api.QuestListResponse();
 | 
|    buildCounterQuestListResponse++;
 | 
|    if (buildCounterQuestListResponse < 3) {
 | 
| -    o.items = buildUnnamed46();
 | 
| +    o.items = buildUnnamed822();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2086,21 +2086,21 @@ buildQuestListResponse() {
 | 
|  checkQuestListResponse(api.QuestListResponse o) {
 | 
|    buildCounterQuestListResponse++;
 | 
|    if (buildCounterQuestListResponse < 3) {
 | 
| -    checkUnnamed46(o.items);
 | 
| +    checkUnnamed822(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterQuestListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed47() {
 | 
| +buildUnnamed823() {
 | 
|    var o = new core.List<api.QuestCriterion>();
 | 
|    o.add(buildQuestCriterion());
 | 
|    o.add(buildQuestCriterion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed47(core.List<api.QuestCriterion> o) {
 | 
| +checkUnnamed823(core.List<api.QuestCriterion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkQuestCriterion(o[0]);
 | 
|    checkQuestCriterion(o[1]);
 | 
| @@ -2112,7 +2112,7 @@ buildQuestMilestone() {
 | 
|    buildCounterQuestMilestone++;
 | 
|    if (buildCounterQuestMilestone < 3) {
 | 
|      o.completionRewardData = "foo";
 | 
| -    o.criteria = buildUnnamed47();
 | 
| +    o.criteria = buildUnnamed823();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.state = "foo";
 | 
| @@ -2125,7 +2125,7 @@ checkQuestMilestone(api.QuestMilestone o) {
 | 
|    buildCounterQuestMilestone++;
 | 
|    if (buildCounterQuestMilestone < 3) {
 | 
|      unittest.expect(o.completionRewardData, unittest.equals('foo'));
 | 
| -    checkUnnamed47(o.criteria);
 | 
| +    checkUnnamed823(o.criteria);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.state, unittest.equals('foo'));
 | 
| @@ -2156,14 +2156,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) {
 | 
|    buildCounterRevisionCheckResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed48() {
 | 
| +buildUnnamed824() {
 | 
|    var o = new core.List<api.RoomParticipant>();
 | 
|    o.add(buildRoomParticipant());
 | 
|    o.add(buildRoomParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed48(core.List<api.RoomParticipant> o) {
 | 
| +checkUnnamed824(core.List<api.RoomParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomParticipant(o[0]);
 | 
|    checkRoomParticipant(o[1]);
 | 
| @@ -2182,7 +2182,7 @@ buildRoom() {
 | 
|      o.inviterId = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdateDetails = buildRoomModification();
 | 
| -    o.participants = buildUnnamed48();
 | 
| +    o.participants = buildUnnamed824();
 | 
|      o.roomId = "foo";
 | 
|      o.roomStatusVersion = 42;
 | 
|      o.status = "foo";
 | 
| @@ -2203,7 +2203,7 @@ checkRoom(api.Room o) {
 | 
|      unittest.expect(o.inviterId, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkRoomModification(o.lastUpdateDetails);
 | 
| -    checkUnnamed48(o.participants);
 | 
| +    checkUnnamed824(o.participants);
 | 
|      unittest.expect(o.roomId, unittest.equals('foo'));
 | 
|      unittest.expect(o.roomStatusVersion, unittest.equals(42));
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
| @@ -2279,27 +2279,27 @@ checkRoomClientAddress(api.RoomClientAddress o) {
 | 
|    buildCounterRoomClientAddress--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed49() {
 | 
| +buildUnnamed825() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed49(core.List<core.String> o) {
 | 
| +checkUnnamed825(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed50() {
 | 
| +buildUnnamed826() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed50(core.List<core.String> o) {
 | 
| +checkUnnamed826(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'));
 | 
| @@ -2311,9 +2311,9 @@ buildRoomCreateRequest() {
 | 
|    buildCounterRoomCreateRequest++;
 | 
|    if (buildCounterRoomCreateRequest < 3) {
 | 
|      o.autoMatchingCriteria = buildRoomAutoMatchingCriteria();
 | 
| -    o.capabilities = buildUnnamed49();
 | 
| +    o.capabilities = buildUnnamed825();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
| -    o.invitedPlayerIds = buildUnnamed50();
 | 
| +    o.invitedPlayerIds = buildUnnamed826();
 | 
|      o.kind = "foo";
 | 
|      o.networkDiagnostics = buildNetworkDiagnostics();
 | 
|      o.requestId = "foo";
 | 
| @@ -2327,9 +2327,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
 | 
|    buildCounterRoomCreateRequest++;
 | 
|    if (buildCounterRoomCreateRequest < 3) {
 | 
|      checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
 | 
| -    checkUnnamed49(o.capabilities);
 | 
| +    checkUnnamed825(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
| -    checkUnnamed50(o.invitedPlayerIds);
 | 
| +    checkUnnamed826(o.invitedPlayerIds);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkNetworkDiagnostics(o.networkDiagnostics);
 | 
|      unittest.expect(o.requestId, unittest.equals('foo'));
 | 
| @@ -2338,14 +2338,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
 | 
|    buildCounterRoomCreateRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed51() {
 | 
| +buildUnnamed827() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed51(core.List<core.String> o) {
 | 
| +checkUnnamed827(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'));
 | 
| @@ -2356,7 +2356,7 @@ buildRoomJoinRequest() {
 | 
|    var o = new api.RoomJoinRequest();
 | 
|    buildCounterRoomJoinRequest++;
 | 
|    if (buildCounterRoomJoinRequest < 3) {
 | 
| -    o.capabilities = buildUnnamed51();
 | 
| +    o.capabilities = buildUnnamed827();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
|      o.kind = "foo";
 | 
|      o.networkDiagnostics = buildNetworkDiagnostics();
 | 
| @@ -2368,7 +2368,7 @@ buildRoomJoinRequest() {
 | 
|  checkRoomJoinRequest(api.RoomJoinRequest o) {
 | 
|    buildCounterRoomJoinRequest++;
 | 
|    if (buildCounterRoomJoinRequest < 3) {
 | 
| -    checkUnnamed51(o.capabilities);
 | 
| +    checkUnnamed827(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkNetworkDiagnostics(o.networkDiagnostics);
 | 
| @@ -2376,14 +2376,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
 | 
|    buildCounterRoomJoinRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed52() {
 | 
| +buildUnnamed828() {
 | 
|    var o = new core.List<api.PeerSessionDiagnostics>();
 | 
|    o.add(buildPeerSessionDiagnostics());
 | 
|    o.add(buildPeerSessionDiagnostics());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed52(core.List<api.PeerSessionDiagnostics> o) {
 | 
| +checkUnnamed828(core.List<api.PeerSessionDiagnostics> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPeerSessionDiagnostics(o[0]);
 | 
|    checkPeerSessionDiagnostics(o[1]);
 | 
| @@ -2400,7 +2400,7 @@ buildRoomLeaveDiagnostics() {
 | 
|      o.kind = "foo";
 | 
|      o.networkOperatorCode = "foo";
 | 
|      o.networkOperatorName = "foo";
 | 
| -    o.peerSession = buildUnnamed52();
 | 
| +    o.peerSession = buildUnnamed828();
 | 
|      o.socketsUsed = true;
 | 
|    }
 | 
|    buildCounterRoomLeaveDiagnostics--;
 | 
| @@ -2416,7 +2416,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'));
 | 
| -    checkUnnamed52(o.peerSession);
 | 
| +    checkUnnamed828(o.peerSession);
 | 
|      unittest.expect(o.socketsUsed, unittest.isTrue);
 | 
|    }
 | 
|    buildCounterRoomLeaveDiagnostics--;
 | 
| @@ -2445,14 +2445,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
 | 
|    buildCounterRoomLeaveRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed53() {
 | 
| +buildUnnamed829() {
 | 
|    var o = new core.List<api.Room>();
 | 
|    o.add(buildRoom());
 | 
|    o.add(buildRoom());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed53(core.List<api.Room> o) {
 | 
| +checkUnnamed829(core.List<api.Room> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoom(o[0]);
 | 
|    checkRoom(o[1]);
 | 
| @@ -2463,7 +2463,7 @@ buildRoomList() {
 | 
|    var o = new api.RoomList();
 | 
|    buildCounterRoomList++;
 | 
|    if (buildCounterRoomList < 3) {
 | 
| -    o.items = buildUnnamed53();
 | 
| +    o.items = buildUnnamed829();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2474,7 +2474,7 @@ buildRoomList() {
 | 
|  checkRoomList(api.RoomList o) {
 | 
|    buildCounterRoomList++;
 | 
|    if (buildCounterRoomList < 3) {
 | 
| -    checkUnnamed53(o.items);
 | 
| +    checkUnnamed829(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2535,14 +2535,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) {
 | 
|    buildCounterRoomP2PStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed54() {
 | 
| +buildUnnamed830() {
 | 
|    var o = new core.List<api.RoomP2PStatus>();
 | 
|    o.add(buildRoomP2PStatus());
 | 
|    o.add(buildRoomP2PStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed54(core.List<api.RoomP2PStatus> o) {
 | 
| +checkUnnamed830(core.List<api.RoomP2PStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomP2PStatus(o[0]);
 | 
|    checkRoomP2PStatus(o[1]);
 | 
| @@ -2554,7 +2554,7 @@ buildRoomP2PStatuses() {
 | 
|    buildCounterRoomP2PStatuses++;
 | 
|    if (buildCounterRoomP2PStatuses < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.updates = buildUnnamed54();
 | 
| +    o.updates = buildUnnamed830();
 | 
|    }
 | 
|    buildCounterRoomP2PStatuses--;
 | 
|    return o;
 | 
| @@ -2564,19 +2564,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
 | 
|    buildCounterRoomP2PStatuses++;
 | 
|    if (buildCounterRoomP2PStatuses < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed54(o.updates);
 | 
| +    checkUnnamed830(o.updates);
 | 
|    }
 | 
|    buildCounterRoomP2PStatuses--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed55() {
 | 
| +buildUnnamed831() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed55(core.List<core.String> o) {
 | 
| +checkUnnamed831(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'));
 | 
| @@ -2589,7 +2589,7 @@ buildRoomParticipant() {
 | 
|    if (buildCounterRoomParticipant < 3) {
 | 
|      o.autoMatched = true;
 | 
|      o.autoMatchedPlayer = buildAnonymousPlayer();
 | 
| -    o.capabilities = buildUnnamed55();
 | 
| +    o.capabilities = buildUnnamed831();
 | 
|      o.clientAddress = buildRoomClientAddress();
 | 
|      o.connected = true;
 | 
|      o.id = "foo";
 | 
| @@ -2607,7 +2607,7 @@ checkRoomParticipant(api.RoomParticipant o) {
 | 
|    if (buildCounterRoomParticipant < 3) {
 | 
|      unittest.expect(o.autoMatched, unittest.isTrue);
 | 
|      checkAnonymousPlayer(o.autoMatchedPlayer);
 | 
| -    checkUnnamed55(o.capabilities);
 | 
| +    checkUnnamed831(o.capabilities);
 | 
|      checkRoomClientAddress(o.clientAddress);
 | 
|      unittest.expect(o.connected, unittest.isTrue);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| @@ -2619,14 +2619,14 @@ checkRoomParticipant(api.RoomParticipant o) {
 | 
|    buildCounterRoomParticipant--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed56() {
 | 
| +buildUnnamed832() {
 | 
|    var o = new core.List<api.RoomParticipant>();
 | 
|    o.add(buildRoomParticipant());
 | 
|    o.add(buildRoomParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed56(core.List<api.RoomParticipant> o) {
 | 
| +checkUnnamed832(core.List<api.RoomParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRoomParticipant(o[0]);
 | 
|    checkRoomParticipant(o[1]);
 | 
| @@ -2639,7 +2639,7 @@ buildRoomStatus() {
 | 
|    if (buildCounterRoomStatus < 3) {
 | 
|      o.autoMatchingStatus = buildRoomAutoMatchStatus();
 | 
|      o.kind = "foo";
 | 
| -    o.participants = buildUnnamed56();
 | 
| +    o.participants = buildUnnamed832();
 | 
|      o.roomId = "foo";
 | 
|      o.status = "foo";
 | 
|      o.statusVersion = 42;
 | 
| @@ -2653,7 +2653,7 @@ checkRoomStatus(api.RoomStatus o) {
 | 
|    if (buildCounterRoomStatus < 3) {
 | 
|      checkRoomAutoMatchStatus(o.autoMatchingStatus);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed56(o.participants);
 | 
| +    checkUnnamed832(o.participants);
 | 
|      unittest.expect(o.roomId, unittest.equals('foo'));
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.statusVersion, unittest.equals(42));
 | 
| @@ -2700,6 +2700,7 @@ buildSnapshot() {
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastModifiedMillis = "foo";
 | 
| +    o.progressValue = "foo";
 | 
|      o.title = "foo";
 | 
|      o.type = "foo";
 | 
|      o.uniqueName = "foo";
 | 
| @@ -2718,6 +2719,7 @@ checkSnapshot(api.Snapshot o) {
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastModifiedMillis, unittest.equals('foo'));
 | 
| +    unittest.expect(o.progressValue, unittest.equals('foo'));
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|      unittest.expect(o.uniqueName, unittest.equals('foo'));
 | 
| @@ -2752,14 +2754,14 @@ checkSnapshotImage(api.SnapshotImage o) {
 | 
|    buildCounterSnapshotImage--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed57() {
 | 
| +buildUnnamed833() {
 | 
|    var o = new core.List<api.Snapshot>();
 | 
|    o.add(buildSnapshot());
 | 
|    o.add(buildSnapshot());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed57(core.List<api.Snapshot> o) {
 | 
| +checkUnnamed833(core.List<api.Snapshot> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSnapshot(o[0]);
 | 
|    checkSnapshot(o[1]);
 | 
| @@ -2770,7 +2772,7 @@ buildSnapshotListResponse() {
 | 
|    var o = new api.SnapshotListResponse();
 | 
|    buildCounterSnapshotListResponse++;
 | 
|    if (buildCounterSnapshotListResponse < 3) {
 | 
| -    o.items = buildUnnamed57();
 | 
| +    o.items = buildUnnamed833();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2781,7 +2783,7 @@ buildSnapshotListResponse() {
 | 
|  checkSnapshotListResponse(api.SnapshotListResponse o) {
 | 
|    buildCounterSnapshotListResponse++;
 | 
|    if (buildCounterSnapshotListResponse < 3) {
 | 
| -    checkUnnamed57(o.items);
 | 
| +    checkUnnamed833(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2813,27 +2815,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) {
 | 
|    buildCounterTurnBasedAutoMatchingCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed58() {
 | 
| +buildUnnamed834() {
 | 
|    var o = new core.List<api.TurnBasedMatchParticipant>();
 | 
|    o.add(buildTurnBasedMatchParticipant());
 | 
|    o.add(buildTurnBasedMatchParticipant());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed58(core.List<api.TurnBasedMatchParticipant> o) {
 | 
| +checkUnnamed834(core.List<api.TurnBasedMatchParticipant> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatchParticipant(o[0]);
 | 
|    checkTurnBasedMatchParticipant(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed59() {
 | 
| +buildUnnamed835() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed59(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed835(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -2855,11 +2857,11 @@ buildTurnBasedMatch() {
 | 
|      o.matchId = "foo";
 | 
|      o.matchNumber = 42;
 | 
|      o.matchVersion = 42;
 | 
| -    o.participants = buildUnnamed58();
 | 
| +    o.participants = buildUnnamed834();
 | 
|      o.pendingParticipantId = "foo";
 | 
|      o.previousMatchData = buildTurnBasedMatchData();
 | 
|      o.rematchId = "foo";
 | 
| -    o.results = buildUnnamed59();
 | 
| +    o.results = buildUnnamed835();
 | 
|      o.status = "foo";
 | 
|      o.userMatchStatus = "foo";
 | 
|      o.variant = 42;
 | 
| @@ -2883,11 +2885,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));
 | 
| -    checkUnnamed58(o.participants);
 | 
| +    checkUnnamed834(o.participants);
 | 
|      unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
 | 
|      checkTurnBasedMatchData(o.previousMatchData);
 | 
|      unittest.expect(o.rematchId, unittest.equals('foo'));
 | 
| -    checkUnnamed59(o.results);
 | 
| +    checkUnnamed835(o.results);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.userMatchStatus, unittest.equals('foo'));
 | 
|      unittest.expect(o.variant, unittest.equals(42));
 | 
| @@ -2896,14 +2898,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
 | 
|    buildCounterTurnBasedMatch--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed60() {
 | 
| +buildUnnamed836() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed60(core.List<core.String> o) {
 | 
| +checkUnnamed836(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'));
 | 
| @@ -2915,7 +2917,7 @@ buildTurnBasedMatchCreateRequest() {
 | 
|    buildCounterTurnBasedMatchCreateRequest++;
 | 
|    if (buildCounterTurnBasedMatchCreateRequest < 3) {
 | 
|      o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria();
 | 
| -    o.invitedPlayerIds = buildUnnamed60();
 | 
| +    o.invitedPlayerIds = buildUnnamed836();
 | 
|      o.kind = "foo";
 | 
|      o.requestId = "foo";
 | 
|      o.variant = 42;
 | 
| @@ -2928,7 +2930,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
 | 
|    buildCounterTurnBasedMatchCreateRequest++;
 | 
|    if (buildCounterTurnBasedMatchCreateRequest < 3) {
 | 
|      checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
 | 
| -    checkUnnamed60(o.invitedPlayerIds);
 | 
| +    checkUnnamed836(o.invitedPlayerIds);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.requestId, unittest.equals('foo'));
 | 
|      unittest.expect(o.variant, unittest.equals(42));
 | 
| @@ -2980,14 +2982,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) {
 | 
|    buildCounterTurnBasedMatchDataRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed61() {
 | 
| +buildUnnamed837() {
 | 
|    var o = new core.List<api.TurnBasedMatch>();
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed61(core.List<api.TurnBasedMatch> o) {
 | 
| +checkUnnamed837(core.List<api.TurnBasedMatch> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatch(o[0]);
 | 
|    checkTurnBasedMatch(o[1]);
 | 
| @@ -2998,7 +3000,7 @@ buildTurnBasedMatchList() {
 | 
|    var o = new api.TurnBasedMatchList();
 | 
|    buildCounterTurnBasedMatchList++;
 | 
|    if (buildCounterTurnBasedMatchList < 3) {
 | 
| -    o.items = buildUnnamed61();
 | 
| +    o.items = buildUnnamed837();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3009,7 +3011,7 @@ buildTurnBasedMatchList() {
 | 
|  checkTurnBasedMatchList(api.TurnBasedMatchList o) {
 | 
|    buildCounterTurnBasedMatchList++;
 | 
|    if (buildCounterTurnBasedMatchList < 3) {
 | 
| -    checkUnnamed61(o.items);
 | 
| +    checkUnnamed837(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3091,14 +3093,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) {
 | 
|    buildCounterTurnBasedMatchRematch--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed62() {
 | 
| +buildUnnamed838() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed62(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed838(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -3112,7 +3114,7 @@ buildTurnBasedMatchResults() {
 | 
|      o.data = buildTurnBasedMatchDataRequest();
 | 
|      o.kind = "foo";
 | 
|      o.matchVersion = 42;
 | 
| -    o.results = buildUnnamed62();
 | 
| +    o.results = buildUnnamed838();
 | 
|    }
 | 
|    buildCounterTurnBasedMatchResults--;
 | 
|    return o;
 | 
| @@ -3124,19 +3126,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) {
 | 
|      checkTurnBasedMatchDataRequest(o.data);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.matchVersion, unittest.equals(42));
 | 
| -    checkUnnamed62(o.results);
 | 
| +    checkUnnamed838(o.results);
 | 
|    }
 | 
|    buildCounterTurnBasedMatchResults--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed63() {
 | 
| +buildUnnamed839() {
 | 
|    var o = new core.List<api.TurnBasedMatch>();
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    o.add(buildTurnBasedMatch());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed63(core.List<api.TurnBasedMatch> o) {
 | 
| +checkUnnamed839(core.List<api.TurnBasedMatch> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTurnBasedMatch(o[0]);
 | 
|    checkTurnBasedMatch(o[1]);
 | 
| @@ -3147,7 +3149,7 @@ buildTurnBasedMatchSync() {
 | 
|    var o = new api.TurnBasedMatchSync();
 | 
|    buildCounterTurnBasedMatchSync++;
 | 
|    if (buildCounterTurnBasedMatchSync < 3) {
 | 
| -    o.items = buildUnnamed63();
 | 
| +    o.items = buildUnnamed839();
 | 
|      o.kind = "foo";
 | 
|      o.moreAvailable = true;
 | 
|      o.nextPageToken = "foo";
 | 
| @@ -3159,7 +3161,7 @@ buildTurnBasedMatchSync() {
 | 
|  checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
 | 
|    buildCounterTurnBasedMatchSync++;
 | 
|    if (buildCounterTurnBasedMatchSync < 3) {
 | 
| -    checkUnnamed63(o.items);
 | 
| +    checkUnnamed839(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.moreAvailable, unittest.isTrue);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| @@ -3167,14 +3169,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
 | 
|    buildCounterTurnBasedMatchSync--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed64() {
 | 
| +buildUnnamed840() {
 | 
|    var o = new core.List<api.ParticipantResult>();
 | 
|    o.add(buildParticipantResult());
 | 
|    o.add(buildParticipantResult());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed64(core.List<api.ParticipantResult> o) {
 | 
| +checkUnnamed840(core.List<api.ParticipantResult> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParticipantResult(o[0]);
 | 
|    checkParticipantResult(o[1]);
 | 
| @@ -3189,7 +3191,7 @@ buildTurnBasedMatchTurn() {
 | 
|      o.kind = "foo";
 | 
|      o.matchVersion = 42;
 | 
|      o.pendingParticipantId = "foo";
 | 
| -    o.results = buildUnnamed64();
 | 
| +    o.results = buildUnnamed840();
 | 
|    }
 | 
|    buildCounterTurnBasedMatchTurn--;
 | 
|    return o;
 | 
| @@ -3202,7 +3204,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'));
 | 
| -    checkUnnamed64(o.results);
 | 
| +    checkUnnamed840(o.results);
 | 
|    }
 | 
|    buildCounterTurnBasedMatchTurn--;
 | 
|  }
 | 
| 
 |