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 a1d28e4961628e6b0bd8f5bba62310f2cfbe9a56..c0f58dea1e38fd5cda15c757da76ddc91fc3c36e 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--; |
} |
-buildUnnamed2184() { |
+buildUnnamed1938() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2184(core.List<core.String> o) { |
+checkUnnamed1938(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')); |
} |
-buildUnnamed2185() { |
+buildUnnamed1939() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2185(core.List<core.String> o) { |
+checkUnnamed1939(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')); |
} |
-buildUnnamed2186() { |
+buildUnnamed1940() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed2186(core.List<api.NodePool> o) { |
+checkUnnamed1940(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 = buildUnnamed2184(); |
- o.locations = buildUnnamed2185(); |
+ o.instanceGroupUrls = buildUnnamed1938(); |
+ o.locations = buildUnnamed1939(); |
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 = buildUnnamed2186(); |
+ o.nodePools = buildUnnamed1940(); |
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)); |
- checkUnnamed2184(o.instanceGroupUrls); |
- checkUnnamed2185(o.locations); |
+ checkUnnamed1938(o.instanceGroupUrls); |
+ checkUnnamed1939(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)); |
- checkUnnamed2186(o.nodePools); |
+ checkUnnamed1940(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--; |
} |
-buildUnnamed2187() { |
+buildUnnamed1941() { |
var o = new core.List<api.Cluster>(); |
o.add(buildCluster()); |
o.add(buildCluster()); |
return o; |
} |
-checkUnnamed2187(core.List<api.Cluster> o) { |
+checkUnnamed1941(core.List<api.Cluster> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCluster(o[0]); |
checkCluster(o[1]); |
} |
-buildUnnamed2188() { |
+buildUnnamed1942() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2188(core.List<core.String> o) { |
+checkUnnamed1942(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 = buildUnnamed2187(); |
- o.missingZones = buildUnnamed2188(); |
+ o.clusters = buildUnnamed1941(); |
+ o.missingZones = buildUnnamed1942(); |
} |
buildCounterListClustersResponse--; |
return o; |
@@ -324,20 +324,20 @@ buildListClustersResponse() { |
checkListClustersResponse(api.ListClustersResponse o) { |
buildCounterListClustersResponse++; |
if (buildCounterListClustersResponse < 3) { |
- checkUnnamed2187(o.clusters); |
- checkUnnamed2188(o.missingZones); |
+ checkUnnamed1941(o.clusters); |
+ checkUnnamed1942(o.missingZones); |
} |
buildCounterListClustersResponse--; |
} |
-buildUnnamed2189() { |
+buildUnnamed1943() { |
var o = new core.List<api.NodePool>(); |
o.add(buildNodePool()); |
o.add(buildNodePool()); |
return o; |
} |
-checkUnnamed2189(core.List<api.NodePool> o) { |
+checkUnnamed1943(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 = buildUnnamed2189(); |
+ o.nodePools = buildUnnamed1943(); |
} |
buildCounterListNodePoolsResponse--; |
return o; |
@@ -357,32 +357,32 @@ buildListNodePoolsResponse() { |
checkListNodePoolsResponse(api.ListNodePoolsResponse o) { |
buildCounterListNodePoolsResponse++; |
if (buildCounterListNodePoolsResponse < 3) { |
- checkUnnamed2189(o.nodePools); |
+ checkUnnamed1943(o.nodePools); |
} |
buildCounterListNodePoolsResponse--; |
} |
-buildUnnamed2190() { |
+buildUnnamed1944() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2190(core.List<core.String> o) { |
+checkUnnamed1944(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')); |
} |
-buildUnnamed2191() { |
+buildUnnamed1945() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2191(core.List<api.Operation> o) { |
+checkUnnamed1945(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 = buildUnnamed2190(); |
- o.operations = buildUnnamed2191(); |
+ o.missingZones = buildUnnamed1944(); |
+ o.operations = buildUnnamed1945(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -403,8 +403,8 @@ buildListOperationsResponse() { |
checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
- checkUnnamed2190(o.missingZones); |
- checkUnnamed2191(o.operations); |
+ checkUnnamed1944(o.missingZones); |
+ checkUnnamed1945(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
@@ -436,27 +436,27 @@ checkMasterAuth(api.MasterAuth o) { |
buildCounterMasterAuth--; |
} |
-buildUnnamed2192() { |
+buildUnnamed1946() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2192(core.Map<core.String, core.String> o) { |
+checkUnnamed1946(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')); |
} |
-buildUnnamed2193() { |
+buildUnnamed1947() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2193(core.List<core.String> o) { |
+checkUnnamed1947(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 = buildUnnamed2192(); |
- o.oauthScopes = buildUnnamed2193(); |
+ o.metadata = buildUnnamed1946(); |
+ o.oauthScopes = buildUnnamed1947(); |
} |
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')); |
- checkUnnamed2192(o.metadata); |
- checkUnnamed2193(o.oauthScopes); |
+ checkUnnamed1946(o.metadata); |
+ checkUnnamed1947(o.oauthScopes); |
} |
buildCounterNodeConfig--; |
} |
-buildUnnamed2194() { |
+buildUnnamed1948() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2194(core.List<core.String> o) { |
+checkUnnamed1948(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 = buildUnnamed2194(); |
+ o.instanceGroupUrls = buildUnnamed1948(); |
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)); |
- checkUnnamed2194(o.instanceGroupUrls); |
+ checkUnnamed1948(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--; |
} |
-buildUnnamed2195() { |
+buildUnnamed1949() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2195(core.List<core.String> o) { |
+checkUnnamed1949(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')); |
} |
-buildUnnamed2196() { |
+buildUnnamed1950() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2196(core.List<core.String> o) { |
+checkUnnamed1950(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 = buildUnnamed2195(); |
- o.validNodeVersions = buildUnnamed2196(); |
+ o.validImageFamilies = buildUnnamed1949(); |
+ o.validNodeVersions = buildUnnamed1950(); |
} |
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')); |
- checkUnnamed2195(o.validImageFamilies); |
- checkUnnamed2196(o.validNodeVersions); |
+ checkUnnamed1949(o.validImageFamilies); |
+ checkUnnamed1950(o.validNodeVersions); |
} |
buildCounterServerConfig--; |
} |