Index: generated/googleapis_beta/test/appengine/v1beta4_test.dart |
diff --git a/generated/googleapis_beta/test/appengine/v1beta4_test.dart b/generated/googleapis_beta/test/appengine/v1beta4_test.dart |
index 433a9b1ee929de3ab30e84ea19f24d536795aa4d..ea749cd45219209570bfd58238f4de93f3c666f6 100644 |
--- a/generated/googleapis_beta/test/appengine/v1beta4_test.dart |
+++ b/generated/googleapis_beta/test/appengine/v1beta4_test.dart |
@@ -97,14 +97,14 @@ checkApiEndpointHandler(api.ApiEndpointHandler o) { |
buildCounterApiEndpointHandler--; |
} |
-buildUnnamed2257() { |
+buildUnnamed2677() { |
var o = new core.List<api.UrlDispatchRule>(); |
o.add(buildUrlDispatchRule()); |
o.add(buildUrlDispatchRule()); |
return o; |
} |
-checkUnnamed2257(core.List<api.UrlDispatchRule> o) { |
+checkUnnamed2677(core.List<api.UrlDispatchRule> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUrlDispatchRule(o[0]); |
checkUrlDispatchRule(o[1]); |
@@ -116,7 +116,7 @@ buildApplication() { |
buildCounterApplication++; |
if (buildCounterApplication < 3) { |
o.codeBucket = "foo"; |
- o.dispatchRules = buildUnnamed2257(); |
+ o.dispatchRules = buildUnnamed2677(); |
o.id = "foo"; |
o.location = "foo"; |
o.name = "foo"; |
@@ -129,7 +129,7 @@ checkApplication(api.Application o) { |
buildCounterApplication++; |
if (buildCounterApplication < 3) { |
unittest.expect(o.codeBucket, unittest.equals('foo')); |
- checkUnnamed2257(o.dispatchRules); |
+ checkUnnamed2677(o.dispatchRules); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.location, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -235,27 +235,27 @@ checkCpuUtilization(api.CpuUtilization o) { |
buildCounterCpuUtilization--; |
} |
-buildUnnamed2258() { |
+buildUnnamed2678() { |
var o = new core.Map<core.String, api.FileInfo>(); |
o["x"] = buildFileInfo(); |
o["y"] = buildFileInfo(); |
return o; |
} |
-checkUnnamed2258(core.Map<core.String, api.FileInfo> o) { |
+checkUnnamed2678(core.Map<core.String, api.FileInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFileInfo(o["x"]); |
checkFileInfo(o["y"]); |
} |
-buildUnnamed2259() { |
+buildUnnamed2679() { |
var o = new core.List<api.SourceReference>(); |
o.add(buildSourceReference()); |
o.add(buildSourceReference()); |
return o; |
} |
-checkUnnamed2259(core.List<api.SourceReference> o) { |
+checkUnnamed2679(core.List<api.SourceReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSourceReference(o[0]); |
checkSourceReference(o[1]); |
@@ -267,8 +267,8 @@ buildDeployment() { |
buildCounterDeployment++; |
if (buildCounterDeployment < 3) { |
o.container = buildContainerInfo(); |
- o.files = buildUnnamed2258(); |
- o.sourceReferences = buildUnnamed2259(); |
+ o.files = buildUnnamed2678(); |
+ o.sourceReferences = buildUnnamed2679(); |
} |
buildCounterDeployment--; |
return o; |
@@ -278,8 +278,8 @@ checkDeployment(api.Deployment o) { |
buildCounterDeployment++; |
if (buildCounterDeployment < 3) { |
checkContainerInfo(o.container); |
- checkUnnamed2258(o.files); |
- checkUnnamed2259(o.sourceReferences); |
+ checkUnnamed2678(o.files); |
+ checkUnnamed2679(o.sourceReferences); |
} |
buildCounterDeployment--; |
} |
@@ -307,14 +307,14 @@ checkErrorHandler(api.ErrorHandler o) { |
buildCounterErrorHandler--; |
} |
-buildUnnamed2260() { |
+buildUnnamed2680() { |
var o = new core.List<api.Option>(); |
o.add(buildOption()); |
o.add(buildOption()); |
return o; |
} |
-checkUnnamed2260(core.List<api.Option> o) { |
+checkUnnamed2680(core.List<api.Option> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOption(o[0]); |
checkOption(o[1]); |
@@ -331,7 +331,7 @@ buildField() { |
o.name = "foo"; |
o.number = 42; |
o.oneofIndex = 42; |
- o.options = buildUnnamed2260(); |
+ o.options = buildUnnamed2680(); |
o.packed = true; |
o.typeUrl = "foo"; |
} |
@@ -348,7 +348,7 @@ checkField(api.Field o) { |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals(42)); |
unittest.expect(o.oneofIndex, unittest.equals(42)); |
- checkUnnamed2260(o.options); |
+ checkUnnamed2680(o.options); |
unittest.expect(o.packed, unittest.isTrue); |
unittest.expect(o.typeUrl, unittest.equals('foo')); |
} |
@@ -430,14 +430,14 @@ checkLibrary(api.Library o) { |
buildCounterLibrary--; |
} |
-buildUnnamed2261() { |
+buildUnnamed2681() { |
var o = new core.List<api.Module>(); |
o.add(buildModule()); |
o.add(buildModule()); |
return o; |
} |
-checkUnnamed2261(core.List<api.Module> o) { |
+checkUnnamed2681(core.List<api.Module> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkModule(o[0]); |
checkModule(o[1]); |
@@ -448,7 +448,7 @@ buildListModulesResponse() { |
var o = new api.ListModulesResponse(); |
buildCounterListModulesResponse++; |
if (buildCounterListModulesResponse < 3) { |
- o.modules = buildUnnamed2261(); |
+ o.modules = buildUnnamed2681(); |
o.nextPageToken = "foo"; |
} |
buildCounterListModulesResponse--; |
@@ -458,20 +458,20 @@ buildListModulesResponse() { |
checkListModulesResponse(api.ListModulesResponse o) { |
buildCounterListModulesResponse++; |
if (buildCounterListModulesResponse < 3) { |
- checkUnnamed2261(o.modules); |
+ checkUnnamed2681(o.modules); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListModulesResponse--; |
} |
-buildUnnamed2262() { |
+buildUnnamed2682() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2262(core.List<api.Operation> o) { |
+checkUnnamed2682(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -483,7 +483,7 @@ buildListOperationsResponse() { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.operations = buildUnnamed2262(); |
+ o.operations = buildUnnamed2682(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -493,19 +493,19 @@ checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2262(o.operations); |
+ checkUnnamed2682(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
-buildUnnamed2263() { |
+buildUnnamed2683() { |
var o = new core.List<api.Version>(); |
o.add(buildVersion()); |
o.add(buildVersion()); |
return o; |
} |
-checkUnnamed2263(core.List<api.Version> o) { |
+checkUnnamed2683(core.List<api.Version> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVersion(o[0]); |
checkVersion(o[1]); |
@@ -517,7 +517,7 @@ buildListVersionsResponse() { |
buildCounterListVersionsResponse++; |
if (buildCounterListVersionsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.versions = buildUnnamed2263(); |
+ o.versions = buildUnnamed2683(); |
} |
buildCounterListVersionsResponse--; |
return o; |
@@ -527,7 +527,7 @@ checkListVersionsResponse(api.ListVersionsResponse o) { |
buildCounterListVersionsResponse++; |
if (buildCounterListVersionsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2263(o.versions); |
+ checkUnnamed2683(o.versions); |
} |
buildCounterListVersionsResponse--; |
} |
@@ -574,14 +574,14 @@ checkModule(api.Module o) { |
buildCounterModule--; |
} |
-buildUnnamed2264() { |
+buildUnnamed2684() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2264(core.List<core.String> o) { |
+checkUnnamed2684(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')); |
@@ -592,7 +592,7 @@ buildNetwork() { |
var o = new api.Network(); |
buildCounterNetwork++; |
if (buildCounterNetwork < 3) { |
- o.forwardedPorts = buildUnnamed2264(); |
+ o.forwardedPorts = buildUnnamed2684(); |
o.instanceTag = "foo"; |
o.name = "foo"; |
} |
@@ -603,34 +603,34 @@ buildNetwork() { |
checkNetwork(api.Network o) { |
buildCounterNetwork++; |
if (buildCounterNetwork < 3) { |
- checkUnnamed2264(o.forwardedPorts); |
+ checkUnnamed2684(o.forwardedPorts); |
unittest.expect(o.instanceTag, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
} |
buildCounterNetwork--; |
} |
-buildUnnamed2265() { |
+buildUnnamed2685() { |
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; |
} |
-checkUnnamed2265(core.Map<core.String, core.Object> o) { |
+checkUnnamed2685(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')); |
} |
-buildUnnamed2266() { |
+buildUnnamed2686() { |
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; |
} |
-checkUnnamed2266(core.Map<core.String, core.Object> o) { |
+checkUnnamed2686(core.Map<core.String, core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted3 = (o["x"]) 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["y"]) 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')); |
@@ -643,9 +643,9 @@ buildOperation() { |
if (buildCounterOperation < 3) { |
o.done = true; |
o.error = buildStatus(); |
- o.metadata = buildUnnamed2265(); |
+ o.metadata = buildUnnamed2685(); |
o.name = "foo"; |
- o.response = buildUnnamed2266(); |
+ o.response = buildUnnamed2686(); |
} |
buildCounterOperation--; |
return o; |
@@ -656,9 +656,9 @@ checkOperation(api.Operation o) { |
if (buildCounterOperation < 3) { |
unittest.expect(o.done, unittest.isTrue); |
checkStatus(o.error); |
- checkUnnamed2265(o.metadata); |
+ checkUnnamed2685(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2266(o.response); |
+ checkUnnamed2686(o.response); |
} |
buildCounterOperation--; |
} |
@@ -688,14 +688,14 @@ checkOperationMetadata(api.OperationMetadata o) { |
buildCounterOperationMetadata--; |
} |
-buildUnnamed2267() { |
+buildUnnamed2687() { |
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; |
} |
-checkUnnamed2267(core.Map<core.String, core.Object> o) { |
+checkUnnamed2687(core.Map<core.String, core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted5 = (o["x"]) 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["y"]) 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')); |
@@ -707,7 +707,7 @@ buildOption() { |
buildCounterOption++; |
if (buildCounterOption < 3) { |
o.name = "foo"; |
- o.value = buildUnnamed2267(); |
+ o.value = buildUnnamed2687(); |
} |
buildCounterOption--; |
return o; |
@@ -717,7 +717,7 @@ checkOption(api.Option o) { |
buildCounterOption++; |
if (buildCounterOption < 3) { |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2267(o.value); |
+ checkUnnamed2687(o.value); |
} |
buildCounterOption--; |
} |
@@ -804,14 +804,14 @@ checkSourceReference(api.SourceReference o) { |
buildCounterSourceReference--; |
} |
-buildUnnamed2268() { |
+buildUnnamed2688() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2268(core.Map<core.String, core.String> o) { |
+checkUnnamed2688(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')); |
@@ -825,7 +825,7 @@ buildStaticDirectoryHandler() { |
o.applicationReadable = true; |
o.directory = "foo"; |
o.expiration = "foo"; |
- o.httpHeaders = buildUnnamed2268(); |
+ o.httpHeaders = buildUnnamed2688(); |
o.mimeType = "foo"; |
o.requireMatchingFile = true; |
} |
@@ -839,21 +839,21 @@ checkStaticDirectoryHandler(api.StaticDirectoryHandler o) { |
unittest.expect(o.applicationReadable, unittest.isTrue); |
unittest.expect(o.directory, unittest.equals('foo')); |
unittest.expect(o.expiration, unittest.equals('foo')); |
- checkUnnamed2268(o.httpHeaders); |
+ checkUnnamed2688(o.httpHeaders); |
unittest.expect(o.mimeType, unittest.equals('foo')); |
unittest.expect(o.requireMatchingFile, unittest.isTrue); |
} |
buildCounterStaticDirectoryHandler--; |
} |
-buildUnnamed2269() { |
+buildUnnamed2689() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2269(core.Map<core.String, core.String> o) { |
+checkUnnamed2689(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')); |
@@ -866,7 +866,7 @@ buildStaticFilesHandler() { |
if (buildCounterStaticFilesHandler < 3) { |
o.applicationReadable = true; |
o.expiration = "foo"; |
- o.httpHeaders = buildUnnamed2269(); |
+ o.httpHeaders = buildUnnamed2689(); |
o.mimeType = "foo"; |
o.path = "foo"; |
o.requireMatchingFile = true; |
@@ -881,7 +881,7 @@ checkStaticFilesHandler(api.StaticFilesHandler o) { |
if (buildCounterStaticFilesHandler < 3) { |
unittest.expect(o.applicationReadable, unittest.isTrue); |
unittest.expect(o.expiration, unittest.equals('foo')); |
- checkUnnamed2269(o.httpHeaders); |
+ checkUnnamed2689(o.httpHeaders); |
unittest.expect(o.mimeType, unittest.equals('foo')); |
unittest.expect(o.path, unittest.equals('foo')); |
unittest.expect(o.requireMatchingFile, unittest.isTrue); |
@@ -890,30 +890,30 @@ checkStaticFilesHandler(api.StaticFilesHandler o) { |
buildCounterStaticFilesHandler--; |
} |
-buildUnnamed2270() { |
+buildUnnamed2690() { |
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; |
} |
-checkUnnamed2270(core.Map<core.String, core.Object> o) { |
+checkUnnamed2690(core.Map<core.String, core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted7 = (o["x"]) 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["y"]) 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')); |
} |
-buildUnnamed2271() { |
+buildUnnamed2691() { |
var o = new core.List<core.Map<core.String, core.Object>>(); |
- o.add(buildUnnamed2270()); |
- o.add(buildUnnamed2270()); |
+ o.add(buildUnnamed2690()); |
+ o.add(buildUnnamed2690()); |
return o; |
} |
-checkUnnamed2271(core.List<core.Map<core.String, core.Object>> o) { |
+checkUnnamed2691(core.List<core.Map<core.String, core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2270(o[0]); |
- checkUnnamed2270(o[1]); |
+ checkUnnamed2690(o[0]); |
+ checkUnnamed2690(o[1]); |
} |
core.int buildCounterStatus = 0; |
@@ -922,7 +922,7 @@ buildStatus() { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
o.code = 42; |
- o.details = buildUnnamed2271(); |
+ o.details = buildUnnamed2691(); |
o.message = "foo"; |
} |
buildCounterStatus--; |
@@ -933,20 +933,20 @@ checkStatus(api.Status o) { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed2271(o.details); |
+ checkUnnamed2691(o.details); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterStatus--; |
} |
-buildUnnamed2272() { |
+buildUnnamed2692() { |
var o = new core.Map<core.String, core.double>(); |
o["x"] = 42.0; |
o["y"] = 42.0; |
return o; |
} |
-checkUnnamed2272(core.Map<core.String, core.double> o) { |
+checkUnnamed2692(core.Map<core.String, core.double> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals(42.0)); |
unittest.expect(o["y"], unittest.equals(42.0)); |
@@ -957,7 +957,7 @@ buildTrafficSplit() { |
var o = new api.TrafficSplit(); |
buildCounterTrafficSplit++; |
if (buildCounterTrafficSplit < 3) { |
- o.allocations = buildUnnamed2272(); |
+ o.allocations = buildUnnamed2692(); |
o.shardBy = "foo"; |
} |
buildCounterTrafficSplit--; |
@@ -967,46 +967,46 @@ buildTrafficSplit() { |
checkTrafficSplit(api.TrafficSplit o) { |
buildCounterTrafficSplit++; |
if (buildCounterTrafficSplit < 3) { |
- checkUnnamed2272(o.allocations); |
+ checkUnnamed2692(o.allocations); |
unittest.expect(o.shardBy, unittest.equals('foo')); |
} |
buildCounterTrafficSplit--; |
} |
-buildUnnamed2273() { |
+buildUnnamed2693() { |
var o = new core.List<api.Field>(); |
o.add(buildField()); |
o.add(buildField()); |
return o; |
} |
-checkUnnamed2273(core.List<api.Field> o) { |
+checkUnnamed2693(core.List<api.Field> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkField(o[0]); |
checkField(o[1]); |
} |
-buildUnnamed2274() { |
+buildUnnamed2694() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2274(core.List<core.String> o) { |
+checkUnnamed2694(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')); |
} |
-buildUnnamed2275() { |
+buildUnnamed2695() { |
var o = new core.List<api.Option>(); |
o.add(buildOption()); |
o.add(buildOption()); |
return o; |
} |
-checkUnnamed2275(core.List<api.Option> o) { |
+checkUnnamed2695(core.List<api.Option> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOption(o[0]); |
checkOption(o[1]); |
@@ -1017,10 +1017,10 @@ buildType() { |
var o = new api.Type(); |
buildCounterType++; |
if (buildCounterType < 3) { |
- o.fields = buildUnnamed2273(); |
+ o.fields = buildUnnamed2693(); |
o.name = "foo"; |
- o.oneofs = buildUnnamed2274(); |
- o.options = buildUnnamed2275(); |
+ o.oneofs = buildUnnamed2694(); |
+ o.options = buildUnnamed2695(); |
o.sourceContext = buildSourceContext(); |
o.syntax = "foo"; |
} |
@@ -1031,10 +1031,10 @@ buildType() { |
checkType(api.Type o) { |
buildCounterType++; |
if (buildCounterType < 3) { |
- checkUnnamed2273(o.fields); |
+ checkUnnamed2693(o.fields); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2274(o.oneofs); |
- checkUnnamed2275(o.options); |
+ checkUnnamed2694(o.oneofs); |
+ checkUnnamed2695(o.options); |
checkSourceContext(o.sourceContext); |
unittest.expect(o.syntax, unittest.equals('foo')); |
} |
@@ -1099,79 +1099,79 @@ checkUrlMap(api.UrlMap o) { |
buildCounterUrlMap--; |
} |
-buildUnnamed2276() { |
+buildUnnamed2696() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2276(core.Map<core.String, core.String> o) { |
+checkUnnamed2696(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')); |
} |
-buildUnnamed2277() { |
+buildUnnamed2697() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2277(core.Map<core.String, core.String> o) { |
+checkUnnamed2697(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')); |
} |
-buildUnnamed2278() { |
+buildUnnamed2698() { |
var o = new core.List<api.ErrorHandler>(); |
o.add(buildErrorHandler()); |
o.add(buildErrorHandler()); |
return o; |
} |
-checkUnnamed2278(core.List<api.ErrorHandler> o) { |
+checkUnnamed2698(core.List<api.ErrorHandler> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkErrorHandler(o[0]); |
checkErrorHandler(o[1]); |
} |
-buildUnnamed2279() { |
+buildUnnamed2699() { |
var o = new core.List<api.UrlMap>(); |
o.add(buildUrlMap()); |
o.add(buildUrlMap()); |
return o; |
} |
-checkUnnamed2279(core.List<api.UrlMap> o) { |
+checkUnnamed2699(core.List<api.UrlMap> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUrlMap(o[0]); |
checkUrlMap(o[1]); |
} |
-buildUnnamed2280() { |
+buildUnnamed2700() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2280(core.List<core.String> o) { |
+checkUnnamed2700(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')); |
} |
-buildUnnamed2281() { |
+buildUnnamed2701() { |
var o = new core.List<api.Library>(); |
o.add(buildLibrary()); |
o.add(buildLibrary()); |
return o; |
} |
-checkUnnamed2281(core.List<api.Library> o) { |
+checkUnnamed2701(core.List<api.Library> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLibrary(o[0]); |
checkLibrary(o[1]); |
@@ -1185,17 +1185,17 @@ buildVersion() { |
o.apiConfig = buildApiConfigHandler(); |
o.automaticScaling = buildAutomaticScaling(); |
o.basicScaling = buildBasicScaling(); |
- o.betaSettings = buildUnnamed2276(); |
+ o.betaSettings = buildUnnamed2696(); |
o.defaultExpiration = "foo"; |
o.deployment = buildDeployment(); |
- o.envVariables = buildUnnamed2277(); |
- o.errorHandlers = buildUnnamed2278(); |
- o.handlers = buildUnnamed2279(); |
+ o.envVariables = buildUnnamed2697(); |
+ o.errorHandlers = buildUnnamed2698(); |
+ o.handlers = buildUnnamed2699(); |
o.healthCheck = buildHealthCheck(); |
o.id = "foo"; |
- o.inboundServices = buildUnnamed2280(); |
+ o.inboundServices = buildUnnamed2700(); |
o.instanceClass = "foo"; |
- o.libraries = buildUnnamed2281(); |
+ o.libraries = buildUnnamed2701(); |
o.manualScaling = buildManualScaling(); |
o.name = "foo"; |
o.network = buildNetwork(); |
@@ -1215,17 +1215,17 @@ checkVersion(api.Version o) { |
checkApiConfigHandler(o.apiConfig); |
checkAutomaticScaling(o.automaticScaling); |
checkBasicScaling(o.basicScaling); |
- checkUnnamed2276(o.betaSettings); |
+ checkUnnamed2696(o.betaSettings); |
unittest.expect(o.defaultExpiration, unittest.equals('foo')); |
checkDeployment(o.deployment); |
- checkUnnamed2277(o.envVariables); |
- checkUnnamed2278(o.errorHandlers); |
- checkUnnamed2279(o.handlers); |
+ checkUnnamed2697(o.envVariables); |
+ checkUnnamed2698(o.errorHandlers); |
+ checkUnnamed2699(o.handlers); |
checkHealthCheck(o.healthCheck); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2280(o.inboundServices); |
+ checkUnnamed2700(o.inboundServices); |
unittest.expect(o.instanceClass, unittest.equals('foo')); |
- checkUnnamed2281(o.libraries); |
+ checkUnnamed2701(o.libraries); |
checkManualScaling(o.manualScaling); |
unittest.expect(o.name, unittest.equals('foo')); |
checkNetwork(o.network); |