| 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 8dec8527d2d1b20eceffa5a27e03e0d433b884b1..56b4d1421a68e77677f06febe5276ea66ca28636 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);
|
| }
|
|
|
| -buildUnnamed737() {
|
| +buildUnnamed477() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed737(core.List<core.String> o) {
|
| +checkUnnamed477(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 = buildUnnamed737();
|
| + o.exception = buildUnnamed477();
|
| }
|
| buildCounterAccessPolicy--;
|
| return o;
|
| @@ -80,7 +80,7 @@ checkAccessPolicy(api.AccessPolicy o) {
|
| buildCounterAccessPolicy++;
|
| if (buildCounterAccessPolicy < 3) {
|
| unittest.expect(o.allowed, unittest.isTrue);
|
| - checkUnnamed737(o.exception);
|
| + checkUnnamed477(o.exception);
|
| }
|
| buildCounterAccessPolicy--;
|
| }
|
| @@ -269,27 +269,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o
|
| buildCounterActivityContentDetailsPlaylistItem--;
|
| }
|
|
|
| -buildUnnamed738() {
|
| +buildUnnamed478() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed738(core.List<core.String> o) {
|
| +checkUnnamed478(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'));
|
| }
|
|
|
| -buildUnnamed739() {
|
| +buildUnnamed479() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed739(core.List<core.String> o) {
|
| +checkUnnamed479(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 = buildUnnamed738();
|
| - o.impressionUrl = buildUnnamed739();
|
| + o.forecastingUrl = buildUnnamed478();
|
| + o.impressionUrl = buildUnnamed479();
|
| 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'));
|
| - checkUnnamed738(o.forecastingUrl);
|
| - checkUnnamed739(o.impressionUrl);
|
| + checkUnnamed478(o.forecastingUrl);
|
| + checkUnnamed479(o.impressionUrl);
|
| unittest.expect(o.videoId, unittest.equals('foo'));
|
| }
|
| buildCounterActivityContentDetailsPromotedItem--;
|
| @@ -420,14 +420,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) {
|
| buildCounterActivityContentDetailsUpload--;
|
| }
|
|
|
| -buildUnnamed740() {
|
| +buildUnnamed480() {
|
| var o = new core.List<api.Activity>();
|
| o.add(buildActivity());
|
| o.add(buildActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed740(core.List<api.Activity> o) {
|
| +checkUnnamed480(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 = buildUnnamed740();
|
| + o.items = buildUnnamed480();
|
| 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'));
|
| - checkUnnamed740(o.items);
|
| + checkUnnamed480(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--;
|
| }
|
|
|
| -buildUnnamed741() {
|
| +buildUnnamed481() {
|
| var o = new core.List<api.Caption>();
|
| o.add(buildCaption());
|
| o.add(buildCaption());
|
| return o;
|
| }
|
|
|
| -checkUnnamed741(core.List<api.Caption> o) {
|
| +checkUnnamed481(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 = buildUnnamed741();
|
| + o.items = buildUnnamed481();
|
| 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'));
|
| - checkUnnamed741(o.items);
|
| + checkUnnamed481(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--;
|
| }
|
|
|
| -buildUnnamed742() {
|
| +buildUnnamed482() {
|
| var o = new core.Map<core.String, api.ChannelLocalization>();
|
| o["x"] = buildChannelLocalization();
|
| o["y"] = buildChannelLocalization();
|
| return o;
|
| }
|
|
|
| -checkUnnamed742(core.Map<core.String, api.ChannelLocalization> o) {
|
| +checkUnnamed482(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 = buildUnnamed742();
|
| + o.localizations = buildUnnamed482();
|
| 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'));
|
| - checkUnnamed742(o.localizations);
|
| + checkUnnamed482(o.localizations);
|
| checkChannelSnippet(o.snippet);
|
| checkChannelStatistics(o.statistics);
|
| checkChannelStatus(o.status);
|
| @@ -742,14 +742,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) {
|
| buildCounterChannelBannerResource--;
|
| }
|
|
|
| -buildUnnamed743() {
|
| +buildUnnamed483() {
|
| var o = new core.List<api.PropertyValue>();
|
| o.add(buildPropertyValue());
|
| o.add(buildPropertyValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed743(core.List<api.PropertyValue> o) {
|
| +checkUnnamed483(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 = buildUnnamed743();
|
| + o.hints = buildUnnamed483();
|
| o.image = buildImageSettings();
|
| o.watch = buildWatchSettings();
|
| }
|
| @@ -773,7 +773,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) {
|
| buildCounterChannelBrandingSettings++;
|
| if (buildCounterChannelBrandingSettings < 3) {
|
| checkChannelSettings(o.channel);
|
| - checkUnnamed743(o.hints);
|
| + checkUnnamed483(o.hints);
|
| checkImageSettings(o.image);
|
| checkWatchSettings(o.watch);
|
| }
|
| @@ -868,14 +868,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) {
|
| buildCounterChannelConversionPing--;
|
| }
|
|
|
| -buildUnnamed744() {
|
| +buildUnnamed484() {
|
| var o = new core.List<api.ChannelConversionPing>();
|
| o.add(buildChannelConversionPing());
|
| o.add(buildChannelConversionPing());
|
| return o;
|
| }
|
|
|
| -checkUnnamed744(core.List<api.ChannelConversionPing> o) {
|
| +checkUnnamed484(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 = buildUnnamed744();
|
| + o.pings = buildUnnamed484();
|
| }
|
| buildCounterChannelConversionPings--;
|
| return o;
|
| @@ -895,19 +895,19 @@ buildChannelConversionPings() {
|
| checkChannelConversionPings(api.ChannelConversionPings o) {
|
| buildCounterChannelConversionPings++;
|
| if (buildCounterChannelConversionPings < 3) {
|
| - checkUnnamed744(o.pings);
|
| + checkUnnamed484(o.pings);
|
| }
|
| buildCounterChannelConversionPings--;
|
| }
|
|
|
| -buildUnnamed745() {
|
| +buildUnnamed485() {
|
| var o = new core.List<api.Channel>();
|
| o.add(buildChannel());
|
| o.add(buildChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed745(core.List<api.Channel> o) {
|
| +checkUnnamed485(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 = buildUnnamed745();
|
| + o.items = buildUnnamed485();
|
| 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'));
|
| - checkUnnamed745(o.items);
|
| + checkUnnamed485(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--;
|
| }
|
|
|
| -buildUnnamed746() {
|
| +buildUnnamed486() {
|
| var o = new core.Map<core.String, api.ChannelSectionLocalization>();
|
| o["x"] = buildChannelSectionLocalization();
|
| o["y"] = buildChannelSectionLocalization();
|
| return o;
|
| }
|
|
|
| -checkUnnamed746(core.Map<core.String, api.ChannelSectionLocalization> o) {
|
| +checkUnnamed486(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 = buildUnnamed746();
|
| + o.localizations = buildUnnamed486();
|
| 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'));
|
| - checkUnnamed746(o.localizations);
|
| + checkUnnamed486(o.localizations);
|
| checkChannelSectionSnippet(o.snippet);
|
| checkChannelSectionTargeting(o.targeting);
|
| }
|
| buildCounterChannelSection--;
|
| }
|
|
|
| -buildUnnamed747() {
|
| +buildUnnamed487() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed747(core.List<core.String> o) {
|
| +checkUnnamed487(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'));
|
| }
|
|
|
| -buildUnnamed748() {
|
| +buildUnnamed488() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed748(core.List<core.String> o) {
|
| +checkUnnamed488(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 = buildUnnamed747();
|
| - o.playlists = buildUnnamed748();
|
| + o.channels = buildUnnamed487();
|
| + o.playlists = buildUnnamed488();
|
| }
|
| buildCounterChannelSectionContentDetails--;
|
| return o;
|
| @@ -1079,20 +1079,20 @@ buildChannelSectionContentDetails() {
|
| checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) {
|
| buildCounterChannelSectionContentDetails++;
|
| if (buildCounterChannelSectionContentDetails < 3) {
|
| - checkUnnamed747(o.channels);
|
| - checkUnnamed748(o.playlists);
|
| + checkUnnamed487(o.channels);
|
| + checkUnnamed488(o.playlists);
|
| }
|
| buildCounterChannelSectionContentDetails--;
|
| }
|
|
|
| -buildUnnamed749() {
|
| +buildUnnamed489() {
|
| var o = new core.List<api.ChannelSection>();
|
| o.add(buildChannelSection());
|
| o.add(buildChannelSection());
|
| return o;
|
| }
|
|
|
| -checkUnnamed749(core.List<api.ChannelSection> o) {
|
| +checkUnnamed489(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 = buildUnnamed749();
|
| + o.items = buildUnnamed489();
|
| 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'));
|
| - checkUnnamed749(o.items);
|
| + checkUnnamed489(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--;
|
| }
|
|
|
| -buildUnnamed750() {
|
| +buildUnnamed490() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed750(core.List<core.String> o) {
|
| +checkUnnamed490(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'));
|
| }
|
|
|
| -buildUnnamed751() {
|
| +buildUnnamed491() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed751(core.List<core.String> o) {
|
| +checkUnnamed491(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'));
|
| }
|
|
|
| -buildUnnamed752() {
|
| +buildUnnamed492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed752(core.List<core.String> o) {
|
| +checkUnnamed492(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 = buildUnnamed750();
|
| - o.languages = buildUnnamed751();
|
| - o.regions = buildUnnamed752();
|
| + o.countries = buildUnnamed490();
|
| + o.languages = buildUnnamed491();
|
| + o.regions = buildUnnamed492();
|
| }
|
| buildCounterChannelSectionTargeting--;
|
| return o;
|
| @@ -1230,21 +1230,21 @@ buildChannelSectionTargeting() {
|
| checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
|
| buildCounterChannelSectionTargeting++;
|
| if (buildCounterChannelSectionTargeting < 3) {
|
| - checkUnnamed750(o.countries);
|
| - checkUnnamed751(o.languages);
|
| - checkUnnamed752(o.regions);
|
| + checkUnnamed490(o.countries);
|
| + checkUnnamed491(o.languages);
|
| + checkUnnamed492(o.regions);
|
| }
|
| buildCounterChannelSectionTargeting--;
|
| }
|
|
|
| -buildUnnamed753() {
|
| +buildUnnamed493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed753(core.List<core.String> o) {
|
| +checkUnnamed493(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 = buildUnnamed753();
|
| + o.featuredChannelsUrls = buildUnnamed493();
|
| 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'));
|
| - checkUnnamed753(o.featuredChannelsUrls);
|
| + checkUnnamed493(o.featuredChannelsUrls);
|
| unittest.expect(o.keywords, unittest.equals('foo'));
|
| unittest.expect(o.moderateComments, unittest.isTrue);
|
| unittest.expect(o.profileColor, unittest.equals('foo'));
|
| @@ -1378,14 +1378,14 @@ checkChannelStatus(api.ChannelStatus o) {
|
| buildCounterChannelStatus--;
|
| }
|
|
|
| -buildUnnamed754() {
|
| +buildUnnamed494() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed754(core.List<core.String> o) {
|
| +checkUnnamed494(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'));
|
| @@ -1396,7 +1396,7 @@ buildChannelTopicDetails() {
|
| var o = new api.ChannelTopicDetails();
|
| buildCounterChannelTopicDetails++;
|
| if (buildCounterChannelTopicDetails < 3) {
|
| - o.topicIds = buildUnnamed754();
|
| + o.topicIds = buildUnnamed494();
|
| }
|
| buildCounterChannelTopicDetails--;
|
| return o;
|
| @@ -1405,7 +1405,7 @@ buildChannelTopicDetails() {
|
| checkChannelTopicDetails(api.ChannelTopicDetails o) {
|
| buildCounterChannelTopicDetails++;
|
| if (buildCounterChannelTopicDetails < 3) {
|
| - checkUnnamed754(o.topicIds);
|
| + checkUnnamed494(o.topicIds);
|
| }
|
| buildCounterChannelTopicDetails--;
|
| }
|
| @@ -1435,14 +1435,14 @@ checkComment(api.Comment o) {
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed755() {
|
| +buildUnnamed495() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed755(core.List<api.Comment> o) {
|
| +checkUnnamed495(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1455,7 +1455,7 @@ buildCommentListResponse() {
|
| if (buildCounterCommentListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed755();
|
| + o.items = buildUnnamed495();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -1471,7 +1471,7 @@ checkCommentListResponse(api.CommentListResponse o) {
|
| if (buildCounterCommentListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed755(o.items);
|
| + checkUnnamed495(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -1555,14 +1555,14 @@ checkCommentThread(api.CommentThread o) {
|
| buildCounterCommentThread--;
|
| }
|
|
|
| -buildUnnamed756() {
|
| +buildUnnamed496() {
|
| var o = new core.List<api.CommentThread>();
|
| o.add(buildCommentThread());
|
| o.add(buildCommentThread());
|
| return o;
|
| }
|
|
|
| -checkUnnamed756(core.List<api.CommentThread> o) {
|
| +checkUnnamed496(core.List<api.CommentThread> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentThread(o[0]);
|
| checkCommentThread(o[1]);
|
| @@ -1575,7 +1575,7 @@ buildCommentThreadListResponse() {
|
| if (buildCounterCommentThreadListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed756();
|
| + o.items = buildUnnamed496();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -1591,7 +1591,7 @@ checkCommentThreadListResponse(api.CommentThreadListResponse o) {
|
| if (buildCounterCommentThreadListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed756(o.items);
|
| + checkUnnamed496(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -1601,14 +1601,14 @@ checkCommentThreadListResponse(api.CommentThreadListResponse o) {
|
| buildCounterCommentThreadListResponse--;
|
| }
|
|
|
| -buildUnnamed757() {
|
| +buildUnnamed497() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed757(core.List<api.Comment> o) {
|
| +checkUnnamed497(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1619,7 +1619,7 @@ buildCommentThreadReplies() {
|
| var o = new api.CommentThreadReplies();
|
| buildCounterCommentThreadReplies++;
|
| if (buildCounterCommentThreadReplies < 3) {
|
| - o.comments = buildUnnamed757();
|
| + o.comments = buildUnnamed497();
|
| }
|
| buildCounterCommentThreadReplies--;
|
| return o;
|
| @@ -1628,7 +1628,7 @@ buildCommentThreadReplies() {
|
| checkCommentThreadReplies(api.CommentThreadReplies o) {
|
| buildCounterCommentThreadReplies++;
|
| if (buildCounterCommentThreadReplies < 3) {
|
| - checkUnnamed757(o.comments);
|
| + checkUnnamed497(o.comments);
|
| }
|
| buildCounterCommentThreadReplies--;
|
| }
|
| @@ -1662,27 +1662,27 @@ checkCommentThreadSnippet(api.CommentThreadSnippet o) {
|
| buildCounterCommentThreadSnippet--;
|
| }
|
|
|
| -buildUnnamed758() {
|
| +buildUnnamed498() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed758(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'));
|
| }
|
|
|
| -buildUnnamed759() {
|
| +buildUnnamed499() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed759(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'));
|
| @@ -1713,7 +1713,7 @@ buildContentRating() {
|
| o.cscfRating = "foo";
|
| o.czfilmRating = "foo";
|
| o.djctqRating = "foo";
|
| - o.djctqRatingReasons = buildUnnamed758();
|
| + o.djctqRatingReasons = buildUnnamed498();
|
| o.ecbmctRating = "foo";
|
| o.eefilmRating = "foo";
|
| o.egfilmRating = "foo";
|
| @@ -1722,7 +1722,7 @@ buildContentRating() {
|
| o.fcoRating = "foo";
|
| o.fmocRating = "foo";
|
| o.fpbRating = "foo";
|
| - o.fpbRatingReasons = buildUnnamed759();
|
| + o.fpbRatingReasons = buildUnnamed499();
|
| o.fskRating = "foo";
|
| o.grfilmRating = "foo";
|
| o.icaaRating = "foo";
|
| @@ -1735,6 +1735,7 @@ buildContentRating() {
|
| o.lsfRating = "foo";
|
| o.mccaaRating = "foo";
|
| o.mccypRating = "foo";
|
| + o.mcstRating = "foo";
|
| o.mdaRating = "foo";
|
| o.medietilsynetRating = "foo";
|
| o.mekuRating = "foo";
|
| @@ -1788,7 +1789,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'));
|
| - checkUnnamed758(o.djctqRatingReasons);
|
| + checkUnnamed498(o.djctqRatingReasons);
|
| unittest.expect(o.ecbmctRating, unittest.equals('foo'));
|
| unittest.expect(o.eefilmRating, unittest.equals('foo'));
|
| unittest.expect(o.egfilmRating, unittest.equals('foo'));
|
| @@ -1797,7 +1798,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'));
|
| - checkUnnamed759(o.fpbRatingReasons);
|
| + checkUnnamed499(o.fpbRatingReasons);
|
| unittest.expect(o.fskRating, unittest.equals('foo'));
|
| unittest.expect(o.grfilmRating, unittest.equals('foo'));
|
| unittest.expect(o.icaaRating, unittest.equals('foo'));
|
| @@ -1810,6 +1811,7 @@ checkContentRating(api.ContentRating o) {
|
| unittest.expect(o.lsfRating, unittest.equals('foo'));
|
| unittest.expect(o.mccaaRating, unittest.equals('foo'));
|
| unittest.expect(o.mccypRating, unittest.equals('foo'));
|
| + unittest.expect(o.mcstRating, unittest.equals('foo'));
|
| unittest.expect(o.mdaRating, unittest.equals('foo'));
|
| unittest.expect(o.medietilsynetRating, unittest.equals('foo'));
|
| unittest.expect(o.mekuRating, unittest.equals('foo'));
|
| @@ -1864,14 +1866,14 @@ checkFanFundingEvent(api.FanFundingEvent o) {
|
| buildCounterFanFundingEvent--;
|
| }
|
|
|
| -buildUnnamed760() {
|
| +buildUnnamed500() {
|
| var o = new core.List<api.FanFundingEvent>();
|
| o.add(buildFanFundingEvent());
|
| o.add(buildFanFundingEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed760(core.List<api.FanFundingEvent> o) {
|
| +checkUnnamed500(core.List<api.FanFundingEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFanFundingEvent(o[0]);
|
| checkFanFundingEvent(o[1]);
|
| @@ -1884,7 +1886,7 @@ buildFanFundingEventListResponse() {
|
| if (buildCounterFanFundingEventListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed760();
|
| + o.items = buildUnnamed500();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -1900,7 +1902,7 @@ checkFanFundingEventListResponse(api.FanFundingEventListResponse o) {
|
| if (buildCounterFanFundingEventListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed760(o.items);
|
| + checkUnnamed500(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -1989,14 +1991,14 @@ checkGuideCategory(api.GuideCategory o) {
|
| buildCounterGuideCategory--;
|
| }
|
|
|
| -buildUnnamed761() {
|
| +buildUnnamed501() {
|
| var o = new core.List<api.GuideCategory>();
|
| o.add(buildGuideCategory());
|
| o.add(buildGuideCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed761(core.List<api.GuideCategory> o) {
|
| +checkUnnamed501(core.List<api.GuideCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGuideCategory(o[0]);
|
| checkGuideCategory(o[1]);
|
| @@ -2009,7 +2011,7 @@ buildGuideCategoryListResponse() {
|
| if (buildCounterGuideCategoryListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed761();
|
| + o.items = buildUnnamed501();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -2026,7 +2028,7 @@ checkGuideCategoryListResponse(api.GuideCategoryListResponse o) {
|
| if (buildCounterGuideCategoryListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed761(o.items);
|
| + checkUnnamed501(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -2083,14 +2085,14 @@ checkI18nLanguage(api.I18nLanguage o) {
|
| buildCounterI18nLanguage--;
|
| }
|
|
|
| -buildUnnamed762() {
|
| +buildUnnamed502() {
|
| var o = new core.List<api.I18nLanguage>();
|
| o.add(buildI18nLanguage());
|
| o.add(buildI18nLanguage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed762(core.List<api.I18nLanguage> o) {
|
| +checkUnnamed502(core.List<api.I18nLanguage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkI18nLanguage(o[0]);
|
| checkI18nLanguage(o[1]);
|
| @@ -2103,7 +2105,7 @@ buildI18nLanguageListResponse() {
|
| if (buildCounterI18nLanguageListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed762();
|
| + o.items = buildUnnamed502();
|
| o.kind = "foo";
|
| o.visitorId = "foo";
|
| }
|
| @@ -2116,7 +2118,7 @@ checkI18nLanguageListResponse(api.I18nLanguageListResponse o) {
|
| if (buildCounterI18nLanguageListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed762(o.items);
|
| + checkUnnamed502(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.visitorId, unittest.equals('foo'));
|
| }
|
| @@ -2169,14 +2171,14 @@ checkI18nRegion(api.I18nRegion o) {
|
| buildCounterI18nRegion--;
|
| }
|
|
|
| -buildUnnamed763() {
|
| +buildUnnamed503() {
|
| var o = new core.List<api.I18nRegion>();
|
| o.add(buildI18nRegion());
|
| o.add(buildI18nRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed763(core.List<api.I18nRegion> o) {
|
| +checkUnnamed503(core.List<api.I18nRegion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkI18nRegion(o[0]);
|
| checkI18nRegion(o[1]);
|
| @@ -2189,7 +2191,7 @@ buildI18nRegionListResponse() {
|
| if (buildCounterI18nRegionListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed763();
|
| + o.items = buildUnnamed503();
|
| o.kind = "foo";
|
| o.visitorId = "foo";
|
| }
|
| @@ -2202,7 +2204,7 @@ checkI18nRegionListResponse(api.I18nRegionListResponse o) {
|
| if (buildCounterI18nRegionListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed763(o.items);
|
| + checkUnnamed503(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.visitorId, unittest.equals('foo'));
|
| }
|
| @@ -2362,14 +2364,14 @@ checkInvideoPosition(api.InvideoPosition o) {
|
| buildCounterInvideoPosition--;
|
| }
|
|
|
| -buildUnnamed764() {
|
| +buildUnnamed504() {
|
| var o = new core.List<api.PromotedItem>();
|
| o.add(buildPromotedItem());
|
| o.add(buildPromotedItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed764(core.List<api.PromotedItem> o) {
|
| +checkUnnamed504(core.List<api.PromotedItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPromotedItem(o[0]);
|
| checkPromotedItem(o[1]);
|
| @@ -2381,7 +2383,7 @@ buildInvideoPromotion() {
|
| buildCounterInvideoPromotion++;
|
| if (buildCounterInvideoPromotion < 3) {
|
| o.defaultTiming = buildInvideoTiming();
|
| - o.items = buildUnnamed764();
|
| + o.items = buildUnnamed504();
|
| o.position = buildInvideoPosition();
|
| o.useSmartTiming = true;
|
| }
|
| @@ -2393,7 +2395,7 @@ checkInvideoPromotion(api.InvideoPromotion o) {
|
| buildCounterInvideoPromotion++;
|
| if (buildCounterInvideoPromotion < 3) {
|
| checkInvideoTiming(o.defaultTiming);
|
| - checkUnnamed764(o.items);
|
| + checkUnnamed504(o.items);
|
| checkInvideoPosition(o.position);
|
| unittest.expect(o.useSmartTiming, unittest.isTrue);
|
| }
|
| @@ -2516,14 +2518,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) {
|
| buildCounterLiveBroadcastContentDetails--;
|
| }
|
|
|
| -buildUnnamed765() {
|
| +buildUnnamed505() {
|
| var o = new core.List<api.LiveBroadcast>();
|
| o.add(buildLiveBroadcast());
|
| o.add(buildLiveBroadcast());
|
| return o;
|
| }
|
|
|
| -checkUnnamed765(core.List<api.LiveBroadcast> o) {
|
| +checkUnnamed505(core.List<api.LiveBroadcast> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveBroadcast(o[0]);
|
| checkLiveBroadcast(o[1]);
|
| @@ -2536,7 +2538,7 @@ buildLiveBroadcastListResponse() {
|
| if (buildCounterLiveBroadcastListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed765();
|
| + o.items = buildUnnamed505();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -2553,7 +2555,7 @@ checkLiveBroadcastListResponse(api.LiveBroadcastListResponse o) {
|
| if (buildCounterLiveBroadcastListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed765(o.items);
|
| + checkUnnamed505(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -2672,14 +2674,14 @@ checkLiveBroadcastTopic(api.LiveBroadcastTopic o) {
|
| buildCounterLiveBroadcastTopic--;
|
| }
|
|
|
| -buildUnnamed766() {
|
| +buildUnnamed506() {
|
| var o = new core.List<api.LiveBroadcastTopic>();
|
| o.add(buildLiveBroadcastTopic());
|
| o.add(buildLiveBroadcastTopic());
|
| return o;
|
| }
|
|
|
| -checkUnnamed766(core.List<api.LiveBroadcastTopic> o) {
|
| +checkUnnamed506(core.List<api.LiveBroadcastTopic> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveBroadcastTopic(o[0]);
|
| checkLiveBroadcastTopic(o[1]);
|
| @@ -2690,7 +2692,7 @@ buildLiveBroadcastTopicDetails() {
|
| var o = new api.LiveBroadcastTopicDetails();
|
| buildCounterLiveBroadcastTopicDetails++;
|
| if (buildCounterLiveBroadcastTopicDetails < 3) {
|
| - o.topics = buildUnnamed766();
|
| + o.topics = buildUnnamed506();
|
| }
|
| buildCounterLiveBroadcastTopicDetails--;
|
| return o;
|
| @@ -2699,7 +2701,7 @@ buildLiveBroadcastTopicDetails() {
|
| checkLiveBroadcastTopicDetails(api.LiveBroadcastTopicDetails o) {
|
| buildCounterLiveBroadcastTopicDetails++;
|
| if (buildCounterLiveBroadcastTopicDetails < 3) {
|
| - checkUnnamed766(o.topics);
|
| + checkUnnamed506(o.topics);
|
| }
|
| buildCounterLiveBroadcastTopicDetails--;
|
| }
|
| @@ -2879,14 +2881,14 @@ checkLiveChatMessageDeletedDetails(api.LiveChatMessageDeletedDetails o) {
|
| buildCounterLiveChatMessageDeletedDetails--;
|
| }
|
|
|
| -buildUnnamed767() {
|
| +buildUnnamed507() {
|
| var o = new core.List<api.LiveChatMessage>();
|
| o.add(buildLiveChatMessage());
|
| o.add(buildLiveChatMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed767(core.List<api.LiveChatMessage> o) {
|
| +checkUnnamed507(core.List<api.LiveChatMessage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveChatMessage(o[0]);
|
| checkLiveChatMessage(o[1]);
|
| @@ -2899,7 +2901,7 @@ buildLiveChatMessageListResponse() {
|
| if (buildCounterLiveChatMessageListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed767();
|
| + o.items = buildUnnamed507();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.offlineAt = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2917,7 +2919,7 @@ checkLiveChatMessageListResponse(api.LiveChatMessageListResponse o) {
|
| if (buildCounterLiveChatMessageListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed767(o.items);
|
| + checkUnnamed507(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")));
|
| @@ -3020,14 +3022,14 @@ checkLiveChatModerator(api.LiveChatModerator o) {
|
| buildCounterLiveChatModerator--;
|
| }
|
|
|
| -buildUnnamed768() {
|
| +buildUnnamed508() {
|
| var o = new core.List<api.LiveChatModerator>();
|
| o.add(buildLiveChatModerator());
|
| o.add(buildLiveChatModerator());
|
| return o;
|
| }
|
|
|
| -checkUnnamed768(core.List<api.LiveChatModerator> o) {
|
| +checkUnnamed508(core.List<api.LiveChatModerator> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveChatModerator(o[0]);
|
| checkLiveChatModerator(o[1]);
|
| @@ -3040,7 +3042,7 @@ buildLiveChatModeratorListResponse() {
|
| if (buildCounterLiveChatModeratorListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed768();
|
| + o.items = buildUnnamed508();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -3057,7 +3059,7 @@ checkLiveChatModeratorListResponse(api.LiveChatModeratorListResponse o) {
|
| if (buildCounterLiveChatModeratorListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed768(o.items);
|
| + checkUnnamed508(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -3108,14 +3110,14 @@ checkLiveChatPollClosedDetails(api.LiveChatPollClosedDetails o) {
|
| buildCounterLiveChatPollClosedDetails--;
|
| }
|
|
|
| -buildUnnamed769() {
|
| +buildUnnamed509() {
|
| var o = new core.List<api.LiveChatPollItem>();
|
| o.add(buildLiveChatPollItem());
|
| o.add(buildLiveChatPollItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed769(core.List<api.LiveChatPollItem> o) {
|
| +checkUnnamed509(core.List<api.LiveChatPollItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveChatPollItem(o[0]);
|
| checkLiveChatPollItem(o[1]);
|
| @@ -3127,7 +3129,7 @@ buildLiveChatPollEditedDetails() {
|
| buildCounterLiveChatPollEditedDetails++;
|
| if (buildCounterLiveChatPollEditedDetails < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed769();
|
| + o.items = buildUnnamed509();
|
| o.prompt = "foo";
|
| }
|
| buildCounterLiveChatPollEditedDetails--;
|
| @@ -3138,7 +3140,7 @@ checkLiveChatPollEditedDetails(api.LiveChatPollEditedDetails o) {
|
| buildCounterLiveChatPollEditedDetails++;
|
| if (buildCounterLiveChatPollEditedDetails < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed769(o.items);
|
| + checkUnnamed509(o.items);
|
| unittest.expect(o.prompt, unittest.equals('foo'));
|
| }
|
| buildCounterLiveChatPollEditedDetails--;
|
| @@ -3165,14 +3167,14 @@ checkLiveChatPollItem(api.LiveChatPollItem o) {
|
| buildCounterLiveChatPollItem--;
|
| }
|
|
|
| -buildUnnamed770() {
|
| +buildUnnamed510() {
|
| var o = new core.List<api.LiveChatPollItem>();
|
| o.add(buildLiveChatPollItem());
|
| o.add(buildLiveChatPollItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed770(core.List<api.LiveChatPollItem> o) {
|
| +checkUnnamed510(core.List<api.LiveChatPollItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveChatPollItem(o[0]);
|
| checkLiveChatPollItem(o[1]);
|
| @@ -3184,7 +3186,7 @@ buildLiveChatPollOpenedDetails() {
|
| buildCounterLiveChatPollOpenedDetails++;
|
| if (buildCounterLiveChatPollOpenedDetails < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed770();
|
| + o.items = buildUnnamed510();
|
| o.prompt = "foo";
|
| }
|
| buildCounterLiveChatPollOpenedDetails--;
|
| @@ -3195,7 +3197,7 @@ checkLiveChatPollOpenedDetails(api.LiveChatPollOpenedDetails o) {
|
| buildCounterLiveChatPollOpenedDetails++;
|
| if (buildCounterLiveChatPollOpenedDetails < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed770(o.items);
|
| + checkUnnamed510(o.items);
|
| unittest.expect(o.prompt, unittest.equals('foo'));
|
| }
|
| buildCounterLiveChatPollOpenedDetails--;
|
| @@ -3341,14 +3343,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) {
|
| buildCounterLiveStreamContentDetails--;
|
| }
|
|
|
| -buildUnnamed771() {
|
| +buildUnnamed511() {
|
| var o = new core.List<api.LiveStreamConfigurationIssue>();
|
| o.add(buildLiveStreamConfigurationIssue());
|
| o.add(buildLiveStreamConfigurationIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed771(core.List<api.LiveStreamConfigurationIssue> o) {
|
| +checkUnnamed511(core.List<api.LiveStreamConfigurationIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveStreamConfigurationIssue(o[0]);
|
| checkLiveStreamConfigurationIssue(o[1]);
|
| @@ -3359,7 +3361,7 @@ buildLiveStreamHealthStatus() {
|
| var o = new api.LiveStreamHealthStatus();
|
| buildCounterLiveStreamHealthStatus++;
|
| if (buildCounterLiveStreamHealthStatus < 3) {
|
| - o.configurationIssues = buildUnnamed771();
|
| + o.configurationIssues = buildUnnamed511();
|
| o.lastUpdateTimeSeconds = "foo";
|
| o.status = "foo";
|
| }
|
| @@ -3370,21 +3372,21 @@ buildLiveStreamHealthStatus() {
|
| checkLiveStreamHealthStatus(api.LiveStreamHealthStatus o) {
|
| buildCounterLiveStreamHealthStatus++;
|
| if (buildCounterLiveStreamHealthStatus < 3) {
|
| - checkUnnamed771(o.configurationIssues);
|
| + checkUnnamed511(o.configurationIssues);
|
| unittest.expect(o.lastUpdateTimeSeconds, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterLiveStreamHealthStatus--;
|
| }
|
|
|
| -buildUnnamed772() {
|
| +buildUnnamed512() {
|
| var o = new core.List<api.LiveStream>();
|
| o.add(buildLiveStream());
|
| o.add(buildLiveStream());
|
| return o;
|
| }
|
|
|
| -checkUnnamed772(core.List<api.LiveStream> o) {
|
| +checkUnnamed512(core.List<api.LiveStream> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLiveStream(o[0]);
|
| checkLiveStream(o[1]);
|
| @@ -3397,7 +3399,7 @@ buildLiveStreamListResponse() {
|
| if (buildCounterLiveStreamListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed772();
|
| + o.items = buildUnnamed512();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -3414,7 +3416,7 @@ checkLiveStreamListResponse(api.LiveStreamListResponse o) {
|
| if (buildCounterLiveStreamListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed772(o.items);
|
| + checkUnnamed512(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -3473,14 +3475,14 @@ checkLiveStreamStatus(api.LiveStreamStatus o) {
|
| buildCounterLiveStreamStatus--;
|
| }
|
|
|
| -buildUnnamed773() {
|
| +buildUnnamed513() {
|
| var o = new core.List<api.LocalizedString>();
|
| o.add(buildLocalizedString());
|
| o.add(buildLocalizedString());
|
| return o;
|
| }
|
|
|
| -checkUnnamed773(core.List<api.LocalizedString> o) {
|
| +checkUnnamed513(core.List<api.LocalizedString> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocalizedString(o[0]);
|
| checkLocalizedString(o[1]);
|
| @@ -3493,7 +3495,7 @@ buildLocalizedProperty() {
|
| if (buildCounterLocalizedProperty < 3) {
|
| o.default_ = "foo";
|
| o.defaultLanguage = buildLanguageTag();
|
| - o.localized = buildUnnamed773();
|
| + o.localized = buildUnnamed513();
|
| }
|
| buildCounterLocalizedProperty--;
|
| return o;
|
| @@ -3504,7 +3506,7 @@ checkLocalizedProperty(api.LocalizedProperty o) {
|
| if (buildCounterLocalizedProperty < 3) {
|
| unittest.expect(o.default_, unittest.equals('foo'));
|
| checkLanguageTag(o.defaultLanguage);
|
| - checkUnnamed773(o.localized);
|
| + checkUnnamed513(o.localized);
|
| }
|
| buildCounterLocalizedProperty--;
|
| }
|
| @@ -3574,14 +3576,14 @@ checkPageInfo(api.PageInfo o) {
|
| buildCounterPageInfo--;
|
| }
|
|
|
| -buildUnnamed774() {
|
| +buildUnnamed514() {
|
| var o = new core.Map<core.String, api.PlaylistLocalization>();
|
| o["x"] = buildPlaylistLocalization();
|
| o["y"] = buildPlaylistLocalization();
|
| return o;
|
| }
|
|
|
| -checkUnnamed774(core.Map<core.String, api.PlaylistLocalization> o) {
|
| +checkUnnamed514(core.Map<core.String, api.PlaylistLocalization> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlaylistLocalization(o["x"]);
|
| checkPlaylistLocalization(o["y"]);
|
| @@ -3596,7 +3598,7 @@ buildPlaylist() {
|
| o.etag = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.localizations = buildUnnamed774();
|
| + o.localizations = buildUnnamed514();
|
| o.player = buildPlaylistPlayer();
|
| o.snippet = buildPlaylistSnippet();
|
| o.status = buildPlaylistStatus();
|
| @@ -3612,7 +3614,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'));
|
| - checkUnnamed774(o.localizations);
|
| + checkUnnamed514(o.localizations);
|
| checkPlaylistPlayer(o.player);
|
| checkPlaylistSnippet(o.snippet);
|
| checkPlaylistStatus(o.status);
|
| @@ -3677,6 +3679,7 @@ buildPlaylistItemContentDetails() {
|
| o.note = "foo";
|
| o.startAt = "foo";
|
| o.videoId = "foo";
|
| + o.videoPublishedAt = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| buildCounterPlaylistItemContentDetails--;
|
| return o;
|
| @@ -3689,18 +3692,19 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) {
|
| unittest.expect(o.note, unittest.equals('foo'));
|
| unittest.expect(o.startAt, unittest.equals('foo'));
|
| unittest.expect(o.videoId, unittest.equals('foo'));
|
| + unittest.expect(o.videoPublishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterPlaylistItemContentDetails--;
|
| }
|
|
|
| -buildUnnamed775() {
|
| +buildUnnamed515() {
|
| var o = new core.List<api.PlaylistItem>();
|
| o.add(buildPlaylistItem());
|
| o.add(buildPlaylistItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed775(core.List<api.PlaylistItem> o) {
|
| +checkUnnamed515(core.List<api.PlaylistItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlaylistItem(o[0]);
|
| checkPlaylistItem(o[1]);
|
| @@ -3713,7 +3717,7 @@ buildPlaylistItemListResponse() {
|
| if (buildCounterPlaylistItemListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed775();
|
| + o.items = buildUnnamed515();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -3730,7 +3734,7 @@ checkPlaylistItemListResponse(api.PlaylistItemListResponse o) {
|
| if (buildCounterPlaylistItemListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed775(o.items);
|
| + checkUnnamed515(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -3795,14 +3799,14 @@ checkPlaylistItemStatus(api.PlaylistItemStatus o) {
|
| buildCounterPlaylistItemStatus--;
|
| }
|
|
|
| -buildUnnamed776() {
|
| +buildUnnamed516() {
|
| var o = new core.List<api.Playlist>();
|
| o.add(buildPlaylist());
|
| o.add(buildPlaylist());
|
| return o;
|
| }
|
|
|
| -checkUnnamed776(core.List<api.Playlist> o) {
|
| +checkUnnamed516(core.List<api.Playlist> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlaylist(o[0]);
|
| checkPlaylist(o[1]);
|
| @@ -3815,7 +3819,7 @@ buildPlaylistListResponse() {
|
| if (buildCounterPlaylistListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed776();
|
| + o.items = buildUnnamed516();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -3832,7 +3836,7 @@ checkPlaylistListResponse(api.PlaylistListResponse o) {
|
| if (buildCounterPlaylistListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed776(o.items);
|
| + checkUnnamed516(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -3883,14 +3887,14 @@ checkPlaylistPlayer(api.PlaylistPlayer o) {
|
| buildCounterPlaylistPlayer--;
|
| }
|
|
|
| -buildUnnamed777() {
|
| +buildUnnamed517() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed777(core.List<core.String> o) {
|
| +checkUnnamed517(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'));
|
| @@ -3907,7 +3911,7 @@ buildPlaylistSnippet() {
|
| o.description = "foo";
|
| o.localized = buildPlaylistLocalization();
|
| o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.tags = buildUnnamed777();
|
| + o.tags = buildUnnamed517();
|
| o.thumbnails = buildThumbnailDetails();
|
| o.title = "foo";
|
| }
|
| @@ -3924,7 +3928,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")));
|
| - checkUnnamed777(o.tags);
|
| + checkUnnamed517(o.tags);
|
| checkThumbnailDetails(o.thumbnails);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| @@ -4046,14 +4050,14 @@ checkResourceId(api.ResourceId o) {
|
| buildCounterResourceId--;
|
| }
|
|
|
| -buildUnnamed778() {
|
| +buildUnnamed518() {
|
| var o = new core.List<api.SearchResult>();
|
| o.add(buildSearchResult());
|
| o.add(buildSearchResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed778(core.List<api.SearchResult> o) {
|
| +checkUnnamed518(core.List<api.SearchResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSearchResult(o[0]);
|
| checkSearchResult(o[1]);
|
| @@ -4066,7 +4070,7 @@ buildSearchListResponse() {
|
| if (buildCounterSearchListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed778();
|
| + o.items = buildUnnamed518();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -4084,7 +4088,7 @@ checkSearchListResponse(api.SearchListResponse o) {
|
| if (buildCounterSearchListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed778(o.items);
|
| + checkUnnamed518(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -4177,14 +4181,14 @@ checkSponsor(api.Sponsor o) {
|
| buildCounterSponsor--;
|
| }
|
|
|
| -buildUnnamed779() {
|
| +buildUnnamed519() {
|
| var o = new core.List<api.Sponsor>();
|
| o.add(buildSponsor());
|
| o.add(buildSponsor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed779(core.List<api.Sponsor> o) {
|
| +checkUnnamed519(core.List<api.Sponsor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSponsor(o[0]);
|
| checkSponsor(o[1]);
|
| @@ -4197,7 +4201,7 @@ buildSponsorListResponse() {
|
| if (buildCounterSponsorListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed779();
|
| + o.items = buildUnnamed519();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -4213,7 +4217,7 @@ checkSponsorListResponse(api.SponsorListResponse o) {
|
| if (buildCounterSponsorListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed779(o.items);
|
| + checkUnnamed519(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -4298,14 +4302,14 @@ checkSubscriptionContentDetails(api.SubscriptionContentDetails o) {
|
| buildCounterSubscriptionContentDetails--;
|
| }
|
|
|
| -buildUnnamed780() {
|
| +buildUnnamed520() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed780(core.List<api.Subscription> o) {
|
| +checkUnnamed520(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -4318,7 +4322,7 @@ buildSubscriptionListResponse() {
|
| if (buildCounterSubscriptionListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed780();
|
| + o.items = buildUnnamed520();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -4335,7 +4339,7 @@ checkSubscriptionListResponse(api.SubscriptionListResponse o) {
|
| if (buildCounterSubscriptionListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed780(o.items);
|
| + checkUnnamed520(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -4452,14 +4456,14 @@ checkThumbnailDetails(api.ThumbnailDetails o) {
|
| buildCounterThumbnailDetails--;
|
| }
|
|
|
| -buildUnnamed781() {
|
| +buildUnnamed521() {
|
| var o = new core.List<api.ThumbnailDetails>();
|
| o.add(buildThumbnailDetails());
|
| o.add(buildThumbnailDetails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed781(core.List<api.ThumbnailDetails> o) {
|
| +checkUnnamed521(core.List<api.ThumbnailDetails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThumbnailDetails(o[0]);
|
| checkThumbnailDetails(o[1]);
|
| @@ -4472,7 +4476,7 @@ buildThumbnailSetResponse() {
|
| if (buildCounterThumbnailSetResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed781();
|
| + o.items = buildUnnamed521();
|
| o.kind = "foo";
|
| o.visitorId = "foo";
|
| }
|
| @@ -4485,7 +4489,7 @@ checkThumbnailSetResponse(api.ThumbnailSetResponse o) {
|
| if (buildCounterThumbnailSetResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed781(o.items);
|
| + checkUnnamed521(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.visitorId, unittest.equals('foo'));
|
| }
|
| @@ -4509,14 +4513,14 @@ checkTokenPagination(api.TokenPagination o) {
|
| buildCounterTokenPagination--;
|
| }
|
|
|
| -buildUnnamed782() {
|
| +buildUnnamed522() {
|
| var o = new core.Map<core.String, api.VideoLocalization>();
|
| o["x"] = buildVideoLocalization();
|
| o["y"] = buildVideoLocalization();
|
| return o;
|
| }
|
|
|
| -checkUnnamed782(core.Map<core.String, api.VideoLocalization> o) {
|
| +checkUnnamed522(core.Map<core.String, api.VideoLocalization> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoLocalization(o["x"]);
|
| checkVideoLocalization(o["y"]);
|
| @@ -4534,7 +4538,7 @@ buildVideo() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.liveStreamingDetails = buildVideoLiveStreamingDetails();
|
| - o.localizations = buildUnnamed782();
|
| + o.localizations = buildUnnamed522();
|
| o.monetizationDetails = buildVideoMonetizationDetails();
|
| o.player = buildVideoPlayer();
|
| o.processingDetails = buildVideoProcessingDetails();
|
| @@ -4560,7 +4564,7 @@ checkVideo(api.Video o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkVideoLiveStreamingDetails(o.liveStreamingDetails);
|
| - checkUnnamed782(o.localizations);
|
| + checkUnnamed522(o.localizations);
|
| checkVideoMonetizationDetails(o.monetizationDetails);
|
| checkVideoPlayer(o.player);
|
| checkVideoProcessingDetails(o.processingDetails);
|
| @@ -4627,14 +4631,14 @@ checkVideoAbuseReportReason(api.VideoAbuseReportReason o) {
|
| buildCounterVideoAbuseReportReason--;
|
| }
|
|
|
| -buildUnnamed783() {
|
| +buildUnnamed523() {
|
| var o = new core.List<api.VideoAbuseReportReason>();
|
| o.add(buildVideoAbuseReportReason());
|
| o.add(buildVideoAbuseReportReason());
|
| return o;
|
| }
|
|
|
| -checkUnnamed783(core.List<api.VideoAbuseReportReason> o) {
|
| +checkUnnamed523(core.List<api.VideoAbuseReportReason> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoAbuseReportReason(o[0]);
|
| checkVideoAbuseReportReason(o[1]);
|
| @@ -4647,7 +4651,7 @@ buildVideoAbuseReportReasonListResponse() {
|
| if (buildCounterVideoAbuseReportReasonListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed783();
|
| + o.items = buildUnnamed523();
|
| o.kind = "foo";
|
| o.visitorId = "foo";
|
| }
|
| @@ -4660,21 +4664,21 @@ checkVideoAbuseReportReasonListResponse(api.VideoAbuseReportReasonListResponse o
|
| if (buildCounterVideoAbuseReportReasonListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed783(o.items);
|
| + checkUnnamed523(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.visitorId, unittest.equals('foo'));
|
| }
|
| buildCounterVideoAbuseReportReasonListResponse--;
|
| }
|
|
|
| -buildUnnamed784() {
|
| +buildUnnamed524() {
|
| var o = new core.List<api.VideoAbuseReportSecondaryReason>();
|
| o.add(buildVideoAbuseReportSecondaryReason());
|
| o.add(buildVideoAbuseReportSecondaryReason());
|
| return o;
|
| }
|
|
|
| -checkUnnamed784(core.List<api.VideoAbuseReportSecondaryReason> o) {
|
| +checkUnnamed524(core.List<api.VideoAbuseReportSecondaryReason> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoAbuseReportSecondaryReason(o[0]);
|
| checkVideoAbuseReportSecondaryReason(o[1]);
|
| @@ -4686,7 +4690,7 @@ buildVideoAbuseReportReasonSnippet() {
|
| buildCounterVideoAbuseReportReasonSnippet++;
|
| if (buildCounterVideoAbuseReportReasonSnippet < 3) {
|
| o.label = "foo";
|
| - o.secondaryReasons = buildUnnamed784();
|
| + o.secondaryReasons = buildUnnamed524();
|
| }
|
| buildCounterVideoAbuseReportReasonSnippet--;
|
| return o;
|
| @@ -4696,7 +4700,7 @@ checkVideoAbuseReportReasonSnippet(api.VideoAbuseReportReasonSnippet o) {
|
| buildCounterVideoAbuseReportReasonSnippet++;
|
| if (buildCounterVideoAbuseReportReasonSnippet < 3) {
|
| unittest.expect(o.label, unittest.equals('foo'));
|
| - checkUnnamed784(o.secondaryReasons);
|
| + checkUnnamed524(o.secondaryReasons);
|
| }
|
| buildCounterVideoAbuseReportReasonSnippet--;
|
| }
|
| @@ -4770,14 +4774,14 @@ checkVideoCategory(api.VideoCategory o) {
|
| buildCounterVideoCategory--;
|
| }
|
|
|
| -buildUnnamed785() {
|
| +buildUnnamed525() {
|
| var o = new core.List<api.VideoCategory>();
|
| o.add(buildVideoCategory());
|
| o.add(buildVideoCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed785(core.List<api.VideoCategory> o) {
|
| +checkUnnamed525(core.List<api.VideoCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoCategory(o[0]);
|
| checkVideoCategory(o[1]);
|
| @@ -4790,7 +4794,7 @@ buildVideoCategoryListResponse() {
|
| if (buildCounterVideoCategoryListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed785();
|
| + o.items = buildUnnamed525();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -4807,7 +4811,7 @@ checkVideoCategoryListResponse(api.VideoCategoryListResponse o) {
|
| if (buildCounterVideoCategoryListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed785(o.items);
|
| + checkUnnamed525(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -4878,27 +4882,27 @@ checkVideoContentDetails(api.VideoContentDetails o) {
|
| buildCounterVideoContentDetails--;
|
| }
|
|
|
| -buildUnnamed786() {
|
| +buildUnnamed526() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed786(core.List<core.String> o) {
|
| +checkUnnamed526(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'));
|
| }
|
|
|
| -buildUnnamed787() {
|
| +buildUnnamed527() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed787(core.List<core.String> o) {
|
| +checkUnnamed527(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'));
|
| @@ -4909,8 +4913,8 @@ buildVideoContentDetailsRegionRestriction() {
|
| var o = new api.VideoContentDetailsRegionRestriction();
|
| buildCounterVideoContentDetailsRegionRestriction++;
|
| if (buildCounterVideoContentDetailsRegionRestriction < 3) {
|
| - o.allowed = buildUnnamed786();
|
| - o.blocked = buildUnnamed787();
|
| + o.allowed = buildUnnamed526();
|
| + o.blocked = buildUnnamed527();
|
| }
|
| buildCounterVideoContentDetailsRegionRestriction--;
|
| return o;
|
| @@ -4919,33 +4923,33 @@ buildVideoContentDetailsRegionRestriction() {
|
| checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) {
|
| buildCounterVideoContentDetailsRegionRestriction++;
|
| if (buildCounterVideoContentDetailsRegionRestriction < 3) {
|
| - checkUnnamed786(o.allowed);
|
| - checkUnnamed787(o.blocked);
|
| + checkUnnamed526(o.allowed);
|
| + checkUnnamed527(o.blocked);
|
| }
|
| buildCounterVideoContentDetailsRegionRestriction--;
|
| }
|
|
|
| -buildUnnamed788() {
|
| +buildUnnamed528() {
|
| var o = new core.List<api.VideoFileDetailsAudioStream>();
|
| o.add(buildVideoFileDetailsAudioStream());
|
| o.add(buildVideoFileDetailsAudioStream());
|
| return o;
|
| }
|
|
|
| -checkUnnamed788(core.List<api.VideoFileDetailsAudioStream> o) {
|
| +checkUnnamed528(core.List<api.VideoFileDetailsAudioStream> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoFileDetailsAudioStream(o[0]);
|
| checkVideoFileDetailsAudioStream(o[1]);
|
| }
|
|
|
| -buildUnnamed789() {
|
| +buildUnnamed529() {
|
| var o = new core.List<api.VideoFileDetailsVideoStream>();
|
| o.add(buildVideoFileDetailsVideoStream());
|
| o.add(buildVideoFileDetailsVideoStream());
|
| return o;
|
| }
|
|
|
| -checkUnnamed789(core.List<api.VideoFileDetailsVideoStream> o) {
|
| +checkUnnamed529(core.List<api.VideoFileDetailsVideoStream> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoFileDetailsVideoStream(o[0]);
|
| checkVideoFileDetailsVideoStream(o[1]);
|
| @@ -4956,7 +4960,7 @@ buildVideoFileDetails() {
|
| var o = new api.VideoFileDetails();
|
| buildCounterVideoFileDetails++;
|
| if (buildCounterVideoFileDetails < 3) {
|
| - o.audioStreams = buildUnnamed788();
|
| + o.audioStreams = buildUnnamed528();
|
| o.bitrateBps = "foo";
|
| o.container = "foo";
|
| o.creationTime = "foo";
|
| @@ -4964,7 +4968,7 @@ buildVideoFileDetails() {
|
| o.fileName = "foo";
|
| o.fileSize = "foo";
|
| o.fileType = "foo";
|
| - o.videoStreams = buildUnnamed789();
|
| + o.videoStreams = buildUnnamed529();
|
| }
|
| buildCounterVideoFileDetails--;
|
| return o;
|
| @@ -4973,7 +4977,7 @@ buildVideoFileDetails() {
|
| checkVideoFileDetails(api.VideoFileDetails o) {
|
| buildCounterVideoFileDetails++;
|
| if (buildCounterVideoFileDetails < 3) {
|
| - checkUnnamed788(o.audioStreams);
|
| + checkUnnamed528(o.audioStreams);
|
| unittest.expect(o.bitrateBps, unittest.equals('foo'));
|
| unittest.expect(o.container, unittest.equals('foo'));
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| @@ -4981,7 +4985,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'));
|
| - checkUnnamed789(o.videoStreams);
|
| + checkUnnamed529(o.videoStreams);
|
| }
|
| buildCounterVideoFileDetails--;
|
| }
|
| @@ -5044,14 +5048,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) {
|
| buildCounterVideoFileDetailsVideoStream--;
|
| }
|
|
|
| -buildUnnamed790() {
|
| +buildUnnamed530() {
|
| var o = new core.List<api.VideoRating>();
|
| o.add(buildVideoRating());
|
| o.add(buildVideoRating());
|
| return o;
|
| }
|
|
|
| -checkUnnamed790(core.List<api.VideoRating> o) {
|
| +checkUnnamed530(core.List<api.VideoRating> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoRating(o[0]);
|
| checkVideoRating(o[1]);
|
| @@ -5064,7 +5068,7 @@ buildVideoGetRatingResponse() {
|
| if (buildCounterVideoGetRatingResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed790();
|
| + o.items = buildUnnamed530();
|
| o.kind = "foo";
|
| o.visitorId = "foo";
|
| }
|
| @@ -5077,21 +5081,21 @@ checkVideoGetRatingResponse(api.VideoGetRatingResponse o) {
|
| if (buildCounterVideoGetRatingResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed790(o.items);
|
| + checkUnnamed530(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.visitorId, unittest.equals('foo'));
|
| }
|
| buildCounterVideoGetRatingResponse--;
|
| }
|
|
|
| -buildUnnamed791() {
|
| +buildUnnamed531() {
|
| var o = new core.List<api.Video>();
|
| o.add(buildVideo());
|
| o.add(buildVideo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed791(core.List<api.Video> o) {
|
| +checkUnnamed531(core.List<api.Video> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideo(o[0]);
|
| checkVideo(o[1]);
|
| @@ -5104,7 +5108,7 @@ buildVideoListResponse() {
|
| if (buildCounterVideoListResponse < 3) {
|
| o.etag = "foo";
|
| o.eventId = "foo";
|
| - o.items = buildUnnamed791();
|
| + o.items = buildUnnamed531();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.pageInfo = buildPageInfo();
|
| @@ -5121,7 +5125,7 @@ checkVideoListResponse(api.VideoListResponse o) {
|
| if (buildCounterVideoListResponse < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.eventId, unittest.equals('foo'));
|
| - checkUnnamed791(o.items);
|
| + checkUnnamed531(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| @@ -5280,14 +5284,14 @@ checkVideoProcessingDetailsProcessingProgress(api.VideoProcessingDetailsProcessi
|
| buildCounterVideoProcessingDetailsProcessingProgress--;
|
| }
|
|
|
| -buildUnnamed792() {
|
| +buildUnnamed532() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed792(core.List<core.String> o) {
|
| +checkUnnamed532(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'));
|
| @@ -5298,7 +5302,7 @@ buildVideoProjectDetails() {
|
| var o = new api.VideoProjectDetails();
|
| buildCounterVideoProjectDetails++;
|
| if (buildCounterVideoProjectDetails < 3) {
|
| - o.tags = buildUnnamed792();
|
| + o.tags = buildUnnamed532();
|
| }
|
| buildCounterVideoProjectDetails--;
|
| return o;
|
| @@ -5307,7 +5311,7 @@ buildVideoProjectDetails() {
|
| checkVideoProjectDetails(api.VideoProjectDetails o) {
|
| buildCounterVideoProjectDetails++;
|
| if (buildCounterVideoProjectDetails < 3) {
|
| - checkUnnamed792(o.tags);
|
| + checkUnnamed532(o.tags);
|
| }
|
| buildCounterVideoProjectDetails--;
|
| }
|
| @@ -5356,14 +5360,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) {
|
| buildCounterVideoRecordingDetails--;
|
| }
|
|
|
| -buildUnnamed793() {
|
| +buildUnnamed533() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed793(core.List<core.String> o) {
|
| +checkUnnamed533(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'));
|
| @@ -5383,7 +5387,7 @@ buildVideoSnippet() {
|
| o.liveBroadcastContent = "foo";
|
| o.localized = buildVideoLocalization();
|
| o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.tags = buildUnnamed793();
|
| + o.tags = buildUnnamed533();
|
| o.thumbnails = buildThumbnailDetails();
|
| o.title = "foo";
|
| }
|
| @@ -5403,7 +5407,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")));
|
| - checkUnnamed793(o.tags);
|
| + checkUnnamed533(o.tags);
|
| checkThumbnailDetails(o.thumbnails);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| @@ -5470,66 +5474,66 @@ checkVideoStatus(api.VideoStatus o) {
|
| buildCounterVideoStatus--;
|
| }
|
|
|
| -buildUnnamed794() {
|
| +buildUnnamed534() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed794(core.List<core.String> o) {
|
| +checkUnnamed534(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'));
|
| }
|
|
|
| -buildUnnamed795() {
|
| +buildUnnamed535() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed795(core.List<core.String> o) {
|
| +checkUnnamed535(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'));
|
| }
|
|
|
| -buildUnnamed796() {
|
| +buildUnnamed536() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed796(core.List<core.String> o) {
|
| +checkUnnamed536(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'));
|
| }
|
|
|
| -buildUnnamed797() {
|
| +buildUnnamed537() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed797(core.List<core.String> o) {
|
| +checkUnnamed537(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'));
|
| }
|
|
|
| -buildUnnamed798() {
|
| +buildUnnamed538() {
|
| var o = new core.List<api.VideoSuggestionsTagSuggestion>();
|
| o.add(buildVideoSuggestionsTagSuggestion());
|
| o.add(buildVideoSuggestionsTagSuggestion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed798(core.List<api.VideoSuggestionsTagSuggestion> o) {
|
| +checkUnnamed538(core.List<api.VideoSuggestionsTagSuggestion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoSuggestionsTagSuggestion(o[0]);
|
| checkVideoSuggestionsTagSuggestion(o[1]);
|
| @@ -5540,11 +5544,11 @@ buildVideoSuggestions() {
|
| var o = new api.VideoSuggestions();
|
| buildCounterVideoSuggestions++;
|
| if (buildCounterVideoSuggestions < 3) {
|
| - o.editorSuggestions = buildUnnamed794();
|
| - o.processingErrors = buildUnnamed795();
|
| - o.processingHints = buildUnnamed796();
|
| - o.processingWarnings = buildUnnamed797();
|
| - o.tagSuggestions = buildUnnamed798();
|
| + o.editorSuggestions = buildUnnamed534();
|
| + o.processingErrors = buildUnnamed535();
|
| + o.processingHints = buildUnnamed536();
|
| + o.processingWarnings = buildUnnamed537();
|
| + o.tagSuggestions = buildUnnamed538();
|
| }
|
| buildCounterVideoSuggestions--;
|
| return o;
|
| @@ -5553,23 +5557,23 @@ buildVideoSuggestions() {
|
| checkVideoSuggestions(api.VideoSuggestions o) {
|
| buildCounterVideoSuggestions++;
|
| if (buildCounterVideoSuggestions < 3) {
|
| - checkUnnamed794(o.editorSuggestions);
|
| - checkUnnamed795(o.processingErrors);
|
| - checkUnnamed796(o.processingHints);
|
| - checkUnnamed797(o.processingWarnings);
|
| - checkUnnamed798(o.tagSuggestions);
|
| + checkUnnamed534(o.editorSuggestions);
|
| + checkUnnamed535(o.processingErrors);
|
| + checkUnnamed536(o.processingHints);
|
| + checkUnnamed537(o.processingWarnings);
|
| + checkUnnamed538(o.tagSuggestions);
|
| }
|
| buildCounterVideoSuggestions--;
|
| }
|
|
|
| -buildUnnamed799() {
|
| +buildUnnamed539() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed799(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'));
|
| @@ -5580,7 +5584,7 @@ buildVideoSuggestionsTagSuggestion() {
|
| var o = new api.VideoSuggestionsTagSuggestion();
|
| buildCounterVideoSuggestionsTagSuggestion++;
|
| if (buildCounterVideoSuggestionsTagSuggestion < 3) {
|
| - o.categoryRestricts = buildUnnamed799();
|
| + o.categoryRestricts = buildUnnamed539();
|
| o.tag = "foo";
|
| }
|
| buildCounterVideoSuggestionsTagSuggestion--;
|
| @@ -5590,33 +5594,33 @@ buildVideoSuggestionsTagSuggestion() {
|
| checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
|
| buildCounterVideoSuggestionsTagSuggestion++;
|
| if (buildCounterVideoSuggestionsTagSuggestion < 3) {
|
| - checkUnnamed799(o.categoryRestricts);
|
| + checkUnnamed539(o.categoryRestricts);
|
| unittest.expect(o.tag, unittest.equals('foo'));
|
| }
|
| buildCounterVideoSuggestionsTagSuggestion--;
|
| }
|
|
|
| -buildUnnamed800() {
|
| +buildUnnamed540() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed800(core.List<core.String> o) {
|
| +checkUnnamed540(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'));
|
| }
|
|
|
| -buildUnnamed801() {
|
| +buildUnnamed541() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed801(core.List<core.String> o) {
|
| +checkUnnamed541(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'));
|
| @@ -5627,8 +5631,8 @@ buildVideoTopicDetails() {
|
| var o = new api.VideoTopicDetails();
|
| buildCounterVideoTopicDetails++;
|
| if (buildCounterVideoTopicDetails < 3) {
|
| - o.relevantTopicIds = buildUnnamed800();
|
| - o.topicIds = buildUnnamed801();
|
| + o.relevantTopicIds = buildUnnamed540();
|
| + o.topicIds = buildUnnamed541();
|
| }
|
| buildCounterVideoTopicDetails--;
|
| return o;
|
| @@ -5637,8 +5641,8 @@ buildVideoTopicDetails() {
|
| checkVideoTopicDetails(api.VideoTopicDetails o) {
|
| buildCounterVideoTopicDetails++;
|
| if (buildCounterVideoTopicDetails < 3) {
|
| - checkUnnamed800(o.relevantTopicIds);
|
| - checkUnnamed801(o.topicIds);
|
| + checkUnnamed540(o.relevantTopicIds);
|
| + checkUnnamed541(o.topicIds);
|
| }
|
| buildCounterVideoTopicDetails--;
|
| }
|
|
|