| 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 69350240acede741f89e95a87b6afd66281e151b..f9411282020d545e6c5b1cc32653a851a4905739 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--;
|
| }
|
|
|
| -buildUnnamed2922() {
|
| +buildUnnamed485() {
|
| var o = new core.List<api.BigtableColumn>();
|
| o.add(buildBigtableColumn());
|
| o.add(buildBigtableColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2922(core.List<api.BigtableColumn> o) {
|
| +checkUnnamed485(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 = buildUnnamed2922();
|
| + o.columns = buildUnnamed485();
|
| o.encoding = "foo";
|
| o.familyId = "foo";
|
| o.onlyReadLatest = true;
|
| @@ -111,7 +111,7 @@ buildBigtableColumnFamily() {
|
| checkBigtableColumnFamily(api.BigtableColumnFamily o) {
|
| buildCounterBigtableColumnFamily++;
|
| if (buildCounterBigtableColumnFamily < 3) {
|
| - checkUnnamed2922(o.columns);
|
| + checkUnnamed485(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--;
|
| }
|
|
|
| -buildUnnamed2923() {
|
| +buildUnnamed486() {
|
| var o = new core.List<api.BigtableColumnFamily>();
|
| o.add(buildBigtableColumnFamily());
|
| o.add(buildBigtableColumnFamily());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2923(core.List<api.BigtableColumnFamily> o) {
|
| +checkUnnamed486(core.List<api.BigtableColumnFamily> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBigtableColumnFamily(o[0]);
|
| checkBigtableColumnFamily(o[1]);
|
| @@ -138,8 +138,9 @@ buildBigtableOptions() {
|
| var o = new api.BigtableOptions();
|
| buildCounterBigtableOptions++;
|
| if (buildCounterBigtableOptions < 3) {
|
| - o.columnFamilies = buildUnnamed2923();
|
| + o.columnFamilies = buildUnnamed486();
|
| o.ignoreUnspecifiedColumnFamilies = true;
|
| + o.readRowkeyAsString = true;
|
| }
|
| buildCounterBigtableOptions--;
|
| return o;
|
| @@ -148,8 +149,9 @@ buildBigtableOptions() {
|
| checkBigtableOptions(api.BigtableOptions o) {
|
| buildCounterBigtableOptions++;
|
| if (buildCounterBigtableOptions < 3) {
|
| - checkUnnamed2923(o.columnFamilies);
|
| + checkUnnamed486(o.columnFamilies);
|
| unittest.expect(o.ignoreUnspecifiedColumnFamilies, unittest.isTrue);
|
| + unittest.expect(o.readRowkeyAsString, unittest.isTrue);
|
| }
|
| buildCounterBigtableOptions--;
|
| }
|
| @@ -212,27 +214,27 @@ checkDatasetAccess(api.DatasetAccess o) {
|
| buildCounterDatasetAccess--;
|
| }
|
|
|
| -buildUnnamed2924() {
|
| +buildUnnamed487() {
|
| var o = new core.List<api.DatasetAccess>();
|
| o.add(buildDatasetAccess());
|
| o.add(buildDatasetAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2924(core.List<api.DatasetAccess> o) {
|
| +checkUnnamed487(core.List<api.DatasetAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetAccess(o[0]);
|
| checkDatasetAccess(o[1]);
|
| }
|
|
|
| -buildUnnamed2925() {
|
| +buildUnnamed488() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2925(core.Map<core.String, core.String> o) {
|
| +checkUnnamed488(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -243,7 +245,7 @@ buildDataset() {
|
| var o = new api.Dataset();
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - o.access = buildUnnamed2924();
|
| + o.access = buildUnnamed487();
|
| o.creationTime = "foo";
|
| o.datasetReference = buildDatasetReference();
|
| o.defaultTableExpirationMs = "foo";
|
| @@ -252,7 +254,7 @@ buildDataset() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2925();
|
| + o.labels = buildUnnamed488();
|
| o.lastModifiedTime = "foo";
|
| o.location = "foo";
|
| o.selfLink = "foo";
|
| @@ -264,7 +266,7 @@ buildDataset() {
|
| checkDataset(api.Dataset o) {
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - checkUnnamed2924(o.access);
|
| + checkUnnamed487(o.access);
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| checkDatasetReference(o.datasetReference);
|
| unittest.expect(o.defaultTableExpirationMs, unittest.equals('foo'));
|
| @@ -273,7 +275,7 @@ checkDataset(api.Dataset o) {
|
| unittest.expect(o.friendlyName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2925(o.labels);
|
| + checkUnnamed488(o.labels);
|
| unittest.expect(o.lastModifiedTime, unittest.equals('foo'));
|
| unittest.expect(o.location, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -281,14 +283,14 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed2926() {
|
| +buildUnnamed489() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2926(core.Map<core.String, core.String> o) {
|
| +checkUnnamed489(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -303,7 +305,7 @@ buildDatasetListDatasets() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2926();
|
| + o.labels = buildUnnamed489();
|
| }
|
| buildCounterDatasetListDatasets--;
|
| return o;
|
| @@ -316,19 +318,19 @@ checkDatasetListDatasets(api.DatasetListDatasets o) {
|
| unittest.expect(o.friendlyName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2926(o.labels);
|
| + checkUnnamed489(o.labels);
|
| }
|
| buildCounterDatasetListDatasets--;
|
| }
|
|
|
| -buildUnnamed2927() {
|
| +buildUnnamed490() {
|
| var o = new core.List<api.DatasetListDatasets>();
|
| o.add(buildDatasetListDatasets());
|
| o.add(buildDatasetListDatasets());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2927(core.List<api.DatasetListDatasets> o) {
|
| +checkUnnamed490(core.List<api.DatasetListDatasets> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetListDatasets(o[0]);
|
| checkDatasetListDatasets(o[1]);
|
| @@ -339,7 +341,7 @@ buildDatasetList() {
|
| var o = new api.DatasetList();
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - o.datasets = buildUnnamed2927();
|
| + o.datasets = buildUnnamed490();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -351,7 +353,7 @@ buildDatasetList() {
|
| checkDatasetList(api.DatasetList o) {
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - checkUnnamed2927(o.datasets);
|
| + checkUnnamed490(o.datasets);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -405,14 +407,14 @@ checkErrorProto(api.ErrorProto o) {
|
| buildCounterErrorProto--;
|
| }
|
|
|
| -buildUnnamed2928() {
|
| +buildUnnamed491() {
|
| var o = new core.List<api.ExplainQueryStep>();
|
| o.add(buildExplainQueryStep());
|
| o.add(buildExplainQueryStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2928(core.List<api.ExplainQueryStep> o) {
|
| +checkUnnamed491(core.List<api.ExplainQueryStep> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExplainQueryStep(o[0]);
|
| checkExplainQueryStep(o[1]);
|
| @@ -431,7 +433,7 @@ buildExplainQueryStage() {
|
| o.readRatioMax = 42.0;
|
| o.recordsRead = "foo";
|
| o.recordsWritten = "foo";
|
| - o.steps = buildUnnamed2928();
|
| + o.steps = buildUnnamed491();
|
| o.waitRatioAvg = 42.0;
|
| o.waitRatioMax = 42.0;
|
| o.writeRatioAvg = 42.0;
|
| @@ -452,7 +454,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'));
|
| - checkUnnamed2928(o.steps);
|
| + checkUnnamed491(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));
|
| @@ -461,14 +463,14 @@ checkExplainQueryStage(api.ExplainQueryStage o) {
|
| buildCounterExplainQueryStage--;
|
| }
|
|
|
| -buildUnnamed2929() {
|
| +buildUnnamed492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2929(core.List<core.String> o) {
|
| +checkUnnamed492(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'));
|
| @@ -480,7 +482,7 @@ buildExplainQueryStep() {
|
| buildCounterExplainQueryStep++;
|
| if (buildCounterExplainQueryStep < 3) {
|
| o.kind = "foo";
|
| - o.substeps = buildUnnamed2929();
|
| + o.substeps = buildUnnamed492();
|
| }
|
| buildCounterExplainQueryStep--;
|
| return o;
|
| @@ -490,19 +492,19 @@ checkExplainQueryStep(api.ExplainQueryStep o) {
|
| buildCounterExplainQueryStep++;
|
| if (buildCounterExplainQueryStep < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2929(o.substeps);
|
| + checkUnnamed492(o.substeps);
|
| }
|
| buildCounterExplainQueryStep--;
|
| }
|
|
|
| -buildUnnamed2930() {
|
| +buildUnnamed493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2930(core.List<core.String> o) {
|
| +checkUnnamed493(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'));
|
| @@ -522,7 +524,7 @@ buildExternalDataConfiguration() {
|
| o.maxBadRecords = 42;
|
| o.schema = buildTableSchema();
|
| o.sourceFormat = "foo";
|
| - o.sourceUris = buildUnnamed2930();
|
| + o.sourceUris = buildUnnamed493();
|
| }
|
| buildCounterExternalDataConfiguration--;
|
| return o;
|
| @@ -540,32 +542,32 @@ checkExternalDataConfiguration(api.ExternalDataConfiguration o) {
|
| unittest.expect(o.maxBadRecords, unittest.equals(42));
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.sourceFormat, unittest.equals('foo'));
|
| - checkUnnamed2930(o.sourceUris);
|
| + checkUnnamed493(o.sourceUris);
|
| }
|
| buildCounterExternalDataConfiguration--;
|
| }
|
|
|
| -buildUnnamed2931() {
|
| +buildUnnamed494() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2931(core.List<api.ErrorProto> o) {
|
| +checkUnnamed494(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| }
|
|
|
| -buildUnnamed2932() {
|
| +buildUnnamed495() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2932(core.List<api.TableRow> o) {
|
| +checkUnnamed495(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -577,13 +579,14 @@ buildGetQueryResultsResponse() {
|
| buildCounterGetQueryResultsResponse++;
|
| if (buildCounterGetQueryResultsResponse < 3) {
|
| o.cacheHit = true;
|
| - o.errors = buildUnnamed2931();
|
| + o.errors = buildUnnamed494();
|
| o.etag = "foo";
|
| o.jobComplete = true;
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| + o.numDmlAffectedRows = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed2932();
|
| + o.rows = buildUnnamed495();
|
| o.schema = buildTableSchema();
|
| o.totalBytesProcessed = "foo";
|
| o.totalRows = "foo";
|
| @@ -596,13 +599,14 @@ checkGetQueryResultsResponse(api.GetQueryResultsResponse o) {
|
| buildCounterGetQueryResultsResponse++;
|
| if (buildCounterGetQueryResultsResponse < 3) {
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| - checkUnnamed2931(o.errors);
|
| + checkUnnamed494(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.numDmlAffectedRows, unittest.equals('foo'));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| - checkUnnamed2932(o.rows);
|
| + checkUnnamed495(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| @@ -712,14 +716,14 @@ checkJobConfiguration(api.JobConfiguration o) {
|
| buildCounterJobConfiguration--;
|
| }
|
|
|
| -buildUnnamed2933() {
|
| +buildUnnamed496() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2933(core.List<core.String> o) {
|
| +checkUnnamed496(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'));
|
| @@ -733,7 +737,7 @@ buildJobConfigurationExtract() {
|
| o.compression = "foo";
|
| o.destinationFormat = "foo";
|
| o.destinationUri = "foo";
|
| - o.destinationUris = buildUnnamed2933();
|
| + o.destinationUris = buildUnnamed496();
|
| o.fieldDelimiter = "foo";
|
| o.printHeader = true;
|
| o.sourceTable = buildTableReference();
|
| @@ -748,7 +752,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'));
|
| - checkUnnamed2933(o.destinationUris);
|
| + checkUnnamed496(o.destinationUris);
|
| unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
|
| unittest.expect(o.printHeader, unittest.isTrue);
|
| checkTableReference(o.sourceTable);
|
| @@ -756,27 +760,27 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
|
| buildCounterJobConfigurationExtract--;
|
| }
|
|
|
| -buildUnnamed2934() {
|
| +buildUnnamed497() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2934(core.List<core.String> o) {
|
| +checkUnnamed497(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'));
|
| }
|
|
|
| -buildUnnamed2935() {
|
| +buildUnnamed498() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2935(core.List<core.String> o) {
|
| +checkUnnamed498(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'));
|
| @@ -796,14 +800,14 @@ buildJobConfigurationLoad() {
|
| o.fieldDelimiter = "foo";
|
| o.ignoreUnknownValues = true;
|
| o.maxBadRecords = 42;
|
| - o.projectionFields = buildUnnamed2934();
|
| + o.projectionFields = buildUnnamed497();
|
| o.quote = "foo";
|
| o.schema = buildTableSchema();
|
| o.schemaInline = "foo";
|
| o.schemaInlineFormat = "foo";
|
| o.skipLeadingRows = 42;
|
| o.sourceFormat = "foo";
|
| - o.sourceUris = buildUnnamed2935();
|
| + o.sourceUris = buildUnnamed498();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| @@ -822,40 +826,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));
|
| - checkUnnamed2934(o.projectionFields);
|
| + checkUnnamed497(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'));
|
| - checkUnnamed2935(o.sourceUris);
|
| + checkUnnamed498(o.sourceUris);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| }
|
|
|
| -buildUnnamed2936() {
|
| +buildUnnamed499() {
|
| var o = new core.Map<core.String, api.ExternalDataConfiguration>();
|
| o["x"] = buildExternalDataConfiguration();
|
| o["y"] = buildExternalDataConfiguration();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2936(core.Map<core.String, api.ExternalDataConfiguration> o) {
|
| +checkUnnamed499(core.Map<core.String, api.ExternalDataConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternalDataConfiguration(o["x"]);
|
| checkExternalDataConfiguration(o["y"]);
|
| }
|
|
|
| -buildUnnamed2937() {
|
| +buildUnnamed500() {
|
| var o = new core.List<api.UserDefinedFunctionResource>();
|
| o.add(buildUserDefinedFunctionResource());
|
| o.add(buildUserDefinedFunctionResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2937(core.List<api.UserDefinedFunctionResource> o) {
|
| +checkUnnamed500(core.List<api.UserDefinedFunctionResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedFunctionResource(o[0]);
|
| checkUserDefinedFunctionResource(o[1]);
|
| @@ -876,10 +880,10 @@ buildJobConfigurationQuery() {
|
| o.preserveNulls = true;
|
| o.priority = "foo";
|
| o.query = "foo";
|
| - o.tableDefinitions = buildUnnamed2936();
|
| + o.tableDefinitions = buildUnnamed499();
|
| o.useLegacySql = true;
|
| o.useQueryCache = true;
|
| - o.userDefinedFunctionResources = buildUnnamed2937();
|
| + o.userDefinedFunctionResources = buildUnnamed500();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationQuery--;
|
| @@ -899,23 +903,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'));
|
| - checkUnnamed2936(o.tableDefinitions);
|
| + checkUnnamed499(o.tableDefinitions);
|
| unittest.expect(o.useLegacySql, unittest.isTrue);
|
| unittest.expect(o.useQueryCache, unittest.isTrue);
|
| - checkUnnamed2937(o.userDefinedFunctionResources);
|
| + checkUnnamed500(o.userDefinedFunctionResources);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationQuery--;
|
| }
|
|
|
| -buildUnnamed2938() {
|
| +buildUnnamed501() {
|
| var o = new core.List<api.TableReference>();
|
| o.add(buildTableReference());
|
| o.add(buildTableReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2938(core.List<api.TableReference> o) {
|
| +checkUnnamed501(core.List<api.TableReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableReference(o[0]);
|
| checkTableReference(o[1]);
|
| @@ -929,7 +933,7 @@ buildJobConfigurationTableCopy() {
|
| o.createDisposition = "foo";
|
| o.destinationTable = buildTableReference();
|
| o.sourceTable = buildTableReference();
|
| - o.sourceTables = buildUnnamed2938();
|
| + o.sourceTables = buildUnnamed501();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -942,7 +946,7 @@ checkJobConfigurationTableCopy(api.JobConfigurationTableCopy o) {
|
| unittest.expect(o.createDisposition, unittest.equals('foo'));
|
| checkTableReference(o.destinationTable);
|
| checkTableReference(o.sourceTable);
|
| - checkUnnamed2938(o.sourceTables);
|
| + checkUnnamed501(o.sourceTables);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -983,14 +987,14 @@ checkJobListJobs(api.JobListJobs o) {
|
| buildCounterJobListJobs--;
|
| }
|
|
|
| -buildUnnamed2939() {
|
| +buildUnnamed502() {
|
| var o = new core.List<api.JobListJobs>();
|
| o.add(buildJobListJobs());
|
| o.add(buildJobListJobs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2939(core.List<api.JobListJobs> o) {
|
| +checkUnnamed502(core.List<api.JobListJobs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJobListJobs(o[0]);
|
| checkJobListJobs(o[1]);
|
| @@ -1002,7 +1006,7 @@ buildJobList() {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| o.etag = "foo";
|
| - o.jobs = buildUnnamed2939();
|
| + o.jobs = buildUnnamed502();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1014,7 +1018,7 @@ checkJobList(api.JobList o) {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2939(o.jobs);
|
| + checkUnnamed502(o.jobs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1073,27 +1077,27 @@ checkJobStatistics(api.JobStatistics o) {
|
| buildCounterJobStatistics--;
|
| }
|
|
|
| -buildUnnamed2940() {
|
| +buildUnnamed503() {
|
| var o = new core.List<api.ExplainQueryStage>();
|
| o.add(buildExplainQueryStage());
|
| o.add(buildExplainQueryStage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2940(core.List<api.ExplainQueryStage> o) {
|
| +checkUnnamed503(core.List<api.ExplainQueryStage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExplainQueryStage(o[0]);
|
| checkExplainQueryStage(o[1]);
|
| }
|
|
|
| -buildUnnamed2941() {
|
| +buildUnnamed504() {
|
| var o = new core.List<api.TableReference>();
|
| o.add(buildTableReference());
|
| o.add(buildTableReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2941(core.List<api.TableReference> o) {
|
| +checkUnnamed504(core.List<api.TableReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableReference(o[0]);
|
| checkTableReference(o[1]);
|
| @@ -1106,8 +1110,9 @@ buildJobStatistics2() {
|
| if (buildCounterJobStatistics2 < 3) {
|
| o.billingTier = 42;
|
| o.cacheHit = true;
|
| - o.queryPlan = buildUnnamed2940();
|
| - o.referencedTables = buildUnnamed2941();
|
| + o.numDmlAffectedRows = "foo";
|
| + o.queryPlan = buildUnnamed503();
|
| + o.referencedTables = buildUnnamed504();
|
| o.schema = buildTableSchema();
|
| o.totalBytesBilled = "foo";
|
| o.totalBytesProcessed = "foo";
|
| @@ -1121,8 +1126,9 @@ checkJobStatistics2(api.JobStatistics2 o) {
|
| if (buildCounterJobStatistics2 < 3) {
|
| unittest.expect(o.billingTier, unittest.equals(42));
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| - checkUnnamed2940(o.queryPlan);
|
| - checkUnnamed2941(o.referencedTables);
|
| + unittest.expect(o.numDmlAffectedRows, unittest.equals('foo'));
|
| + checkUnnamed503(o.queryPlan);
|
| + checkUnnamed504(o.referencedTables);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesBilled, unittest.equals('foo'));
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| @@ -1155,14 +1161,14 @@ checkJobStatistics3(api.JobStatistics3 o) {
|
| buildCounterJobStatistics3--;
|
| }
|
|
|
| -buildUnnamed2942() {
|
| +buildUnnamed505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2942(core.List<core.String> o) {
|
| +checkUnnamed505(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'));
|
| @@ -1173,7 +1179,7 @@ buildJobStatistics4() {
|
| var o = new api.JobStatistics4();
|
| buildCounterJobStatistics4++;
|
| if (buildCounterJobStatistics4 < 3) {
|
| - o.destinationUriFileCounts = buildUnnamed2942();
|
| + o.destinationUriFileCounts = buildUnnamed505();
|
| }
|
| buildCounterJobStatistics4--;
|
| return o;
|
| @@ -1182,19 +1188,19 @@ buildJobStatistics4() {
|
| checkJobStatistics4(api.JobStatistics4 o) {
|
| buildCounterJobStatistics4++;
|
| if (buildCounterJobStatistics4 < 3) {
|
| - checkUnnamed2942(o.destinationUriFileCounts);
|
| + checkUnnamed505(o.destinationUriFileCounts);
|
| }
|
| buildCounterJobStatistics4--;
|
| }
|
|
|
| -buildUnnamed2943() {
|
| +buildUnnamed506() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2943(core.List<api.ErrorProto> o) {
|
| +checkUnnamed506(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| @@ -1206,7 +1212,7 @@ buildJobStatus() {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| o.errorResult = buildErrorProto();
|
| - o.errors = buildUnnamed2943();
|
| + o.errors = buildUnnamed506();
|
| o.state = "foo";
|
| }
|
| buildCounterJobStatus--;
|
| @@ -1217,7 +1223,7 @@ checkJobStatus(api.JobStatus o) {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| checkErrorProto(o.errorResult);
|
| - checkUnnamed2943(o.errors);
|
| + checkUnnamed506(o.errors);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| }
|
| buildCounterJobStatus--;
|
| @@ -1263,14 +1269,14 @@ checkProjectListProjects(api.ProjectListProjects o) {
|
| buildCounterProjectListProjects--;
|
| }
|
|
|
| -buildUnnamed2944() {
|
| +buildUnnamed507() {
|
| var o = new core.List<api.ProjectListProjects>();
|
| o.add(buildProjectListProjects());
|
| o.add(buildProjectListProjects());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2944(core.List<api.ProjectListProjects> o) {
|
| +checkUnnamed507(core.List<api.ProjectListProjects> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProjectListProjects(o[0]);
|
| checkProjectListProjects(o[1]);
|
| @@ -1284,7 +1290,7 @@ buildProjectList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed2944();
|
| + o.projects = buildUnnamed507();
|
| o.totalItems = 42;
|
| }
|
| buildCounterProjectList--;
|
| @@ -1297,7 +1303,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'));
|
| - checkUnnamed2944(o.projects);
|
| + checkUnnamed507(o.projects);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterProjectList--;
|
| @@ -1357,27 +1363,27 @@ checkQueryRequest(api.QueryRequest o) {
|
| buildCounterQueryRequest--;
|
| }
|
|
|
| -buildUnnamed2945() {
|
| +buildUnnamed508() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2945(core.List<api.ErrorProto> o) {
|
| +checkUnnamed508(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| }
|
|
|
| -buildUnnamed2946() {
|
| +buildUnnamed509() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2946(core.List<api.TableRow> o) {
|
| +checkUnnamed509(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -1389,12 +1395,13 @@ buildQueryResponse() {
|
| buildCounterQueryResponse++;
|
| if (buildCounterQueryResponse < 3) {
|
| o.cacheHit = true;
|
| - o.errors = buildUnnamed2945();
|
| + o.errors = buildUnnamed508();
|
| o.jobComplete = true;
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| + o.numDmlAffectedRows = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed2946();
|
| + o.rows = buildUnnamed509();
|
| o.schema = buildTableSchema();
|
| o.totalBytesProcessed = "foo";
|
| o.totalRows = "foo";
|
| @@ -1407,12 +1414,13 @@ checkQueryResponse(api.QueryResponse o) {
|
| buildCounterQueryResponse++;
|
| if (buildCounterQueryResponse < 3) {
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| - checkUnnamed2945(o.errors);
|
| + checkUnnamed508(o.errors);
|
| unittest.expect(o.jobComplete, unittest.isTrue);
|
| checkJobReference(o.jobReference);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| + unittest.expect(o.numDmlAffectedRows, unittest.equals('foo'));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| - checkUnnamed2946(o.rows);
|
| + checkUnnamed509(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| @@ -1540,14 +1548,14 @@ checkTableDataInsertAllRequestRows(api.TableDataInsertAllRequestRows o) {
|
| buildCounterTableDataInsertAllRequestRows--;
|
| }
|
|
|
| -buildUnnamed2947() {
|
| +buildUnnamed510() {
|
| var o = new core.List<api.TableDataInsertAllRequestRows>();
|
| o.add(buildTableDataInsertAllRequestRows());
|
| o.add(buildTableDataInsertAllRequestRows());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2947(core.List<api.TableDataInsertAllRequestRows> o) {
|
| +checkUnnamed510(core.List<api.TableDataInsertAllRequestRows> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableDataInsertAllRequestRows(o[0]);
|
| checkTableDataInsertAllRequestRows(o[1]);
|
| @@ -1560,7 +1568,7 @@ buildTableDataInsertAllRequest() {
|
| if (buildCounterTableDataInsertAllRequest < 3) {
|
| o.ignoreUnknownValues = true;
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed2947();
|
| + o.rows = buildUnnamed510();
|
| o.skipInvalidRows = true;
|
| o.templateSuffix = "foo";
|
| }
|
| @@ -1573,21 +1581,21 @@ checkTableDataInsertAllRequest(api.TableDataInsertAllRequest o) {
|
| if (buildCounterTableDataInsertAllRequest < 3) {
|
| unittest.expect(o.ignoreUnknownValues, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2947(o.rows);
|
| + checkUnnamed510(o.rows);
|
| unittest.expect(o.skipInvalidRows, unittest.isTrue);
|
| unittest.expect(o.templateSuffix, unittest.equals('foo'));
|
| }
|
| buildCounterTableDataInsertAllRequest--;
|
| }
|
|
|
| -buildUnnamed2948() {
|
| +buildUnnamed511() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2948(core.List<api.ErrorProto> o) {
|
| +checkUnnamed511(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| @@ -1598,7 +1606,7 @@ buildTableDataInsertAllResponseInsertErrors() {
|
| var o = new api.TableDataInsertAllResponseInsertErrors();
|
| buildCounterTableDataInsertAllResponseInsertErrors++;
|
| if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
|
| - o.errors = buildUnnamed2948();
|
| + o.errors = buildUnnamed511();
|
| o.index = 42;
|
| }
|
| buildCounterTableDataInsertAllResponseInsertErrors--;
|
| @@ -1608,20 +1616,20 @@ buildTableDataInsertAllResponseInsertErrors() {
|
| checkTableDataInsertAllResponseInsertErrors(api.TableDataInsertAllResponseInsertErrors o) {
|
| buildCounterTableDataInsertAllResponseInsertErrors++;
|
| if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
|
| - checkUnnamed2948(o.errors);
|
| + checkUnnamed511(o.errors);
|
| unittest.expect(o.index, unittest.equals(42));
|
| }
|
| buildCounterTableDataInsertAllResponseInsertErrors--;
|
| }
|
|
|
| -buildUnnamed2949() {
|
| +buildUnnamed512() {
|
| var o = new core.List<api.TableDataInsertAllResponseInsertErrors>();
|
| o.add(buildTableDataInsertAllResponseInsertErrors());
|
| o.add(buildTableDataInsertAllResponseInsertErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2949(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
|
| +checkUnnamed512(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableDataInsertAllResponseInsertErrors(o[0]);
|
| checkTableDataInsertAllResponseInsertErrors(o[1]);
|
| @@ -1632,7 +1640,7 @@ buildTableDataInsertAllResponse() {
|
| var o = new api.TableDataInsertAllResponse();
|
| buildCounterTableDataInsertAllResponse++;
|
| if (buildCounterTableDataInsertAllResponse < 3) {
|
| - o.insertErrors = buildUnnamed2949();
|
| + o.insertErrors = buildUnnamed512();
|
| o.kind = "foo";
|
| }
|
| buildCounterTableDataInsertAllResponse--;
|
| @@ -1642,20 +1650,20 @@ buildTableDataInsertAllResponse() {
|
| checkTableDataInsertAllResponse(api.TableDataInsertAllResponse o) {
|
| buildCounterTableDataInsertAllResponse++;
|
| if (buildCounterTableDataInsertAllResponse < 3) {
|
| - checkUnnamed2949(o.insertErrors);
|
| + checkUnnamed512(o.insertErrors);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTableDataInsertAllResponse--;
|
| }
|
|
|
| -buildUnnamed2950() {
|
| +buildUnnamed513() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2950(core.List<api.TableRow> o) {
|
| +checkUnnamed513(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -1669,7 +1677,7 @@ buildTableDataList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed2950();
|
| + o.rows = buildUnnamed513();
|
| o.totalRows = "foo";
|
| }
|
| buildCounterTableDataList--;
|
| @@ -1682,20 +1690,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'));
|
| - checkUnnamed2950(o.rows);
|
| + checkUnnamed513(o.rows);
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| }
|
| buildCounterTableDataList--;
|
| }
|
|
|
| -buildUnnamed2951() {
|
| +buildUnnamed514() {
|
| var o = new core.List<api.TableFieldSchema>();
|
| o.add(buildTableFieldSchema());
|
| o.add(buildTableFieldSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2951(core.List<api.TableFieldSchema> o) {
|
| +checkUnnamed514(core.List<api.TableFieldSchema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableFieldSchema(o[0]);
|
| checkTableFieldSchema(o[1]);
|
| @@ -1707,7 +1715,7 @@ buildTableFieldSchema() {
|
| buildCounterTableFieldSchema++;
|
| if (buildCounterTableFieldSchema < 3) {
|
| o.description = "foo";
|
| - o.fields = buildUnnamed2951();
|
| + o.fields = buildUnnamed514();
|
| o.mode = "foo";
|
| o.name = "foo";
|
| o.type = "foo";
|
| @@ -1720,7 +1728,7 @@ checkTableFieldSchema(api.TableFieldSchema o) {
|
| buildCounterTableFieldSchema++;
|
| if (buildCounterTableFieldSchema < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2951(o.fields);
|
| + checkUnnamed514(o.fields);
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -1755,14 +1763,14 @@ checkTableListTables(api.TableListTables o) {
|
| buildCounterTableListTables--;
|
| }
|
|
|
| -buildUnnamed2952() {
|
| +buildUnnamed515() {
|
| var o = new core.List<api.TableListTables>();
|
| o.add(buildTableListTables());
|
| o.add(buildTableListTables());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2952(core.List<api.TableListTables> o) {
|
| +checkUnnamed515(core.List<api.TableListTables> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableListTables(o[0]);
|
| checkTableListTables(o[1]);
|
| @@ -1776,7 +1784,7 @@ buildTableList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.tables = buildUnnamed2952();
|
| + o.tables = buildUnnamed515();
|
| o.totalItems = 42;
|
| }
|
| buildCounterTableList--;
|
| @@ -1789,7 +1797,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'));
|
| - checkUnnamed2952(o.tables);
|
| + checkUnnamed515(o.tables);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterTableList--;
|
| @@ -1818,14 +1826,14 @@ checkTableReference(api.TableReference o) {
|
| buildCounterTableReference--;
|
| }
|
|
|
| -buildUnnamed2953() {
|
| +buildUnnamed516() {
|
| var o = new core.List<api.TableCell>();
|
| o.add(buildTableCell());
|
| o.add(buildTableCell());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2953(core.List<api.TableCell> o) {
|
| +checkUnnamed516(core.List<api.TableCell> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableCell(o[0]);
|
| checkTableCell(o[1]);
|
| @@ -1836,7 +1844,7 @@ buildTableRow() {
|
| var o = new api.TableRow();
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - o.f = buildUnnamed2953();
|
| + o.f = buildUnnamed516();
|
| }
|
| buildCounterTableRow--;
|
| return o;
|
| @@ -1845,19 +1853,19 @@ buildTableRow() {
|
| checkTableRow(api.TableRow o) {
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - checkUnnamed2953(o.f);
|
| + checkUnnamed516(o.f);
|
| }
|
| buildCounterTableRow--;
|
| }
|
|
|
| -buildUnnamed2954() {
|
| +buildUnnamed517() {
|
| var o = new core.List<api.TableFieldSchema>();
|
| o.add(buildTableFieldSchema());
|
| o.add(buildTableFieldSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2954(core.List<api.TableFieldSchema> o) {
|
| +checkUnnamed517(core.List<api.TableFieldSchema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableFieldSchema(o[0]);
|
| checkTableFieldSchema(o[1]);
|
| @@ -1868,7 +1876,7 @@ buildTableSchema() {
|
| var o = new api.TableSchema();
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - o.fields = buildUnnamed2954();
|
| + o.fields = buildUnnamed517();
|
| }
|
| buildCounterTableSchema--;
|
| return o;
|
| @@ -1877,7 +1885,7 @@ buildTableSchema() {
|
| checkTableSchema(api.TableSchema o) {
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - checkUnnamed2954(o.fields);
|
| + checkUnnamed517(o.fields);
|
| }
|
| buildCounterTableSchema--;
|
| }
|
| @@ -1924,14 +1932,14 @@ checkUserDefinedFunctionResource(api.UserDefinedFunctionResource o) {
|
| buildCounterUserDefinedFunctionResource--;
|
| }
|
|
|
| -buildUnnamed2955() {
|
| +buildUnnamed518() {
|
| var o = new core.List<api.UserDefinedFunctionResource>();
|
| o.add(buildUserDefinedFunctionResource());
|
| o.add(buildUserDefinedFunctionResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2955(core.List<api.UserDefinedFunctionResource> o) {
|
| +checkUnnamed518(core.List<api.UserDefinedFunctionResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedFunctionResource(o[0]);
|
| checkUserDefinedFunctionResource(o[1]);
|
| @@ -1944,7 +1952,7 @@ buildViewDefinition() {
|
| if (buildCounterViewDefinition < 3) {
|
| o.query = "foo";
|
| o.useLegacySql = true;
|
| - o.userDefinedFunctionResources = buildUnnamed2955();
|
| + o.userDefinedFunctionResources = buildUnnamed518();
|
| }
|
| buildCounterViewDefinition--;
|
| return o;
|
| @@ -1955,19 +1963,19 @@ checkViewDefinition(api.ViewDefinition o) {
|
| if (buildCounterViewDefinition < 3) {
|
| unittest.expect(o.query, unittest.equals('foo'));
|
| unittest.expect(o.useLegacySql, unittest.isTrue);
|
| - checkUnnamed2955(o.userDefinedFunctionResources);
|
| + checkUnnamed518(o.userDefinedFunctionResources);
|
| }
|
| buildCounterViewDefinition--;
|
| }
|
|
|
| -buildUnnamed2956() {
|
| +buildUnnamed519() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2956(core.List<core.String> o) {
|
| +checkUnnamed519(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'));
|
| @@ -3062,7 +3070,7 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_projection = "foo";
|
| - var arg_stateFilter = buildUnnamed2956();
|
| + var arg_stateFilter = buildUnnamed519();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|