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

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

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 years, 9 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 cdbe86d33da9270aefe3dd2cf882a44be82b34f6..c99ea261007d158ff606b7e1a2ad1633be538b6e 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);
}
-buildUnnamed481() {
+buildUnnamed498() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed481(core.List<core.String> o) {
+checkUnnamed498(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 = buildUnnamed481();
+ o.exception = buildUnnamed498();
}
buildCounterAccessPolicy--;
return o;
@@ -80,7 +80,7 @@ checkAccessPolicy(api.AccessPolicy o) {
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
unittest.expect(o.allowed, unittest.isTrue);
- checkUnnamed481(o.exception);
+ checkUnnamed498(o.exception);
}
buildCounterAccessPolicy--;
}
@@ -269,27 +269,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o
buildCounterActivityContentDetailsPlaylistItem--;
}
-buildUnnamed482() {
+buildUnnamed499() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed482(core.List<core.String> o) {
+checkUnnamed499(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'));
}
-buildUnnamed483() {
+buildUnnamed500() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed483(core.List<core.String> o) {
+checkUnnamed500(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 = buildUnnamed482();
- o.impressionUrl = buildUnnamed483();
+ o.forecastingUrl = buildUnnamed499();
+ o.impressionUrl = buildUnnamed500();
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'));
- checkUnnamed482(o.forecastingUrl);
- checkUnnamed483(o.impressionUrl);
+ checkUnnamed499(o.forecastingUrl);
+ checkUnnamed500(o.impressionUrl);
unittest.expect(o.videoId, unittest.equals('foo'));
}
buildCounterActivityContentDetailsPromotedItem--;
@@ -420,14 +420,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) {
buildCounterActivityContentDetailsUpload--;
}
-buildUnnamed484() {
+buildUnnamed501() {
var o = new core.List<api.Activity>();
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-checkUnnamed484(core.List<api.Activity> o) {
+checkUnnamed501(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 = buildUnnamed484();
+ o.items = buildUnnamed501();
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'));
- checkUnnamed484(o.items);
+ checkUnnamed501(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--;
}
-buildUnnamed485() {
+buildUnnamed502() {
var o = new core.List<api.Caption>();
o.add(buildCaption());
o.add(buildCaption());
return o;
}
-checkUnnamed485(core.List<api.Caption> o) {
+checkUnnamed502(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 = buildUnnamed485();
+ o.items = buildUnnamed502();
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'));
- checkUnnamed485(o.items);
+ checkUnnamed502(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--;
}
-buildUnnamed486() {
+buildUnnamed503() {
var o = new core.Map<core.String, api.ChannelLocalization>();
o["x"] = buildChannelLocalization();
o["y"] = buildChannelLocalization();
return o;
}
-checkUnnamed486(core.Map<core.String, api.ChannelLocalization> o) {
+checkUnnamed503(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 = buildUnnamed486();
+ o.localizations = buildUnnamed503();
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'));
- checkUnnamed486(o.localizations);
+ checkUnnamed503(o.localizations);
checkChannelSnippet(o.snippet);
checkChannelStatistics(o.statistics);
checkChannelStatus(o.status);
@@ -742,14 +742,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) {
buildCounterChannelBannerResource--;
}
-buildUnnamed487() {
+buildUnnamed504() {
var o = new core.List<api.PropertyValue>();
o.add(buildPropertyValue());
o.add(buildPropertyValue());
return o;
}
-checkUnnamed487(core.List<api.PropertyValue> o) {
+checkUnnamed504(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 = buildUnnamed487();
+ o.hints = buildUnnamed504();
o.image = buildImageSettings();
o.watch = buildWatchSettings();
}
@@ -773,7 +773,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) {
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
checkChannelSettings(o.channel);
- checkUnnamed487(o.hints);
+ checkUnnamed504(o.hints);
checkImageSettings(o.image);
checkWatchSettings(o.watch);
}
@@ -868,14 +868,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) {
buildCounterChannelConversionPing--;
}
-buildUnnamed488() {
+buildUnnamed505() {
var o = new core.List<api.ChannelConversionPing>();
o.add(buildChannelConversionPing());
o.add(buildChannelConversionPing());
return o;
}
-checkUnnamed488(core.List<api.ChannelConversionPing> o) {
+checkUnnamed505(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 = buildUnnamed488();
+ o.pings = buildUnnamed505();
}
buildCounterChannelConversionPings--;
return o;
@@ -895,19 +895,19 @@ buildChannelConversionPings() {
checkChannelConversionPings(api.ChannelConversionPings o) {
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- checkUnnamed488(o.pings);
+ checkUnnamed505(o.pings);
}
buildCounterChannelConversionPings--;
}
-buildUnnamed489() {
+buildUnnamed506() {
var o = new core.List<api.Channel>();
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-checkUnnamed489(core.List<api.Channel> o) {
+checkUnnamed506(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 = buildUnnamed489();
+ o.items = buildUnnamed506();
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'));
- checkUnnamed489(o.items);
+ checkUnnamed506(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--;
}
-buildUnnamed490() {
+buildUnnamed507() {
var o = new core.Map<core.String, api.ChannelSectionLocalization>();
o["x"] = buildChannelSectionLocalization();
o["y"] = buildChannelSectionLocalization();
return o;
}
-checkUnnamed490(core.Map<core.String, api.ChannelSectionLocalization> o) {
+checkUnnamed507(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 = buildUnnamed490();
+ o.localizations = buildUnnamed507();
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'));
- checkUnnamed490(o.localizations);
+ checkUnnamed507(o.localizations);
checkChannelSectionSnippet(o.snippet);
checkChannelSectionTargeting(o.targeting);
}
buildCounterChannelSection--;
}
-buildUnnamed491() {
+buildUnnamed508() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed491(core.List<core.String> o) {
+checkUnnamed508(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'));
}
-buildUnnamed492() {
+buildUnnamed509() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed492(core.List<core.String> o) {
+checkUnnamed509(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 = buildUnnamed491();
- o.playlists = buildUnnamed492();
+ o.channels = buildUnnamed508();
+ o.playlists = buildUnnamed509();
}
buildCounterChannelSectionContentDetails--;
return o;
@@ -1079,20 +1079,20 @@ buildChannelSectionContentDetails() {
checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) {
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- checkUnnamed491(o.channels);
- checkUnnamed492(o.playlists);
+ checkUnnamed508(o.channels);
+ checkUnnamed509(o.playlists);
}
buildCounterChannelSectionContentDetails--;
}
-buildUnnamed493() {
+buildUnnamed510() {
var o = new core.List<api.ChannelSection>();
o.add(buildChannelSection());
o.add(buildChannelSection());
return o;
}
-checkUnnamed493(core.List<api.ChannelSection> o) {
+checkUnnamed510(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 = buildUnnamed493();
+ o.items = buildUnnamed510();
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'));
- checkUnnamed493(o.items);
+ checkUnnamed510(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--;
}
-buildUnnamed494() {
+buildUnnamed511() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed494(core.List<core.String> o) {
+checkUnnamed511(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'));
}
-buildUnnamed495() {
+buildUnnamed512() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed495(core.List<core.String> o) {
+checkUnnamed512(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'));
}
-buildUnnamed496() {
+buildUnnamed513() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed496(core.List<core.String> o) {
+checkUnnamed513(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -1219,9 +1219,9 @@ buildChannelSectionTargeting() {
var o = new api.ChannelSectionTargeting();
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- o.countries = buildUnnamed494();
- o.languages = buildUnnamed495();
- o.regions = buildUnnamed496();
+ o.countries = buildUnnamed511();
+ o.languages = buildUnnamed512();
+ o.regions = buildUnnamed513();
}
buildCounterChannelSectionTargeting--;
return o;
@@ -1230,21 +1230,21 @@ buildChannelSectionTargeting() {
checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- checkUnnamed494(o.countries);
- checkUnnamed495(o.languages);
- checkUnnamed496(o.regions);
+ checkUnnamed511(o.countries);
+ checkUnnamed512(o.languages);
+ checkUnnamed513(o.regions);
}
buildCounterChannelSectionTargeting--;
}
-buildUnnamed497() {
+buildUnnamed514() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed497(core.List<core.String> o) {
+checkUnnamed514(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 = buildUnnamed497();
+ o.featuredChannelsUrls = buildUnnamed514();
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'));
- checkUnnamed497(o.featuredChannelsUrls);
+ checkUnnamed514(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--;
}
-buildUnnamed498() {
+buildUnnamed515() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed498(core.List<core.String> o) {
+checkUnnamed515(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'));
}
-buildUnnamed499() {
+buildUnnamed516() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed499(core.List<core.String> o) {
+checkUnnamed516(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 = buildUnnamed498();
- o.topicIds = buildUnnamed499();
+ o.topicCategories = buildUnnamed515();
+ o.topicIds = buildUnnamed516();
}
buildCounterChannelTopicDetails--;
return o;
@@ -1419,8 +1419,8 @@ buildChannelTopicDetails() {
checkChannelTopicDetails(api.ChannelTopicDetails o) {
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- checkUnnamed498(o.topicCategories);
- checkUnnamed499(o.topicIds);
+ checkUnnamed515(o.topicCategories);
+ checkUnnamed516(o.topicIds);
}
buildCounterChannelTopicDetails--;
}
@@ -1450,14 +1450,14 @@ checkComment(api.Comment o) {
buildCounterComment--;
}
-buildUnnamed500() {
+buildUnnamed517() {
var o = new core.List<api.Comment>();
o.add(buildComment());
o.add(buildComment());
return o;
}
-checkUnnamed500(core.List<api.Comment> o) {
+checkUnnamed517(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 = buildUnnamed500();
+ o.items = buildUnnamed517();
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'));
- checkUnnamed500(o.items);
+ checkUnnamed517(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--;
}
-buildUnnamed501() {
+buildUnnamed518() {
var o = new core.List<api.CommentThread>();
o.add(buildCommentThread());
o.add(buildCommentThread());
return o;
}
-checkUnnamed501(core.List<api.CommentThread> o) {
+checkUnnamed518(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 = buildUnnamed501();
+ o.items = buildUnnamed518();
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'));
- checkUnnamed501(o.items);
+ checkUnnamed518(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--;
}
-buildUnnamed502() {
+buildUnnamed519() {
var o = new core.List<api.Comment>();
o.add(buildComment());
o.add(buildComment());
return o;
}
-checkUnnamed502(core.List<api.Comment> o) {
+checkUnnamed519(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 = buildUnnamed502();
+ o.comments = buildUnnamed519();
}
buildCounterCommentThreadReplies--;
return o;
@@ -1643,7 +1643,7 @@ buildCommentThreadReplies() {
checkCommentThreadReplies(api.CommentThreadReplies o) {
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- checkUnnamed502(o.comments);
+ checkUnnamed519(o.comments);
}
buildCounterCommentThreadReplies--;
}
@@ -1677,27 +1677,27 @@ checkCommentThreadSnippet(api.CommentThreadSnippet o) {
buildCounterCommentThreadSnippet--;
}
-buildUnnamed503() {
+buildUnnamed520() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed503(core.List<core.String> o) {
+checkUnnamed520(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed504() {
+buildUnnamed521() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed504(core.List<core.String> o) {
+checkUnnamed521(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -1728,7 +1728,7 @@ buildContentRating() {
o.cscfRating = "foo";
o.czfilmRating = "foo";
o.djctqRating = "foo";
- o.djctqRatingReasons = buildUnnamed503();
+ o.djctqRatingReasons = buildUnnamed520();
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 = buildUnnamed504();
+ o.fpbRatingReasons = buildUnnamed521();
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'));
- checkUnnamed503(o.djctqRatingReasons);
+ checkUnnamed520(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'));
- checkUnnamed504(o.fpbRatingReasons);
+ checkUnnamed521(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--;
}
-buildUnnamed505() {
+buildUnnamed522() {
var o = new core.List<api.FanFundingEvent>();
o.add(buildFanFundingEvent());
o.add(buildFanFundingEvent());
return o;
}
-checkUnnamed505(core.List<api.FanFundingEvent> o) {
+checkUnnamed522(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 = buildUnnamed505();
+ o.items = buildUnnamed522();
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'));
- checkUnnamed505(o.items);
+ checkUnnamed522(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--;
}
-buildUnnamed506() {
+buildUnnamed523() {
var o = new core.List<api.GuideCategory>();
o.add(buildGuideCategory());
o.add(buildGuideCategory());
return o;
}
-checkUnnamed506(core.List<api.GuideCategory> o) {
+checkUnnamed523(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 = buildUnnamed506();
+ o.items = buildUnnamed523();
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'));
- checkUnnamed506(o.items);
+ checkUnnamed523(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--;
}
-buildUnnamed507() {
+buildUnnamed524() {
var o = new core.List<api.I18nLanguage>();
o.add(buildI18nLanguage());
o.add(buildI18nLanguage());
return o;
}
-checkUnnamed507(core.List<api.I18nLanguage> o) {
+checkUnnamed524(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 = buildUnnamed507();
+ o.items = buildUnnamed524();
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'));
- checkUnnamed507(o.items);
+ checkUnnamed524(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--;
}
-buildUnnamed508() {
+buildUnnamed525() {
var o = new core.List<api.I18nRegion>();
o.add(buildI18nRegion());
o.add(buildI18nRegion());
return o;
}
-checkUnnamed508(core.List<api.I18nRegion> o) {
+checkUnnamed525(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 = buildUnnamed508();
+ o.items = buildUnnamed525();
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'));
- checkUnnamed508(o.items);
+ checkUnnamed525(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--;
}
-buildUnnamed509() {
+buildUnnamed526() {
var o = new core.List<api.PromotedItem>();
o.add(buildPromotedItem());
o.add(buildPromotedItem());
return o;
}
-checkUnnamed509(core.List<api.PromotedItem> o) {
+checkUnnamed526(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 = buildUnnamed509();
+ o.items = buildUnnamed526();
o.position = buildInvideoPosition();
o.useSmartTiming = true;
}
@@ -2410,7 +2410,7 @@ checkInvideoPromotion(api.InvideoPromotion o) {
buildCounterInvideoPromotion++;
if (buildCounterInvideoPromotion < 3) {
checkInvideoTiming(o.defaultTiming);
- checkUnnamed509(o.items);
+ checkUnnamed526(o.items);
checkInvideoPosition(o.position);
unittest.expect(o.useSmartTiming, unittest.isTrue);
}
@@ -2533,14 +2533,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) {
buildCounterLiveBroadcastContentDetails--;
}
-buildUnnamed510() {
+buildUnnamed527() {
var o = new core.List<api.LiveBroadcast>();
o.add(buildLiveBroadcast());
o.add(buildLiveBroadcast());
return o;
}
-checkUnnamed510(core.List<api.LiveBroadcast> o) {
+checkUnnamed527(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 = buildUnnamed510();
+ o.items = buildUnnamed527();
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'));
- checkUnnamed510(o.items);
+ checkUnnamed527(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--;
}
-buildUnnamed511() {
+buildUnnamed528() {
var o = new core.List<api.LiveBroadcastTopic>();
o.add(buildLiveBroadcastTopic());
o.add(buildLiveBroadcastTopic());
return o;
}
-checkUnnamed511(core.List<api.LiveBroadcastTopic> o) {
+checkUnnamed528(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 = buildUnnamed511();
+ o.topics = buildUnnamed528();
}
buildCounterLiveBroadcastTopicDetails--;
return o;
@@ -2716,7 +2716,7 @@ buildLiveBroadcastTopicDetails() {
checkLiveBroadcastTopicDetails(api.LiveBroadcastTopicDetails o) {
buildCounterLiveBroadcastTopicDetails++;
if (buildCounterLiveBroadcastTopicDetails < 3) {
- checkUnnamed511(o.topics);
+ checkUnnamed528(o.topics);
}
buildCounterLiveBroadcastTopicDetails--;
}
@@ -2896,14 +2896,14 @@ checkLiveChatMessageDeletedDetails(api.LiveChatMessageDeletedDetails o) {
buildCounterLiveChatMessageDeletedDetails--;
}
-buildUnnamed512() {
+buildUnnamed529() {
var o = new core.List<api.LiveChatMessage>();
o.add(buildLiveChatMessage());
o.add(buildLiveChatMessage());
return o;
}
-checkUnnamed512(core.List<api.LiveChatMessage> o) {
+checkUnnamed529(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 = buildUnnamed512();
+ o.items = buildUnnamed529();
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'));
- checkUnnamed512(o.items);
+ checkUnnamed529(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--;
}
-buildUnnamed513() {
+buildUnnamed530() {
var o = new core.List<api.LiveChatModerator>();
o.add(buildLiveChatModerator());
o.add(buildLiveChatModerator());
return o;
}
-checkUnnamed513(core.List<api.LiveChatModerator> o) {
+checkUnnamed530(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 = buildUnnamed513();
+ o.items = buildUnnamed530();
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'));
- checkUnnamed513(o.items);
+ checkUnnamed530(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--;
}
-buildUnnamed514() {
+buildUnnamed531() {
var o = new core.List<api.LiveChatPollItem>();
o.add(buildLiveChatPollItem());
o.add(buildLiveChatPollItem());
return o;
}
-checkUnnamed514(core.List<api.LiveChatPollItem> o) {
+checkUnnamed531(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 = buildUnnamed514();
+ o.items = buildUnnamed531();
o.prompt = "foo";
}
buildCounterLiveChatPollEditedDetails--;
@@ -3157,7 +3157,7 @@ checkLiveChatPollEditedDetails(api.LiveChatPollEditedDetails o) {
buildCounterLiveChatPollEditedDetails++;
if (buildCounterLiveChatPollEditedDetails < 3) {
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed514(o.items);
+ checkUnnamed531(o.items);
unittest.expect(o.prompt, unittest.equals('foo'));
}
buildCounterLiveChatPollEditedDetails--;
@@ -3184,14 +3184,14 @@ checkLiveChatPollItem(api.LiveChatPollItem o) {
buildCounterLiveChatPollItem--;
}
-buildUnnamed515() {
+buildUnnamed532() {
var o = new core.List<api.LiveChatPollItem>();
o.add(buildLiveChatPollItem());
o.add(buildLiveChatPollItem());
return o;
}
-checkUnnamed515(core.List<api.LiveChatPollItem> o) {
+checkUnnamed532(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 = buildUnnamed515();
+ o.items = buildUnnamed532();
o.prompt = "foo";
}
buildCounterLiveChatPollOpenedDetails--;
@@ -3214,7 +3214,7 @@ checkLiveChatPollOpenedDetails(api.LiveChatPollOpenedDetails o) {
buildCounterLiveChatPollOpenedDetails++;
if (buildCounterLiveChatPollOpenedDetails < 3) {
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed515(o.items);
+ checkUnnamed532(o.items);
unittest.expect(o.prompt, unittest.equals('foo'));
}
buildCounterLiveChatPollOpenedDetails--;
@@ -3387,14 +3387,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) {
buildCounterLiveStreamContentDetails--;
}
-buildUnnamed516() {
+buildUnnamed533() {
var o = new core.List<api.LiveStreamConfigurationIssue>();
o.add(buildLiveStreamConfigurationIssue());
o.add(buildLiveStreamConfigurationIssue());
return o;
}
-checkUnnamed516(core.List<api.LiveStreamConfigurationIssue> o) {
+checkUnnamed533(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 = buildUnnamed516();
+ o.configurationIssues = buildUnnamed533();
o.lastUpdateTimeSeconds = "foo";
o.status = "foo";
}
@@ -3416,21 +3416,21 @@ buildLiveStreamHealthStatus() {
checkLiveStreamHealthStatus(api.LiveStreamHealthStatus o) {
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- checkUnnamed516(o.configurationIssues);
+ checkUnnamed533(o.configurationIssues);
unittest.expect(o.lastUpdateTimeSeconds, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
}
buildCounterLiveStreamHealthStatus--;
}
-buildUnnamed517() {
+buildUnnamed534() {
var o = new core.List<api.LiveStream>();
o.add(buildLiveStream());
o.add(buildLiveStream());
return o;
}
-checkUnnamed517(core.List<api.LiveStream> o) {
+checkUnnamed534(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 = buildUnnamed517();
+ o.items = buildUnnamed534();
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'));
- checkUnnamed517(o.items);
+ checkUnnamed534(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--;
}
-buildUnnamed518() {
+buildUnnamed535() {
var o = new core.List<api.LocalizedString>();
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-checkUnnamed518(core.List<api.LocalizedString> o) {
+checkUnnamed535(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 = buildUnnamed518();
+ o.localized = buildUnnamed535();
}
buildCounterLocalizedProperty--;
return o;
@@ -3550,7 +3550,7 @@ checkLocalizedProperty(api.LocalizedProperty o) {
if (buildCounterLocalizedProperty < 3) {
unittest.expect(o.default_, unittest.equals('foo'));
checkLanguageTag(o.defaultLanguage);
- checkUnnamed518(o.localized);
+ checkUnnamed535(o.localized);
}
buildCounterLocalizedProperty--;
}
@@ -3620,14 +3620,14 @@ checkPageInfo(api.PageInfo o) {
buildCounterPageInfo--;
}
-buildUnnamed519() {
+buildUnnamed536() {
var o = new core.Map<core.String, api.PlaylistLocalization>();
o["x"] = buildPlaylistLocalization();
o["y"] = buildPlaylistLocalization();
return o;
}
-checkUnnamed519(core.Map<core.String, api.PlaylistLocalization> o) {
+checkUnnamed536(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 = buildUnnamed519();
+ o.localizations = buildUnnamed536();
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'));
- checkUnnamed519(o.localizations);
+ checkUnnamed536(o.localizations);
checkPlaylistPlayer(o.player);
checkPlaylistSnippet(o.snippet);
checkPlaylistStatus(o.status);
@@ -3741,14 +3741,14 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) {
buildCounterPlaylistItemContentDetails--;
}
-buildUnnamed520() {
+buildUnnamed537() {
var o = new core.List<api.PlaylistItem>();
o.add(buildPlaylistItem());
o.add(buildPlaylistItem());
return o;
}
-checkUnnamed520(core.List<api.PlaylistItem> o) {
+checkUnnamed537(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 = buildUnnamed520();
+ o.items = buildUnnamed537();
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'));
- checkUnnamed520(o.items);
+ checkUnnamed537(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--;
}
-buildUnnamed521() {
+buildUnnamed538() {
var o = new core.List<api.Playlist>();
o.add(buildPlaylist());
o.add(buildPlaylist());
return o;
}
-checkUnnamed521(core.List<api.Playlist> o) {
+checkUnnamed538(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 = buildUnnamed521();
+ o.items = buildUnnamed538();
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'));
- checkUnnamed521(o.items);
+ checkUnnamed538(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--;
}
-buildUnnamed522() {
+buildUnnamed539() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed522(core.List<core.String> o) {
+checkUnnamed539(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 = buildUnnamed522();
+ o.tags = buildUnnamed539();
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")));
- checkUnnamed522(o.tags);
+ checkUnnamed539(o.tags);
checkThumbnailDetails(o.thumbnails);
unittest.expect(o.title, unittest.equals('foo'));
}
@@ -4094,14 +4094,14 @@ checkResourceId(api.ResourceId o) {
buildCounterResourceId--;
}
-buildUnnamed523() {
+buildUnnamed540() {
var o = new core.List<api.SearchResult>();
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-checkUnnamed523(core.List<api.SearchResult> o) {
+checkUnnamed540(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 = buildUnnamed523();
+ o.items = buildUnnamed540();
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'));
- checkUnnamed523(o.items);
+ checkUnnamed540(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--;
}
-buildUnnamed524() {
+buildUnnamed541() {
var o = new core.List<api.Sponsor>();
o.add(buildSponsor());
o.add(buildSponsor());
return o;
}
-checkUnnamed524(core.List<api.Sponsor> o) {
+checkUnnamed541(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 = buildUnnamed524();
+ o.items = buildUnnamed541();
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'));
- checkUnnamed524(o.items);
+ checkUnnamed541(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--;
}
-buildUnnamed525() {
+buildUnnamed542() {
var o = new core.List<api.Subscription>();
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-checkUnnamed525(core.List<api.Subscription> o) {
+checkUnnamed542(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 = buildUnnamed525();
+ o.items = buildUnnamed542();
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'));
- checkUnnamed525(o.items);
+ checkUnnamed542(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--;
}
-buildUnnamed526() {
+buildUnnamed543() {
var o = new core.List<api.SuperChatEvent>();
o.add(buildSuperChatEvent());
o.add(buildSuperChatEvent());
return o;
}
-checkUnnamed526(core.List<api.SuperChatEvent> o) {
+checkUnnamed543(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 = buildUnnamed526();
+ o.items = buildUnnamed543();
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'));
- checkUnnamed526(o.items);
+ checkUnnamed543(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--;
}
-buildUnnamed527() {
+buildUnnamed544() {
var o = new core.List<api.ThumbnailDetails>();
o.add(buildThumbnailDetails());
o.add(buildThumbnailDetails());
return o;
}
-checkUnnamed527(core.List<api.ThumbnailDetails> o) {
+checkUnnamed544(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 = buildUnnamed527();
+ o.items = buildUnnamed544();
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'));
- checkUnnamed527(o.items);
+ checkUnnamed544(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--;
}
-buildUnnamed528() {
+buildUnnamed545() {
var o = new core.Map<core.String, api.VideoLocalization>();
o["x"] = buildVideoLocalization();
o["y"] = buildVideoLocalization();
return o;
}
-checkUnnamed528(core.Map<core.String, api.VideoLocalization> o) {
+checkUnnamed545(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 = buildUnnamed528();
+ o.localizations = buildUnnamed545();
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);
- checkUnnamed528(o.localizations);
+ checkUnnamed545(o.localizations);
checkVideoMonetizationDetails(o.monetizationDetails);
checkVideoPlayer(o.player);
checkVideoProcessingDetails(o.processingDetails);
@@ -4779,14 +4779,14 @@ checkVideoAbuseReportReason(api.VideoAbuseReportReason o) {
buildCounterVideoAbuseReportReason--;
}
-buildUnnamed529() {
+buildUnnamed546() {
var o = new core.List<api.VideoAbuseReportReason>();
o.add(buildVideoAbuseReportReason());
o.add(buildVideoAbuseReportReason());
return o;
}
-checkUnnamed529(core.List<api.VideoAbuseReportReason> o) {
+checkUnnamed546(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 = buildUnnamed529();
+ o.items = buildUnnamed546();
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'));
- checkUnnamed529(o.items);
+ checkUnnamed546(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
buildCounterVideoAbuseReportReasonListResponse--;
}
-buildUnnamed530() {
+buildUnnamed547() {
var o = new core.List<api.VideoAbuseReportSecondaryReason>();
o.add(buildVideoAbuseReportSecondaryReason());
o.add(buildVideoAbuseReportSecondaryReason());
return o;
}
-checkUnnamed530(core.List<api.VideoAbuseReportSecondaryReason> o) {
+checkUnnamed547(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 = buildUnnamed530();
+ o.secondaryReasons = buildUnnamed547();
}
buildCounterVideoAbuseReportReasonSnippet--;
return o;
@@ -4848,7 +4848,7 @@ checkVideoAbuseReportReasonSnippet(api.VideoAbuseReportReasonSnippet o) {
buildCounterVideoAbuseReportReasonSnippet++;
if (buildCounterVideoAbuseReportReasonSnippet < 3) {
unittest.expect(o.label, unittest.equals('foo'));
- checkUnnamed530(o.secondaryReasons);
+ checkUnnamed547(o.secondaryReasons);
}
buildCounterVideoAbuseReportReasonSnippet--;
}
@@ -4922,14 +4922,14 @@ checkVideoCategory(api.VideoCategory o) {
buildCounterVideoCategory--;
}
-buildUnnamed531() {
+buildUnnamed548() {
var o = new core.List<api.VideoCategory>();
o.add(buildVideoCategory());
o.add(buildVideoCategory());
return o;
}
-checkUnnamed531(core.List<api.VideoCategory> o) {
+checkUnnamed548(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 = buildUnnamed531();
+ o.items = buildUnnamed548();
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'));
- checkUnnamed531(o.items);
+ checkUnnamed548(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--;
}
-buildUnnamed532() {
+buildUnnamed549() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed532(core.List<core.String> o) {
+checkUnnamed549(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'));
}
-buildUnnamed533() {
+buildUnnamed550() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed533(core.List<core.String> o) {
+checkUnnamed550(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 = buildUnnamed532();
- o.blocked = buildUnnamed533();
+ o.allowed = buildUnnamed549();
+ o.blocked = buildUnnamed550();
}
buildCounterVideoContentDetailsRegionRestriction--;
return o;
@@ -5071,33 +5071,33 @@ buildVideoContentDetailsRegionRestriction() {
checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) {
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- checkUnnamed532(o.allowed);
- checkUnnamed533(o.blocked);
+ checkUnnamed549(o.allowed);
+ checkUnnamed550(o.blocked);
}
buildCounterVideoContentDetailsRegionRestriction--;
}
-buildUnnamed534() {
+buildUnnamed551() {
var o = new core.List<api.VideoFileDetailsAudioStream>();
o.add(buildVideoFileDetailsAudioStream());
o.add(buildVideoFileDetailsAudioStream());
return o;
}
-checkUnnamed534(core.List<api.VideoFileDetailsAudioStream> o) {
+checkUnnamed551(core.List<api.VideoFileDetailsAudioStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsAudioStream(o[0]);
checkVideoFileDetailsAudioStream(o[1]);
}
-buildUnnamed535() {
+buildUnnamed552() {
var o = new core.List<api.VideoFileDetailsVideoStream>();
o.add(buildVideoFileDetailsVideoStream());
o.add(buildVideoFileDetailsVideoStream());
return o;
}
-checkUnnamed535(core.List<api.VideoFileDetailsVideoStream> o) {
+checkUnnamed552(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 = buildUnnamed534();
+ o.audioStreams = buildUnnamed551();
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 = buildUnnamed535();
+ o.videoStreams = buildUnnamed552();
}
buildCounterVideoFileDetails--;
return o;
@@ -5125,7 +5125,7 @@ buildVideoFileDetails() {
checkVideoFileDetails(api.VideoFileDetails o) {
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- checkUnnamed534(o.audioStreams);
+ checkUnnamed551(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'));
- checkUnnamed535(o.videoStreams);
+ checkUnnamed552(o.videoStreams);
}
buildCounterVideoFileDetails--;
}
@@ -5196,14 +5196,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) {
buildCounterVideoFileDetailsVideoStream--;
}
-buildUnnamed536() {
+buildUnnamed553() {
var o = new core.List<api.VideoRating>();
o.add(buildVideoRating());
o.add(buildVideoRating());
return o;
}
-checkUnnamed536(core.List<api.VideoRating> o) {
+checkUnnamed553(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 = buildUnnamed536();
+ o.items = buildUnnamed553();
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'));
- checkUnnamed536(o.items);
+ checkUnnamed553(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.visitorId, unittest.equals('foo'));
}
buildCounterVideoGetRatingResponse--;
}
-buildUnnamed537() {
+buildUnnamed554() {
var o = new core.List<api.Video>();
o.add(buildVideo());
o.add(buildVideo());
return o;
}
-checkUnnamed537(core.List<api.Video> o) {
+checkUnnamed554(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 = buildUnnamed537();
+ o.items = buildUnnamed554();
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'));
- checkUnnamed537(o.items);
+ checkUnnamed554(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--;
}
-buildUnnamed538() {
+buildUnnamed555() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed538(core.List<core.String> o) {
+checkUnnamed555(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 = buildUnnamed538();
+ o.tags = buildUnnamed555();
}
buildCounterVideoProjectDetails--;
return o;
@@ -5459,7 +5459,7 @@ buildVideoProjectDetails() {
checkVideoProjectDetails(api.VideoProjectDetails o) {
buildCounterVideoProjectDetails++;
if (buildCounterVideoProjectDetails < 3) {
- checkUnnamed538(o.tags);
+ checkUnnamed555(o.tags);
}
buildCounterVideoProjectDetails--;
}
@@ -5508,14 +5508,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) {
buildCounterVideoRecordingDetails--;
}
-buildUnnamed539() {
+buildUnnamed556() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed539(core.List<core.String> o) {
+checkUnnamed556(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 = buildUnnamed539();
+ o.tags = buildUnnamed556();
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")));
- checkUnnamed539(o.tags);
+ checkUnnamed556(o.tags);
checkThumbnailDetails(o.thumbnails);
unittest.expect(o.title, unittest.equals('foo'));
}
@@ -5622,66 +5622,66 @@ checkVideoStatus(api.VideoStatus o) {
buildCounterVideoStatus--;
}
-buildUnnamed540() {
+buildUnnamed557() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed540(core.List<core.String> o) {
+checkUnnamed557(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'));
}
-buildUnnamed541() {
+buildUnnamed558() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed541(core.List<core.String> o) {
+checkUnnamed558(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'));
}
-buildUnnamed542() {
+buildUnnamed559() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed542(core.List<core.String> o) {
+checkUnnamed559(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'));
}
-buildUnnamed543() {
+buildUnnamed560() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed543(core.List<core.String> o) {
+checkUnnamed560(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'));
}
-buildUnnamed544() {
+buildUnnamed561() {
var o = new core.List<api.VideoSuggestionsTagSuggestion>();
o.add(buildVideoSuggestionsTagSuggestion());
o.add(buildVideoSuggestionsTagSuggestion());
return o;
}
-checkUnnamed544(core.List<api.VideoSuggestionsTagSuggestion> o) {
+checkUnnamed561(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 = buildUnnamed540();
- o.processingErrors = buildUnnamed541();
- o.processingHints = buildUnnamed542();
- o.processingWarnings = buildUnnamed543();
- o.tagSuggestions = buildUnnamed544();
+ o.editorSuggestions = buildUnnamed557();
+ o.processingErrors = buildUnnamed558();
+ o.processingHints = buildUnnamed559();
+ o.processingWarnings = buildUnnamed560();
+ o.tagSuggestions = buildUnnamed561();
}
buildCounterVideoSuggestions--;
return o;
@@ -5705,23 +5705,23 @@ buildVideoSuggestions() {
checkVideoSuggestions(api.VideoSuggestions o) {
buildCounterVideoSuggestions++;
if (buildCounterVideoSuggestions < 3) {
- checkUnnamed540(o.editorSuggestions);
- checkUnnamed541(o.processingErrors);
- checkUnnamed542(o.processingHints);
- checkUnnamed543(o.processingWarnings);
- checkUnnamed544(o.tagSuggestions);
+ checkUnnamed557(o.editorSuggestions);
+ checkUnnamed558(o.processingErrors);
+ checkUnnamed559(o.processingHints);
+ checkUnnamed560(o.processingWarnings);
+ checkUnnamed561(o.tagSuggestions);
}
buildCounterVideoSuggestions--;
}
-buildUnnamed545() {
+buildUnnamed562() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed545(core.List<core.String> o) {
+checkUnnamed562(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 = buildUnnamed545();
+ o.categoryRestricts = buildUnnamed562();
o.tag = "foo";
}
buildCounterVideoSuggestionsTagSuggestion--;
@@ -5742,46 +5742,46 @@ buildVideoSuggestionsTagSuggestion() {
checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
buildCounterVideoSuggestionsTagSuggestion++;
if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- checkUnnamed545(o.categoryRestricts);
+ checkUnnamed562(o.categoryRestricts);
unittest.expect(o.tag, unittest.equals('foo'));
}
buildCounterVideoSuggestionsTagSuggestion--;
}
-buildUnnamed546() {
+buildUnnamed563() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed546(core.List<core.String> o) {
+checkUnnamed563(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'));
}
-buildUnnamed547() {
+buildUnnamed564() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed547(core.List<core.String> o) {
+checkUnnamed564(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'));
}
-buildUnnamed548() {
+buildUnnamed565() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed548(core.List<core.String> o) {
+checkUnnamed565(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 = buildUnnamed546();
- o.topicCategories = buildUnnamed547();
- o.topicIds = buildUnnamed548();
+ o.relevantTopicIds = buildUnnamed563();
+ o.topicCategories = buildUnnamed564();
+ o.topicIds = buildUnnamed565();
}
buildCounterVideoTopicDetails--;
return o;
@@ -5803,9 +5803,9 @@ buildVideoTopicDetails() {
checkVideoTopicDetails(api.VideoTopicDetails o) {
buildCounterVideoTopicDetails++;
if (buildCounterVideoTopicDetails < 3) {
- checkUnnamed546(o.relevantTopicIds);
- checkUnnamed547(o.topicCategories);
- checkUnnamed548(o.topicIds);
+ checkUnnamed563(o.relevantTopicIds);
+ checkUnnamed564(o.topicCategories);
+ checkUnnamed565(o.topicIds);
}
buildCounterVideoTopicDetails--;
}
« no previous file with comments | « generated/googleapis/test/webmasters/v3_test.dart ('k') | generated/googleapis/test/youtubereporting/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698