Index: generated/googleapis/test/youtube/v3_test.dart |
diff --git a/generated/googleapis/test/youtube/v3_test.dart b/generated/googleapis/test/youtube/v3_test.dart |
index 7bab1777da0a53d88dc1215338fbae82a0d395bf..993affc085e4e9aa7d80ed967a45286c7fc13776 100644 |
--- a/generated/googleapis/test/youtube/v3_test.dart |
+++ b/generated/googleapis/test/youtube/v3_test.dart |
@@ -16,14 +16,14 @@ import 'package:googleapis/youtube/v3.dart' as api; |
-buildUnnamed339() { |
+buildUnnamed1136() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed339(core.List<core.String> o) { |
+checkUnnamed1136(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')); |
@@ -35,7 +35,7 @@ buildAccessPolicy() { |
buildCounterAccessPolicy++; |
if (buildCounterAccessPolicy < 3) { |
o.allowed = true; |
- o.exception = buildUnnamed339(); |
+ o.exception = buildUnnamed1136(); |
} |
buildCounterAccessPolicy--; |
return o; |
@@ -45,7 +45,7 @@ checkAccessPolicy(api.AccessPolicy o) { |
buildCounterAccessPolicy++; |
if (buildCounterAccessPolicy < 3) { |
unittest.expect(o.allowed, unittest.isTrue); |
- checkUnnamed339(o.exception); |
+ checkUnnamed1136(o.exception); |
} |
buildCounterAccessPolicy--; |
} |
@@ -234,27 +234,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o |
buildCounterActivityContentDetailsPlaylistItem--; |
} |
-buildUnnamed340() { |
+buildUnnamed1137() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed340(core.List<core.String> o) { |
+checkUnnamed1137(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')); |
} |
-buildUnnamed341() { |
+buildUnnamed1138() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed341(core.List<core.String> o) { |
+checkUnnamed1138(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')); |
@@ -272,8 +272,8 @@ buildActivityContentDetailsPromotedItem() { |
o.customCtaButtonText = "foo"; |
o.descriptionText = "foo"; |
o.destinationUrl = "foo"; |
- o.forecastingUrl = buildUnnamed340(); |
- o.impressionUrl = buildUnnamed341(); |
+ o.forecastingUrl = buildUnnamed1137(); |
+ o.impressionUrl = buildUnnamed1138(); |
o.videoId = "foo"; |
} |
buildCounterActivityContentDetailsPromotedItem--; |
@@ -290,8 +290,8 @@ checkActivityContentDetailsPromotedItem(api.ActivityContentDetailsPromotedItem o |
unittest.expect(o.customCtaButtonText, unittest.equals('foo')); |
unittest.expect(o.descriptionText, unittest.equals('foo')); |
unittest.expect(o.destinationUrl, unittest.equals('foo')); |
- checkUnnamed340(o.forecastingUrl); |
- checkUnnamed341(o.impressionUrl); |
+ checkUnnamed1137(o.forecastingUrl); |
+ checkUnnamed1138(o.impressionUrl); |
unittest.expect(o.videoId, unittest.equals('foo')); |
} |
buildCounterActivityContentDetailsPromotedItem--; |
@@ -385,14 +385,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) { |
buildCounterActivityContentDetailsUpload--; |
} |
-buildUnnamed342() { |
+buildUnnamed1139() { |
var o = new core.List<api.Activity>(); |
o.add(buildActivity()); |
o.add(buildActivity()); |
return o; |
} |
-checkUnnamed342(core.List<api.Activity> o) { |
+checkUnnamed1139(core.List<api.Activity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkActivity(o[0]); |
checkActivity(o[1]); |
@@ -405,7 +405,7 @@ buildActivityListResponse() { |
if (buildCounterActivityListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed342(); |
+ o.items = buildUnnamed1139(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -422,7 +422,7 @@ checkActivityListResponse(api.ActivityListResponse o) { |
if (buildCounterActivityListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed342(o.items); |
+ checkUnnamed1139(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -580,14 +580,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) { |
buildCounterChannelBannerResource--; |
} |
-buildUnnamed343() { |
+buildUnnamed1140() { |
var o = new core.List<api.PropertyValue>(); |
o.add(buildPropertyValue()); |
o.add(buildPropertyValue()); |
return o; |
} |
-checkUnnamed343(core.List<api.PropertyValue> o) { |
+checkUnnamed1140(core.List<api.PropertyValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyValue(o[0]); |
checkPropertyValue(o[1]); |
@@ -599,7 +599,7 @@ buildChannelBrandingSettings() { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
o.channel = buildChannelSettings(); |
- o.hints = buildUnnamed343(); |
+ o.hints = buildUnnamed1140(); |
o.image = buildImageSettings(); |
o.watch = buildWatchSettings(); |
} |
@@ -611,7 +611,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
checkChannelSettings(o.channel); |
- checkUnnamed343(o.hints); |
+ checkUnnamed1140(o.hints); |
checkImageSettings(o.image); |
checkWatchSettings(o.watch); |
} |
@@ -708,14 +708,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) { |
buildCounterChannelConversionPing--; |
} |
-buildUnnamed344() { |
+buildUnnamed1141() { |
var o = new core.List<api.ChannelConversionPing>(); |
o.add(buildChannelConversionPing()); |
o.add(buildChannelConversionPing()); |
return o; |
} |
-checkUnnamed344(core.List<api.ChannelConversionPing> o) { |
+checkUnnamed1141(core.List<api.ChannelConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelConversionPing(o[0]); |
checkChannelConversionPing(o[1]); |
@@ -726,7 +726,7 @@ buildChannelConversionPings() { |
var o = new api.ChannelConversionPings(); |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- o.pings = buildUnnamed344(); |
+ o.pings = buildUnnamed1141(); |
} |
buildCounterChannelConversionPings--; |
return o; |
@@ -735,19 +735,19 @@ buildChannelConversionPings() { |
checkChannelConversionPings(api.ChannelConversionPings o) { |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- checkUnnamed344(o.pings); |
+ checkUnnamed1141(o.pings); |
} |
buildCounterChannelConversionPings--; |
} |
-buildUnnamed345() { |
+buildUnnamed1142() { |
var o = new core.List<api.Channel>(); |
o.add(buildChannel()); |
o.add(buildChannel()); |
return o; |
} |
-checkUnnamed345(core.List<api.Channel> o) { |
+checkUnnamed1142(core.List<api.Channel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannel(o[0]); |
checkChannel(o[1]); |
@@ -760,7 +760,7 @@ buildChannelListResponse() { |
if (buildCounterChannelListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed345(); |
+ o.items = buildUnnamed1142(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -777,7 +777,7 @@ checkChannelListResponse(api.ChannelListResponse o) { |
if (buildCounterChannelListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed345(o.items); |
+ checkUnnamed1142(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -815,27 +815,27 @@ checkChannelSection(api.ChannelSection o) { |
buildCounterChannelSection--; |
} |
-buildUnnamed346() { |
+buildUnnamed1143() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed346(core.List<core.String> o) { |
+checkUnnamed1143(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')); |
} |
-buildUnnamed347() { |
+buildUnnamed1144() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed347(core.List<core.String> o) { |
+checkUnnamed1144(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')); |
@@ -846,8 +846,8 @@ buildChannelSectionContentDetails() { |
var o = new api.ChannelSectionContentDetails(); |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- o.channels = buildUnnamed346(); |
- o.playlists = buildUnnamed347(); |
+ o.channels = buildUnnamed1143(); |
+ o.playlists = buildUnnamed1144(); |
} |
buildCounterChannelSectionContentDetails--; |
return o; |
@@ -856,20 +856,20 @@ buildChannelSectionContentDetails() { |
checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) { |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- checkUnnamed346(o.channels); |
- checkUnnamed347(o.playlists); |
+ checkUnnamed1143(o.channels); |
+ checkUnnamed1144(o.playlists); |
} |
buildCounterChannelSectionContentDetails--; |
} |
-buildUnnamed348() { |
+buildUnnamed1145() { |
var o = new core.List<api.ChannelSection>(); |
o.add(buildChannelSection()); |
o.add(buildChannelSection()); |
return o; |
} |
-checkUnnamed348(core.List<api.ChannelSection> o) { |
+checkUnnamed1145(core.List<api.ChannelSection> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelSection(o[0]); |
checkChannelSection(o[1]); |
@@ -882,7 +882,7 @@ buildChannelSectionListResponse() { |
if (buildCounterChannelSectionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed348(); |
+ o.items = buildUnnamed1145(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -895,7 +895,7 @@ checkChannelSectionListResponse(api.ChannelSectionListResponse o) { |
if (buildCounterChannelSectionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed348(o.items); |
+ checkUnnamed1145(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -929,14 +929,14 @@ checkChannelSectionSnippet(api.ChannelSectionSnippet o) { |
buildCounterChannelSectionSnippet--; |
} |
-buildUnnamed349() { |
+buildUnnamed1146() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed349(core.List<core.String> o) { |
+checkUnnamed1146(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')); |
@@ -950,7 +950,7 @@ buildChannelSettings() { |
o.defaultTab = "foo"; |
o.description = "foo"; |
o.featuredChannelsTitle = "foo"; |
- o.featuredChannelsUrls = buildUnnamed349(); |
+ o.featuredChannelsUrls = buildUnnamed1146(); |
o.keywords = "foo"; |
o.moderateComments = true; |
o.profileColor = "foo"; |
@@ -970,7 +970,7 @@ checkChannelSettings(api.ChannelSettings o) { |
unittest.expect(o.defaultTab, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.featuredChannelsTitle, unittest.equals('foo')); |
- checkUnnamed349(o.featuredChannelsUrls); |
+ checkUnnamed1146(o.featuredChannelsUrls); |
unittest.expect(o.keywords, unittest.equals('foo')); |
unittest.expect(o.moderateComments, unittest.isTrue); |
unittest.expect(o.profileColor, unittest.equals('foo')); |
@@ -1058,14 +1058,14 @@ checkChannelStatus(api.ChannelStatus o) { |
buildCounterChannelStatus--; |
} |
-buildUnnamed350() { |
+buildUnnamed1147() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed350(core.List<core.String> o) { |
+checkUnnamed1147(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')); |
@@ -1076,7 +1076,7 @@ buildChannelTopicDetails() { |
var o = new api.ChannelTopicDetails(); |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- o.topicIds = buildUnnamed350(); |
+ o.topicIds = buildUnnamed1147(); |
} |
buildCounterChannelTopicDetails--; |
return o; |
@@ -1085,19 +1085,19 @@ buildChannelTopicDetails() { |
checkChannelTopicDetails(api.ChannelTopicDetails o) { |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- checkUnnamed350(o.topicIds); |
+ checkUnnamed1147(o.topicIds); |
} |
buildCounterChannelTopicDetails--; |
} |
-buildUnnamed351() { |
+buildUnnamed1148() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed351(core.List<core.String> o) { |
+checkUnnamed1148(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')); |
@@ -1127,7 +1127,7 @@ buildContentRating() { |
o.cscfRating = "foo"; |
o.czfilmRating = "foo"; |
o.djctqRating = "foo"; |
- o.djctqRatingReasons = buildUnnamed351(); |
+ o.djctqRatingReasons = buildUnnamed1148(); |
o.eefilmRating = "foo"; |
o.egfilmRating = "foo"; |
o.eirinRating = "foo"; |
@@ -1199,7 +1199,7 @@ checkContentRating(api.ContentRating o) { |
unittest.expect(o.cscfRating, unittest.equals('foo')); |
unittest.expect(o.czfilmRating, unittest.equals('foo')); |
unittest.expect(o.djctqRating, unittest.equals('foo')); |
- checkUnnamed351(o.djctqRatingReasons); |
+ checkUnnamed1148(o.djctqRatingReasons); |
unittest.expect(o.eefilmRating, unittest.equals('foo')); |
unittest.expect(o.egfilmRating, unittest.equals('foo')); |
unittest.expect(o.eirinRating, unittest.equals('foo')); |
@@ -1296,14 +1296,14 @@ checkGuideCategory(api.GuideCategory o) { |
buildCounterGuideCategory--; |
} |
-buildUnnamed352() { |
+buildUnnamed1149() { |
var o = new core.List<api.GuideCategory>(); |
o.add(buildGuideCategory()); |
o.add(buildGuideCategory()); |
return o; |
} |
-checkUnnamed352(core.List<api.GuideCategory> o) { |
+checkUnnamed1149(core.List<api.GuideCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGuideCategory(o[0]); |
checkGuideCategory(o[1]); |
@@ -1316,7 +1316,7 @@ buildGuideCategoryListResponse() { |
if (buildCounterGuideCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed352(); |
+ o.items = buildUnnamed1149(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1333,7 +1333,7 @@ checkGuideCategoryListResponse(api.GuideCategoryListResponse o) { |
if (buildCounterGuideCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed352(o.items); |
+ checkUnnamed1149(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -1390,14 +1390,14 @@ checkI18nLanguage(api.I18nLanguage o) { |
buildCounterI18nLanguage--; |
} |
-buildUnnamed353() { |
+buildUnnamed1150() { |
var o = new core.List<api.I18nLanguage>(); |
o.add(buildI18nLanguage()); |
o.add(buildI18nLanguage()); |
return o; |
} |
-checkUnnamed353(core.List<api.I18nLanguage> o) { |
+checkUnnamed1150(core.List<api.I18nLanguage> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nLanguage(o[0]); |
checkI18nLanguage(o[1]); |
@@ -1410,7 +1410,7 @@ buildI18nLanguageListResponse() { |
if (buildCounterI18nLanguageListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed353(); |
+ o.items = buildUnnamed1150(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1423,7 +1423,7 @@ checkI18nLanguageListResponse(api.I18nLanguageListResponse o) { |
if (buildCounterI18nLanguageListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed353(o.items); |
+ checkUnnamed1150(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1476,14 +1476,14 @@ checkI18nRegion(api.I18nRegion o) { |
buildCounterI18nRegion--; |
} |
-buildUnnamed354() { |
+buildUnnamed1151() { |
var o = new core.List<api.I18nRegion>(); |
o.add(buildI18nRegion()); |
o.add(buildI18nRegion()); |
return o; |
} |
-checkUnnamed354(core.List<api.I18nRegion> o) { |
+checkUnnamed1151(core.List<api.I18nRegion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nRegion(o[0]); |
checkI18nRegion(o[1]); |
@@ -1496,7 +1496,7 @@ buildI18nRegionListResponse() { |
if (buildCounterI18nRegionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed354(); |
+ o.items = buildUnnamed1151(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1509,7 +1509,7 @@ checkI18nRegionListResponse(api.I18nRegionListResponse o) { |
if (buildCounterI18nRegionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed354(o.items); |
+ checkUnnamed1151(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1669,14 +1669,14 @@ checkInvideoPosition(api.InvideoPosition o) { |
buildCounterInvideoPosition--; |
} |
-buildUnnamed355() { |
+buildUnnamed1152() { |
var o = new core.List<api.PromotedItem>(); |
o.add(buildPromotedItem()); |
o.add(buildPromotedItem()); |
return o; |
} |
-checkUnnamed355(core.List<api.PromotedItem> o) { |
+checkUnnamed1152(core.List<api.PromotedItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPromotedItem(o[0]); |
checkPromotedItem(o[1]); |
@@ -1688,7 +1688,7 @@ buildInvideoPromotion() { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
o.defaultTiming = buildInvideoTiming(); |
- o.items = buildUnnamed355(); |
+ o.items = buildUnnamed1152(); |
o.position = buildInvideoPosition(); |
o.useSmartTiming = true; |
} |
@@ -1700,7 +1700,7 @@ checkInvideoPromotion(api.InvideoPromotion o) { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
checkInvideoTiming(o.defaultTiming); |
- checkUnnamed355(o.items); |
+ checkUnnamed1152(o.items); |
checkInvideoPosition(o.position); |
unittest.expect(o.useSmartTiming, unittest.isTrue); |
} |
@@ -1792,14 +1792,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) { |
buildCounterLiveBroadcastContentDetails--; |
} |
-buildUnnamed356() { |
+buildUnnamed1153() { |
var o = new core.List<api.LiveBroadcast>(); |
o.add(buildLiveBroadcast()); |
o.add(buildLiveBroadcast()); |
return o; |
} |
-checkUnnamed356(core.List<api.LiveBroadcast> o) { |
+checkUnnamed1153(core.List<api.LiveBroadcast> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveBroadcast(o[0]); |
checkLiveBroadcast(o[1]); |
@@ -1812,7 +1812,7 @@ buildLiveBroadcastListResponse() { |
if (buildCounterLiveBroadcastListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed356(); |
+ o.items = buildUnnamed1153(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1829,7 +1829,7 @@ checkLiveBroadcastListResponse(api.LiveBroadcastListResponse o) { |
if (buildCounterLiveBroadcastListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed356(o.items); |
+ checkUnnamed1153(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -1952,14 +1952,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) { |
buildCounterLiveStreamContentDetails--; |
} |
-buildUnnamed357() { |
+buildUnnamed1154() { |
var o = new core.List<api.LiveStream>(); |
o.add(buildLiveStream()); |
o.add(buildLiveStream()); |
return o; |
} |
-checkUnnamed357(core.List<api.LiveStream> o) { |
+checkUnnamed1154(core.List<api.LiveStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveStream(o[0]); |
checkLiveStream(o[1]); |
@@ -1972,7 +1972,7 @@ buildLiveStreamListResponse() { |
if (buildCounterLiveStreamListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed357(); |
+ o.items = buildUnnamed1154(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1989,7 +1989,7 @@ checkLiveStreamListResponse(api.LiveStreamListResponse o) { |
if (buildCounterLiveStreamListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed357(o.items); |
+ checkUnnamed1154(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2044,14 +2044,14 @@ checkLiveStreamStatus(api.LiveStreamStatus o) { |
buildCounterLiveStreamStatus--; |
} |
-buildUnnamed358() { |
+buildUnnamed1155() { |
var o = new core.List<api.LocalizedString>(); |
o.add(buildLocalizedString()); |
o.add(buildLocalizedString()); |
return o; |
} |
-checkUnnamed358(core.List<api.LocalizedString> o) { |
+checkUnnamed1155(core.List<api.LocalizedString> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLocalizedString(o[0]); |
checkLocalizedString(o[1]); |
@@ -2063,7 +2063,7 @@ buildLocalizedProperty() { |
buildCounterLocalizedProperty++; |
if (buildCounterLocalizedProperty < 3) { |
o.default_ = "foo"; |
- o.localized = buildUnnamed358(); |
+ o.localized = buildUnnamed1155(); |
} |
buildCounterLocalizedProperty--; |
return o; |
@@ -2073,7 +2073,7 @@ checkLocalizedProperty(api.LocalizedProperty o) { |
buildCounterLocalizedProperty++; |
if (buildCounterLocalizedProperty < 3) { |
unittest.expect(o.default_, unittest.equals('foo')); |
- checkUnnamed358(o.localized); |
+ checkUnnamed1155(o.localized); |
} |
buildCounterLocalizedProperty--; |
} |
@@ -2247,14 +2247,14 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) { |
buildCounterPlaylistItemContentDetails--; |
} |
-buildUnnamed359() { |
+buildUnnamed1156() { |
var o = new core.List<api.PlaylistItem>(); |
o.add(buildPlaylistItem()); |
o.add(buildPlaylistItem()); |
return o; |
} |
-checkUnnamed359(core.List<api.PlaylistItem> o) { |
+checkUnnamed1156(core.List<api.PlaylistItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylistItem(o[0]); |
checkPlaylistItem(o[1]); |
@@ -2267,7 +2267,7 @@ buildPlaylistItemListResponse() { |
if (buildCounterPlaylistItemListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed359(); |
+ o.items = buildUnnamed1156(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2284,7 +2284,7 @@ checkPlaylistItemListResponse(api.PlaylistItemListResponse o) { |
if (buildCounterPlaylistItemListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed359(o.items); |
+ checkUnnamed1156(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2349,14 +2349,14 @@ checkPlaylistItemStatus(api.PlaylistItemStatus o) { |
buildCounterPlaylistItemStatus--; |
} |
-buildUnnamed360() { |
+buildUnnamed1157() { |
var o = new core.List<api.Playlist>(); |
o.add(buildPlaylist()); |
o.add(buildPlaylist()); |
return o; |
} |
-checkUnnamed360(core.List<api.Playlist> o) { |
+checkUnnamed1157(core.List<api.Playlist> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylist(o[0]); |
checkPlaylist(o[1]); |
@@ -2369,7 +2369,7 @@ buildPlaylistListResponse() { |
if (buildCounterPlaylistListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed360(); |
+ o.items = buildUnnamed1157(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2386,7 +2386,7 @@ checkPlaylistListResponse(api.PlaylistListResponse o) { |
if (buildCounterPlaylistListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed360(o.items); |
+ checkUnnamed1157(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2416,14 +2416,14 @@ checkPlaylistPlayer(api.PlaylistPlayer o) { |
buildCounterPlaylistPlayer--; |
} |
-buildUnnamed361() { |
+buildUnnamed1158() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed361(core.List<core.String> o) { |
+checkUnnamed1158(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')); |
@@ -2438,7 +2438,7 @@ buildPlaylistSnippet() { |
o.channelTitle = "foo"; |
o.description = "foo"; |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed361(); |
+ o.tags = buildUnnamed1158(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -2453,7 +2453,7 @@ checkPlaylistSnippet(api.PlaylistSnippet o) { |
unittest.expect(o.channelTitle, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed361(o.tags); |
+ checkUnnamed1158(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -2575,14 +2575,14 @@ checkResourceId(api.ResourceId o) { |
buildCounterResourceId--; |
} |
-buildUnnamed362() { |
+buildUnnamed1159() { |
var o = new core.List<api.SearchResult>(); |
o.add(buildSearchResult()); |
o.add(buildSearchResult()); |
return o; |
} |
-checkUnnamed362(core.List<api.SearchResult> o) { |
+checkUnnamed1159(core.List<api.SearchResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSearchResult(o[0]); |
checkSearchResult(o[1]); |
@@ -2595,7 +2595,7 @@ buildSearchListResponse() { |
if (buildCounterSearchListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed362(); |
+ o.items = buildUnnamed1159(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2612,7 +2612,7 @@ checkSearchListResponse(api.SearchListResponse o) { |
if (buildCounterSearchListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed362(o.items); |
+ checkUnnamed1159(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2731,14 +2731,14 @@ checkSubscriptionContentDetails(api.SubscriptionContentDetails o) { |
buildCounterSubscriptionContentDetails--; |
} |
-buildUnnamed363() { |
+buildUnnamed1160() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed363(core.List<api.Subscription> o) { |
+checkUnnamed1160(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -2751,7 +2751,7 @@ buildSubscriptionListResponse() { |
if (buildCounterSubscriptionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed363(); |
+ o.items = buildUnnamed1160(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2768,7 +2768,7 @@ checkSubscriptionListResponse(api.SubscriptionListResponse o) { |
if (buildCounterSubscriptionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed363(o.items); |
+ checkUnnamed1160(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2885,14 +2885,14 @@ checkThumbnailDetails(api.ThumbnailDetails o) { |
buildCounterThumbnailDetails--; |
} |
-buildUnnamed364() { |
+buildUnnamed1161() { |
var o = new core.List<api.ThumbnailDetails>(); |
o.add(buildThumbnailDetails()); |
o.add(buildThumbnailDetails()); |
return o; |
} |
-checkUnnamed364(core.List<api.ThumbnailDetails> o) { |
+checkUnnamed1161(core.List<api.ThumbnailDetails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkThumbnailDetails(o[0]); |
checkThumbnailDetails(o[1]); |
@@ -2905,7 +2905,7 @@ buildThumbnailSetResponse() { |
if (buildCounterThumbnailSetResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed364(); |
+ o.items = buildUnnamed1161(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -2918,7 +2918,7 @@ checkThumbnailSetResponse(api.ThumbnailSetResponse o) { |
if (buildCounterThumbnailSetResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed364(o.items); |
+ checkUnnamed1161(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -3043,14 +3043,14 @@ checkVideoCategory(api.VideoCategory o) { |
buildCounterVideoCategory--; |
} |
-buildUnnamed365() { |
+buildUnnamed1162() { |
var o = new core.List<api.VideoCategory>(); |
o.add(buildVideoCategory()); |
o.add(buildVideoCategory()); |
return o; |
} |
-checkUnnamed365(core.List<api.VideoCategory> o) { |
+checkUnnamed1162(core.List<api.VideoCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoCategory(o[0]); |
checkVideoCategory(o[1]); |
@@ -3063,7 +3063,7 @@ buildVideoCategoryListResponse() { |
if (buildCounterVideoCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed365(); |
+ o.items = buildUnnamed1162(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3080,7 +3080,7 @@ checkVideoCategoryListResponse(api.VideoCategoryListResponse o) { |
if (buildCounterVideoCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed365(o.items); |
+ checkUnnamed1162(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3147,27 +3147,27 @@ checkVideoContentDetails(api.VideoContentDetails o) { |
buildCounterVideoContentDetails--; |
} |
-buildUnnamed366() { |
+buildUnnamed1163() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed366(core.List<core.String> o) { |
+checkUnnamed1163(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')); |
} |
-buildUnnamed367() { |
+buildUnnamed1164() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed367(core.List<core.String> o) { |
+checkUnnamed1164(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')); |
@@ -3178,8 +3178,8 @@ buildVideoContentDetailsRegionRestriction() { |
var o = new api.VideoContentDetailsRegionRestriction(); |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- o.allowed = buildUnnamed366(); |
- o.blocked = buildUnnamed367(); |
+ o.allowed = buildUnnamed1163(); |
+ o.blocked = buildUnnamed1164(); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
return o; |
@@ -3188,8 +3188,8 @@ buildVideoContentDetailsRegionRestriction() { |
checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) { |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- checkUnnamed366(o.allowed); |
- checkUnnamed367(o.blocked); |
+ checkUnnamed1163(o.allowed); |
+ checkUnnamed1164(o.blocked); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
} |
@@ -3215,14 +3215,14 @@ checkVideoConversionPing(api.VideoConversionPing o) { |
buildCounterVideoConversionPing--; |
} |
-buildUnnamed368() { |
+buildUnnamed1165() { |
var o = new core.List<api.VideoConversionPing>(); |
o.add(buildVideoConversionPing()); |
o.add(buildVideoConversionPing()); |
return o; |
} |
-checkUnnamed368(core.List<api.VideoConversionPing> o) { |
+checkUnnamed1165(core.List<api.VideoConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoConversionPing(o[0]); |
checkVideoConversionPing(o[1]); |
@@ -3233,7 +3233,7 @@ buildVideoConversionPings() { |
var o = new api.VideoConversionPings(); |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- o.pings = buildUnnamed368(); |
+ o.pings = buildUnnamed1165(); |
} |
buildCounterVideoConversionPings--; |
return o; |
@@ -3242,32 +3242,32 @@ buildVideoConversionPings() { |
checkVideoConversionPings(api.VideoConversionPings o) { |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- checkUnnamed368(o.pings); |
+ checkUnnamed1165(o.pings); |
} |
buildCounterVideoConversionPings--; |
} |
-buildUnnamed369() { |
+buildUnnamed1166() { |
var o = new core.List<api.VideoFileDetailsAudioStream>(); |
o.add(buildVideoFileDetailsAudioStream()); |
o.add(buildVideoFileDetailsAudioStream()); |
return o; |
} |
-checkUnnamed369(core.List<api.VideoFileDetailsAudioStream> o) { |
+checkUnnamed1166(core.List<api.VideoFileDetailsAudioStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsAudioStream(o[0]); |
checkVideoFileDetailsAudioStream(o[1]); |
} |
-buildUnnamed370() { |
+buildUnnamed1167() { |
var o = new core.List<api.VideoFileDetailsVideoStream>(); |
o.add(buildVideoFileDetailsVideoStream()); |
o.add(buildVideoFileDetailsVideoStream()); |
return o; |
} |
-checkUnnamed370(core.List<api.VideoFileDetailsVideoStream> o) { |
+checkUnnamed1167(core.List<api.VideoFileDetailsVideoStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsVideoStream(o[0]); |
checkVideoFileDetailsVideoStream(o[1]); |
@@ -3278,7 +3278,7 @@ buildVideoFileDetails() { |
var o = new api.VideoFileDetails(); |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- o.audioStreams = buildUnnamed369(); |
+ o.audioStreams = buildUnnamed1166(); |
o.bitrateBps = "foo"; |
o.container = "foo"; |
o.creationTime = "foo"; |
@@ -3287,7 +3287,7 @@ buildVideoFileDetails() { |
o.fileSize = "foo"; |
o.fileType = "foo"; |
o.recordingLocation = buildGeoPoint(); |
- o.videoStreams = buildUnnamed370(); |
+ o.videoStreams = buildUnnamed1167(); |
} |
buildCounterVideoFileDetails--; |
return o; |
@@ -3296,7 +3296,7 @@ buildVideoFileDetails() { |
checkVideoFileDetails(api.VideoFileDetails o) { |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- checkUnnamed369(o.audioStreams); |
+ checkUnnamed1166(o.audioStreams); |
unittest.expect(o.bitrateBps, unittest.equals('foo')); |
unittest.expect(o.container, unittest.equals('foo')); |
unittest.expect(o.creationTime, unittest.equals('foo')); |
@@ -3305,7 +3305,7 @@ checkVideoFileDetails(api.VideoFileDetails o) { |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.fileType, unittest.equals('foo')); |
checkGeoPoint(o.recordingLocation); |
- checkUnnamed370(o.videoStreams); |
+ checkUnnamed1167(o.videoStreams); |
} |
buildCounterVideoFileDetails--; |
} |
@@ -3368,14 +3368,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) { |
buildCounterVideoFileDetailsVideoStream--; |
} |
-buildUnnamed371() { |
+buildUnnamed1168() { |
var o = new core.List<api.VideoRating>(); |
o.add(buildVideoRating()); |
o.add(buildVideoRating()); |
return o; |
} |
-checkUnnamed371(core.List<api.VideoRating> o) { |
+checkUnnamed1168(core.List<api.VideoRating> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoRating(o[0]); |
checkVideoRating(o[1]); |
@@ -3387,8 +3387,10 @@ buildVideoGetRatingResponse() { |
buildCounterVideoGetRatingResponse++; |
if (buildCounterVideoGetRatingResponse < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed371(); |
+ o.eventId = "foo"; |
+ o.items = buildUnnamed1168(); |
o.kind = "foo"; |
+ o.visitorId = "foo"; |
} |
buildCounterVideoGetRatingResponse--; |
return o; |
@@ -3398,20 +3400,22 @@ checkVideoGetRatingResponse(api.VideoGetRatingResponse o) { |
buildCounterVideoGetRatingResponse++; |
if (buildCounterVideoGetRatingResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed371(o.items); |
+ unittest.expect(o.eventId, unittest.equals('foo')); |
+ checkUnnamed1168(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
+ unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
buildCounterVideoGetRatingResponse--; |
} |
-buildUnnamed372() { |
+buildUnnamed1169() { |
var o = new core.List<api.Video>(); |
o.add(buildVideo()); |
o.add(buildVideo()); |
return o; |
} |
-checkUnnamed372(core.List<api.Video> o) { |
+checkUnnamed1169(core.List<api.Video> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideo(o[0]); |
checkVideo(o[1]); |
@@ -3424,7 +3428,7 @@ buildVideoListResponse() { |
if (buildCounterVideoListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed372(); |
+ o.items = buildUnnamed1169(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3441,7 +3445,7 @@ checkVideoListResponse(api.VideoListResponse o) { |
if (buildCounterVideoListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed372(o.items); |
+ checkUnnamed1169(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3573,14 +3577,14 @@ checkVideoProcessingDetailsProcessingProgress(api.VideoProcessingDetailsProcessi |
buildCounterVideoProcessingDetailsProcessingProgress--; |
} |
-buildUnnamed373() { |
+buildUnnamed1170() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed373(core.List<core.String> o) { |
+checkUnnamed1170(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')); |
@@ -3591,7 +3595,7 @@ buildVideoProjectDetails() { |
var o = new api.VideoProjectDetails(); |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- o.tags = buildUnnamed373(); |
+ o.tags = buildUnnamed1170(); |
} |
buildCounterVideoProjectDetails--; |
return o; |
@@ -3600,7 +3604,7 @@ buildVideoProjectDetails() { |
checkVideoProjectDetails(api.VideoProjectDetails o) { |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- checkUnnamed373(o.tags); |
+ checkUnnamed1170(o.tags); |
} |
buildCounterVideoProjectDetails--; |
} |
@@ -3649,14 +3653,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) { |
buildCounterVideoRecordingDetails--; |
} |
-buildUnnamed374() { |
+buildUnnamed1171() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed374(core.List<core.String> o) { |
+checkUnnamed1171(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')); |
@@ -3673,7 +3677,7 @@ buildVideoSnippet() { |
o.description = "foo"; |
o.liveBroadcastContent = "foo"; |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed374(); |
+ o.tags = buildUnnamed1171(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -3690,7 +3694,7 @@ checkVideoSnippet(api.VideoSnippet o) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.liveBroadcastContent, unittest.equals('foo')); |
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed374(o.tags); |
+ checkUnnamed1171(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -3757,66 +3761,66 @@ checkVideoStatus(api.VideoStatus o) { |
buildCounterVideoStatus--; |
} |
-buildUnnamed375() { |
+buildUnnamed1172() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed375(core.List<core.String> o) { |
+checkUnnamed1172(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')); |
} |
-buildUnnamed376() { |
+buildUnnamed1173() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed376(core.List<core.String> o) { |
+checkUnnamed1173(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')); |
} |
-buildUnnamed377() { |
+buildUnnamed1174() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed377(core.List<core.String> o) { |
+checkUnnamed1174(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')); |
} |
-buildUnnamed378() { |
+buildUnnamed1175() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed378(core.List<core.String> o) { |
+checkUnnamed1175(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')); |
} |
-buildUnnamed379() { |
+buildUnnamed1176() { |
var o = new core.List<api.VideoSuggestionsTagSuggestion>(); |
o.add(buildVideoSuggestionsTagSuggestion()); |
o.add(buildVideoSuggestionsTagSuggestion()); |
return o; |
} |
-checkUnnamed379(core.List<api.VideoSuggestionsTagSuggestion> o) { |
+checkUnnamed1176(core.List<api.VideoSuggestionsTagSuggestion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoSuggestionsTagSuggestion(o[0]); |
checkVideoSuggestionsTagSuggestion(o[1]); |
@@ -3827,11 +3831,11 @@ buildVideoSuggestions() { |
var o = new api.VideoSuggestions(); |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- o.editorSuggestions = buildUnnamed375(); |
- o.processingErrors = buildUnnamed376(); |
- o.processingHints = buildUnnamed377(); |
- o.processingWarnings = buildUnnamed378(); |
- o.tagSuggestions = buildUnnamed379(); |
+ o.editorSuggestions = buildUnnamed1172(); |
+ o.processingErrors = buildUnnamed1173(); |
+ o.processingHints = buildUnnamed1174(); |
+ o.processingWarnings = buildUnnamed1175(); |
+ o.tagSuggestions = buildUnnamed1176(); |
} |
buildCounterVideoSuggestions--; |
return o; |
@@ -3840,23 +3844,23 @@ buildVideoSuggestions() { |
checkVideoSuggestions(api.VideoSuggestions o) { |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- checkUnnamed375(o.editorSuggestions); |
- checkUnnamed376(o.processingErrors); |
- checkUnnamed377(o.processingHints); |
- checkUnnamed378(o.processingWarnings); |
- checkUnnamed379(o.tagSuggestions); |
+ checkUnnamed1172(o.editorSuggestions); |
+ checkUnnamed1173(o.processingErrors); |
+ checkUnnamed1174(o.processingHints); |
+ checkUnnamed1175(o.processingWarnings); |
+ checkUnnamed1176(o.tagSuggestions); |
} |
buildCounterVideoSuggestions--; |
} |
-buildUnnamed380() { |
+buildUnnamed1177() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed380(core.List<core.String> o) { |
+checkUnnamed1177(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')); |
@@ -3867,7 +3871,7 @@ buildVideoSuggestionsTagSuggestion() { |
var o = new api.VideoSuggestionsTagSuggestion(); |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- o.categoryRestricts = buildUnnamed380(); |
+ o.categoryRestricts = buildUnnamed1177(); |
o.tag = "foo"; |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
@@ -3877,33 +3881,33 @@ buildVideoSuggestionsTagSuggestion() { |
checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) { |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- checkUnnamed380(o.categoryRestricts); |
+ checkUnnamed1177(o.categoryRestricts); |
unittest.expect(o.tag, unittest.equals('foo')); |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
} |
-buildUnnamed381() { |
+buildUnnamed1178() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed381(core.List<core.String> o) { |
+checkUnnamed1178(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')); |
} |
-buildUnnamed382() { |
+buildUnnamed1179() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed382(core.List<core.String> o) { |
+checkUnnamed1179(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')); |
@@ -3914,8 +3918,8 @@ buildVideoTopicDetails() { |
var o = new api.VideoTopicDetails(); |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- o.relevantTopicIds = buildUnnamed381(); |
- o.topicIds = buildUnnamed382(); |
+ o.relevantTopicIds = buildUnnamed1178(); |
+ o.topicIds = buildUnnamed1179(); |
} |
buildCounterVideoTopicDetails--; |
return o; |
@@ -3924,8 +3928,8 @@ buildVideoTopicDetails() { |
checkVideoTopicDetails(api.VideoTopicDetails o) { |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- checkUnnamed381(o.relevantTopicIds); |
- checkUnnamed382(o.topicIds); |
+ checkUnnamed1178(o.relevantTopicIds); |
+ checkUnnamed1179(o.topicIds); |
} |
buildCounterVideoTopicDetails--; |
} |