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 331cea0e007fe137d212dde062f070a854cbf7af..670178cdef9b4d060e12f0986c33c835aa73870e 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--; |
} |
-buildUnnamed1089() { |
+buildUnnamed266() { |
var o = new core.List<api.DatasetAccess>(); |
o.add(buildDatasetAccess()); |
o.add(buildDatasetAccess()); |
return o; |
} |
-checkUnnamed1089(core.List<api.DatasetAccess> o) { |
+checkUnnamed266(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 = buildUnnamed1089(); |
+ o.access = buildUnnamed266(); |
o.creationTime = "foo"; |
o.datasetReference = buildDatasetReference(); |
o.description = "foo"; |
@@ -81,7 +81,7 @@ buildDataset() { |
checkDataset(api.Dataset o) { |
buildCounterDataset++; |
if (buildCounterDataset < 3) { |
- checkUnnamed1089(o.access); |
+ checkUnnamed266(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--; |
} |
-buildUnnamed1090() { |
+buildUnnamed267() { |
var o = new core.List<api.DatasetListDatasets>(); |
o.add(buildDatasetListDatasets()); |
o.add(buildDatasetListDatasets()); |
return o; |
} |
-checkUnnamed1090(core.List<api.DatasetListDatasets> o) { |
+checkUnnamed267(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 = buildUnnamed1090(); |
+ o.datasets = buildUnnamed267(); |
o.etag = "foo"; |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
@@ -150,7 +150,7 @@ buildDatasetList() { |
checkDatasetList(api.DatasetList o) { |
buildCounterDatasetList++; |
if (buildCounterDatasetList < 3) { |
- checkUnnamed1090(o.datasets); |
+ checkUnnamed267(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--; |
} |
-buildUnnamed1091() { |
+buildUnnamed268() { |
var o = new core.List<api.TableRow>(); |
o.add(buildTableRow()); |
o.add(buildTableRow()); |
return o; |
} |
-checkUnnamed1091(core.List<api.TableRow> o) { |
+checkUnnamed268(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 = buildUnnamed1091(); |
+ o.rows = buildUnnamed268(); |
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')); |
- checkUnnamed1091(o.rows); |
+ checkUnnamed268(o.rows); |
checkTableSchema(o.schema); |
unittest.expect(o.totalRows, unittest.equals('foo')); |
} |
@@ -314,14 +314,14 @@ checkJobConfiguration(api.JobConfiguration o) { |
buildCounterJobConfiguration--; |
} |
-buildUnnamed1092() { |
+buildUnnamed269() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1092(core.List<core.String> o) { |
+checkUnnamed269(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 = buildUnnamed1092(); |
+ o.destinationUris = buildUnnamed269(); |
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')); |
- checkUnnamed1092(o.destinationUris); |
+ checkUnnamed269(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--; |
} |
-buildUnnamed1093() { |
+buildUnnamed270() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1093(core.List<core.String> o) { |
+checkUnnamed270(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 = buildUnnamed1093(); |
+ o.sourceUri = buildUnnamed270(); |
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); |
- checkUnnamed1093(o.sourceUri); |
+ checkUnnamed270(o.sourceUri); |
unittest.expect(o.writeDisposition, unittest.equals('foo')); |
} |
buildCounterJobConfigurationLink--; |
} |
-buildUnnamed1094() { |
+buildUnnamed271() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1094(core.List<core.String> o) { |
+checkUnnamed271(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 = buildUnnamed1094(); |
+ o.sourceUris = buildUnnamed271(); |
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')); |
- checkUnnamed1094(o.sourceUris); |
+ checkUnnamed271(o.sourceUris); |
unittest.expect(o.writeDisposition, unittest.equals('foo')); |
} |
buildCounterJobConfigurationLoad--; |
@@ -495,14 +495,14 @@ checkJobConfigurationQuery(api.JobConfigurationQuery o) { |
buildCounterJobConfigurationQuery--; |
} |
-buildUnnamed1095() { |
+buildUnnamed272() { |
var o = new core.List<api.TableReference>(); |
o.add(buildTableReference()); |
o.add(buildTableReference()); |
return o; |
} |
-checkUnnamed1095(core.List<api.TableReference> o) { |
+checkUnnamed272(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 = buildUnnamed1095(); |
+ o.sourceTables = buildUnnamed272(); |
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); |
- checkUnnamed1095(o.sourceTables); |
+ checkUnnamed272(o.sourceTables); |
unittest.expect(o.writeDisposition, unittest.equals('foo')); |
} |
buildCounterJobConfigurationTableCopy--; |
@@ -570,14 +570,14 @@ checkJobListJobs(api.JobListJobs o) { |
buildCounterJobListJobs--; |
} |
-buildUnnamed1096() { |
+buildUnnamed273() { |
var o = new core.List<api.JobListJobs>(); |
o.add(buildJobListJobs()); |
o.add(buildJobListJobs()); |
return o; |
} |
-checkUnnamed1096(core.List<api.JobListJobs> o) { |
+checkUnnamed273(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 = buildUnnamed1096(); |
+ o.jobs = buildUnnamed273(); |
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')); |
- checkUnnamed1096(o.jobs); |
+ checkUnnamed273(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--; |
} |
-buildUnnamed1097() { |
+buildUnnamed274() { |
var o = new core.List<api.ErrorProto>(); |
o.add(buildErrorProto()); |
o.add(buildErrorProto()); |
return o; |
} |
-checkUnnamed1097(core.List<api.ErrorProto> o) { |
+checkUnnamed274(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 = buildUnnamed1097(); |
+ o.errors = buildUnnamed274(); |
o.state = "foo"; |
} |
buildCounterJobStatus--; |
@@ -736,7 +736,7 @@ checkJobStatus(api.JobStatus o) { |
buildCounterJobStatus++; |
if (buildCounterJobStatus < 3) { |
checkErrorProto(o.errorResult); |
- checkUnnamed1097(o.errors); |
+ checkUnnamed274(o.errors); |
unittest.expect(o.state, unittest.equals('foo')); |
} |
buildCounterJobStatus--; |
@@ -782,14 +782,14 @@ checkProjectListProjects(api.ProjectListProjects o) { |
buildCounterProjectListProjects--; |
} |
-buildUnnamed1098() { |
+buildUnnamed275() { |
var o = new core.List<api.ProjectListProjects>(); |
o.add(buildProjectListProjects()); |
o.add(buildProjectListProjects()); |
return o; |
} |
-checkUnnamed1098(core.List<api.ProjectListProjects> o) { |
+checkUnnamed275(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 = buildUnnamed1098(); |
+ o.projects = buildUnnamed275(); |
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')); |
- checkUnnamed1098(o.projects); |
+ checkUnnamed275(o.projects); |
unittest.expect(o.totalItems, unittest.equals(42)); |
} |
buildCounterProjectList--; |
@@ -874,14 +874,14 @@ checkQueryRequest(api.QueryRequest o) { |
buildCounterQueryRequest--; |
} |
-buildUnnamed1099() { |
+buildUnnamed276() { |
var o = new core.List<api.TableRow>(); |
o.add(buildTableRow()); |
o.add(buildTableRow()); |
return o; |
} |
-checkUnnamed1099(core.List<api.TableRow> o) { |
+checkUnnamed276(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 = buildUnnamed1099(); |
+ o.rows = buildUnnamed276(); |
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')); |
- checkUnnamed1099(o.rows); |
+ checkUnnamed276(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--; |
} |
-buildUnnamed1100() { |
+buildUnnamed277() { |
var o = new core.List<api.TableDataInsertAllRequestRows>(); |
o.add(buildTableDataInsertAllRequestRows()); |
o.add(buildTableDataInsertAllRequestRows()); |
return o; |
} |
-checkUnnamed1100(core.List<api.TableDataInsertAllRequestRows> o) { |
+checkUnnamed277(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 = buildUnnamed1100(); |
+ o.rows = buildUnnamed277(); |
} |
buildCounterTableDataInsertAllRequest--; |
return o; |
@@ -1038,19 +1038,19 @@ checkTableDataInsertAllRequest(api.TableDataInsertAllRequest o) { |
buildCounterTableDataInsertAllRequest++; |
if (buildCounterTableDataInsertAllRequest < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1100(o.rows); |
+ checkUnnamed277(o.rows); |
} |
buildCounterTableDataInsertAllRequest--; |
} |
-buildUnnamed1101() { |
+buildUnnamed278() { |
var o = new core.List<api.ErrorProto>(); |
o.add(buildErrorProto()); |
o.add(buildErrorProto()); |
return o; |
} |
-checkUnnamed1101(core.List<api.ErrorProto> o) { |
+checkUnnamed278(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 = buildUnnamed1101(); |
+ o.errors = buildUnnamed278(); |
o.index = 42; |
} |
buildCounterTableDataInsertAllResponseInsertErrors--; |
@@ -1071,20 +1071,20 @@ buildTableDataInsertAllResponseInsertErrors() { |
checkTableDataInsertAllResponseInsertErrors(api.TableDataInsertAllResponseInsertErrors o) { |
buildCounterTableDataInsertAllResponseInsertErrors++; |
if (buildCounterTableDataInsertAllResponseInsertErrors < 3) { |
- checkUnnamed1101(o.errors); |
+ checkUnnamed278(o.errors); |
unittest.expect(o.index, unittest.equals(42)); |
} |
buildCounterTableDataInsertAllResponseInsertErrors--; |
} |
-buildUnnamed1102() { |
+buildUnnamed279() { |
var o = new core.List<api.TableDataInsertAllResponseInsertErrors>(); |
o.add(buildTableDataInsertAllResponseInsertErrors()); |
o.add(buildTableDataInsertAllResponseInsertErrors()); |
return o; |
} |
-checkUnnamed1102(core.List<api.TableDataInsertAllResponseInsertErrors> o) { |
+checkUnnamed279(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 = buildUnnamed1102(); |
+ o.insertErrors = buildUnnamed279(); |
o.kind = "foo"; |
} |
buildCounterTableDataInsertAllResponse--; |
@@ -1105,20 +1105,20 @@ buildTableDataInsertAllResponse() { |
checkTableDataInsertAllResponse(api.TableDataInsertAllResponse o) { |
buildCounterTableDataInsertAllResponse++; |
if (buildCounterTableDataInsertAllResponse < 3) { |
- checkUnnamed1102(o.insertErrors); |
+ checkUnnamed279(o.insertErrors); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterTableDataInsertAllResponse--; |
} |
-buildUnnamed1103() { |
+buildUnnamed280() { |
var o = new core.List<api.TableRow>(); |
o.add(buildTableRow()); |
o.add(buildTableRow()); |
return o; |
} |
-checkUnnamed1103(core.List<api.TableRow> o) { |
+checkUnnamed280(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 = buildUnnamed1103(); |
+ o.rows = buildUnnamed280(); |
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')); |
- checkUnnamed1103(o.rows); |
+ checkUnnamed280(o.rows); |
unittest.expect(o.totalRows, unittest.equals('foo')); |
} |
buildCounterTableDataList--; |
} |
-buildUnnamed1104() { |
+buildUnnamed281() { |
var o = new core.List<api.TableFieldSchema>(); |
o.add(buildTableFieldSchema()); |
o.add(buildTableFieldSchema()); |
return o; |
} |
-checkUnnamed1104(core.List<api.TableFieldSchema> o) { |
+checkUnnamed281(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 = buildUnnamed1104(); |
+ o.fields = buildUnnamed281(); |
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')); |
- checkUnnamed1104(o.fields); |
+ checkUnnamed281(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--; |
} |
-buildUnnamed1105() { |
+buildUnnamed282() { |
var o = new core.List<api.TableListTables>(); |
o.add(buildTableListTables()); |
o.add(buildTableListTables()); |
return o; |
} |
-checkUnnamed1105(core.List<api.TableListTables> o) { |
+checkUnnamed282(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 = buildUnnamed1105(); |
+ o.tables = buildUnnamed282(); |
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')); |
- checkUnnamed1105(o.tables); |
+ checkUnnamed282(o.tables); |
unittest.expect(o.totalItems, unittest.equals(42)); |
} |
buildCounterTableList--; |
@@ -1281,14 +1281,14 @@ checkTableReference(api.TableReference o) { |
buildCounterTableReference--; |
} |
-buildUnnamed1106() { |
+buildUnnamed283() { |
var o = new core.List<api.TableCell>(); |
o.add(buildTableCell()); |
o.add(buildTableCell()); |
return o; |
} |
-checkUnnamed1106(core.List<api.TableCell> o) { |
+checkUnnamed283(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 = buildUnnamed1106(); |
+ o.f = buildUnnamed283(); |
} |
buildCounterTableRow--; |
return o; |
@@ -1308,19 +1308,19 @@ buildTableRow() { |
checkTableRow(api.TableRow o) { |
buildCounterTableRow++; |
if (buildCounterTableRow < 3) { |
- checkUnnamed1106(o.f); |
+ checkUnnamed283(o.f); |
} |
buildCounterTableRow--; |
} |
-buildUnnamed1107() { |
+buildUnnamed284() { |
var o = new core.List<api.TableFieldSchema>(); |
o.add(buildTableFieldSchema()); |
o.add(buildTableFieldSchema()); |
return o; |
} |
-checkUnnamed1107(core.List<api.TableFieldSchema> o) { |
+checkUnnamed284(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 = buildUnnamed1107(); |
+ o.fields = buildUnnamed284(); |
} |
buildCounterTableSchema--; |
return o; |
@@ -1340,7 +1340,7 @@ buildTableSchema() { |
checkTableSchema(api.TableSchema o) { |
buildCounterTableSchema++; |
if (buildCounterTableSchema < 3) { |
- checkUnnamed1107(o.fields); |
+ checkUnnamed284(o.fields); |
} |
buildCounterTableSchema--; |
} |
@@ -1364,14 +1364,14 @@ checkViewDefinition(api.ViewDefinition o) { |
buildCounterViewDefinition--; |
} |
-buildUnnamed1108() { |
+buildUnnamed285() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1108(core.List<core.String> o) { |
+checkUnnamed285(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 = buildUnnamed1108(); |
+ var arg_stateFilter = buildUnnamed285(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |