| 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 e9a3ac874b00517bf3975bc97258f6aa4e4d5677..ff44429f0115f026c513faca9c46ee192fe12dd9 100644
|
| --- a/generated/googleapis/test/youtubereporting/v1_test.dart
|
| +++ b/generated/googleapis/test/youtubereporting/v1_test.dart
|
| @@ -93,14 +93,14 @@ checkJob(api.Job o) {
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed1308() {
|
| +buildUnnamed1565() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1308(core.List<api.Job> o) {
|
| +checkUnnamed1565(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -111,7 +111,7 @@ buildListJobsResponse() {
|
| var o = new api.ListJobsResponse();
|
| buildCounterListJobsResponse++;
|
| if (buildCounterListJobsResponse < 3) {
|
| - o.jobs = buildUnnamed1308();
|
| + o.jobs = buildUnnamed1565();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListJobsResponse--;
|
| @@ -121,20 +121,20 @@ buildListJobsResponse() {
|
| checkListJobsResponse(api.ListJobsResponse o) {
|
| buildCounterListJobsResponse++;
|
| if (buildCounterListJobsResponse < 3) {
|
| - checkUnnamed1308(o.jobs);
|
| + checkUnnamed1565(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListJobsResponse--;
|
| }
|
|
|
| -buildUnnamed1309() {
|
| +buildUnnamed1566() {
|
| var o = new core.List<api.ReportType>();
|
| o.add(buildReportType());
|
| o.add(buildReportType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1309(core.List<api.ReportType> o) {
|
| +checkUnnamed1566(core.List<api.ReportType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportType(o[0]);
|
| checkReportType(o[1]);
|
| @@ -146,7 +146,7 @@ buildListReportTypesResponse() {
|
| buildCounterListReportTypesResponse++;
|
| if (buildCounterListReportTypesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.reportTypes = buildUnnamed1309();
|
| + o.reportTypes = buildUnnamed1566();
|
| }
|
| buildCounterListReportTypesResponse--;
|
| return o;
|
| @@ -156,19 +156,19 @@ checkListReportTypesResponse(api.ListReportTypesResponse o) {
|
| buildCounterListReportTypesResponse++;
|
| if (buildCounterListReportTypesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1309(o.reportTypes);
|
| + checkUnnamed1566(o.reportTypes);
|
| }
|
| buildCounterListReportTypesResponse--;
|
| }
|
|
|
| -buildUnnamed1310() {
|
| +buildUnnamed1567() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1310(core.List<api.Report> o) {
|
| +checkUnnamed1567(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -180,7 +180,7 @@ buildListReportsResponse() {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.reports = buildUnnamed1310();
|
| + o.reports = buildUnnamed1567();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -190,7 +190,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1310(o.reports);
|
| + checkUnnamed1567(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
|
|