Index: generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart |
diff --git a/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart b/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart |
index 3233f76d4ac7bc8e2a953713b1447c59241328fc..60d5dba9bb027974cfcb0c51af0b3a92366f0d9c 100644 |
--- a/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart |
+++ b/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart |
@@ -43,14 +43,14 @@ checkDeployment(api.Deployment o) { |
buildCounterDeployment--; |
} |
-buildUnnamed1549() { |
+buildUnnamed1616() { |
var o = new core.List<api.Deployment>(); |
o.add(buildDeployment()); |
o.add(buildDeployment()); |
return o; |
} |
-checkUnnamed1549(core.List<api.Deployment> o) { |
+checkUnnamed1616(core.List<api.Deployment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeployment(o[0]); |
checkDeployment(o[1]); |
@@ -61,7 +61,7 @@ buildDeploymentsListResponse() { |
var o = new api.DeploymentsListResponse(); |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- o.deployments = buildUnnamed1549(); |
+ o.deployments = buildUnnamed1616(); |
o.nextPageToken = "foo"; |
} |
buildCounterDeploymentsListResponse--; |
@@ -71,7 +71,7 @@ buildDeploymentsListResponse() { |
checkDeploymentsListResponse(api.DeploymentsListResponse o) { |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- checkUnnamed1549(o.deployments); |
+ checkUnnamed1616(o.deployments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterDeploymentsListResponse--; |
@@ -104,14 +104,14 @@ checkManifest(api.Manifest o) { |
buildCounterManifest--; |
} |
-buildUnnamed1550() { |
+buildUnnamed1617() { |
var o = new core.List<api.Manifest>(); |
o.add(buildManifest()); |
o.add(buildManifest()); |
return o; |
} |
-checkUnnamed1550(core.List<api.Manifest> o) { |
+checkUnnamed1617(core.List<api.Manifest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkManifest(o[0]); |
checkManifest(o[1]); |
@@ -122,7 +122,7 @@ buildManifestsListResponse() { |
var o = new api.ManifestsListResponse(); |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- o.manifests = buildUnnamed1550(); |
+ o.manifests = buildUnnamed1617(); |
o.nextPageToken = "foo"; |
} |
buildCounterManifestsListResponse--; |
@@ -132,7 +132,7 @@ buildManifestsListResponse() { |
checkManifestsListResponse(api.ManifestsListResponse o) { |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- checkUnnamed1550(o.manifests); |
+ checkUnnamed1617(o.manifests); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterManifestsListResponse--; |
@@ -161,14 +161,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) { |
buildCounterOperationErrorErrors--; |
} |
-buildUnnamed1551() { |
+buildUnnamed1618() { |
var o = new core.List<api.OperationErrorErrors>(); |
o.add(buildOperationErrorErrors()); |
o.add(buildOperationErrorErrors()); |
return o; |
} |
-checkUnnamed1551(core.List<api.OperationErrorErrors> o) { |
+checkUnnamed1618(core.List<api.OperationErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationErrorErrors(o[0]); |
checkOperationErrorErrors(o[1]); |
@@ -179,7 +179,7 @@ buildOperationError() { |
var o = new api.OperationError(); |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- o.errors = buildUnnamed1551(); |
+ o.errors = buildUnnamed1618(); |
} |
buildCounterOperationError--; |
return o; |
@@ -188,7 +188,7 @@ buildOperationError() { |
checkOperationError(api.OperationError o) { |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- checkUnnamed1551(o.errors); |
+ checkUnnamed1618(o.errors); |
} |
buildCounterOperationError--; |
} |
@@ -214,14 +214,14 @@ checkOperationWarningsData(api.OperationWarningsData o) { |
buildCounterOperationWarningsData--; |
} |
-buildUnnamed1552() { |
+buildUnnamed1619() { |
var o = new core.List<api.OperationWarningsData>(); |
o.add(buildOperationWarningsData()); |
o.add(buildOperationWarningsData()); |
return o; |
} |
-checkUnnamed1552(core.List<api.OperationWarningsData> o) { |
+checkUnnamed1619(core.List<api.OperationWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarningsData(o[0]); |
checkOperationWarningsData(o[1]); |
@@ -233,7 +233,7 @@ buildOperationWarnings() { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
o.code = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}; |
- o.data = buildUnnamed1552(); |
+ o.data = buildUnnamed1619(); |
o.message = "foo"; |
} |
buildCounterOperationWarnings--; |
@@ -244,20 +244,20 @@ checkOperationWarnings(api.OperationWarnings o) { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
var casted1 = (o.code) 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')); |
- checkUnnamed1552(o.data); |
+ checkUnnamed1619(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterOperationWarnings--; |
} |
-buildUnnamed1553() { |
+buildUnnamed1620() { |
var o = new core.List<api.OperationWarnings>(); |
o.add(buildOperationWarnings()); |
o.add(buildOperationWarnings()); |
return o; |
} |
-checkUnnamed1553(core.List<api.OperationWarnings> o) { |
+checkUnnamed1620(core.List<api.OperationWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarnings(o[0]); |
checkOperationWarnings(o[1]); |
@@ -285,7 +285,7 @@ buildOperation() { |
o.targetId = "foo"; |
o.targetLink = "foo"; |
o.user = "foo"; |
- o.warnings = buildUnnamed1553(); |
+ o.warnings = buildUnnamed1620(); |
} |
buildCounterOperation--; |
return o; |
@@ -311,19 +311,19 @@ checkOperation(api.Operation o) { |
unittest.expect(o.targetId, unittest.equals('foo')); |
unittest.expect(o.targetLink, unittest.equals('foo')); |
unittest.expect(o.user, unittest.equals('foo')); |
- checkUnnamed1553(o.warnings); |
+ checkUnnamed1620(o.warnings); |
} |
buildCounterOperation--; |
} |
-buildUnnamed1554() { |
+buildUnnamed1621() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed1554(core.List<api.Operation> o) { |
+checkUnnamed1621(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -335,7 +335,7 @@ buildOperationsListResponse() { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.operations = buildUnnamed1554(); |
+ o.operations = buildUnnamed1621(); |
} |
buildCounterOperationsListResponse--; |
return o; |
@@ -345,19 +345,19 @@ checkOperationsListResponse(api.OperationsListResponse o) { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1554(o.operations); |
+ checkUnnamed1621(o.operations); |
} |
buildCounterOperationsListResponse--; |
} |
-buildUnnamed1555() { |
+buildUnnamed1622() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1555(core.List<core.String> o) { |
+checkUnnamed1622(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')); |
@@ -368,7 +368,7 @@ buildResource() { |
var o = new api.Resource(); |
buildCounterResource++; |
if (buildCounterResource < 3) { |
- o.errors = buildUnnamed1555(); |
+ o.errors = buildUnnamed1622(); |
o.id = "foo"; |
o.intent = "foo"; |
o.manifest = "foo"; |
@@ -384,7 +384,7 @@ buildResource() { |
checkResource(api.Resource o) { |
buildCounterResource++; |
if (buildCounterResource < 3) { |
- checkUnnamed1555(o.errors); |
+ checkUnnamed1622(o.errors); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.intent, unittest.equals('foo')); |
unittest.expect(o.manifest, unittest.equals('foo')); |
@@ -396,14 +396,14 @@ checkResource(api.Resource o) { |
buildCounterResource--; |
} |
-buildUnnamed1556() { |
+buildUnnamed1623() { |
var o = new core.List<api.Resource>(); |
o.add(buildResource()); |
o.add(buildResource()); |
return o; |
} |
-checkUnnamed1556(core.List<api.Resource> o) { |
+checkUnnamed1623(core.List<api.Resource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResource(o[0]); |
checkResource(o[1]); |
@@ -415,7 +415,7 @@ buildResourcesListResponse() { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.resources = buildUnnamed1556(); |
+ o.resources = buildUnnamed1623(); |
} |
buildCounterResourcesListResponse--; |
return o; |
@@ -425,7 +425,7 @@ checkResourcesListResponse(api.ResourcesListResponse o) { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1556(o.resources); |
+ checkUnnamed1623(o.resources); |
} |
buildCounterResourcesListResponse--; |
} |
@@ -449,14 +449,14 @@ checkType(api.Type o) { |
buildCounterType--; |
} |
-buildUnnamed1557() { |
+buildUnnamed1624() { |
var o = new core.List<api.Type>(); |
o.add(buildType()); |
o.add(buildType()); |
return o; |
} |
-checkUnnamed1557(core.List<api.Type> o) { |
+checkUnnamed1624(core.List<api.Type> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkType(o[0]); |
checkType(o[1]); |
@@ -467,7 +467,7 @@ buildTypesListResponse() { |
var o = new api.TypesListResponse(); |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
- o.types = buildUnnamed1557(); |
+ o.types = buildUnnamed1624(); |
} |
buildCounterTypesListResponse--; |
return o; |
@@ -476,7 +476,7 @@ buildTypesListResponse() { |
checkTypesListResponse(api.TypesListResponse o) { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
- checkUnnamed1557(o.types); |
+ checkUnnamed1624(o.types); |
} |
buildCounterTypesListResponse--; |
} |