Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: generated/googleapis/test/youtube/v3_test.dart

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 dece99cdafdf0442e377e855f5fcac1a2791b888..1288125c6dbda3c8b9cf3fd8758b5feda6f34fc8 100644
--- a/generated/googleapis/test/youtube/v3_test.dart
+++ b/generated/googleapis/test/youtube/v3_test.dart
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed507() {
+buildUnnamed582() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed507(core.List<core.String> o) {
+checkUnnamed582(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'));
@@ -70,7 +70,7 @@ buildAccessPolicy() {
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
o.allowed = true;
- o.exception = buildUnnamed507();
+ o.exception = buildUnnamed582();
}
buildCounterAccessPolicy--;
return o;
@@ -80,7 +80,7 @@ checkAccessPolicy(api.AccessPolicy o) {
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
unittest.expect(o.allowed, unittest.isTrue);
- checkUnnamed507(o.exception);
+ checkUnnamed582(o.exception);
}
buildCounterAccessPolicy--;
}
@@ -269,27 +269,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o
buildCounterActivityContentDetailsPlaylistItem--;
}
-buildUnnamed508() {
+buildUnnamed583() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed508(core.List<core.String> o) {
+checkUnnamed583(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'));
}
-buildUnnamed509() {
+buildUnnamed584() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed509(core.List<core.String> o) {
+checkUnnamed584(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'));
@@ -307,8 +307,8 @@ buildActivityContentDetailsPromotedItem() {
o.customCtaButtonText = "foo";
o.descriptionText = "foo";
o.destinationUrl = "foo";
- o.forecastingUrl = buildUnnamed508();
- o.impressionUrl = buildUnnamed509();
+ o.forecastingUrl = buildUnnamed583();
+ o.impressionUrl = buildUnnamed584();
o.videoId = "foo";
}
buildCounterActivityContentDetailsPromotedItem--;
@@ -325,8 +325,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'));
- checkUnnamed508(o.forecastingUrl);
- checkUnnamed509(o.impressionUrl);
+ checkUnnamed583(o.forecastingUrl);
+ checkUnnamed584(o.impressionUrl);
unittest.expect(o.videoId, unittest.equals('foo'));
}
buildCounterActivityContentDetailsPromotedItem--;
@@ -420,14 +420,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) {
buildCounterActivityContentDetailsUpload--;
}
-buildUnnamed510() {
+buildUnnamed585() {
var o = new core.List<api.Activity>();
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-checkUnnamed510(core.List<api.Activity> o) {
+checkUnnamed585(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0]);
checkActivity(o[1]);
@@ -440,7 +440,7 @@ buildActivityListResponse() {
if (buildCounterActivityListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed510();
+ o.items = buildUnnamed585();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -457,7 +457,7 @@ checkActivityListResponse(api.ActivityListResponse o) {
if (buildCounterActivityListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed510(o.items);
+ checkUnnamed585(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -526,14 +526,14 @@ checkCaption(api.Caption o) {
buildCounterCaption--;
}
-buildUnnamed511() {
+buildUnnamed586() {
var o = new core.List<api.Caption>();
o.add(buildCaption());
o.add(buildCaption());
return o;
}
-checkUnnamed511(core.List<api.Caption> o) {
+checkUnnamed586(core.List<api.Caption> o) {
unittest.expect(o, unittest.hasLength(2));
checkCaption(o[0]);
checkCaption(o[1]);
@@ -546,7 +546,7 @@ buildCaptionListResponse() {
if (buildCounterCaptionListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed511();
+ o.items = buildUnnamed586();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -559,7 +559,7 @@ checkCaptionListResponse(api.CaptionListResponse o) {
if (buildCounterCaptionListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed511(o.items);
+ checkUnnamed586(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
@@ -636,14 +636,14 @@ checkCdnSettings(api.CdnSettings o) {
buildCounterCdnSettings--;
}
-buildUnnamed512() {
+buildUnnamed587() {
var o = new core.Map<core.String, api.ChannelLocalization>();
o["x"] = buildChannelLocalization();
o["y"] = buildChannelLocalization();
return o;
}
-checkUnnamed512(core.Map<core.String, api.ChannelLocalization> o) {
+checkUnnamed587(core.Map<core.String, api.ChannelLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelLocalization(o["x"]);
checkChannelLocalization(o["y"]);
@@ -663,7 +663,7 @@ buildChannel() {
o.id = "foo";
o.invideoPromotion = buildInvideoPromotion();
o.kind = "foo";
- o.localizations = buildUnnamed512();
+ o.localizations = buildUnnamed587();
o.snippet = buildChannelSnippet();
o.statistics = buildChannelStatistics();
o.status = buildChannelStatus();
@@ -685,7 +685,7 @@ checkChannel(api.Channel o) {
unittest.expect(o.id, unittest.equals('foo'));
checkInvideoPromotion(o.invideoPromotion);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed512(o.localizations);
+ checkUnnamed587(o.localizations);
checkChannelSnippet(o.snippet);
checkChannelStatistics(o.statistics);
checkChannelStatus(o.status);
@@ -742,14 +742,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) {
buildCounterChannelBannerResource--;
}
-buildUnnamed513() {
+buildUnnamed588() {
var o = new core.List<api.PropertyValue>();
o.add(buildPropertyValue());
o.add(buildPropertyValue());
return o;
}
-checkUnnamed513(core.List<api.PropertyValue> o) {
+checkUnnamed588(core.List<api.PropertyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyValue(o[0]);
checkPropertyValue(o[1]);
@@ -761,7 +761,7 @@ buildChannelBrandingSettings() {
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
o.channel = buildChannelSettings();
- o.hints = buildUnnamed513();
+ o.hints = buildUnnamed588();
o.image = buildImageSettings();
o.watch = buildWatchSettings();
}
@@ -773,7 +773,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) {
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
checkChannelSettings(o.channel);
- checkUnnamed513(o.hints);
+ checkUnnamed588(o.hints);
checkImageSettings(o.image);
checkWatchSettings(o.watch);
}
@@ -868,14 +868,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) {
buildCounterChannelConversionPing--;
}
-buildUnnamed514() {
+buildUnnamed589() {
var o = new core.List<api.ChannelConversionPing>();
o.add(buildChannelConversionPing());
o.add(buildChannelConversionPing());
return o;
}
-checkUnnamed514(core.List<api.ChannelConversionPing> o) {
+checkUnnamed589(core.List<api.ChannelConversionPing> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelConversionPing(o[0]);
checkChannelConversionPing(o[1]);
@@ -886,7 +886,7 @@ buildChannelConversionPings() {
var o = new api.ChannelConversionPings();
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- o.pings = buildUnnamed514();
+ o.pings = buildUnnamed589();
}
buildCounterChannelConversionPings--;
return o;
@@ -895,19 +895,19 @@ buildChannelConversionPings() {
checkChannelConversionPings(api.ChannelConversionPings o) {
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- checkUnnamed514(o.pings);
+ checkUnnamed589(o.pings);
}
buildCounterChannelConversionPings--;
}
-buildUnnamed515() {
+buildUnnamed590() {
var o = new core.List<api.Channel>();
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-checkUnnamed515(core.List<api.Channel> o) {
+checkUnnamed590(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0]);
checkChannel(o[1]);
@@ -920,7 +920,7 @@ buildChannelListResponse() {
if (buildCounterChannelListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed515();
+ o.items = buildUnnamed590();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -937,7 +937,7 @@ checkChannelListResponse(api.ChannelListResponse o) {
if (buildCounterChannelListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed515(o.items);
+ checkUnnamed590(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -994,14 +994,14 @@ checkChannelProfileDetails(api.ChannelProfileDetails o) {
buildCounterChannelProfileDetails--;
}
-buildUnnamed516() {
+buildUnnamed591() {
var o = new core.Map<core.String, api.ChannelSectionLocalization>();
o["x"] = buildChannelSectionLocalization();
o["y"] = buildChannelSectionLocalization();
return o;
}
-checkUnnamed516(core.Map<core.String, api.ChannelSectionLocalization> o) {
+checkUnnamed591(core.Map<core.String, api.ChannelSectionLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSectionLocalization(o["x"]);
checkChannelSectionLocalization(o["y"]);
@@ -1016,7 +1016,7 @@ buildChannelSection() {
o.etag = "foo";
o.id = "foo";
o.kind = "foo";
- o.localizations = buildUnnamed516();
+ o.localizations = buildUnnamed591();
o.snippet = buildChannelSectionSnippet();
o.targeting = buildChannelSectionTargeting();
}
@@ -1031,34 +1031,34 @@ checkChannelSection(api.ChannelSection o) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed516(o.localizations);
+ checkUnnamed591(o.localizations);
checkChannelSectionSnippet(o.snippet);
checkChannelSectionTargeting(o.targeting);
}
buildCounterChannelSection--;
}
-buildUnnamed517() {
+buildUnnamed592() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed517(core.List<core.String> o) {
+checkUnnamed592(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'));
}
-buildUnnamed518() {
+buildUnnamed593() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed518(core.List<core.String> o) {
+checkUnnamed593(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'));
@@ -1069,8 +1069,8 @@ buildChannelSectionContentDetails() {
var o = new api.ChannelSectionContentDetails();
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- o.channels = buildUnnamed517();
- o.playlists = buildUnnamed518();
+ o.channels = buildUnnamed592();
+ o.playlists = buildUnnamed593();
}
buildCounterChannelSectionContentDetails--;
return o;
@@ -1079,20 +1079,20 @@ buildChannelSectionContentDetails() {
checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) {
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- checkUnnamed517(o.channels);
- checkUnnamed518(o.playlists);
+ checkUnnamed592(o.channels);
+ checkUnnamed593(o.playlists);
}
buildCounterChannelSectionContentDetails--;
}
-buildUnnamed519() {
+buildUnnamed594() {
var o = new core.List<api.ChannelSection>();
o.add(buildChannelSection());
o.add(buildChannelSection());
return o;
}
-checkUnnamed519(core.List<api.ChannelSection> o) {
+checkUnnamed594(core.List<api.ChannelSection> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSection(o[0]);
checkChannelSection(o[1]);
@@ -1105,7 +1105,7 @@ buildChannelSectionListResponse() {
if (buildCounterChannelSectionListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed519();
+ o.items = buildUnnamed594();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -1118,7 +1118,7 @@ checkChannelSectionListResponse(api.ChannelSectionListResponse o) {
if (buildCounterChannelSectionListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed519(o.items);
+ checkUnnamed594(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
@@ -1175,40 +1175,40 @@ checkChannelSectionSnippet(api.ChannelSectionSnippet o) {
buildCounterChannelSectionSnippet--;
}
-buildUnnamed520() {
+buildUnnamed595() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed520(core.List<core.String> o) {
+checkUnnamed595(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'));
}
-buildUnnamed521() {
+buildUnnamed596() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed521(core.List<core.String> o) {
+checkUnnamed596(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'));
}
-buildUnnamed522() {
+buildUnnamed597() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed522(core.List<core.String> o) {
+checkUnnamed597(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'));
@@ -1219,9 +1219,9 @@ buildChannelSectionTargeting() {
var o = new api.ChannelSectionTargeting();
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- o.countries = buildUnnamed520();
- o.languages = buildUnnamed521();
- o.regions = buildUnnamed522();
+ o.countries = buildUnnamed595();
+ o.languages = buildUnnamed596();
+ o.regions = buildUnnamed597();
}
buildCounterChannelSectionTargeting--;
return o;
@@ -1230,21 +1230,21 @@ buildChannelSectionTargeting() {
checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- checkUnnamed520(o.countries);
- checkUnnamed521(o.languages);
- checkUnnamed522(o.regions);
+ checkUnnamed595(o.countries);
+ checkUnnamed596(o.languages);
+ checkUnnamed597(o.regions);
}
buildCounterChannelSectionTargeting--;
}
-buildUnnamed523() {
+buildUnnamed598() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed523(core.List<core.String> o) {
+checkUnnamed598(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'));
@@ -1260,7 +1260,7 @@ buildChannelSettings() {
o.defaultTab = "foo";
o.description = "foo";
o.featuredChannelsTitle = "foo";
- o.featuredChannelsUrls = buildUnnamed523();
+ o.featuredChannelsUrls = buildUnnamed598();
o.keywords = "foo";
o.moderateComments = true;
o.profileColor = "foo";
@@ -1282,7 +1282,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'));
- checkUnnamed523(o.featuredChannelsUrls);
+ checkUnnamed598(o.featuredChannelsUrls);
unittest.expect(o.keywords, unittest.equals('foo'));
unittest.expect(o.moderateComments, unittest.isTrue);
unittest.expect(o.profileColor, unittest.equals('foo'));
@@ -1378,27 +1378,27 @@ checkChannelStatus(api.ChannelStatus o) {
buildCounterChannelStatus--;
}
-buildUnnamed524() {
+buildUnnamed599() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed524(core.List<core.String> o) {
+checkUnnamed599(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'));
}
-buildUnnamed525() {
+buildUnnamed600() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed525(core.List<core.String> o) {
+checkUnnamed600(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'));
@@ -1409,8 +1409,8 @@ buildChannelTopicDetails() {
var o = new api.ChannelTopicDetails();
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- o.topicCategories = buildUnnamed524();
- o.topicIds = buildUnnamed525();
+ o.topicCategories = buildUnnamed599();
+ o.topicIds = buildUnnamed600();
}
buildCounterChannelTopicDetails--;
return o;
@@ -1419,8 +1419,8 @@ buildChannelTopicDetails() {
checkChannelTopicDetails(api.ChannelTopicDetails o) {
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- checkUnnamed524(o.topicCategories);
- checkUnnamed525(o.topicIds);
+ checkUnnamed599(o.topicCategories);
+ checkUnnamed600(o.topicIds);
}
buildCounterChannelTopicDetails--;
}
@@ -1450,14 +1450,14 @@ checkComment(api.Comment o) {
buildCounterComment--;
}
-buildUnnamed526() {
+buildUnnamed601() {
var o = new core.List<api.Comment>();
o.add(buildComment());
o.add(buildComment());
return o;
}
-checkUnnamed526(core.List<api.Comment> o) {
+checkUnnamed601(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0]);
checkComment(o[1]);
@@ -1470,7 +1470,7 @@ buildCommentListResponse() {
if (buildCounterCommentListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed526();
+ o.items = buildUnnamed601();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -1486,7 +1486,7 @@ checkCommentListResponse(api.CommentListResponse o) {
if (buildCounterCommentListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed526(o.items);
+ checkUnnamed601(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -1570,14 +1570,14 @@ checkCommentThread(api.CommentThread o) {
buildCounterCommentThread--;
}
-buildUnnamed527() {
+buildUnnamed602() {
var o = new core.List<api.CommentThread>();
o.add(buildCommentThread());
o.add(buildCommentThread());
return o;
}
-checkUnnamed527(core.List<api.CommentThread> o) {
+checkUnnamed602(core.List<api.CommentThread> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommentThread(o[0]);
checkCommentThread(o[1]);
@@ -1590,7 +1590,7 @@ buildCommentThreadListResponse() {
if (buildCounterCommentThreadListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed527();
+ o.items = buildUnnamed602();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -1606,7 +1606,7 @@ checkCommentThreadListResponse(api.CommentThreadListResponse o) {
if (buildCounterCommentThreadListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed527(o.items);
+ checkUnnamed602(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -1616,14 +1616,14 @@ checkCommentThreadListResponse(api.CommentThreadListResponse o) {
buildCounterCommentThreadListResponse--;
}
-buildUnnamed528() {
+buildUnnamed603() {
var o = new core.List<api.Comment>();
o.add(buildComment());
o.add(buildComment());
return o;
}
-checkUnnamed528(core.List<api.Comment> o) {
+checkUnnamed603(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0]);
checkComment(o[1]);
@@ -1634,7 +1634,7 @@ buildCommentThreadReplies() {
var o = new api.CommentThreadReplies();
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- o.comments = buildUnnamed528();
+ o.comments = buildUnnamed603();
}
buildCounterCommentThreadReplies--;
return o;
@@ -1643,7 +1643,7 @@ buildCommentThreadReplies() {
checkCommentThreadReplies(api.CommentThreadReplies o) {
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- checkUnnamed528(o.comments);
+ checkUnnamed603(o.comments);
}
buildCounterCommentThreadReplies--;
}
@@ -1677,27 +1677,27 @@ checkCommentThreadSnippet(api.CommentThreadSnippet o) {
buildCounterCommentThreadSnippet--;
}
-buildUnnamed529() {
+buildUnnamed604() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed529(core.List<core.String> o) {
+checkUnnamed604(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'));
}
-buildUnnamed530() {
+buildUnnamed605() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed530(core.List<core.String> o) {
+checkUnnamed605(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'));
@@ -1728,7 +1728,7 @@ buildContentRating() {
o.cscfRating = "foo";
o.czfilmRating = "foo";
o.djctqRating = "foo";
- o.djctqRatingReasons = buildUnnamed529();
+ o.djctqRatingReasons = buildUnnamed604();
o.ecbmctRating = "foo";
o.eefilmRating = "foo";
o.egfilmRating = "foo";
@@ -1737,7 +1737,7 @@ buildContentRating() {
o.fcoRating = "foo";
o.fmocRating = "foo";
o.fpbRating = "foo";
- o.fpbRatingReasons = buildUnnamed530();
+ o.fpbRatingReasons = buildUnnamed605();
o.fskRating = "foo";
o.grfilmRating = "foo";
o.icaaRating = "foo";
@@ -1804,7 +1804,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'));
- checkUnnamed529(o.djctqRatingReasons);
+ checkUnnamed604(o.djctqRatingReasons);
unittest.expect(o.ecbmctRating, unittest.equals('foo'));
unittest.expect(o.eefilmRating, unittest.equals('foo'));
unittest.expect(o.egfilmRating, unittest.equals('foo'));
@@ -1813,7 +1813,7 @@ checkContentRating(api.ContentRating o) {
unittest.expect(o.fcoRating, unittest.equals('foo'));
unittest.expect(o.fmocRating, unittest.equals('foo'));
unittest.expect(o.fpbRating, unittest.equals('foo'));
- checkUnnamed530(o.fpbRatingReasons);
+ checkUnnamed605(o.fpbRatingReasons);
unittest.expect(o.fskRating, unittest.equals('foo'));
unittest.expect(o.grfilmRating, unittest.equals('foo'));
unittest.expect(o.icaaRating, unittest.equals('foo'));
@@ -1881,14 +1881,14 @@ checkFanFundingEvent(api.FanFundingEvent o) {
buildCounterFanFundingEvent--;
}
-buildUnnamed531() {
+buildUnnamed606() {
var o = new core.List<api.FanFundingEvent>();
o.add(buildFanFundingEvent());
o.add(buildFanFundingEvent());
return o;
}
-checkUnnamed531(core.List<api.FanFundingEvent> o) {
+checkUnnamed606(core.List<api.FanFundingEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkFanFundingEvent(o[0]);
checkFanFundingEvent(o[1]);
@@ -1901,7 +1901,7 @@ buildFanFundingEventListResponse() {
if (buildCounterFanFundingEventListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed531();
+ o.items = buildUnnamed606();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -1917,7 +1917,7 @@ checkFanFundingEventListResponse(api.FanFundingEventListResponse o) {
if (buildCounterFanFundingEventListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed531(o.items);
+ checkUnnamed606(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -2006,14 +2006,14 @@ checkGuideCategory(api.GuideCategory o) {
buildCounterGuideCategory--;
}
-buildUnnamed532() {
+buildUnnamed607() {
var o = new core.List<api.GuideCategory>();
o.add(buildGuideCategory());
o.add(buildGuideCategory());
return o;
}
-checkUnnamed532(core.List<api.GuideCategory> o) {
+checkUnnamed607(core.List<api.GuideCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuideCategory(o[0]);
checkGuideCategory(o[1]);
@@ -2026,7 +2026,7 @@ buildGuideCategoryListResponse() {
if (buildCounterGuideCategoryListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed532();
+ o.items = buildUnnamed607();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -2043,7 +2043,7 @@ checkGuideCategoryListResponse(api.GuideCategoryListResponse o) {
if (buildCounterGuideCategoryListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed532(o.items);
+ checkUnnamed607(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -2100,14 +2100,14 @@ checkI18nLanguage(api.I18nLanguage o) {
buildCounterI18nLanguage--;
}
-buildUnnamed533() {
+buildUnnamed608() {
var o = new core.List<api.I18nLanguage>();
o.add(buildI18nLanguage());
o.add(buildI18nLanguage());
return o;
}
-checkUnnamed533(core.List<api.I18nLanguage> o) {
+checkUnnamed608(core.List<api.I18nLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nLanguage(o[0]);
checkI18nLanguage(o[1]);
@@ -2120,7 +2120,7 @@ buildI18nLanguageListResponse() {
if (buildCounterI18nLanguageListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed533();
+ o.items = buildUnnamed608();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -2133,7 +2133,7 @@ checkI18nLanguageListResponse(api.I18nLanguageListResponse o) {
if (buildCounterI18nLanguageListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed533(o.items);
+ checkUnnamed608(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
@@ -2186,14 +2186,14 @@ checkI18nRegion(api.I18nRegion o) {
buildCounterI18nRegion--;
}
-buildUnnamed534() {
+buildUnnamed609() {
var o = new core.List<api.I18nRegion>();
o.add(buildI18nRegion());
o.add(buildI18nRegion());
return o;
}
-checkUnnamed534(core.List<api.I18nRegion> o) {
+checkUnnamed609(core.List<api.I18nRegion> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nRegion(o[0]);
checkI18nRegion(o[1]);
@@ -2206,7 +2206,7 @@ buildI18nRegionListResponse() {
if (buildCounterI18nRegionListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed534();
+ o.items = buildUnnamed609();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -2219,7 +2219,7 @@ checkI18nRegionListResponse(api.I18nRegionListResponse o) {
if (buildCounterI18nRegionListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed534(o.items);
+ checkUnnamed609(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
@@ -2379,14 +2379,14 @@ checkInvideoPosition(api.InvideoPosition o) {
buildCounterInvideoPosition--;
}
-buildUnnamed535() {
+buildUnnamed610() {
var o = new core.List<api.PromotedItem>();
o.add(buildPromotedItem());
o.add(buildPromotedItem());
return o;
}
-checkUnnamed535(core.List<api.PromotedItem> o) {
+checkUnnamed610(core.List<api.PromotedItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkPromotedItem(o[0]);
checkPromotedItem(o[1]);
@@ -2398,7 +2398,7 @@ buildInvideoPromotion() {
buildCounterInvideoPromotion++;
if (buildCounterInvideoPromotion < 3) {
o.defaultTiming = buildInvideoTiming();
- o.items = buildUnnamed535();
+ o.items = buildUnnamed610();
o.position = buildInvideoPosition();
o.useSmartTiming = true;
}
@@ -2410,7 +2410,7 @@ checkInvideoPromotion(api.InvideoPromotion o) {
buildCounterInvideoPromotion++;
if (buildCounterInvideoPromotion < 3) {
checkInvideoTiming(o.defaultTiming);
- checkUnnamed535(o.items);
+ checkUnnamed610(o.items);
checkInvideoPosition(o.position);
unittest.expect(o.useSmartTiming, unittest.isTrue);
}
@@ -2533,14 +2533,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) {
buildCounterLiveBroadcastContentDetails--;
}
-buildUnnamed536() {
+buildUnnamed611() {
var o = new core.List<api.LiveBroadcast>();
o.add(buildLiveBroadcast());
o.add(buildLiveBroadcast());
return o;
}
-checkUnnamed536(core.List<api.LiveBroadcast> o) {
+checkUnnamed611(core.List<api.LiveBroadcast> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveBroadcast(o[0]);
checkLiveBroadcast(o[1]);
@@ -2553,7 +2553,7 @@ buildLiveBroadcastListResponse() {
if (buildCounterLiveBroadcastListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed536();
+ o.items = buildUnnamed611();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -2570,7 +2570,7 @@ checkLiveBroadcastListResponse(api.LiveBroadcastListResponse o) {
if (buildCounterLiveBroadcastListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed536(o.items);
+ checkUnnamed611(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -2689,14 +2689,14 @@ checkLiveBroadcastTopic(api.LiveBroadcastTopic o) {
buildCounterLiveBroadcastTopic--;
}
-buildUnnamed537() {
+buildUnnamed612() {
var o = new core.List<api.LiveBroadcastTopic>();
o.add(buildLiveBroadcastTopic());
o.add(buildLiveBroadcastTopic());
return o;
}
-checkUnnamed537(core.List<api.LiveBroadcastTopic> o) {
+checkUnnamed612(core.List<api.LiveBroadcastTopic> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveBroadcastTopic(o[0]);
checkLiveBroadcastTopic(o[1]);
@@ -2707,7 +2707,7 @@ buildLiveBroadcastTopicDetails() {
var o = new api.LiveBroadcastTopicDetails();
buildCounterLiveBroadcastTopicDetails++;
if (buildCounterLiveBroadcastTopicDetails < 3) {
- o.topics = buildUnnamed537();
+ o.topics = buildUnnamed612();
}
buildCounterLiveBroadcastTopicDetails--;
return o;
@@ -2716,7 +2716,7 @@ buildLiveBroadcastTopicDetails() {
checkLiveBroadcastTopicDetails(api.LiveBroadcastTopicDetails o) {
buildCounterLiveBroadcastTopicDetails++;
if (buildCounterLiveBroadcastTopicDetails < 3) {
- checkUnnamed537(o.topics);
+ checkUnnamed612(o.topics);
}
buildCounterLiveBroadcastTopicDetails--;
}
@@ -2896,14 +2896,14 @@ checkLiveChatMessageDeletedDetails(api.LiveChatMessageDeletedDetails o) {
buildCounterLiveChatMessageDeletedDetails--;
}
-buildUnnamed538() {
+buildUnnamed613() {
var o = new core.List<api.LiveChatMessage>();
o.add(buildLiveChatMessage());
o.add(buildLiveChatMessage());
return o;
}
-checkUnnamed538(core.List<api.LiveChatMessage> o) {
+checkUnnamed613(core.List<api.LiveChatMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatMessage(o[0]);
checkLiveChatMessage(o[1]);
@@ -2916,7 +2916,7 @@ buildLiveChatMessageListResponse() {
if (buildCounterLiveChatMessageListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed538();
+ o.items = buildUnnamed613();
o.kind = "foo";
o.nextPageToken = "foo";
o.offlineAt = core.DateTime.parse("2002-02-27T14:01:02");
@@ -2934,7 +2934,7 @@ checkLiveChatMessageListResponse(api.LiveChatMessageListResponse o) {
if (buildCounterLiveChatMessageListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed538(o.items);
+ checkUnnamed613(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.offlineAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
@@ -3039,14 +3039,14 @@ checkLiveChatModerator(api.LiveChatModerator o) {
buildCounterLiveChatModerator--;
}
-buildUnnamed539() {
+buildUnnamed614() {
var o = new core.List<api.LiveChatModerator>();
o.add(buildLiveChatModerator());
o.add(buildLiveChatModerator());
return o;
}
-checkUnnamed539(core.List<api.LiveChatModerator> o) {
+checkUnnamed614(core.List<api.LiveChatModerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatModerator(o[0]);
checkLiveChatModerator(o[1]);
@@ -3059,7 +3059,7 @@ buildLiveChatModeratorListResponse() {
if (buildCounterLiveChatModeratorListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed539();
+ o.items = buildUnnamed614();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -3076,7 +3076,7 @@ checkLiveChatModeratorListResponse(api.LiveChatModeratorListResponse o) {
if (buildCounterLiveChatModeratorListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed539(o.items);
+ checkUnnamed614(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -3127,14 +3127,14 @@ checkLiveChatPollClosedDetails(api.LiveChatPollClosedDetails o) {
buildCounterLiveChatPollClosedDetails--;
}
-buildUnnamed540() {
+buildUnnamed615() {
var o = new core.List<api.LiveChatPollItem>();
o.add(buildLiveChatPollItem());
o.add(buildLiveChatPollItem());
return o;
}
-checkUnnamed540(core.List<api.LiveChatPollItem> o) {
+checkUnnamed615(core.List<api.LiveChatPollItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatPollItem(o[0]);
checkLiveChatPollItem(o[1]);
@@ -3146,7 +3146,7 @@ buildLiveChatPollEditedDetails() {
buildCounterLiveChatPollEditedDetails++;
if (buildCounterLiveChatPollEditedDetails < 3) {
o.id = "foo";
- o.items = buildUnnamed540();
+ o.items = buildUnnamed615();
o.prompt = "foo";
}
buildCounterLiveChatPollEditedDetails--;
@@ -3157,7 +3157,7 @@ checkLiveChatPollEditedDetails(api.LiveChatPollEditedDetails o) {
buildCounterLiveChatPollEditedDetails++;
if (buildCounterLiveChatPollEditedDetails < 3) {
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed540(o.items);
+ checkUnnamed615(o.items);
unittest.expect(o.prompt, unittest.equals('foo'));
}
buildCounterLiveChatPollEditedDetails--;
@@ -3184,14 +3184,14 @@ checkLiveChatPollItem(api.LiveChatPollItem o) {
buildCounterLiveChatPollItem--;
}
-buildUnnamed541() {
+buildUnnamed616() {
var o = new core.List<api.LiveChatPollItem>();
o.add(buildLiveChatPollItem());
o.add(buildLiveChatPollItem());
return o;
}
-checkUnnamed541(core.List<api.LiveChatPollItem> o) {
+checkUnnamed616(core.List<api.LiveChatPollItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatPollItem(o[0]);
checkLiveChatPollItem(o[1]);
@@ -3203,7 +3203,7 @@ buildLiveChatPollOpenedDetails() {
buildCounterLiveChatPollOpenedDetails++;
if (buildCounterLiveChatPollOpenedDetails < 3) {
o.id = "foo";
- o.items = buildUnnamed541();
+ o.items = buildUnnamed616();
o.prompt = "foo";
}
buildCounterLiveChatPollOpenedDetails--;
@@ -3214,7 +3214,7 @@ checkLiveChatPollOpenedDetails(api.LiveChatPollOpenedDetails o) {
buildCounterLiveChatPollOpenedDetails++;
if (buildCounterLiveChatPollOpenedDetails < 3) {
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed541(o.items);
+ checkUnnamed616(o.items);
unittest.expect(o.prompt, unittest.equals('foo'));
}
buildCounterLiveChatPollOpenedDetails--;
@@ -3387,14 +3387,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) {
buildCounterLiveStreamContentDetails--;
}
-buildUnnamed542() {
+buildUnnamed617() {
var o = new core.List<api.LiveStreamConfigurationIssue>();
o.add(buildLiveStreamConfigurationIssue());
o.add(buildLiveStreamConfigurationIssue());
return o;
}
-checkUnnamed542(core.List<api.LiveStreamConfigurationIssue> o) {
+checkUnnamed617(core.List<api.LiveStreamConfigurationIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStreamConfigurationIssue(o[0]);
checkLiveStreamConfigurationIssue(o[1]);
@@ -3405,7 +3405,7 @@ buildLiveStreamHealthStatus() {
var o = new api.LiveStreamHealthStatus();
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- o.configurationIssues = buildUnnamed542();
+ o.configurationIssues = buildUnnamed617();
o.lastUpdateTimeSeconds = "foo";
o.status = "foo";
}
@@ -3416,21 +3416,21 @@ buildLiveStreamHealthStatus() {
checkLiveStreamHealthStatus(api.LiveStreamHealthStatus o) {
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- checkUnnamed542(o.configurationIssues);
+ checkUnnamed617(o.configurationIssues);
unittest.expect(o.lastUpdateTimeSeconds, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
}
buildCounterLiveStreamHealthStatus--;
}
-buildUnnamed543() {
+buildUnnamed618() {
var o = new core.List<api.LiveStream>();
o.add(buildLiveStream());
o.add(buildLiveStream());
return o;
}
-checkUnnamed543(core.List<api.LiveStream> o) {
+checkUnnamed618(core.List<api.LiveStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStream(o[0]);
checkLiveStream(o[1]);
@@ -3443,7 +3443,7 @@ buildLiveStreamListResponse() {
if (buildCounterLiveStreamListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed543();
+ o.items = buildUnnamed618();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -3460,7 +3460,7 @@ checkLiveStreamListResponse(api.LiveStreamListResponse o) {
if (buildCounterLiveStreamListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed543(o.items);
+ checkUnnamed618(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -3519,14 +3519,14 @@ checkLiveStreamStatus(api.LiveStreamStatus o) {
buildCounterLiveStreamStatus--;
}
-buildUnnamed544() {
+buildUnnamed619() {
var o = new core.List<api.LocalizedString>();
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-checkUnnamed544(core.List<api.LocalizedString> o) {
+checkUnnamed619(core.List<api.LocalizedString> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedString(o[0]);
checkLocalizedString(o[1]);
@@ -3539,7 +3539,7 @@ buildLocalizedProperty() {
if (buildCounterLocalizedProperty < 3) {
o.default_ = "foo";
o.defaultLanguage = buildLanguageTag();
- o.localized = buildUnnamed544();
+ o.localized = buildUnnamed619();
}
buildCounterLocalizedProperty--;
return o;
@@ -3550,7 +3550,7 @@ checkLocalizedProperty(api.LocalizedProperty o) {
if (buildCounterLocalizedProperty < 3) {
unittest.expect(o.default_, unittest.equals('foo'));
checkLanguageTag(o.defaultLanguage);
- checkUnnamed544(o.localized);
+ checkUnnamed619(o.localized);
}
buildCounterLocalizedProperty--;
}
@@ -3620,14 +3620,14 @@ checkPageInfo(api.PageInfo o) {
buildCounterPageInfo--;
}
-buildUnnamed545() {
+buildUnnamed620() {
var o = new core.Map<core.String, api.PlaylistLocalization>();
o["x"] = buildPlaylistLocalization();
o["y"] = buildPlaylistLocalization();
return o;
}
-checkUnnamed545(core.Map<core.String, api.PlaylistLocalization> o) {
+checkUnnamed620(core.Map<core.String, api.PlaylistLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistLocalization(o["x"]);
checkPlaylistLocalization(o["y"]);
@@ -3642,7 +3642,7 @@ buildPlaylist() {
o.etag = "foo";
o.id = "foo";
o.kind = "foo";
- o.localizations = buildUnnamed545();
+ o.localizations = buildUnnamed620();
o.player = buildPlaylistPlayer();
o.snippet = buildPlaylistSnippet();
o.status = buildPlaylistStatus();
@@ -3658,7 +3658,7 @@ checkPlaylist(api.Playlist o) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed545(o.localizations);
+ checkUnnamed620(o.localizations);
checkPlaylistPlayer(o.player);
checkPlaylistSnippet(o.snippet);
checkPlaylistStatus(o.status);
@@ -3741,14 +3741,14 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) {
buildCounterPlaylistItemContentDetails--;
}
-buildUnnamed546() {
+buildUnnamed621() {
var o = new core.List<api.PlaylistItem>();
o.add(buildPlaylistItem());
o.add(buildPlaylistItem());
return o;
}
-checkUnnamed546(core.List<api.PlaylistItem> o) {
+checkUnnamed621(core.List<api.PlaylistItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistItem(o[0]);
checkPlaylistItem(o[1]);
@@ -3761,7 +3761,7 @@ buildPlaylistItemListResponse() {
if (buildCounterPlaylistItemListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed546();
+ o.items = buildUnnamed621();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -3778,7 +3778,7 @@ checkPlaylistItemListResponse(api.PlaylistItemListResponse o) {
if (buildCounterPlaylistItemListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed546(o.items);
+ checkUnnamed621(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -3843,14 +3843,14 @@ checkPlaylistItemStatus(api.PlaylistItemStatus o) {
buildCounterPlaylistItemStatus--;
}
-buildUnnamed547() {
+buildUnnamed622() {
var o = new core.List<api.Playlist>();
o.add(buildPlaylist());
o.add(buildPlaylist());
return o;
}
-checkUnnamed547(core.List<api.Playlist> o) {
+checkUnnamed622(core.List<api.Playlist> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylist(o[0]);
checkPlaylist(o[1]);
@@ -3863,7 +3863,7 @@ buildPlaylistListResponse() {
if (buildCounterPlaylistListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed547();
+ o.items = buildUnnamed622();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -3880,7 +3880,7 @@ checkPlaylistListResponse(api.PlaylistListResponse o) {
if (buildCounterPlaylistListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed547(o.items);
+ checkUnnamed622(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -3931,14 +3931,14 @@ checkPlaylistPlayer(api.PlaylistPlayer o) {
buildCounterPlaylistPlayer--;
}
-buildUnnamed548() {
+buildUnnamed623() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed548(core.List<core.String> o) {
+checkUnnamed623(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'));
@@ -3955,7 +3955,7 @@ buildPlaylistSnippet() {
o.description = "foo";
o.localized = buildPlaylistLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed548();
+ o.tags = buildUnnamed623();
o.thumbnails = buildThumbnailDetails();
o.title = "foo";
}
@@ -3972,7 +3972,7 @@ checkPlaylistSnippet(api.PlaylistSnippet o) {
unittest.expect(o.description, unittest.equals('foo'));
checkPlaylistLocalization(o.localized);
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
- checkUnnamed548(o.tags);
+ checkUnnamed623(o.tags);
checkThumbnailDetails(o.thumbnails);
unittest.expect(o.title, unittest.equals('foo'));
}
@@ -4094,14 +4094,14 @@ checkResourceId(api.ResourceId o) {
buildCounterResourceId--;
}
-buildUnnamed549() {
+buildUnnamed624() {
var o = new core.List<api.SearchResult>();
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-checkUnnamed549(core.List<api.SearchResult> o) {
+checkUnnamed624(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0]);
checkSearchResult(o[1]);
@@ -4114,7 +4114,7 @@ buildSearchListResponse() {
if (buildCounterSearchListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed549();
+ o.items = buildUnnamed624();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -4132,7 +4132,7 @@ checkSearchListResponse(api.SearchListResponse o) {
if (buildCounterSearchListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed549(o.items);
+ checkUnnamed624(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -4225,14 +4225,14 @@ checkSponsor(api.Sponsor o) {
buildCounterSponsor--;
}
-buildUnnamed550() {
+buildUnnamed625() {
var o = new core.List<api.Sponsor>();
o.add(buildSponsor());
o.add(buildSponsor());
return o;
}
-checkUnnamed550(core.List<api.Sponsor> o) {
+checkUnnamed625(core.List<api.Sponsor> o) {
unittest.expect(o, unittest.hasLength(2));
checkSponsor(o[0]);
checkSponsor(o[1]);
@@ -4245,7 +4245,7 @@ buildSponsorListResponse() {
if (buildCounterSponsorListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed550();
+ o.items = buildUnnamed625();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -4261,7 +4261,7 @@ checkSponsorListResponse(api.SponsorListResponse o) {
if (buildCounterSponsorListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed550(o.items);
+ checkUnnamed625(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -4346,14 +4346,14 @@ checkSubscriptionContentDetails(api.SubscriptionContentDetails o) {
buildCounterSubscriptionContentDetails--;
}
-buildUnnamed551() {
+buildUnnamed626() {
var o = new core.List<api.Subscription>();
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-checkUnnamed551(core.List<api.Subscription> o) {
+checkUnnamed626(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0]);
checkSubscription(o[1]);
@@ -4366,7 +4366,7 @@ buildSubscriptionListResponse() {
if (buildCounterSubscriptionListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed551();
+ o.items = buildUnnamed626();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -4383,7 +4383,7 @@ checkSubscriptionListResponse(api.SubscriptionListResponse o) {
if (buildCounterSubscriptionListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed551(o.items);
+ checkUnnamed626(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -4475,14 +4475,14 @@ checkSuperChatEvent(api.SuperChatEvent o) {
buildCounterSuperChatEvent--;
}
-buildUnnamed552() {
+buildUnnamed627() {
var o = new core.List<api.SuperChatEvent>();
o.add(buildSuperChatEvent());
o.add(buildSuperChatEvent());
return o;
}
-checkUnnamed552(core.List<api.SuperChatEvent> o) {
+checkUnnamed627(core.List<api.SuperChatEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuperChatEvent(o[0]);
checkSuperChatEvent(o[1]);
@@ -4495,7 +4495,7 @@ buildSuperChatEventListResponse() {
if (buildCounterSuperChatEventListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed552();
+ o.items = buildUnnamed627();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -4511,7 +4511,7 @@ checkSuperChatEventListResponse(api.SuperChatEventListResponse o) {
if (buildCounterSuperChatEventListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed552(o.items);
+ checkUnnamed627(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -4604,14 +4604,14 @@ checkThumbnailDetails(api.ThumbnailDetails o) {
buildCounterThumbnailDetails--;
}
-buildUnnamed553() {
+buildUnnamed628() {
var o = new core.List<api.ThumbnailDetails>();
o.add(buildThumbnailDetails());
o.add(buildThumbnailDetails());
return o;
}
-checkUnnamed553(core.List<api.ThumbnailDetails> o) {
+checkUnnamed628(core.List<api.ThumbnailDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkThumbnailDetails(o[0]);
checkThumbnailDetails(o[1]);
@@ -4624,7 +4624,7 @@ buildThumbnailSetResponse() {
if (buildCounterThumbnailSetResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed553();
+ o.items = buildUnnamed628();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -4637,7 +4637,7 @@ checkThumbnailSetResponse(api.ThumbnailSetResponse o) {
if (buildCounterThumbnailSetResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed553(o.items);
+ checkUnnamed628(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
@@ -4661,14 +4661,14 @@ checkTokenPagination(api.TokenPagination o) {
buildCounterTokenPagination--;
}
-buildUnnamed554() {
+buildUnnamed629() {
var o = new core.Map<core.String, api.VideoLocalization>();
o["x"] = buildVideoLocalization();
o["y"] = buildVideoLocalization();
return o;
}
-checkUnnamed554(core.Map<core.String, api.VideoLocalization> o) {
+checkUnnamed629(core.Map<core.String, api.VideoLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoLocalization(o["x"]);
checkVideoLocalization(o["y"]);
@@ -4686,7 +4686,7 @@ buildVideo() {
o.id = "foo";
o.kind = "foo";
o.liveStreamingDetails = buildVideoLiveStreamingDetails();
- o.localizations = buildUnnamed554();
+ o.localizations = buildUnnamed629();
o.monetizationDetails = buildVideoMonetizationDetails();
o.player = buildVideoPlayer();
o.processingDetails = buildVideoProcessingDetails();
@@ -4712,7 +4712,7 @@ checkVideo(api.Video o) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
checkVideoLiveStreamingDetails(o.liveStreamingDetails);
- checkUnnamed554(o.localizations);
+ checkUnnamed629(o.localizations);
checkVideoMonetizationDetails(o.monetizationDetails);
checkVideoPlayer(o.player);
checkVideoProcessingDetails(o.processingDetails);
@@ -4779,14 +4779,14 @@ checkVideoAbuseReportReason(api.VideoAbuseReportReason o) {
buildCounterVideoAbuseReportReason--;
}
-buildUnnamed555() {
+buildUnnamed630() {
var o = new core.List<api.VideoAbuseReportReason>();
o.add(buildVideoAbuseReportReason());
o.add(buildVideoAbuseReportReason());
return o;
}
-checkUnnamed555(core.List<api.VideoAbuseReportReason> o) {
+checkUnnamed630(core.List<api.VideoAbuseReportReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportReason(o[0]);
checkVideoAbuseReportReason(o[1]);
@@ -4799,7 +4799,7 @@ buildVideoAbuseReportReasonListResponse() {
if (buildCounterVideoAbuseReportReasonListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed555();
+ o.items = buildUnnamed630();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -4812,21 +4812,21 @@ checkVideoAbuseReportReasonListResponse(api.VideoAbuseReportReasonListResponse o
if (buildCounterVideoAbuseReportReasonListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed555(o.items);
+ checkUnnamed630(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
buildCounterVideoAbuseReportReasonListResponse--;
}
-buildUnnamed556() {
+buildUnnamed631() {
var o = new core.List<api.VideoAbuseReportSecondaryReason>();
o.add(buildVideoAbuseReportSecondaryReason());
o.add(buildVideoAbuseReportSecondaryReason());
return o;
}
-checkUnnamed556(core.List<api.VideoAbuseReportSecondaryReason> o) {
+checkUnnamed631(core.List<api.VideoAbuseReportSecondaryReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportSecondaryReason(o[0]);
checkVideoAbuseReportSecondaryReason(o[1]);
@@ -4838,7 +4838,7 @@ buildVideoAbuseReportReasonSnippet() {
buildCounterVideoAbuseReportReasonSnippet++;
if (buildCounterVideoAbuseReportReasonSnippet < 3) {
o.label = "foo";
- o.secondaryReasons = buildUnnamed556();
+ o.secondaryReasons = buildUnnamed631();
}
buildCounterVideoAbuseReportReasonSnippet--;
return o;
@@ -4848,7 +4848,7 @@ checkVideoAbuseReportReasonSnippet(api.VideoAbuseReportReasonSnippet o) {
buildCounterVideoAbuseReportReasonSnippet++;
if (buildCounterVideoAbuseReportReasonSnippet < 3) {
unittest.expect(o.label, unittest.equals('foo'));
- checkUnnamed556(o.secondaryReasons);
+ checkUnnamed631(o.secondaryReasons);
}
buildCounterVideoAbuseReportReasonSnippet--;
}
@@ -4922,14 +4922,14 @@ checkVideoCategory(api.VideoCategory o) {
buildCounterVideoCategory--;
}
-buildUnnamed557() {
+buildUnnamed632() {
var o = new core.List<api.VideoCategory>();
o.add(buildVideoCategory());
o.add(buildVideoCategory());
return o;
}
-checkUnnamed557(core.List<api.VideoCategory> o) {
+checkUnnamed632(core.List<api.VideoCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoCategory(o[0]);
checkVideoCategory(o[1]);
@@ -4942,7 +4942,7 @@ buildVideoCategoryListResponse() {
if (buildCounterVideoCategoryListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed557();
+ o.items = buildUnnamed632();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -4959,7 +4959,7 @@ checkVideoCategoryListResponse(api.VideoCategoryListResponse o) {
if (buildCounterVideoCategoryListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed557(o.items);
+ checkUnnamed632(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -5030,27 +5030,27 @@ checkVideoContentDetails(api.VideoContentDetails o) {
buildCounterVideoContentDetails--;
}
-buildUnnamed558() {
+buildUnnamed633() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed558(core.List<core.String> o) {
+checkUnnamed633(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'));
}
-buildUnnamed559() {
+buildUnnamed634() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed559(core.List<core.String> o) {
+checkUnnamed634(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'));
@@ -5061,8 +5061,8 @@ buildVideoContentDetailsRegionRestriction() {
var o = new api.VideoContentDetailsRegionRestriction();
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- o.allowed = buildUnnamed558();
- o.blocked = buildUnnamed559();
+ o.allowed = buildUnnamed633();
+ o.blocked = buildUnnamed634();
}
buildCounterVideoContentDetailsRegionRestriction--;
return o;
@@ -5071,33 +5071,33 @@ buildVideoContentDetailsRegionRestriction() {
checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) {
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- checkUnnamed558(o.allowed);
- checkUnnamed559(o.blocked);
+ checkUnnamed633(o.allowed);
+ checkUnnamed634(o.blocked);
}
buildCounterVideoContentDetailsRegionRestriction--;
}
-buildUnnamed560() {
+buildUnnamed635() {
var o = new core.List<api.VideoFileDetailsAudioStream>();
o.add(buildVideoFileDetailsAudioStream());
o.add(buildVideoFileDetailsAudioStream());
return o;
}
-checkUnnamed560(core.List<api.VideoFileDetailsAudioStream> o) {
+checkUnnamed635(core.List<api.VideoFileDetailsAudioStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsAudioStream(o[0]);
checkVideoFileDetailsAudioStream(o[1]);
}
-buildUnnamed561() {
+buildUnnamed636() {
var o = new core.List<api.VideoFileDetailsVideoStream>();
o.add(buildVideoFileDetailsVideoStream());
o.add(buildVideoFileDetailsVideoStream());
return o;
}
-checkUnnamed561(core.List<api.VideoFileDetailsVideoStream> o) {
+checkUnnamed636(core.List<api.VideoFileDetailsVideoStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsVideoStream(o[0]);
checkVideoFileDetailsVideoStream(o[1]);
@@ -5108,7 +5108,7 @@ buildVideoFileDetails() {
var o = new api.VideoFileDetails();
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- o.audioStreams = buildUnnamed560();
+ o.audioStreams = buildUnnamed635();
o.bitrateBps = "foo";
o.container = "foo";
o.creationTime = "foo";
@@ -5116,7 +5116,7 @@ buildVideoFileDetails() {
o.fileName = "foo";
o.fileSize = "foo";
o.fileType = "foo";
- o.videoStreams = buildUnnamed561();
+ o.videoStreams = buildUnnamed636();
}
buildCounterVideoFileDetails--;
return o;
@@ -5125,7 +5125,7 @@ buildVideoFileDetails() {
checkVideoFileDetails(api.VideoFileDetails o) {
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- checkUnnamed560(o.audioStreams);
+ checkUnnamed635(o.audioStreams);
unittest.expect(o.bitrateBps, unittest.equals('foo'));
unittest.expect(o.container, unittest.equals('foo'));
unittest.expect(o.creationTime, unittest.equals('foo'));
@@ -5133,7 +5133,7 @@ checkVideoFileDetails(api.VideoFileDetails o) {
unittest.expect(o.fileName, unittest.equals('foo'));
unittest.expect(o.fileSize, unittest.equals('foo'));
unittest.expect(o.fileType, unittest.equals('foo'));
- checkUnnamed561(o.videoStreams);
+ checkUnnamed636(o.videoStreams);
}
buildCounterVideoFileDetails--;
}
@@ -5196,14 +5196,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) {
buildCounterVideoFileDetailsVideoStream--;
}
-buildUnnamed562() {
+buildUnnamed637() {
var o = new core.List<api.VideoRating>();
o.add(buildVideoRating());
o.add(buildVideoRating());
return o;
}
-checkUnnamed562(core.List<api.VideoRating> o) {
+checkUnnamed637(core.List<api.VideoRating> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoRating(o[0]);
checkVideoRating(o[1]);
@@ -5216,7 +5216,7 @@ buildVideoGetRatingResponse() {
if (buildCounterVideoGetRatingResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed562();
+ o.items = buildUnnamed637();
o.kind = "foo";
o.visitorId = "foo";
}
@@ -5229,21 +5229,21 @@ checkVideoGetRatingResponse(api.VideoGetRatingResponse o) {
if (buildCounterVideoGetRatingResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed562(o.items);
+ checkUnnamed637(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
buildCounterVideoGetRatingResponse--;
}
-buildUnnamed563() {
+buildUnnamed638() {
var o = new core.List<api.Video>();
o.add(buildVideo());
o.add(buildVideo());
return o;
}
-checkUnnamed563(core.List<api.Video> o) {
+checkUnnamed638(core.List<api.Video> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideo(o[0]);
checkVideo(o[1]);
@@ -5256,7 +5256,7 @@ buildVideoListResponse() {
if (buildCounterVideoListResponse < 3) {
o.etag = "foo";
o.eventId = "foo";
- o.items = buildUnnamed563();
+ o.items = buildUnnamed638();
o.kind = "foo";
o.nextPageToken = "foo";
o.pageInfo = buildPageInfo();
@@ -5273,7 +5273,7 @@ checkVideoListResponse(api.VideoListResponse o) {
if (buildCounterVideoListResponse < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.eventId, unittest.equals('foo'));
- checkUnnamed563(o.items);
+ checkUnnamed638(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
@@ -5432,14 +5432,14 @@ checkVideoProcessingDetailsProcessingProgress(api.VideoProcessingDetailsProcessi
buildCounterVideoProcessingDetailsProcessingProgress--;
}
-buildUnnamed564() {
+buildUnnamed639() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed564(core.List<core.String> o) {
+checkUnnamed639(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'));
@@ -5450,7 +5450,7 @@ buildVideoProjectDetails() {
var o = new api.VideoProjectDetails();
buildCounterVideoProjectDetails++;
if (buildCounterVideoProjectDetails < 3) {
- o.tags = buildUnnamed564();
+ o.tags = buildUnnamed639();
}
buildCounterVideoProjectDetails--;
return o;
@@ -5459,7 +5459,7 @@ buildVideoProjectDetails() {
checkVideoProjectDetails(api.VideoProjectDetails o) {
buildCounterVideoProjectDetails++;
if (buildCounterVideoProjectDetails < 3) {
- checkUnnamed564(o.tags);
+ checkUnnamed639(o.tags);
}
buildCounterVideoProjectDetails--;
}
@@ -5508,14 +5508,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) {
buildCounterVideoRecordingDetails--;
}
-buildUnnamed565() {
+buildUnnamed640() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed565(core.List<core.String> o) {
+checkUnnamed640(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'));
@@ -5535,7 +5535,7 @@ buildVideoSnippet() {
o.liveBroadcastContent = "foo";
o.localized = buildVideoLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed565();
+ o.tags = buildUnnamed640();
o.thumbnails = buildThumbnailDetails();
o.title = "foo";
}
@@ -5555,7 +5555,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")));
- checkUnnamed565(o.tags);
+ checkUnnamed640(o.tags);
checkThumbnailDetails(o.thumbnails);
unittest.expect(o.title, unittest.equals('foo'));
}
@@ -5622,66 +5622,66 @@ checkVideoStatus(api.VideoStatus o) {
buildCounterVideoStatus--;
}
-buildUnnamed566() {
+buildUnnamed641() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed566(core.List<core.String> o) {
+checkUnnamed641(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'));
}
-buildUnnamed567() {
+buildUnnamed642() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed567(core.List<core.String> o) {
+checkUnnamed642(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'));
}
-buildUnnamed568() {
+buildUnnamed643() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed568(core.List<core.String> o) {
+checkUnnamed643(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'));
}
-buildUnnamed569() {
+buildUnnamed644() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed569(core.List<core.String> o) {
+checkUnnamed644(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'));
}
-buildUnnamed570() {
+buildUnnamed645() {
var o = new core.List<api.VideoSuggestionsTagSuggestion>();
o.add(buildVideoSuggestionsTagSuggestion());
o.add(buildVideoSuggestionsTagSuggestion());
return o;
}
-checkUnnamed570(core.List<api.VideoSuggestionsTagSuggestion> o) {
+checkUnnamed645(core.List<api.VideoSuggestionsTagSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoSuggestionsTagSuggestion(o[0]);
checkVideoSuggestionsTagSuggestion(o[1]);
@@ -5692,11 +5692,11 @@ buildVideoSuggestions() {
var o = new api.VideoSuggestions();
buildCounterVideoSuggestions++;
if (buildCounterVideoSuggestions < 3) {
- o.editorSuggestions = buildUnnamed566();
- o.processingErrors = buildUnnamed567();
- o.processingHints = buildUnnamed568();
- o.processingWarnings = buildUnnamed569();
- o.tagSuggestions = buildUnnamed570();
+ o.editorSuggestions = buildUnnamed641();
+ o.processingErrors = buildUnnamed642();
+ o.processingHints = buildUnnamed643();
+ o.processingWarnings = buildUnnamed644();
+ o.tagSuggestions = buildUnnamed645();
}
buildCounterVideoSuggestions--;
return o;
@@ -5705,23 +5705,23 @@ buildVideoSuggestions() {
checkVideoSuggestions(api.VideoSuggestions o) {
buildCounterVideoSuggestions++;
if (buildCounterVideoSuggestions < 3) {
- checkUnnamed566(o.editorSuggestions);
- checkUnnamed567(o.processingErrors);
- checkUnnamed568(o.processingHints);
- checkUnnamed569(o.processingWarnings);
- checkUnnamed570(o.tagSuggestions);
+ checkUnnamed641(o.editorSuggestions);
+ checkUnnamed642(o.processingErrors);
+ checkUnnamed643(o.processingHints);
+ checkUnnamed644(o.processingWarnings);
+ checkUnnamed645(o.tagSuggestions);
}
buildCounterVideoSuggestions--;
}
-buildUnnamed571() {
+buildUnnamed646() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed571(core.List<core.String> o) {
+checkUnnamed646(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'));
@@ -5732,7 +5732,7 @@ buildVideoSuggestionsTagSuggestion() {
var o = new api.VideoSuggestionsTagSuggestion();
buildCounterVideoSuggestionsTagSuggestion++;
if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- o.categoryRestricts = buildUnnamed571();
+ o.categoryRestricts = buildUnnamed646();
o.tag = "foo";
}
buildCounterVideoSuggestionsTagSuggestion--;
@@ -5742,46 +5742,46 @@ buildVideoSuggestionsTagSuggestion() {
checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
buildCounterVideoSuggestionsTagSuggestion++;
if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- checkUnnamed571(o.categoryRestricts);
+ checkUnnamed646(o.categoryRestricts);
unittest.expect(o.tag, unittest.equals('foo'));
}
buildCounterVideoSuggestionsTagSuggestion--;
}
-buildUnnamed572() {
+buildUnnamed647() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed572(core.List<core.String> o) {
+checkUnnamed647(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'));
}
-buildUnnamed573() {
+buildUnnamed648() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed573(core.List<core.String> o) {
+checkUnnamed648(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'));
}
-buildUnnamed574() {
+buildUnnamed649() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed574(core.List<core.String> o) {
+checkUnnamed649(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'));
@@ -5792,9 +5792,9 @@ buildVideoTopicDetails() {
var o = new api.VideoTopicDetails();
buildCounterVideoTopicDetails++;
if (buildCounterVideoTopicDetails < 3) {
- o.relevantTopicIds = buildUnnamed572();
- o.topicCategories = buildUnnamed573();
- o.topicIds = buildUnnamed574();
+ o.relevantTopicIds = buildUnnamed647();
+ o.topicCategories = buildUnnamed648();
+ o.topicIds = buildUnnamed649();
}
buildCounterVideoTopicDetails--;
return o;
@@ -5803,9 +5803,9 @@ buildVideoTopicDetails() {
checkVideoTopicDetails(api.VideoTopicDetails o) {
buildCounterVideoTopicDetails++;
if (buildCounterVideoTopicDetails < 3) {
- checkUnnamed572(o.relevantTopicIds);
- checkUnnamed573(o.topicCategories);
- checkUnnamed574(o.topicIds);
+ checkUnnamed647(o.relevantTopicIds);
+ checkUnnamed648(o.topicCategories);
+ checkUnnamed649(o.topicIds);
}
buildCounterVideoTopicDetails--;
}
« no previous file with comments | « generated/googleapis/test/webmasters/v3_test.dart ('k') | generated/googleapis/test/youtubeanalytics/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698