| 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 91f9b51ec13bee378b430e07f310cedb66c24729..70c956670d22431246792b2226d2cd059665c3ff 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--;
|
| }
|
|
|
| -buildUnnamed828() {
|
| +buildUnnamed2029() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed828(core.List<core.String> o) {
|
| +checkUnnamed2029(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'));
|
| }
|
|
|
| -buildUnnamed829() {
|
| +buildUnnamed2030() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed829(core.List<core.String> o) {
|
| +checkUnnamed2030(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'));
|
| }
|
|
|
| -buildUnnamed830() {
|
| +buildUnnamed2031() {
|
| var o = new core.List<api.NodePool>();
|
| o.add(buildNodePool());
|
| o.add(buildNodePool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed830(core.List<api.NodePool> o) {
|
| +checkUnnamed2031(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 = buildUnnamed828();
|
| - o.locations = buildUnnamed829();
|
| + o.instanceGroupUrls = buildUnnamed2029();
|
| + o.locations = buildUnnamed2030();
|
| 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 = buildUnnamed830();
|
| + o.nodePools = buildUnnamed2031();
|
| 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));
|
| - checkUnnamed828(o.instanceGroupUrls);
|
| - checkUnnamed829(o.locations);
|
| + checkUnnamed2029(o.instanceGroupUrls);
|
| + checkUnnamed2030(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));
|
| - checkUnnamed830(o.nodePools);
|
| + checkUnnamed2031(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--;
|
| }
|
|
|
| -buildUnnamed831() {
|
| +buildUnnamed2032() {
|
| var o = new core.List<api.Cluster>();
|
| o.add(buildCluster());
|
| o.add(buildCluster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed831(core.List<api.Cluster> o) {
|
| +checkUnnamed2032(core.List<api.Cluster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCluster(o[0]);
|
| checkCluster(o[1]);
|
| }
|
|
|
| -buildUnnamed832() {
|
| +buildUnnamed2033() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed832(core.List<core.String> o) {
|
| +checkUnnamed2033(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 = buildUnnamed831();
|
| - o.missingZones = buildUnnamed832();
|
| + o.clusters = buildUnnamed2032();
|
| + o.missingZones = buildUnnamed2033();
|
| }
|
| buildCounterListClustersResponse--;
|
| return o;
|
| @@ -324,20 +324,20 @@ buildListClustersResponse() {
|
| checkListClustersResponse(api.ListClustersResponse o) {
|
| buildCounterListClustersResponse++;
|
| if (buildCounterListClustersResponse < 3) {
|
| - checkUnnamed831(o.clusters);
|
| - checkUnnamed832(o.missingZones);
|
| + checkUnnamed2032(o.clusters);
|
| + checkUnnamed2033(o.missingZones);
|
| }
|
| buildCounterListClustersResponse--;
|
| }
|
|
|
| -buildUnnamed833() {
|
| +buildUnnamed2034() {
|
| var o = new core.List<api.NodePool>();
|
| o.add(buildNodePool());
|
| o.add(buildNodePool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed833(core.List<api.NodePool> o) {
|
| +checkUnnamed2034(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 = buildUnnamed833();
|
| + o.nodePools = buildUnnamed2034();
|
| }
|
| buildCounterListNodePoolsResponse--;
|
| return o;
|
| @@ -357,32 +357,32 @@ buildListNodePoolsResponse() {
|
| checkListNodePoolsResponse(api.ListNodePoolsResponse o) {
|
| buildCounterListNodePoolsResponse++;
|
| if (buildCounterListNodePoolsResponse < 3) {
|
| - checkUnnamed833(o.nodePools);
|
| + checkUnnamed2034(o.nodePools);
|
| }
|
| buildCounterListNodePoolsResponse--;
|
| }
|
|
|
| -buildUnnamed834() {
|
| +buildUnnamed2035() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed834(core.List<core.String> o) {
|
| +checkUnnamed2035(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'));
|
| }
|
|
|
| -buildUnnamed835() {
|
| +buildUnnamed2036() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed835(core.List<api.Operation> o) {
|
| +checkUnnamed2036(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 = buildUnnamed834();
|
| - o.operations = buildUnnamed835();
|
| + o.missingZones = buildUnnamed2035();
|
| + o.operations = buildUnnamed2036();
|
| }
|
| buildCounterListOperationsResponse--;
|
| return o;
|
| @@ -403,8 +403,8 @@ buildListOperationsResponse() {
|
| checkListOperationsResponse(api.ListOperationsResponse o) {
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| - checkUnnamed834(o.missingZones);
|
| - checkUnnamed835(o.operations);
|
| + checkUnnamed2035(o.missingZones);
|
| + checkUnnamed2036(o.operations);
|
| }
|
| buildCounterListOperationsResponse--;
|
| }
|
| @@ -436,27 +436,27 @@ checkMasterAuth(api.MasterAuth o) {
|
| buildCounterMasterAuth--;
|
| }
|
|
|
| -buildUnnamed836() {
|
| +buildUnnamed2037() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed836(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2037(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'));
|
| }
|
|
|
| -buildUnnamed837() {
|
| +buildUnnamed2038() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed837(core.List<core.String> o) {
|
| +checkUnnamed2038(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 = buildUnnamed836();
|
| - o.oauthScopes = buildUnnamed837();
|
| + o.metadata = buildUnnamed2037();
|
| + o.oauthScopes = buildUnnamed2038();
|
| }
|
| 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'));
|
| - checkUnnamed836(o.metadata);
|
| - checkUnnamed837(o.oauthScopes);
|
| + checkUnnamed2037(o.metadata);
|
| + checkUnnamed2038(o.oauthScopes);
|
| }
|
| buildCounterNodeConfig--;
|
| }
|
|
|
| -buildUnnamed838() {
|
| +buildUnnamed2039() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed838(core.List<core.String> o) {
|
| +checkUnnamed2039(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 = buildUnnamed838();
|
| + o.instanceGroupUrls = buildUnnamed2039();
|
| 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));
|
| - checkUnnamed838(o.instanceGroupUrls);
|
| + checkUnnamed2039(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--;
|
| }
|
|
|
| -buildUnnamed839() {
|
| +buildUnnamed2040() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed839(core.List<core.String> o) {
|
| +checkUnnamed2040(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'));
|
| }
|
|
|
| -buildUnnamed840() {
|
| +buildUnnamed2041() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed840(core.List<core.String> o) {
|
| +checkUnnamed2041(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 = buildUnnamed839();
|
| - o.validNodeVersions = buildUnnamed840();
|
| + o.validImageFamilies = buildUnnamed2040();
|
| + o.validNodeVersions = buildUnnamed2041();
|
| }
|
| 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'));
|
| - checkUnnamed839(o.validImageFamilies);
|
| - checkUnnamed840(o.validNodeVersions);
|
| + checkUnnamed2040(o.validImageFamilies);
|
| + checkUnnamed2041(o.validNodeVersions);
|
| }
|
| buildCounterServerConfig--;
|
| }
|
|
|