Index: generated/googleapis/test/gamesconfiguration/v1configuration_test.dart |
diff --git a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart |
index ee84225e0208ec495d5a7bf5ddb8f1a5fd87ae0a..131dd87b3126d600c15bb9218dd4dff9be173e6d 100644 |
--- a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart |
+++ b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart |
@@ -113,14 +113,14 @@ checkAchievementConfigurationDetail(api.AchievementConfigurationDetail o) { |
buildCounterAchievementConfigurationDetail--; |
} |
-buildUnnamed2309() { |
+buildUnnamed825() { |
var o = new core.List<api.AchievementConfiguration>(); |
o.add(buildAchievementConfiguration()); |
o.add(buildAchievementConfiguration()); |
return o; |
} |
-checkUnnamed2309(core.List<api.AchievementConfiguration> o) { |
+checkUnnamed825(core.List<api.AchievementConfiguration> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAchievementConfiguration(o[0]); |
checkAchievementConfiguration(o[1]); |
@@ -131,7 +131,7 @@ buildAchievementConfigurationListResponse() { |
var o = new api.AchievementConfigurationListResponse(); |
buildCounterAchievementConfigurationListResponse++; |
if (buildCounterAchievementConfigurationListResponse < 3) { |
- o.items = buildUnnamed2309(); |
+ o.items = buildUnnamed825(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -142,7 +142,7 @@ buildAchievementConfigurationListResponse() { |
checkAchievementConfigurationListResponse(api.AchievementConfigurationListResponse o) { |
buildCounterAchievementConfigurationListResponse++; |
if (buildCounterAchievementConfigurationListResponse < 3) { |
- checkUnnamed2309(o.items); |
+ checkUnnamed825(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -288,14 +288,14 @@ checkLeaderboardConfigurationDetail(api.LeaderboardConfigurationDetail o) { |
buildCounterLeaderboardConfigurationDetail--; |
} |
-buildUnnamed2310() { |
+buildUnnamed826() { |
var o = new core.List<api.LeaderboardConfiguration>(); |
o.add(buildLeaderboardConfiguration()); |
o.add(buildLeaderboardConfiguration()); |
return o; |
} |
-checkUnnamed2310(core.List<api.LeaderboardConfiguration> o) { |
+checkUnnamed826(core.List<api.LeaderboardConfiguration> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLeaderboardConfiguration(o[0]); |
checkLeaderboardConfiguration(o[1]); |
@@ -306,7 +306,7 @@ buildLeaderboardConfigurationListResponse() { |
var o = new api.LeaderboardConfigurationListResponse(); |
buildCounterLeaderboardConfigurationListResponse++; |
if (buildCounterLeaderboardConfigurationListResponse < 3) { |
- o.items = buildUnnamed2310(); |
+ o.items = buildUnnamed826(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -317,7 +317,7 @@ buildLeaderboardConfigurationListResponse() { |
checkLeaderboardConfigurationListResponse(api.LeaderboardConfigurationListResponse o) { |
buildCounterLeaderboardConfigurationListResponse++; |
if (buildCounterLeaderboardConfigurationListResponse < 3) { |
- checkUnnamed2310(o.items); |
+ checkUnnamed826(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -347,14 +347,14 @@ checkLocalizedString(api.LocalizedString o) { |
buildCounterLocalizedString--; |
} |
-buildUnnamed2311() { |
+buildUnnamed827() { |
var o = new core.List<api.LocalizedString>(); |
o.add(buildLocalizedString()); |
o.add(buildLocalizedString()); |
return o; |
} |
-checkUnnamed2311(core.List<api.LocalizedString> o) { |
+checkUnnamed827(core.List<api.LocalizedString> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLocalizedString(o[0]); |
checkLocalizedString(o[1]); |
@@ -366,7 +366,7 @@ buildLocalizedStringBundle() { |
buildCounterLocalizedStringBundle++; |
if (buildCounterLocalizedStringBundle < 3) { |
o.kind = "foo"; |
- o.translations = buildUnnamed2311(); |
+ o.translations = buildUnnamed827(); |
} |
buildCounterLocalizedStringBundle--; |
return o; |
@@ -376,7 +376,7 @@ checkLocalizedStringBundle(api.LocalizedStringBundle o) { |
buildCounterLocalizedStringBundle++; |
if (buildCounterLocalizedStringBundle < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2311(o.translations); |
+ checkUnnamed827(o.translations); |
} |
buildCounterLocalizedStringBundle--; |
} |