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 eb5f5b8a9df9f7375aaaef96f93e01972d412408..b185fd02597b849cdf1e848b189b56b7904a30dd 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; |
-buildUnnamed1397() { |
+buildUnnamed1411() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1397(core.List<core.String> o) { |
+checkUnnamed1411(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 = buildUnnamed1397(); |
+ o.exception = buildUnnamed1411(); |
} |
buildCounterAccessPolicy--; |
return o; |
@@ -45,7 +45,7 @@ checkAccessPolicy(api.AccessPolicy o) { |
buildCounterAccessPolicy++; |
if (buildCounterAccessPolicy < 3) { |
unittest.expect(o.allowed, unittest.isTrue); |
- checkUnnamed1397(o.exception); |
+ checkUnnamed1411(o.exception); |
} |
buildCounterAccessPolicy--; |
} |
@@ -234,27 +234,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o |
buildCounterActivityContentDetailsPlaylistItem--; |
} |
-buildUnnamed1398() { |
+buildUnnamed1412() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1398(core.List<core.String> o) { |
+checkUnnamed1412(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')); |
} |
-buildUnnamed1399() { |
+buildUnnamed1413() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1399(core.List<core.String> o) { |
+checkUnnamed1413(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 = buildUnnamed1398(); |
- o.impressionUrl = buildUnnamed1399(); |
+ o.forecastingUrl = buildUnnamed1412(); |
+ o.impressionUrl = buildUnnamed1413(); |
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')); |
- checkUnnamed1398(o.forecastingUrl); |
- checkUnnamed1399(o.impressionUrl); |
+ checkUnnamed1412(o.forecastingUrl); |
+ checkUnnamed1413(o.impressionUrl); |
unittest.expect(o.videoId, unittest.equals('foo')); |
} |
buildCounterActivityContentDetailsPromotedItem--; |
@@ -385,14 +385,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) { |
buildCounterActivityContentDetailsUpload--; |
} |
-buildUnnamed1400() { |
+buildUnnamed1414() { |
var o = new core.List<api.Activity>(); |
o.add(buildActivity()); |
o.add(buildActivity()); |
return o; |
} |
-checkUnnamed1400(core.List<api.Activity> o) { |
+checkUnnamed1414(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 = buildUnnamed1400(); |
+ o.items = buildUnnamed1414(); |
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')); |
- checkUnnamed1400(o.items); |
+ checkUnnamed1414(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -489,14 +489,14 @@ checkCdnSettings(api.CdnSettings o) { |
buildCounterCdnSettings--; |
} |
-buildUnnamed1401() { |
+buildUnnamed1415() { |
var o = new core.Map<core.String, api.ChannelLocalization>(); |
o["x"] = buildChannelLocalization(); |
o["y"] = buildChannelLocalization(); |
return o; |
} |
-checkUnnamed1401(core.Map<core.String, api.ChannelLocalization> o) { |
+checkUnnamed1415(core.Map<core.String, api.ChannelLocalization> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelLocalization(o["x"]); |
checkChannelLocalization(o["y"]); |
@@ -516,7 +516,7 @@ buildChannel() { |
o.id = "foo"; |
o.invideoPromotion = buildInvideoPromotion(); |
o.kind = "foo"; |
- o.localizations = buildUnnamed1401(); |
+ o.localizations = buildUnnamed1415(); |
o.snippet = buildChannelSnippet(); |
o.statistics = buildChannelStatistics(); |
o.status = buildChannelStatus(); |
@@ -538,7 +538,7 @@ checkChannel(api.Channel o) { |
unittest.expect(o.id, unittest.equals('foo')); |
checkInvideoPromotion(o.invideoPromotion); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1401(o.localizations); |
+ checkUnnamed1415(o.localizations); |
checkChannelSnippet(o.snippet); |
checkChannelStatistics(o.statistics); |
checkChannelStatus(o.status); |
@@ -595,14 +595,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) { |
buildCounterChannelBannerResource--; |
} |
-buildUnnamed1402() { |
+buildUnnamed1416() { |
var o = new core.List<api.PropertyValue>(); |
o.add(buildPropertyValue()); |
o.add(buildPropertyValue()); |
return o; |
} |
-checkUnnamed1402(core.List<api.PropertyValue> o) { |
+checkUnnamed1416(core.List<api.PropertyValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyValue(o[0]); |
checkPropertyValue(o[1]); |
@@ -614,7 +614,7 @@ buildChannelBrandingSettings() { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
o.channel = buildChannelSettings(); |
- o.hints = buildUnnamed1402(); |
+ o.hints = buildUnnamed1416(); |
o.image = buildImageSettings(); |
o.watch = buildWatchSettings(); |
} |
@@ -626,7 +626,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
checkChannelSettings(o.channel); |
- checkUnnamed1402(o.hints); |
+ checkUnnamed1416(o.hints); |
checkImageSettings(o.image); |
checkWatchSettings(o.watch); |
} |
@@ -723,14 +723,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) { |
buildCounterChannelConversionPing--; |
} |
-buildUnnamed1403() { |
+buildUnnamed1417() { |
var o = new core.List<api.ChannelConversionPing>(); |
o.add(buildChannelConversionPing()); |
o.add(buildChannelConversionPing()); |
return o; |
} |
-checkUnnamed1403(core.List<api.ChannelConversionPing> o) { |
+checkUnnamed1417(core.List<api.ChannelConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelConversionPing(o[0]); |
checkChannelConversionPing(o[1]); |
@@ -741,7 +741,7 @@ buildChannelConversionPings() { |
var o = new api.ChannelConversionPings(); |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- o.pings = buildUnnamed1403(); |
+ o.pings = buildUnnamed1417(); |
} |
buildCounterChannelConversionPings--; |
return o; |
@@ -750,19 +750,19 @@ buildChannelConversionPings() { |
checkChannelConversionPings(api.ChannelConversionPings o) { |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- checkUnnamed1403(o.pings); |
+ checkUnnamed1417(o.pings); |
} |
buildCounterChannelConversionPings--; |
} |
-buildUnnamed1404() { |
+buildUnnamed1418() { |
var o = new core.List<api.Channel>(); |
o.add(buildChannel()); |
o.add(buildChannel()); |
return o; |
} |
-checkUnnamed1404(core.List<api.Channel> o) { |
+checkUnnamed1418(core.List<api.Channel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannel(o[0]); |
checkChannel(o[1]); |
@@ -775,7 +775,7 @@ buildChannelListResponse() { |
if (buildCounterChannelListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1404(); |
+ o.items = buildUnnamed1418(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -792,7 +792,7 @@ checkChannelListResponse(api.ChannelListResponse o) { |
if (buildCounterChannelListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1404(o.items); |
+ checkUnnamed1418(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -851,27 +851,27 @@ checkChannelSection(api.ChannelSection o) { |
buildCounterChannelSection--; |
} |
-buildUnnamed1405() { |
+buildUnnamed1419() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1405(core.List<core.String> o) { |
+checkUnnamed1419(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')); |
} |
-buildUnnamed1406() { |
+buildUnnamed1420() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1406(core.List<core.String> o) { |
+checkUnnamed1420(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')); |
@@ -882,8 +882,8 @@ buildChannelSectionContentDetails() { |
var o = new api.ChannelSectionContentDetails(); |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- o.channels = buildUnnamed1405(); |
- o.playlists = buildUnnamed1406(); |
+ o.channels = buildUnnamed1419(); |
+ o.playlists = buildUnnamed1420(); |
} |
buildCounterChannelSectionContentDetails--; |
return o; |
@@ -892,20 +892,20 @@ buildChannelSectionContentDetails() { |
checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) { |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- checkUnnamed1405(o.channels); |
- checkUnnamed1406(o.playlists); |
+ checkUnnamed1419(o.channels); |
+ checkUnnamed1420(o.playlists); |
} |
buildCounterChannelSectionContentDetails--; |
} |
-buildUnnamed1407() { |
+buildUnnamed1421() { |
var o = new core.List<api.ChannelSection>(); |
o.add(buildChannelSection()); |
o.add(buildChannelSection()); |
return o; |
} |
-checkUnnamed1407(core.List<api.ChannelSection> o) { |
+checkUnnamed1421(core.List<api.ChannelSection> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelSection(o[0]); |
checkChannelSection(o[1]); |
@@ -918,7 +918,7 @@ buildChannelSectionListResponse() { |
if (buildCounterChannelSectionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1407(); |
+ o.items = buildUnnamed1421(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -931,7 +931,7 @@ checkChannelSectionListResponse(api.ChannelSectionListResponse o) { |
if (buildCounterChannelSectionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1407(o.items); |
+ checkUnnamed1421(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -965,14 +965,14 @@ checkChannelSectionSnippet(api.ChannelSectionSnippet o) { |
buildCounterChannelSectionSnippet--; |
} |
-buildUnnamed1408() { |
+buildUnnamed1422() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1408(core.List<core.String> o) { |
+checkUnnamed1422(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')); |
@@ -987,7 +987,7 @@ buildChannelSettings() { |
o.defaultTab = "foo"; |
o.description = "foo"; |
o.featuredChannelsTitle = "foo"; |
- o.featuredChannelsUrls = buildUnnamed1408(); |
+ o.featuredChannelsUrls = buildUnnamed1422(); |
o.keywords = "foo"; |
o.moderateComments = true; |
o.profileColor = "foo"; |
@@ -1008,7 +1008,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')); |
- checkUnnamed1408(o.featuredChannelsUrls); |
+ checkUnnamed1422(o.featuredChannelsUrls); |
unittest.expect(o.keywords, unittest.equals('foo')); |
unittest.expect(o.moderateComments, unittest.isTrue); |
unittest.expect(o.profileColor, unittest.equals('foo')); |
@@ -1100,14 +1100,14 @@ checkChannelStatus(api.ChannelStatus o) { |
buildCounterChannelStatus--; |
} |
-buildUnnamed1409() { |
+buildUnnamed1423() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1409(core.List<core.String> o) { |
+checkUnnamed1423(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')); |
@@ -1118,7 +1118,7 @@ buildChannelTopicDetails() { |
var o = new api.ChannelTopicDetails(); |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- o.topicIds = buildUnnamed1409(); |
+ o.topicIds = buildUnnamed1423(); |
} |
buildCounterChannelTopicDetails--; |
return o; |
@@ -1127,19 +1127,19 @@ buildChannelTopicDetails() { |
checkChannelTopicDetails(api.ChannelTopicDetails o) { |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- checkUnnamed1409(o.topicIds); |
+ checkUnnamed1423(o.topicIds); |
} |
buildCounterChannelTopicDetails--; |
} |
-buildUnnamed1410() { |
+buildUnnamed1424() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1410(core.List<core.String> o) { |
+checkUnnamed1424(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')); |
@@ -1169,7 +1169,7 @@ buildContentRating() { |
o.cscfRating = "foo"; |
o.czfilmRating = "foo"; |
o.djctqRating = "foo"; |
- o.djctqRatingReasons = buildUnnamed1410(); |
+ o.djctqRatingReasons = buildUnnamed1424(); |
o.eefilmRating = "foo"; |
o.egfilmRating = "foo"; |
o.eirinRating = "foo"; |
@@ -1241,7 +1241,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')); |
- checkUnnamed1410(o.djctqRatingReasons); |
+ checkUnnamed1424(o.djctqRatingReasons); |
unittest.expect(o.eefilmRating, unittest.equals('foo')); |
unittest.expect(o.egfilmRating, unittest.equals('foo')); |
unittest.expect(o.eirinRating, unittest.equals('foo')); |
@@ -1338,14 +1338,14 @@ checkGuideCategory(api.GuideCategory o) { |
buildCounterGuideCategory--; |
} |
-buildUnnamed1411() { |
+buildUnnamed1425() { |
var o = new core.List<api.GuideCategory>(); |
o.add(buildGuideCategory()); |
o.add(buildGuideCategory()); |
return o; |
} |
-checkUnnamed1411(core.List<api.GuideCategory> o) { |
+checkUnnamed1425(core.List<api.GuideCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGuideCategory(o[0]); |
checkGuideCategory(o[1]); |
@@ -1358,7 +1358,7 @@ buildGuideCategoryListResponse() { |
if (buildCounterGuideCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1411(); |
+ o.items = buildUnnamed1425(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1375,7 +1375,7 @@ checkGuideCategoryListResponse(api.GuideCategoryListResponse o) { |
if (buildCounterGuideCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1411(o.items); |
+ checkUnnamed1425(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -1432,14 +1432,14 @@ checkI18nLanguage(api.I18nLanguage o) { |
buildCounterI18nLanguage--; |
} |
-buildUnnamed1412() { |
+buildUnnamed1426() { |
var o = new core.List<api.I18nLanguage>(); |
o.add(buildI18nLanguage()); |
o.add(buildI18nLanguage()); |
return o; |
} |
-checkUnnamed1412(core.List<api.I18nLanguage> o) { |
+checkUnnamed1426(core.List<api.I18nLanguage> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nLanguage(o[0]); |
checkI18nLanguage(o[1]); |
@@ -1452,7 +1452,7 @@ buildI18nLanguageListResponse() { |
if (buildCounterI18nLanguageListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1412(); |
+ o.items = buildUnnamed1426(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1465,7 +1465,7 @@ checkI18nLanguageListResponse(api.I18nLanguageListResponse o) { |
if (buildCounterI18nLanguageListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1412(o.items); |
+ checkUnnamed1426(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1518,14 +1518,14 @@ checkI18nRegion(api.I18nRegion o) { |
buildCounterI18nRegion--; |
} |
-buildUnnamed1413() { |
+buildUnnamed1427() { |
var o = new core.List<api.I18nRegion>(); |
o.add(buildI18nRegion()); |
o.add(buildI18nRegion()); |
return o; |
} |
-checkUnnamed1413(core.List<api.I18nRegion> o) { |
+checkUnnamed1427(core.List<api.I18nRegion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nRegion(o[0]); |
checkI18nRegion(o[1]); |
@@ -1538,7 +1538,7 @@ buildI18nRegionListResponse() { |
if (buildCounterI18nRegionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1413(); |
+ o.items = buildUnnamed1427(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1551,7 +1551,7 @@ checkI18nRegionListResponse(api.I18nRegionListResponse o) { |
if (buildCounterI18nRegionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1413(o.items); |
+ checkUnnamed1427(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1711,14 +1711,14 @@ checkInvideoPosition(api.InvideoPosition o) { |
buildCounterInvideoPosition--; |
} |
-buildUnnamed1414() { |
+buildUnnamed1428() { |
var o = new core.List<api.PromotedItem>(); |
o.add(buildPromotedItem()); |
o.add(buildPromotedItem()); |
return o; |
} |
-checkUnnamed1414(core.List<api.PromotedItem> o) { |
+checkUnnamed1428(core.List<api.PromotedItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPromotedItem(o[0]); |
checkPromotedItem(o[1]); |
@@ -1730,7 +1730,7 @@ buildInvideoPromotion() { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
o.defaultTiming = buildInvideoTiming(); |
- o.items = buildUnnamed1414(); |
+ o.items = buildUnnamed1428(); |
o.position = buildInvideoPosition(); |
o.useSmartTiming = true; |
} |
@@ -1742,7 +1742,7 @@ checkInvideoPromotion(api.InvideoPromotion o) { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
checkInvideoTiming(o.defaultTiming); |
- checkUnnamed1414(o.items); |
+ checkUnnamed1428(o.items); |
checkInvideoPosition(o.position); |
unittest.expect(o.useSmartTiming, unittest.isTrue); |
} |
@@ -1853,14 +1853,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) { |
buildCounterLiveBroadcastContentDetails--; |
} |
-buildUnnamed1415() { |
+buildUnnamed1429() { |
var o = new core.List<api.LiveBroadcast>(); |
o.add(buildLiveBroadcast()); |
o.add(buildLiveBroadcast()); |
return o; |
} |
-checkUnnamed1415(core.List<api.LiveBroadcast> o) { |
+checkUnnamed1429(core.List<api.LiveBroadcast> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveBroadcast(o[0]); |
checkLiveBroadcast(o[1]); |
@@ -1873,7 +1873,7 @@ buildLiveBroadcastListResponse() { |
if (buildCounterLiveBroadcastListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1415(); |
+ o.items = buildUnnamed1429(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1890,7 +1890,7 @@ checkLiveBroadcastListResponse(api.LiveBroadcastListResponse o) { |
if (buildCounterLiveBroadcastListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1415(o.items); |
+ checkUnnamed1429(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2013,14 +2013,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) { |
buildCounterLiveStreamContentDetails--; |
} |
-buildUnnamed1416() { |
+buildUnnamed1430() { |
var o = new core.List<api.LiveStream>(); |
o.add(buildLiveStream()); |
o.add(buildLiveStream()); |
return o; |
} |
-checkUnnamed1416(core.List<api.LiveStream> o) { |
+checkUnnamed1430(core.List<api.LiveStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveStream(o[0]); |
checkLiveStream(o[1]); |
@@ -2033,7 +2033,7 @@ buildLiveStreamListResponse() { |
if (buildCounterLiveStreamListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1416(); |
+ o.items = buildUnnamed1430(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2050,7 +2050,7 @@ checkLiveStreamListResponse(api.LiveStreamListResponse o) { |
if (buildCounterLiveStreamListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1416(o.items); |
+ checkUnnamed1430(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2105,14 +2105,14 @@ checkLiveStreamStatus(api.LiveStreamStatus o) { |
buildCounterLiveStreamStatus--; |
} |
-buildUnnamed1417() { |
+buildUnnamed1431() { |
var o = new core.List<api.LocalizedString>(); |
o.add(buildLocalizedString()); |
o.add(buildLocalizedString()); |
return o; |
} |
-checkUnnamed1417(core.List<api.LocalizedString> o) { |
+checkUnnamed1431(core.List<api.LocalizedString> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLocalizedString(o[0]); |
checkLocalizedString(o[1]); |
@@ -2125,7 +2125,7 @@ buildLocalizedProperty() { |
if (buildCounterLocalizedProperty < 3) { |
o.default_ = "foo"; |
o.defaultLanguage = buildLanguageTag(); |
- o.localized = buildUnnamed1417(); |
+ o.localized = buildUnnamed1431(); |
} |
buildCounterLocalizedProperty--; |
return o; |
@@ -2136,7 +2136,7 @@ checkLocalizedProperty(api.LocalizedProperty o) { |
if (buildCounterLocalizedProperty < 3) { |
unittest.expect(o.default_, unittest.equals('foo')); |
checkLanguageTag(o.defaultLanguage); |
- checkUnnamed1417(o.localized); |
+ checkUnnamed1431(o.localized); |
} |
buildCounterLocalizedProperty--; |
} |
@@ -2310,14 +2310,14 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) { |
buildCounterPlaylistItemContentDetails--; |
} |
-buildUnnamed1418() { |
+buildUnnamed1432() { |
var o = new core.List<api.PlaylistItem>(); |
o.add(buildPlaylistItem()); |
o.add(buildPlaylistItem()); |
return o; |
} |
-checkUnnamed1418(core.List<api.PlaylistItem> o) { |
+checkUnnamed1432(core.List<api.PlaylistItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylistItem(o[0]); |
checkPlaylistItem(o[1]); |
@@ -2330,7 +2330,7 @@ buildPlaylistItemListResponse() { |
if (buildCounterPlaylistItemListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1418(); |
+ o.items = buildUnnamed1432(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2347,7 +2347,7 @@ checkPlaylistItemListResponse(api.PlaylistItemListResponse o) { |
if (buildCounterPlaylistItemListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1418(o.items); |
+ checkUnnamed1432(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2412,14 +2412,14 @@ checkPlaylistItemStatus(api.PlaylistItemStatus o) { |
buildCounterPlaylistItemStatus--; |
} |
-buildUnnamed1419() { |
+buildUnnamed1433() { |
var o = new core.List<api.Playlist>(); |
o.add(buildPlaylist()); |
o.add(buildPlaylist()); |
return o; |
} |
-checkUnnamed1419(core.List<api.Playlist> o) { |
+checkUnnamed1433(core.List<api.Playlist> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylist(o[0]); |
checkPlaylist(o[1]); |
@@ -2432,7 +2432,7 @@ buildPlaylistListResponse() { |
if (buildCounterPlaylistListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1419(); |
+ o.items = buildUnnamed1433(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2449,7 +2449,7 @@ checkPlaylistListResponse(api.PlaylistListResponse o) { |
if (buildCounterPlaylistListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1419(o.items); |
+ checkUnnamed1433(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2479,14 +2479,14 @@ checkPlaylistPlayer(api.PlaylistPlayer o) { |
buildCounterPlaylistPlayer--; |
} |
-buildUnnamed1420() { |
+buildUnnamed1434() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1420(core.List<core.String> o) { |
+checkUnnamed1434(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')); |
@@ -2501,7 +2501,7 @@ buildPlaylistSnippet() { |
o.channelTitle = "foo"; |
o.description = "foo"; |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed1420(); |
+ o.tags = buildUnnamed1434(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -2516,7 +2516,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"))); |
- checkUnnamed1420(o.tags); |
+ checkUnnamed1434(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -2638,14 +2638,14 @@ checkResourceId(api.ResourceId o) { |
buildCounterResourceId--; |
} |
-buildUnnamed1421() { |
+buildUnnamed1435() { |
var o = new core.List<api.SearchResult>(); |
o.add(buildSearchResult()); |
o.add(buildSearchResult()); |
return o; |
} |
-checkUnnamed1421(core.List<api.SearchResult> o) { |
+checkUnnamed1435(core.List<api.SearchResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSearchResult(o[0]); |
checkSearchResult(o[1]); |
@@ -2658,7 +2658,7 @@ buildSearchListResponse() { |
if (buildCounterSearchListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1421(); |
+ o.items = buildUnnamed1435(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2675,7 +2675,7 @@ checkSearchListResponse(api.SearchListResponse o) { |
if (buildCounterSearchListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1421(o.items); |
+ checkUnnamed1435(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2794,14 +2794,14 @@ checkSubscriptionContentDetails(api.SubscriptionContentDetails o) { |
buildCounterSubscriptionContentDetails--; |
} |
-buildUnnamed1422() { |
+buildUnnamed1436() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed1422(core.List<api.Subscription> o) { |
+checkUnnamed1436(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -2814,7 +2814,7 @@ buildSubscriptionListResponse() { |
if (buildCounterSubscriptionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1422(); |
+ o.items = buildUnnamed1436(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2831,7 +2831,7 @@ checkSubscriptionListResponse(api.SubscriptionListResponse o) { |
if (buildCounterSubscriptionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1422(o.items); |
+ checkUnnamed1436(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2948,14 +2948,14 @@ checkThumbnailDetails(api.ThumbnailDetails o) { |
buildCounterThumbnailDetails--; |
} |
-buildUnnamed1423() { |
+buildUnnamed1437() { |
var o = new core.List<api.ThumbnailDetails>(); |
o.add(buildThumbnailDetails()); |
o.add(buildThumbnailDetails()); |
return o; |
} |
-checkUnnamed1423(core.List<api.ThumbnailDetails> o) { |
+checkUnnamed1437(core.List<api.ThumbnailDetails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkThumbnailDetails(o[0]); |
checkThumbnailDetails(o[1]); |
@@ -2968,7 +2968,7 @@ buildThumbnailSetResponse() { |
if (buildCounterThumbnailSetResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1423(); |
+ o.items = buildUnnamed1437(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -2981,7 +2981,7 @@ checkThumbnailSetResponse(api.ThumbnailSetResponse o) { |
if (buildCounterThumbnailSetResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1423(o.items); |
+ checkUnnamed1437(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -3005,14 +3005,14 @@ checkTokenPagination(api.TokenPagination o) { |
buildCounterTokenPagination--; |
} |
-buildUnnamed1424() { |
+buildUnnamed1438() { |
var o = new core.Map<core.String, api.VideoLocalization>(); |
o["x"] = buildVideoLocalization(); |
o["y"] = buildVideoLocalization(); |
return o; |
} |
-checkUnnamed1424(core.Map<core.String, api.VideoLocalization> o) { |
+checkUnnamed1438(core.Map<core.String, api.VideoLocalization> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoLocalization(o["x"]); |
checkVideoLocalization(o["y"]); |
@@ -3031,7 +3031,7 @@ buildVideo() { |
o.id = "foo"; |
o.kind = "foo"; |
o.liveStreamingDetails = buildVideoLiveStreamingDetails(); |
- o.localizations = buildUnnamed1424(); |
+ o.localizations = buildUnnamed1438(); |
o.monetizationDetails = buildVideoMonetizationDetails(); |
o.player = buildVideoPlayer(); |
o.processingDetails = buildVideoProcessingDetails(); |
@@ -3058,7 +3058,7 @@ checkVideo(api.Video o) { |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkVideoLiveStreamingDetails(o.liveStreamingDetails); |
- checkUnnamed1424(o.localizations); |
+ checkUnnamed1438(o.localizations); |
checkVideoMonetizationDetails(o.monetizationDetails); |
checkVideoPlayer(o.player); |
checkVideoProcessingDetails(o.processingDetails); |
@@ -3121,14 +3121,14 @@ checkVideoCategory(api.VideoCategory o) { |
buildCounterVideoCategory--; |
} |
-buildUnnamed1425() { |
+buildUnnamed1439() { |
var o = new core.List<api.VideoCategory>(); |
o.add(buildVideoCategory()); |
o.add(buildVideoCategory()); |
return o; |
} |
-checkUnnamed1425(core.List<api.VideoCategory> o) { |
+checkUnnamed1439(core.List<api.VideoCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoCategory(o[0]); |
checkVideoCategory(o[1]); |
@@ -3141,7 +3141,7 @@ buildVideoCategoryListResponse() { |
if (buildCounterVideoCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1425(); |
+ o.items = buildUnnamed1439(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3158,7 +3158,7 @@ checkVideoCategoryListResponse(api.VideoCategoryListResponse o) { |
if (buildCounterVideoCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1425(o.items); |
+ checkUnnamed1439(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3225,27 +3225,27 @@ checkVideoContentDetails(api.VideoContentDetails o) { |
buildCounterVideoContentDetails--; |
} |
-buildUnnamed1426() { |
+buildUnnamed1440() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1426(core.List<core.String> o) { |
+checkUnnamed1440(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')); |
} |
-buildUnnamed1427() { |
+buildUnnamed1441() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1427(core.List<core.String> o) { |
+checkUnnamed1441(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')); |
@@ -3256,8 +3256,8 @@ buildVideoContentDetailsRegionRestriction() { |
var o = new api.VideoContentDetailsRegionRestriction(); |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- o.allowed = buildUnnamed1426(); |
- o.blocked = buildUnnamed1427(); |
+ o.allowed = buildUnnamed1440(); |
+ o.blocked = buildUnnamed1441(); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
return o; |
@@ -3266,8 +3266,8 @@ buildVideoContentDetailsRegionRestriction() { |
checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) { |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- checkUnnamed1426(o.allowed); |
- checkUnnamed1427(o.blocked); |
+ checkUnnamed1440(o.allowed); |
+ checkUnnamed1441(o.blocked); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
} |
@@ -3293,14 +3293,14 @@ checkVideoConversionPing(api.VideoConversionPing o) { |
buildCounterVideoConversionPing--; |
} |
-buildUnnamed1428() { |
+buildUnnamed1442() { |
var o = new core.List<api.VideoConversionPing>(); |
o.add(buildVideoConversionPing()); |
o.add(buildVideoConversionPing()); |
return o; |
} |
-checkUnnamed1428(core.List<api.VideoConversionPing> o) { |
+checkUnnamed1442(core.List<api.VideoConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoConversionPing(o[0]); |
checkVideoConversionPing(o[1]); |
@@ -3311,7 +3311,7 @@ buildVideoConversionPings() { |
var o = new api.VideoConversionPings(); |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- o.pings = buildUnnamed1428(); |
+ o.pings = buildUnnamed1442(); |
} |
buildCounterVideoConversionPings--; |
return o; |
@@ -3320,32 +3320,32 @@ buildVideoConversionPings() { |
checkVideoConversionPings(api.VideoConversionPings o) { |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- checkUnnamed1428(o.pings); |
+ checkUnnamed1442(o.pings); |
} |
buildCounterVideoConversionPings--; |
} |
-buildUnnamed1429() { |
+buildUnnamed1443() { |
var o = new core.List<api.VideoFileDetailsAudioStream>(); |
o.add(buildVideoFileDetailsAudioStream()); |
o.add(buildVideoFileDetailsAudioStream()); |
return o; |
} |
-checkUnnamed1429(core.List<api.VideoFileDetailsAudioStream> o) { |
+checkUnnamed1443(core.List<api.VideoFileDetailsAudioStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsAudioStream(o[0]); |
checkVideoFileDetailsAudioStream(o[1]); |
} |
-buildUnnamed1430() { |
+buildUnnamed1444() { |
var o = new core.List<api.VideoFileDetailsVideoStream>(); |
o.add(buildVideoFileDetailsVideoStream()); |
o.add(buildVideoFileDetailsVideoStream()); |
return o; |
} |
-checkUnnamed1430(core.List<api.VideoFileDetailsVideoStream> o) { |
+checkUnnamed1444(core.List<api.VideoFileDetailsVideoStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsVideoStream(o[0]); |
checkVideoFileDetailsVideoStream(o[1]); |
@@ -3356,7 +3356,7 @@ buildVideoFileDetails() { |
var o = new api.VideoFileDetails(); |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- o.audioStreams = buildUnnamed1429(); |
+ o.audioStreams = buildUnnamed1443(); |
o.bitrateBps = "foo"; |
o.container = "foo"; |
o.creationTime = "foo"; |
@@ -3365,7 +3365,7 @@ buildVideoFileDetails() { |
o.fileSize = "foo"; |
o.fileType = "foo"; |
o.recordingLocation = buildGeoPoint(); |
- o.videoStreams = buildUnnamed1430(); |
+ o.videoStreams = buildUnnamed1444(); |
} |
buildCounterVideoFileDetails--; |
return o; |
@@ -3374,7 +3374,7 @@ buildVideoFileDetails() { |
checkVideoFileDetails(api.VideoFileDetails o) { |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- checkUnnamed1429(o.audioStreams); |
+ checkUnnamed1443(o.audioStreams); |
unittest.expect(o.bitrateBps, unittest.equals('foo')); |
unittest.expect(o.container, unittest.equals('foo')); |
unittest.expect(o.creationTime, unittest.equals('foo')); |
@@ -3383,7 +3383,7 @@ checkVideoFileDetails(api.VideoFileDetails o) { |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.fileType, unittest.equals('foo')); |
checkGeoPoint(o.recordingLocation); |
- checkUnnamed1430(o.videoStreams); |
+ checkUnnamed1444(o.videoStreams); |
} |
buildCounterVideoFileDetails--; |
} |
@@ -3446,14 +3446,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) { |
buildCounterVideoFileDetailsVideoStream--; |
} |
-buildUnnamed1431() { |
+buildUnnamed1445() { |
var o = new core.List<api.VideoRating>(); |
o.add(buildVideoRating()); |
o.add(buildVideoRating()); |
return o; |
} |
-checkUnnamed1431(core.List<api.VideoRating> o) { |
+checkUnnamed1445(core.List<api.VideoRating> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoRating(o[0]); |
checkVideoRating(o[1]); |
@@ -3466,7 +3466,7 @@ buildVideoGetRatingResponse() { |
if (buildCounterVideoGetRatingResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1431(); |
+ o.items = buildUnnamed1445(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -3479,21 +3479,21 @@ checkVideoGetRatingResponse(api.VideoGetRatingResponse o) { |
if (buildCounterVideoGetRatingResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1431(o.items); |
+ checkUnnamed1445(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
buildCounterVideoGetRatingResponse--; |
} |
-buildUnnamed1432() { |
+buildUnnamed1446() { |
var o = new core.List<api.Video>(); |
o.add(buildVideo()); |
o.add(buildVideo()); |
return o; |
} |
-checkUnnamed1432(core.List<api.Video> o) { |
+checkUnnamed1446(core.List<api.Video> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideo(o[0]); |
checkVideo(o[1]); |
@@ -3506,7 +3506,7 @@ buildVideoListResponse() { |
if (buildCounterVideoListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1432(); |
+ o.items = buildUnnamed1446(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3523,7 +3523,7 @@ checkVideoListResponse(api.VideoListResponse o) { |
if (buildCounterVideoListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1432(o.items); |
+ checkUnnamed1446(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3676,14 +3676,14 @@ checkVideoProcessingDetailsProcessingProgress(api.VideoProcessingDetailsProcessi |
buildCounterVideoProcessingDetailsProcessingProgress--; |
} |
-buildUnnamed1433() { |
+buildUnnamed1447() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1433(core.List<core.String> o) { |
+checkUnnamed1447(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')); |
@@ -3694,7 +3694,7 @@ buildVideoProjectDetails() { |
var o = new api.VideoProjectDetails(); |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- o.tags = buildUnnamed1433(); |
+ o.tags = buildUnnamed1447(); |
} |
buildCounterVideoProjectDetails--; |
return o; |
@@ -3703,7 +3703,7 @@ buildVideoProjectDetails() { |
checkVideoProjectDetails(api.VideoProjectDetails o) { |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- checkUnnamed1433(o.tags); |
+ checkUnnamed1447(o.tags); |
} |
buildCounterVideoProjectDetails--; |
} |
@@ -3752,14 +3752,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) { |
buildCounterVideoRecordingDetails--; |
} |
-buildUnnamed1434() { |
+buildUnnamed1448() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1434(core.List<core.String> o) { |
+checkUnnamed1448(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')); |
@@ -3778,7 +3778,7 @@ buildVideoSnippet() { |
o.liveBroadcastContent = "foo"; |
o.localized = buildVideoLocalization(); |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed1434(); |
+ o.tags = buildUnnamed1448(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -3797,7 +3797,7 @@ checkVideoSnippet(api.VideoSnippet o) { |
unittest.expect(o.liveBroadcastContent, unittest.equals('foo')); |
checkVideoLocalization(o.localized); |
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed1434(o.tags); |
+ checkUnnamed1448(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -3864,66 +3864,66 @@ checkVideoStatus(api.VideoStatus o) { |
buildCounterVideoStatus--; |
} |
-buildUnnamed1435() { |
+buildUnnamed1449() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1435(core.List<core.String> o) { |
+checkUnnamed1449(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')); |
} |
-buildUnnamed1436() { |
+buildUnnamed1450() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1436(core.List<core.String> o) { |
+checkUnnamed1450(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')); |
} |
-buildUnnamed1437() { |
+buildUnnamed1451() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1437(core.List<core.String> o) { |
+checkUnnamed1451(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')); |
} |
-buildUnnamed1438() { |
+buildUnnamed1452() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1438(core.List<core.String> o) { |
+checkUnnamed1452(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')); |
} |
-buildUnnamed1439() { |
+buildUnnamed1453() { |
var o = new core.List<api.VideoSuggestionsTagSuggestion>(); |
o.add(buildVideoSuggestionsTagSuggestion()); |
o.add(buildVideoSuggestionsTagSuggestion()); |
return o; |
} |
-checkUnnamed1439(core.List<api.VideoSuggestionsTagSuggestion> o) { |
+checkUnnamed1453(core.List<api.VideoSuggestionsTagSuggestion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoSuggestionsTagSuggestion(o[0]); |
checkVideoSuggestionsTagSuggestion(o[1]); |
@@ -3934,11 +3934,11 @@ buildVideoSuggestions() { |
var o = new api.VideoSuggestions(); |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- o.editorSuggestions = buildUnnamed1435(); |
- o.processingErrors = buildUnnamed1436(); |
- o.processingHints = buildUnnamed1437(); |
- o.processingWarnings = buildUnnamed1438(); |
- o.tagSuggestions = buildUnnamed1439(); |
+ o.editorSuggestions = buildUnnamed1449(); |
+ o.processingErrors = buildUnnamed1450(); |
+ o.processingHints = buildUnnamed1451(); |
+ o.processingWarnings = buildUnnamed1452(); |
+ o.tagSuggestions = buildUnnamed1453(); |
} |
buildCounterVideoSuggestions--; |
return o; |
@@ -3947,23 +3947,23 @@ buildVideoSuggestions() { |
checkVideoSuggestions(api.VideoSuggestions o) { |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- checkUnnamed1435(o.editorSuggestions); |
- checkUnnamed1436(o.processingErrors); |
- checkUnnamed1437(o.processingHints); |
- checkUnnamed1438(o.processingWarnings); |
- checkUnnamed1439(o.tagSuggestions); |
+ checkUnnamed1449(o.editorSuggestions); |
+ checkUnnamed1450(o.processingErrors); |
+ checkUnnamed1451(o.processingHints); |
+ checkUnnamed1452(o.processingWarnings); |
+ checkUnnamed1453(o.tagSuggestions); |
} |
buildCounterVideoSuggestions--; |
} |
-buildUnnamed1440() { |
+buildUnnamed1454() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1440(core.List<core.String> o) { |
+checkUnnamed1454(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')); |
@@ -3974,7 +3974,7 @@ buildVideoSuggestionsTagSuggestion() { |
var o = new api.VideoSuggestionsTagSuggestion(); |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- o.categoryRestricts = buildUnnamed1440(); |
+ o.categoryRestricts = buildUnnamed1454(); |
o.tag = "foo"; |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
@@ -3984,33 +3984,33 @@ buildVideoSuggestionsTagSuggestion() { |
checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) { |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- checkUnnamed1440(o.categoryRestricts); |
+ checkUnnamed1454(o.categoryRestricts); |
unittest.expect(o.tag, unittest.equals('foo')); |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
} |
-buildUnnamed1441() { |
+buildUnnamed1455() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1441(core.List<core.String> o) { |
+checkUnnamed1455(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')); |
} |
-buildUnnamed1442() { |
+buildUnnamed1456() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1442(core.List<core.String> o) { |
+checkUnnamed1456(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')); |
@@ -4021,8 +4021,8 @@ buildVideoTopicDetails() { |
var o = new api.VideoTopicDetails(); |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- o.relevantTopicIds = buildUnnamed1441(); |
- o.topicIds = buildUnnamed1442(); |
+ o.relevantTopicIds = buildUnnamed1455(); |
+ o.topicIds = buildUnnamed1456(); |
} |
buildCounterVideoTopicDetails--; |
return o; |
@@ -4031,8 +4031,8 @@ buildVideoTopicDetails() { |
checkVideoTopicDetails(api.VideoTopicDetails o) { |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- checkUnnamed1441(o.relevantTopicIds); |
- checkUnnamed1442(o.topicIds); |
+ checkUnnamed1455(o.relevantTopicIds); |
+ checkUnnamed1456(o.topicIds); |
} |
buildCounterVideoTopicDetails--; |
} |