Index: generated/googleapis/test/container/v1_test.dart |
diff --git a/generated/googleapis/test/container/v1_test.dart b/generated/googleapis/test/container/v1_test.dart |
index aa733d8861ff0cf9d9c8328818c9a593619e47ee..752a1acd33bc2c2c49b3467355ef9930207b9499 100644 |
--- a/generated/googleapis/test/container/v1_test.dart |
+++ b/generated/googleapis/test/container/v1_test.dart |
@@ -110,40 +110,40 @@ checkCancelOperationRequest(api.CancelOperationRequest o) { |
buildCounterCancelOperationRequest--; |
} |
-buildUnnamed1799() { |
+buildUnnamed1569() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1799(core.List<core.String> o) { |
+checkUnnamed1569(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')); |
} |
-buildUnnamed1800() { |
+buildUnnamed1570() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1800(core.List<core.String> o) { |
+checkUnnamed1570(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')); |
} |
-buildUnnamed1801() { |
+buildUnnamed1571() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed1801(core.List<api.NodePool> o) { |
+checkUnnamed1571(core.List<api.NodePool> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkNodePool(o[0]); |
checkNodePool(o[1]); |
@@ -166,8 +166,8 @@ buildCluster() { |
o.expireTime = "foo"; |
o.initialClusterVersion = "foo"; |
o.initialNodeCount = 42; |
- o.instanceGroupUrls = buildUnnamed1799(); |
- o.locations = buildUnnamed1800(); |
+ o.instanceGroupUrls = buildUnnamed1569(); |
+ o.locations = buildUnnamed1570(); |
o.loggingService = "foo"; |
o.masterAuth = buildMasterAuth(); |
o.monitoringService = "foo"; |
@@ -175,7 +175,7 @@ buildCluster() { |
o.network = "foo"; |
o.nodeConfig = buildNodeConfig(); |
o.nodeIpv4CidrSize = 42; |
- o.nodePools = buildUnnamed1801(); |
+ o.nodePools = buildUnnamed1571(); |
o.selfLink = "foo"; |
o.servicesIpv4Cidr = "foo"; |
o.status = "foo"; |
@@ -202,8 +202,8 @@ checkCluster(api.Cluster o) { |
unittest.expect(o.expireTime, unittest.equals('foo')); |
unittest.expect(o.initialClusterVersion, unittest.equals('foo')); |
unittest.expect(o.initialNodeCount, unittest.equals(42)); |
- checkUnnamed1799(o.instanceGroupUrls); |
- checkUnnamed1800(o.locations); |
+ checkUnnamed1569(o.instanceGroupUrls); |
+ checkUnnamed1570(o.locations); |
unittest.expect(o.loggingService, unittest.equals('foo')); |
checkMasterAuth(o.masterAuth); |
unittest.expect(o.monitoringService, unittest.equals('foo')); |
@@ -211,7 +211,7 @@ checkCluster(api.Cluster o) { |
unittest.expect(o.network, unittest.equals('foo')); |
checkNodeConfig(o.nodeConfig); |
unittest.expect(o.nodeIpv4CidrSize, unittest.equals(42)); |
- checkUnnamed1801(o.nodePools); |
+ checkUnnamed1571(o.nodePools); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.servicesIpv4Cidr, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -222,14 +222,14 @@ checkCluster(api.Cluster o) { |
buildCounterCluster--; |
} |
-buildUnnamed1802() { |
+buildUnnamed1572() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1802(core.List<core.String> o) { |
+checkUnnamed1572(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')); |
@@ -242,7 +242,7 @@ buildClusterUpdate() { |
if (buildCounterClusterUpdate < 3) { |
o.desiredAddonsConfig = buildAddonsConfig(); |
o.desiredImageType = "foo"; |
- o.desiredLocations = buildUnnamed1802(); |
+ o.desiredLocations = buildUnnamed1572(); |
o.desiredMasterVersion = "foo"; |
o.desiredMonitoringService = "foo"; |
o.desiredNodePoolAutoscaling = buildNodePoolAutoscaling(); |
@@ -258,7 +258,7 @@ checkClusterUpdate(api.ClusterUpdate o) { |
if (buildCounterClusterUpdate < 3) { |
checkAddonsConfig(o.desiredAddonsConfig); |
unittest.expect(o.desiredImageType, unittest.equals('foo')); |
- checkUnnamed1802(o.desiredLocations); |
+ checkUnnamed1572(o.desiredLocations); |
unittest.expect(o.desiredMasterVersion, unittest.equals('foo')); |
unittest.expect(o.desiredMonitoringService, unittest.equals('foo')); |
checkNodePoolAutoscaling(o.desiredNodePoolAutoscaling); |
@@ -361,27 +361,27 @@ checkHttpLoadBalancing(api.HttpLoadBalancing o) { |
buildCounterHttpLoadBalancing--; |
} |
-buildUnnamed1803() { |
+buildUnnamed1573() { |
var o = new core.List<api.Cluster>(); |
o.add(buildCluster()); |
o.add(buildCluster()); |
return o; |
} |
-checkUnnamed1803(core.List<api.Cluster> o) { |
+checkUnnamed1573(core.List<api.Cluster> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCluster(o[0]); |
checkCluster(o[1]); |
} |
-buildUnnamed1804() { |
+buildUnnamed1574() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1804(core.List<core.String> o) { |
+checkUnnamed1574(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')); |
@@ -392,8 +392,8 @@ buildListClustersResponse() { |
var o = new api.ListClustersResponse(); |
buildCounterListClustersResponse++; |
if (buildCounterListClustersResponse < 3) { |
- o.clusters = buildUnnamed1803(); |
- o.missingZones = buildUnnamed1804(); |
+ o.clusters = buildUnnamed1573(); |
+ o.missingZones = buildUnnamed1574(); |
} |
buildCounterListClustersResponse--; |
return o; |
@@ -402,20 +402,20 @@ buildListClustersResponse() { |
checkListClustersResponse(api.ListClustersResponse o) { |
buildCounterListClustersResponse++; |
if (buildCounterListClustersResponse < 3) { |
- checkUnnamed1803(o.clusters); |
- checkUnnamed1804(o.missingZones); |
+ checkUnnamed1573(o.clusters); |
+ checkUnnamed1574(o.missingZones); |
} |
buildCounterListClustersResponse--; |
} |
-buildUnnamed1805() { |
+buildUnnamed1575() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed1805(core.List<api.NodePool> o) { |
+checkUnnamed1575(core.List<api.NodePool> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkNodePool(o[0]); |
checkNodePool(o[1]); |
@@ -426,7 +426,7 @@ buildListNodePoolsResponse() { |
var o = new api.ListNodePoolsResponse(); |
buildCounterListNodePoolsResponse++; |
if (buildCounterListNodePoolsResponse < 3) { |
- o.nodePools = buildUnnamed1805(); |
+ o.nodePools = buildUnnamed1575(); |
} |
buildCounterListNodePoolsResponse--; |
return o; |
@@ -435,32 +435,32 @@ buildListNodePoolsResponse() { |
checkListNodePoolsResponse(api.ListNodePoolsResponse o) { |
buildCounterListNodePoolsResponse++; |
if (buildCounterListNodePoolsResponse < 3) { |
- checkUnnamed1805(o.nodePools); |
+ checkUnnamed1575(o.nodePools); |
} |
buildCounterListNodePoolsResponse--; |
} |
-buildUnnamed1806() { |
+buildUnnamed1576() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1806(core.List<core.String> o) { |
+checkUnnamed1576(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')); |
} |
-buildUnnamed1807() { |
+buildUnnamed1577() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed1807(core.List<api.Operation> o) { |
+checkUnnamed1577(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -471,8 +471,8 @@ buildListOperationsResponse() { |
var o = new api.ListOperationsResponse(); |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
- o.missingZones = buildUnnamed1806(); |
- o.operations = buildUnnamed1807(); |
+ o.missingZones = buildUnnamed1576(); |
+ o.operations = buildUnnamed1577(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -481,8 +481,8 @@ buildListOperationsResponse() { |
checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
- checkUnnamed1806(o.missingZones); |
- checkUnnamed1807(o.operations); |
+ checkUnnamed1576(o.missingZones); |
+ checkUnnamed1577(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
@@ -514,53 +514,53 @@ checkMasterAuth(api.MasterAuth o) { |
buildCounterMasterAuth--; |
} |
-buildUnnamed1808() { |
+buildUnnamed1578() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1808(core.Map<core.String, core.String> o) { |
+checkUnnamed1578(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
} |
-buildUnnamed1809() { |
+buildUnnamed1579() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1809(core.Map<core.String, core.String> o) { |
+checkUnnamed1579(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
} |
-buildUnnamed1810() { |
+buildUnnamed1580() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1810(core.List<core.String> o) { |
+checkUnnamed1580(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')); |
} |
-buildUnnamed1811() { |
+buildUnnamed1581() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1811(core.List<core.String> o) { |
+checkUnnamed1581(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')); |
@@ -573,14 +573,14 @@ buildNodeConfig() { |
if (buildCounterNodeConfig < 3) { |
o.diskSizeGb = 42; |
o.imageType = "foo"; |
- o.labels = buildUnnamed1808(); |
+ o.labels = buildUnnamed1578(); |
o.localSsdCount = 42; |
o.machineType = "foo"; |
- o.metadata = buildUnnamed1809(); |
- o.oauthScopes = buildUnnamed1810(); |
+ o.metadata = buildUnnamed1579(); |
+ o.oauthScopes = buildUnnamed1580(); |
o.preemptible = true; |
o.serviceAccount = "foo"; |
- o.tags = buildUnnamed1811(); |
+ o.tags = buildUnnamed1581(); |
} |
buildCounterNodeConfig--; |
return o; |
@@ -591,14 +591,14 @@ checkNodeConfig(api.NodeConfig o) { |
if (buildCounterNodeConfig < 3) { |
unittest.expect(o.diskSizeGb, unittest.equals(42)); |
unittest.expect(o.imageType, unittest.equals('foo')); |
- checkUnnamed1808(o.labels); |
+ checkUnnamed1578(o.labels); |
unittest.expect(o.localSsdCount, unittest.equals(42)); |
unittest.expect(o.machineType, unittest.equals('foo')); |
- checkUnnamed1809(o.metadata); |
- checkUnnamed1810(o.oauthScopes); |
+ checkUnnamed1579(o.metadata); |
+ checkUnnamed1580(o.oauthScopes); |
unittest.expect(o.preemptible, unittest.isTrue); |
unittest.expect(o.serviceAccount, unittest.equals('foo')); |
- checkUnnamed1811(o.tags); |
+ checkUnnamed1581(o.tags); |
} |
buildCounterNodeConfig--; |
} |
@@ -624,14 +624,14 @@ checkNodeManagement(api.NodeManagement o) { |
buildCounterNodeManagement--; |
} |
-buildUnnamed1812() { |
+buildUnnamed1582() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1812(core.List<core.String> o) { |
+checkUnnamed1582(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')); |
@@ -645,7 +645,7 @@ buildNodePool() { |
o.autoscaling = buildNodePoolAutoscaling(); |
o.config = buildNodeConfig(); |
o.initialNodeCount = 42; |
- o.instanceGroupUrls = buildUnnamed1812(); |
+ o.instanceGroupUrls = buildUnnamed1582(); |
o.management = buildNodeManagement(); |
o.name = "foo"; |
o.selfLink = "foo"; |
@@ -663,7 +663,7 @@ checkNodePool(api.NodePool o) { |
checkNodePoolAutoscaling(o.autoscaling); |
checkNodeConfig(o.config); |
unittest.expect(o.initialNodeCount, unittest.equals(42)); |
- checkUnnamed1812(o.instanceGroupUrls); |
+ checkUnnamed1582(o.instanceGroupUrls); |
checkNodeManagement(o.management); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
@@ -747,40 +747,40 @@ checkRollbackNodePoolUpgradeRequest(api.RollbackNodePoolUpgradeRequest o) { |
buildCounterRollbackNodePoolUpgradeRequest--; |
} |
-buildUnnamed1813() { |
+buildUnnamed1583() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1813(core.List<core.String> o) { |
+checkUnnamed1583(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')); |
} |
-buildUnnamed1814() { |
+buildUnnamed1584() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1814(core.List<core.String> o) { |
+checkUnnamed1584(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')); |
} |
-buildUnnamed1815() { |
+buildUnnamed1585() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1815(core.List<core.String> o) { |
+checkUnnamed1585(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')); |
@@ -793,9 +793,9 @@ buildServerConfig() { |
if (buildCounterServerConfig < 3) { |
o.defaultClusterVersion = "foo"; |
o.defaultImageType = "foo"; |
- o.validImageTypes = buildUnnamed1813(); |
- o.validMasterVersions = buildUnnamed1814(); |
- o.validNodeVersions = buildUnnamed1815(); |
+ o.validImageTypes = buildUnnamed1583(); |
+ o.validMasterVersions = buildUnnamed1584(); |
+ o.validNodeVersions = buildUnnamed1585(); |
} |
buildCounterServerConfig--; |
return o; |
@@ -806,9 +806,9 @@ checkServerConfig(api.ServerConfig o) { |
if (buildCounterServerConfig < 3) { |
unittest.expect(o.defaultClusterVersion, unittest.equals('foo')); |
unittest.expect(o.defaultImageType, unittest.equals('foo')); |
- checkUnnamed1813(o.validImageTypes); |
- checkUnnamed1814(o.validMasterVersions); |
- checkUnnamed1815(o.validNodeVersions); |
+ checkUnnamed1583(o.validImageTypes); |
+ checkUnnamed1584(o.validMasterVersions); |
+ checkUnnamed1585(o.validNodeVersions); |
} |
buildCounterServerConfig--; |
} |