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

Unified Diff: generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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_beta/test/deploymentmanager/v2beta2_test.dart
diff --git a/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart b/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
index 6ef05fa2fb2d48b05000aba5e06fb85af237d024..c893644ea3b9f45ff075c50a0f4fc09a9b0ad7d5 100644
--- a/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
+++ b/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
@@ -90,14 +90,14 @@ checkDeployment(api.Deployment o) {
buildCounterDeployment--;
}
-buildUnnamed3016() {
+buildUnnamed3362() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3016(core.List<core.String> o) {
+checkUnnamed3362(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'));
@@ -108,7 +108,7 @@ buildDeploymentUpdate() {
var o = new api.DeploymentUpdate();
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- o.errors = buildUnnamed3016();
+ o.errors = buildUnnamed3362();
o.manifest = "foo";
}
buildCounterDeploymentUpdate--;
@@ -118,20 +118,20 @@ buildDeploymentUpdate() {
checkDeploymentUpdate(api.DeploymentUpdate o) {
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- checkUnnamed3016(o.errors);
+ checkUnnamed3362(o.errors);
unittest.expect(o.manifest, unittest.equals('foo'));
}
buildCounterDeploymentUpdate--;
}
-buildUnnamed3017() {
+buildUnnamed3363() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed3017(core.List<api.Deployment> o) {
+checkUnnamed3363(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0]);
checkDeployment(o[1]);
@@ -142,7 +142,7 @@ buildDeploymentsListResponse() {
var o = new api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed3017();
+ o.deployments = buildUnnamed3363();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -152,7 +152,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed3017(o.deployments);
+ checkUnnamed3363(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -179,14 +179,14 @@ checkImportFile(api.ImportFile o) {
buildCounterImportFile--;
}
-buildUnnamed3018() {
+buildUnnamed3364() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed3018(core.List<api.ImportFile> o) {
+checkUnnamed3364(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -200,7 +200,7 @@ buildManifest() {
o.config = "foo";
o.evaluatedConfig = "foo";
o.id = "foo";
- o.imports = buildUnnamed3018();
+ o.imports = buildUnnamed3364();
o.insertTime = "foo";
o.layout = "foo";
o.name = "foo";
@@ -216,7 +216,7 @@ checkManifest(api.Manifest o) {
unittest.expect(o.config, unittest.equals('foo'));
unittest.expect(o.evaluatedConfig, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed3018(o.imports);
+ checkUnnamed3364(o.imports);
unittest.expect(o.insertTime, unittest.equals('foo'));
unittest.expect(o.layout, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -225,14 +225,14 @@ checkManifest(api.Manifest o) {
buildCounterManifest--;
}
-buildUnnamed3019() {
+buildUnnamed3365() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed3019(core.List<api.Manifest> o) {
+checkUnnamed3365(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0]);
checkManifest(o[1]);
@@ -243,7 +243,7 @@ buildManifestsListResponse() {
var o = new api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed3019();
+ o.manifests = buildUnnamed3365();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -253,7 +253,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed3019(o.manifests);
+ checkUnnamed3365(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -282,14 +282,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed3020() {
+buildUnnamed3366() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed3020(core.List<api.OperationErrorErrors> o) {
+checkUnnamed3366(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0]);
checkOperationErrorErrors(o[1]);
@@ -300,7 +300,7 @@ buildOperationError() {
var o = new api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed3020();
+ o.errors = buildUnnamed3366();
}
buildCounterOperationError--;
return o;
@@ -309,7 +309,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed3020(o.errors);
+ checkUnnamed3366(o.errors);
}
buildCounterOperationError--;
}
@@ -335,14 +335,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed3021() {
+buildUnnamed3367() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed3021(core.List<api.OperationWarningsData> o) {
+checkUnnamed3367(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0]);
checkOperationWarningsData(o[1]);
@@ -354,7 +354,7 @@ buildOperationWarnings() {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = "foo";
- o.data = buildUnnamed3021();
+ o.data = buildUnnamed3367();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -365,20 +365,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed3021(o.data);
+ checkUnnamed3367(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed3022() {
+buildUnnamed3368() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed3022(core.List<api.OperationWarnings> o) {
+checkUnnamed3368(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0]);
checkOperationWarnings(o[1]);
@@ -410,7 +410,7 @@ buildOperation() {
o.targetId = "foo";
o.targetLink = "foo";
o.user = "foo";
- o.warnings = buildUnnamed3022();
+ o.warnings = buildUnnamed3368();
o.zone = "foo";
}
buildCounterOperation--;
@@ -441,20 +441,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'));
- checkUnnamed3022(o.warnings);
+ checkUnnamed3368(o.warnings);
unittest.expect(o.zone, unittest.equals('foo'));
}
buildCounterOperation--;
}
-buildUnnamed3023() {
+buildUnnamed3369() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed3023(core.List<api.Operation> o) {
+checkUnnamed3369(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -466,7 +466,7 @@ buildOperationsListResponse() {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed3023();
+ o.operations = buildUnnamed3369();
}
buildCounterOperationsListResponse--;
return o;
@@ -476,7 +476,7 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3023(o.operations);
+ checkUnnamed3369(o.operations);
}
buildCounterOperationsListResponse--;
}
@@ -518,14 +518,14 @@ checkResource(api.Resource o) {
buildCounterResource--;
}
-buildUnnamed3024() {
+buildUnnamed3370() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3024(core.List<core.String> o) {
+checkUnnamed3370(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'));
@@ -536,7 +536,7 @@ buildResourceUpdate() {
var o = new api.ResourceUpdate();
buildCounterResourceUpdate++;
if (buildCounterResourceUpdate < 3) {
- o.errors = buildUnnamed3024();
+ o.errors = buildUnnamed3370();
o.finalProperties = "foo";
o.intent = "foo";
o.manifest = "foo";
@@ -550,7 +550,7 @@ buildResourceUpdate() {
checkResourceUpdate(api.ResourceUpdate o) {
buildCounterResourceUpdate++;
if (buildCounterResourceUpdate < 3) {
- checkUnnamed3024(o.errors);
+ checkUnnamed3370(o.errors);
unittest.expect(o.finalProperties, unittest.equals('foo'));
unittest.expect(o.intent, unittest.equals('foo'));
unittest.expect(o.manifest, unittest.equals('foo'));
@@ -560,14 +560,14 @@ checkResourceUpdate(api.ResourceUpdate o) {
buildCounterResourceUpdate--;
}
-buildUnnamed3025() {
+buildUnnamed3371() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed3025(core.List<api.Resource> o) {
+checkUnnamed3371(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0]);
checkResource(o[1]);
@@ -579,7 +579,7 @@ buildResourcesListResponse() {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = "foo";
- o.resources = buildUnnamed3025();
+ o.resources = buildUnnamed3371();
}
buildCounterResourcesListResponse--;
return o;
@@ -589,19 +589,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3025(o.resources);
+ checkUnnamed3371(o.resources);
}
buildCounterResourcesListResponse--;
}
-buildUnnamed3026() {
+buildUnnamed3372() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed3026(core.List<api.ImportFile> o) {
+checkUnnamed3372(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -613,7 +613,7 @@ buildTargetConfiguration() {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
o.config = "foo";
- o.imports = buildUnnamed3026();
+ o.imports = buildUnnamed3372();
}
buildCounterTargetConfiguration--;
return o;
@@ -623,7 +623,7 @@ checkTargetConfiguration(api.TargetConfiguration o) {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
unittest.expect(o.config, unittest.equals('foo'));
- checkUnnamed3026(o.imports);
+ checkUnnamed3372(o.imports);
}
buildCounterTargetConfiguration--;
}
@@ -653,14 +653,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed3027() {
+buildUnnamed3373() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed3027(core.List<api.Type> o) {
+checkUnnamed3373(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0]);
checkType(o[1]);
@@ -672,7 +672,7 @@ buildTypesListResponse() {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = "foo";
- o.types = buildUnnamed3027();
+ o.types = buildUnnamed3373();
}
buildCounterTypesListResponse--;
return o;
@@ -682,7 +682,7 @@ checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3027(o.types);
+ checkUnnamed3373(o.types);
}
buildCounterTypesListResponse--;
}

Powered by Google App Engine
This is Rietveld 408576698