Index: generated/googleapis/test/deploymentmanager/v2_test.dart |
diff --git a/generated/googleapis/test/deploymentmanager/v2_test.dart b/generated/googleapis/test/deploymentmanager/v2_test.dart |
index f90244be014bd129efab4a086f0391dcddc04a77..c2b43d8acf7421355bac83d3942b564bdbce63f9 100644 |
--- a/generated/googleapis/test/deploymentmanager/v2_test.dart |
+++ b/generated/googleapis/test/deploymentmanager/v2_test.dart |
@@ -143,14 +143,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) { |
buildCounterDeploymentsCancelPreviewRequest--; |
} |
-buildUnnamed738() { |
+buildUnnamed1633() { |
var o = new core.List<api.Deployment>(); |
o.add(buildDeployment()); |
o.add(buildDeployment()); |
return o; |
} |
-checkUnnamed738(core.List<api.Deployment> o) { |
+checkUnnamed1633(core.List<api.Deployment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeployment(o[0]); |
checkDeployment(o[1]); |
@@ -161,7 +161,7 @@ buildDeploymentsListResponse() { |
var o = new api.DeploymentsListResponse(); |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- o.deployments = buildUnnamed738(); |
+ o.deployments = buildUnnamed1633(); |
o.nextPageToken = "foo"; |
} |
buildCounterDeploymentsListResponse--; |
@@ -171,7 +171,7 @@ buildDeploymentsListResponse() { |
checkDeploymentsListResponse(api.DeploymentsListResponse o) { |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- checkUnnamed738(o.deployments); |
+ checkUnnamed1633(o.deployments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterDeploymentsListResponse--; |
@@ -217,14 +217,14 @@ checkImportFile(api.ImportFile o) { |
buildCounterImportFile--; |
} |
-buildUnnamed739() { |
+buildUnnamed1634() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed739(core.List<api.ImportFile> o) { |
+checkUnnamed1634(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -238,7 +238,7 @@ buildManifest() { |
o.config = buildConfigFile(); |
o.expandedConfig = "foo"; |
o.id = "foo"; |
- o.imports = buildUnnamed739(); |
+ o.imports = buildUnnamed1634(); |
o.insertTime = "foo"; |
o.layout = "foo"; |
o.name = "foo"; |
@@ -254,7 +254,7 @@ checkManifest(api.Manifest o) { |
checkConfigFile(o.config); |
unittest.expect(o.expandedConfig, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed739(o.imports); |
+ checkUnnamed1634(o.imports); |
unittest.expect(o.insertTime, unittest.equals('foo')); |
unittest.expect(o.layout, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -263,14 +263,14 @@ checkManifest(api.Manifest o) { |
buildCounterManifest--; |
} |
-buildUnnamed740() { |
+buildUnnamed1635() { |
var o = new core.List<api.Manifest>(); |
o.add(buildManifest()); |
o.add(buildManifest()); |
return o; |
} |
-checkUnnamed740(core.List<api.Manifest> o) { |
+checkUnnamed1635(core.List<api.Manifest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkManifest(o[0]); |
checkManifest(o[1]); |
@@ -281,7 +281,7 @@ buildManifestsListResponse() { |
var o = new api.ManifestsListResponse(); |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- o.manifests = buildUnnamed740(); |
+ o.manifests = buildUnnamed1635(); |
o.nextPageToken = "foo"; |
} |
buildCounterManifestsListResponse--; |
@@ -291,7 +291,7 @@ buildManifestsListResponse() { |
checkManifestsListResponse(api.ManifestsListResponse o) { |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- checkUnnamed740(o.manifests); |
+ checkUnnamed1635(o.manifests); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterManifestsListResponse--; |
@@ -320,14 +320,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) { |
buildCounterOperationErrorErrors--; |
} |
-buildUnnamed741() { |
+buildUnnamed1636() { |
var o = new core.List<api.OperationErrorErrors>(); |
o.add(buildOperationErrorErrors()); |
o.add(buildOperationErrorErrors()); |
return o; |
} |
-checkUnnamed741(core.List<api.OperationErrorErrors> o) { |
+checkUnnamed1636(core.List<api.OperationErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationErrorErrors(o[0]); |
checkOperationErrorErrors(o[1]); |
@@ -338,7 +338,7 @@ buildOperationError() { |
var o = new api.OperationError(); |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- o.errors = buildUnnamed741(); |
+ o.errors = buildUnnamed1636(); |
} |
buildCounterOperationError--; |
return o; |
@@ -347,7 +347,7 @@ buildOperationError() { |
checkOperationError(api.OperationError o) { |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- checkUnnamed741(o.errors); |
+ checkUnnamed1636(o.errors); |
} |
buildCounterOperationError--; |
} |
@@ -373,14 +373,14 @@ checkOperationWarningsData(api.OperationWarningsData o) { |
buildCounterOperationWarningsData--; |
} |
-buildUnnamed742() { |
+buildUnnamed1637() { |
var o = new core.List<api.OperationWarningsData>(); |
o.add(buildOperationWarningsData()); |
o.add(buildOperationWarningsData()); |
return o; |
} |
-checkUnnamed742(core.List<api.OperationWarningsData> o) { |
+checkUnnamed1637(core.List<api.OperationWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarningsData(o[0]); |
checkOperationWarningsData(o[1]); |
@@ -392,7 +392,7 @@ buildOperationWarnings() { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed742(); |
+ o.data = buildUnnamed1637(); |
o.message = "foo"; |
} |
buildCounterOperationWarnings--; |
@@ -403,20 +403,20 @@ checkOperationWarnings(api.OperationWarnings o) { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed742(o.data); |
+ checkUnnamed1637(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterOperationWarnings--; |
} |
-buildUnnamed743() { |
+buildUnnamed1638() { |
var o = new core.List<api.OperationWarnings>(); |
o.add(buildOperationWarnings()); |
o.add(buildOperationWarnings()); |
return o; |
} |
-checkUnnamed743(core.List<api.OperationWarnings> o) { |
+checkUnnamed1638(core.List<api.OperationWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarnings(o[0]); |
checkOperationWarnings(o[1]); |
@@ -447,7 +447,7 @@ buildOperation() { |
o.targetId = "foo"; |
o.targetLink = "foo"; |
o.user = "foo"; |
- o.warnings = buildUnnamed743(); |
+ o.warnings = buildUnnamed1638(); |
o.zone = "foo"; |
} |
buildCounterOperation--; |
@@ -477,20 +477,20 @@ 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')); |
- checkUnnamed743(o.warnings); |
+ checkUnnamed1638(o.warnings); |
unittest.expect(o.zone, unittest.equals('foo')); |
} |
buildCounterOperation--; |
} |
-buildUnnamed744() { |
+buildUnnamed1639() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed744(core.List<api.Operation> o) { |
+checkUnnamed1639(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -502,7 +502,7 @@ buildOperationsListResponse() { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.operations = buildUnnamed744(); |
+ o.operations = buildUnnamed1639(); |
} |
buildCounterOperationsListResponse--; |
return o; |
@@ -512,7 +512,7 @@ checkOperationsListResponse(api.OperationsListResponse o) { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed744(o.operations); |
+ checkUnnamed1639(o.operations); |
} |
buildCounterOperationsListResponse--; |
} |
@@ -538,14 +538,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) { |
buildCounterResourceWarningsData--; |
} |
-buildUnnamed745() { |
+buildUnnamed1640() { |
var o = new core.List<api.ResourceWarningsData>(); |
o.add(buildResourceWarningsData()); |
o.add(buildResourceWarningsData()); |
return o; |
} |
-checkUnnamed745(core.List<api.ResourceWarningsData> o) { |
+checkUnnamed1640(core.List<api.ResourceWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarningsData(o[0]); |
checkResourceWarningsData(o[1]); |
@@ -557,7 +557,7 @@ buildResourceWarnings() { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed745(); |
+ o.data = buildUnnamed1640(); |
o.message = "foo"; |
} |
buildCounterResourceWarnings--; |
@@ -568,20 +568,20 @@ checkResourceWarnings(api.ResourceWarnings o) { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed745(o.data); |
+ checkUnnamed1640(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceWarnings--; |
} |
-buildUnnamed746() { |
+buildUnnamed1641() { |
var o = new core.List<api.ResourceWarnings>(); |
o.add(buildResourceWarnings()); |
o.add(buildResourceWarnings()); |
return o; |
} |
-checkUnnamed746(core.List<api.ResourceWarnings> o) { |
+checkUnnamed1641(core.List<api.ResourceWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarnings(o[0]); |
checkResourceWarnings(o[1]); |
@@ -602,7 +602,7 @@ buildResource() { |
o.update = buildResourceUpdate(); |
o.updateTime = "foo"; |
o.url = "foo"; |
- o.warnings = buildUnnamed746(); |
+ o.warnings = buildUnnamed1641(); |
} |
buildCounterResource--; |
return o; |
@@ -621,7 +621,7 @@ checkResource(api.Resource o) { |
checkResourceUpdate(o.update); |
unittest.expect(o.updateTime, unittest.equals('foo')); |
unittest.expect(o.url, unittest.equals('foo')); |
- checkUnnamed746(o.warnings); |
+ checkUnnamed1641(o.warnings); |
} |
buildCounterResource--; |
} |
@@ -649,14 +649,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) { |
buildCounterResourceUpdateErrorErrors--; |
} |
-buildUnnamed747() { |
+buildUnnamed1642() { |
var o = new core.List<api.ResourceUpdateErrorErrors>(); |
o.add(buildResourceUpdateErrorErrors()); |
o.add(buildResourceUpdateErrorErrors()); |
return o; |
} |
-checkUnnamed747(core.List<api.ResourceUpdateErrorErrors> o) { |
+checkUnnamed1642(core.List<api.ResourceUpdateErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateErrorErrors(o[0]); |
checkResourceUpdateErrorErrors(o[1]); |
@@ -667,7 +667,7 @@ buildResourceUpdateError() { |
var o = new api.ResourceUpdateError(); |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- o.errors = buildUnnamed747(); |
+ o.errors = buildUnnamed1642(); |
} |
buildCounterResourceUpdateError--; |
return o; |
@@ -676,7 +676,7 @@ buildResourceUpdateError() { |
checkResourceUpdateError(api.ResourceUpdateError o) { |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- checkUnnamed747(o.errors); |
+ checkUnnamed1642(o.errors); |
} |
buildCounterResourceUpdateError--; |
} |
@@ -702,14 +702,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) { |
buildCounterResourceUpdateWarningsData--; |
} |
-buildUnnamed748() { |
+buildUnnamed1643() { |
var o = new core.List<api.ResourceUpdateWarningsData>(); |
o.add(buildResourceUpdateWarningsData()); |
o.add(buildResourceUpdateWarningsData()); |
return o; |
} |
-checkUnnamed748(core.List<api.ResourceUpdateWarningsData> o) { |
+checkUnnamed1643(core.List<api.ResourceUpdateWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarningsData(o[0]); |
checkResourceUpdateWarningsData(o[1]); |
@@ -721,7 +721,7 @@ buildResourceUpdateWarnings() { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed748(); |
+ o.data = buildUnnamed1643(); |
o.message = "foo"; |
} |
buildCounterResourceUpdateWarnings--; |
@@ -732,20 +732,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed748(o.data); |
+ checkUnnamed1643(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceUpdateWarnings--; |
} |
-buildUnnamed749() { |
+buildUnnamed1644() { |
var o = new core.List<api.ResourceUpdateWarnings>(); |
o.add(buildResourceUpdateWarnings()); |
o.add(buildResourceUpdateWarnings()); |
return o; |
} |
-checkUnnamed749(core.List<api.ResourceUpdateWarnings> o) { |
+checkUnnamed1644(core.List<api.ResourceUpdateWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarnings(o[0]); |
checkResourceUpdateWarnings(o[1]); |
@@ -762,7 +762,7 @@ buildResourceUpdate() { |
o.manifest = "foo"; |
o.properties = "foo"; |
o.state = "foo"; |
- o.warnings = buildUnnamed749(); |
+ o.warnings = buildUnnamed1644(); |
} |
buildCounterResourceUpdate--; |
return o; |
@@ -777,19 +777,19 @@ checkResourceUpdate(api.ResourceUpdate o) { |
unittest.expect(o.manifest, unittest.equals('foo')); |
unittest.expect(o.properties, unittest.equals('foo')); |
unittest.expect(o.state, unittest.equals('foo')); |
- checkUnnamed749(o.warnings); |
+ checkUnnamed1644(o.warnings); |
} |
buildCounterResourceUpdate--; |
} |
-buildUnnamed750() { |
+buildUnnamed1645() { |
var o = new core.List<api.Resource>(); |
o.add(buildResource()); |
o.add(buildResource()); |
return o; |
} |
-checkUnnamed750(core.List<api.Resource> o) { |
+checkUnnamed1645(core.List<api.Resource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResource(o[0]); |
checkResource(o[1]); |
@@ -801,7 +801,7 @@ buildResourcesListResponse() { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.resources = buildUnnamed750(); |
+ o.resources = buildUnnamed1645(); |
} |
buildCounterResourcesListResponse--; |
return o; |
@@ -811,19 +811,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed750(o.resources); |
+ checkUnnamed1645(o.resources); |
} |
buildCounterResourcesListResponse--; |
} |
-buildUnnamed751() { |
+buildUnnamed1646() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed751(core.List<api.ImportFile> o) { |
+checkUnnamed1646(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -835,7 +835,7 @@ buildTargetConfiguration() { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
o.config = buildConfigFile(); |
- o.imports = buildUnnamed751(); |
+ o.imports = buildUnnamed1646(); |
} |
buildCounterTargetConfiguration--; |
return o; |
@@ -845,7 +845,7 @@ checkTargetConfiguration(api.TargetConfiguration o) { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
checkConfigFile(o.config); |
- checkUnnamed751(o.imports); |
+ checkUnnamed1646(o.imports); |
} |
buildCounterTargetConfiguration--; |
} |
@@ -869,14 +869,14 @@ checkType(api.Type o) { |
buildCounterType--; |
} |
-buildUnnamed752() { |
+buildUnnamed1647() { |
var o = new core.List<api.Type>(); |
o.add(buildType()); |
o.add(buildType()); |
return o; |
} |
-checkUnnamed752(core.List<api.Type> o) { |
+checkUnnamed1647(core.List<api.Type> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkType(o[0]); |
checkType(o[1]); |
@@ -888,7 +888,7 @@ buildTypesListResponse() { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.types = buildUnnamed752(); |
+ o.types = buildUnnamed1647(); |
} |
buildCounterTypesListResponse--; |
return o; |
@@ -898,7 +898,7 @@ checkTypesListResponse(api.TypesListResponse o) { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed752(o.types); |
+ checkUnnamed1647(o.types); |
} |
buildCounterTypesListResponse--; |
} |