| 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 d814c2eacd2ba60aa6798133d4af2deae0f93e9f..34e50965710d3b9d70702002c7a197427fe6c487 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--;
|
| }
|
|
|
| -buildUnnamed2975() {
|
| +buildUnnamed2974() {
|
| var o = new core.List<api.BigtableColumn>();
|
| o.add(buildBigtableColumn());
|
| o.add(buildBigtableColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2975(core.List<api.BigtableColumn> o) {
|
| +checkUnnamed2974(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 = buildUnnamed2975();
|
| + o.columns = buildUnnamed2974();
|
| o.encoding = "foo";
|
| o.familyId = "foo";
|
| o.onlyReadLatest = true;
|
| @@ -111,7 +111,7 @@ buildBigtableColumnFamily() {
|
| checkBigtableColumnFamily(api.BigtableColumnFamily o) {
|
| buildCounterBigtableColumnFamily++;
|
| if (buildCounterBigtableColumnFamily < 3) {
|
| - checkUnnamed2975(o.columns);
|
| + checkUnnamed2974(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--;
|
| }
|
|
|
| -buildUnnamed2976() {
|
| +buildUnnamed2975() {
|
| var o = new core.List<api.BigtableColumnFamily>();
|
| o.add(buildBigtableColumnFamily());
|
| o.add(buildBigtableColumnFamily());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2976(core.List<api.BigtableColumnFamily> o) {
|
| +checkUnnamed2975(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 = buildUnnamed2976();
|
| + o.columnFamilies = buildUnnamed2975();
|
| o.ignoreUnspecifiedColumnFamilies = true;
|
| o.readRowkeyAsString = true;
|
| }
|
| @@ -149,7 +149,7 @@ buildBigtableOptions() {
|
| checkBigtableOptions(api.BigtableOptions o) {
|
| buildCounterBigtableOptions++;
|
| if (buildCounterBigtableOptions < 3) {
|
| - checkUnnamed2976(o.columnFamilies);
|
| + checkUnnamed2975(o.columnFamilies);
|
| unittest.expect(o.ignoreUnspecifiedColumnFamilies, unittest.isTrue);
|
| unittest.expect(o.readRowkeyAsString, unittest.isTrue);
|
| }
|
| @@ -214,27 +214,27 @@ checkDatasetAccess(api.DatasetAccess o) {
|
| buildCounterDatasetAccess--;
|
| }
|
|
|
| -buildUnnamed2977() {
|
| +buildUnnamed2976() {
|
| var o = new core.List<api.DatasetAccess>();
|
| o.add(buildDatasetAccess());
|
| o.add(buildDatasetAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2977(core.List<api.DatasetAccess> o) {
|
| +checkUnnamed2976(core.List<api.DatasetAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetAccess(o[0]);
|
| checkDatasetAccess(o[1]);
|
| }
|
|
|
| -buildUnnamed2978() {
|
| +buildUnnamed2977() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2978(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2977(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'));
|
| @@ -245,7 +245,7 @@ buildDataset() {
|
| var o = new api.Dataset();
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - o.access = buildUnnamed2977();
|
| + o.access = buildUnnamed2976();
|
| o.creationTime = "foo";
|
| o.datasetReference = buildDatasetReference();
|
| o.defaultTableExpirationMs = "foo";
|
| @@ -254,7 +254,7 @@ buildDataset() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2978();
|
| + o.labels = buildUnnamed2977();
|
| o.lastModifiedTime = "foo";
|
| o.location = "foo";
|
| o.selfLink = "foo";
|
| @@ -266,7 +266,7 @@ buildDataset() {
|
| checkDataset(api.Dataset o) {
|
| buildCounterDataset++;
|
| if (buildCounterDataset < 3) {
|
| - checkUnnamed2977(o.access);
|
| + checkUnnamed2976(o.access);
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| checkDatasetReference(o.datasetReference);
|
| unittest.expect(o.defaultTableExpirationMs, unittest.equals('foo'));
|
| @@ -275,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'));
|
| - checkUnnamed2978(o.labels);
|
| + checkUnnamed2977(o.labels);
|
| unittest.expect(o.lastModifiedTime, unittest.equals('foo'));
|
| unittest.expect(o.location, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -283,14 +283,14 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed2979() {
|
| +buildUnnamed2978() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2979(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2978(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'));
|
| @@ -305,7 +305,7 @@ buildDatasetListDatasets() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2979();
|
| + o.labels = buildUnnamed2978();
|
| }
|
| buildCounterDatasetListDatasets--;
|
| return o;
|
| @@ -318,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'));
|
| - checkUnnamed2979(o.labels);
|
| + checkUnnamed2978(o.labels);
|
| }
|
| buildCounterDatasetListDatasets--;
|
| }
|
|
|
| -buildUnnamed2980() {
|
| +buildUnnamed2979() {
|
| var o = new core.List<api.DatasetListDatasets>();
|
| o.add(buildDatasetListDatasets());
|
| o.add(buildDatasetListDatasets());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2980(core.List<api.DatasetListDatasets> o) {
|
| +checkUnnamed2979(core.List<api.DatasetListDatasets> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatasetListDatasets(o[0]);
|
| checkDatasetListDatasets(o[1]);
|
| @@ -341,7 +341,7 @@ buildDatasetList() {
|
| var o = new api.DatasetList();
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - o.datasets = buildUnnamed2980();
|
| + o.datasets = buildUnnamed2979();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -353,7 +353,7 @@ buildDatasetList() {
|
| checkDatasetList(api.DatasetList o) {
|
| buildCounterDatasetList++;
|
| if (buildCounterDatasetList < 3) {
|
| - checkUnnamed2980(o.datasets);
|
| + checkUnnamed2979(o.datasets);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -407,14 +407,14 @@ checkErrorProto(api.ErrorProto o) {
|
| buildCounterErrorProto--;
|
| }
|
|
|
| -buildUnnamed2981() {
|
| +buildUnnamed2980() {
|
| var o = new core.List<api.ExplainQueryStep>();
|
| o.add(buildExplainQueryStep());
|
| o.add(buildExplainQueryStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2981(core.List<api.ExplainQueryStep> o) {
|
| +checkUnnamed2980(core.List<api.ExplainQueryStep> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExplainQueryStep(o[0]);
|
| checkExplainQueryStep(o[1]);
|
| @@ -433,7 +433,8 @@ buildExplainQueryStage() {
|
| o.readRatioMax = 42.0;
|
| o.recordsRead = "foo";
|
| o.recordsWritten = "foo";
|
| - o.steps = buildUnnamed2981();
|
| + o.status = "foo";
|
| + o.steps = buildUnnamed2980();
|
| o.waitRatioAvg = 42.0;
|
| o.waitRatioMax = 42.0;
|
| o.writeRatioAvg = 42.0;
|
| @@ -454,7 +455,8 @@ 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'));
|
| - checkUnnamed2981(o.steps);
|
| + unittest.expect(o.status, unittest.equals('foo'));
|
| + checkUnnamed2980(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));
|
| @@ -463,14 +465,14 @@ checkExplainQueryStage(api.ExplainQueryStage o) {
|
| buildCounterExplainQueryStage--;
|
| }
|
|
|
| -buildUnnamed2982() {
|
| +buildUnnamed2981() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2982(core.List<core.String> o) {
|
| +checkUnnamed2981(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'));
|
| @@ -482,7 +484,7 @@ buildExplainQueryStep() {
|
| buildCounterExplainQueryStep++;
|
| if (buildCounterExplainQueryStep < 3) {
|
| o.kind = "foo";
|
| - o.substeps = buildUnnamed2982();
|
| + o.substeps = buildUnnamed2981();
|
| }
|
| buildCounterExplainQueryStep--;
|
| return o;
|
| @@ -492,19 +494,19 @@ checkExplainQueryStep(api.ExplainQueryStep o) {
|
| buildCounterExplainQueryStep++;
|
| if (buildCounterExplainQueryStep < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2982(o.substeps);
|
| + checkUnnamed2981(o.substeps);
|
| }
|
| buildCounterExplainQueryStep--;
|
| }
|
|
|
| -buildUnnamed2983() {
|
| +buildUnnamed2982() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2983(core.List<core.String> o) {
|
| +checkUnnamed2982(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'));
|
| @@ -524,7 +526,7 @@ buildExternalDataConfiguration() {
|
| o.maxBadRecords = 42;
|
| o.schema = buildTableSchema();
|
| o.sourceFormat = "foo";
|
| - o.sourceUris = buildUnnamed2983();
|
| + o.sourceUris = buildUnnamed2982();
|
| }
|
| buildCounterExternalDataConfiguration--;
|
| return o;
|
| @@ -542,32 +544,32 @@ checkExternalDataConfiguration(api.ExternalDataConfiguration o) {
|
| unittest.expect(o.maxBadRecords, unittest.equals(42));
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.sourceFormat, unittest.equals('foo'));
|
| - checkUnnamed2983(o.sourceUris);
|
| + checkUnnamed2982(o.sourceUris);
|
| }
|
| buildCounterExternalDataConfiguration--;
|
| }
|
|
|
| -buildUnnamed2984() {
|
| +buildUnnamed2983() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2984(core.List<api.ErrorProto> o) {
|
| +checkUnnamed2983(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| }
|
|
|
| -buildUnnamed2985() {
|
| +buildUnnamed2984() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2985(core.List<api.TableRow> o) {
|
| +checkUnnamed2984(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -579,14 +581,14 @@ buildGetQueryResultsResponse() {
|
| buildCounterGetQueryResultsResponse++;
|
| if (buildCounterGetQueryResultsResponse < 3) {
|
| o.cacheHit = true;
|
| - o.errors = buildUnnamed2984();
|
| + o.errors = buildUnnamed2983();
|
| o.etag = "foo";
|
| o.jobComplete = true;
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| o.numDmlAffectedRows = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed2985();
|
| + o.rows = buildUnnamed2984();
|
| o.schema = buildTableSchema();
|
| o.totalBytesProcessed = "foo";
|
| o.totalRows = "foo";
|
| @@ -599,14 +601,14 @@ checkGetQueryResultsResponse(api.GetQueryResultsResponse o) {
|
| buildCounterGetQueryResultsResponse++;
|
| if (buildCounterGetQueryResultsResponse < 3) {
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| - checkUnnamed2984(o.errors);
|
| + checkUnnamed2983(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'));
|
| - checkUnnamed2985(o.rows);
|
| + checkUnnamed2984(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| @@ -689,14 +691,14 @@ checkJobCancelResponse(api.JobCancelResponse o) {
|
| buildCounterJobCancelResponse--;
|
| }
|
|
|
| -buildUnnamed2986() {
|
| +buildUnnamed2985() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2986(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2985(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'));
|
| @@ -710,7 +712,7 @@ buildJobConfiguration() {
|
| o.copy = buildJobConfigurationTableCopy();
|
| o.dryRun = true;
|
| o.extract = buildJobConfigurationExtract();
|
| - o.labels = buildUnnamed2986();
|
| + o.labels = buildUnnamed2985();
|
| o.load = buildJobConfigurationLoad();
|
| o.query = buildJobConfigurationQuery();
|
| }
|
| @@ -724,21 +726,21 @@ checkJobConfiguration(api.JobConfiguration o) {
|
| checkJobConfigurationTableCopy(o.copy);
|
| unittest.expect(o.dryRun, unittest.isTrue);
|
| checkJobConfigurationExtract(o.extract);
|
| - checkUnnamed2986(o.labels);
|
| + checkUnnamed2985(o.labels);
|
| checkJobConfigurationLoad(o.load);
|
| checkJobConfigurationQuery(o.query);
|
| }
|
| buildCounterJobConfiguration--;
|
| }
|
|
|
| -buildUnnamed2987() {
|
| +buildUnnamed2986() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2987(core.List<core.String> o) {
|
| +checkUnnamed2986(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'));
|
| @@ -752,7 +754,7 @@ buildJobConfigurationExtract() {
|
| o.compression = "foo";
|
| o.destinationFormat = "foo";
|
| o.destinationUri = "foo";
|
| - o.destinationUris = buildUnnamed2987();
|
| + o.destinationUris = buildUnnamed2986();
|
| o.fieldDelimiter = "foo";
|
| o.printHeader = true;
|
| o.sourceTable = buildTableReference();
|
| @@ -767,7 +769,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'));
|
| - checkUnnamed2987(o.destinationUris);
|
| + checkUnnamed2986(o.destinationUris);
|
| unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
|
| unittest.expect(o.printHeader, unittest.isTrue);
|
| checkTableReference(o.sourceTable);
|
| @@ -775,40 +777,40 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
|
| buildCounterJobConfigurationExtract--;
|
| }
|
|
|
| -buildUnnamed2988() {
|
| +buildUnnamed2987() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2988(core.List<core.String> o) {
|
| +checkUnnamed2987(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'));
|
| }
|
|
|
| -buildUnnamed2989() {
|
| +buildUnnamed2988() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2989(core.List<core.String> o) {
|
| +checkUnnamed2988(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'));
|
| }
|
|
|
| -buildUnnamed2990() {
|
| +buildUnnamed2989() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2990(core.List<core.String> o) {
|
| +checkUnnamed2989(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'));
|
| @@ -828,15 +830,16 @@ buildJobConfigurationLoad() {
|
| o.fieldDelimiter = "foo";
|
| o.ignoreUnknownValues = true;
|
| o.maxBadRecords = 42;
|
| - o.projectionFields = buildUnnamed2988();
|
| + o.nullMarker = "foo";
|
| + o.projectionFields = buildUnnamed2987();
|
| o.quote = "foo";
|
| o.schema = buildTableSchema();
|
| o.schemaInline = "foo";
|
| o.schemaInlineFormat = "foo";
|
| - o.schemaUpdateOptions = buildUnnamed2989();
|
| + o.schemaUpdateOptions = buildUnnamed2988();
|
| o.skipLeadingRows = 42;
|
| o.sourceFormat = "foo";
|
| - o.sourceUris = buildUnnamed2990();
|
| + o.sourceUris = buildUnnamed2989();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| @@ -855,67 +858,68 @@ checkJobConfigurationLoad(api.JobConfigurationLoad o) {
|
| unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
|
| unittest.expect(o.ignoreUnknownValues, unittest.isTrue);
|
| unittest.expect(o.maxBadRecords, unittest.equals(42));
|
| - checkUnnamed2988(o.projectionFields);
|
| + unittest.expect(o.nullMarker, unittest.equals('foo'));
|
| + checkUnnamed2987(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'));
|
| - checkUnnamed2989(o.schemaUpdateOptions);
|
| + checkUnnamed2988(o.schemaUpdateOptions);
|
| unittest.expect(o.skipLeadingRows, unittest.equals(42));
|
| unittest.expect(o.sourceFormat, unittest.equals('foo'));
|
| - checkUnnamed2990(o.sourceUris);
|
| + checkUnnamed2989(o.sourceUris);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationLoad--;
|
| }
|
|
|
| -buildUnnamed2991() {
|
| +buildUnnamed2990() {
|
| var o = new core.List<api.QueryParameter>();
|
| o.add(buildQueryParameter());
|
| o.add(buildQueryParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2991(core.List<api.QueryParameter> o) {
|
| +checkUnnamed2990(core.List<api.QueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameter(o[0]);
|
| checkQueryParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed2992() {
|
| +buildUnnamed2991() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2992(core.List<core.String> o) {
|
| +checkUnnamed2991(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'));
|
| }
|
|
|
| -buildUnnamed2993() {
|
| +buildUnnamed2992() {
|
| var o = new core.Map<core.String, api.ExternalDataConfiguration>();
|
| o["x"] = buildExternalDataConfiguration();
|
| o["y"] = buildExternalDataConfiguration();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2993(core.Map<core.String, api.ExternalDataConfiguration> o) {
|
| +checkUnnamed2992(core.Map<core.String, api.ExternalDataConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternalDataConfiguration(o["x"]);
|
| checkExternalDataConfiguration(o["y"]);
|
| }
|
|
|
| -buildUnnamed2994() {
|
| +buildUnnamed2993() {
|
| var o = new core.List<api.UserDefinedFunctionResource>();
|
| o.add(buildUserDefinedFunctionResource());
|
| o.add(buildUserDefinedFunctionResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2994(core.List<api.UserDefinedFunctionResource> o) {
|
| +checkUnnamed2993(core.List<api.UserDefinedFunctionResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedFunctionResource(o[0]);
|
| checkUserDefinedFunctionResource(o[1]);
|
| @@ -937,12 +941,12 @@ buildJobConfigurationQuery() {
|
| o.preserveNulls = true;
|
| o.priority = "foo";
|
| o.query = "foo";
|
| - o.queryParameters = buildUnnamed2991();
|
| - o.schemaUpdateOptions = buildUnnamed2992();
|
| - o.tableDefinitions = buildUnnamed2993();
|
| + o.queryParameters = buildUnnamed2990();
|
| + o.schemaUpdateOptions = buildUnnamed2991();
|
| + o.tableDefinitions = buildUnnamed2992();
|
| o.useLegacySql = true;
|
| o.useQueryCache = true;
|
| - o.userDefinedFunctionResources = buildUnnamed2994();
|
| + o.userDefinedFunctionResources = buildUnnamed2993();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationQuery--;
|
| @@ -963,25 +967,25 @@ checkJobConfigurationQuery(api.JobConfigurationQuery o) {
|
| unittest.expect(o.preserveNulls, unittest.isTrue);
|
| unittest.expect(o.priority, unittest.equals('foo'));
|
| unittest.expect(o.query, unittest.equals('foo'));
|
| - checkUnnamed2991(o.queryParameters);
|
| - checkUnnamed2992(o.schemaUpdateOptions);
|
| - checkUnnamed2993(o.tableDefinitions);
|
| + checkUnnamed2990(o.queryParameters);
|
| + checkUnnamed2991(o.schemaUpdateOptions);
|
| + checkUnnamed2992(o.tableDefinitions);
|
| unittest.expect(o.useLegacySql, unittest.isTrue);
|
| unittest.expect(o.useQueryCache, unittest.isTrue);
|
| - checkUnnamed2994(o.userDefinedFunctionResources);
|
| + checkUnnamed2993(o.userDefinedFunctionResources);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationQuery--;
|
| }
|
|
|
| -buildUnnamed2995() {
|
| +buildUnnamed2994() {
|
| var o = new core.List<api.TableReference>();
|
| o.add(buildTableReference());
|
| o.add(buildTableReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2995(core.List<api.TableReference> o) {
|
| +checkUnnamed2994(core.List<api.TableReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableReference(o[0]);
|
| checkTableReference(o[1]);
|
| @@ -995,7 +999,7 @@ buildJobConfigurationTableCopy() {
|
| o.createDisposition = "foo";
|
| o.destinationTable = buildTableReference();
|
| o.sourceTable = buildTableReference();
|
| - o.sourceTables = buildUnnamed2995();
|
| + o.sourceTables = buildUnnamed2994();
|
| o.writeDisposition = "foo";
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -1008,7 +1012,7 @@ checkJobConfigurationTableCopy(api.JobConfigurationTableCopy o) {
|
| unittest.expect(o.createDisposition, unittest.equals('foo'));
|
| checkTableReference(o.destinationTable);
|
| checkTableReference(o.sourceTable);
|
| - checkUnnamed2995(o.sourceTables);
|
| + checkUnnamed2994(o.sourceTables);
|
| unittest.expect(o.writeDisposition, unittest.equals('foo'));
|
| }
|
| buildCounterJobConfigurationTableCopy--;
|
| @@ -1049,14 +1053,14 @@ checkJobListJobs(api.JobListJobs o) {
|
| buildCounterJobListJobs--;
|
| }
|
|
|
| -buildUnnamed2996() {
|
| +buildUnnamed2995() {
|
| var o = new core.List<api.JobListJobs>();
|
| o.add(buildJobListJobs());
|
| o.add(buildJobListJobs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2996(core.List<api.JobListJobs> o) {
|
| +checkUnnamed2995(core.List<api.JobListJobs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJobListJobs(o[0]);
|
| checkJobListJobs(o[1]);
|
| @@ -1068,7 +1072,7 @@ buildJobList() {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| o.etag = "foo";
|
| - o.jobs = buildUnnamed2996();
|
| + o.jobs = buildUnnamed2995();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1080,7 +1084,7 @@ checkJobList(api.JobList o) {
|
| buildCounterJobList++;
|
| if (buildCounterJobList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2996(o.jobs);
|
| + checkUnnamed2995(o.jobs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1139,40 +1143,40 @@ checkJobStatistics(api.JobStatistics o) {
|
| buildCounterJobStatistics--;
|
| }
|
|
|
| -buildUnnamed2997() {
|
| +buildUnnamed2996() {
|
| var o = new core.List<api.ExplainQueryStage>();
|
| o.add(buildExplainQueryStage());
|
| o.add(buildExplainQueryStage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2997(core.List<api.ExplainQueryStage> o) {
|
| +checkUnnamed2996(core.List<api.ExplainQueryStage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExplainQueryStage(o[0]);
|
| checkExplainQueryStage(o[1]);
|
| }
|
|
|
| -buildUnnamed2998() {
|
| +buildUnnamed2997() {
|
| var o = new core.List<api.TableReference>();
|
| o.add(buildTableReference());
|
| o.add(buildTableReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2998(core.List<api.TableReference> o) {
|
| +checkUnnamed2997(core.List<api.TableReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableReference(o[0]);
|
| checkTableReference(o[1]);
|
| }
|
|
|
| -buildUnnamed2999() {
|
| +buildUnnamed2998() {
|
| var o = new core.List<api.QueryParameter>();
|
| o.add(buildQueryParameter());
|
| o.add(buildQueryParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2999(core.List<api.QueryParameter> o) {
|
| +checkUnnamed2998(core.List<api.QueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameter(o[0]);
|
| checkQueryParameter(o[1]);
|
| @@ -1186,12 +1190,13 @@ buildJobStatistics2() {
|
| o.billingTier = 42;
|
| o.cacheHit = true;
|
| o.numDmlAffectedRows = "foo";
|
| - o.queryPlan = buildUnnamed2997();
|
| - o.referencedTables = buildUnnamed2998();
|
| + o.queryPlan = buildUnnamed2996();
|
| + o.referencedTables = buildUnnamed2997();
|
| o.schema = buildTableSchema();
|
| + o.statementType = "foo";
|
| o.totalBytesBilled = "foo";
|
| o.totalBytesProcessed = "foo";
|
| - o.undeclaredQueryParameters = buildUnnamed2999();
|
| + o.undeclaredQueryParameters = buildUnnamed2998();
|
| }
|
| buildCounterJobStatistics2--;
|
| return o;
|
| @@ -1203,12 +1208,13 @@ checkJobStatistics2(api.JobStatistics2 o) {
|
| unittest.expect(o.billingTier, unittest.equals(42));
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| unittest.expect(o.numDmlAffectedRows, unittest.equals('foo'));
|
| - checkUnnamed2997(o.queryPlan);
|
| - checkUnnamed2998(o.referencedTables);
|
| + checkUnnamed2996(o.queryPlan);
|
| + checkUnnamed2997(o.referencedTables);
|
| checkTableSchema(o.schema);
|
| + unittest.expect(o.statementType, unittest.equals('foo'));
|
| unittest.expect(o.totalBytesBilled, unittest.equals('foo'));
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| - checkUnnamed2999(o.undeclaredQueryParameters);
|
| + checkUnnamed2998(o.undeclaredQueryParameters);
|
| }
|
| buildCounterJobStatistics2--;
|
| }
|
| @@ -1238,14 +1244,14 @@ checkJobStatistics3(api.JobStatistics3 o) {
|
| buildCounterJobStatistics3--;
|
| }
|
|
|
| -buildUnnamed3000() {
|
| +buildUnnamed2999() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3000(core.List<core.String> o) {
|
| +checkUnnamed2999(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'));
|
| @@ -1256,7 +1262,7 @@ buildJobStatistics4() {
|
| var o = new api.JobStatistics4();
|
| buildCounterJobStatistics4++;
|
| if (buildCounterJobStatistics4 < 3) {
|
| - o.destinationUriFileCounts = buildUnnamed3000();
|
| + o.destinationUriFileCounts = buildUnnamed2999();
|
| }
|
| buildCounterJobStatistics4--;
|
| return o;
|
| @@ -1265,19 +1271,19 @@ buildJobStatistics4() {
|
| checkJobStatistics4(api.JobStatistics4 o) {
|
| buildCounterJobStatistics4++;
|
| if (buildCounterJobStatistics4 < 3) {
|
| - checkUnnamed3000(o.destinationUriFileCounts);
|
| + checkUnnamed2999(o.destinationUriFileCounts);
|
| }
|
| buildCounterJobStatistics4--;
|
| }
|
|
|
| -buildUnnamed3001() {
|
| +buildUnnamed3000() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3001(core.List<api.ErrorProto> o) {
|
| +checkUnnamed3000(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| @@ -1289,7 +1295,7 @@ buildJobStatus() {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| o.errorResult = buildErrorProto();
|
| - o.errors = buildUnnamed3001();
|
| + o.errors = buildUnnamed3000();
|
| o.state = "foo";
|
| }
|
| buildCounterJobStatus--;
|
| @@ -1300,7 +1306,7 @@ checkJobStatus(api.JobStatus o) {
|
| buildCounterJobStatus++;
|
| if (buildCounterJobStatus < 3) {
|
| checkErrorProto(o.errorResult);
|
| - checkUnnamed3001(o.errors);
|
| + checkUnnamed3000(o.errors);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| }
|
| buildCounterJobStatus--;
|
| @@ -1346,14 +1352,14 @@ checkProjectListProjects(api.ProjectListProjects o) {
|
| buildCounterProjectListProjects--;
|
| }
|
|
|
| -buildUnnamed3002() {
|
| +buildUnnamed3001() {
|
| var o = new core.List<api.ProjectListProjects>();
|
| o.add(buildProjectListProjects());
|
| o.add(buildProjectListProjects());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3002(core.List<api.ProjectListProjects> o) {
|
| +checkUnnamed3001(core.List<api.ProjectListProjects> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProjectListProjects(o[0]);
|
| checkProjectListProjects(o[1]);
|
| @@ -1367,7 +1373,7 @@ buildProjectList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed3002();
|
| + o.projects = buildUnnamed3001();
|
| o.totalItems = 42;
|
| }
|
| buildCounterProjectList--;
|
| @@ -1380,7 +1386,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'));
|
| - checkUnnamed3002(o.projects);
|
| + checkUnnamed3001(o.projects);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterProjectList--;
|
| @@ -1451,14 +1457,14 @@ checkQueryParameterTypeStructTypes(api.QueryParameterTypeStructTypes o) {
|
| buildCounterQueryParameterTypeStructTypes--;
|
| }
|
|
|
| -buildUnnamed3003() {
|
| +buildUnnamed3002() {
|
| var o = new core.List<api.QueryParameterTypeStructTypes>();
|
| o.add(buildQueryParameterTypeStructTypes());
|
| o.add(buildQueryParameterTypeStructTypes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3003(core.List<api.QueryParameterTypeStructTypes> o) {
|
| +checkUnnamed3002(core.List<api.QueryParameterTypeStructTypes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameterTypeStructTypes(o[0]);
|
| checkQueryParameterTypeStructTypes(o[1]);
|
| @@ -1470,7 +1476,7 @@ buildQueryParameterType() {
|
| buildCounterQueryParameterType++;
|
| if (buildCounterQueryParameterType < 3) {
|
| o.arrayType = buildQueryParameterType();
|
| - o.structTypes = buildUnnamed3003();
|
| + o.structTypes = buildUnnamed3002();
|
| o.type = "foo";
|
| }
|
| buildCounterQueryParameterType--;
|
| @@ -1481,33 +1487,33 @@ checkQueryParameterType(api.QueryParameterType o) {
|
| buildCounterQueryParameterType++;
|
| if (buildCounterQueryParameterType < 3) {
|
| checkQueryParameterType(o.arrayType);
|
| - checkUnnamed3003(o.structTypes);
|
| + checkUnnamed3002(o.structTypes);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterQueryParameterType--;
|
| }
|
|
|
| -buildUnnamed3004() {
|
| +buildUnnamed3003() {
|
| var o = new core.List<api.QueryParameterValue>();
|
| o.add(buildQueryParameterValue());
|
| o.add(buildQueryParameterValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3004(core.List<api.QueryParameterValue> o) {
|
| +checkUnnamed3003(core.List<api.QueryParameterValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameterValue(o[0]);
|
| checkQueryParameterValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3005() {
|
| +buildUnnamed3004() {
|
| var o = new core.Map<core.String, api.QueryParameterValue>();
|
| o["x"] = buildQueryParameterValue();
|
| o["y"] = buildQueryParameterValue();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3005(core.Map<core.String, api.QueryParameterValue> o) {
|
| +checkUnnamed3004(core.Map<core.String, api.QueryParameterValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameterValue(o["x"]);
|
| checkQueryParameterValue(o["y"]);
|
| @@ -1518,8 +1524,8 @@ buildQueryParameterValue() {
|
| var o = new api.QueryParameterValue();
|
| buildCounterQueryParameterValue++;
|
| if (buildCounterQueryParameterValue < 3) {
|
| - o.arrayValues = buildUnnamed3004();
|
| - o.structValues = buildUnnamed3005();
|
| + o.arrayValues = buildUnnamed3003();
|
| + o.structValues = buildUnnamed3004();
|
| o.value = "foo";
|
| }
|
| buildCounterQueryParameterValue--;
|
| @@ -1529,21 +1535,21 @@ buildQueryParameterValue() {
|
| checkQueryParameterValue(api.QueryParameterValue o) {
|
| buildCounterQueryParameterValue++;
|
| if (buildCounterQueryParameterValue < 3) {
|
| - checkUnnamed3004(o.arrayValues);
|
| - checkUnnamed3005(o.structValues);
|
| + checkUnnamed3003(o.arrayValues);
|
| + checkUnnamed3004(o.structValues);
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| }
|
| buildCounterQueryParameterValue--;
|
| }
|
|
|
| -buildUnnamed3006() {
|
| +buildUnnamed3005() {
|
| var o = new core.List<api.QueryParameter>();
|
| o.add(buildQueryParameter());
|
| o.add(buildQueryParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3006(core.List<api.QueryParameter> o) {
|
| +checkUnnamed3005(core.List<api.QueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQueryParameter(o[0]);
|
| checkQueryParameter(o[1]);
|
| @@ -1561,7 +1567,7 @@ buildQueryRequest() {
|
| o.parameterMode = "foo";
|
| o.preserveNulls = true;
|
| o.query = "foo";
|
| - o.queryParameters = buildUnnamed3006();
|
| + o.queryParameters = buildUnnamed3005();
|
| o.timeoutMs = 42;
|
| o.useLegacySql = true;
|
| o.useQueryCache = true;
|
| @@ -1580,7 +1586,7 @@ checkQueryRequest(api.QueryRequest o) {
|
| unittest.expect(o.parameterMode, unittest.equals('foo'));
|
| unittest.expect(o.preserveNulls, unittest.isTrue);
|
| unittest.expect(o.query, unittest.equals('foo'));
|
| - checkUnnamed3006(o.queryParameters);
|
| + checkUnnamed3005(o.queryParameters);
|
| unittest.expect(o.timeoutMs, unittest.equals(42));
|
| unittest.expect(o.useLegacySql, unittest.isTrue);
|
| unittest.expect(o.useQueryCache, unittest.isTrue);
|
| @@ -1588,27 +1594,27 @@ checkQueryRequest(api.QueryRequest o) {
|
| buildCounterQueryRequest--;
|
| }
|
|
|
| -buildUnnamed3007() {
|
| +buildUnnamed3006() {
|
| var o = new core.List<api.ErrorProto>();
|
| o.add(buildErrorProto());
|
| o.add(buildErrorProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3007(core.List<api.ErrorProto> o) {
|
| +checkUnnamed3006(core.List<api.ErrorProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkErrorProto(o[0]);
|
| checkErrorProto(o[1]);
|
| }
|
|
|
| -buildUnnamed3008() {
|
| +buildUnnamed3007() {
|
| var o = new core.List<api.TableRow>();
|
| o.add(buildTableRow());
|
| o.add(buildTableRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3008(core.List<api.TableRow> o) {
|
| +checkUnnamed3007(core.List<api.TableRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableRow(o[0]);
|
| checkTableRow(o[1]);
|
| @@ -1620,13 +1626,13 @@ buildQueryResponse() {
|
| buildCounterQueryResponse++;
|
| if (buildCounterQueryResponse < 3) {
|
| o.cacheHit = true;
|
| - o.errors = buildUnnamed3007();
|
| + o.errors = buildUnnamed3006();
|
| o.jobComplete = true;
|
| o.jobReference = buildJobReference();
|
| o.kind = "foo";
|
| o.numDmlAffectedRows = "foo";
|
| o.pageToken = "foo";
|
| - o.rows = buildUnnamed3008();
|
| + o.rows = buildUnnamed3007();
|
| o.schema = buildTableSchema();
|
| o.totalBytesProcessed = "foo";
|
| o.totalRows = "foo";
|
| @@ -1639,13 +1645,13 @@ checkQueryResponse(api.QueryResponse o) {
|
| buildCounterQueryResponse++;
|
| if (buildCounterQueryResponse < 3) {
|
| unittest.expect(o.cacheHit, unittest.isTrue);
|
| - checkUnnamed3007(o.errors);
|
| + checkUnnamed3006(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'));
|
| - checkUnnamed3008(o.rows);
|
| + checkUnnamed3007(o.rows);
|
| checkTableSchema(o.schema);
|
| unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
|
| unittest.expect(o.totalRows, unittest.equals('foo'));
|
| @@ -1676,6 +1682,19 @@ checkStreamingbuffer(api.Streamingbuffer o) {
|
| buildCounterStreamingbuffer--;
|
| }
|
|
|
| +buildUnnamed3008() {
|
| + var o = new core.Map<core.String, core.String>();
|
| + o["x"] = "foo";
|
| + o["y"] = "foo";
|
| + return o;
|
| +}
|
| +
|
| +checkUnnamed3008(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'));
|
| +}
|
| +
|
| core.int buildCounterTable = 0;
|
| buildTable() {
|
| var o = new api.Table();
|
| @@ -1689,6 +1708,7 @@ buildTable() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| + o.labels = buildUnnamed3008();
|
| o.lastModifiedTime = "foo";
|
| o.location = "foo";
|
| o.numBytes = "foo";
|
| @@ -1717,6 +1737,7 @@ checkTable(api.Table o) {
|
| unittest.expect(o.friendlyName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| + checkUnnamed3008(o.labels);
|
| unittest.expect(o.lastModifiedTime, unittest.equals('foo'));
|
| unittest.expect(o.location, unittest.equals('foo'));
|
| unittest.expect(o.numBytes, unittest.equals('foo'));
|
| @@ -1961,6 +1982,19 @@ checkTableFieldSchema(api.TableFieldSchema o) {
|
| buildCounterTableFieldSchema--;
|
| }
|
|
|
| +buildUnnamed3014() {
|
| + var o = new core.Map<core.String, core.String>();
|
| + o["x"] = "foo";
|
| + o["y"] = "foo";
|
| + return o;
|
| +}
|
| +
|
| +checkUnnamed3014(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'));
|
| +}
|
| +
|
| core.int buildCounterTableListTables = 0;
|
| buildTableListTables() {
|
| var o = new api.TableListTables();
|
| @@ -1969,6 +2003,7 @@ buildTableListTables() {
|
| o.friendlyName = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| + o.labels = buildUnnamed3014();
|
| o.tableReference = buildTableReference();
|
| o.type = "foo";
|
| }
|
| @@ -1982,20 +2017,21 @@ checkTableListTables(api.TableListTables o) {
|
| unittest.expect(o.friendlyName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| + checkUnnamed3014(o.labels);
|
| checkTableReference(o.tableReference);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterTableListTables--;
|
| }
|
|
|
| -buildUnnamed3014() {
|
| +buildUnnamed3015() {
|
| var o = new core.List<api.TableListTables>();
|
| o.add(buildTableListTables());
|
| o.add(buildTableListTables());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3014(core.List<api.TableListTables> o) {
|
| +checkUnnamed3015(core.List<api.TableListTables> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableListTables(o[0]);
|
| checkTableListTables(o[1]);
|
| @@ -2009,7 +2045,7 @@ buildTableList() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.tables = buildUnnamed3014();
|
| + o.tables = buildUnnamed3015();
|
| o.totalItems = 42;
|
| }
|
| buildCounterTableList--;
|
| @@ -2022,7 +2058,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'));
|
| - checkUnnamed3014(o.tables);
|
| + checkUnnamed3015(o.tables);
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterTableList--;
|
| @@ -2051,14 +2087,14 @@ checkTableReference(api.TableReference o) {
|
| buildCounterTableReference--;
|
| }
|
|
|
| -buildUnnamed3015() {
|
| +buildUnnamed3016() {
|
| var o = new core.List<api.TableCell>();
|
| o.add(buildTableCell());
|
| o.add(buildTableCell());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3015(core.List<api.TableCell> o) {
|
| +checkUnnamed3016(core.List<api.TableCell> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableCell(o[0]);
|
| checkTableCell(o[1]);
|
| @@ -2069,7 +2105,7 @@ buildTableRow() {
|
| var o = new api.TableRow();
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - o.f = buildUnnamed3015();
|
| + o.f = buildUnnamed3016();
|
| }
|
| buildCounterTableRow--;
|
| return o;
|
| @@ -2078,19 +2114,19 @@ buildTableRow() {
|
| checkTableRow(api.TableRow o) {
|
| buildCounterTableRow++;
|
| if (buildCounterTableRow < 3) {
|
| - checkUnnamed3015(o.f);
|
| + checkUnnamed3016(o.f);
|
| }
|
| buildCounterTableRow--;
|
| }
|
|
|
| -buildUnnamed3016() {
|
| +buildUnnamed3017() {
|
| var o = new core.List<api.TableFieldSchema>();
|
| o.add(buildTableFieldSchema());
|
| o.add(buildTableFieldSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3016(core.List<api.TableFieldSchema> o) {
|
| +checkUnnamed3017(core.List<api.TableFieldSchema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTableFieldSchema(o[0]);
|
| checkTableFieldSchema(o[1]);
|
| @@ -2101,7 +2137,7 @@ buildTableSchema() {
|
| var o = new api.TableSchema();
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - o.fields = buildUnnamed3016();
|
| + o.fields = buildUnnamed3017();
|
| }
|
| buildCounterTableSchema--;
|
| return o;
|
| @@ -2110,7 +2146,7 @@ buildTableSchema() {
|
| checkTableSchema(api.TableSchema o) {
|
| buildCounterTableSchema++;
|
| if (buildCounterTableSchema < 3) {
|
| - checkUnnamed3016(o.fields);
|
| + checkUnnamed3017(o.fields);
|
| }
|
| buildCounterTableSchema--;
|
| }
|
| @@ -2157,14 +2193,14 @@ checkUserDefinedFunctionResource(api.UserDefinedFunctionResource o) {
|
| buildCounterUserDefinedFunctionResource--;
|
| }
|
|
|
| -buildUnnamed3017() {
|
| +buildUnnamed3018() {
|
| var o = new core.List<api.UserDefinedFunctionResource>();
|
| o.add(buildUserDefinedFunctionResource());
|
| o.add(buildUserDefinedFunctionResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3017(core.List<api.UserDefinedFunctionResource> o) {
|
| +checkUnnamed3018(core.List<api.UserDefinedFunctionResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedFunctionResource(o[0]);
|
| checkUserDefinedFunctionResource(o[1]);
|
| @@ -2177,7 +2213,7 @@ buildViewDefinition() {
|
| if (buildCounterViewDefinition < 3) {
|
| o.query = "foo";
|
| o.useLegacySql = true;
|
| - o.userDefinedFunctionResources = buildUnnamed3017();
|
| + o.userDefinedFunctionResources = buildUnnamed3018();
|
| }
|
| buildCounterViewDefinition--;
|
| return o;
|
| @@ -2188,19 +2224,19 @@ checkViewDefinition(api.ViewDefinition o) {
|
| if (buildCounterViewDefinition < 3) {
|
| unittest.expect(o.query, unittest.equals('foo'));
|
| unittest.expect(o.useLegacySql, unittest.isTrue);
|
| - checkUnnamed3017(o.userDefinedFunctionResources);
|
| + checkUnnamed3018(o.userDefinedFunctionResources);
|
| }
|
| buildCounterViewDefinition--;
|
| }
|
|
|
| -buildUnnamed3018() {
|
| +buildUnnamed3019() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3018(core.List<core.String> o) {
|
| +checkUnnamed3019(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'));
|
| @@ -3331,7 +3367,7 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_projection = "foo";
|
| - var arg_stateFilter = buildUnnamed3018();
|
| + var arg_stateFilter = buildUnnamed3019();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|