Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: generated/googleapis/test/bigquery/v2_test.dart

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/test/appstate/v1_test.dart ('k') | generated/googleapis/test/blogger/v3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0e771a50e9f89903bd5bfc8c6f656fa13375ccbf..d323f09369d7b35a818e5cb7c76de8ee8d0b4b10 100644
--- a/generated/googleapis/test/bigquery/v2_test.dart
+++ b/generated/googleapis/test/bigquery/v2_test.dart
@@ -80,14 +80,14 @@ checkBigtableColumn(api.BigtableColumn o) {
buildCounterBigtableColumn--;
}
-buildUnnamed442() {
+buildUnnamed2897() {
var o = new core.List<api.BigtableColumn>();
o.add(buildBigtableColumn());
o.add(buildBigtableColumn());
return o;
}
-checkUnnamed442(core.List<api.BigtableColumn> o) {
+checkUnnamed2897(core.List<api.BigtableColumn> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigtableColumn(o[0]);
checkBigtableColumn(o[1]);
@@ -98,7 +98,7 @@ buildBigtableColumnFamily() {
var o = new api.BigtableColumnFamily();
buildCounterBigtableColumnFamily++;
if (buildCounterBigtableColumnFamily < 3) {
- o.columns = buildUnnamed442();
+ o.columns = buildUnnamed2897();
o.encoding = "foo";
o.familyId = "foo";
o.onlyReadLatest = true;
@@ -111,7 +111,7 @@ buildBigtableColumnFamily() {
checkBigtableColumnFamily(api.BigtableColumnFamily o) {
buildCounterBigtableColumnFamily++;
if (buildCounterBigtableColumnFamily < 3) {
- checkUnnamed442(o.columns);
+ checkUnnamed2897(o.columns);
unittest.expect(o.encoding, unittest.equals('foo'));
unittest.expect(o.familyId, unittest.equals('foo'));
unittest.expect(o.onlyReadLatest, unittest.isTrue);
@@ -120,14 +120,14 @@ checkBigtableColumnFamily(api.BigtableColumnFamily o) {
buildCounterBigtableColumnFamily--;
}
-buildUnnamed443() {
+buildUnnamed2898() {
var o = new core.List<api.BigtableColumnFamily>();
o.add(buildBigtableColumnFamily());
o.add(buildBigtableColumnFamily());
return o;
}
-checkUnnamed443(core.List<api.BigtableColumnFamily> o) {
+checkUnnamed2898(core.List<api.BigtableColumnFamily> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigtableColumnFamily(o[0]);
checkBigtableColumnFamily(o[1]);
@@ -138,7 +138,7 @@ buildBigtableOptions() {
var o = new api.BigtableOptions();
buildCounterBigtableOptions++;
if (buildCounterBigtableOptions < 3) {
- o.columnFamilies = buildUnnamed443();
+ o.columnFamilies = buildUnnamed2898();
o.ignoreUnspecifiedColumnFamilies = true;
}
buildCounterBigtableOptions--;
@@ -148,7 +148,7 @@ buildBigtableOptions() {
checkBigtableOptions(api.BigtableOptions o) {
buildCounterBigtableOptions++;
if (buildCounterBigtableOptions < 3) {
- checkUnnamed443(o.columnFamilies);
+ checkUnnamed2898(o.columnFamilies);
unittest.expect(o.ignoreUnspecifiedColumnFamilies, unittest.isTrue);
}
buildCounterBigtableOptions--;
@@ -212,14 +212,14 @@ checkDatasetAccess(api.DatasetAccess o) {
buildCounterDatasetAccess--;
}
-buildUnnamed444() {
+buildUnnamed2899() {
var o = new core.List<api.DatasetAccess>();
o.add(buildDatasetAccess());
o.add(buildDatasetAccess());
return o;
}
-checkUnnamed444(core.List<api.DatasetAccess> o) {
+checkUnnamed2899(core.List<api.DatasetAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetAccess(o[0]);
checkDatasetAccess(o[1]);
@@ -230,7 +230,7 @@ buildDataset() {
var o = new api.Dataset();
buildCounterDataset++;
if (buildCounterDataset < 3) {
- o.access = buildUnnamed444();
+ o.access = buildUnnamed2899();
o.creationTime = "foo";
o.datasetReference = buildDatasetReference();
o.defaultTableExpirationMs = "foo";
@@ -250,7 +250,7 @@ buildDataset() {
checkDataset(api.Dataset o) {
buildCounterDataset++;
if (buildCounterDataset < 3) {
- checkUnnamed444(o.access);
+ checkUnnamed2899(o.access);
unittest.expect(o.creationTime, unittest.equals('foo'));
checkDatasetReference(o.datasetReference);
unittest.expect(o.defaultTableExpirationMs, unittest.equals('foo'));
@@ -291,14 +291,14 @@ checkDatasetListDatasets(api.DatasetListDatasets o) {
buildCounterDatasetListDatasets--;
}
-buildUnnamed445() {
+buildUnnamed2900() {
var o = new core.List<api.DatasetListDatasets>();
o.add(buildDatasetListDatasets());
o.add(buildDatasetListDatasets());
return o;
}
-checkUnnamed445(core.List<api.DatasetListDatasets> o) {
+checkUnnamed2900(core.List<api.DatasetListDatasets> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetListDatasets(o[0]);
checkDatasetListDatasets(o[1]);
@@ -309,7 +309,7 @@ buildDatasetList() {
var o = new api.DatasetList();
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- o.datasets = buildUnnamed445();
+ o.datasets = buildUnnamed2900();
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
@@ -321,7 +321,7 @@ buildDatasetList() {
checkDatasetList(api.DatasetList o) {
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- checkUnnamed445(o.datasets);
+ checkUnnamed2900(o.datasets);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
@@ -375,14 +375,14 @@ checkErrorProto(api.ErrorProto o) {
buildCounterErrorProto--;
}
-buildUnnamed446() {
+buildUnnamed2901() {
var o = new core.List<api.ExplainQueryStep>();
o.add(buildExplainQueryStep());
o.add(buildExplainQueryStep());
return o;
}
-checkUnnamed446(core.List<api.ExplainQueryStep> o) {
+checkUnnamed2901(core.List<api.ExplainQueryStep> o) {
unittest.expect(o, unittest.hasLength(2));
checkExplainQueryStep(o[0]);
checkExplainQueryStep(o[1]);
@@ -401,7 +401,7 @@ buildExplainQueryStage() {
o.readRatioMax = 42.0;
o.recordsRead = "foo";
o.recordsWritten = "foo";
- o.steps = buildUnnamed446();
+ o.steps = buildUnnamed2901();
o.waitRatioAvg = 42.0;
o.waitRatioMax = 42.0;
o.writeRatioAvg = 42.0;
@@ -422,7 +422,7 @@ checkExplainQueryStage(api.ExplainQueryStage o) {
unittest.expect(o.readRatioMax, unittest.equals(42.0));
unittest.expect(o.recordsRead, unittest.equals('foo'));
unittest.expect(o.recordsWritten, unittest.equals('foo'));
- checkUnnamed446(o.steps);
+ checkUnnamed2901(o.steps);
unittest.expect(o.waitRatioAvg, unittest.equals(42.0));
unittest.expect(o.waitRatioMax, unittest.equals(42.0));
unittest.expect(o.writeRatioAvg, unittest.equals(42.0));
@@ -431,14 +431,14 @@ checkExplainQueryStage(api.ExplainQueryStage o) {
buildCounterExplainQueryStage--;
}
-buildUnnamed447() {
+buildUnnamed2902() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed447(core.List<core.String> o) {
+checkUnnamed2902(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'));
@@ -450,7 +450,7 @@ buildExplainQueryStep() {
buildCounterExplainQueryStep++;
if (buildCounterExplainQueryStep < 3) {
o.kind = "foo";
- o.substeps = buildUnnamed447();
+ o.substeps = buildUnnamed2902();
}
buildCounterExplainQueryStep--;
return o;
@@ -460,19 +460,19 @@ checkExplainQueryStep(api.ExplainQueryStep o) {
buildCounterExplainQueryStep++;
if (buildCounterExplainQueryStep < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed447(o.substeps);
+ checkUnnamed2902(o.substeps);
}
buildCounterExplainQueryStep--;
}
-buildUnnamed448() {
+buildUnnamed2903() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed448(core.List<core.String> o) {
+checkUnnamed2903(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'));
@@ -492,7 +492,7 @@ buildExternalDataConfiguration() {
o.maxBadRecords = 42;
o.schema = buildTableSchema();
o.sourceFormat = "foo";
- o.sourceUris = buildUnnamed448();
+ o.sourceUris = buildUnnamed2903();
}
buildCounterExternalDataConfiguration--;
return o;
@@ -510,32 +510,32 @@ checkExternalDataConfiguration(api.ExternalDataConfiguration o) {
unittest.expect(o.maxBadRecords, unittest.equals(42));
checkTableSchema(o.schema);
unittest.expect(o.sourceFormat, unittest.equals('foo'));
- checkUnnamed448(o.sourceUris);
+ checkUnnamed2903(o.sourceUris);
}
buildCounterExternalDataConfiguration--;
}
-buildUnnamed449() {
+buildUnnamed2904() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed449(core.List<api.ErrorProto> o) {
+checkUnnamed2904(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
}
-buildUnnamed450() {
+buildUnnamed2905() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed450(core.List<api.TableRow> o) {
+checkUnnamed2905(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -547,13 +547,13 @@ buildGetQueryResultsResponse() {
buildCounterGetQueryResultsResponse++;
if (buildCounterGetQueryResultsResponse < 3) {
o.cacheHit = true;
- o.errors = buildUnnamed449();
+ o.errors = buildUnnamed2904();
o.etag = "foo";
o.jobComplete = true;
o.jobReference = buildJobReference();
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed450();
+ o.rows = buildUnnamed2905();
o.schema = buildTableSchema();
o.totalBytesProcessed = "foo";
o.totalRows = "foo";
@@ -566,13 +566,13 @@ checkGetQueryResultsResponse(api.GetQueryResultsResponse o) {
buildCounterGetQueryResultsResponse++;
if (buildCounterGetQueryResultsResponse < 3) {
unittest.expect(o.cacheHit, unittest.isTrue);
- checkUnnamed449(o.errors);
+ checkUnnamed2904(o.errors);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.jobComplete, unittest.isTrue);
checkJobReference(o.jobReference);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed450(o.rows);
+ checkUnnamed2905(o.rows);
checkTableSchema(o.schema);
unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
unittest.expect(o.totalRows, unittest.equals('foo'));
@@ -682,14 +682,14 @@ checkJobConfiguration(api.JobConfiguration o) {
buildCounterJobConfiguration--;
}
-buildUnnamed451() {
+buildUnnamed2906() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed451(core.List<core.String> o) {
+checkUnnamed2906(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'));
@@ -703,7 +703,7 @@ buildJobConfigurationExtract() {
o.compression = "foo";
o.destinationFormat = "foo";
o.destinationUri = "foo";
- o.destinationUris = buildUnnamed451();
+ o.destinationUris = buildUnnamed2906();
o.fieldDelimiter = "foo";
o.printHeader = true;
o.sourceTable = buildTableReference();
@@ -718,7 +718,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'));
- checkUnnamed451(o.destinationUris);
+ checkUnnamed2906(o.destinationUris);
unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
unittest.expect(o.printHeader, unittest.isTrue);
checkTableReference(o.sourceTable);
@@ -726,27 +726,27 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
buildCounterJobConfigurationExtract--;
}
-buildUnnamed452() {
+buildUnnamed2907() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed452(core.List<core.String> o) {
+checkUnnamed2907(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'));
}
-buildUnnamed453() {
+buildUnnamed2908() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed453(core.List<core.String> o) {
+checkUnnamed2908(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'));
@@ -766,14 +766,14 @@ buildJobConfigurationLoad() {
o.fieldDelimiter = "foo";
o.ignoreUnknownValues = true;
o.maxBadRecords = 42;
- o.projectionFields = buildUnnamed452();
+ o.projectionFields = buildUnnamed2907();
o.quote = "foo";
o.schema = buildTableSchema();
o.schemaInline = "foo";
o.schemaInlineFormat = "foo";
o.skipLeadingRows = 42;
o.sourceFormat = "foo";
- o.sourceUris = buildUnnamed453();
+ o.sourceUris = buildUnnamed2908();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationLoad--;
@@ -792,40 +792,40 @@ checkJobConfigurationLoad(api.JobConfigurationLoad o) {
unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
unittest.expect(o.ignoreUnknownValues, unittest.isTrue);
unittest.expect(o.maxBadRecords, unittest.equals(42));
- checkUnnamed452(o.projectionFields);
+ checkUnnamed2907(o.projectionFields);
unittest.expect(o.quote, unittest.equals('foo'));
checkTableSchema(o.schema);
unittest.expect(o.schemaInline, unittest.equals('foo'));
unittest.expect(o.schemaInlineFormat, unittest.equals('foo'));
unittest.expect(o.skipLeadingRows, unittest.equals(42));
unittest.expect(o.sourceFormat, unittest.equals('foo'));
- checkUnnamed453(o.sourceUris);
+ checkUnnamed2908(o.sourceUris);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationLoad--;
}
-buildUnnamed454() {
+buildUnnamed2909() {
var o = new core.Map<core.String, api.ExternalDataConfiguration>();
o["x"] = buildExternalDataConfiguration();
o["y"] = buildExternalDataConfiguration();
return o;
}
-checkUnnamed454(core.Map<core.String, api.ExternalDataConfiguration> o) {
+checkUnnamed2909(core.Map<core.String, api.ExternalDataConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalDataConfiguration(o["x"]);
checkExternalDataConfiguration(o["y"]);
}
-buildUnnamed455() {
+buildUnnamed2910() {
var o = new core.List<api.UserDefinedFunctionResource>();
o.add(buildUserDefinedFunctionResource());
o.add(buildUserDefinedFunctionResource());
return o;
}
-checkUnnamed455(core.List<api.UserDefinedFunctionResource> o) {
+checkUnnamed2910(core.List<api.UserDefinedFunctionResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedFunctionResource(o[0]);
checkUserDefinedFunctionResource(o[1]);
@@ -845,10 +845,10 @@ buildJobConfigurationQuery() {
o.preserveNulls = true;
o.priority = "foo";
o.query = "foo";
- o.tableDefinitions = buildUnnamed454();
+ o.tableDefinitions = buildUnnamed2909();
o.useLegacySql = true;
o.useQueryCache = true;
- o.userDefinedFunctionResources = buildUnnamed455();
+ o.userDefinedFunctionResources = buildUnnamed2910();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationQuery--;
@@ -867,23 +867,23 @@ checkJobConfigurationQuery(api.JobConfigurationQuery o) {
unittest.expect(o.preserveNulls, unittest.isTrue);
unittest.expect(o.priority, unittest.equals('foo'));
unittest.expect(o.query, unittest.equals('foo'));
- checkUnnamed454(o.tableDefinitions);
+ checkUnnamed2909(o.tableDefinitions);
unittest.expect(o.useLegacySql, unittest.isTrue);
unittest.expect(o.useQueryCache, unittest.isTrue);
- checkUnnamed455(o.userDefinedFunctionResources);
+ checkUnnamed2910(o.userDefinedFunctionResources);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationQuery--;
}
-buildUnnamed456() {
+buildUnnamed2911() {
var o = new core.List<api.TableReference>();
o.add(buildTableReference());
o.add(buildTableReference());
return o;
}
-checkUnnamed456(core.List<api.TableReference> o) {
+checkUnnamed2911(core.List<api.TableReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableReference(o[0]);
checkTableReference(o[1]);
@@ -897,7 +897,7 @@ buildJobConfigurationTableCopy() {
o.createDisposition = "foo";
o.destinationTable = buildTableReference();
o.sourceTable = buildTableReference();
- o.sourceTables = buildUnnamed456();
+ o.sourceTables = buildUnnamed2911();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationTableCopy--;
@@ -910,7 +910,7 @@ checkJobConfigurationTableCopy(api.JobConfigurationTableCopy o) {
unittest.expect(o.createDisposition, unittest.equals('foo'));
checkTableReference(o.destinationTable);
checkTableReference(o.sourceTable);
- checkUnnamed456(o.sourceTables);
+ checkUnnamed2911(o.sourceTables);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationTableCopy--;
@@ -951,14 +951,14 @@ checkJobListJobs(api.JobListJobs o) {
buildCounterJobListJobs--;
}
-buildUnnamed457() {
+buildUnnamed2912() {
var o = new core.List<api.JobListJobs>();
o.add(buildJobListJobs());
o.add(buildJobListJobs());
return o;
}
-checkUnnamed457(core.List<api.JobListJobs> o) {
+checkUnnamed2912(core.List<api.JobListJobs> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobListJobs(o[0]);
checkJobListJobs(o[1]);
@@ -970,7 +970,7 @@ buildJobList() {
buildCounterJobList++;
if (buildCounterJobList < 3) {
o.etag = "foo";
- o.jobs = buildUnnamed457();
+ o.jobs = buildUnnamed2912();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -982,7 +982,7 @@ checkJobList(api.JobList o) {
buildCounterJobList++;
if (buildCounterJobList < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed457(o.jobs);
+ checkUnnamed2912(o.jobs);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1041,27 +1041,27 @@ checkJobStatistics(api.JobStatistics o) {
buildCounterJobStatistics--;
}
-buildUnnamed458() {
+buildUnnamed2913() {
var o = new core.List<api.ExplainQueryStage>();
o.add(buildExplainQueryStage());
o.add(buildExplainQueryStage());
return o;
}
-checkUnnamed458(core.List<api.ExplainQueryStage> o) {
+checkUnnamed2913(core.List<api.ExplainQueryStage> o) {
unittest.expect(o, unittest.hasLength(2));
checkExplainQueryStage(o[0]);
checkExplainQueryStage(o[1]);
}
-buildUnnamed459() {
+buildUnnamed2914() {
var o = new core.List<api.TableReference>();
o.add(buildTableReference());
o.add(buildTableReference());
return o;
}
-checkUnnamed459(core.List<api.TableReference> o) {
+checkUnnamed2914(core.List<api.TableReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableReference(o[0]);
checkTableReference(o[1]);
@@ -1074,8 +1074,8 @@ buildJobStatistics2() {
if (buildCounterJobStatistics2 < 3) {
o.billingTier = 42;
o.cacheHit = true;
- o.queryPlan = buildUnnamed458();
- o.referencedTables = buildUnnamed459();
+ o.queryPlan = buildUnnamed2913();
+ o.referencedTables = buildUnnamed2914();
o.schema = buildTableSchema();
o.totalBytesBilled = "foo";
o.totalBytesProcessed = "foo";
@@ -1089,8 +1089,8 @@ checkJobStatistics2(api.JobStatistics2 o) {
if (buildCounterJobStatistics2 < 3) {
unittest.expect(o.billingTier, unittest.equals(42));
unittest.expect(o.cacheHit, unittest.isTrue);
- checkUnnamed458(o.queryPlan);
- checkUnnamed459(o.referencedTables);
+ checkUnnamed2913(o.queryPlan);
+ checkUnnamed2914(o.referencedTables);
checkTableSchema(o.schema);
unittest.expect(o.totalBytesBilled, unittest.equals('foo'));
unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
@@ -1123,14 +1123,14 @@ checkJobStatistics3(api.JobStatistics3 o) {
buildCounterJobStatistics3--;
}
-buildUnnamed460() {
+buildUnnamed2915() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed460(core.List<core.String> o) {
+checkUnnamed2915(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'));
@@ -1141,7 +1141,7 @@ buildJobStatistics4() {
var o = new api.JobStatistics4();
buildCounterJobStatistics4++;
if (buildCounterJobStatistics4 < 3) {
- o.destinationUriFileCounts = buildUnnamed460();
+ o.destinationUriFileCounts = buildUnnamed2915();
}
buildCounterJobStatistics4--;
return o;
@@ -1150,19 +1150,19 @@ buildJobStatistics4() {
checkJobStatistics4(api.JobStatistics4 o) {
buildCounterJobStatistics4++;
if (buildCounterJobStatistics4 < 3) {
- checkUnnamed460(o.destinationUriFileCounts);
+ checkUnnamed2915(o.destinationUriFileCounts);
}
buildCounterJobStatistics4--;
}
-buildUnnamed461() {
+buildUnnamed2916() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed461(core.List<api.ErrorProto> o) {
+checkUnnamed2916(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
@@ -1174,7 +1174,7 @@ buildJobStatus() {
buildCounterJobStatus++;
if (buildCounterJobStatus < 3) {
o.errorResult = buildErrorProto();
- o.errors = buildUnnamed461();
+ o.errors = buildUnnamed2916();
o.state = "foo";
}
buildCounterJobStatus--;
@@ -1185,7 +1185,7 @@ checkJobStatus(api.JobStatus o) {
buildCounterJobStatus++;
if (buildCounterJobStatus < 3) {
checkErrorProto(o.errorResult);
- checkUnnamed461(o.errors);
+ checkUnnamed2916(o.errors);
unittest.expect(o.state, unittest.equals('foo'));
}
buildCounterJobStatus--;
@@ -1231,14 +1231,14 @@ checkProjectListProjects(api.ProjectListProjects o) {
buildCounterProjectListProjects--;
}
-buildUnnamed462() {
+buildUnnamed2917() {
var o = new core.List<api.ProjectListProjects>();
o.add(buildProjectListProjects());
o.add(buildProjectListProjects());
return o;
}
-checkUnnamed462(core.List<api.ProjectListProjects> o) {
+checkUnnamed2917(core.List<api.ProjectListProjects> o) {
unittest.expect(o, unittest.hasLength(2));
checkProjectListProjects(o[0]);
checkProjectListProjects(o[1]);
@@ -1252,7 +1252,7 @@ buildProjectList() {
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
- o.projects = buildUnnamed462();
+ o.projects = buildUnnamed2917();
o.totalItems = 42;
}
buildCounterProjectList--;
@@ -1265,7 +1265,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'));
- checkUnnamed462(o.projects);
+ checkUnnamed2917(o.projects);
unittest.expect(o.totalItems, unittest.equals(42));
}
buildCounterProjectList--;
@@ -1325,27 +1325,27 @@ checkQueryRequest(api.QueryRequest o) {
buildCounterQueryRequest--;
}
-buildUnnamed463() {
+buildUnnamed2918() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed463(core.List<api.ErrorProto> o) {
+checkUnnamed2918(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
}
-buildUnnamed464() {
+buildUnnamed2919() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed464(core.List<api.TableRow> o) {
+checkUnnamed2919(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -1357,12 +1357,12 @@ buildQueryResponse() {
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
o.cacheHit = true;
- o.errors = buildUnnamed463();
+ o.errors = buildUnnamed2918();
o.jobComplete = true;
o.jobReference = buildJobReference();
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed464();
+ o.rows = buildUnnamed2919();
o.schema = buildTableSchema();
o.totalBytesProcessed = "foo";
o.totalRows = "foo";
@@ -1375,12 +1375,12 @@ checkQueryResponse(api.QueryResponse o) {
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
unittest.expect(o.cacheHit, unittest.isTrue);
- checkUnnamed463(o.errors);
+ checkUnnamed2918(o.errors);
unittest.expect(o.jobComplete, unittest.isTrue);
checkJobReference(o.jobReference);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed464(o.rows);
+ checkUnnamed2919(o.rows);
checkTableSchema(o.schema);
unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
unittest.expect(o.totalRows, unittest.equals('foo'));
@@ -1508,14 +1508,14 @@ checkTableDataInsertAllRequestRows(api.TableDataInsertAllRequestRows o) {
buildCounterTableDataInsertAllRequestRows--;
}
-buildUnnamed465() {
+buildUnnamed2920() {
var o = new core.List<api.TableDataInsertAllRequestRows>();
o.add(buildTableDataInsertAllRequestRows());
o.add(buildTableDataInsertAllRequestRows());
return o;
}
-checkUnnamed465(core.List<api.TableDataInsertAllRequestRows> o) {
+checkUnnamed2920(core.List<api.TableDataInsertAllRequestRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableDataInsertAllRequestRows(o[0]);
checkTableDataInsertAllRequestRows(o[1]);
@@ -1528,7 +1528,7 @@ buildTableDataInsertAllRequest() {
if (buildCounterTableDataInsertAllRequest < 3) {
o.ignoreUnknownValues = true;
o.kind = "foo";
- o.rows = buildUnnamed465();
+ o.rows = buildUnnamed2920();
o.skipInvalidRows = true;
o.templateSuffix = "foo";
}
@@ -1541,21 +1541,21 @@ checkTableDataInsertAllRequest(api.TableDataInsertAllRequest o) {
if (buildCounterTableDataInsertAllRequest < 3) {
unittest.expect(o.ignoreUnknownValues, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed465(o.rows);
+ checkUnnamed2920(o.rows);
unittest.expect(o.skipInvalidRows, unittest.isTrue);
unittest.expect(o.templateSuffix, unittest.equals('foo'));
}
buildCounterTableDataInsertAllRequest--;
}
-buildUnnamed466() {
+buildUnnamed2921() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed466(core.List<api.ErrorProto> o) {
+checkUnnamed2921(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
@@ -1566,7 +1566,7 @@ buildTableDataInsertAllResponseInsertErrors() {
var o = new api.TableDataInsertAllResponseInsertErrors();
buildCounterTableDataInsertAllResponseInsertErrors++;
if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
- o.errors = buildUnnamed466();
+ o.errors = buildUnnamed2921();
o.index = 42;
}
buildCounterTableDataInsertAllResponseInsertErrors--;
@@ -1576,20 +1576,20 @@ buildTableDataInsertAllResponseInsertErrors() {
checkTableDataInsertAllResponseInsertErrors(api.TableDataInsertAllResponseInsertErrors o) {
buildCounterTableDataInsertAllResponseInsertErrors++;
if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
- checkUnnamed466(o.errors);
+ checkUnnamed2921(o.errors);
unittest.expect(o.index, unittest.equals(42));
}
buildCounterTableDataInsertAllResponseInsertErrors--;
}
-buildUnnamed467() {
+buildUnnamed2922() {
var o = new core.List<api.TableDataInsertAllResponseInsertErrors>();
o.add(buildTableDataInsertAllResponseInsertErrors());
o.add(buildTableDataInsertAllResponseInsertErrors());
return o;
}
-checkUnnamed467(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
+checkUnnamed2922(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableDataInsertAllResponseInsertErrors(o[0]);
checkTableDataInsertAllResponseInsertErrors(o[1]);
@@ -1600,7 +1600,7 @@ buildTableDataInsertAllResponse() {
var o = new api.TableDataInsertAllResponse();
buildCounterTableDataInsertAllResponse++;
if (buildCounterTableDataInsertAllResponse < 3) {
- o.insertErrors = buildUnnamed467();
+ o.insertErrors = buildUnnamed2922();
o.kind = "foo";
}
buildCounterTableDataInsertAllResponse--;
@@ -1610,20 +1610,20 @@ buildTableDataInsertAllResponse() {
checkTableDataInsertAllResponse(api.TableDataInsertAllResponse o) {
buildCounterTableDataInsertAllResponse++;
if (buildCounterTableDataInsertAllResponse < 3) {
- checkUnnamed467(o.insertErrors);
+ checkUnnamed2922(o.insertErrors);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterTableDataInsertAllResponse--;
}
-buildUnnamed468() {
+buildUnnamed2923() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed468(core.List<api.TableRow> o) {
+checkUnnamed2923(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -1637,7 +1637,7 @@ buildTableDataList() {
o.etag = "foo";
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed468();
+ o.rows = buildUnnamed2923();
o.totalRows = "foo";
}
buildCounterTableDataList--;
@@ -1650,20 +1650,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'));
- checkUnnamed468(o.rows);
+ checkUnnamed2923(o.rows);
unittest.expect(o.totalRows, unittest.equals('foo'));
}
buildCounterTableDataList--;
}
-buildUnnamed469() {
+buildUnnamed2924() {
var o = new core.List<api.TableFieldSchema>();
o.add(buildTableFieldSchema());
o.add(buildTableFieldSchema());
return o;
}
-checkUnnamed469(core.List<api.TableFieldSchema> o) {
+checkUnnamed2924(core.List<api.TableFieldSchema> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableFieldSchema(o[0]);
checkTableFieldSchema(o[1]);
@@ -1675,7 +1675,7 @@ buildTableFieldSchema() {
buildCounterTableFieldSchema++;
if (buildCounterTableFieldSchema < 3) {
o.description = "foo";
- o.fields = buildUnnamed469();
+ o.fields = buildUnnamed2924();
o.mode = "foo";
o.name = "foo";
o.type = "foo";
@@ -1688,7 +1688,7 @@ checkTableFieldSchema(api.TableFieldSchema o) {
buildCounterTableFieldSchema++;
if (buildCounterTableFieldSchema < 3) {
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed469(o.fields);
+ checkUnnamed2924(o.fields);
unittest.expect(o.mode, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.type, unittest.equals('foo'));
@@ -1723,14 +1723,14 @@ checkTableListTables(api.TableListTables o) {
buildCounterTableListTables--;
}
-buildUnnamed470() {
+buildUnnamed2925() {
var o = new core.List<api.TableListTables>();
o.add(buildTableListTables());
o.add(buildTableListTables());
return o;
}
-checkUnnamed470(core.List<api.TableListTables> o) {
+checkUnnamed2925(core.List<api.TableListTables> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableListTables(o[0]);
checkTableListTables(o[1]);
@@ -1744,7 +1744,7 @@ buildTableList() {
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
- o.tables = buildUnnamed470();
+ o.tables = buildUnnamed2925();
o.totalItems = 42;
}
buildCounterTableList--;
@@ -1757,7 +1757,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'));
- checkUnnamed470(o.tables);
+ checkUnnamed2925(o.tables);
unittest.expect(o.totalItems, unittest.equals(42));
}
buildCounterTableList--;
@@ -1786,14 +1786,14 @@ checkTableReference(api.TableReference o) {
buildCounterTableReference--;
}
-buildUnnamed471() {
+buildUnnamed2926() {
var o = new core.List<api.TableCell>();
o.add(buildTableCell());
o.add(buildTableCell());
return o;
}
-checkUnnamed471(core.List<api.TableCell> o) {
+checkUnnamed2926(core.List<api.TableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableCell(o[0]);
checkTableCell(o[1]);
@@ -1804,7 +1804,7 @@ buildTableRow() {
var o = new api.TableRow();
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
- o.f = buildUnnamed471();
+ o.f = buildUnnamed2926();
}
buildCounterTableRow--;
return o;
@@ -1813,19 +1813,19 @@ buildTableRow() {
checkTableRow(api.TableRow o) {
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
- checkUnnamed471(o.f);
+ checkUnnamed2926(o.f);
}
buildCounterTableRow--;
}
-buildUnnamed472() {
+buildUnnamed2927() {
var o = new core.List<api.TableFieldSchema>();
o.add(buildTableFieldSchema());
o.add(buildTableFieldSchema());
return o;
}
-checkUnnamed472(core.List<api.TableFieldSchema> o) {
+checkUnnamed2927(core.List<api.TableFieldSchema> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableFieldSchema(o[0]);
checkTableFieldSchema(o[1]);
@@ -1836,7 +1836,7 @@ buildTableSchema() {
var o = new api.TableSchema();
buildCounterTableSchema++;
if (buildCounterTableSchema < 3) {
- o.fields = buildUnnamed472();
+ o.fields = buildUnnamed2927();
}
buildCounterTableSchema--;
return o;
@@ -1845,7 +1845,7 @@ buildTableSchema() {
checkTableSchema(api.TableSchema o) {
buildCounterTableSchema++;
if (buildCounterTableSchema < 3) {
- checkUnnamed472(o.fields);
+ checkUnnamed2927(o.fields);
}
buildCounterTableSchema--;
}
@@ -1892,14 +1892,14 @@ checkUserDefinedFunctionResource(api.UserDefinedFunctionResource o) {
buildCounterUserDefinedFunctionResource--;
}
-buildUnnamed473() {
+buildUnnamed2928() {
var o = new core.List<api.UserDefinedFunctionResource>();
o.add(buildUserDefinedFunctionResource());
o.add(buildUserDefinedFunctionResource());
return o;
}
-checkUnnamed473(core.List<api.UserDefinedFunctionResource> o) {
+checkUnnamed2928(core.List<api.UserDefinedFunctionResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedFunctionResource(o[0]);
checkUserDefinedFunctionResource(o[1]);
@@ -1911,7 +1911,8 @@ buildViewDefinition() {
buildCounterViewDefinition++;
if (buildCounterViewDefinition < 3) {
o.query = "foo";
- o.userDefinedFunctionResources = buildUnnamed473();
+ o.useLegacySql = true;
+ o.userDefinedFunctionResources = buildUnnamed2928();
}
buildCounterViewDefinition--;
return o;
@@ -1921,19 +1922,20 @@ checkViewDefinition(api.ViewDefinition o) {
buildCounterViewDefinition++;
if (buildCounterViewDefinition < 3) {
unittest.expect(o.query, unittest.equals('foo'));
- checkUnnamed473(o.userDefinedFunctionResources);
+ unittest.expect(o.useLegacySql, unittest.isTrue);
+ checkUnnamed2928(o.userDefinedFunctionResources);
}
buildCounterViewDefinition--;
}
-buildUnnamed474() {
+buildUnnamed2929() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed474(core.List<core.String> o) {
+checkUnnamed2929(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'));
@@ -3026,7 +3028,7 @@ main() {
var arg_maxResults = 42;
var arg_pageToken = "foo";
var arg_projection = "foo";
- var arg_stateFilter = buildUnnamed474();
+ var arg_stateFilter = buildUnnamed2929();
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
var path = (req.url).path;
var pathOffset = 0;
« no previous file with comments | « generated/googleapis/test/appstate/v1_test.dart ('k') | generated/googleapis/test/blogger/v3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698