Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: generated/googleapis/test/deploymentmanager/v2_test.dart

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b9bd4e2303083d6d31487aaf4baa469d1febf6ea..7e3db02c198322c5190ce04d44d63a6430a9bd93 100644
--- a/generated/googleapis/test/deploymentmanager/v2_test.dart
+++ b/generated/googleapis/test/deploymentmanager/v2_test.dart
@@ -70,14 +70,14 @@ checkConfigFile(api.ConfigFile o) {
buildCounterConfigFile--;
}
-buildUnnamed2255() {
+buildUnnamed1066() {
var o = new core.List<api.DeploymentLabelEntry>();
o.add(buildDeploymentLabelEntry());
o.add(buildDeploymentLabelEntry());
return o;
}
-checkUnnamed2255(core.List<api.DeploymentLabelEntry> o) {
+checkUnnamed1066(core.List<api.DeploymentLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentLabelEntry(o[0]);
checkDeploymentLabelEntry(o[1]);
@@ -92,7 +92,7 @@ buildDeployment() {
o.fingerprint = "foo";
o.id = "foo";
o.insertTime = "foo";
- o.labels = buildUnnamed2255();
+ o.labels = buildUnnamed1066();
o.manifest = "foo";
o.name = "foo";
o.operation = buildOperation();
@@ -111,7 +111,7 @@ checkDeployment(api.Deployment o) {
unittest.expect(o.fingerprint, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.insertTime, unittest.equals('foo'));
- checkUnnamed2255(o.labels);
+ checkUnnamed1066(o.labels);
unittest.expect(o.manifest, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
checkOperation(o.operation);
@@ -143,14 +143,14 @@ checkDeploymentLabelEntry(api.DeploymentLabelEntry o) {
buildCounterDeploymentLabelEntry--;
}
-buildUnnamed2256() {
+buildUnnamed1067() {
var o = new core.List<api.DeploymentUpdateLabelEntry>();
o.add(buildDeploymentUpdateLabelEntry());
o.add(buildDeploymentUpdateLabelEntry());
return o;
}
-checkUnnamed2256(core.List<api.DeploymentUpdateLabelEntry> o) {
+checkUnnamed1067(core.List<api.DeploymentUpdateLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentUpdateLabelEntry(o[0]);
checkDeploymentUpdateLabelEntry(o[1]);
@@ -161,7 +161,7 @@ buildDeploymentUpdate() {
var o = new api.DeploymentUpdate();
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- o.labels = buildUnnamed2256();
+ o.labels = buildUnnamed1067();
o.manifest = "foo";
}
buildCounterDeploymentUpdate--;
@@ -171,7 +171,7 @@ buildDeploymentUpdate() {
checkDeploymentUpdate(api.DeploymentUpdate o) {
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- checkUnnamed2256(o.labels);
+ checkUnnamed1067(o.labels);
unittest.expect(o.manifest, unittest.equals('foo'));
}
buildCounterDeploymentUpdate--;
@@ -217,14 +217,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) {
buildCounterDeploymentsCancelPreviewRequest--;
}
-buildUnnamed2257() {
+buildUnnamed1068() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed2257(core.List<api.Deployment> o) {
+checkUnnamed1068(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0]);
checkDeployment(o[1]);
@@ -235,7 +235,7 @@ buildDeploymentsListResponse() {
var o = new api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed2257();
+ o.deployments = buildUnnamed1068();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -245,7 +245,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed2257(o.deployments);
+ checkUnnamed1068(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -291,14 +291,14 @@ checkImportFile(api.ImportFile o) {
buildCounterImportFile--;
}
-buildUnnamed2258() {
+buildUnnamed1069() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed2258(core.List<api.ImportFile> o) {
+checkUnnamed1069(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -312,7 +312,7 @@ buildManifest() {
o.config = buildConfigFile();
o.expandedConfig = "foo";
o.id = "foo";
- o.imports = buildUnnamed2258();
+ o.imports = buildUnnamed1069();
o.insertTime = "foo";
o.layout = "foo";
o.name = "foo";
@@ -328,7 +328,7 @@ checkManifest(api.Manifest o) {
checkConfigFile(o.config);
unittest.expect(o.expandedConfig, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2258(o.imports);
+ checkUnnamed1069(o.imports);
unittest.expect(o.insertTime, unittest.equals('foo'));
unittest.expect(o.layout, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -337,14 +337,14 @@ checkManifest(api.Manifest o) {
buildCounterManifest--;
}
-buildUnnamed2259() {
+buildUnnamed1070() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed2259(core.List<api.Manifest> o) {
+checkUnnamed1070(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0]);
checkManifest(o[1]);
@@ -355,7 +355,7 @@ buildManifestsListResponse() {
var o = new api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed2259();
+ o.manifests = buildUnnamed1070();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -365,7 +365,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed2259(o.manifests);
+ checkUnnamed1070(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -394,14 +394,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed2260() {
+buildUnnamed1071() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed2260(core.List<api.OperationErrorErrors> o) {
+checkUnnamed1071(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0]);
checkOperationErrorErrors(o[1]);
@@ -412,7 +412,7 @@ buildOperationError() {
var o = new api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed2260();
+ o.errors = buildUnnamed1071();
}
buildCounterOperationError--;
return o;
@@ -421,7 +421,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed2260(o.errors);
+ checkUnnamed1071(o.errors);
}
buildCounterOperationError--;
}
@@ -447,14 +447,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed2261() {
+buildUnnamed1072() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed2261(core.List<api.OperationWarningsData> o) {
+checkUnnamed1072(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0]);
checkOperationWarningsData(o[1]);
@@ -466,7 +466,7 @@ buildOperationWarnings() {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = "foo";
- o.data = buildUnnamed2261();
+ o.data = buildUnnamed1072();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -477,20 +477,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed2261(o.data);
+ checkUnnamed1072(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed2262() {
+buildUnnamed1073() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed2262(core.List<api.OperationWarnings> o) {
+checkUnnamed1073(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0]);
checkOperationWarnings(o[1]);
@@ -522,7 +522,7 @@ buildOperation() {
o.targetId = "foo";
o.targetLink = "foo";
o.user = "foo";
- o.warnings = buildUnnamed2262();
+ o.warnings = buildUnnamed1073();
o.zone = "foo";
}
buildCounterOperation--;
@@ -553,20 +553,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'));
- checkUnnamed2262(o.warnings);
+ checkUnnamed1073(o.warnings);
unittest.expect(o.zone, unittest.equals('foo'));
}
buildCounterOperation--;
}
-buildUnnamed2263() {
+buildUnnamed1074() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2263(core.List<api.Operation> o) {
+checkUnnamed1074(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -578,7 +578,7 @@ buildOperationsListResponse() {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2263();
+ o.operations = buildUnnamed1074();
}
buildCounterOperationsListResponse--;
return o;
@@ -588,7 +588,7 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2263(o.operations);
+ checkUnnamed1074(o.operations);
}
buildCounterOperationsListResponse--;
}
@@ -614,14 +614,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) {
buildCounterResourceWarningsData--;
}
-buildUnnamed2264() {
+buildUnnamed1075() {
var o = new core.List<api.ResourceWarningsData>();
o.add(buildResourceWarningsData());
o.add(buildResourceWarningsData());
return o;
}
-checkUnnamed2264(core.List<api.ResourceWarningsData> o) {
+checkUnnamed1075(core.List<api.ResourceWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarningsData(o[0]);
checkResourceWarningsData(o[1]);
@@ -633,7 +633,7 @@ buildResourceWarnings() {
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
o.code = "foo";
- o.data = buildUnnamed2264();
+ o.data = buildUnnamed1075();
o.message = "foo";
}
buildCounterResourceWarnings--;
@@ -644,20 +644,20 @@ checkResourceWarnings(api.ResourceWarnings o) {
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed2264(o.data);
+ checkUnnamed1075(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceWarnings--;
}
-buildUnnamed2265() {
+buildUnnamed1076() {
var o = new core.List<api.ResourceWarnings>();
o.add(buildResourceWarnings());
o.add(buildResourceWarnings());
return o;
}
-checkUnnamed2265(core.List<api.ResourceWarnings> o) {
+checkUnnamed1076(core.List<api.ResourceWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarnings(o[0]);
checkResourceWarnings(o[1]);
@@ -678,7 +678,7 @@ buildResource() {
o.update = buildResourceUpdate();
o.updateTime = "foo";
o.url = "foo";
- o.warnings = buildUnnamed2265();
+ o.warnings = buildUnnamed1076();
}
buildCounterResource--;
return o;
@@ -697,7 +697,7 @@ checkResource(api.Resource o) {
checkResourceUpdate(o.update);
unittest.expect(o.updateTime, unittest.equals('foo'));
unittest.expect(o.url, unittest.equals('foo'));
- checkUnnamed2265(o.warnings);
+ checkUnnamed1076(o.warnings);
}
buildCounterResource--;
}
@@ -725,14 +725,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) {
buildCounterResourceUpdateErrorErrors--;
}
-buildUnnamed2266() {
+buildUnnamed1077() {
var o = new core.List<api.ResourceUpdateErrorErrors>();
o.add(buildResourceUpdateErrorErrors());
o.add(buildResourceUpdateErrorErrors());
return o;
}
-checkUnnamed2266(core.List<api.ResourceUpdateErrorErrors> o) {
+checkUnnamed1077(core.List<api.ResourceUpdateErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateErrorErrors(o[0]);
checkResourceUpdateErrorErrors(o[1]);
@@ -743,7 +743,7 @@ buildResourceUpdateError() {
var o = new api.ResourceUpdateError();
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- o.errors = buildUnnamed2266();
+ o.errors = buildUnnamed1077();
}
buildCounterResourceUpdateError--;
return o;
@@ -752,7 +752,7 @@ buildResourceUpdateError() {
checkResourceUpdateError(api.ResourceUpdateError o) {
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- checkUnnamed2266(o.errors);
+ checkUnnamed1077(o.errors);
}
buildCounterResourceUpdateError--;
}
@@ -778,14 +778,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) {
buildCounterResourceUpdateWarningsData--;
}
-buildUnnamed2267() {
+buildUnnamed1078() {
var o = new core.List<api.ResourceUpdateWarningsData>();
o.add(buildResourceUpdateWarningsData());
o.add(buildResourceUpdateWarningsData());
return o;
}
-checkUnnamed2267(core.List<api.ResourceUpdateWarningsData> o) {
+checkUnnamed1078(core.List<api.ResourceUpdateWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarningsData(o[0]);
checkResourceUpdateWarningsData(o[1]);
@@ -797,7 +797,7 @@ buildResourceUpdateWarnings() {
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
o.code = "foo";
- o.data = buildUnnamed2267();
+ o.data = buildUnnamed1078();
o.message = "foo";
}
buildCounterResourceUpdateWarnings--;
@@ -808,20 +808,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) {
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed2267(o.data);
+ checkUnnamed1078(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceUpdateWarnings--;
}
-buildUnnamed2268() {
+buildUnnamed1079() {
var o = new core.List<api.ResourceUpdateWarnings>();
o.add(buildResourceUpdateWarnings());
o.add(buildResourceUpdateWarnings());
return o;
}
-checkUnnamed2268(core.List<api.ResourceUpdateWarnings> o) {
+checkUnnamed1079(core.List<api.ResourceUpdateWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarnings(o[0]);
checkResourceUpdateWarnings(o[1]);
@@ -838,7 +838,7 @@ buildResourceUpdate() {
o.manifest = "foo";
o.properties = "foo";
o.state = "foo";
- o.warnings = buildUnnamed2268();
+ o.warnings = buildUnnamed1079();
}
buildCounterResourceUpdate--;
return o;
@@ -853,19 +853,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'));
- checkUnnamed2268(o.warnings);
+ checkUnnamed1079(o.warnings);
}
buildCounterResourceUpdate--;
}
-buildUnnamed2269() {
+buildUnnamed1080() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed2269(core.List<api.Resource> o) {
+checkUnnamed1080(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0]);
checkResource(o[1]);
@@ -877,7 +877,7 @@ buildResourcesListResponse() {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = "foo";
- o.resources = buildUnnamed2269();
+ o.resources = buildUnnamed1080();
}
buildCounterResourcesListResponse--;
return o;
@@ -887,19 +887,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2269(o.resources);
+ checkUnnamed1080(o.resources);
}
buildCounterResourcesListResponse--;
}
-buildUnnamed2270() {
+buildUnnamed1081() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed2270(core.List<api.ImportFile> o) {
+checkUnnamed1081(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -911,7 +911,7 @@ buildTargetConfiguration() {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
o.config = buildConfigFile();
- o.imports = buildUnnamed2270();
+ o.imports = buildUnnamed1081();
}
buildCounterTargetConfiguration--;
return o;
@@ -921,7 +921,7 @@ checkTargetConfiguration(api.TargetConfiguration o) {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
checkConfigFile(o.config);
- checkUnnamed2270(o.imports);
+ checkUnnamed1081(o.imports);
}
buildCounterTargetConfiguration--;
}
@@ -953,14 +953,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed2271() {
+buildUnnamed1082() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed2271(core.List<api.Type> o) {
+checkUnnamed1082(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0]);
checkType(o[1]);
@@ -972,7 +972,7 @@ buildTypesListResponse() {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = "foo";
- o.types = buildUnnamed2271();
+ o.types = buildUnnamed1082();
}
buildCounterTypesListResponse--;
return o;
@@ -982,7 +982,7 @@ checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2271(o.types);
+ checkUnnamed1082(o.types);
}
buildCounterTypesListResponse--;
}
« no previous file with comments | « generated/googleapis/test/dataproc/v1_test.dart ('k') | generated/googleapis/test/dfareporting/v2_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698