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

Unified Diff: generated/googleapis_beta/test/container/v1beta1_test.dart

Issue 904493003: API roll 11 v2: 2015-02-06 (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 10 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/container/v1beta1_test.dart
diff --git a/generated/googleapis_beta/test/container/v1beta1_test.dart b/generated/googleapis_beta/test/container/v1beta1_test.dart
index ee8c88f297d1cf0ac8debdf8b17a13e4ec02f8da..76ad9ae870d3459b73c014e95bc3b23c450cd656 100644
--- a/generated/googleapis_beta/test/container/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/container/v1beta1_test.dart
@@ -84,14 +84,14 @@ checkCreateClusterRequest(api.CreateClusterRequest o) {
buildCounterCreateClusterRequest--;
}
-buildUnnamed1466() {
+buildUnnamed1480() {
var o = new core.List<api.Cluster>();
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-checkUnnamed1466(core.List<api.Cluster> o) {
+checkUnnamed1480(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0]);
checkCluster(o[1]);
@@ -102,7 +102,7 @@ buildListAggregatedClustersResponse() {
var o = new api.ListAggregatedClustersResponse();
buildCounterListAggregatedClustersResponse++;
if (buildCounterListAggregatedClustersResponse < 3) {
- o.clusters = buildUnnamed1466();
+ o.clusters = buildUnnamed1480();
}
buildCounterListAggregatedClustersResponse--;
return o;
@@ -111,19 +111,19 @@ buildListAggregatedClustersResponse() {
checkListAggregatedClustersResponse(api.ListAggregatedClustersResponse o) {
buildCounterListAggregatedClustersResponse++;
if (buildCounterListAggregatedClustersResponse < 3) {
- checkUnnamed1466(o.clusters);
+ checkUnnamed1480(o.clusters);
}
buildCounterListAggregatedClustersResponse--;
}
-buildUnnamed1467() {
+buildUnnamed1481() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed1467(core.List<api.Operation> o) {
+checkUnnamed1481(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -134,7 +134,7 @@ buildListAggregatedOperationsResponse() {
var o = new api.ListAggregatedOperationsResponse();
buildCounterListAggregatedOperationsResponse++;
if (buildCounterListAggregatedOperationsResponse < 3) {
- o.operations = buildUnnamed1467();
+ o.operations = buildUnnamed1481();
}
buildCounterListAggregatedOperationsResponse--;
return o;
@@ -143,19 +143,19 @@ buildListAggregatedOperationsResponse() {
checkListAggregatedOperationsResponse(api.ListAggregatedOperationsResponse o) {
buildCounterListAggregatedOperationsResponse++;
if (buildCounterListAggregatedOperationsResponse < 3) {
- checkUnnamed1467(o.operations);
+ checkUnnamed1481(o.operations);
}
buildCounterListAggregatedOperationsResponse--;
}
-buildUnnamed1468() {
+buildUnnamed1482() {
var o = new core.List<api.Cluster>();
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-checkUnnamed1468(core.List<api.Cluster> o) {
+checkUnnamed1482(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0]);
checkCluster(o[1]);
@@ -166,7 +166,7 @@ buildListClustersResponse() {
var o = new api.ListClustersResponse();
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- o.clusters = buildUnnamed1468();
+ o.clusters = buildUnnamed1482();
}
buildCounterListClustersResponse--;
return o;
@@ -175,19 +175,19 @@ buildListClustersResponse() {
checkListClustersResponse(api.ListClustersResponse o) {
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- checkUnnamed1468(o.clusters);
+ checkUnnamed1482(o.clusters);
}
buildCounterListClustersResponse--;
}
-buildUnnamed1469() {
+buildUnnamed1483() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed1469(core.List<api.Operation> o) {
+checkUnnamed1483(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -198,7 +198,7 @@ buildListOperationsResponse() {
var o = new api.ListOperationsResponse();
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
- o.operations = buildUnnamed1469();
+ o.operations = buildUnnamed1483();
}
buildCounterListOperationsResponse--;
return o;
@@ -207,7 +207,7 @@ buildListOperationsResponse() {
checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
- checkUnnamed1469(o.operations);
+ checkUnnamed1483(o.operations);
}
buildCounterListOperationsResponse--;
}
@@ -233,14 +233,14 @@ checkMasterAuth(api.MasterAuth o) {
buildCounterMasterAuth--;
}
-buildUnnamed1470() {
+buildUnnamed1484() {
var o = new core.List<api.ServiceAccount>();
o.add(buildServiceAccount());
o.add(buildServiceAccount());
return o;
}
-checkUnnamed1470(core.List<api.ServiceAccount> o) {
+checkUnnamed1484(core.List<api.ServiceAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccount(o[0]);
checkServiceAccount(o[1]);
@@ -252,7 +252,7 @@ buildNodeConfig() {
buildCounterNodeConfig++;
if (buildCounterNodeConfig < 3) {
o.machineType = "foo";
- o.serviceAccounts = buildUnnamed1470();
+ o.serviceAccounts = buildUnnamed1484();
o.sourceImage = "foo";
}
buildCounterNodeConfig--;
@@ -263,7 +263,7 @@ checkNodeConfig(api.NodeConfig o) {
buildCounterNodeConfig++;
if (buildCounterNodeConfig < 3) {
unittest.expect(o.machineType, unittest.equals('foo'));
- checkUnnamed1470(o.serviceAccounts);
+ checkUnnamed1484(o.serviceAccounts);
unittest.expect(o.sourceImage, unittest.equals('foo'));
}
buildCounterNodeConfig--;
@@ -302,14 +302,14 @@ checkOperation(api.Operation o) {
buildCounterOperation--;
}
-buildUnnamed1471() {
+buildUnnamed1485() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1471(core.List<core.String> o) {
+checkUnnamed1485(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'));
@@ -321,7 +321,7 @@ buildServiceAccount() {
buildCounterServiceAccount++;
if (buildCounterServiceAccount < 3) {
o.email = "foo";
- o.scopes = buildUnnamed1471();
+ o.scopes = buildUnnamed1485();
}
buildCounterServiceAccount--;
return o;
@@ -331,7 +331,7 @@ checkServiceAccount(api.ServiceAccount o) {
buildCounterServiceAccount++;
if (buildCounterServiceAccount < 3) {
unittest.expect(o.email, unittest.equals('foo'));
- checkUnnamed1471(o.scopes);
+ checkUnnamed1485(o.scopes);
}
buildCounterServiceAccount--;
}

Powered by Google App Engine
This is Rietveld 408576698