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

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

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 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 97cc461a154271752cbb77aaf275f1dac7b5ebea..2235abf2e942d97f0ef3a71ff3e9bb074e489d08 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--;
}
-buildUnnamed1014() {
+buildUnnamed2233() {
var o = new core.List<api.DeploymentLabelEntry>();
o.add(buildDeploymentLabelEntry());
o.add(buildDeploymentLabelEntry());
return o;
}
-checkUnnamed1014(core.List<api.DeploymentLabelEntry> o) {
+checkUnnamed2233(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 = buildUnnamed1014();
+ o.labels = buildUnnamed2233();
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'));
- checkUnnamed1014(o.labels);
+ checkUnnamed2233(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--;
}
-buildUnnamed1015() {
+buildUnnamed2234() {
var o = new core.List<api.DeploymentUpdateLabelEntry>();
o.add(buildDeploymentUpdateLabelEntry());
o.add(buildDeploymentUpdateLabelEntry());
return o;
}
-checkUnnamed1015(core.List<api.DeploymentUpdateLabelEntry> o) {
+checkUnnamed2234(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 = buildUnnamed1015();
+ o.labels = buildUnnamed2234();
o.manifest = "foo";
}
buildCounterDeploymentUpdate--;
@@ -171,7 +171,7 @@ buildDeploymentUpdate() {
checkDeploymentUpdate(api.DeploymentUpdate o) {
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- checkUnnamed1015(o.labels);
+ checkUnnamed2234(o.labels);
unittest.expect(o.manifest, unittest.equals('foo'));
}
buildCounterDeploymentUpdate--;
@@ -217,14 +217,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) {
buildCounterDeploymentsCancelPreviewRequest--;
}
-buildUnnamed1016() {
+buildUnnamed2235() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed1016(core.List<api.Deployment> o) {
+checkUnnamed2235(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 = buildUnnamed1016();
+ o.deployments = buildUnnamed2235();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -245,7 +245,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed1016(o.deployments);
+ checkUnnamed2235(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -291,14 +291,14 @@ checkImportFile(api.ImportFile o) {
buildCounterImportFile--;
}
-buildUnnamed1017() {
+buildUnnamed2236() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed1017(core.List<api.ImportFile> o) {
+checkUnnamed2236(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 = buildUnnamed1017();
+ o.imports = buildUnnamed2236();
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'));
- checkUnnamed1017(o.imports);
+ checkUnnamed2236(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--;
}
-buildUnnamed1018() {
+buildUnnamed2237() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed1018(core.List<api.Manifest> o) {
+checkUnnamed2237(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 = buildUnnamed1018();
+ o.manifests = buildUnnamed2237();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -365,7 +365,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed1018(o.manifests);
+ checkUnnamed2237(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -394,14 +394,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed1019() {
+buildUnnamed2238() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed1019(core.List<api.OperationErrorErrors> o) {
+checkUnnamed2238(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 = buildUnnamed1019();
+ o.errors = buildUnnamed2238();
}
buildCounterOperationError--;
return o;
@@ -421,7 +421,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed1019(o.errors);
+ checkUnnamed2238(o.errors);
}
buildCounterOperationError--;
}
@@ -447,14 +447,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed1020() {
+buildUnnamed2239() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed1020(core.List<api.OperationWarningsData> o) {
+checkUnnamed2239(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 = buildUnnamed1020();
+ o.data = buildUnnamed2239();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -477,20 +477,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1020(o.data);
+ checkUnnamed2239(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed1021() {
+buildUnnamed2240() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed1021(core.List<api.OperationWarnings> o) {
+checkUnnamed2240(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 = buildUnnamed1021();
+ o.warnings = buildUnnamed2240();
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'));
- checkUnnamed1021(o.warnings);
+ checkUnnamed2240(o.warnings);
unittest.expect(o.zone, unittest.equals('foo'));
}
buildCounterOperation--;
}
-buildUnnamed1022() {
+buildUnnamed2241() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed1022(core.List<api.Operation> o) {
+checkUnnamed2241(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 = buildUnnamed1022();
+ o.operations = buildUnnamed2241();
}
buildCounterOperationsListResponse--;
return o;
@@ -588,7 +588,7 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1022(o.operations);
+ checkUnnamed2241(o.operations);
}
buildCounterOperationsListResponse--;
}
@@ -614,14 +614,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) {
buildCounterResourceWarningsData--;
}
-buildUnnamed1023() {
+buildUnnamed2242() {
var o = new core.List<api.ResourceWarningsData>();
o.add(buildResourceWarningsData());
o.add(buildResourceWarningsData());
return o;
}
-checkUnnamed1023(core.List<api.ResourceWarningsData> o) {
+checkUnnamed2242(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 = buildUnnamed1023();
+ o.data = buildUnnamed2242();
o.message = "foo";
}
buildCounterResourceWarnings--;
@@ -644,20 +644,20 @@ checkResourceWarnings(api.ResourceWarnings o) {
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1023(o.data);
+ checkUnnamed2242(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceWarnings--;
}
-buildUnnamed1024() {
+buildUnnamed2243() {
var o = new core.List<api.ResourceWarnings>();
o.add(buildResourceWarnings());
o.add(buildResourceWarnings());
return o;
}
-checkUnnamed1024(core.List<api.ResourceWarnings> o) {
+checkUnnamed2243(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 = buildUnnamed1024();
+ o.warnings = buildUnnamed2243();
}
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'));
- checkUnnamed1024(o.warnings);
+ checkUnnamed2243(o.warnings);
}
buildCounterResource--;
}
@@ -725,14 +725,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) {
buildCounterResourceUpdateErrorErrors--;
}
-buildUnnamed1025() {
+buildUnnamed2244() {
var o = new core.List<api.ResourceUpdateErrorErrors>();
o.add(buildResourceUpdateErrorErrors());
o.add(buildResourceUpdateErrorErrors());
return o;
}
-checkUnnamed1025(core.List<api.ResourceUpdateErrorErrors> o) {
+checkUnnamed2244(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 = buildUnnamed1025();
+ o.errors = buildUnnamed2244();
}
buildCounterResourceUpdateError--;
return o;
@@ -752,7 +752,7 @@ buildResourceUpdateError() {
checkResourceUpdateError(api.ResourceUpdateError o) {
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- checkUnnamed1025(o.errors);
+ checkUnnamed2244(o.errors);
}
buildCounterResourceUpdateError--;
}
@@ -778,14 +778,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) {
buildCounterResourceUpdateWarningsData--;
}
-buildUnnamed1026() {
+buildUnnamed2245() {
var o = new core.List<api.ResourceUpdateWarningsData>();
o.add(buildResourceUpdateWarningsData());
o.add(buildResourceUpdateWarningsData());
return o;
}
-checkUnnamed1026(core.List<api.ResourceUpdateWarningsData> o) {
+checkUnnamed2245(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 = buildUnnamed1026();
+ o.data = buildUnnamed2245();
o.message = "foo";
}
buildCounterResourceUpdateWarnings--;
@@ -808,20 +808,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) {
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1026(o.data);
+ checkUnnamed2245(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceUpdateWarnings--;
}
-buildUnnamed1027() {
+buildUnnamed2246() {
var o = new core.List<api.ResourceUpdateWarnings>();
o.add(buildResourceUpdateWarnings());
o.add(buildResourceUpdateWarnings());
return o;
}
-checkUnnamed1027(core.List<api.ResourceUpdateWarnings> o) {
+checkUnnamed2246(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 = buildUnnamed1027();
+ o.warnings = buildUnnamed2246();
}
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'));
- checkUnnamed1027(o.warnings);
+ checkUnnamed2246(o.warnings);
}
buildCounterResourceUpdate--;
}
-buildUnnamed1028() {
+buildUnnamed2247() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed1028(core.List<api.Resource> o) {
+checkUnnamed2247(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 = buildUnnamed1028();
+ o.resources = buildUnnamed2247();
}
buildCounterResourcesListResponse--;
return o;
@@ -887,19 +887,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1028(o.resources);
+ checkUnnamed2247(o.resources);
}
buildCounterResourcesListResponse--;
}
-buildUnnamed1029() {
+buildUnnamed2248() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed1029(core.List<api.ImportFile> o) {
+checkUnnamed2248(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 = buildUnnamed1029();
+ o.imports = buildUnnamed2248();
}
buildCounterTargetConfiguration--;
return o;
@@ -921,7 +921,7 @@ checkTargetConfiguration(api.TargetConfiguration o) {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
checkConfigFile(o.config);
- checkUnnamed1029(o.imports);
+ checkUnnamed2248(o.imports);
}
buildCounterTargetConfiguration--;
}
@@ -951,14 +951,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed1030() {
+buildUnnamed2249() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed1030(core.List<api.Type> o) {
+checkUnnamed2249(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0]);
checkType(o[1]);
@@ -970,7 +970,7 @@ buildTypesListResponse() {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = "foo";
- o.types = buildUnnamed1030();
+ o.types = buildUnnamed2249();
}
buildCounterTypesListResponse--;
return o;
@@ -980,7 +980,7 @@ checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1030(o.types);
+ checkUnnamed2249(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