| Index: generated/googleapis/test/spanner/v1_test.dart
|
| diff --git a/generated/googleapis/test/spanner/v1_test.dart b/generated/googleapis/test/spanner/v1_test.dart
|
| index af8d7328f9437ef4b1936f810fc5f5fa532e7fb7..a53f43881e77335b7ea1384e7f97457e776d6c33 100644
|
| --- a/generated/googleapis/test/spanner/v1_test.dart
|
| +++ b/generated/googleapis/test/spanner/v1_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1873() {
|
| +buildUnnamed1885() {
|
| var o = new core.List<api.AuditLogConfig>();
|
| o.add(buildAuditLogConfig());
|
| o.add(buildAuditLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1873(core.List<api.AuditLogConfig> o) {
|
| +checkUnnamed1885(core.List<api.AuditLogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditLogConfig(o[0]);
|
| checkAuditLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1874() {
|
| +buildUnnamed1886() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1874(core.List<core.String> o) {
|
| +checkUnnamed1886(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'));
|
| @@ -82,8 +82,8 @@ buildAuditConfig() {
|
| var o = new api.AuditConfig();
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - o.auditLogConfigs = buildUnnamed1873();
|
| - o.exemptedMembers = buildUnnamed1874();
|
| + o.auditLogConfigs = buildUnnamed1885();
|
| + o.exemptedMembers = buildUnnamed1886();
|
| o.service = "foo";
|
| }
|
| buildCounterAuditConfig--;
|
| @@ -93,21 +93,21 @@ buildAuditConfig() {
|
| checkAuditConfig(api.AuditConfig o) {
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - checkUnnamed1873(o.auditLogConfigs);
|
| - checkUnnamed1874(o.exemptedMembers);
|
| + checkUnnamed1885(o.auditLogConfigs);
|
| + checkUnnamed1886(o.exemptedMembers);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterAuditConfig--;
|
| }
|
|
|
| -buildUnnamed1875() {
|
| +buildUnnamed1887() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1875(core.List<core.String> o) {
|
| +checkUnnamed1887(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'));
|
| @@ -118,7 +118,7 @@ buildAuditLogConfig() {
|
| var o = new api.AuditLogConfig();
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - o.exemptedMembers = buildUnnamed1875();
|
| + o.exemptedMembers = buildUnnamed1887();
|
| o.logType = "foo";
|
| }
|
| buildCounterAuditLogConfig--;
|
| @@ -128,7 +128,7 @@ buildAuditLogConfig() {
|
| checkAuditLogConfig(api.AuditLogConfig o) {
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - checkUnnamed1875(o.exemptedMembers);
|
| + checkUnnamed1887(o.exemptedMembers);
|
| unittest.expect(o.logType, unittest.equals('foo'));
|
| }
|
| buildCounterAuditLogConfig--;
|
| @@ -153,14 +153,14 @@ checkBeginTransactionRequest(api.BeginTransactionRequest o) {
|
| buildCounterBeginTransactionRequest--;
|
| }
|
|
|
| -buildUnnamed1876() {
|
| +buildUnnamed1888() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1876(core.List<core.String> o) {
|
| +checkUnnamed1888(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'));
|
| @@ -171,7 +171,7 @@ buildBinding() {
|
| var o = new api.Binding();
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - o.members = buildUnnamed1876();
|
| + o.members = buildUnnamed1888();
|
| o.role = "foo";
|
| }
|
| buildCounterBinding--;
|
| @@ -181,7 +181,7 @@ buildBinding() {
|
| checkBinding(api.Binding o) {
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - checkUnnamed1876(o.members);
|
| + checkUnnamed1888(o.members);
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| }
|
| buildCounterBinding--;
|
| @@ -227,14 +227,14 @@ checkCloudAuditOptions(api.CloudAuditOptions o) {
|
| buildCounterCloudAuditOptions--;
|
| }
|
|
|
| -buildUnnamed1877() {
|
| +buildUnnamed1889() {
|
| var o = new core.List<api.Mutation>();
|
| o.add(buildMutation());
|
| o.add(buildMutation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1877(core.List<api.Mutation> o) {
|
| +checkUnnamed1889(core.List<api.Mutation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMutation(o[0]);
|
| checkMutation(o[1]);
|
| @@ -245,7 +245,7 @@ buildCommitRequest() {
|
| var o = new api.CommitRequest();
|
| buildCounterCommitRequest++;
|
| if (buildCounterCommitRequest < 3) {
|
| - o.mutations = buildUnnamed1877();
|
| + o.mutations = buildUnnamed1889();
|
| o.singleUseTransaction = buildTransactionOptions();
|
| o.transactionId = "foo";
|
| }
|
| @@ -256,7 +256,7 @@ buildCommitRequest() {
|
| checkCommitRequest(api.CommitRequest o) {
|
| buildCounterCommitRequest++;
|
| if (buildCounterCommitRequest < 3) {
|
| - checkUnnamed1877(o.mutations);
|
| + checkUnnamed1889(o.mutations);
|
| checkTransactionOptions(o.singleUseTransaction);
|
| unittest.expect(o.transactionId, unittest.equals('foo'));
|
| }
|
| @@ -282,14 +282,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed1878() {
|
| +buildUnnamed1890() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1878(core.List<core.String> o) {
|
| +checkUnnamed1890(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'));
|
| @@ -305,7 +305,7 @@ buildCondition() {
|
| o.svc = "foo";
|
| o.sys = "foo";
|
| o.value = "foo";
|
| - o.values = buildUnnamed1878();
|
| + o.values = buildUnnamed1890();
|
| }
|
| buildCounterCondition--;
|
| return o;
|
| @@ -319,7 +319,7 @@ checkCondition(api.Condition o) {
|
| unittest.expect(o.svc, unittest.equals('foo'));
|
| unittest.expect(o.sys, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| - checkUnnamed1878(o.values);
|
| + checkUnnamed1890(o.values);
|
| }
|
| buildCounterCondition--;
|
| }
|
| @@ -364,14 +364,14 @@ checkCreateDatabaseMetadata(api.CreateDatabaseMetadata o) {
|
| buildCounterCreateDatabaseMetadata--;
|
| }
|
|
|
| -buildUnnamed1879() {
|
| +buildUnnamed1891() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1879(core.List<core.String> o) {
|
| +checkUnnamed1891(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'));
|
| @@ -383,7 +383,7 @@ buildCreateDatabaseRequest() {
|
| buildCounterCreateDatabaseRequest++;
|
| if (buildCounterCreateDatabaseRequest < 3) {
|
| o.createStatement = "foo";
|
| - o.extraStatements = buildUnnamed1879();
|
| + o.extraStatements = buildUnnamed1891();
|
| }
|
| buildCounterCreateDatabaseRequest--;
|
| return o;
|
| @@ -393,7 +393,7 @@ checkCreateDatabaseRequest(api.CreateDatabaseRequest o) {
|
| buildCounterCreateDatabaseRequest++;
|
| if (buildCounterCreateDatabaseRequest < 3) {
|
| unittest.expect(o.createStatement, unittest.equals('foo'));
|
| - checkUnnamed1879(o.extraStatements);
|
| + checkUnnamed1891(o.extraStatements);
|
| }
|
| buildCounterCreateDatabaseRequest--;
|
| }
|
| @@ -520,27 +520,27 @@ checkEmpty(api.Empty o) {
|
| buildCounterEmpty--;
|
| }
|
|
|
| -buildUnnamed1880() {
|
| +buildUnnamed1892() {
|
| var o = new core.Map<core.String, api.Type>();
|
| o["x"] = buildType();
|
| o["y"] = buildType();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1880(core.Map<core.String, api.Type> o) {
|
| +checkUnnamed1892(core.Map<core.String, api.Type> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkType(o["x"]);
|
| checkType(o["y"]);
|
| }
|
|
|
| -buildUnnamed1881() {
|
| +buildUnnamed1893() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1881(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1893(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o["x"]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o["y"]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| @@ -551,8 +551,8 @@ buildExecuteSqlRequest() {
|
| var o = new api.ExecuteSqlRequest();
|
| buildCounterExecuteSqlRequest++;
|
| if (buildCounterExecuteSqlRequest < 3) {
|
| - o.paramTypes = buildUnnamed1880();
|
| - o.params = buildUnnamed1881();
|
| + o.paramTypes = buildUnnamed1892();
|
| + o.params = buildUnnamed1893();
|
| o.queryMode = "foo";
|
| o.resumeToken = "foo";
|
| o.sql = "foo";
|
| @@ -565,8 +565,8 @@ buildExecuteSqlRequest() {
|
| checkExecuteSqlRequest(api.ExecuteSqlRequest o) {
|
| buildCounterExecuteSqlRequest++;
|
| if (buildCounterExecuteSqlRequest < 3) {
|
| - checkUnnamed1880(o.paramTypes);
|
| - checkUnnamed1881(o.params);
|
| + checkUnnamed1892(o.paramTypes);
|
| + checkUnnamed1893(o.params);
|
| unittest.expect(o.queryMode, unittest.equals('foo'));
|
| unittest.expect(o.resumeToken, unittest.equals('foo'));
|
| unittest.expect(o.sql, unittest.equals('foo'));
|
| @@ -596,14 +596,14 @@ checkField(api.Field o) {
|
| buildCounterField--;
|
| }
|
|
|
| -buildUnnamed1882() {
|
| +buildUnnamed1894() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1882(core.List<core.String> o) {
|
| +checkUnnamed1894(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'));
|
| @@ -614,7 +614,7 @@ buildGetDatabaseDdlResponse() {
|
| var o = new api.GetDatabaseDdlResponse();
|
| buildCounterGetDatabaseDdlResponse++;
|
| if (buildCounterGetDatabaseDdlResponse < 3) {
|
| - o.statements = buildUnnamed1882();
|
| + o.statements = buildUnnamed1894();
|
| }
|
| buildCounterGetDatabaseDdlResponse--;
|
| return o;
|
| @@ -623,7 +623,7 @@ buildGetDatabaseDdlResponse() {
|
| checkGetDatabaseDdlResponse(api.GetDatabaseDdlResponse o) {
|
| buildCounterGetDatabaseDdlResponse++;
|
| if (buildCounterGetDatabaseDdlResponse < 3) {
|
| - checkUnnamed1882(o.statements);
|
| + checkUnnamed1894(o.statements);
|
| }
|
| buildCounterGetDatabaseDdlResponse--;
|
| }
|
| @@ -645,14 +645,14 @@ checkGetIamPolicyRequest(api.GetIamPolicyRequest o) {
|
| buildCounterGetIamPolicyRequest--;
|
| }
|
|
|
| -buildUnnamed1883() {
|
| +buildUnnamed1895() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1883(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1895(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'));
|
| @@ -665,7 +665,7 @@ buildInstance() {
|
| if (buildCounterInstance < 3) {
|
| o.config = "foo";
|
| o.displayName = "foo";
|
| - o.labels = buildUnnamed1883();
|
| + o.labels = buildUnnamed1895();
|
| o.name = "foo";
|
| o.nodeCount = 42;
|
| o.state = "foo";
|
| @@ -679,7 +679,7 @@ checkInstance(api.Instance o) {
|
| if (buildCounterInstance < 3) {
|
| unittest.expect(o.config, unittest.equals('foo'));
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| - checkUnnamed1883(o.labels);
|
| + checkUnnamed1895(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.nodeCount, unittest.equals(42));
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| @@ -708,53 +708,53 @@ checkInstanceConfig(api.InstanceConfig o) {
|
| buildCounterInstanceConfig--;
|
| }
|
|
|
| -buildUnnamed1884() {
|
| +buildUnnamed1896() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1884(core.List<core.Object> o) {
|
| +checkUnnamed1896(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
|
| var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1885() {
|
| +buildUnnamed1897() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1885(core.List<core.Object> o) {
|
| +checkUnnamed1897(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo'));
|
| var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1886() {
|
| +buildUnnamed1898() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1886(core.List<core.Object> o) {
|
| +checkUnnamed1898(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo'));
|
| var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1887() {
|
| +buildUnnamed1899() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1887(core.List<core.Object> o) {
|
| +checkUnnamed1899(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted9 = (o[0]) as core.Map; unittest.expect(casted9, unittest.hasLength(3)); unittest.expect(casted9["list"], unittest.equals([1, 2, 3])); unittest.expect(casted9["bool"], unittest.equals(true)); unittest.expect(casted9["string"], unittest.equals('foo'));
|
| var casted10 = (o[1]) as core.Map; unittest.expect(casted10, unittest.hasLength(3)); unittest.expect(casted10["list"], unittest.equals([1, 2, 3])); unittest.expect(casted10["bool"], unittest.equals(true)); unittest.expect(casted10["string"], unittest.equals('foo'));
|
| @@ -765,10 +765,10 @@ buildKeyRange() {
|
| var o = new api.KeyRange();
|
| buildCounterKeyRange++;
|
| if (buildCounterKeyRange < 3) {
|
| - o.endClosed = buildUnnamed1884();
|
| - o.endOpen = buildUnnamed1885();
|
| - o.startClosed = buildUnnamed1886();
|
| - o.startOpen = buildUnnamed1887();
|
| + o.endClosed = buildUnnamed1896();
|
| + o.endOpen = buildUnnamed1897();
|
| + o.startClosed = buildUnnamed1898();
|
| + o.startOpen = buildUnnamed1899();
|
| }
|
| buildCounterKeyRange--;
|
| return o;
|
| @@ -777,48 +777,48 @@ buildKeyRange() {
|
| checkKeyRange(api.KeyRange o) {
|
| buildCounterKeyRange++;
|
| if (buildCounterKeyRange < 3) {
|
| - checkUnnamed1884(o.endClosed);
|
| - checkUnnamed1885(o.endOpen);
|
| - checkUnnamed1886(o.startClosed);
|
| - checkUnnamed1887(o.startOpen);
|
| + checkUnnamed1896(o.endClosed);
|
| + checkUnnamed1897(o.endOpen);
|
| + checkUnnamed1898(o.startClosed);
|
| + checkUnnamed1899(o.startOpen);
|
| }
|
| buildCounterKeyRange--;
|
| }
|
|
|
| -buildUnnamed1888() {
|
| +buildUnnamed1900() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1888(core.List<core.Object> o) {
|
| +checkUnnamed1900(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted11 = (o[0]) as core.Map; unittest.expect(casted11, unittest.hasLength(3)); unittest.expect(casted11["list"], unittest.equals([1, 2, 3])); unittest.expect(casted11["bool"], unittest.equals(true)); unittest.expect(casted11["string"], unittest.equals('foo'));
|
| var casted12 = (o[1]) as core.Map; unittest.expect(casted12, unittest.hasLength(3)); unittest.expect(casted12["list"], unittest.equals([1, 2, 3])); unittest.expect(casted12["bool"], unittest.equals(true)); unittest.expect(casted12["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1889() {
|
| +buildUnnamed1901() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed1888());
|
| - o.add(buildUnnamed1888());
|
| + o.add(buildUnnamed1900());
|
| + o.add(buildUnnamed1900());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1889(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed1901(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1888(o[0]);
|
| - checkUnnamed1888(o[1]);
|
| + checkUnnamed1900(o[0]);
|
| + checkUnnamed1900(o[1]);
|
| }
|
|
|
| -buildUnnamed1890() {
|
| +buildUnnamed1902() {
|
| var o = new core.List<api.KeyRange>();
|
| o.add(buildKeyRange());
|
| o.add(buildKeyRange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1890(core.List<api.KeyRange> o) {
|
| +checkUnnamed1902(core.List<api.KeyRange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKeyRange(o[0]);
|
| checkKeyRange(o[1]);
|
| @@ -830,8 +830,8 @@ buildKeySet() {
|
| buildCounterKeySet++;
|
| if (buildCounterKeySet < 3) {
|
| o.all = true;
|
| - o.keys = buildUnnamed1889();
|
| - o.ranges = buildUnnamed1890();
|
| + o.keys = buildUnnamed1901();
|
| + o.ranges = buildUnnamed1902();
|
| }
|
| buildCounterKeySet--;
|
| return o;
|
| @@ -841,20 +841,20 @@ checkKeySet(api.KeySet o) {
|
| buildCounterKeySet++;
|
| if (buildCounterKeySet < 3) {
|
| unittest.expect(o.all, unittest.isTrue);
|
| - checkUnnamed1889(o.keys);
|
| - checkUnnamed1890(o.ranges);
|
| + checkUnnamed1901(o.keys);
|
| + checkUnnamed1902(o.ranges);
|
| }
|
| buildCounterKeySet--;
|
| }
|
|
|
| -buildUnnamed1891() {
|
| +buildUnnamed1903() {
|
| var o = new core.List<api.Database>();
|
| o.add(buildDatabase());
|
| o.add(buildDatabase());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1891(core.List<api.Database> o) {
|
| +checkUnnamed1903(core.List<api.Database> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatabase(o[0]);
|
| checkDatabase(o[1]);
|
| @@ -865,7 +865,7 @@ buildListDatabasesResponse() {
|
| var o = new api.ListDatabasesResponse();
|
| buildCounterListDatabasesResponse++;
|
| if (buildCounterListDatabasesResponse < 3) {
|
| - o.databases = buildUnnamed1891();
|
| + o.databases = buildUnnamed1903();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListDatabasesResponse--;
|
| @@ -875,20 +875,20 @@ buildListDatabasesResponse() {
|
| checkListDatabasesResponse(api.ListDatabasesResponse o) {
|
| buildCounterListDatabasesResponse++;
|
| if (buildCounterListDatabasesResponse < 3) {
|
| - checkUnnamed1891(o.databases);
|
| + checkUnnamed1903(o.databases);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListDatabasesResponse--;
|
| }
|
|
|
| -buildUnnamed1892() {
|
| +buildUnnamed1904() {
|
| var o = new core.List<api.InstanceConfig>();
|
| o.add(buildInstanceConfig());
|
| o.add(buildInstanceConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1892(core.List<api.InstanceConfig> o) {
|
| +checkUnnamed1904(core.List<api.InstanceConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceConfig(o[0]);
|
| checkInstanceConfig(o[1]);
|
| @@ -899,7 +899,7 @@ buildListInstanceConfigsResponse() {
|
| var o = new api.ListInstanceConfigsResponse();
|
| buildCounterListInstanceConfigsResponse++;
|
| if (buildCounterListInstanceConfigsResponse < 3) {
|
| - o.instanceConfigs = buildUnnamed1892();
|
| + o.instanceConfigs = buildUnnamed1904();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListInstanceConfigsResponse--;
|
| @@ -909,20 +909,20 @@ buildListInstanceConfigsResponse() {
|
| checkListInstanceConfigsResponse(api.ListInstanceConfigsResponse o) {
|
| buildCounterListInstanceConfigsResponse++;
|
| if (buildCounterListInstanceConfigsResponse < 3) {
|
| - checkUnnamed1892(o.instanceConfigs);
|
| + checkUnnamed1904(o.instanceConfigs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListInstanceConfigsResponse--;
|
| }
|
|
|
| -buildUnnamed1893() {
|
| +buildUnnamed1905() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1893(core.List<api.Instance> o) {
|
| +checkUnnamed1905(core.List<api.Instance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstance(o[0]);
|
| checkInstance(o[1]);
|
| @@ -933,7 +933,7 @@ buildListInstancesResponse() {
|
| var o = new api.ListInstancesResponse();
|
| buildCounterListInstancesResponse++;
|
| if (buildCounterListInstancesResponse < 3) {
|
| - o.instances = buildUnnamed1893();
|
| + o.instances = buildUnnamed1905();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListInstancesResponse--;
|
| @@ -943,20 +943,20 @@ buildListInstancesResponse() {
|
| checkListInstancesResponse(api.ListInstancesResponse o) {
|
| buildCounterListInstancesResponse++;
|
| if (buildCounterListInstancesResponse < 3) {
|
| - checkUnnamed1893(o.instances);
|
| + checkUnnamed1905(o.instances);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListInstancesResponse--;
|
| }
|
|
|
| -buildUnnamed1894() {
|
| +buildUnnamed1906() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1894(core.List<api.Operation> o) {
|
| +checkUnnamed1906(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -968,7 +968,7 @@ buildListOperationsResponse() {
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.operations = buildUnnamed1894();
|
| + o.operations = buildUnnamed1906();
|
| }
|
| buildCounterListOperationsResponse--;
|
| return o;
|
| @@ -978,7 +978,7 @@ checkListOperationsResponse(api.ListOperationsResponse o) {
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1894(o.operations);
|
| + checkUnnamed1906(o.operations);
|
| }
|
| buildCounterListOperationsResponse--;
|
| }
|
| @@ -1033,27 +1033,27 @@ checkMutation(api.Mutation o) {
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed1895() {
|
| +buildUnnamed1907() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1895(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1907(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted13 = (o["x"]) as core.Map; unittest.expect(casted13, unittest.hasLength(3)); unittest.expect(casted13["list"], unittest.equals([1, 2, 3])); unittest.expect(casted13["bool"], unittest.equals(true)); unittest.expect(casted13["string"], unittest.equals('foo'));
|
| var casted14 = (o["y"]) as core.Map; unittest.expect(casted14, unittest.hasLength(3)); unittest.expect(casted14["list"], unittest.equals([1, 2, 3])); unittest.expect(casted14["bool"], unittest.equals(true)); unittest.expect(casted14["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1896() {
|
| +buildUnnamed1908() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1896(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1908(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted15 = (o["x"]) as core.Map; unittest.expect(casted15, unittest.hasLength(3)); unittest.expect(casted15["list"], unittest.equals([1, 2, 3])); unittest.expect(casted15["bool"], unittest.equals(true)); unittest.expect(casted15["string"], unittest.equals('foo'));
|
| var casted16 = (o["y"]) as core.Map; unittest.expect(casted16, unittest.hasLength(3)); unittest.expect(casted16["list"], unittest.equals([1, 2, 3])); unittest.expect(casted16["bool"], unittest.equals(true)); unittest.expect(casted16["string"], unittest.equals('foo'));
|
| @@ -1066,9 +1066,9 @@ buildOperation() {
|
| if (buildCounterOperation < 3) {
|
| o.done = true;
|
| o.error = buildStatus();
|
| - o.metadata = buildUnnamed1895();
|
| + o.metadata = buildUnnamed1907();
|
| o.name = "foo";
|
| - o.response = buildUnnamed1896();
|
| + o.response = buildUnnamed1908();
|
| }
|
| buildCounterOperation--;
|
| return o;
|
| @@ -1079,21 +1079,21 @@ checkOperation(api.Operation o) {
|
| if (buildCounterOperation < 3) {
|
| unittest.expect(o.done, unittest.isTrue);
|
| checkStatus(o.error);
|
| - checkUnnamed1895(o.metadata);
|
| + checkUnnamed1907(o.metadata);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1896(o.response);
|
| + checkUnnamed1908(o.response);
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1897() {
|
| +buildUnnamed1909() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1897(core.List<core.Object> o) {
|
| +checkUnnamed1909(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted17 = (o[0]) as core.Map; unittest.expect(casted17, unittest.hasLength(3)); unittest.expect(casted17["list"], unittest.equals([1, 2, 3])); unittest.expect(casted17["bool"], unittest.equals(true)); unittest.expect(casted17["string"], unittest.equals('foo'));
|
| var casted18 = (o[1]) as core.Map; unittest.expect(casted18, unittest.hasLength(3)); unittest.expect(casted18["list"], unittest.equals([1, 2, 3])); unittest.expect(casted18["bool"], unittest.equals(true)); unittest.expect(casted18["string"], unittest.equals('foo'));
|
| @@ -1108,7 +1108,7 @@ buildPartialResultSet() {
|
| o.metadata = buildResultSetMetadata();
|
| o.resumeToken = "foo";
|
| o.stats = buildResultSetStats();
|
| - o.values = buildUnnamed1897();
|
| + o.values = buildUnnamed1909();
|
| }
|
| buildCounterPartialResultSet--;
|
| return o;
|
| @@ -1121,45 +1121,45 @@ checkPartialResultSet(api.PartialResultSet o) {
|
| checkResultSetMetadata(o.metadata);
|
| unittest.expect(o.resumeToken, unittest.equals('foo'));
|
| checkResultSetStats(o.stats);
|
| - checkUnnamed1897(o.values);
|
| + checkUnnamed1909(o.values);
|
| }
|
| buildCounterPartialResultSet--;
|
| }
|
|
|
| -buildUnnamed1898() {
|
| +buildUnnamed1910() {
|
| var o = new core.List<api.ChildLink>();
|
| o.add(buildChildLink());
|
| o.add(buildChildLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1898(core.List<api.ChildLink> o) {
|
| +checkUnnamed1910(core.List<api.ChildLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChildLink(o[0]);
|
| checkChildLink(o[1]);
|
| }
|
|
|
| -buildUnnamed1899() {
|
| +buildUnnamed1911() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1899(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1911(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted19 = (o["x"]) as core.Map; unittest.expect(casted19, unittest.hasLength(3)); unittest.expect(casted19["list"], unittest.equals([1, 2, 3])); unittest.expect(casted19["bool"], unittest.equals(true)); unittest.expect(casted19["string"], unittest.equals('foo'));
|
| var casted20 = (o["y"]) as core.Map; unittest.expect(casted20, unittest.hasLength(3)); unittest.expect(casted20["list"], unittest.equals([1, 2, 3])); unittest.expect(casted20["bool"], unittest.equals(true)); unittest.expect(casted20["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1900() {
|
| +buildUnnamed1912() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1900(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1912(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted21 = (o["x"]) as core.Map; unittest.expect(casted21, unittest.hasLength(3)); unittest.expect(casted21["list"], unittest.equals([1, 2, 3])); unittest.expect(casted21["bool"], unittest.equals(true)); unittest.expect(casted21["string"], unittest.equals('foo'));
|
| var casted22 = (o["y"]) as core.Map; unittest.expect(casted22, unittest.hasLength(3)); unittest.expect(casted22["list"], unittest.equals([1, 2, 3])); unittest.expect(casted22["bool"], unittest.equals(true)); unittest.expect(casted22["string"], unittest.equals('foo'));
|
| @@ -1170,12 +1170,12 @@ buildPlanNode() {
|
| var o = new api.PlanNode();
|
| buildCounterPlanNode++;
|
| if (buildCounterPlanNode < 3) {
|
| - o.childLinks = buildUnnamed1898();
|
| + o.childLinks = buildUnnamed1910();
|
| o.displayName = "foo";
|
| - o.executionStats = buildUnnamed1899();
|
| + o.executionStats = buildUnnamed1911();
|
| o.index = 42;
|
| o.kind = "foo";
|
| - o.metadata = buildUnnamed1900();
|
| + o.metadata = buildUnnamed1912();
|
| o.shortRepresentation = buildShortRepresentation();
|
| }
|
| buildCounterPlanNode--;
|
| @@ -1185,51 +1185,51 @@ buildPlanNode() {
|
| checkPlanNode(api.PlanNode o) {
|
| buildCounterPlanNode++;
|
| if (buildCounterPlanNode < 3) {
|
| - checkUnnamed1898(o.childLinks);
|
| + checkUnnamed1910(o.childLinks);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| - checkUnnamed1899(o.executionStats);
|
| + checkUnnamed1911(o.executionStats);
|
| unittest.expect(o.index, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1900(o.metadata);
|
| + checkUnnamed1912(o.metadata);
|
| checkShortRepresentation(o.shortRepresentation);
|
| }
|
| buildCounterPlanNode--;
|
| }
|
|
|
| -buildUnnamed1901() {
|
| +buildUnnamed1913() {
|
| var o = new core.List<api.AuditConfig>();
|
| o.add(buildAuditConfig());
|
| o.add(buildAuditConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1901(core.List<api.AuditConfig> o) {
|
| +checkUnnamed1913(core.List<api.AuditConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditConfig(o[0]);
|
| checkAuditConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1902() {
|
| +buildUnnamed1914() {
|
| var o = new core.List<api.Binding>();
|
| o.add(buildBinding());
|
| o.add(buildBinding());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1902(core.List<api.Binding> o) {
|
| +checkUnnamed1914(core.List<api.Binding> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBinding(o[0]);
|
| checkBinding(o[1]);
|
| }
|
|
|
| -buildUnnamed1903() {
|
| +buildUnnamed1915() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1903(core.List<api.Rule> o) {
|
| +checkUnnamed1915(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -1240,11 +1240,11 @@ buildPolicy() {
|
| var o = new api.Policy();
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - o.auditConfigs = buildUnnamed1901();
|
| - o.bindings = buildUnnamed1902();
|
| + o.auditConfigs = buildUnnamed1913();
|
| + o.bindings = buildUnnamed1914();
|
| o.etag = "foo";
|
| o.iamOwned = true;
|
| - o.rules = buildUnnamed1903();
|
| + o.rules = buildUnnamed1915();
|
| o.version = 42;
|
| }
|
| buildCounterPolicy--;
|
| @@ -1254,24 +1254,24 @@ buildPolicy() {
|
| checkPolicy(api.Policy o) {
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - checkUnnamed1901(o.auditConfigs);
|
| - checkUnnamed1902(o.bindings);
|
| + checkUnnamed1913(o.auditConfigs);
|
| + checkUnnamed1914(o.bindings);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.iamOwned, unittest.isTrue);
|
| - checkUnnamed1903(o.rules);
|
| + checkUnnamed1915(o.rules);
|
| unittest.expect(o.version, unittest.equals(42));
|
| }
|
| buildCounterPolicy--;
|
| }
|
|
|
| -buildUnnamed1904() {
|
| +buildUnnamed1916() {
|
| var o = new core.List<api.PlanNode>();
|
| o.add(buildPlanNode());
|
| o.add(buildPlanNode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1904(core.List<api.PlanNode> o) {
|
| +checkUnnamed1916(core.List<api.PlanNode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlanNode(o[0]);
|
| checkPlanNode(o[1]);
|
| @@ -1282,7 +1282,7 @@ buildQueryPlan() {
|
| var o = new api.QueryPlan();
|
| buildCounterQueryPlan++;
|
| if (buildCounterQueryPlan < 3) {
|
| - o.planNodes = buildUnnamed1904();
|
| + o.planNodes = buildUnnamed1916();
|
| }
|
| buildCounterQueryPlan--;
|
| return o;
|
| @@ -1291,7 +1291,7 @@ buildQueryPlan() {
|
| checkQueryPlan(api.QueryPlan o) {
|
| buildCounterQueryPlan++;
|
| if (buildCounterQueryPlan < 3) {
|
| - checkUnnamed1904(o.planNodes);
|
| + checkUnnamed1916(o.planNodes);
|
| }
|
| buildCounterQueryPlan--;
|
| }
|
| @@ -1325,14 +1325,14 @@ checkReadOnly(api.ReadOnly o) {
|
| buildCounterReadOnly--;
|
| }
|
|
|
| -buildUnnamed1905() {
|
| +buildUnnamed1917() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1905(core.List<core.String> o) {
|
| +checkUnnamed1917(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'));
|
| @@ -1343,7 +1343,7 @@ buildReadRequest() {
|
| var o = new api.ReadRequest();
|
| buildCounterReadRequest++;
|
| if (buildCounterReadRequest < 3) {
|
| - o.columns = buildUnnamed1905();
|
| + o.columns = buildUnnamed1917();
|
| o.index = "foo";
|
| o.keySet = buildKeySet();
|
| o.limit = "foo";
|
| @@ -1358,7 +1358,7 @@ buildReadRequest() {
|
| checkReadRequest(api.ReadRequest o) {
|
| buildCounterReadRequest++;
|
| if (buildCounterReadRequest < 3) {
|
| - checkUnnamed1905(o.columns);
|
| + checkUnnamed1917(o.columns);
|
| unittest.expect(o.index, unittest.equals('foo'));
|
| checkKeySet(o.keySet);
|
| unittest.expect(o.limit, unittest.equals('foo'));
|
| @@ -1386,30 +1386,30 @@ checkReadWrite(api.ReadWrite o) {
|
| buildCounterReadWrite--;
|
| }
|
|
|
| -buildUnnamed1906() {
|
| +buildUnnamed1918() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1906(core.List<core.Object> o) {
|
| +checkUnnamed1918(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted23 = (o[0]) as core.Map; unittest.expect(casted23, unittest.hasLength(3)); unittest.expect(casted23["list"], unittest.equals([1, 2, 3])); unittest.expect(casted23["bool"], unittest.equals(true)); unittest.expect(casted23["string"], unittest.equals('foo'));
|
| var casted24 = (o[1]) as core.Map; unittest.expect(casted24, unittest.hasLength(3)); unittest.expect(casted24["list"], unittest.equals([1, 2, 3])); unittest.expect(casted24["bool"], unittest.equals(true)); unittest.expect(casted24["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1907() {
|
| +buildUnnamed1919() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed1906());
|
| - o.add(buildUnnamed1906());
|
| + o.add(buildUnnamed1918());
|
| + o.add(buildUnnamed1918());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1907(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed1919(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1906(o[0]);
|
| - checkUnnamed1906(o[1]);
|
| + checkUnnamed1918(o[0]);
|
| + checkUnnamed1918(o[1]);
|
| }
|
|
|
| core.int buildCounterResultSet = 0;
|
| @@ -1418,7 +1418,7 @@ buildResultSet() {
|
| buildCounterResultSet++;
|
| if (buildCounterResultSet < 3) {
|
| o.metadata = buildResultSetMetadata();
|
| - o.rows = buildUnnamed1907();
|
| + o.rows = buildUnnamed1919();
|
| o.stats = buildResultSetStats();
|
| }
|
| buildCounterResultSet--;
|
| @@ -1429,7 +1429,7 @@ checkResultSet(api.ResultSet o) {
|
| buildCounterResultSet++;
|
| if (buildCounterResultSet < 3) {
|
| checkResultSetMetadata(o.metadata);
|
| - checkUnnamed1907(o.rows);
|
| + checkUnnamed1919(o.rows);
|
| checkResultSetStats(o.stats);
|
| }
|
| buildCounterResultSet--;
|
| @@ -1456,14 +1456,14 @@ checkResultSetMetadata(api.ResultSetMetadata o) {
|
| buildCounterResultSetMetadata--;
|
| }
|
|
|
| -buildUnnamed1908() {
|
| +buildUnnamed1920() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1908(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1920(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted25 = (o["x"]) as core.Map; unittest.expect(casted25, unittest.hasLength(3)); unittest.expect(casted25["list"], unittest.equals([1, 2, 3])); unittest.expect(casted25["bool"], unittest.equals(true)); unittest.expect(casted25["string"], unittest.equals('foo'));
|
| var casted26 = (o["y"]) as core.Map; unittest.expect(casted26, unittest.hasLength(3)); unittest.expect(casted26["list"], unittest.equals([1, 2, 3])); unittest.expect(casted26["bool"], unittest.equals(true)); unittest.expect(casted26["string"], unittest.equals('foo'));
|
| @@ -1475,7 +1475,7 @@ buildResultSetStats() {
|
| buildCounterResultSetStats++;
|
| if (buildCounterResultSetStats < 3) {
|
| o.queryPlan = buildQueryPlan();
|
| - o.queryStats = buildUnnamed1908();
|
| + o.queryStats = buildUnnamed1920();
|
| }
|
| buildCounterResultSetStats--;
|
| return o;
|
| @@ -1485,7 +1485,7 @@ checkResultSetStats(api.ResultSetStats o) {
|
| buildCounterResultSetStats++;
|
| if (buildCounterResultSetStats < 3) {
|
| checkQueryPlan(o.queryPlan);
|
| - checkUnnamed1908(o.queryStats);
|
| + checkUnnamed1920(o.queryStats);
|
| }
|
| buildCounterResultSetStats--;
|
| }
|
| @@ -1509,66 +1509,66 @@ checkRollbackRequest(api.RollbackRequest o) {
|
| buildCounterRollbackRequest--;
|
| }
|
|
|
| -buildUnnamed1909() {
|
| +buildUnnamed1921() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1909(core.List<api.Condition> o) {
|
| +checkUnnamed1921(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1910() {
|
| +buildUnnamed1922() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1910(core.List<core.String> o) {
|
| +checkUnnamed1922(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'));
|
| }
|
|
|
| -buildUnnamed1911() {
|
| +buildUnnamed1923() {
|
| var o = new core.List<api.LogConfig>();
|
| o.add(buildLogConfig());
|
| o.add(buildLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1911(core.List<api.LogConfig> o) {
|
| +checkUnnamed1923(core.List<api.LogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLogConfig(o[0]);
|
| checkLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1912() {
|
| +buildUnnamed1924() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1912(core.List<core.String> o) {
|
| +checkUnnamed1924(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'));
|
| }
|
|
|
| -buildUnnamed1913() {
|
| +buildUnnamed1925() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1913(core.List<core.String> o) {
|
| +checkUnnamed1925(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'));
|
| @@ -1580,12 +1580,12 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.action = "foo";
|
| - o.conditions = buildUnnamed1909();
|
| + o.conditions = buildUnnamed1921();
|
| o.description = "foo";
|
| - o.in_ = buildUnnamed1910();
|
| - o.logConfig = buildUnnamed1911();
|
| - o.notIn = buildUnnamed1912();
|
| - o.permissions = buildUnnamed1913();
|
| + o.in_ = buildUnnamed1922();
|
| + o.logConfig = buildUnnamed1923();
|
| + o.notIn = buildUnnamed1924();
|
| + o.permissions = buildUnnamed1925();
|
| }
|
| buildCounterRule--;
|
| return o;
|
| @@ -1595,12 +1595,12 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.action, unittest.equals('foo'));
|
| - checkUnnamed1909(o.conditions);
|
| + checkUnnamed1921(o.conditions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1910(o.in_);
|
| - checkUnnamed1911(o.logConfig);
|
| - checkUnnamed1912(o.notIn);
|
| - checkUnnamed1913(o.permissions);
|
| + checkUnnamed1922(o.in_);
|
| + checkUnnamed1923(o.logConfig);
|
| + checkUnnamed1924(o.notIn);
|
| + checkUnnamed1925(o.permissions);
|
| }
|
| buildCounterRule--;
|
| }
|
| @@ -1645,14 +1645,14 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
|
| buildCounterSetIamPolicyRequest--;
|
| }
|
|
|
| -buildUnnamed1914() {
|
| +buildUnnamed1926() {
|
| var o = new core.Map<core.String, core.int>();
|
| o["x"] = 42;
|
| o["y"] = 42;
|
| return o;
|
| }
|
|
|
| -checkUnnamed1914(core.Map<core.String, core.int> o) {
|
| +checkUnnamed1926(core.Map<core.String, core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals(42));
|
| unittest.expect(o["y"], unittest.equals(42));
|
| @@ -1664,7 +1664,7 @@ buildShortRepresentation() {
|
| buildCounterShortRepresentation++;
|
| if (buildCounterShortRepresentation < 3) {
|
| o.description = "foo";
|
| - o.subqueries = buildUnnamed1914();
|
| + o.subqueries = buildUnnamed1926();
|
| }
|
| buildCounterShortRepresentation--;
|
| return o;
|
| @@ -1674,35 +1674,35 @@ checkShortRepresentation(api.ShortRepresentation o) {
|
| buildCounterShortRepresentation++;
|
| if (buildCounterShortRepresentation < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1914(o.subqueries);
|
| + checkUnnamed1926(o.subqueries);
|
| }
|
| buildCounterShortRepresentation--;
|
| }
|
|
|
| -buildUnnamed1915() {
|
| +buildUnnamed1927() {
|
| var o = new core.Map<core.String, core.Object>();
|
| o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| return o;
|
| }
|
|
|
| -checkUnnamed1915(core.Map<core.String, core.Object> o) {
|
| +checkUnnamed1927(core.Map<core.String, core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted27 = (o["x"]) as core.Map; unittest.expect(casted27, unittest.hasLength(3)); unittest.expect(casted27["list"], unittest.equals([1, 2, 3])); unittest.expect(casted27["bool"], unittest.equals(true)); unittest.expect(casted27["string"], unittest.equals('foo'));
|
| var casted28 = (o["y"]) as core.Map; unittest.expect(casted28, unittest.hasLength(3)); unittest.expect(casted28["list"], unittest.equals([1, 2, 3])); unittest.expect(casted28["bool"], unittest.equals(true)); unittest.expect(casted28["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1916() {
|
| +buildUnnamed1928() {
|
| var o = new core.List<core.Map<core.String, core.Object>>();
|
| - o.add(buildUnnamed1915());
|
| - o.add(buildUnnamed1915());
|
| + o.add(buildUnnamed1927());
|
| + o.add(buildUnnamed1927());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1916(core.List<core.Map<core.String, core.Object>> o) {
|
| +checkUnnamed1928(core.List<core.Map<core.String, core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1915(o[0]);
|
| - checkUnnamed1915(o[1]);
|
| + checkUnnamed1927(o[0]);
|
| + checkUnnamed1927(o[1]);
|
| }
|
|
|
| core.int buildCounterStatus = 0;
|
| @@ -1711,7 +1711,7 @@ buildStatus() {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| o.code = 42;
|
| - o.details = buildUnnamed1916();
|
| + o.details = buildUnnamed1928();
|
| o.message = "foo";
|
| }
|
| buildCounterStatus--;
|
| @@ -1722,20 +1722,20 @@ checkStatus(api.Status o) {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed1916(o.details);
|
| + checkUnnamed1928(o.details);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterStatus--;
|
| }
|
|
|
| -buildUnnamed1917() {
|
| +buildUnnamed1929() {
|
| var o = new core.List<api.Field>();
|
| o.add(buildField());
|
| o.add(buildField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1917(core.List<api.Field> o) {
|
| +checkUnnamed1929(core.List<api.Field> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkField(o[0]);
|
| checkField(o[1]);
|
| @@ -1746,7 +1746,7 @@ buildStructType() {
|
| var o = new api.StructType();
|
| buildCounterStructType++;
|
| if (buildCounterStructType < 3) {
|
| - o.fields = buildUnnamed1917();
|
| + o.fields = buildUnnamed1929();
|
| }
|
| buildCounterStructType--;
|
| return o;
|
| @@ -1755,19 +1755,19 @@ buildStructType() {
|
| checkStructType(api.StructType o) {
|
| buildCounterStructType++;
|
| if (buildCounterStructType < 3) {
|
| - checkUnnamed1917(o.fields);
|
| + checkUnnamed1929(o.fields);
|
| }
|
| buildCounterStructType--;
|
| }
|
|
|
| -buildUnnamed1918() {
|
| +buildUnnamed1930() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1918(core.List<core.String> o) {
|
| +checkUnnamed1930(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'));
|
| @@ -1778,7 +1778,7 @@ buildTestIamPermissionsRequest() {
|
| var o = new api.TestIamPermissionsRequest();
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - o.permissions = buildUnnamed1918();
|
| + o.permissions = buildUnnamed1930();
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| return o;
|
| @@ -1787,19 +1787,19 @@ buildTestIamPermissionsRequest() {
|
| checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
|
| buildCounterTestIamPermissionsRequest++;
|
| if (buildCounterTestIamPermissionsRequest < 3) {
|
| - checkUnnamed1918(o.permissions);
|
| + checkUnnamed1930(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsRequest--;
|
| }
|
|
|
| -buildUnnamed1919() {
|
| +buildUnnamed1931() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1919(core.List<core.String> o) {
|
| +checkUnnamed1931(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'));
|
| @@ -1810,7 +1810,7 @@ buildTestIamPermissionsResponse() {
|
| var o = new api.TestIamPermissionsResponse();
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - o.permissions = buildUnnamed1919();
|
| + o.permissions = buildUnnamed1931();
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| return o;
|
| @@ -1819,7 +1819,7 @@ buildTestIamPermissionsResponse() {
|
| checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
|
| buildCounterTestIamPermissionsResponse++;
|
| if (buildCounterTestIamPermissionsResponse < 3) {
|
| - checkUnnamed1919(o.permissions);
|
| + checkUnnamed1931(o.permissions);
|
| }
|
| buildCounterTestIamPermissionsResponse--;
|
| }
|
| @@ -1912,27 +1912,27 @@ checkType(api.Type o) {
|
| buildCounterType--;
|
| }
|
|
|
| -buildUnnamed1920() {
|
| +buildUnnamed1932() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1920(core.List<core.String> o) {
|
| +checkUnnamed1932(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'));
|
| }
|
|
|
| -buildUnnamed1921() {
|
| +buildUnnamed1933() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1921(core.List<core.String> o) {
|
| +checkUnnamed1933(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'));
|
| @@ -1943,9 +1943,9 @@ buildUpdateDatabaseDdlMetadata() {
|
| var o = new api.UpdateDatabaseDdlMetadata();
|
| buildCounterUpdateDatabaseDdlMetadata++;
|
| if (buildCounterUpdateDatabaseDdlMetadata < 3) {
|
| - o.commitTimestamps = buildUnnamed1920();
|
| + o.commitTimestamps = buildUnnamed1932();
|
| o.database = "foo";
|
| - o.statements = buildUnnamed1921();
|
| + o.statements = buildUnnamed1933();
|
| }
|
| buildCounterUpdateDatabaseDdlMetadata--;
|
| return o;
|
| @@ -1954,21 +1954,21 @@ buildUpdateDatabaseDdlMetadata() {
|
| checkUpdateDatabaseDdlMetadata(api.UpdateDatabaseDdlMetadata o) {
|
| buildCounterUpdateDatabaseDdlMetadata++;
|
| if (buildCounterUpdateDatabaseDdlMetadata < 3) {
|
| - checkUnnamed1920(o.commitTimestamps);
|
| + checkUnnamed1932(o.commitTimestamps);
|
| unittest.expect(o.database, unittest.equals('foo'));
|
| - checkUnnamed1921(o.statements);
|
| + checkUnnamed1933(o.statements);
|
| }
|
| buildCounterUpdateDatabaseDdlMetadata--;
|
| }
|
|
|
| -buildUnnamed1922() {
|
| +buildUnnamed1934() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1922(core.List<core.String> o) {
|
| +checkUnnamed1934(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'));
|
| @@ -1980,7 +1980,7 @@ buildUpdateDatabaseDdlRequest() {
|
| buildCounterUpdateDatabaseDdlRequest++;
|
| if (buildCounterUpdateDatabaseDdlRequest < 3) {
|
| o.operationId = "foo";
|
| - o.statements = buildUnnamed1922();
|
| + o.statements = buildUnnamed1934();
|
| }
|
| buildCounterUpdateDatabaseDdlRequest--;
|
| return o;
|
| @@ -1990,7 +1990,7 @@ checkUpdateDatabaseDdlRequest(api.UpdateDatabaseDdlRequest o) {
|
| buildCounterUpdateDatabaseDdlRequest++;
|
| if (buildCounterUpdateDatabaseDdlRequest < 3) {
|
| unittest.expect(o.operationId, unittest.equals('foo'));
|
| - checkUnnamed1922(o.statements);
|
| + checkUnnamed1934(o.statements);
|
| }
|
| buildCounterUpdateDatabaseDdlRequest--;
|
| }
|
| @@ -2041,43 +2041,43 @@ checkUpdateInstanceRequest(api.UpdateInstanceRequest o) {
|
| buildCounterUpdateInstanceRequest--;
|
| }
|
|
|
| -buildUnnamed1923() {
|
| +buildUnnamed1935() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1923(core.List<core.String> o) {
|
| +checkUnnamed1935(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'));
|
| }
|
|
|
| -buildUnnamed1924() {
|
| +buildUnnamed1936() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1924(core.List<core.Object> o) {
|
| +checkUnnamed1936(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted29 = (o[0]) as core.Map; unittest.expect(casted29, unittest.hasLength(3)); unittest.expect(casted29["list"], unittest.equals([1, 2, 3])); unittest.expect(casted29["bool"], unittest.equals(true)); unittest.expect(casted29["string"], unittest.equals('foo'));
|
| var casted30 = (o[1]) as core.Map; unittest.expect(casted30, unittest.hasLength(3)); unittest.expect(casted30["list"], unittest.equals([1, 2, 3])); unittest.expect(casted30["bool"], unittest.equals(true)); unittest.expect(casted30["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1925() {
|
| +buildUnnamed1937() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed1924());
|
| - o.add(buildUnnamed1924());
|
| + o.add(buildUnnamed1936());
|
| + o.add(buildUnnamed1936());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1925(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed1937(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1924(o[0]);
|
| - checkUnnamed1924(o[1]);
|
| + checkUnnamed1936(o[0]);
|
| + checkUnnamed1936(o[1]);
|
| }
|
|
|
| core.int buildCounterWrite = 0;
|
| @@ -2085,9 +2085,9 @@ buildWrite() {
|
| var o = new api.Write();
|
| buildCounterWrite++;
|
| if (buildCounterWrite < 3) {
|
| - o.columns = buildUnnamed1923();
|
| + o.columns = buildUnnamed1935();
|
| o.table = "foo";
|
| - o.values = buildUnnamed1925();
|
| + o.values = buildUnnamed1937();
|
| }
|
| buildCounterWrite--;
|
| return o;
|
| @@ -2096,9 +2096,9 @@ buildWrite() {
|
| checkWrite(api.Write o) {
|
| buildCounterWrite++;
|
| if (buildCounterWrite < 3) {
|
| - checkUnnamed1923(o.columns);
|
| + checkUnnamed1935(o.columns);
|
| unittest.expect(o.table, unittest.equals('foo'));
|
| - checkUnnamed1925(o.values);
|
| + checkUnnamed1937(o.values);
|
| }
|
| buildCounterWrite--;
|
| }
|
| @@ -2705,8 +2705,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsInstanceConfigsResourceApi res = new api.SpannerApi(mock).projects.instanceConfigs;
|
| var arg_parent = "foo";
|
| - var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| + var arg_pageSize = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2734,8 +2734,8 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| - unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
|
| unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
|
| + unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
|
|
|
|
|
| var h = {
|
| @@ -2744,7 +2744,7 @@ main() {
|
| var resp = convert.JSON.encode(buildListInstanceConfigsResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(arg_parent, pageSize: arg_pageSize, pageToken: arg_pageToken).then(unittest.expectAsync(((api.ListInstanceConfigsResponse response) {
|
| + res.list(arg_parent, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListInstanceConfigsResponse response) {
|
| checkListInstanceConfigsResponse(response);
|
| })));
|
| });
|
| @@ -3381,8 +3381,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsInstancesDatabasesResourceApi res = new api.SpannerApi(mock).projects.instances.databases;
|
| var arg_parent = "foo";
|
| - var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| + var arg_pageSize = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -3410,8 +3410,8 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| - unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
|
| unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
|
| + unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
|
|
|
|
|
| var h = {
|
| @@ -3420,7 +3420,7 @@ main() {
|
| var resp = convert.JSON.encode(buildListDatabasesResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(arg_parent, pageSize: arg_pageSize, pageToken: arg_pageToken).then(unittest.expectAsync(((api.ListDatabasesResponse response) {
|
| + res.list(arg_parent, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListDatabasesResponse response) {
|
| checkListDatabasesResponse(response);
|
| })));
|
| });
|
| @@ -3716,9 +3716,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsInstancesDatabasesOperationsResourceApi res = new api.SpannerApi(mock).projects.instances.databases.operations;
|
| var arg_name = "foo";
|
| - var arg_filter = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_pageSize = 42;
|
| + var arg_filter = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -3746,9 +3746,9 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| - unittest.expect(queryMap["filter"].first, unittest.equals(arg_filter));
|
| unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
|
| unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
|
| + unittest.expect(queryMap["filter"].first, unittest.equals(arg_filter));
|
|
|
|
|
| var h = {
|
| @@ -3757,7 +3757,7 @@ main() {
|
| var resp = convert.JSON.encode(buildListOperationsResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(arg_name, filter: arg_filter, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListOperationsResponse response) {
|
| + res.list(arg_name, pageToken: arg_pageToken, pageSize: arg_pageSize, filter: arg_filter).then(unittest.expectAsync(((api.ListOperationsResponse response) {
|
| checkListOperationsResponse(response);
|
| })));
|
| });
|
|
|