| Index: generated/googleapis/test/youtubereporting/v1_test.dart
|
| diff --git a/generated/googleapis/test/youtubereporting/v1_test.dart b/generated/googleapis/test/youtubereporting/v1_test.dart
|
| index 539c9c4c386d46b10cb1a40cdfa3f697ad473ad8..7fb07b4223811245c1c78a4e82bca29711d8208f 100644
|
| --- a/generated/googleapis/test/youtubereporting/v1_test.dart
|
| +++ b/generated/googleapis/test/youtubereporting/v1_test.dart
|
| @@ -97,14 +97,14 @@ checkJob(api.Job o) {
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed1121() {
|
| +buildUnnamed3397() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1121(core.List<api.Job> o) {
|
| +checkUnnamed3397(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -115,7 +115,7 @@ buildListJobsResponse() {
|
| var o = new api.ListJobsResponse();
|
| buildCounterListJobsResponse++;
|
| if (buildCounterListJobsResponse < 3) {
|
| - o.jobs = buildUnnamed1121();
|
| + o.jobs = buildUnnamed3397();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListJobsResponse--;
|
| @@ -125,20 +125,20 @@ buildListJobsResponse() {
|
| checkListJobsResponse(api.ListJobsResponse o) {
|
| buildCounterListJobsResponse++;
|
| if (buildCounterListJobsResponse < 3) {
|
| - checkUnnamed1121(o.jobs);
|
| + checkUnnamed3397(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListJobsResponse--;
|
| }
|
|
|
| -buildUnnamed1122() {
|
| +buildUnnamed3398() {
|
| var o = new core.List<api.ReportType>();
|
| o.add(buildReportType());
|
| o.add(buildReportType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1122(core.List<api.ReportType> o) {
|
| +checkUnnamed3398(core.List<api.ReportType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportType(o[0]);
|
| checkReportType(o[1]);
|
| @@ -150,7 +150,7 @@ buildListReportTypesResponse() {
|
| buildCounterListReportTypesResponse++;
|
| if (buildCounterListReportTypesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.reportTypes = buildUnnamed1122();
|
| + o.reportTypes = buildUnnamed3398();
|
| }
|
| buildCounterListReportTypesResponse--;
|
| return o;
|
| @@ -160,19 +160,19 @@ checkListReportTypesResponse(api.ListReportTypesResponse o) {
|
| buildCounterListReportTypesResponse++;
|
| if (buildCounterListReportTypesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1122(o.reportTypes);
|
| + checkUnnamed3398(o.reportTypes);
|
| }
|
| buildCounterListReportTypesResponse--;
|
| }
|
|
|
| -buildUnnamed1123() {
|
| +buildUnnamed3399() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1123(core.List<api.Report> o) {
|
| +checkUnnamed3399(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -184,7 +184,7 @@ buildListReportsResponse() {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.reports = buildUnnamed1123();
|
| + o.reports = buildUnnamed3399();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -194,7 +194,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1123(o.reports);
|
| + checkUnnamed3399(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
|
|