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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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 eb750a4bf80e9aa3e3989fef972730b857cd27bf..b9bd4e2303083d6d31487aaf4baa469d1febf6ea 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--;
}
-buildUnnamed1031() {
+buildUnnamed2255() {
var o = new core.List<api.DeploymentLabelEntry>();
o.add(buildDeploymentLabelEntry());
o.add(buildDeploymentLabelEntry());
return o;
}
-checkUnnamed1031(core.List<api.DeploymentLabelEntry> o) {
+checkUnnamed2255(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 = buildUnnamed1031();
+ o.labels = buildUnnamed2255();
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'));
- checkUnnamed1031(o.labels);
+ checkUnnamed2255(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--;
}
-buildUnnamed1032() {
+buildUnnamed2256() {
var o = new core.List<api.DeploymentUpdateLabelEntry>();
o.add(buildDeploymentUpdateLabelEntry());
o.add(buildDeploymentUpdateLabelEntry());
return o;
}
-checkUnnamed1032(core.List<api.DeploymentUpdateLabelEntry> o) {
+checkUnnamed2256(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 = buildUnnamed1032();
+ o.labels = buildUnnamed2256();
o.manifest = "foo";
}
buildCounterDeploymentUpdate--;
@@ -171,7 +171,7 @@ buildDeploymentUpdate() {
checkDeploymentUpdate(api.DeploymentUpdate o) {
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- checkUnnamed1032(o.labels);
+ checkUnnamed2256(o.labels);
unittest.expect(o.manifest, unittest.equals('foo'));
}
buildCounterDeploymentUpdate--;
@@ -217,14 +217,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) {
buildCounterDeploymentsCancelPreviewRequest--;
}
-buildUnnamed1033() {
+buildUnnamed2257() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed1033(core.List<api.Deployment> o) {
+checkUnnamed2257(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 = buildUnnamed1033();
+ o.deployments = buildUnnamed2257();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -245,7 +245,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed1033(o.deployments);
+ checkUnnamed2257(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -291,14 +291,14 @@ checkImportFile(api.ImportFile o) {
buildCounterImportFile--;
}
-buildUnnamed1034() {
+buildUnnamed2258() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed1034(core.List<api.ImportFile> o) {
+checkUnnamed2258(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 = buildUnnamed1034();
+ o.imports = buildUnnamed2258();
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'));
- checkUnnamed1034(o.imports);
+ checkUnnamed2258(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--;
}
-buildUnnamed1035() {
+buildUnnamed2259() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed1035(core.List<api.Manifest> o) {
+checkUnnamed2259(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 = buildUnnamed1035();
+ o.manifests = buildUnnamed2259();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -365,7 +365,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed1035(o.manifests);
+ checkUnnamed2259(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -394,14 +394,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed1036() {
+buildUnnamed2260() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed1036(core.List<api.OperationErrorErrors> o) {
+checkUnnamed2260(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 = buildUnnamed1036();
+ o.errors = buildUnnamed2260();
}
buildCounterOperationError--;
return o;
@@ -421,7 +421,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed1036(o.errors);
+ checkUnnamed2260(o.errors);
}
buildCounterOperationError--;
}
@@ -447,14 +447,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed1037() {
+buildUnnamed2261() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed1037(core.List<api.OperationWarningsData> o) {
+checkUnnamed2261(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 = buildUnnamed1037();
+ o.data = buildUnnamed2261();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -477,20 +477,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1037(o.data);
+ checkUnnamed2261(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed1038() {
+buildUnnamed2262() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed1038(core.List<api.OperationWarnings> o) {
+checkUnnamed2262(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 = buildUnnamed1038();
+ o.warnings = buildUnnamed2262();
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'));
- checkUnnamed1038(o.warnings);
+ checkUnnamed2262(o.warnings);
unittest.expect(o.zone, unittest.equals('foo'));
}
buildCounterOperation--;
}
-buildUnnamed1039() {
+buildUnnamed2263() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed1039(core.List<api.Operation> o) {
+checkUnnamed2263(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 = buildUnnamed1039();
+ o.operations = buildUnnamed2263();
}
buildCounterOperationsListResponse--;
return o;
@@ -588,7 +588,7 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1039(o.operations);
+ checkUnnamed2263(o.operations);
}
buildCounterOperationsListResponse--;
}
@@ -614,14 +614,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) {
buildCounterResourceWarningsData--;
}
-buildUnnamed1040() {
+buildUnnamed2264() {
var o = new core.List<api.ResourceWarningsData>();
o.add(buildResourceWarningsData());
o.add(buildResourceWarningsData());
return o;
}
-checkUnnamed1040(core.List<api.ResourceWarningsData> o) {
+checkUnnamed2264(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 = buildUnnamed1040();
+ o.data = buildUnnamed2264();
o.message = "foo";
}
buildCounterResourceWarnings--;
@@ -644,20 +644,20 @@ checkResourceWarnings(api.ResourceWarnings o) {
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1040(o.data);
+ checkUnnamed2264(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceWarnings--;
}
-buildUnnamed1041() {
+buildUnnamed2265() {
var o = new core.List<api.ResourceWarnings>();
o.add(buildResourceWarnings());
o.add(buildResourceWarnings());
return o;
}
-checkUnnamed1041(core.List<api.ResourceWarnings> o) {
+checkUnnamed2265(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 = buildUnnamed1041();
+ o.warnings = buildUnnamed2265();
}
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'));
- checkUnnamed1041(o.warnings);
+ checkUnnamed2265(o.warnings);
}
buildCounterResource--;
}
@@ -725,14 +725,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) {
buildCounterResourceUpdateErrorErrors--;
}
-buildUnnamed1042() {
+buildUnnamed2266() {
var o = new core.List<api.ResourceUpdateErrorErrors>();
o.add(buildResourceUpdateErrorErrors());
o.add(buildResourceUpdateErrorErrors());
return o;
}
-checkUnnamed1042(core.List<api.ResourceUpdateErrorErrors> o) {
+checkUnnamed2266(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 = buildUnnamed1042();
+ o.errors = buildUnnamed2266();
}
buildCounterResourceUpdateError--;
return o;
@@ -752,7 +752,7 @@ buildResourceUpdateError() {
checkResourceUpdateError(api.ResourceUpdateError o) {
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- checkUnnamed1042(o.errors);
+ checkUnnamed2266(o.errors);
}
buildCounterResourceUpdateError--;
}
@@ -778,14 +778,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) {
buildCounterResourceUpdateWarningsData--;
}
-buildUnnamed1043() {
+buildUnnamed2267() {
var o = new core.List<api.ResourceUpdateWarningsData>();
o.add(buildResourceUpdateWarningsData());
o.add(buildResourceUpdateWarningsData());
return o;
}
-checkUnnamed1043(core.List<api.ResourceUpdateWarningsData> o) {
+checkUnnamed2267(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 = buildUnnamed1043();
+ o.data = buildUnnamed2267();
o.message = "foo";
}
buildCounterResourceUpdateWarnings--;
@@ -808,20 +808,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) {
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed1043(o.data);
+ checkUnnamed2267(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterResourceUpdateWarnings--;
}
-buildUnnamed1044() {
+buildUnnamed2268() {
var o = new core.List<api.ResourceUpdateWarnings>();
o.add(buildResourceUpdateWarnings());
o.add(buildResourceUpdateWarnings());
return o;
}
-checkUnnamed1044(core.List<api.ResourceUpdateWarnings> o) {
+checkUnnamed2268(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 = buildUnnamed1044();
+ o.warnings = buildUnnamed2268();
}
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'));
- checkUnnamed1044(o.warnings);
+ checkUnnamed2268(o.warnings);
}
buildCounterResourceUpdate--;
}
-buildUnnamed1045() {
+buildUnnamed2269() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed1045(core.List<api.Resource> o) {
+checkUnnamed2269(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 = buildUnnamed1045();
+ o.resources = buildUnnamed2269();
}
buildCounterResourcesListResponse--;
return o;
@@ -887,19 +887,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1045(o.resources);
+ checkUnnamed2269(o.resources);
}
buildCounterResourcesListResponse--;
}
-buildUnnamed1046() {
+buildUnnamed2270() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed1046(core.List<api.ImportFile> o) {
+checkUnnamed2270(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 = buildUnnamed1046();
+ o.imports = buildUnnamed2270();
}
buildCounterTargetConfiguration--;
return o;
@@ -921,7 +921,7 @@ checkTargetConfiguration(api.TargetConfiguration o) {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
checkConfigFile(o.config);
- checkUnnamed1046(o.imports);
+ checkUnnamed2270(o.imports);
}
buildCounterTargetConfiguration--;
}
@@ -953,14 +953,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed1047() {
+buildUnnamed2271() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed1047(core.List<api.Type> o) {
+checkUnnamed2271(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 = buildUnnamed1047();
+ o.types = buildUnnamed2271();
}
buildCounterTypesListResponse--;
return o;
@@ -982,7 +982,7 @@ checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed1047(o.types);
+ checkUnnamed2271(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