| 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 f9b0823d78a082b193ba3cbe1c973b03851707e2..01777d8e1493e64284c687d7f471594ada09f5af 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--;
|
| }
|
|
|
| -buildUnnamed54() {
|
| +buildUnnamed133() {
|
| var o = new core.List<api.AchievementDefinition>();
|
| o.add(buildAchievementDefinition());
|
| o.add(buildAchievementDefinition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed54(core.List<api.AchievementDefinition> o) {
|
| +checkUnnamed133(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 = buildUnnamed54();
|
| + o.items = buildUnnamed133();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -123,7 +123,7 @@ buildAchievementDefinitionsListResponse() {
|
| checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
|
| buildCounterAchievementDefinitionsListResponse++;
|
| if (buildCounterAchievementDefinitionsListResponse < 3) {
|
| - checkUnnamed54(o.items);
|
| + checkUnnamed133(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--;
|
| }
|
|
|
| -buildUnnamed55() {
|
| +buildUnnamed134() {
|
| var o = new core.List<api.AchievementUpdateRequest>();
|
| o.add(buildAchievementUpdateRequest());
|
| o.add(buildAchievementUpdateRequest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed55(core.List<api.AchievementUpdateRequest> o) {
|
| +checkUnnamed134(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 = buildUnnamed55();
|
| + o.updates = buildUnnamed134();
|
| }
|
| buildCounterAchievementUpdateMultipleRequest--;
|
| return o;
|
| @@ -247,19 +247,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
|
| buildCounterAchievementUpdateMultipleRequest++;
|
| if (buildCounterAchievementUpdateMultipleRequest < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed55(o.updates);
|
| + checkUnnamed134(o.updates);
|
| }
|
| buildCounterAchievementUpdateMultipleRequest--;
|
| }
|
|
|
| -buildUnnamed56() {
|
| +buildUnnamed135() {
|
| var o = new core.List<api.AchievementUpdateResponse>();
|
| o.add(buildAchievementUpdateResponse());
|
| o.add(buildAchievementUpdateResponse());
|
| return o;
|
| }
|
|
|
| -checkUnnamed56(core.List<api.AchievementUpdateResponse> o) {
|
| +checkUnnamed135(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 = buildUnnamed56();
|
| + o.updatedAchievements = buildUnnamed135();
|
| }
|
| buildCounterAchievementUpdateMultipleResponse--;
|
| return o;
|
| @@ -281,7 +281,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
|
| buildCounterAchievementUpdateMultipleResponse++;
|
| if (buildCounterAchievementUpdateMultipleResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed56(o.updatedAchievements);
|
| + checkUnnamed135(o.updatedAchievements);
|
| }
|
| buildCounterAchievementUpdateMultipleResponse--;
|
| }
|
| @@ -392,40 +392,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
|
| buildCounterAnonymousPlayer--;
|
| }
|
|
|
| -buildUnnamed57() {
|
| +buildUnnamed136() {
|
| var o = new core.List<api.ImageAsset>();
|
| o.add(buildImageAsset());
|
| o.add(buildImageAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed57(core.List<api.ImageAsset> o) {
|
| +checkUnnamed136(core.List<api.ImageAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImageAsset(o[0]);
|
| checkImageAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed58() {
|
| +buildUnnamed137() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed58(core.List<core.String> o) {
|
| +checkUnnamed137(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'));
|
| }
|
|
|
| -buildUnnamed59() {
|
| +buildUnnamed138() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed59(core.List<api.Instance> o) {
|
| +checkUnnamed138(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 = buildUnnamed57();
|
| + o.assets = buildUnnamed136();
|
| o.author = "foo";
|
| o.category = buildApplicationCategory();
|
| o.description = "foo";
|
| - o.enabledFeatures = buildUnnamed58();
|
| + o.enabledFeatures = buildUnnamed137();
|
| o.id = "foo";
|
| - o.instances = buildUnnamed59();
|
| + o.instances = buildUnnamed138();
|
| 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));
|
| - checkUnnamed57(o.assets);
|
| + checkUnnamed136(o.assets);
|
| unittest.expect(o.author, unittest.equals('foo'));
|
| checkApplicationCategory(o.category);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed58(o.enabledFeatures);
|
| + checkUnnamed137(o.enabledFeatures);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed59(o.instances);
|
| + checkUnnamed138(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--;
|
| }
|
|
|
| -buildUnnamed60() {
|
| +buildUnnamed139() {
|
| var o = new core.List<api.Category>();
|
| o.add(buildCategory());
|
| o.add(buildCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed60(core.List<api.Category> o) {
|
| +checkUnnamed139(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 = buildUnnamed60();
|
| + o.items = buildUnnamed139();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -572,7 +572,7 @@ buildCategoryListResponse() {
|
| checkCategoryListResponse(api.CategoryListResponse o) {
|
| buildCounterCategoryListResponse++;
|
| if (buildCounterCategoryListResponse < 3) {
|
| - checkUnnamed60(o.items);
|
| + checkUnnamed139(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--;
|
| }
|
|
|
| -buildUnnamed61() {
|
| +buildUnnamed140() {
|
| var o = new core.List<api.EventChild>();
|
| o.add(buildEventChild());
|
| o.add(buildEventChild());
|
| return o;
|
| }
|
|
|
| -checkUnnamed61(core.List<api.EventChild> o) {
|
| +checkUnnamed140(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 = buildUnnamed61();
|
| + o.childEvents = buildUnnamed140();
|
| o.description = "foo";
|
| o.displayName = "foo";
|
| o.id = "foo";
|
| @@ -657,7 +657,7 @@ buildEventDefinition() {
|
| checkEventDefinition(api.EventDefinition o) {
|
| buildCounterEventDefinition++;
|
| if (buildCounterEventDefinition < 3) {
|
| - checkUnnamed61(o.childEvents);
|
| + checkUnnamed140(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--;
|
| }
|
|
|
| -buildUnnamed62() {
|
| +buildUnnamed141() {
|
| var o = new core.List<api.EventDefinition>();
|
| o.add(buildEventDefinition());
|
| o.add(buildEventDefinition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed62(core.List<api.EventDefinition> o) {
|
| +checkUnnamed141(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 = buildUnnamed62();
|
| + o.items = buildUnnamed141();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -698,7 +698,7 @@ buildEventDefinitionListResponse() {
|
| checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
|
| buildCounterEventDefinitionListResponse++;
|
| if (buildCounterEventDefinitionListResponse < 3) {
|
| - checkUnnamed62(o.items);
|
| + checkUnnamed141(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--;
|
| }
|
|
|
| -buildUnnamed63() {
|
| +buildUnnamed142() {
|
| var o = new core.List<api.EventUpdateRequest>();
|
| o.add(buildEventUpdateRequest());
|
| o.add(buildEventUpdateRequest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed63(core.List<api.EventUpdateRequest> o) {
|
| +checkUnnamed142(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 = buildUnnamed63();
|
| + o.updates = buildUnnamed142();
|
| }
|
| buildCounterEventPeriodUpdate--;
|
| return o;
|
| @@ -759,7 +759,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
|
| if (buildCounterEventPeriodUpdate < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkEventPeriodRange(o.timePeriod);
|
| - checkUnnamed63(o.updates);
|
| + checkUnnamed142(o.updates);
|
| }
|
| buildCounterEventPeriodUpdate--;
|
| }
|
| @@ -787,14 +787,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
|
| buildCounterEventRecordFailure--;
|
| }
|
|
|
| -buildUnnamed64() {
|
| +buildUnnamed143() {
|
| var o = new core.List<api.EventPeriodUpdate>();
|
| o.add(buildEventPeriodUpdate());
|
| o.add(buildEventPeriodUpdate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed64(core.List<api.EventPeriodUpdate> o) {
|
| +checkUnnamed143(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 = buildUnnamed64();
|
| + o.timePeriods = buildUnnamed143();
|
| }
|
| 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'));
|
| - checkUnnamed64(o.timePeriods);
|
| + checkUnnamed143(o.timePeriods);
|
| }
|
| buildCounterEventRecordRequest--;
|
| }
|
| @@ -848,40 +848,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
|
| buildCounterEventUpdateRequest--;
|
| }
|
|
|
| -buildUnnamed65() {
|
| +buildUnnamed144() {
|
| var o = new core.List<api.EventBatchRecordFailure>();
|
| o.add(buildEventBatchRecordFailure());
|
| o.add(buildEventBatchRecordFailure());
|
| return o;
|
| }
|
|
|
| -checkUnnamed65(core.List<api.EventBatchRecordFailure> o) {
|
| +checkUnnamed144(core.List<api.EventBatchRecordFailure> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventBatchRecordFailure(o[0]);
|
| checkEventBatchRecordFailure(o[1]);
|
| }
|
|
|
| -buildUnnamed66() {
|
| +buildUnnamed145() {
|
| var o = new core.List<api.EventRecordFailure>();
|
| o.add(buildEventRecordFailure());
|
| o.add(buildEventRecordFailure());
|
| return o;
|
| }
|
|
|
| -checkUnnamed66(core.List<api.EventRecordFailure> o) {
|
| +checkUnnamed145(core.List<api.EventRecordFailure> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventRecordFailure(o[0]);
|
| checkEventRecordFailure(o[1]);
|
| }
|
|
|
| -buildUnnamed67() {
|
| +buildUnnamed146() {
|
| var o = new core.List<api.PlayerEvent>();
|
| o.add(buildPlayerEvent());
|
| o.add(buildPlayerEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed67(core.List<api.PlayerEvent> o) {
|
| +checkUnnamed146(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 = buildUnnamed65();
|
| - o.eventFailures = buildUnnamed66();
|
| + o.batchFailures = buildUnnamed144();
|
| + o.eventFailures = buildUnnamed145();
|
| o.kind = "foo";
|
| - o.playerEvents = buildUnnamed67();
|
| + o.playerEvents = buildUnnamed146();
|
| }
|
| buildCounterEventUpdateResponse--;
|
| return o;
|
| @@ -904,10 +904,10 @@ buildEventUpdateResponse() {
|
| checkEventUpdateResponse(api.EventUpdateResponse o) {
|
| buildCounterEventUpdateResponse++;
|
| if (buildCounterEventUpdateResponse < 3) {
|
| - checkUnnamed65(o.batchFailures);
|
| - checkUnnamed66(o.eventFailures);
|
| + checkUnnamed144(o.batchFailures);
|
| + checkUnnamed145(o.eventFailures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed67(o.playerEvents);
|
| + checkUnnamed146(o.playerEvents);
|
| }
|
| buildCounterEventUpdateResponse--;
|
| }
|
| @@ -1161,14 +1161,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
|
| buildCounterLeaderboardEntry--;
|
| }
|
|
|
| -buildUnnamed68() {
|
| +buildUnnamed147() {
|
| var o = new core.List<api.Leaderboard>();
|
| o.add(buildLeaderboard());
|
| o.add(buildLeaderboard());
|
| return o;
|
| }
|
|
|
| -checkUnnamed68(core.List<api.Leaderboard> o) {
|
| +checkUnnamed147(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 = buildUnnamed68();
|
| + o.items = buildUnnamed147();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1190,7 +1190,7 @@ buildLeaderboardListResponse() {
|
| checkLeaderboardListResponse(api.LeaderboardListResponse o) {
|
| buildCounterLeaderboardListResponse++;
|
| if (buildCounterLeaderboardListResponse < 3) {
|
| - checkUnnamed68(o.items);
|
| + checkUnnamed147(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--;
|
| }
|
|
|
| -buildUnnamed69() {
|
| +buildUnnamed148() {
|
| var o = new core.List<api.LeaderboardEntry>();
|
| o.add(buildLeaderboardEntry());
|
| o.add(buildLeaderboardEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed69(core.List<api.LeaderboardEntry> o) {
|
| +checkUnnamed148(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 = buildUnnamed69();
|
| + o.items = buildUnnamed148();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.numScores = "foo";
|
| @@ -1256,7 +1256,7 @@ buildLeaderboardScores() {
|
| checkLeaderboardScores(api.LeaderboardScores o) {
|
| buildCounterLeaderboardScores++;
|
| if (buildCounterLeaderboardScores < 3) {
|
| - checkUnnamed69(o.items);
|
| + checkUnnamed148(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--;
|
| }
|
|
|
| -buildUnnamed70() {
|
| +buildUnnamed149() {
|
| var o = new core.List<api.PlayerLevel>();
|
| o.add(buildPlayerLevel());
|
| o.add(buildPlayerLevel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed70(core.List<api.PlayerLevel> o) {
|
| +checkUnnamed149(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 = buildUnnamed70();
|
| + o.playerLevels = buildUnnamed149();
|
| }
|
| 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'));
|
| - checkUnnamed70(o.playerLevels);
|
| + checkUnnamed149(o.playerLevels);
|
| }
|
| buildCounterMetagameConfig--;
|
| }
|
| @@ -1534,14 +1534,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
|
| buildCounterPlayerAchievement--;
|
| }
|
|
|
| -buildUnnamed71() {
|
| +buildUnnamed150() {
|
| var o = new core.List<api.PlayerAchievement>();
|
| o.add(buildPlayerAchievement());
|
| o.add(buildPlayerAchievement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed71(core.List<api.PlayerAchievement> o) {
|
| +checkUnnamed150(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 = buildUnnamed71();
|
| + o.items = buildUnnamed150();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1563,7 +1563,7 @@ buildPlayerAchievementListResponse() {
|
| checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
|
| buildCounterPlayerAchievementListResponse++;
|
| if (buildCounterPlayerAchievementListResponse < 3) {
|
| - checkUnnamed71(o.items);
|
| + checkUnnamed150(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--;
|
| }
|
|
|
| -buildUnnamed72() {
|
| +buildUnnamed151() {
|
| var o = new core.List<api.PlayerEvent>();
|
| o.add(buildPlayerEvent());
|
| o.add(buildPlayerEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed72(core.List<api.PlayerEvent> o) {
|
| +checkUnnamed151(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 = buildUnnamed72();
|
| + o.items = buildUnnamed151();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1626,7 +1626,7 @@ buildPlayerEventListResponse() {
|
| checkPlayerEventListResponse(api.PlayerEventListResponse o) {
|
| buildCounterPlayerEventListResponse++;
|
| if (buildCounterPlayerEventListResponse < 3) {
|
| - checkUnnamed72(o.items);
|
| + checkUnnamed151(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--;
|
| }
|
|
|
| -buildUnnamed73() {
|
| +buildUnnamed152() {
|
| var o = new core.List<api.PlayerLeaderboardScore>();
|
| o.add(buildPlayerLeaderboardScore());
|
| o.add(buildPlayerLeaderboardScore());
|
| return o;
|
| }
|
|
|
| -checkUnnamed73(core.List<api.PlayerLeaderboardScore> o) {
|
| +checkUnnamed152(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 = buildUnnamed73();
|
| + o.items = buildUnnamed152();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.player = buildPlayer();
|
| @@ -1725,7 +1725,7 @@ buildPlayerLeaderboardScoreListResponse() {
|
| checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
|
| buildCounterPlayerLeaderboardScoreListResponse++;
|
| if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
|
| - checkUnnamed73(o.items);
|
| + checkUnnamed152(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--;
|
| }
|
|
|
| -buildUnnamed74() {
|
| +buildUnnamed153() {
|
| var o = new core.List<api.Player>();
|
| o.add(buildPlayer());
|
| o.add(buildPlayer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed74(core.List<api.Player> o) {
|
| +checkUnnamed153(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 = buildUnnamed74();
|
| + o.items = buildUnnamed153();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1787,7 +1787,7 @@ buildPlayerListResponse() {
|
| checkPlayerListResponse(api.PlayerListResponse o) {
|
| buildCounterPlayerListResponse++;
|
| if (buildCounterPlayerListResponse < 3) {
|
| - checkUnnamed74(o.items);
|
| + checkUnnamed153(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--;
|
| }
|
|
|
| -buildUnnamed75() {
|
| +buildUnnamed154() {
|
| var o = new core.List<api.PlayerScoreResponse>();
|
| o.add(buildPlayerScoreResponse());
|
| o.add(buildPlayerScoreResponse());
|
| return o;
|
| }
|
|
|
| -checkUnnamed75(core.List<api.PlayerScoreResponse> o) {
|
| +checkUnnamed154(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 = buildUnnamed75();
|
| + o.submittedScores = buildUnnamed154();
|
| }
|
| buildCounterPlayerScoreListResponse--;
|
| return o;
|
| @@ -1850,32 +1850,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
|
| buildCounterPlayerScoreListResponse++;
|
| if (buildCounterPlayerScoreListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed75(o.submittedScores);
|
| + checkUnnamed154(o.submittedScores);
|
| }
|
| buildCounterPlayerScoreListResponse--;
|
| }
|
|
|
| -buildUnnamed76() {
|
| +buildUnnamed155() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed76(core.List<core.String> o) {
|
| +checkUnnamed155(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'));
|
| }
|
|
|
| -buildUnnamed77() {
|
| +buildUnnamed156() {
|
| var o = new core.List<api.PlayerScore>();
|
| o.add(buildPlayerScore());
|
| o.add(buildPlayerScore());
|
| return o;
|
| }
|
|
|
| -checkUnnamed77(core.List<api.PlayerScore> o) {
|
| +checkUnnamed156(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 = buildUnnamed76();
|
| + o.beatenScoreTimeSpans = buildUnnamed155();
|
| o.formattedScore = "foo";
|
| o.kind = "foo";
|
| o.leaderboardId = "foo";
|
| o.scoreTag = "foo";
|
| - o.unbeatenScores = buildUnnamed77();
|
| + o.unbeatenScores = buildUnnamed156();
|
| }
|
| buildCounterPlayerScoreResponse--;
|
| return o;
|
| @@ -1900,24 +1900,24 @@ buildPlayerScoreResponse() {
|
| checkPlayerScoreResponse(api.PlayerScoreResponse o) {
|
| buildCounterPlayerScoreResponse++;
|
| if (buildCounterPlayerScoreResponse < 3) {
|
| - checkUnnamed76(o.beatenScoreTimeSpans);
|
| + checkUnnamed155(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'));
|
| - checkUnnamed77(o.unbeatenScores);
|
| + checkUnnamed156(o.unbeatenScores);
|
| }
|
| buildCounterPlayerScoreResponse--;
|
| }
|
|
|
| -buildUnnamed78() {
|
| +buildUnnamed157() {
|
| var o = new core.List<api.ScoreSubmission>();
|
| o.add(buildScoreSubmission());
|
| o.add(buildScoreSubmission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed78(core.List<api.ScoreSubmission> o) {
|
| +checkUnnamed157(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 = buildUnnamed78();
|
| + o.scores = buildUnnamed157();
|
| }
|
| buildCounterPlayerScoreSubmissionList--;
|
| return o;
|
| @@ -1939,7 +1939,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
|
| buildCounterPlayerScoreSubmissionList++;
|
| if (buildCounterPlayerScoreSubmissionList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed78(o.scores);
|
| + checkUnnamed157(o.scores);
|
| }
|
| buildCounterPlayerScoreSubmissionList--;
|
| }
|
| @@ -2032,14 +2032,14 @@ checkPushTokenId(api.PushTokenId o) {
|
| buildCounterPushTokenId--;
|
| }
|
|
|
| -buildUnnamed79() {
|
| +buildUnnamed158() {
|
| var o = new core.List<api.QuestMilestone>();
|
| o.add(buildQuestMilestone());
|
| o.add(buildQuestMilestone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed79(core.List<api.QuestMilestone> o) {
|
| +checkUnnamed158(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 = buildUnnamed79();
|
| + o.milestones = buildUnnamed158();
|
| 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'));
|
| - checkUnnamed79(o.milestones);
|
| + checkUnnamed158(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--;
|
| }
|
|
|
| -buildUnnamed80() {
|
| +buildUnnamed159() {
|
| var o = new core.List<api.Quest>();
|
| o.add(buildQuest());
|
| o.add(buildQuest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed80(core.List<api.Quest> o) {
|
| +checkUnnamed159(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 = buildUnnamed80();
|
| + o.items = buildUnnamed159();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2173,21 +2173,21 @@ buildQuestListResponse() {
|
| checkQuestListResponse(api.QuestListResponse o) {
|
| buildCounterQuestListResponse++;
|
| if (buildCounterQuestListResponse < 3) {
|
| - checkUnnamed80(o.items);
|
| + checkUnnamed159(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterQuestListResponse--;
|
| }
|
|
|
| -buildUnnamed81() {
|
| +buildUnnamed160() {
|
| var o = new core.List<api.QuestCriterion>();
|
| o.add(buildQuestCriterion());
|
| o.add(buildQuestCriterion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed81(core.List<api.QuestCriterion> o) {
|
| +checkUnnamed160(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 = buildUnnamed81();
|
| + o.criteria = buildUnnamed160();
|
| 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'));
|
| - checkUnnamed81(o.criteria);
|
| + checkUnnamed160(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--;
|
| }
|
|
|
| -buildUnnamed82() {
|
| +buildUnnamed161() {
|
| var o = new core.List<api.RoomParticipant>();
|
| o.add(buildRoomParticipant());
|
| o.add(buildRoomParticipant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed82(core.List<api.RoomParticipant> o) {
|
| +checkUnnamed161(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 = buildUnnamed82();
|
| + o.participants = buildUnnamed161();
|
| 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);
|
| - checkUnnamed82(o.participants);
|
| + checkUnnamed161(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--;
|
| }
|
|
|
| -buildUnnamed83() {
|
| +buildUnnamed162() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed83(core.List<core.String> o) {
|
| +checkUnnamed162(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'));
|
| }
|
|
|
| -buildUnnamed84() {
|
| +buildUnnamed163() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed84(core.List<core.String> o) {
|
| +checkUnnamed163(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 = buildUnnamed83();
|
| + o.capabilities = buildUnnamed162();
|
| o.clientAddress = buildRoomClientAddress();
|
| - o.invitedPlayerIds = buildUnnamed84();
|
| + o.invitedPlayerIds = buildUnnamed163();
|
| o.kind = "foo";
|
| o.networkDiagnostics = buildNetworkDiagnostics();
|
| o.requestId = "foo";
|
| @@ -2414,9 +2414,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
|
| buildCounterRoomCreateRequest++;
|
| if (buildCounterRoomCreateRequest < 3) {
|
| checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
|
| - checkUnnamed83(o.capabilities);
|
| + checkUnnamed162(o.capabilities);
|
| checkRoomClientAddress(o.clientAddress);
|
| - checkUnnamed84(o.invitedPlayerIds);
|
| + checkUnnamed163(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--;
|
| }
|
|
|
| -buildUnnamed85() {
|
| +buildUnnamed164() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed85(core.List<core.String> o) {
|
| +checkUnnamed164(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 = buildUnnamed85();
|
| + o.capabilities = buildUnnamed164();
|
| o.clientAddress = buildRoomClientAddress();
|
| o.kind = "foo";
|
| o.networkDiagnostics = buildNetworkDiagnostics();
|
| @@ -2455,7 +2455,7 @@ buildRoomJoinRequest() {
|
| checkRoomJoinRequest(api.RoomJoinRequest o) {
|
| buildCounterRoomJoinRequest++;
|
| if (buildCounterRoomJoinRequest < 3) {
|
| - checkUnnamed85(o.capabilities);
|
| + checkUnnamed164(o.capabilities);
|
| checkRoomClientAddress(o.clientAddress);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkNetworkDiagnostics(o.networkDiagnostics);
|
| @@ -2463,14 +2463,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
|
| buildCounterRoomJoinRequest--;
|
| }
|
|
|
| -buildUnnamed86() {
|
| +buildUnnamed165() {
|
| var o = new core.List<api.PeerSessionDiagnostics>();
|
| o.add(buildPeerSessionDiagnostics());
|
| o.add(buildPeerSessionDiagnostics());
|
| return o;
|
| }
|
|
|
| -checkUnnamed86(core.List<api.PeerSessionDiagnostics> o) {
|
| +checkUnnamed165(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 = buildUnnamed86();
|
| + o.peerSession = buildUnnamed165();
|
| 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'));
|
| - checkUnnamed86(o.peerSession);
|
| + checkUnnamed165(o.peerSession);
|
| unittest.expect(o.socketsUsed, unittest.isTrue);
|
| }
|
| buildCounterRoomLeaveDiagnostics--;
|
| @@ -2532,14 +2532,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
|
| buildCounterRoomLeaveRequest--;
|
| }
|
|
|
| -buildUnnamed87() {
|
| +buildUnnamed166() {
|
| var o = new core.List<api.Room>();
|
| o.add(buildRoom());
|
| o.add(buildRoom());
|
| return o;
|
| }
|
|
|
| -checkUnnamed87(core.List<api.Room> o) {
|
| +checkUnnamed166(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 = buildUnnamed87();
|
| + o.items = buildUnnamed166();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2561,7 +2561,7 @@ buildRoomList() {
|
| checkRoomList(api.RoomList o) {
|
| buildCounterRoomList++;
|
| if (buildCounterRoomList < 3) {
|
| - checkUnnamed87(o.items);
|
| + checkUnnamed166(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--;
|
| }
|
|
|
| -buildUnnamed88() {
|
| +buildUnnamed167() {
|
| var o = new core.List<api.RoomP2PStatus>();
|
| o.add(buildRoomP2PStatus());
|
| o.add(buildRoomP2PStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed88(core.List<api.RoomP2PStatus> o) {
|
| +checkUnnamed167(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 = buildUnnamed88();
|
| + o.updates = buildUnnamed167();
|
| }
|
| buildCounterRoomP2PStatuses--;
|
| return o;
|
| @@ -2651,19 +2651,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
|
| buildCounterRoomP2PStatuses++;
|
| if (buildCounterRoomP2PStatuses < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed88(o.updates);
|
| + checkUnnamed167(o.updates);
|
| }
|
| buildCounterRoomP2PStatuses--;
|
| }
|
|
|
| -buildUnnamed89() {
|
| +buildUnnamed168() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed89(core.List<core.String> o) {
|
| +checkUnnamed168(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 = buildUnnamed89();
|
| + o.capabilities = buildUnnamed168();
|
| 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);
|
| - checkUnnamed89(o.capabilities);
|
| + checkUnnamed168(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--;
|
| }
|
|
|
| -buildUnnamed90() {
|
| +buildUnnamed169() {
|
| var o = new core.List<api.RoomParticipant>();
|
| o.add(buildRoomParticipant());
|
| o.add(buildRoomParticipant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed90(core.List<api.RoomParticipant> o) {
|
| +checkUnnamed169(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 = buildUnnamed90();
|
| + o.participants = buildUnnamed169();
|
| 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'));
|
| - checkUnnamed90(o.participants);
|
| + checkUnnamed169(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--;
|
| }
|
|
|
| -buildUnnamed91() {
|
| +buildUnnamed170() {
|
| var o = new core.List<api.Snapshot>();
|
| o.add(buildSnapshot());
|
| o.add(buildSnapshot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed91(core.List<api.Snapshot> o) {
|
| +checkUnnamed170(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 = buildUnnamed91();
|
| + o.items = buildUnnamed170();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2870,7 +2870,7 @@ buildSnapshotListResponse() {
|
| checkSnapshotListResponse(api.SnapshotListResponse o) {
|
| buildCounterSnapshotListResponse++;
|
| if (buildCounterSnapshotListResponse < 3) {
|
| - checkUnnamed91(o.items);
|
| + checkUnnamed170(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--;
|
| }
|
|
|
| -buildUnnamed92() {
|
| +buildUnnamed171() {
|
| var o = new core.List<api.TurnBasedMatchParticipant>();
|
| o.add(buildTurnBasedMatchParticipant());
|
| o.add(buildTurnBasedMatchParticipant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed92(core.List<api.TurnBasedMatchParticipant> o) {
|
| +checkUnnamed171(core.List<api.TurnBasedMatchParticipant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTurnBasedMatchParticipant(o[0]);
|
| checkTurnBasedMatchParticipant(o[1]);
|
| }
|
|
|
| -buildUnnamed93() {
|
| +buildUnnamed172() {
|
| var o = new core.List<api.ParticipantResult>();
|
| o.add(buildParticipantResult());
|
| o.add(buildParticipantResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed93(core.List<api.ParticipantResult> o) {
|
| +checkUnnamed172(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 = buildUnnamed92();
|
| + o.participants = buildUnnamed171();
|
| o.pendingParticipantId = "foo";
|
| o.previousMatchData = buildTurnBasedMatchData();
|
| o.rematchId = "foo";
|
| - o.results = buildUnnamed93();
|
| + o.results = buildUnnamed172();
|
| 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));
|
| - checkUnnamed92(o.participants);
|
| + checkUnnamed171(o.participants);
|
| unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
|
| checkTurnBasedMatchData(o.previousMatchData);
|
| unittest.expect(o.rematchId, unittest.equals('foo'));
|
| - checkUnnamed93(o.results);
|
| + checkUnnamed172(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--;
|
| }
|
|
|
| -buildUnnamed94() {
|
| +buildUnnamed173() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed94(core.List<core.String> o) {
|
| +checkUnnamed173(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 = buildUnnamed94();
|
| + o.invitedPlayerIds = buildUnnamed173();
|
| o.kind = "foo";
|
| o.requestId = "foo";
|
| o.variant = 42;
|
| @@ -3017,7 +3017,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
|
| buildCounterTurnBasedMatchCreateRequest++;
|
| if (buildCounterTurnBasedMatchCreateRequest < 3) {
|
| checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
|
| - checkUnnamed94(o.invitedPlayerIds);
|
| + checkUnnamed173(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--;
|
| }
|
|
|
| -buildUnnamed95() {
|
| +buildUnnamed174() {
|
| var o = new core.List<api.TurnBasedMatch>();
|
| o.add(buildTurnBasedMatch());
|
| o.add(buildTurnBasedMatch());
|
| return o;
|
| }
|
|
|
| -checkUnnamed95(core.List<api.TurnBasedMatch> o) {
|
| +checkUnnamed174(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 = buildUnnamed95();
|
| + o.items = buildUnnamed174();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3098,7 +3098,7 @@ buildTurnBasedMatchList() {
|
| checkTurnBasedMatchList(api.TurnBasedMatchList o) {
|
| buildCounterTurnBasedMatchList++;
|
| if (buildCounterTurnBasedMatchList < 3) {
|
| - checkUnnamed95(o.items);
|
| + checkUnnamed174(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--;
|
| }
|
|
|
| -buildUnnamed96() {
|
| +buildUnnamed175() {
|
| var o = new core.List<api.ParticipantResult>();
|
| o.add(buildParticipantResult());
|
| o.add(buildParticipantResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed96(core.List<api.ParticipantResult> o) {
|
| +checkUnnamed175(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 = buildUnnamed96();
|
| + o.results = buildUnnamed175();
|
| }
|
| 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));
|
| - checkUnnamed96(o.results);
|
| + checkUnnamed175(o.results);
|
| }
|
| buildCounterTurnBasedMatchResults--;
|
| }
|
|
|
| -buildUnnamed97() {
|
| +buildUnnamed176() {
|
| var o = new core.List<api.TurnBasedMatch>();
|
| o.add(buildTurnBasedMatch());
|
| o.add(buildTurnBasedMatch());
|
| return o;
|
| }
|
|
|
| -checkUnnamed97(core.List<api.TurnBasedMatch> o) {
|
| +checkUnnamed176(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 = buildUnnamed97();
|
| + o.items = buildUnnamed176();
|
| o.kind = "foo";
|
| o.moreAvailable = true;
|
| o.nextPageToken = "foo";
|
| @@ -3248,7 +3248,7 @@ buildTurnBasedMatchSync() {
|
| checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
|
| buildCounterTurnBasedMatchSync++;
|
| if (buildCounterTurnBasedMatchSync < 3) {
|
| - checkUnnamed97(o.items);
|
| + checkUnnamed176(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--;
|
| }
|
|
|
| -buildUnnamed98() {
|
| +buildUnnamed177() {
|
| var o = new core.List<api.ParticipantResult>();
|
| o.add(buildParticipantResult());
|
| o.add(buildParticipantResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed98(core.List<api.ParticipantResult> o) {
|
| +checkUnnamed177(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 = buildUnnamed98();
|
| + o.results = buildUnnamed177();
|
| }
|
| 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'));
|
| - checkUnnamed98(o.results);
|
| + checkUnnamed177(o.results);
|
| }
|
| buildCounterTurnBasedMatchTurn--;
|
| }
|
|
|