| Index: generated/googleapis/test/bigquery/v2_test.dart
|
| diff --git a/generated/googleapis/test/bigquery/v2_test.dart b/generated/googleapis/test/bigquery/v2_test.dart
|
| index 5f085da3ee6a2099ab28f518ef6769f064654743..6dc603298e59620318e222eb0973bf36b14616a4 100644
|
| --- a/generated/googleapis/test/bigquery/v2_test.dart
|
| +++ b/generated/googleapis/test/bigquery/v2_test.dart
|
| @@ -45,14 +45,14 @@ checkDatasetAccess(api.DatasetAccess o) {
|
| buildCounterDatasetAccess--;
|
| }
|
|
|
| -buildUnnamed1041() {
|
| +buildUnnamed742() {
|
| var o = new core.List<api.DatasetAccess>();
|
| o.add(buildDatasetAccess());
|
| o.add(buildDatasetAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1041(core.List<api.DatasetAccess> o) {
|
| +checkUnnamed742(core.List<api.DatasetAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetAccess(o[0]);
|
| checkDatasetAccess(o[1]);
|
| @@ -63,7 +63,7 @@ buildDataset() {
|
| var o = new api.Dataset();
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - o.access = buildUnnamed1041();
|
| + o.access = buildUnnamed742();
|
| o.creationTime = "foo";
|
| o.datasetReference = buildDatasetReference();
|
| o.description = "foo";
|
| @@ -81,7 +81,7 @@ buildDataset() {
|
| checkDataset(api.Dataset o) {
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - checkUnnamed1041(o.access);
|
| + checkUnnamed742(o.access);
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| checkDatasetReference(o.datasetReference);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| @@ -120,14 +120,14 @@ checkDatasetListDatasets(api.DatasetListDatasets o) {
|
| buildCounterDatasetListDatasets--;
|
| }
|
|
|
| -buildUnnamed1042() {
|
| +buildUnnamed743() {
|
| var o = new core.List<api.DatasetListDatasets>();
|
| o.add(buildDatasetListDatasets());
|
| o.add(buildDatasetListDatasets());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1042(core.List<api.DatasetListDatasets> o) {
|
| +checkUnnamed743(core.List<api.DatasetListDatasets> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetListDatasets(o[0]);
|
| checkDatasetListDatasets(o[1]);
|
| @@ -138,7 +138,7 @@ buildDatasetList() {
|
| var o = new api.DatasetList();
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - o.datasets = buildUnnamed1042();
|
| + o.datasets = buildUnnamed743();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -150,7 +150,7 @@ buildDatasetList() {
|
| checkDatasetList(api.DatasetList o) {
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - checkUnnamed1042(o.datasets);
|
| + checkUnnamed743(o.datasets);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -204,14 +204,14 @@ checkErrorProto(api.ErrorProto o) {
|
| buildCounterErrorProto--;
|
| }
|
|
|
| -buildUnnamed1043() {
|
| +buildUnnamed744() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1043(core.List<api.TableRow> o) {
|
| +checkUnnamed744(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -228,7 +228,7 @@ buildGetQueryResultsResponse() {
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed1043();
|
| + o.rows = buildUnnamed744();
|
| o.schema = buildTableSchema();
|
| o.totalRows = "foo";
|
| }
|
| @@ -245,7 +245,7 @@ checkGetQueryResultsResponse(api.GetQueryResultsResponse o) {
|
| checkJobReference(o.jobReference);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| - checkUnnamed1043(o.rows);
|
| + checkUnnamed744(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| }
|
| @@ -314,14 +314,14 @@ checkJobConfiguration(api.JobConfiguration o) {
|
| buildCounterJobConfiguration--;
|
| }
|
|
|
| -buildUnnamed1044() {
|
| +buildUnnamed745() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1044(core.List<core.String> o) {
|
| +checkUnnamed745(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'));
|
| @@ -335,7 +335,7 @@ buildJobConfigurationExtract() {
|
| o.compression = "foo";
|
| o.destinationFormat = "foo";
|
| o.destinationUri = "foo";
|
| - o.destinationUris = buildUnnamed1044();
|
| + o.destinationUris = buildUnnamed745();
|
| o.fieldDelimiter = "foo";
|
| o.printHeader = true;
|
| o.sourceTable = buildTableReference();
|
| @@ -350,7 +350,7 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
|
| unittest.expect(o.compression, unittest.equals('foo'));
|
| unittest.expect(o.destinationFormat, unittest.equals('foo'));
|
| unittest.expect(o.destinationUri, unittest.equals('foo'));
|
| - checkUnnamed1044(o.destinationUris);
|
| + checkUnnamed745(o.destinationUris);
|
| unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
|
| unittest.expect(o.printHeader, unittest.isTrue);
|
| checkTableReference(o.sourceTable);
|
| @@ -358,14 +358,14 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
|
| buildCounterJobConfigurationExtract--;
|
| }
|
|
|
| -buildUnnamed1045() {
|
| +buildUnnamed746() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1045(core.List<core.String> o) {
|
| +checkUnnamed746(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'));
|
| @@ -378,7 +378,7 @@ buildJobConfigurationLink() {
|
| if (buildCounterJobConfigurationLink < 3) {
|
| o.createDisposition = "foo";
|
| o.destinationTable = buildTableReference();
|
| - o.sourceUri = buildUnnamed1045();
|
| + o.sourceUri = buildUnnamed746();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationLink--;
|
| @@ -390,20 +390,20 @@ checkJobConfigurationLink(api.JobConfigurationLink o) {
|
| if (buildCounterJobConfigurationLink < 3) {
|
| unittest.expect(o.createDisposition, unittest.equals('foo'));
|
| checkTableReference(o.destinationTable);
|
| - checkUnnamed1045(o.sourceUri);
|
| + checkUnnamed746(o.sourceUri);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationLink--;
|
| }
|
|
|
| -buildUnnamed1046() {
|
| +buildUnnamed747() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1046(core.List<core.String> o) {
|
| +checkUnnamed747(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'));
|
| @@ -428,7 +428,7 @@ buildJobConfigurationLoad() {
|
| o.schemaInlineFormat = "foo";
|
| o.skipLeadingRows = 42;
|
| o.sourceFormat = "foo";
|
| - o.sourceUris = buildUnnamed1046();
|
| + o.sourceUris = buildUnnamed747();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| @@ -452,7 +452,7 @@ checkJobConfigurationLoad(api.JobConfigurationLoad o) {
|
| unittest.expect(o.schemaInlineFormat, unittest.equals('foo'));
|
| unittest.expect(o.skipLeadingRows, unittest.equals(42));
|
| unittest.expect(o.sourceFormat, unittest.equals('foo'));
|
| - checkUnnamed1046(o.sourceUris);
|
| + checkUnnamed747(o.sourceUris);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| @@ -495,14 +495,14 @@ checkJobConfigurationQuery(api.JobConfigurationQuery o) {
|
| buildCounterJobConfigurationQuery--;
|
| }
|
|
|
| -buildUnnamed1047() {
|
| +buildUnnamed748() {
|
| var o = new core.List<api.TableReference>();
|
| o.add(buildTableReference());
|
| o.add(buildTableReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1047(core.List<api.TableReference> o) {
|
| +checkUnnamed748(core.List<api.TableReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableReference(o[0]);
|
| checkTableReference(o[1]);
|
| @@ -516,7 +516,7 @@ buildJobConfigurationTableCopy() {
|
| o.createDisposition = "foo";
|
| o.destinationTable = buildTableReference();
|
| o.sourceTable = buildTableReference();
|
| - o.sourceTables = buildUnnamed1047();
|
| + o.sourceTables = buildUnnamed748();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -529,7 +529,7 @@ checkJobConfigurationTableCopy(api.JobConfigurationTableCopy o) {
|
| unittest.expect(o.createDisposition, unittest.equals('foo'));
|
| checkTableReference(o.destinationTable);
|
| checkTableReference(o.sourceTable);
|
| - checkUnnamed1047(o.sourceTables);
|
| + checkUnnamed748(o.sourceTables);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -570,14 +570,14 @@ checkJobListJobs(api.JobListJobs o) {
|
| buildCounterJobListJobs--;
|
| }
|
|
|
| -buildUnnamed1048() {
|
| +buildUnnamed749() {
|
| var o = new core.List<api.JobListJobs>();
|
| o.add(buildJobListJobs());
|
| o.add(buildJobListJobs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1048(core.List<api.JobListJobs> o) {
|
| +checkUnnamed749(core.List<api.JobListJobs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJobListJobs(o[0]);
|
| checkJobListJobs(o[1]);
|
| @@ -589,7 +589,7 @@ buildJobList() {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| o.etag = "foo";
|
| - o.jobs = buildUnnamed1048();
|
| + o.jobs = buildUnnamed749();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -602,7 +602,7 @@ checkJobList(api.JobList o) {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1048(o.jobs);
|
| + checkUnnamed749(o.jobs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -706,14 +706,14 @@ checkJobStatistics3(api.JobStatistics3 o) {
|
| buildCounterJobStatistics3--;
|
| }
|
|
|
| -buildUnnamed1049() {
|
| +buildUnnamed750() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1049(core.List<api.ErrorProto> o) {
|
| +checkUnnamed750(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| @@ -725,7 +725,7 @@ buildJobStatus() {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| o.errorResult = buildErrorProto();
|
| - o.errors = buildUnnamed1049();
|
| + o.errors = buildUnnamed750();
|
| o.state = "foo";
|
| }
|
| buildCounterJobStatus--;
|
| @@ -736,7 +736,7 @@ checkJobStatus(api.JobStatus o) {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| checkErrorProto(o.errorResult);
|
| - checkUnnamed1049(o.errors);
|
| + checkUnnamed750(o.errors);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| }
|
| buildCounterJobStatus--;
|
| @@ -782,14 +782,14 @@ checkProjectListProjects(api.ProjectListProjects o) {
|
| buildCounterProjectListProjects--;
|
| }
|
|
|
| -buildUnnamed1050() {
|
| +buildUnnamed751() {
|
| var o = new core.List<api.ProjectListProjects>();
|
| o.add(buildProjectListProjects());
|
| o.add(buildProjectListProjects());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1050(core.List<api.ProjectListProjects> o) {
|
| +checkUnnamed751(core.List<api.ProjectListProjects> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProjectListProjects(o[0]);
|
| checkProjectListProjects(o[1]);
|
| @@ -803,7 +803,7 @@ buildProjectList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed1050();
|
| + o.projects = buildUnnamed751();
|
| o.totalItems = 42;
|
| }
|
| buildCounterProjectList--;
|
| @@ -816,7 +816,7 @@ checkProjectList(api.ProjectList o) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1050(o.projects);
|
| + checkUnnamed751(o.projects);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterProjectList--;
|
| @@ -874,14 +874,14 @@ checkQueryRequest(api.QueryRequest o) {
|
| buildCounterQueryRequest--;
|
| }
|
|
|
| -buildUnnamed1051() {
|
| +buildUnnamed752() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1051(core.List<api.TableRow> o) {
|
| +checkUnnamed752(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -897,7 +897,7 @@ buildQueryResponse() {
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed1051();
|
| + o.rows = buildUnnamed752();
|
| o.schema = buildTableSchema();
|
| o.totalBytesProcessed = "foo";
|
| o.totalRows = "foo";
|
| @@ -914,7 +914,7 @@ checkQueryResponse(api.QueryResponse o) {
|
| checkJobReference(o.jobReference);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| - checkUnnamed1051(o.rows);
|
| + checkUnnamed752(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| @@ -1009,14 +1009,14 @@ checkTableDataInsertAllRequestRows(api.TableDataInsertAllRequestRows o) {
|
| buildCounterTableDataInsertAllRequestRows--;
|
| }
|
|
|
| -buildUnnamed1052() {
|
| +buildUnnamed753() {
|
| var o = new core.List<api.TableDataInsertAllRequestRows>();
|
| o.add(buildTableDataInsertAllRequestRows());
|
| o.add(buildTableDataInsertAllRequestRows());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1052(core.List<api.TableDataInsertAllRequestRows> o) {
|
| +checkUnnamed753(core.List<api.TableDataInsertAllRequestRows> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableDataInsertAllRequestRows(o[0]);
|
| checkTableDataInsertAllRequestRows(o[1]);
|
| @@ -1028,7 +1028,7 @@ buildTableDataInsertAllRequest() {
|
| buildCounterTableDataInsertAllRequest++;
|
| if (buildCounterTableDataInsertAllRequest < 3) {
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1052();
|
| + o.rows = buildUnnamed753();
|
| }
|
| buildCounterTableDataInsertAllRequest--;
|
| return o;
|
| @@ -1038,19 +1038,19 @@ checkTableDataInsertAllRequest(api.TableDataInsertAllRequest o) {
|
| buildCounterTableDataInsertAllRequest++;
|
| if (buildCounterTableDataInsertAllRequest < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1052(o.rows);
|
| + checkUnnamed753(o.rows);
|
| }
|
| buildCounterTableDataInsertAllRequest--;
|
| }
|
|
|
| -buildUnnamed1053() {
|
| +buildUnnamed754() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1053(core.List<api.ErrorProto> o) {
|
| +checkUnnamed754(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| @@ -1061,7 +1061,7 @@ buildTableDataInsertAllResponseInsertErrors() {
|
| var o = new api.TableDataInsertAllResponseInsertErrors();
|
| buildCounterTableDataInsertAllResponseInsertErrors++;
|
| if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
|
| - o.errors = buildUnnamed1053();
|
| + o.errors = buildUnnamed754();
|
| o.index = 42;
|
| }
|
| buildCounterTableDataInsertAllResponseInsertErrors--;
|
| @@ -1071,20 +1071,20 @@ buildTableDataInsertAllResponseInsertErrors() {
|
| checkTableDataInsertAllResponseInsertErrors(api.TableDataInsertAllResponseInsertErrors o) {
|
| buildCounterTableDataInsertAllResponseInsertErrors++;
|
| if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
|
| - checkUnnamed1053(o.errors);
|
| + checkUnnamed754(o.errors);
|
| unittest.expect(o.index, unittest.equals(42));
|
| }
|
| buildCounterTableDataInsertAllResponseInsertErrors--;
|
| }
|
|
|
| -buildUnnamed1054() {
|
| +buildUnnamed755() {
|
| var o = new core.List<api.TableDataInsertAllResponseInsertErrors>();
|
| o.add(buildTableDataInsertAllResponseInsertErrors());
|
| o.add(buildTableDataInsertAllResponseInsertErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1054(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
|
| +checkUnnamed755(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableDataInsertAllResponseInsertErrors(o[0]);
|
| checkTableDataInsertAllResponseInsertErrors(o[1]);
|
| @@ -1095,7 +1095,7 @@ buildTableDataInsertAllResponse() {
|
| var o = new api.TableDataInsertAllResponse();
|
| buildCounterTableDataInsertAllResponse++;
|
| if (buildCounterTableDataInsertAllResponse < 3) {
|
| - o.insertErrors = buildUnnamed1054();
|
| + o.insertErrors = buildUnnamed755();
|
| o.kind = "foo";
|
| }
|
| buildCounterTableDataInsertAllResponse--;
|
| @@ -1105,20 +1105,20 @@ buildTableDataInsertAllResponse() {
|
| checkTableDataInsertAllResponse(api.TableDataInsertAllResponse o) {
|
| buildCounterTableDataInsertAllResponse++;
|
| if (buildCounterTableDataInsertAllResponse < 3) {
|
| - checkUnnamed1054(o.insertErrors);
|
| + checkUnnamed755(o.insertErrors);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTableDataInsertAllResponse--;
|
| }
|
|
|
| -buildUnnamed1055() {
|
| +buildUnnamed756() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1055(core.List<api.TableRow> o) {
|
| +checkUnnamed756(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -1132,7 +1132,7 @@ buildTableDataList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed1055();
|
| + o.rows = buildUnnamed756();
|
| o.totalRows = "foo";
|
| }
|
| buildCounterTableDataList--;
|
| @@ -1145,20 +1145,20 @@ checkTableDataList(api.TableDataList o) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| - checkUnnamed1055(o.rows);
|
| + checkUnnamed756(o.rows);
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| }
|
| buildCounterTableDataList--;
|
| }
|
|
|
| -buildUnnamed1056() {
|
| +buildUnnamed757() {
|
| var o = new core.List<api.TableFieldSchema>();
|
| o.add(buildTableFieldSchema());
|
| o.add(buildTableFieldSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1056(core.List<api.TableFieldSchema> o) {
|
| +checkUnnamed757(core.List<api.TableFieldSchema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableFieldSchema(o[0]);
|
| checkTableFieldSchema(o[1]);
|
| @@ -1170,7 +1170,7 @@ buildTableFieldSchema() {
|
| buildCounterTableFieldSchema++;
|
| if (buildCounterTableFieldSchema < 3) {
|
| o.description = "foo";
|
| - o.fields = buildUnnamed1056();
|
| + o.fields = buildUnnamed757();
|
| o.mode = "foo";
|
| o.name = "foo";
|
| o.type = "foo";
|
| @@ -1183,7 +1183,7 @@ checkTableFieldSchema(api.TableFieldSchema o) {
|
| buildCounterTableFieldSchema++;
|
| if (buildCounterTableFieldSchema < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1056(o.fields);
|
| + checkUnnamed757(o.fields);
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -1218,14 +1218,14 @@ checkTableListTables(api.TableListTables o) {
|
| buildCounterTableListTables--;
|
| }
|
|
|
| -buildUnnamed1057() {
|
| +buildUnnamed758() {
|
| var o = new core.List<api.TableListTables>();
|
| o.add(buildTableListTables());
|
| o.add(buildTableListTables());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1057(core.List<api.TableListTables> o) {
|
| +checkUnnamed758(core.List<api.TableListTables> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableListTables(o[0]);
|
| checkTableListTables(o[1]);
|
| @@ -1239,7 +1239,7 @@ buildTableList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.tables = buildUnnamed1057();
|
| + o.tables = buildUnnamed758();
|
| o.totalItems = 42;
|
| }
|
| buildCounterTableList--;
|
| @@ -1252,7 +1252,7 @@ checkTableList(api.TableList o) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1057(o.tables);
|
| + checkUnnamed758(o.tables);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterTableList--;
|
| @@ -1281,14 +1281,14 @@ checkTableReference(api.TableReference o) {
|
| buildCounterTableReference--;
|
| }
|
|
|
| -buildUnnamed1058() {
|
| +buildUnnamed759() {
|
| var o = new core.List<api.TableCell>();
|
| o.add(buildTableCell());
|
| o.add(buildTableCell());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1058(core.List<api.TableCell> o) {
|
| +checkUnnamed759(core.List<api.TableCell> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableCell(o[0]);
|
| checkTableCell(o[1]);
|
| @@ -1299,7 +1299,7 @@ buildTableRow() {
|
| var o = new api.TableRow();
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - o.f = buildUnnamed1058();
|
| + o.f = buildUnnamed759();
|
| }
|
| buildCounterTableRow--;
|
| return o;
|
| @@ -1308,19 +1308,19 @@ buildTableRow() {
|
| checkTableRow(api.TableRow o) {
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - checkUnnamed1058(o.f);
|
| + checkUnnamed759(o.f);
|
| }
|
| buildCounterTableRow--;
|
| }
|
|
|
| -buildUnnamed1059() {
|
| +buildUnnamed760() {
|
| var o = new core.List<api.TableFieldSchema>();
|
| o.add(buildTableFieldSchema());
|
| o.add(buildTableFieldSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1059(core.List<api.TableFieldSchema> o) {
|
| +checkUnnamed760(core.List<api.TableFieldSchema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableFieldSchema(o[0]);
|
| checkTableFieldSchema(o[1]);
|
| @@ -1331,7 +1331,7 @@ buildTableSchema() {
|
| var o = new api.TableSchema();
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - o.fields = buildUnnamed1059();
|
| + o.fields = buildUnnamed760();
|
| }
|
| buildCounterTableSchema--;
|
| return o;
|
| @@ -1340,7 +1340,7 @@ buildTableSchema() {
|
| checkTableSchema(api.TableSchema o) {
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - checkUnnamed1059(o.fields);
|
| + checkUnnamed760(o.fields);
|
| }
|
| buildCounterTableSchema--;
|
| }
|
| @@ -1364,14 +1364,14 @@ checkViewDefinition(api.ViewDefinition o) {
|
| buildCounterViewDefinition--;
|
| }
|
|
|
| -buildUnnamed1060() {
|
| +buildUnnamed761() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1060(core.List<core.String> o) {
|
| +checkUnnamed761(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'));
|
| @@ -2295,7 +2295,7 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_projection = "foo";
|
| - var arg_stateFilter = buildUnnamed1060();
|
| + var arg_stateFilter = buildUnnamed761();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|