| Index: generated/googleapis/test/script/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/script/v1_test.dart b/generated/googleapis/test/script/v1_test.dart
 | 
| index e03b5944ff2cba76ce0dd2b7581eacd6c527854e..3b0d77cfa1f3dec351198e3cce8ccc374970c2cb 100644
 | 
| --- a/generated/googleapis/test/script/v1_test.dart
 | 
| +++ b/generated/googleapis/test/script/v1_test.dart
 | 
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
 | 
|    return new http.StreamedResponse(stream, status, headers: headers);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed702() {
 | 
| +buildUnnamed723() {
 | 
|    var o = new core.List<api.ScriptStackTraceElement>();
 | 
|    o.add(buildScriptStackTraceElement());
 | 
|    o.add(buildScriptStackTraceElement());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed702(core.List<api.ScriptStackTraceElement> o) {
 | 
| +checkUnnamed723(core.List<api.ScriptStackTraceElement> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkScriptStackTraceElement(o[0]);
 | 
|    checkScriptStackTraceElement(o[1]);
 | 
| @@ -71,7 +71,7 @@ buildExecutionError() {
 | 
|    if (buildCounterExecutionError < 3) {
 | 
|      o.errorMessage = "foo";
 | 
|      o.errorType = "foo";
 | 
| -    o.scriptStackTraceElements = buildUnnamed702();
 | 
| +    o.scriptStackTraceElements = buildUnnamed723();
 | 
|    }
 | 
|    buildCounterExecutionError--;
 | 
|    return o;
 | 
| @@ -82,19 +82,19 @@ checkExecutionError(api.ExecutionError o) {
 | 
|    if (buildCounterExecutionError < 3) {
 | 
|      unittest.expect(o.errorMessage, unittest.equals('foo'));
 | 
|      unittest.expect(o.errorType, unittest.equals('foo'));
 | 
| -    checkUnnamed702(o.scriptStackTraceElements);
 | 
| +    checkUnnamed723(o.scriptStackTraceElements);
 | 
|    }
 | 
|    buildCounterExecutionError--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed703() {
 | 
| +buildUnnamed724() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed703(core.List<core.Object> o) {
 | 
| +checkUnnamed724(core.List<core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted1 = (o[0]) 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[1]) 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')); 
 | 
| @@ -107,7 +107,7 @@ buildExecutionRequest() {
 | 
|    if (buildCounterExecutionRequest < 3) {
 | 
|      o.devMode = true;
 | 
|      o.function = "foo";
 | 
| -    o.parameters = buildUnnamed703();
 | 
| +    o.parameters = buildUnnamed724();
 | 
|      o.sessionState = "foo";
 | 
|    }
 | 
|    buildCounterExecutionRequest--;
 | 
| @@ -119,7 +119,7 @@ checkExecutionRequest(api.ExecutionRequest o) {
 | 
|    if (buildCounterExecutionRequest < 3) {
 | 
|      unittest.expect(o.devMode, unittest.isTrue);
 | 
|      unittest.expect(o.function, unittest.equals('foo'));
 | 
| -    checkUnnamed703(o.parameters);
 | 
| +    checkUnnamed724(o.parameters);
 | 
|      unittest.expect(o.sessionState, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterExecutionRequest--;
 | 
| @@ -144,27 +144,27 @@ checkExecutionResponse(api.ExecutionResponse o) {
 | 
|    buildCounterExecutionResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed704() {
 | 
| +buildUnnamed725() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed704(core.Map<core.String, core.Object> o) {
 | 
| +checkUnnamed725(core.Map<core.String, core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted4 = (o["x"]) 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')); 
 | 
|    var casted5 = (o["y"]) 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')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed705() {
 | 
| +buildUnnamed726() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed705(core.Map<core.String, core.Object> o) {
 | 
| +checkUnnamed726(core.Map<core.String, core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted6 = (o["x"]) 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')); 
 | 
|    var casted7 = (o["y"]) 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')); 
 | 
| @@ -177,9 +177,9 @@ buildOperation() {
 | 
|    if (buildCounterOperation < 3) {
 | 
|      o.done = true;
 | 
|      o.error = buildStatus();
 | 
| -    o.metadata = buildUnnamed704();
 | 
| +    o.metadata = buildUnnamed725();
 | 
|      o.name = "foo";
 | 
| -    o.response = buildUnnamed705();
 | 
| +    o.response = buildUnnamed726();
 | 
|    }
 | 
|    buildCounterOperation--;
 | 
|    return o;
 | 
| @@ -190,9 +190,9 @@ checkOperation(api.Operation o) {
 | 
|    if (buildCounterOperation < 3) {
 | 
|      unittest.expect(o.done, unittest.isTrue);
 | 
|      checkStatus(o.error);
 | 
| -    checkUnnamed704(o.metadata);
 | 
| +    checkUnnamed725(o.metadata);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed705(o.response);
 | 
| +    checkUnnamed726(o.response);
 | 
|    }
 | 
|    buildCounterOperation--;
 | 
|  }
 | 
| @@ -218,30 +218,30 @@ checkScriptStackTraceElement(api.ScriptStackTraceElement o) {
 | 
|    buildCounterScriptStackTraceElement--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed706() {
 | 
| +buildUnnamed727() {
 | 
|    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;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed706(core.Map<core.String, core.Object> o) {
 | 
| +checkUnnamed727(core.Map<core.String, core.Object> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    var casted8 = (o["x"]) 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')); 
 | 
|    var casted9 = (o["y"]) 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')); 
 | 
|  }
 | 
|  
 | 
| -buildUnnamed707() {
 | 
| +buildUnnamed728() {
 | 
|    var o = new core.List<core.Map<core.String, core.Object>>();
 | 
| -  o.add(buildUnnamed706());
 | 
| -  o.add(buildUnnamed706());
 | 
| +  o.add(buildUnnamed727());
 | 
| +  o.add(buildUnnamed727());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed707(core.List<core.Map<core.String, core.Object>> o) {
 | 
| +checkUnnamed728(core.List<core.Map<core.String, core.Object>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed706(o[0]);
 | 
| -  checkUnnamed706(o[1]);
 | 
| +  checkUnnamed727(o[0]);
 | 
| +  checkUnnamed727(o[1]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterStatus = 0;
 | 
| @@ -250,7 +250,7 @@ buildStatus() {
 | 
|    buildCounterStatus++;
 | 
|    if (buildCounterStatus < 3) {
 | 
|      o.code = 42;
 | 
| -    o.details = buildUnnamed707();
 | 
| +    o.details = buildUnnamed728();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterStatus--;
 | 
| @@ -261,7 +261,7 @@ checkStatus(api.Status o) {
 | 
|    buildCounterStatus++;
 | 
|    if (buildCounterStatus < 3) {
 | 
|      unittest.expect(o.code, unittest.equals(42));
 | 
| -    checkUnnamed707(o.details);
 | 
| +    checkUnnamed728(o.details);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterStatus--;
 | 
| 
 |