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 c0f58dea1e38fd5cda15c757da76ddc91fc3c36e..2981e3c7a0f59b3e65b297d8c13b414e6d06648d 100644 |
--- a/generated/googleapis/test/container/v1_test.dart |
+++ b/generated/googleapis/test/container/v1_test.dart |
@@ -72,40 +72,40 @@ checkAddonsConfig(api.AddonsConfig o) { |
buildCounterAddonsConfig--; |
} |
-buildUnnamed1938() { |
+buildUnnamed1709() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1938(core.List<core.String> o) { |
+checkUnnamed1709(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')); |
} |
-buildUnnamed1939() { |
+buildUnnamed1710() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1939(core.List<core.String> o) { |
+checkUnnamed1710(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')); |
} |
-buildUnnamed1940() { |
+buildUnnamed1711() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed1940(core.List<api.NodePool> o) { |
+checkUnnamed1711(core.List<api.NodePool> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkNodePool(o[0]); |
checkNodePool(o[1]); |
@@ -126,8 +126,8 @@ buildCluster() { |
o.endpoint = "foo"; |
o.initialClusterVersion = "foo"; |
o.initialNodeCount = 42; |
- o.instanceGroupUrls = buildUnnamed1938(); |
- o.locations = buildUnnamed1939(); |
+ o.instanceGroupUrls = buildUnnamed1709(); |
+ o.locations = buildUnnamed1710(); |
o.loggingService = "foo"; |
o.masterAuth = buildMasterAuth(); |
o.monitoringService = "foo"; |
@@ -135,7 +135,7 @@ buildCluster() { |
o.network = "foo"; |
o.nodeConfig = buildNodeConfig(); |
o.nodeIpv4CidrSize = 42; |
- o.nodePools = buildUnnamed1940(); |
+ o.nodePools = buildUnnamed1711(); |
o.selfLink = "foo"; |
o.servicesIpv4Cidr = "foo"; |
o.status = "foo"; |
@@ -160,8 +160,8 @@ checkCluster(api.Cluster o) { |
unittest.expect(o.endpoint, unittest.equals('foo')); |
unittest.expect(o.initialClusterVersion, unittest.equals('foo')); |
unittest.expect(o.initialNodeCount, unittest.equals(42)); |
- checkUnnamed1938(o.instanceGroupUrls); |
- checkUnnamed1939(o.locations); |
+ checkUnnamed1709(o.instanceGroupUrls); |
+ checkUnnamed1710(o.locations); |
unittest.expect(o.loggingService, unittest.equals('foo')); |
checkMasterAuth(o.masterAuth); |
unittest.expect(o.monitoringService, unittest.equals('foo')); |
@@ -169,7 +169,7 @@ checkCluster(api.Cluster o) { |
unittest.expect(o.network, unittest.equals('foo')); |
checkNodeConfig(o.nodeConfig); |
unittest.expect(o.nodeIpv4CidrSize, unittest.equals(42)); |
- checkUnnamed1940(o.nodePools); |
+ checkUnnamed1711(o.nodePools); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.servicesIpv4Cidr, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -283,27 +283,27 @@ checkHttpLoadBalancing(api.HttpLoadBalancing o) { |
buildCounterHttpLoadBalancing--; |
} |
-buildUnnamed1941() { |
+buildUnnamed1712() { |
var o = new core.List<api.Cluster>(); |
o.add(buildCluster()); |
o.add(buildCluster()); |
return o; |
} |
-checkUnnamed1941(core.List<api.Cluster> o) { |
+checkUnnamed1712(core.List<api.Cluster> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCluster(o[0]); |
checkCluster(o[1]); |
} |
-buildUnnamed1942() { |
+buildUnnamed1713() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1942(core.List<core.String> o) { |
+checkUnnamed1713(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')); |
@@ -314,8 +314,8 @@ buildListClustersResponse() { |
var o = new api.ListClustersResponse(); |
buildCounterListClustersResponse++; |
if (buildCounterListClustersResponse < 3) { |
- o.clusters = buildUnnamed1941(); |
- o.missingZones = buildUnnamed1942(); |
+ o.clusters = buildUnnamed1712(); |
+ o.missingZones = buildUnnamed1713(); |
} |
buildCounterListClustersResponse--; |
return o; |
@@ -324,20 +324,20 @@ buildListClustersResponse() { |
checkListClustersResponse(api.ListClustersResponse o) { |
buildCounterListClustersResponse++; |
if (buildCounterListClustersResponse < 3) { |
- checkUnnamed1941(o.clusters); |
- checkUnnamed1942(o.missingZones); |
+ checkUnnamed1712(o.clusters); |
+ checkUnnamed1713(o.missingZones); |
} |
buildCounterListClustersResponse--; |
} |
-buildUnnamed1943() { |
+buildUnnamed1714() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed1943(core.List<api.NodePool> o) { |
+checkUnnamed1714(core.List<api.NodePool> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkNodePool(o[0]); |
checkNodePool(o[1]); |
@@ -348,7 +348,7 @@ buildListNodePoolsResponse() { |
var o = new api.ListNodePoolsResponse(); |
buildCounterListNodePoolsResponse++; |
if (buildCounterListNodePoolsResponse < 3) { |
- o.nodePools = buildUnnamed1943(); |
+ o.nodePools = buildUnnamed1714(); |
} |
buildCounterListNodePoolsResponse--; |
return o; |
@@ -357,32 +357,32 @@ buildListNodePoolsResponse() { |
checkListNodePoolsResponse(api.ListNodePoolsResponse o) { |
buildCounterListNodePoolsResponse++; |
if (buildCounterListNodePoolsResponse < 3) { |
- checkUnnamed1943(o.nodePools); |
+ checkUnnamed1714(o.nodePools); |
} |
buildCounterListNodePoolsResponse--; |
} |
-buildUnnamed1944() { |
+buildUnnamed1715() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1944(core.List<core.String> o) { |
+checkUnnamed1715(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')); |
} |
-buildUnnamed1945() { |
+buildUnnamed1716() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed1945(core.List<api.Operation> o) { |
+checkUnnamed1716(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -393,8 +393,8 @@ buildListOperationsResponse() { |
var o = new api.ListOperationsResponse(); |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
- o.missingZones = buildUnnamed1944(); |
- o.operations = buildUnnamed1945(); |
+ o.missingZones = buildUnnamed1715(); |
+ o.operations = buildUnnamed1716(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -403,8 +403,8 @@ buildListOperationsResponse() { |
checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
- checkUnnamed1944(o.missingZones); |
- checkUnnamed1945(o.operations); |
+ checkUnnamed1715(o.missingZones); |
+ checkUnnamed1716(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
@@ -436,27 +436,27 @@ checkMasterAuth(api.MasterAuth o) { |
buildCounterMasterAuth--; |
} |
-buildUnnamed1946() { |
+buildUnnamed1717() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1946(core.Map<core.String, core.String> o) { |
+checkUnnamed1717(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')); |
} |
-buildUnnamed1947() { |
+buildUnnamed1718() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1947(core.List<core.String> o) { |
+checkUnnamed1718(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')); |
@@ -469,8 +469,8 @@ buildNodeConfig() { |
if (buildCounterNodeConfig < 3) { |
o.diskSizeGb = 42; |
o.machineType = "foo"; |
- o.metadata = buildUnnamed1946(); |
- o.oauthScopes = buildUnnamed1947(); |
+ o.metadata = buildUnnamed1717(); |
+ o.oauthScopes = buildUnnamed1718(); |
} |
buildCounterNodeConfig--; |
return o; |
@@ -481,20 +481,20 @@ checkNodeConfig(api.NodeConfig o) { |
if (buildCounterNodeConfig < 3) { |
unittest.expect(o.diskSizeGb, unittest.equals(42)); |
unittest.expect(o.machineType, unittest.equals('foo')); |
- checkUnnamed1946(o.metadata); |
- checkUnnamed1947(o.oauthScopes); |
+ checkUnnamed1717(o.metadata); |
+ checkUnnamed1718(o.oauthScopes); |
} |
buildCounterNodeConfig--; |
} |
-buildUnnamed1948() { |
+buildUnnamed1719() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1948(core.List<core.String> o) { |
+checkUnnamed1719(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')); |
@@ -507,7 +507,7 @@ buildNodePool() { |
if (buildCounterNodePool < 3) { |
o.config = buildNodeConfig(); |
o.initialNodeCount = 42; |
- o.instanceGroupUrls = buildUnnamed1948(); |
+ o.instanceGroupUrls = buildUnnamed1719(); |
o.name = "foo"; |
o.selfLink = "foo"; |
o.status = "foo"; |
@@ -523,7 +523,7 @@ checkNodePool(api.NodePool o) { |
if (buildCounterNodePool < 3) { |
checkNodeConfig(o.config); |
unittest.expect(o.initialNodeCount, unittest.equals(42)); |
- checkUnnamed1948(o.instanceGroupUrls); |
+ checkUnnamed1719(o.instanceGroupUrls); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -566,27 +566,27 @@ checkOperation(api.Operation o) { |
buildCounterOperation--; |
} |
-buildUnnamed1949() { |
+buildUnnamed1720() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1949(core.List<core.String> o) { |
+checkUnnamed1720(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')); |
} |
-buildUnnamed1950() { |
+buildUnnamed1721() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1950(core.List<core.String> o) { |
+checkUnnamed1721(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')); |
@@ -599,8 +599,8 @@ buildServerConfig() { |
if (buildCounterServerConfig < 3) { |
o.defaultClusterVersion = "foo"; |
o.defaultImageFamily = "foo"; |
- o.validImageFamilies = buildUnnamed1949(); |
- o.validNodeVersions = buildUnnamed1950(); |
+ o.validImageFamilies = buildUnnamed1720(); |
+ o.validNodeVersions = buildUnnamed1721(); |
} |
buildCounterServerConfig--; |
return o; |
@@ -611,8 +611,8 @@ checkServerConfig(api.ServerConfig o) { |
if (buildCounterServerConfig < 3) { |
unittest.expect(o.defaultClusterVersion, unittest.equals('foo')); |
unittest.expect(o.defaultImageFamily, unittest.equals('foo')); |
- checkUnnamed1949(o.validImageFamilies); |
- checkUnnamed1950(o.validNodeVersions); |
+ checkUnnamed1720(o.validImageFamilies); |
+ checkUnnamed1721(o.validNodeVersions); |
} |
buildCounterServerConfig--; |
} |