| 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 114f94fd619ec608afc502f17e746c7fa808edd4..1a2ce93635de4cf8db3d6fe27ab1daa91a329eba 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--;
|
| }
|
|
|
| -buildUnnamed2040() {
|
| +buildUnnamed892() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2040(core.List<core.String> o) {
|
| +checkUnnamed892(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'));
|
| }
|
|
|
| -buildUnnamed2041() {
|
| +buildUnnamed893() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2041(core.List<core.String> o) {
|
| +checkUnnamed893(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'));
|
| }
|
|
|
| -buildUnnamed2042() {
|
| +buildUnnamed894() {
|
| var o = new core.List<api.NodePool>();
|
| o.add(buildNodePool());
|
| o.add(buildNodePool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2042(core.List<api.NodePool> o) {
|
| +checkUnnamed894(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 = buildUnnamed2040();
|
| - o.locations = buildUnnamed2041();
|
| + o.instanceGroupUrls = buildUnnamed892();
|
| + o.locations = buildUnnamed893();
|
| 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 = buildUnnamed2042();
|
| + o.nodePools = buildUnnamed894();
|
| 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));
|
| - checkUnnamed2040(o.instanceGroupUrls);
|
| - checkUnnamed2041(o.locations);
|
| + checkUnnamed892(o.instanceGroupUrls);
|
| + checkUnnamed893(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));
|
| - checkUnnamed2042(o.nodePools);
|
| + checkUnnamed894(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--;
|
| }
|
|
|
| -buildUnnamed2043() {
|
| +buildUnnamed895() {
|
| var o = new core.List<api.Cluster>();
|
| o.add(buildCluster());
|
| o.add(buildCluster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2043(core.List<api.Cluster> o) {
|
| +checkUnnamed895(core.List<api.Cluster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCluster(o[0]);
|
| checkCluster(o[1]);
|
| }
|
|
|
| -buildUnnamed2044() {
|
| +buildUnnamed896() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2044(core.List<core.String> o) {
|
| +checkUnnamed896(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 = buildUnnamed2043();
|
| - o.missingZones = buildUnnamed2044();
|
| + o.clusters = buildUnnamed895();
|
| + o.missingZones = buildUnnamed896();
|
| }
|
| buildCounterListClustersResponse--;
|
| return o;
|
| @@ -324,20 +324,20 @@ buildListClustersResponse() {
|
| checkListClustersResponse(api.ListClustersResponse o) {
|
| buildCounterListClustersResponse++;
|
| if (buildCounterListClustersResponse < 3) {
|
| - checkUnnamed2043(o.clusters);
|
| - checkUnnamed2044(o.missingZones);
|
| + checkUnnamed895(o.clusters);
|
| + checkUnnamed896(o.missingZones);
|
| }
|
| buildCounterListClustersResponse--;
|
| }
|
|
|
| -buildUnnamed2045() {
|
| +buildUnnamed897() {
|
| var o = new core.List<api.NodePool>();
|
| o.add(buildNodePool());
|
| o.add(buildNodePool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2045(core.List<api.NodePool> o) {
|
| +checkUnnamed897(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 = buildUnnamed2045();
|
| + o.nodePools = buildUnnamed897();
|
| }
|
| buildCounterListNodePoolsResponse--;
|
| return o;
|
| @@ -357,32 +357,32 @@ buildListNodePoolsResponse() {
|
| checkListNodePoolsResponse(api.ListNodePoolsResponse o) {
|
| buildCounterListNodePoolsResponse++;
|
| if (buildCounterListNodePoolsResponse < 3) {
|
| - checkUnnamed2045(o.nodePools);
|
| + checkUnnamed897(o.nodePools);
|
| }
|
| buildCounterListNodePoolsResponse--;
|
| }
|
|
|
| -buildUnnamed2046() {
|
| +buildUnnamed898() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2046(core.List<core.String> o) {
|
| +checkUnnamed898(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'));
|
| }
|
|
|
| -buildUnnamed2047() {
|
| +buildUnnamed899() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2047(core.List<api.Operation> o) {
|
| +checkUnnamed899(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 = buildUnnamed2046();
|
| - o.operations = buildUnnamed2047();
|
| + o.missingZones = buildUnnamed898();
|
| + o.operations = buildUnnamed899();
|
| }
|
| buildCounterListOperationsResponse--;
|
| return o;
|
| @@ -403,8 +403,8 @@ buildListOperationsResponse() {
|
| checkListOperationsResponse(api.ListOperationsResponse o) {
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| - checkUnnamed2046(o.missingZones);
|
| - checkUnnamed2047(o.operations);
|
| + checkUnnamed898(o.missingZones);
|
| + checkUnnamed899(o.operations);
|
| }
|
| buildCounterListOperationsResponse--;
|
| }
|
| @@ -436,27 +436,27 @@ checkMasterAuth(api.MasterAuth o) {
|
| buildCounterMasterAuth--;
|
| }
|
|
|
| -buildUnnamed2048() {
|
| +buildUnnamed900() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2048(core.Map<core.String, core.String> o) {
|
| +checkUnnamed900(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'));
|
| }
|
|
|
| -buildUnnamed2049() {
|
| +buildUnnamed901() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2049(core.List<core.String> o) {
|
| +checkUnnamed901(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 = buildUnnamed2048();
|
| - o.oauthScopes = buildUnnamed2049();
|
| + o.metadata = buildUnnamed900();
|
| + o.oauthScopes = buildUnnamed901();
|
| }
|
| 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'));
|
| - checkUnnamed2048(o.metadata);
|
| - checkUnnamed2049(o.oauthScopes);
|
| + checkUnnamed900(o.metadata);
|
| + checkUnnamed901(o.oauthScopes);
|
| }
|
| buildCounterNodeConfig--;
|
| }
|
|
|
| -buildUnnamed2050() {
|
| +buildUnnamed902() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2050(core.List<core.String> o) {
|
| +checkUnnamed902(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 = buildUnnamed2050();
|
| + o.instanceGroupUrls = buildUnnamed902();
|
| 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));
|
| - checkUnnamed2050(o.instanceGroupUrls);
|
| + checkUnnamed902(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--;
|
| }
|
|
|
| -buildUnnamed2051() {
|
| +buildUnnamed903() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2051(core.List<core.String> o) {
|
| +checkUnnamed903(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'));
|
| }
|
|
|
| -buildUnnamed2052() {
|
| +buildUnnamed904() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2052(core.List<core.String> o) {
|
| +checkUnnamed904(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 = buildUnnamed2051();
|
| - o.validNodeVersions = buildUnnamed2052();
|
| + o.validImageFamilies = buildUnnamed903();
|
| + o.validNodeVersions = buildUnnamed904();
|
| }
|
| 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'));
|
| - checkUnnamed2051(o.validImageFamilies);
|
| - checkUnnamed2052(o.validNodeVersions);
|
| + checkUnnamed903(o.validImageFamilies);
|
| + checkUnnamed904(o.validNodeVersions);
|
| }
|
| buildCounterServerConfig--;
|
| }
|
|
|