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 ab68f90331cc44dd64c583a0ce6c1e8502379b96..52cd71e41be0adb66e404a11eaa44d69c51361c2 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() { |
+buildUnnamed491() { |
var o = new core.List<api.AchievementDefinition>(); |
o.add(buildAchievementDefinition()); |
o.add(buildAchievementDefinition()); |
return o; |
} |
-checkUnnamed20(core.List<api.AchievementDefinition> o) { |
+checkUnnamed491(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 = buildUnnamed491(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -88,7 +88,7 @@ buildAchievementDefinitionsListResponse() { |
checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) { |
buildCounterAchievementDefinitionsListResponse++; |
if (buildCounterAchievementDefinitionsListResponse < 3) { |
- checkUnnamed20(o.items); |
+ checkUnnamed491(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() { |
+buildUnnamed492() { |
var o = new core.List<api.AchievementUpdateRequest>(); |
o.add(buildAchievementUpdateRequest()); |
o.add(buildAchievementUpdateRequest()); |
return o; |
} |
-checkUnnamed21(core.List<api.AchievementUpdateRequest> o) { |
+checkUnnamed492(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 = buildUnnamed492(); |
} |
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); |
+ checkUnnamed492(o.updates); |
} |
buildCounterAchievementUpdateMultipleRequest--; |
} |
-buildUnnamed22() { |
+buildUnnamed493() { |
var o = new core.List<api.AchievementUpdateResponse>(); |
o.add(buildAchievementUpdateResponse()); |
o.add(buildAchievementUpdateResponse()); |
return o; |
} |
-checkUnnamed22(core.List<api.AchievementUpdateResponse> o) { |
+checkUnnamed493(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 = buildUnnamed493(); |
} |
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); |
+ checkUnnamed493(o.updatedAchievements); |
} |
buildCounterAchievementUpdateMultipleResponse--; |
} |
@@ -357,40 +357,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) { |
buildCounterAnonymousPlayer--; |
} |
-buildUnnamed23() { |
+buildUnnamed494() { |
var o = new core.List<api.ImageAsset>(); |
o.add(buildImageAsset()); |
o.add(buildImageAsset()); |
return o; |
} |
-checkUnnamed23(core.List<api.ImageAsset> o) { |
+checkUnnamed494(core.List<api.ImageAsset> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImageAsset(o[0]); |
checkImageAsset(o[1]); |
} |
-buildUnnamed24() { |
+buildUnnamed495() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed24(core.List<core.String> o) { |
+checkUnnamed495(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() { |
+buildUnnamed496() { |
var o = new core.List<api.Instance>(); |
o.add(buildInstance()); |
o.add(buildInstance()); |
return o; |
} |
-checkUnnamed25(core.List<api.Instance> o) { |
+checkUnnamed496(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 = buildUnnamed494(); |
o.author = "foo"; |
o.category = buildApplicationCategory(); |
o.description = "foo"; |
- o.enabledFeatures = buildUnnamed24(); |
+ o.enabledFeatures = buildUnnamed495(); |
o.id = "foo"; |
- o.instances = buildUnnamed25(); |
+ o.instances = buildUnnamed496(); |
o.kind = "foo"; |
o.lastUpdatedTimestamp = "foo"; |
o.leaderboardCount = 42; |
@@ -422,13 +422,13 @@ checkApplication(api.Application o) { |
buildCounterApplication++; |
if (buildCounterApplication < 3) { |
unittest.expect(o.achievementCount, unittest.equals(42)); |
- checkUnnamed23(o.assets); |
+ checkUnnamed494(o.assets); |
unittest.expect(o.author, unittest.equals('foo')); |
checkApplicationCategory(o.category); |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed24(o.enabledFeatures); |
+ checkUnnamed495(o.enabledFeatures); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed25(o.instances); |
+ checkUnnamed496(o.instances); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo')); |
unittest.expect(o.leaderboardCount, unittest.equals(42)); |
@@ -483,14 +483,14 @@ checkCategory(api.Category o) { |
buildCounterCategory--; |
} |
-buildUnnamed26() { |
+buildUnnamed497() { |
var o = new core.List<api.Category>(); |
o.add(buildCategory()); |
o.add(buildCategory()); |
return o; |
} |
-checkUnnamed26(core.List<api.Category> o) { |
+checkUnnamed497(core.List<api.Category> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCategory(o[0]); |
checkCategory(o[1]); |
@@ -501,7 +501,7 @@ buildCategoryListResponse() { |
var o = new api.CategoryListResponse(); |
buildCounterCategoryListResponse++; |
if (buildCounterCategoryListResponse < 3) { |
- o.items = buildUnnamed26(); |
+ o.items = buildUnnamed497(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -512,7 +512,7 @@ buildCategoryListResponse() { |
checkCategoryListResponse(api.CategoryListResponse o) { |
buildCounterCategoryListResponse++; |
if (buildCounterCategoryListResponse < 3) { |
- checkUnnamed26(o.items); |
+ checkUnnamed497(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -563,14 +563,14 @@ checkEventChild(api.EventChild o) { |
buildCounterEventChild--; |
} |
-buildUnnamed27() { |
+buildUnnamed498() { |
var o = new core.List<api.EventChild>(); |
o.add(buildEventChild()); |
o.add(buildEventChild()); |
return o; |
} |
-checkUnnamed27(core.List<api.EventChild> o) { |
+checkUnnamed498(core.List<api.EventChild> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventChild(o[0]); |
checkEventChild(o[1]); |
@@ -581,7 +581,7 @@ buildEventDefinition() { |
var o = new api.EventDefinition(); |
buildCounterEventDefinition++; |
if (buildCounterEventDefinition < 3) { |
- o.childEvents = buildUnnamed27(); |
+ o.childEvents = buildUnnamed498(); |
o.description = "foo"; |
o.displayName = "foo"; |
o.id = "foo"; |
@@ -597,7 +597,7 @@ buildEventDefinition() { |
checkEventDefinition(api.EventDefinition o) { |
buildCounterEventDefinition++; |
if (buildCounterEventDefinition < 3) { |
- checkUnnamed27(o.childEvents); |
+ checkUnnamed498(o.childEvents); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -609,14 +609,14 @@ checkEventDefinition(api.EventDefinition o) { |
buildCounterEventDefinition--; |
} |
-buildUnnamed28() { |
+buildUnnamed499() { |
var o = new core.List<api.EventDefinition>(); |
o.add(buildEventDefinition()); |
o.add(buildEventDefinition()); |
return o; |
} |
-checkUnnamed28(core.List<api.EventDefinition> o) { |
+checkUnnamed499(core.List<api.EventDefinition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventDefinition(o[0]); |
checkEventDefinition(o[1]); |
@@ -627,7 +627,7 @@ buildEventDefinitionListResponse() { |
var o = new api.EventDefinitionListResponse(); |
buildCounterEventDefinitionListResponse++; |
if (buildCounterEventDefinitionListResponse < 3) { |
- o.items = buildUnnamed28(); |
+ o.items = buildUnnamed499(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -638,7 +638,7 @@ buildEventDefinitionListResponse() { |
checkEventDefinitionListResponse(api.EventDefinitionListResponse o) { |
buildCounterEventDefinitionListResponse++; |
if (buildCounterEventDefinitionListResponse < 3) { |
- checkUnnamed28(o.items); |
+ checkUnnamed499(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -668,14 +668,14 @@ checkEventPeriodRange(api.EventPeriodRange o) { |
buildCounterEventPeriodRange--; |
} |
-buildUnnamed29() { |
+buildUnnamed500() { |
var o = new core.List<api.EventUpdateRequest>(); |
o.add(buildEventUpdateRequest()); |
o.add(buildEventUpdateRequest()); |
return o; |
} |
-checkUnnamed29(core.List<api.EventUpdateRequest> o) { |
+checkUnnamed500(core.List<api.EventUpdateRequest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventUpdateRequest(o[0]); |
checkEventUpdateRequest(o[1]); |
@@ -688,7 +688,7 @@ buildEventPeriodUpdate() { |
if (buildCounterEventPeriodUpdate < 3) { |
o.kind = "foo"; |
o.timePeriod = buildEventPeriodRange(); |
- o.updates = buildUnnamed29(); |
+ o.updates = buildUnnamed500(); |
} |
buildCounterEventPeriodUpdate--; |
return o; |
@@ -699,7 +699,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) { |
if (buildCounterEventPeriodUpdate < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
checkEventPeriodRange(o.timePeriod); |
- checkUnnamed29(o.updates); |
+ checkUnnamed500(o.updates); |
} |
buildCounterEventPeriodUpdate--; |
} |
@@ -727,14 +727,14 @@ checkEventRecordFailure(api.EventRecordFailure o) { |
buildCounterEventRecordFailure--; |
} |
-buildUnnamed30() { |
+buildUnnamed501() { |
var o = new core.List<api.EventPeriodUpdate>(); |
o.add(buildEventPeriodUpdate()); |
o.add(buildEventPeriodUpdate()); |
return o; |
} |
-checkUnnamed30(core.List<api.EventPeriodUpdate> o) { |
+checkUnnamed501(core.List<api.EventPeriodUpdate> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventPeriodUpdate(o[0]); |
checkEventPeriodUpdate(o[1]); |
@@ -748,7 +748,7 @@ buildEventRecordRequest() { |
o.currentTimeMillis = "foo"; |
o.kind = "foo"; |
o.requestId = "foo"; |
- o.timePeriods = buildUnnamed30(); |
+ o.timePeriods = buildUnnamed501(); |
} |
buildCounterEventRecordRequest--; |
return o; |
@@ -760,7 +760,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); |
+ checkUnnamed501(o.timePeriods); |
} |
buildCounterEventRecordRequest--; |
} |
@@ -788,40 +788,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) { |
buildCounterEventUpdateRequest--; |
} |
-buildUnnamed31() { |
+buildUnnamed502() { |
var o = new core.List<api.EventBatchRecordFailure>(); |
o.add(buildEventBatchRecordFailure()); |
o.add(buildEventBatchRecordFailure()); |
return o; |
} |
-checkUnnamed31(core.List<api.EventBatchRecordFailure> o) { |
+checkUnnamed502(core.List<api.EventBatchRecordFailure> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventBatchRecordFailure(o[0]); |
checkEventBatchRecordFailure(o[1]); |
} |
-buildUnnamed32() { |
+buildUnnamed503() { |
var o = new core.List<api.EventRecordFailure>(); |
o.add(buildEventRecordFailure()); |
o.add(buildEventRecordFailure()); |
return o; |
} |
-checkUnnamed32(core.List<api.EventRecordFailure> o) { |
+checkUnnamed503(core.List<api.EventRecordFailure> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventRecordFailure(o[0]); |
checkEventRecordFailure(o[1]); |
} |
-buildUnnamed33() { |
+buildUnnamed504() { |
var o = new core.List<api.PlayerEvent>(); |
o.add(buildPlayerEvent()); |
o.add(buildPlayerEvent()); |
return o; |
} |
-checkUnnamed33(core.List<api.PlayerEvent> o) { |
+checkUnnamed504(core.List<api.PlayerEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerEvent(o[0]); |
checkPlayerEvent(o[1]); |
@@ -832,10 +832,10 @@ buildEventUpdateResponse() { |
var o = new api.EventUpdateResponse(); |
buildCounterEventUpdateResponse++; |
if (buildCounterEventUpdateResponse < 3) { |
- o.batchFailures = buildUnnamed31(); |
- o.eventFailures = buildUnnamed32(); |
+ o.batchFailures = buildUnnamed502(); |
+ o.eventFailures = buildUnnamed503(); |
o.kind = "foo"; |
- o.playerEvents = buildUnnamed33(); |
+ o.playerEvents = buildUnnamed504(); |
} |
buildCounterEventUpdateResponse--; |
return o; |
@@ -844,10 +844,10 @@ buildEventUpdateResponse() { |
checkEventUpdateResponse(api.EventUpdateResponse o) { |
buildCounterEventUpdateResponse++; |
if (buildCounterEventUpdateResponse < 3) { |
- checkUnnamed31(o.batchFailures); |
- checkUnnamed32(o.eventFailures); |
+ checkUnnamed502(o.batchFailures); |
+ checkUnnamed503(o.eventFailures); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed33(o.playerEvents); |
+ checkUnnamed504(o.playerEvents); |
} |
buildCounterEventUpdateResponse--; |
} |
@@ -1101,14 +1101,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) { |
buildCounterLeaderboardEntry--; |
} |
-buildUnnamed34() { |
+buildUnnamed505() { |
var o = new core.List<api.Leaderboard>(); |
o.add(buildLeaderboard()); |
o.add(buildLeaderboard()); |
return o; |
} |
-checkUnnamed34(core.List<api.Leaderboard> o) { |
+checkUnnamed505(core.List<api.Leaderboard> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLeaderboard(o[0]); |
checkLeaderboard(o[1]); |
@@ -1119,7 +1119,7 @@ buildLeaderboardListResponse() { |
var o = new api.LeaderboardListResponse(); |
buildCounterLeaderboardListResponse++; |
if (buildCounterLeaderboardListResponse < 3) { |
- o.items = buildUnnamed34(); |
+ o.items = buildUnnamed505(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1130,7 +1130,7 @@ buildLeaderboardListResponse() { |
checkLeaderboardListResponse(api.LeaderboardListResponse o) { |
buildCounterLeaderboardListResponse++; |
if (buildCounterLeaderboardListResponse < 3) { |
- checkUnnamed34(o.items); |
+ checkUnnamed505(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1164,14 +1164,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) { |
buildCounterLeaderboardScoreRank--; |
} |
-buildUnnamed35() { |
+buildUnnamed506() { |
var o = new core.List<api.LeaderboardEntry>(); |
o.add(buildLeaderboardEntry()); |
o.add(buildLeaderboardEntry()); |
return o; |
} |
-checkUnnamed35(core.List<api.LeaderboardEntry> o) { |
+checkUnnamed506(core.List<api.LeaderboardEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLeaderboardEntry(o[0]); |
checkLeaderboardEntry(o[1]); |
@@ -1182,7 +1182,7 @@ buildLeaderboardScores() { |
var o = new api.LeaderboardScores(); |
buildCounterLeaderboardScores++; |
if (buildCounterLeaderboardScores < 3) { |
- o.items = buildUnnamed35(); |
+ o.items = buildUnnamed506(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.numScores = "foo"; |
@@ -1196,7 +1196,7 @@ buildLeaderboardScores() { |
checkLeaderboardScores(api.LeaderboardScores o) { |
buildCounterLeaderboardScores++; |
if (buildCounterLeaderboardScores < 3) { |
- checkUnnamed35(o.items); |
+ checkUnnamed506(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.numScores, unittest.equals('foo')); |
@@ -1206,14 +1206,14 @@ checkLeaderboardScores(api.LeaderboardScores o) { |
buildCounterLeaderboardScores--; |
} |
-buildUnnamed36() { |
+buildUnnamed507() { |
var o = new core.List<api.PlayerLevel>(); |
o.add(buildPlayerLevel()); |
o.add(buildPlayerLevel()); |
return o; |
} |
-checkUnnamed36(core.List<api.PlayerLevel> o) { |
+checkUnnamed507(core.List<api.PlayerLevel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerLevel(o[0]); |
checkPlayerLevel(o[1]); |
@@ -1226,7 +1226,7 @@ buildMetagameConfig() { |
if (buildCounterMetagameConfig < 3) { |
o.currentVersion = 42; |
o.kind = "foo"; |
- o.playerLevels = buildUnnamed36(); |
+ o.playerLevels = buildUnnamed507(); |
} |
buildCounterMetagameConfig--; |
return o; |
@@ -1237,7 +1237,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); |
+ checkUnnamed507(o.playerLevels); |
} |
buildCounterMetagameConfig--; |
} |
@@ -1466,14 +1466,14 @@ checkPlayerAchievement(api.PlayerAchievement o) { |
buildCounterPlayerAchievement--; |
} |
-buildUnnamed37() { |
+buildUnnamed508() { |
var o = new core.List<api.PlayerAchievement>(); |
o.add(buildPlayerAchievement()); |
o.add(buildPlayerAchievement()); |
return o; |
} |
-checkUnnamed37(core.List<api.PlayerAchievement> o) { |
+checkUnnamed508(core.List<api.PlayerAchievement> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerAchievement(o[0]); |
checkPlayerAchievement(o[1]); |
@@ -1484,7 +1484,7 @@ buildPlayerAchievementListResponse() { |
var o = new api.PlayerAchievementListResponse(); |
buildCounterPlayerAchievementListResponse++; |
if (buildCounterPlayerAchievementListResponse < 3) { |
- o.items = buildUnnamed37(); |
+ o.items = buildUnnamed508(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1495,7 +1495,7 @@ buildPlayerAchievementListResponse() { |
checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) { |
buildCounterPlayerAchievementListResponse++; |
if (buildCounterPlayerAchievementListResponse < 3) { |
- checkUnnamed37(o.items); |
+ checkUnnamed508(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1529,14 +1529,14 @@ checkPlayerEvent(api.PlayerEvent o) { |
buildCounterPlayerEvent--; |
} |
-buildUnnamed38() { |
+buildUnnamed509() { |
var o = new core.List<api.PlayerEvent>(); |
o.add(buildPlayerEvent()); |
o.add(buildPlayerEvent()); |
return o; |
} |
-checkUnnamed38(core.List<api.PlayerEvent> o) { |
+checkUnnamed509(core.List<api.PlayerEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerEvent(o[0]); |
checkPlayerEvent(o[1]); |
@@ -1547,7 +1547,7 @@ buildPlayerEventListResponse() { |
var o = new api.PlayerEventListResponse(); |
buildCounterPlayerEventListResponse++; |
if (buildCounterPlayerEventListResponse < 3) { |
- o.items = buildUnnamed38(); |
+ o.items = buildUnnamed509(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1558,7 +1558,7 @@ buildPlayerEventListResponse() { |
checkPlayerEventListResponse(api.PlayerEventListResponse o) { |
buildCounterPlayerEventListResponse++; |
if (buildCounterPlayerEventListResponse < 3) { |
- checkUnnamed38(o.items); |
+ checkUnnamed509(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1627,14 +1627,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) { |
buildCounterPlayerLeaderboardScore--; |
} |
-buildUnnamed39() { |
+buildUnnamed510() { |
var o = new core.List<api.PlayerLeaderboardScore>(); |
o.add(buildPlayerLeaderboardScore()); |
o.add(buildPlayerLeaderboardScore()); |
return o; |
} |
-checkUnnamed39(core.List<api.PlayerLeaderboardScore> o) { |
+checkUnnamed510(core.List<api.PlayerLeaderboardScore> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerLeaderboardScore(o[0]); |
checkPlayerLeaderboardScore(o[1]); |
@@ -1645,7 +1645,7 @@ buildPlayerLeaderboardScoreListResponse() { |
var o = new api.PlayerLeaderboardScoreListResponse(); |
buildCounterPlayerLeaderboardScoreListResponse++; |
if (buildCounterPlayerLeaderboardScoreListResponse < 3) { |
- o.items = buildUnnamed39(); |
+ o.items = buildUnnamed510(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.player = buildPlayer(); |
@@ -1657,7 +1657,7 @@ buildPlayerLeaderboardScoreListResponse() { |
checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) { |
buildCounterPlayerLeaderboardScoreListResponse++; |
if (buildCounterPlayerLeaderboardScoreListResponse < 3) { |
- checkUnnamed39(o.items); |
+ checkUnnamed510(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPlayer(o.player); |
@@ -1690,14 +1690,14 @@ checkPlayerLevel(api.PlayerLevel o) { |
buildCounterPlayerLevel--; |
} |
-buildUnnamed40() { |
+buildUnnamed511() { |
var o = new core.List<api.Player>(); |
o.add(buildPlayer()); |
o.add(buildPlayer()); |
return o; |
} |
-checkUnnamed40(core.List<api.Player> o) { |
+checkUnnamed511(core.List<api.Player> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayer(o[0]); |
checkPlayer(o[1]); |
@@ -1708,7 +1708,7 @@ buildPlayerListResponse() { |
var o = new api.PlayerListResponse(); |
buildCounterPlayerListResponse++; |
if (buildCounterPlayerListResponse < 3) { |
- o.items = buildUnnamed40(); |
+ o.items = buildUnnamed511(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1719,7 +1719,7 @@ buildPlayerListResponse() { |
checkPlayerListResponse(api.PlayerListResponse o) { |
buildCounterPlayerListResponse++; |
if (buildCounterPlayerListResponse < 3) { |
- checkUnnamed40(o.items); |
+ checkUnnamed511(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1753,14 +1753,14 @@ checkPlayerScore(api.PlayerScore o) { |
buildCounterPlayerScore--; |
} |
-buildUnnamed41() { |
+buildUnnamed512() { |
var o = new core.List<api.PlayerScoreResponse>(); |
o.add(buildPlayerScoreResponse()); |
o.add(buildPlayerScoreResponse()); |
return o; |
} |
-checkUnnamed41(core.List<api.PlayerScoreResponse> o) { |
+checkUnnamed512(core.List<api.PlayerScoreResponse> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerScoreResponse(o[0]); |
checkPlayerScoreResponse(o[1]); |
@@ -1772,7 +1772,7 @@ buildPlayerScoreListResponse() { |
buildCounterPlayerScoreListResponse++; |
if (buildCounterPlayerScoreListResponse < 3) { |
o.kind = "foo"; |
- o.submittedScores = buildUnnamed41(); |
+ o.submittedScores = buildUnnamed512(); |
} |
buildCounterPlayerScoreListResponse--; |
return o; |
@@ -1782,32 +1782,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) { |
buildCounterPlayerScoreListResponse++; |
if (buildCounterPlayerScoreListResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed41(o.submittedScores); |
+ checkUnnamed512(o.submittedScores); |
} |
buildCounterPlayerScoreListResponse--; |
} |
-buildUnnamed42() { |
+buildUnnamed513() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed42(core.List<core.String> o) { |
+checkUnnamed513(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() { |
+buildUnnamed514() { |
var o = new core.List<api.PlayerScore>(); |
o.add(buildPlayerScore()); |
o.add(buildPlayerScore()); |
return o; |
} |
-checkUnnamed43(core.List<api.PlayerScore> o) { |
+checkUnnamed514(core.List<api.PlayerScore> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerScore(o[0]); |
checkPlayerScore(o[1]); |
@@ -1818,12 +1818,12 @@ buildPlayerScoreResponse() { |
var o = new api.PlayerScoreResponse(); |
buildCounterPlayerScoreResponse++; |
if (buildCounterPlayerScoreResponse < 3) { |
- o.beatenScoreTimeSpans = buildUnnamed42(); |
+ o.beatenScoreTimeSpans = buildUnnamed513(); |
o.formattedScore = "foo"; |
o.kind = "foo"; |
o.leaderboardId = "foo"; |
o.scoreTag = "foo"; |
- o.unbeatenScores = buildUnnamed43(); |
+ o.unbeatenScores = buildUnnamed514(); |
} |
buildCounterPlayerScoreResponse--; |
return o; |
@@ -1832,24 +1832,24 @@ buildPlayerScoreResponse() { |
checkPlayerScoreResponse(api.PlayerScoreResponse o) { |
buildCounterPlayerScoreResponse++; |
if (buildCounterPlayerScoreResponse < 3) { |
- checkUnnamed42(o.beatenScoreTimeSpans); |
+ checkUnnamed513(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); |
+ checkUnnamed514(o.unbeatenScores); |
} |
buildCounterPlayerScoreResponse--; |
} |
-buildUnnamed44() { |
+buildUnnamed515() { |
var o = new core.List<api.ScoreSubmission>(); |
o.add(buildScoreSubmission()); |
o.add(buildScoreSubmission()); |
return o; |
} |
-checkUnnamed44(core.List<api.ScoreSubmission> o) { |
+checkUnnamed515(core.List<api.ScoreSubmission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkScoreSubmission(o[0]); |
checkScoreSubmission(o[1]); |
@@ -1861,7 +1861,7 @@ buildPlayerScoreSubmissionList() { |
buildCounterPlayerScoreSubmissionList++; |
if (buildCounterPlayerScoreSubmissionList < 3) { |
o.kind = "foo"; |
- o.scores = buildUnnamed44(); |
+ o.scores = buildUnnamed515(); |
} |
buildCounterPlayerScoreSubmissionList--; |
return o; |
@@ -1871,7 +1871,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) { |
buildCounterPlayerScoreSubmissionList++; |
if (buildCounterPlayerScoreSubmissionList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed44(o.scores); |
+ checkUnnamed515(o.scores); |
} |
buildCounterPlayerScoreSubmissionList--; |
} |
@@ -1943,14 +1943,14 @@ checkPushTokenId(api.PushTokenId o) { |
buildCounterPushTokenId--; |
} |
-buildUnnamed45() { |
+buildUnnamed516() { |
var o = new core.List<api.QuestMilestone>(); |
o.add(buildQuestMilestone()); |
o.add(buildQuestMilestone()); |
return o; |
} |
-checkUnnamed45(core.List<api.QuestMilestone> o) { |
+checkUnnamed516(core.List<api.QuestMilestone> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuestMilestone(o[0]); |
checkQuestMilestone(o[1]); |
@@ -1972,7 +1972,7 @@ buildQuest() { |
o.isDefaultIconUrl = true; |
o.kind = "foo"; |
o.lastUpdatedTimestampMillis = "foo"; |
- o.milestones = buildUnnamed45(); |
+ o.milestones = buildUnnamed516(); |
o.name = "foo"; |
o.notifyTimestampMillis = "foo"; |
o.startTimestampMillis = "foo"; |
@@ -1996,7 +1996,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); |
+ checkUnnamed516(o.milestones); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.notifyTimestampMillis, unittest.equals('foo')); |
unittest.expect(o.startTimestampMillis, unittest.equals('foo')); |
@@ -2055,14 +2055,14 @@ checkQuestCriterion(api.QuestCriterion o) { |
buildCounterQuestCriterion--; |
} |
-buildUnnamed46() { |
+buildUnnamed517() { |
var o = new core.List<api.Quest>(); |
o.add(buildQuest()); |
o.add(buildQuest()); |
return o; |
} |
-checkUnnamed46(core.List<api.Quest> o) { |
+checkUnnamed517(core.List<api.Quest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuest(o[0]); |
checkQuest(o[1]); |
@@ -2073,7 +2073,7 @@ buildQuestListResponse() { |
var o = new api.QuestListResponse(); |
buildCounterQuestListResponse++; |
if (buildCounterQuestListResponse < 3) { |
- o.items = buildUnnamed46(); |
+ o.items = buildUnnamed517(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2084,21 +2084,21 @@ buildQuestListResponse() { |
checkQuestListResponse(api.QuestListResponse o) { |
buildCounterQuestListResponse++; |
if (buildCounterQuestListResponse < 3) { |
- checkUnnamed46(o.items); |
+ checkUnnamed517(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterQuestListResponse--; |
} |
-buildUnnamed47() { |
+buildUnnamed518() { |
var o = new core.List<api.QuestCriterion>(); |
o.add(buildQuestCriterion()); |
o.add(buildQuestCriterion()); |
return o; |
} |
-checkUnnamed47(core.List<api.QuestCriterion> o) { |
+checkUnnamed518(core.List<api.QuestCriterion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuestCriterion(o[0]); |
checkQuestCriterion(o[1]); |
@@ -2110,7 +2110,7 @@ buildQuestMilestone() { |
buildCounterQuestMilestone++; |
if (buildCounterQuestMilestone < 3) { |
o.completionRewardData = "foo"; |
- o.criteria = buildUnnamed47(); |
+ o.criteria = buildUnnamed518(); |
o.id = "foo"; |
o.kind = "foo"; |
o.state = "foo"; |
@@ -2123,7 +2123,7 @@ checkQuestMilestone(api.QuestMilestone o) { |
buildCounterQuestMilestone++; |
if (buildCounterQuestMilestone < 3) { |
unittest.expect(o.completionRewardData, unittest.equals('foo')); |
- checkUnnamed47(o.criteria); |
+ checkUnnamed518(o.criteria); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.state, unittest.equals('foo')); |
@@ -2154,14 +2154,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) { |
buildCounterRevisionCheckResponse--; |
} |
-buildUnnamed48() { |
+buildUnnamed519() { |
var o = new core.List<api.RoomParticipant>(); |
o.add(buildRoomParticipant()); |
o.add(buildRoomParticipant()); |
return o; |
} |
-checkUnnamed48(core.List<api.RoomParticipant> o) { |
+checkUnnamed519(core.List<api.RoomParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomParticipant(o[0]); |
checkRoomParticipant(o[1]); |
@@ -2180,7 +2180,7 @@ buildRoom() { |
o.inviterId = "foo"; |
o.kind = "foo"; |
o.lastUpdateDetails = buildRoomModification(); |
- o.participants = buildUnnamed48(); |
+ o.participants = buildUnnamed519(); |
o.roomId = "foo"; |
o.roomStatusVersion = 42; |
o.status = "foo"; |
@@ -2201,7 +2201,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); |
+ checkUnnamed519(o.participants); |
unittest.expect(o.roomId, unittest.equals('foo')); |
unittest.expect(o.roomStatusVersion, unittest.equals(42)); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -2277,27 +2277,27 @@ checkRoomClientAddress(api.RoomClientAddress o) { |
buildCounterRoomClientAddress--; |
} |
-buildUnnamed49() { |
+buildUnnamed520() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed49(core.List<core.String> o) { |
+checkUnnamed520(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() { |
+buildUnnamed521() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed50(core.List<core.String> o) { |
+checkUnnamed521(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')); |
@@ -2309,9 +2309,9 @@ buildRoomCreateRequest() { |
buildCounterRoomCreateRequest++; |
if (buildCounterRoomCreateRequest < 3) { |
o.autoMatchingCriteria = buildRoomAutoMatchingCriteria(); |
- o.capabilities = buildUnnamed49(); |
+ o.capabilities = buildUnnamed520(); |
o.clientAddress = buildRoomClientAddress(); |
- o.invitedPlayerIds = buildUnnamed50(); |
+ o.invitedPlayerIds = buildUnnamed521(); |
o.kind = "foo"; |
o.networkDiagnostics = buildNetworkDiagnostics(); |
o.requestId = "foo"; |
@@ -2325,9 +2325,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) { |
buildCounterRoomCreateRequest++; |
if (buildCounterRoomCreateRequest < 3) { |
checkRoomAutoMatchingCriteria(o.autoMatchingCriteria); |
- checkUnnamed49(o.capabilities); |
+ checkUnnamed520(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
- checkUnnamed50(o.invitedPlayerIds); |
+ checkUnnamed521(o.invitedPlayerIds); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkNetworkDiagnostics(o.networkDiagnostics); |
unittest.expect(o.requestId, unittest.equals('foo')); |
@@ -2336,14 +2336,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) { |
buildCounterRoomCreateRequest--; |
} |
-buildUnnamed51() { |
+buildUnnamed522() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed51(core.List<core.String> o) { |
+checkUnnamed522(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')); |
@@ -2354,7 +2354,7 @@ buildRoomJoinRequest() { |
var o = new api.RoomJoinRequest(); |
buildCounterRoomJoinRequest++; |
if (buildCounterRoomJoinRequest < 3) { |
- o.capabilities = buildUnnamed51(); |
+ o.capabilities = buildUnnamed522(); |
o.clientAddress = buildRoomClientAddress(); |
o.kind = "foo"; |
o.networkDiagnostics = buildNetworkDiagnostics(); |
@@ -2366,7 +2366,7 @@ buildRoomJoinRequest() { |
checkRoomJoinRequest(api.RoomJoinRequest o) { |
buildCounterRoomJoinRequest++; |
if (buildCounterRoomJoinRequest < 3) { |
- checkUnnamed51(o.capabilities); |
+ checkUnnamed522(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkNetworkDiagnostics(o.networkDiagnostics); |
@@ -2374,14 +2374,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) { |
buildCounterRoomJoinRequest--; |
} |
-buildUnnamed52() { |
+buildUnnamed523() { |
var o = new core.List<api.PeerSessionDiagnostics>(); |
o.add(buildPeerSessionDiagnostics()); |
o.add(buildPeerSessionDiagnostics()); |
return o; |
} |
-checkUnnamed52(core.List<api.PeerSessionDiagnostics> o) { |
+checkUnnamed523(core.List<api.PeerSessionDiagnostics> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPeerSessionDiagnostics(o[0]); |
checkPeerSessionDiagnostics(o[1]); |
@@ -2398,7 +2398,7 @@ buildRoomLeaveDiagnostics() { |
o.kind = "foo"; |
o.networkOperatorCode = "foo"; |
o.networkOperatorName = "foo"; |
- o.peerSession = buildUnnamed52(); |
+ o.peerSession = buildUnnamed523(); |
o.socketsUsed = true; |
} |
buildCounterRoomLeaveDiagnostics--; |
@@ -2414,7 +2414,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); |
+ checkUnnamed523(o.peerSession); |
unittest.expect(o.socketsUsed, unittest.isTrue); |
} |
buildCounterRoomLeaveDiagnostics--; |
@@ -2443,14 +2443,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) { |
buildCounterRoomLeaveRequest--; |
} |
-buildUnnamed53() { |
+buildUnnamed524() { |
var o = new core.List<api.Room>(); |
o.add(buildRoom()); |
o.add(buildRoom()); |
return o; |
} |
-checkUnnamed53(core.List<api.Room> o) { |
+checkUnnamed524(core.List<api.Room> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoom(o[0]); |
checkRoom(o[1]); |
@@ -2461,7 +2461,7 @@ buildRoomList() { |
var o = new api.RoomList(); |
buildCounterRoomList++; |
if (buildCounterRoomList < 3) { |
- o.items = buildUnnamed53(); |
+ o.items = buildUnnamed524(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2472,7 +2472,7 @@ buildRoomList() { |
checkRoomList(api.RoomList o) { |
buildCounterRoomList++; |
if (buildCounterRoomList < 3) { |
- checkUnnamed53(o.items); |
+ checkUnnamed524(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -2533,14 +2533,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) { |
buildCounterRoomP2PStatus--; |
} |
-buildUnnamed54() { |
+buildUnnamed525() { |
var o = new core.List<api.RoomP2PStatus>(); |
o.add(buildRoomP2PStatus()); |
o.add(buildRoomP2PStatus()); |
return o; |
} |
-checkUnnamed54(core.List<api.RoomP2PStatus> o) { |
+checkUnnamed525(core.List<api.RoomP2PStatus> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomP2PStatus(o[0]); |
checkRoomP2PStatus(o[1]); |
@@ -2552,7 +2552,7 @@ buildRoomP2PStatuses() { |
buildCounterRoomP2PStatuses++; |
if (buildCounterRoomP2PStatuses < 3) { |
o.kind = "foo"; |
- o.updates = buildUnnamed54(); |
+ o.updates = buildUnnamed525(); |
} |
buildCounterRoomP2PStatuses--; |
return o; |
@@ -2562,19 +2562,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) { |
buildCounterRoomP2PStatuses++; |
if (buildCounterRoomP2PStatuses < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed54(o.updates); |
+ checkUnnamed525(o.updates); |
} |
buildCounterRoomP2PStatuses--; |
} |
-buildUnnamed55() { |
+buildUnnamed526() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed55(core.List<core.String> o) { |
+checkUnnamed526(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')); |
@@ -2587,7 +2587,7 @@ buildRoomParticipant() { |
if (buildCounterRoomParticipant < 3) { |
o.autoMatched = true; |
o.autoMatchedPlayer = buildAnonymousPlayer(); |
- o.capabilities = buildUnnamed55(); |
+ o.capabilities = buildUnnamed526(); |
o.clientAddress = buildRoomClientAddress(); |
o.connected = true; |
o.id = "foo"; |
@@ -2605,7 +2605,7 @@ checkRoomParticipant(api.RoomParticipant o) { |
if (buildCounterRoomParticipant < 3) { |
unittest.expect(o.autoMatched, unittest.isTrue); |
checkAnonymousPlayer(o.autoMatchedPlayer); |
- checkUnnamed55(o.capabilities); |
+ checkUnnamed526(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
unittest.expect(o.connected, unittest.isTrue); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -2617,14 +2617,14 @@ checkRoomParticipant(api.RoomParticipant o) { |
buildCounterRoomParticipant--; |
} |
-buildUnnamed56() { |
+buildUnnamed527() { |
var o = new core.List<api.RoomParticipant>(); |
o.add(buildRoomParticipant()); |
o.add(buildRoomParticipant()); |
return o; |
} |
-checkUnnamed56(core.List<api.RoomParticipant> o) { |
+checkUnnamed527(core.List<api.RoomParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomParticipant(o[0]); |
checkRoomParticipant(o[1]); |
@@ -2637,7 +2637,7 @@ buildRoomStatus() { |
if (buildCounterRoomStatus < 3) { |
o.autoMatchingStatus = buildRoomAutoMatchStatus(); |
o.kind = "foo"; |
- o.participants = buildUnnamed56(); |
+ o.participants = buildUnnamed527(); |
o.roomId = "foo"; |
o.status = "foo"; |
o.statusVersion = 42; |
@@ -2651,7 +2651,7 @@ checkRoomStatus(api.RoomStatus o) { |
if (buildCounterRoomStatus < 3) { |
checkRoomAutoMatchStatus(o.autoMatchingStatus); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed56(o.participants); |
+ checkUnnamed527(o.participants); |
unittest.expect(o.roomId, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.statusVersion, unittest.equals(42)); |
@@ -2750,14 +2750,14 @@ checkSnapshotImage(api.SnapshotImage o) { |
buildCounterSnapshotImage--; |
} |
-buildUnnamed57() { |
+buildUnnamed528() { |
var o = new core.List<api.Snapshot>(); |
o.add(buildSnapshot()); |
o.add(buildSnapshot()); |
return o; |
} |
-checkUnnamed57(core.List<api.Snapshot> o) { |
+checkUnnamed528(core.List<api.Snapshot> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSnapshot(o[0]); |
checkSnapshot(o[1]); |
@@ -2768,7 +2768,7 @@ buildSnapshotListResponse() { |
var o = new api.SnapshotListResponse(); |
buildCounterSnapshotListResponse++; |
if (buildCounterSnapshotListResponse < 3) { |
- o.items = buildUnnamed57(); |
+ o.items = buildUnnamed528(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2779,7 +2779,7 @@ buildSnapshotListResponse() { |
checkSnapshotListResponse(api.SnapshotListResponse o) { |
buildCounterSnapshotListResponse++; |
if (buildCounterSnapshotListResponse < 3) { |
- checkUnnamed57(o.items); |
+ checkUnnamed528(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -2811,27 +2811,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) { |
buildCounterTurnBasedAutoMatchingCriteria--; |
} |
-buildUnnamed58() { |
+buildUnnamed529() { |
var o = new core.List<api.TurnBasedMatchParticipant>(); |
o.add(buildTurnBasedMatchParticipant()); |
o.add(buildTurnBasedMatchParticipant()); |
return o; |
} |
-checkUnnamed58(core.List<api.TurnBasedMatchParticipant> o) { |
+checkUnnamed529(core.List<api.TurnBasedMatchParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatchParticipant(o[0]); |
checkTurnBasedMatchParticipant(o[1]); |
} |
-buildUnnamed59() { |
+buildUnnamed530() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed59(core.List<api.ParticipantResult> o) { |
+checkUnnamed530(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -2853,11 +2853,11 @@ buildTurnBasedMatch() { |
o.matchId = "foo"; |
o.matchNumber = 42; |
o.matchVersion = 42; |
- o.participants = buildUnnamed58(); |
+ o.participants = buildUnnamed529(); |
o.pendingParticipantId = "foo"; |
o.previousMatchData = buildTurnBasedMatchData(); |
o.rematchId = "foo"; |
- o.results = buildUnnamed59(); |
+ o.results = buildUnnamed530(); |
o.status = "foo"; |
o.userMatchStatus = "foo"; |
o.variant = 42; |
@@ -2881,11 +2881,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); |
+ checkUnnamed529(o.participants); |
unittest.expect(o.pendingParticipantId, unittest.equals('foo')); |
checkTurnBasedMatchData(o.previousMatchData); |
unittest.expect(o.rematchId, unittest.equals('foo')); |
- checkUnnamed59(o.results); |
+ checkUnnamed530(o.results); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.userMatchStatus, unittest.equals('foo')); |
unittest.expect(o.variant, unittest.equals(42)); |
@@ -2894,14 +2894,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) { |
buildCounterTurnBasedMatch--; |
} |
-buildUnnamed60() { |
+buildUnnamed531() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed60(core.List<core.String> o) { |
+checkUnnamed531(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')); |
@@ -2913,7 +2913,7 @@ buildTurnBasedMatchCreateRequest() { |
buildCounterTurnBasedMatchCreateRequest++; |
if (buildCounterTurnBasedMatchCreateRequest < 3) { |
o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria(); |
- o.invitedPlayerIds = buildUnnamed60(); |
+ o.invitedPlayerIds = buildUnnamed531(); |
o.kind = "foo"; |
o.requestId = "foo"; |
o.variant = 42; |
@@ -2926,7 +2926,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) { |
buildCounterTurnBasedMatchCreateRequest++; |
if (buildCounterTurnBasedMatchCreateRequest < 3) { |
checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria); |
- checkUnnamed60(o.invitedPlayerIds); |
+ checkUnnamed531(o.invitedPlayerIds); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.requestId, unittest.equals('foo')); |
unittest.expect(o.variant, unittest.equals(42)); |
@@ -2978,14 +2978,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) { |
buildCounterTurnBasedMatchDataRequest--; |
} |
-buildUnnamed61() { |
+buildUnnamed532() { |
var o = new core.List<api.TurnBasedMatch>(); |
o.add(buildTurnBasedMatch()); |
o.add(buildTurnBasedMatch()); |
return o; |
} |
-checkUnnamed61(core.List<api.TurnBasedMatch> o) { |
+checkUnnamed532(core.List<api.TurnBasedMatch> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatch(o[0]); |
checkTurnBasedMatch(o[1]); |
@@ -2996,7 +2996,7 @@ buildTurnBasedMatchList() { |
var o = new api.TurnBasedMatchList(); |
buildCounterTurnBasedMatchList++; |
if (buildCounterTurnBasedMatchList < 3) { |
- o.items = buildUnnamed61(); |
+ o.items = buildUnnamed532(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -3007,7 +3007,7 @@ buildTurnBasedMatchList() { |
checkTurnBasedMatchList(api.TurnBasedMatchList o) { |
buildCounterTurnBasedMatchList++; |
if (buildCounterTurnBasedMatchList < 3) { |
- checkUnnamed61(o.items); |
+ checkUnnamed532(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -3089,14 +3089,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) { |
buildCounterTurnBasedMatchRematch--; |
} |
-buildUnnamed62() { |
+buildUnnamed533() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed62(core.List<api.ParticipantResult> o) { |
+checkUnnamed533(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -3110,7 +3110,7 @@ buildTurnBasedMatchResults() { |
o.data = buildTurnBasedMatchDataRequest(); |
o.kind = "foo"; |
o.matchVersion = 42; |
- o.results = buildUnnamed62(); |
+ o.results = buildUnnamed533(); |
} |
buildCounterTurnBasedMatchResults--; |
return o; |
@@ -3122,19 +3122,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); |
+ checkUnnamed533(o.results); |
} |
buildCounterTurnBasedMatchResults--; |
} |
-buildUnnamed63() { |
+buildUnnamed534() { |
var o = new core.List<api.TurnBasedMatch>(); |
o.add(buildTurnBasedMatch()); |
o.add(buildTurnBasedMatch()); |
return o; |
} |
-checkUnnamed63(core.List<api.TurnBasedMatch> o) { |
+checkUnnamed534(core.List<api.TurnBasedMatch> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatch(o[0]); |
checkTurnBasedMatch(o[1]); |
@@ -3145,7 +3145,7 @@ buildTurnBasedMatchSync() { |
var o = new api.TurnBasedMatchSync(); |
buildCounterTurnBasedMatchSync++; |
if (buildCounterTurnBasedMatchSync < 3) { |
- o.items = buildUnnamed63(); |
+ o.items = buildUnnamed534(); |
o.kind = "foo"; |
o.moreAvailable = true; |
o.nextPageToken = "foo"; |
@@ -3157,7 +3157,7 @@ buildTurnBasedMatchSync() { |
checkTurnBasedMatchSync(api.TurnBasedMatchSync o) { |
buildCounterTurnBasedMatchSync++; |
if (buildCounterTurnBasedMatchSync < 3) { |
- checkUnnamed63(o.items); |
+ checkUnnamed534(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.moreAvailable, unittest.isTrue); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -3165,14 +3165,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) { |
buildCounterTurnBasedMatchSync--; |
} |
-buildUnnamed64() { |
+buildUnnamed535() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed64(core.List<api.ParticipantResult> o) { |
+checkUnnamed535(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -3187,7 +3187,7 @@ buildTurnBasedMatchTurn() { |
o.kind = "foo"; |
o.matchVersion = 42; |
o.pendingParticipantId = "foo"; |
- o.results = buildUnnamed64(); |
+ o.results = buildUnnamed535(); |
} |
buildCounterTurnBasedMatchTurn--; |
return o; |
@@ -3200,7 +3200,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); |
+ checkUnnamed535(o.results); |
} |
buildCounterTurnBasedMatchTurn--; |
} |