| 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 a6f56828b4cd2364955d51bc14a4d276245f80f0..eb6e869f153c1a4aed5a180bdfae4d60cd13c8c5 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--;
|
| }
|
|
|
| -buildUnnamed2965() {
|
| +buildUnnamed1128() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2965(core.List<api.Job> o) {
|
| +checkUnnamed1128(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 = buildUnnamed2965();
|
| + o.jobs = buildUnnamed1128();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListJobsResponse--;
|
| @@ -125,20 +125,20 @@ buildListJobsResponse() {
|
| checkListJobsResponse(api.ListJobsResponse o) {
|
| buildCounterListJobsResponse++;
|
| if (buildCounterListJobsResponse < 3) {
|
| - checkUnnamed2965(o.jobs);
|
| + checkUnnamed1128(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListJobsResponse--;
|
| }
|
|
|
| -buildUnnamed2966() {
|
| +buildUnnamed1129() {
|
| var o = new core.List<api.ReportType>();
|
| o.add(buildReportType());
|
| o.add(buildReportType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2966(core.List<api.ReportType> o) {
|
| +checkUnnamed1129(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 = buildUnnamed2966();
|
| + o.reportTypes = buildUnnamed1129();
|
| }
|
| buildCounterListReportTypesResponse--;
|
| return o;
|
| @@ -160,19 +160,19 @@ checkListReportTypesResponse(api.ListReportTypesResponse o) {
|
| buildCounterListReportTypesResponse++;
|
| if (buildCounterListReportTypesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2966(o.reportTypes);
|
| + checkUnnamed1129(o.reportTypes);
|
| }
|
| buildCounterListReportTypesResponse--;
|
| }
|
|
|
| -buildUnnamed2967() {
|
| +buildUnnamed1130() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2967(core.List<api.Report> o) {
|
| +checkUnnamed1130(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 = buildUnnamed2967();
|
| + o.reports = buildUnnamed1130();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -194,7 +194,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2967(o.reports);
|
| + checkUnnamed1130(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
|
|