| Index: generated/googleapis/test/compute/v1_test.dart
|
| diff --git a/generated/googleapis/test/compute/v1_test.dart b/generated/googleapis/test/compute/v1_test.dart
|
| index 37c8ce7a280761ebed102946570741f36d1d3a68..377fa4f9a17f63ffd4df4c5d0de048b7a38c396d 100644
|
| --- a/generated/googleapis/test/compute/v1_test.dart
|
| +++ b/generated/googleapis/test/compute/v1_test.dart
|
| @@ -76,14 +76,14 @@ checkAccessConfig(api.AccessConfig o) {
|
| buildCounterAccessConfig--;
|
| }
|
|
|
| -buildUnnamed2272() {
|
| +buildUnnamed722() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2272(core.List<core.String> o) {
|
| +checkUnnamed722(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'));
|
| @@ -103,7 +103,7 @@ buildAddress() {
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| - o.users = buildUnnamed2272();
|
| + o.users = buildUnnamed722();
|
| }
|
| buildCounterAddress--;
|
| return o;
|
| @@ -121,19 +121,19 @@ checkAddress(api.Address o) {
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed2272(o.users);
|
| + checkUnnamed722(o.users);
|
| }
|
| buildCounterAddress--;
|
| }
|
|
|
| -buildUnnamed2273() {
|
| +buildUnnamed723() {
|
| var o = new core.Map<core.String, api.AddressesScopedList>();
|
| o["x"] = buildAddressesScopedList();
|
| o["y"] = buildAddressesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2273(core.Map<core.String, api.AddressesScopedList> o) {
|
| +checkUnnamed723(core.Map<core.String, api.AddressesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAddressesScopedList(o["x"]);
|
| checkAddressesScopedList(o["y"]);
|
| @@ -145,7 +145,7 @@ buildAddressAggregatedList() {
|
| buildCounterAddressAggregatedList++;
|
| if (buildCounterAddressAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2273();
|
| + o.items = buildUnnamed723();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -158,7 +158,7 @@ checkAddressAggregatedList(api.AddressAggregatedList o) {
|
| buildCounterAddressAggregatedList++;
|
| if (buildCounterAddressAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2273(o.items);
|
| + checkUnnamed723(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -166,14 +166,14 @@ checkAddressAggregatedList(api.AddressAggregatedList o) {
|
| buildCounterAddressAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2274() {
|
| +buildUnnamed724() {
|
| var o = new core.List<api.Address>();
|
| o.add(buildAddress());
|
| o.add(buildAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2274(core.List<api.Address> o) {
|
| +checkUnnamed724(core.List<api.Address> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAddress(o[0]);
|
| checkAddress(o[1]);
|
| @@ -185,7 +185,7 @@ buildAddressList() {
|
| buildCounterAddressList++;
|
| if (buildCounterAddressList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2274();
|
| + o.items = buildUnnamed724();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -198,7 +198,7 @@ checkAddressList(api.AddressList o) {
|
| buildCounterAddressList++;
|
| if (buildCounterAddressList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2274(o.items);
|
| + checkUnnamed724(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -206,14 +206,14 @@ checkAddressList(api.AddressList o) {
|
| buildCounterAddressList--;
|
| }
|
|
|
| -buildUnnamed2275() {
|
| +buildUnnamed725() {
|
| var o = new core.List<api.Address>();
|
| o.add(buildAddress());
|
| o.add(buildAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2275(core.List<api.Address> o) {
|
| +checkUnnamed725(core.List<api.Address> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAddress(o[0]);
|
| checkAddress(o[1]);
|
| @@ -240,14 +240,14 @@ checkAddressesScopedListWarningData(api.AddressesScopedListWarningData o) {
|
| buildCounterAddressesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2276() {
|
| +buildUnnamed726() {
|
| var o = new core.List<api.AddressesScopedListWarningData>();
|
| o.add(buildAddressesScopedListWarningData());
|
| o.add(buildAddressesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2276(core.List<api.AddressesScopedListWarningData> o) {
|
| +checkUnnamed726(core.List<api.AddressesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAddressesScopedListWarningData(o[0]);
|
| checkAddressesScopedListWarningData(o[1]);
|
| @@ -259,7 +259,7 @@ buildAddressesScopedListWarning() {
|
| buildCounterAddressesScopedListWarning++;
|
| if (buildCounterAddressesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2276();
|
| + o.data = buildUnnamed726();
|
| o.message = "foo";
|
| }
|
| buildCounterAddressesScopedListWarning--;
|
| @@ -270,7 +270,7 @@ checkAddressesScopedListWarning(api.AddressesScopedListWarning o) {
|
| buildCounterAddressesScopedListWarning++;
|
| if (buildCounterAddressesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2276(o.data);
|
| + checkUnnamed726(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterAddressesScopedListWarning--;
|
| @@ -281,7 +281,7 @@ buildAddressesScopedList() {
|
| var o = new api.AddressesScopedList();
|
| buildCounterAddressesScopedList++;
|
| if (buildCounterAddressesScopedList < 3) {
|
| - o.addresses = buildUnnamed2275();
|
| + o.addresses = buildUnnamed725();
|
| o.warning = buildAddressesScopedListWarning();
|
| }
|
| buildCounterAddressesScopedList--;
|
| @@ -291,20 +291,20 @@ buildAddressesScopedList() {
|
| checkAddressesScopedList(api.AddressesScopedList o) {
|
| buildCounterAddressesScopedList++;
|
| if (buildCounterAddressesScopedList < 3) {
|
| - checkUnnamed2275(o.addresses);
|
| + checkUnnamed725(o.addresses);
|
| checkAddressesScopedListWarning(o.warning);
|
| }
|
| buildCounterAddressesScopedList--;
|
| }
|
|
|
| -buildUnnamed2277() {
|
| +buildUnnamed727() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2277(core.List<core.String> o) {
|
| +checkUnnamed727(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'));
|
| @@ -323,7 +323,7 @@ buildAttachedDisk() {
|
| o.initializeParams = buildAttachedDiskInitializeParams();
|
| o.interface = "foo";
|
| o.kind = "foo";
|
| - o.licenses = buildUnnamed2277();
|
| + o.licenses = buildUnnamed727();
|
| o.mode = "foo";
|
| o.source = "foo";
|
| o.type = "foo";
|
| @@ -343,7 +343,7 @@ checkAttachedDisk(api.AttachedDisk o) {
|
| checkAttachedDiskInitializeParams(o.initializeParams);
|
| unittest.expect(o.interface, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2277(o.licenses);
|
| + checkUnnamed727(o.licenses);
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -413,14 +413,14 @@ checkAutoscaler(api.Autoscaler o) {
|
| buildCounterAutoscaler--;
|
| }
|
|
|
| -buildUnnamed2278() {
|
| +buildUnnamed728() {
|
| var o = new core.Map<core.String, api.AutoscalersScopedList>();
|
| o["x"] = buildAutoscalersScopedList();
|
| o["y"] = buildAutoscalersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2278(core.Map<core.String, api.AutoscalersScopedList> o) {
|
| +checkUnnamed728(core.Map<core.String, api.AutoscalersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalersScopedList(o["x"]);
|
| checkAutoscalersScopedList(o["y"]);
|
| @@ -432,7 +432,7 @@ buildAutoscalerAggregatedList() {
|
| buildCounterAutoscalerAggregatedList++;
|
| if (buildCounterAutoscalerAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2278();
|
| + o.items = buildUnnamed728();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -445,7 +445,7 @@ checkAutoscalerAggregatedList(api.AutoscalerAggregatedList o) {
|
| buildCounterAutoscalerAggregatedList++;
|
| if (buildCounterAutoscalerAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2278(o.items);
|
| + checkUnnamed728(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -453,14 +453,14 @@ checkAutoscalerAggregatedList(api.AutoscalerAggregatedList o) {
|
| buildCounterAutoscalerAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2279() {
|
| +buildUnnamed729() {
|
| var o = new core.List<api.Autoscaler>();
|
| o.add(buildAutoscaler());
|
| o.add(buildAutoscaler());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2279(core.List<api.Autoscaler> o) {
|
| +checkUnnamed729(core.List<api.Autoscaler> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscaler(o[0]);
|
| checkAutoscaler(o[1]);
|
| @@ -472,7 +472,7 @@ buildAutoscalerList() {
|
| buildCounterAutoscalerList++;
|
| if (buildCounterAutoscalerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2279();
|
| + o.items = buildUnnamed729();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -485,7 +485,7 @@ checkAutoscalerList(api.AutoscalerList o) {
|
| buildCounterAutoscalerList++;
|
| if (buildCounterAutoscalerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2279(o.items);
|
| + checkUnnamed729(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -493,14 +493,14 @@ checkAutoscalerList(api.AutoscalerList o) {
|
| buildCounterAutoscalerList--;
|
| }
|
|
|
| -buildUnnamed2280() {
|
| +buildUnnamed730() {
|
| var o = new core.List<api.Autoscaler>();
|
| o.add(buildAutoscaler());
|
| o.add(buildAutoscaler());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2280(core.List<api.Autoscaler> o) {
|
| +checkUnnamed730(core.List<api.Autoscaler> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscaler(o[0]);
|
| checkAutoscaler(o[1]);
|
| @@ -527,14 +527,14 @@ checkAutoscalersScopedListWarningData(api.AutoscalersScopedListWarningData o) {
|
| buildCounterAutoscalersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2281() {
|
| +buildUnnamed731() {
|
| var o = new core.List<api.AutoscalersScopedListWarningData>();
|
| o.add(buildAutoscalersScopedListWarningData());
|
| o.add(buildAutoscalersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2281(core.List<api.AutoscalersScopedListWarningData> o) {
|
| +checkUnnamed731(core.List<api.AutoscalersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalersScopedListWarningData(o[0]);
|
| checkAutoscalersScopedListWarningData(o[1]);
|
| @@ -546,7 +546,7 @@ buildAutoscalersScopedListWarning() {
|
| buildCounterAutoscalersScopedListWarning++;
|
| if (buildCounterAutoscalersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2281();
|
| + o.data = buildUnnamed731();
|
| o.message = "foo";
|
| }
|
| buildCounterAutoscalersScopedListWarning--;
|
| @@ -557,7 +557,7 @@ checkAutoscalersScopedListWarning(api.AutoscalersScopedListWarning o) {
|
| buildCounterAutoscalersScopedListWarning++;
|
| if (buildCounterAutoscalersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2281(o.data);
|
| + checkUnnamed731(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterAutoscalersScopedListWarning--;
|
| @@ -568,7 +568,7 @@ buildAutoscalersScopedList() {
|
| var o = new api.AutoscalersScopedList();
|
| buildCounterAutoscalersScopedList++;
|
| if (buildCounterAutoscalersScopedList < 3) {
|
| - o.autoscalers = buildUnnamed2280();
|
| + o.autoscalers = buildUnnamed730();
|
| o.warning = buildAutoscalersScopedListWarning();
|
| }
|
| buildCounterAutoscalersScopedList--;
|
| @@ -578,20 +578,20 @@ buildAutoscalersScopedList() {
|
| checkAutoscalersScopedList(api.AutoscalersScopedList o) {
|
| buildCounterAutoscalersScopedList++;
|
| if (buildCounterAutoscalersScopedList < 3) {
|
| - checkUnnamed2280(o.autoscalers);
|
| + checkUnnamed730(o.autoscalers);
|
| checkAutoscalersScopedListWarning(o.warning);
|
| }
|
| buildCounterAutoscalersScopedList--;
|
| }
|
|
|
| -buildUnnamed2282() {
|
| +buildUnnamed732() {
|
| var o = new core.List<api.AutoscalingPolicyCustomMetricUtilization>();
|
| o.add(buildAutoscalingPolicyCustomMetricUtilization());
|
| o.add(buildAutoscalingPolicyCustomMetricUtilization());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2282(core.List<api.AutoscalingPolicyCustomMetricUtilization> o) {
|
| +checkUnnamed732(core.List<api.AutoscalingPolicyCustomMetricUtilization> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalingPolicyCustomMetricUtilization(o[0]);
|
| checkAutoscalingPolicyCustomMetricUtilization(o[1]);
|
| @@ -604,7 +604,7 @@ buildAutoscalingPolicy() {
|
| if (buildCounterAutoscalingPolicy < 3) {
|
| o.coolDownPeriodSec = 42;
|
| o.cpuUtilization = buildAutoscalingPolicyCpuUtilization();
|
| - o.customMetricUtilizations = buildUnnamed2282();
|
| + o.customMetricUtilizations = buildUnnamed732();
|
| o.loadBalancingUtilization = buildAutoscalingPolicyLoadBalancingUtilization();
|
| o.maxNumReplicas = 42;
|
| o.minNumReplicas = 42;
|
| @@ -618,7 +618,7 @@ checkAutoscalingPolicy(api.AutoscalingPolicy o) {
|
| if (buildCounterAutoscalingPolicy < 3) {
|
| unittest.expect(o.coolDownPeriodSec, unittest.equals(42));
|
| checkAutoscalingPolicyCpuUtilization(o.cpuUtilization);
|
| - checkUnnamed2282(o.customMetricUtilizations);
|
| + checkUnnamed732(o.customMetricUtilizations);
|
| checkAutoscalingPolicyLoadBalancingUtilization(o.loadBalancingUtilization);
|
| unittest.expect(o.maxNumReplicas, unittest.equals(42));
|
| unittest.expect(o.minNumReplicas, unittest.equals(42));
|
| @@ -718,27 +718,27 @@ checkBackend(api.Backend o) {
|
| buildCounterBackend--;
|
| }
|
|
|
| -buildUnnamed2283() {
|
| +buildUnnamed733() {
|
| var o = new core.List<api.Backend>();
|
| o.add(buildBackend());
|
| o.add(buildBackend());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2283(core.List<api.Backend> o) {
|
| +checkUnnamed733(core.List<api.Backend> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackend(o[0]);
|
| checkBackend(o[1]);
|
| }
|
|
|
| -buildUnnamed2284() {
|
| +buildUnnamed734() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2284(core.List<core.String> o) {
|
| +checkUnnamed734(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'));
|
| @@ -749,12 +749,13 @@ buildBackendService() {
|
| var o = new api.BackendService();
|
| buildCounterBackendService++;
|
| if (buildCounterBackendService < 3) {
|
| - o.backends = buildUnnamed2283();
|
| + o.affinityCookieTtlSec = 42;
|
| + o.backends = buildUnnamed733();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.enableCDN = true;
|
| o.fingerprint = "foo";
|
| - o.healthChecks = buildUnnamed2284();
|
| + o.healthChecks = buildUnnamed734();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -763,6 +764,7 @@ buildBackendService() {
|
| o.protocol = "foo";
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| + o.sessionAffinity = "foo";
|
| o.timeoutSec = 42;
|
| }
|
| buildCounterBackendService--;
|
| @@ -772,12 +774,13 @@ buildBackendService() {
|
| checkBackendService(api.BackendService o) {
|
| buildCounterBackendService++;
|
| if (buildCounterBackendService < 3) {
|
| - checkUnnamed2283(o.backends);
|
| + unittest.expect(o.affinityCookieTtlSec, unittest.equals(42));
|
| + checkUnnamed733(o.backends);
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.enableCDN, unittest.isTrue);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2284(o.healthChecks);
|
| + checkUnnamed734(o.healthChecks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -786,19 +789,20 @@ checkBackendService(api.BackendService o) {
|
| unittest.expect(o.protocol, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| + unittest.expect(o.sessionAffinity, unittest.equals('foo'));
|
| unittest.expect(o.timeoutSec, unittest.equals(42));
|
| }
|
| buildCounterBackendService--;
|
| }
|
|
|
| -buildUnnamed2285() {
|
| +buildUnnamed735() {
|
| var o = new core.List<api.HealthStatus>();
|
| o.add(buildHealthStatus());
|
| o.add(buildHealthStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2285(core.List<api.HealthStatus> o) {
|
| +checkUnnamed735(core.List<api.HealthStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthStatus(o[0]);
|
| checkHealthStatus(o[1]);
|
| @@ -809,7 +813,7 @@ buildBackendServiceGroupHealth() {
|
| var o = new api.BackendServiceGroupHealth();
|
| buildCounterBackendServiceGroupHealth++;
|
| if (buildCounterBackendServiceGroupHealth < 3) {
|
| - o.healthStatus = buildUnnamed2285();
|
| + o.healthStatus = buildUnnamed735();
|
| o.kind = "foo";
|
| }
|
| buildCounterBackendServiceGroupHealth--;
|
| @@ -819,20 +823,20 @@ buildBackendServiceGroupHealth() {
|
| checkBackendServiceGroupHealth(api.BackendServiceGroupHealth o) {
|
| buildCounterBackendServiceGroupHealth++;
|
| if (buildCounterBackendServiceGroupHealth < 3) {
|
| - checkUnnamed2285(o.healthStatus);
|
| + checkUnnamed735(o.healthStatus);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBackendServiceGroupHealth--;
|
| }
|
|
|
| -buildUnnamed2286() {
|
| +buildUnnamed736() {
|
| var o = new core.List<api.BackendService>();
|
| o.add(buildBackendService());
|
| o.add(buildBackendService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2286(core.List<api.BackendService> o) {
|
| +checkUnnamed736(core.List<api.BackendService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackendService(o[0]);
|
| checkBackendService(o[1]);
|
| @@ -844,7 +848,7 @@ buildBackendServiceList() {
|
| buildCounterBackendServiceList++;
|
| if (buildCounterBackendServiceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2286();
|
| + o.items = buildUnnamed736();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -857,7 +861,7 @@ checkBackendServiceList(api.BackendServiceList o) {
|
| buildCounterBackendServiceList++;
|
| if (buildCounterBackendServiceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2286(o.items);
|
| + checkUnnamed736(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -953,27 +957,27 @@ checkDeprecationStatus(api.DeprecationStatus o) {
|
| buildCounterDeprecationStatus--;
|
| }
|
|
|
| -buildUnnamed2287() {
|
| +buildUnnamed737() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2287(core.List<core.String> o) {
|
| +checkUnnamed737(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'));
|
| }
|
|
|
| -buildUnnamed2288() {
|
| +buildUnnamed738() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2288(core.List<core.String> o) {
|
| +checkUnnamed738(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'));
|
| @@ -991,7 +995,7 @@ buildDisk() {
|
| o.kind = "foo";
|
| o.lastAttachTimestamp = "foo";
|
| o.lastDetachTimestamp = "foo";
|
| - o.licenses = buildUnnamed2287();
|
| + o.licenses = buildUnnamed737();
|
| o.name = "foo";
|
| o.options = "foo";
|
| o.selfLink = "foo";
|
| @@ -1004,7 +1008,7 @@ buildDisk() {
|
| o.sourceSnapshotId = "foo";
|
| o.status = "foo";
|
| o.type = "foo";
|
| - o.users = buildUnnamed2288();
|
| + o.users = buildUnnamed738();
|
| o.zone = "foo";
|
| }
|
| buildCounterDisk--;
|
| @@ -1021,7 +1025,7 @@ checkDisk(api.Disk o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastAttachTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.lastDetachTimestamp, unittest.equals('foo'));
|
| - checkUnnamed2287(o.licenses);
|
| + checkUnnamed737(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.options, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1034,20 +1038,20 @@ checkDisk(api.Disk o) {
|
| unittest.expect(o.sourceSnapshotId, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| - checkUnnamed2288(o.users);
|
| + checkUnnamed738(o.users);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterDisk--;
|
| }
|
|
|
| -buildUnnamed2289() {
|
| +buildUnnamed739() {
|
| var o = new core.Map<core.String, api.DisksScopedList>();
|
| o["x"] = buildDisksScopedList();
|
| o["y"] = buildDisksScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2289(core.Map<core.String, api.DisksScopedList> o) {
|
| +checkUnnamed739(core.Map<core.String, api.DisksScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisksScopedList(o["x"]);
|
| checkDisksScopedList(o["y"]);
|
| @@ -1059,7 +1063,7 @@ buildDiskAggregatedList() {
|
| buildCounterDiskAggregatedList++;
|
| if (buildCounterDiskAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2289();
|
| + o.items = buildUnnamed739();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1072,7 +1076,7 @@ checkDiskAggregatedList(api.DiskAggregatedList o) {
|
| buildCounterDiskAggregatedList++;
|
| if (buildCounterDiskAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2289(o.items);
|
| + checkUnnamed739(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1080,14 +1084,14 @@ checkDiskAggregatedList(api.DiskAggregatedList o) {
|
| buildCounterDiskAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2290() {
|
| +buildUnnamed740() {
|
| var o = new core.List<api.Disk>();
|
| o.add(buildDisk());
|
| o.add(buildDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2290(core.List<api.Disk> o) {
|
| +checkUnnamed740(core.List<api.Disk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisk(o[0]);
|
| checkDisk(o[1]);
|
| @@ -1099,7 +1103,7 @@ buildDiskList() {
|
| buildCounterDiskList++;
|
| if (buildCounterDiskList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2290();
|
| + o.items = buildUnnamed740();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1112,7 +1116,7 @@ checkDiskList(api.DiskList o) {
|
| buildCounterDiskList++;
|
| if (buildCounterDiskList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2290(o.items);
|
| + checkUnnamed740(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1178,14 +1182,14 @@ checkDiskType(api.DiskType o) {
|
| buildCounterDiskType--;
|
| }
|
|
|
| -buildUnnamed2291() {
|
| +buildUnnamed741() {
|
| var o = new core.Map<core.String, api.DiskTypesScopedList>();
|
| o["x"] = buildDiskTypesScopedList();
|
| o["y"] = buildDiskTypesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2291(core.Map<core.String, api.DiskTypesScopedList> o) {
|
| +checkUnnamed741(core.Map<core.String, api.DiskTypesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskTypesScopedList(o["x"]);
|
| checkDiskTypesScopedList(o["y"]);
|
| @@ -1197,7 +1201,7 @@ buildDiskTypeAggregatedList() {
|
| buildCounterDiskTypeAggregatedList++;
|
| if (buildCounterDiskTypeAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2291();
|
| + o.items = buildUnnamed741();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1210,7 +1214,7 @@ checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) {
|
| buildCounterDiskTypeAggregatedList++;
|
| if (buildCounterDiskTypeAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2291(o.items);
|
| + checkUnnamed741(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1218,14 +1222,14 @@ checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) {
|
| buildCounterDiskTypeAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2292() {
|
| +buildUnnamed742() {
|
| var o = new core.List<api.DiskType>();
|
| o.add(buildDiskType());
|
| o.add(buildDiskType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2292(core.List<api.DiskType> o) {
|
| +checkUnnamed742(core.List<api.DiskType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskType(o[0]);
|
| checkDiskType(o[1]);
|
| @@ -1237,7 +1241,7 @@ buildDiskTypeList() {
|
| buildCounterDiskTypeList++;
|
| if (buildCounterDiskTypeList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2292();
|
| + o.items = buildUnnamed742();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1250,7 +1254,7 @@ checkDiskTypeList(api.DiskTypeList o) {
|
| buildCounterDiskTypeList++;
|
| if (buildCounterDiskTypeList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2292(o.items);
|
| + checkUnnamed742(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1258,14 +1262,14 @@ checkDiskTypeList(api.DiskTypeList o) {
|
| buildCounterDiskTypeList--;
|
| }
|
|
|
| -buildUnnamed2293() {
|
| +buildUnnamed743() {
|
| var o = new core.List<api.DiskType>();
|
| o.add(buildDiskType());
|
| o.add(buildDiskType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2293(core.List<api.DiskType> o) {
|
| +checkUnnamed743(core.List<api.DiskType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskType(o[0]);
|
| checkDiskType(o[1]);
|
| @@ -1292,14 +1296,14 @@ checkDiskTypesScopedListWarningData(api.DiskTypesScopedListWarningData o) {
|
| buildCounterDiskTypesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2294() {
|
| +buildUnnamed744() {
|
| var o = new core.List<api.DiskTypesScopedListWarningData>();
|
| o.add(buildDiskTypesScopedListWarningData());
|
| o.add(buildDiskTypesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2294(core.List<api.DiskTypesScopedListWarningData> o) {
|
| +checkUnnamed744(core.List<api.DiskTypesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskTypesScopedListWarningData(o[0]);
|
| checkDiskTypesScopedListWarningData(o[1]);
|
| @@ -1311,7 +1315,7 @@ buildDiskTypesScopedListWarning() {
|
| buildCounterDiskTypesScopedListWarning++;
|
| if (buildCounterDiskTypesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2294();
|
| + o.data = buildUnnamed744();
|
| o.message = "foo";
|
| }
|
| buildCounterDiskTypesScopedListWarning--;
|
| @@ -1322,7 +1326,7 @@ checkDiskTypesScopedListWarning(api.DiskTypesScopedListWarning o) {
|
| buildCounterDiskTypesScopedListWarning++;
|
| if (buildCounterDiskTypesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2294(o.data);
|
| + checkUnnamed744(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDiskTypesScopedListWarning--;
|
| @@ -1333,7 +1337,7 @@ buildDiskTypesScopedList() {
|
| var o = new api.DiskTypesScopedList();
|
| buildCounterDiskTypesScopedList++;
|
| if (buildCounterDiskTypesScopedList < 3) {
|
| - o.diskTypes = buildUnnamed2293();
|
| + o.diskTypes = buildUnnamed743();
|
| o.warning = buildDiskTypesScopedListWarning();
|
| }
|
| buildCounterDiskTypesScopedList--;
|
| @@ -1343,7 +1347,7 @@ buildDiskTypesScopedList() {
|
| checkDiskTypesScopedList(api.DiskTypesScopedList o) {
|
| buildCounterDiskTypesScopedList++;
|
| if (buildCounterDiskTypesScopedList < 3) {
|
| - checkUnnamed2293(o.diskTypes);
|
| + checkUnnamed743(o.diskTypes);
|
| checkDiskTypesScopedListWarning(o.warning);
|
| }
|
| buildCounterDiskTypesScopedList--;
|
| @@ -1368,14 +1372,14 @@ checkDisksResizeRequest(api.DisksResizeRequest o) {
|
| buildCounterDisksResizeRequest--;
|
| }
|
|
|
| -buildUnnamed2295() {
|
| +buildUnnamed745() {
|
| var o = new core.List<api.Disk>();
|
| o.add(buildDisk());
|
| o.add(buildDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2295(core.List<api.Disk> o) {
|
| +checkUnnamed745(core.List<api.Disk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisk(o[0]);
|
| checkDisk(o[1]);
|
| @@ -1402,14 +1406,14 @@ checkDisksScopedListWarningData(api.DisksScopedListWarningData o) {
|
| buildCounterDisksScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2296() {
|
| +buildUnnamed746() {
|
| var o = new core.List<api.DisksScopedListWarningData>();
|
| o.add(buildDisksScopedListWarningData());
|
| o.add(buildDisksScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2296(core.List<api.DisksScopedListWarningData> o) {
|
| +checkUnnamed746(core.List<api.DisksScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisksScopedListWarningData(o[0]);
|
| checkDisksScopedListWarningData(o[1]);
|
| @@ -1421,7 +1425,7 @@ buildDisksScopedListWarning() {
|
| buildCounterDisksScopedListWarning++;
|
| if (buildCounterDisksScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2296();
|
| + o.data = buildUnnamed746();
|
| o.message = "foo";
|
| }
|
| buildCounterDisksScopedListWarning--;
|
| @@ -1432,7 +1436,7 @@ checkDisksScopedListWarning(api.DisksScopedListWarning o) {
|
| buildCounterDisksScopedListWarning++;
|
| if (buildCounterDisksScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2296(o.data);
|
| + checkUnnamed746(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDisksScopedListWarning--;
|
| @@ -1443,7 +1447,7 @@ buildDisksScopedList() {
|
| var o = new api.DisksScopedList();
|
| buildCounterDisksScopedList++;
|
| if (buildCounterDisksScopedList < 3) {
|
| - o.disks = buildUnnamed2295();
|
| + o.disks = buildUnnamed745();
|
| o.warning = buildDisksScopedListWarning();
|
| }
|
| buildCounterDisksScopedList--;
|
| @@ -1453,20 +1457,20 @@ buildDisksScopedList() {
|
| checkDisksScopedList(api.DisksScopedList o) {
|
| buildCounterDisksScopedList++;
|
| if (buildCounterDisksScopedList < 3) {
|
| - checkUnnamed2295(o.disks);
|
| + checkUnnamed745(o.disks);
|
| checkDisksScopedListWarning(o.warning);
|
| }
|
| buildCounterDisksScopedList--;
|
| }
|
|
|
| -buildUnnamed2297() {
|
| +buildUnnamed747() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2297(core.List<core.String> o) {
|
| +checkUnnamed747(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'));
|
| @@ -1478,7 +1482,7 @@ buildFirewallAllowed() {
|
| buildCounterFirewallAllowed++;
|
| if (buildCounterFirewallAllowed < 3) {
|
| o.IPProtocol = "foo";
|
| - o.ports = buildUnnamed2297();
|
| + o.ports = buildUnnamed747();
|
| }
|
| buildCounterFirewallAllowed--;
|
| return o;
|
| @@ -1488,58 +1492,58 @@ checkFirewallAllowed(api.FirewallAllowed o) {
|
| buildCounterFirewallAllowed++;
|
| if (buildCounterFirewallAllowed < 3) {
|
| unittest.expect(o.IPProtocol, unittest.equals('foo'));
|
| - checkUnnamed2297(o.ports);
|
| + checkUnnamed747(o.ports);
|
| }
|
| buildCounterFirewallAllowed--;
|
| }
|
|
|
| -buildUnnamed2298() {
|
| +buildUnnamed748() {
|
| var o = new core.List<api.FirewallAllowed>();
|
| o.add(buildFirewallAllowed());
|
| o.add(buildFirewallAllowed());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2298(core.List<api.FirewallAllowed> o) {
|
| +checkUnnamed748(core.List<api.FirewallAllowed> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFirewallAllowed(o[0]);
|
| checkFirewallAllowed(o[1]);
|
| }
|
|
|
| -buildUnnamed2299() {
|
| +buildUnnamed749() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2299(core.List<core.String> o) {
|
| +checkUnnamed749(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'));
|
| }
|
|
|
| -buildUnnamed2300() {
|
| +buildUnnamed750() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2300(core.List<core.String> o) {
|
| +checkUnnamed750(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'));
|
| }
|
|
|
| -buildUnnamed2301() {
|
| +buildUnnamed751() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2301(core.List<core.String> o) {
|
| +checkUnnamed751(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'));
|
| @@ -1550,7 +1554,7 @@ buildFirewall() {
|
| var o = new api.Firewall();
|
| buildCounterFirewall++;
|
| if (buildCounterFirewall < 3) {
|
| - o.allowed = buildUnnamed2298();
|
| + o.allowed = buildUnnamed748();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| @@ -1558,9 +1562,9 @@ buildFirewall() {
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.selfLink = "foo";
|
| - o.sourceRanges = buildUnnamed2299();
|
| - o.sourceTags = buildUnnamed2300();
|
| - o.targetTags = buildUnnamed2301();
|
| + o.sourceRanges = buildUnnamed749();
|
| + o.sourceTags = buildUnnamed750();
|
| + o.targetTags = buildUnnamed751();
|
| }
|
| buildCounterFirewall--;
|
| return o;
|
| @@ -1569,7 +1573,7 @@ buildFirewall() {
|
| checkFirewall(api.Firewall o) {
|
| buildCounterFirewall++;
|
| if (buildCounterFirewall < 3) {
|
| - checkUnnamed2298(o.allowed);
|
| + checkUnnamed748(o.allowed);
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -1577,21 +1581,21 @@ checkFirewall(api.Firewall o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2299(o.sourceRanges);
|
| - checkUnnamed2300(o.sourceTags);
|
| - checkUnnamed2301(o.targetTags);
|
| + checkUnnamed749(o.sourceRanges);
|
| + checkUnnamed750(o.sourceTags);
|
| + checkUnnamed751(o.targetTags);
|
| }
|
| buildCounterFirewall--;
|
| }
|
|
|
| -buildUnnamed2302() {
|
| +buildUnnamed752() {
|
| var o = new core.List<api.Firewall>();
|
| o.add(buildFirewall());
|
| o.add(buildFirewall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2302(core.List<api.Firewall> o) {
|
| +checkUnnamed752(core.List<api.Firewall> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFirewall(o[0]);
|
| checkFirewall(o[1]);
|
| @@ -1603,7 +1607,7 @@ buildFirewallList() {
|
| buildCounterFirewallList++;
|
| if (buildCounterFirewallList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2302();
|
| + o.items = buildUnnamed752();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1616,7 +1620,7 @@ checkFirewallList(api.FirewallList o) {
|
| buildCounterFirewallList++;
|
| if (buildCounterFirewallList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2302(o.items);
|
| + checkUnnamed752(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1663,14 +1667,14 @@ checkForwardingRule(api.ForwardingRule o) {
|
| buildCounterForwardingRule--;
|
| }
|
|
|
| -buildUnnamed2303() {
|
| +buildUnnamed753() {
|
| var o = new core.Map<core.String, api.ForwardingRulesScopedList>();
|
| o["x"] = buildForwardingRulesScopedList();
|
| o["y"] = buildForwardingRulesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2303(core.Map<core.String, api.ForwardingRulesScopedList> o) {
|
| +checkUnnamed753(core.Map<core.String, api.ForwardingRulesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRulesScopedList(o["x"]);
|
| checkForwardingRulesScopedList(o["y"]);
|
| @@ -1682,7 +1686,7 @@ buildForwardingRuleAggregatedList() {
|
| buildCounterForwardingRuleAggregatedList++;
|
| if (buildCounterForwardingRuleAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2303();
|
| + o.items = buildUnnamed753();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1695,7 +1699,7 @@ checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) {
|
| buildCounterForwardingRuleAggregatedList++;
|
| if (buildCounterForwardingRuleAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2303(o.items);
|
| + checkUnnamed753(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1703,14 +1707,14 @@ checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) {
|
| buildCounterForwardingRuleAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2304() {
|
| +buildUnnamed754() {
|
| var o = new core.List<api.ForwardingRule>();
|
| o.add(buildForwardingRule());
|
| o.add(buildForwardingRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2304(core.List<api.ForwardingRule> o) {
|
| +checkUnnamed754(core.List<api.ForwardingRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRule(o[0]);
|
| checkForwardingRule(o[1]);
|
| @@ -1722,7 +1726,7 @@ buildForwardingRuleList() {
|
| buildCounterForwardingRuleList++;
|
| if (buildCounterForwardingRuleList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2304();
|
| + o.items = buildUnnamed754();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1735,7 +1739,7 @@ checkForwardingRuleList(api.ForwardingRuleList o) {
|
| buildCounterForwardingRuleList++;
|
| if (buildCounterForwardingRuleList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2304(o.items);
|
| + checkUnnamed754(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1743,14 +1747,14 @@ checkForwardingRuleList(api.ForwardingRuleList o) {
|
| buildCounterForwardingRuleList--;
|
| }
|
|
|
| -buildUnnamed2305() {
|
| +buildUnnamed755() {
|
| var o = new core.List<api.ForwardingRule>();
|
| o.add(buildForwardingRule());
|
| o.add(buildForwardingRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2305(core.List<api.ForwardingRule> o) {
|
| +checkUnnamed755(core.List<api.ForwardingRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRule(o[0]);
|
| checkForwardingRule(o[1]);
|
| @@ -1777,14 +1781,14 @@ checkForwardingRulesScopedListWarningData(api.ForwardingRulesScopedListWarningDa
|
| buildCounterForwardingRulesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2306() {
|
| +buildUnnamed756() {
|
| var o = new core.List<api.ForwardingRulesScopedListWarningData>();
|
| o.add(buildForwardingRulesScopedListWarningData());
|
| o.add(buildForwardingRulesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2306(core.List<api.ForwardingRulesScopedListWarningData> o) {
|
| +checkUnnamed756(core.List<api.ForwardingRulesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRulesScopedListWarningData(o[0]);
|
| checkForwardingRulesScopedListWarningData(o[1]);
|
| @@ -1796,7 +1800,7 @@ buildForwardingRulesScopedListWarning() {
|
| buildCounterForwardingRulesScopedListWarning++;
|
| if (buildCounterForwardingRulesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2306();
|
| + o.data = buildUnnamed756();
|
| o.message = "foo";
|
| }
|
| buildCounterForwardingRulesScopedListWarning--;
|
| @@ -1807,7 +1811,7 @@ checkForwardingRulesScopedListWarning(api.ForwardingRulesScopedListWarning o) {
|
| buildCounterForwardingRulesScopedListWarning++;
|
| if (buildCounterForwardingRulesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2306(o.data);
|
| + checkUnnamed756(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterForwardingRulesScopedListWarning--;
|
| @@ -1818,7 +1822,7 @@ buildForwardingRulesScopedList() {
|
| var o = new api.ForwardingRulesScopedList();
|
| buildCounterForwardingRulesScopedList++;
|
| if (buildCounterForwardingRulesScopedList < 3) {
|
| - o.forwardingRules = buildUnnamed2305();
|
| + o.forwardingRules = buildUnnamed755();
|
| o.warning = buildForwardingRulesScopedListWarning();
|
| }
|
| buildCounterForwardingRulesScopedList--;
|
| @@ -1828,7 +1832,7 @@ buildForwardingRulesScopedList() {
|
| checkForwardingRulesScopedList(api.ForwardingRulesScopedList o) {
|
| buildCounterForwardingRulesScopedList++;
|
| if (buildCounterForwardingRulesScopedList < 3) {
|
| - checkUnnamed2305(o.forwardingRules);
|
| + checkUnnamed755(o.forwardingRules);
|
| checkForwardingRulesScopedListWarning(o.warning);
|
| }
|
| buildCounterForwardingRulesScopedList--;
|
| @@ -1878,14 +1882,14 @@ checkHealthStatus(api.HealthStatus o) {
|
| buildCounterHealthStatus--;
|
| }
|
|
|
| -buildUnnamed2307() {
|
| +buildUnnamed757() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2307(core.List<core.String> o) {
|
| +checkUnnamed757(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'));
|
| @@ -1897,7 +1901,7 @@ buildHostRule() {
|
| buildCounterHostRule++;
|
| if (buildCounterHostRule < 3) {
|
| o.description = "foo";
|
| - o.hosts = buildUnnamed2307();
|
| + o.hosts = buildUnnamed757();
|
| o.pathMatcher = "foo";
|
| }
|
| buildCounterHostRule--;
|
| @@ -1908,7 +1912,7 @@ checkHostRule(api.HostRule o) {
|
| buildCounterHostRule++;
|
| if (buildCounterHostRule < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2307(o.hosts);
|
| + checkUnnamed757(o.hosts);
|
| unittest.expect(o.pathMatcher, unittest.equals('foo'));
|
| }
|
| buildCounterHostRule--;
|
| @@ -1957,14 +1961,14 @@ checkHttpHealthCheck(api.HttpHealthCheck o) {
|
| buildCounterHttpHealthCheck--;
|
| }
|
|
|
| -buildUnnamed2308() {
|
| +buildUnnamed758() {
|
| var o = new core.List<api.HttpHealthCheck>();
|
| o.add(buildHttpHealthCheck());
|
| o.add(buildHttpHealthCheck());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2308(core.List<api.HttpHealthCheck> o) {
|
| +checkUnnamed758(core.List<api.HttpHealthCheck> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHttpHealthCheck(o[0]);
|
| checkHttpHealthCheck(o[1]);
|
| @@ -1976,7 +1980,7 @@ buildHttpHealthCheckList() {
|
| buildCounterHttpHealthCheckList++;
|
| if (buildCounterHttpHealthCheckList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2308();
|
| + o.items = buildUnnamed758();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1989,7 +1993,7 @@ checkHttpHealthCheckList(api.HttpHealthCheckList o) {
|
| buildCounterHttpHealthCheckList++;
|
| if (buildCounterHttpHealthCheckList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2308(o.items);
|
| + checkUnnamed758(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2040,14 +2044,14 @@ checkHttpsHealthCheck(api.HttpsHealthCheck o) {
|
| buildCounterHttpsHealthCheck--;
|
| }
|
|
|
| -buildUnnamed2309() {
|
| +buildUnnamed759() {
|
| var o = new core.List<api.HttpsHealthCheck>();
|
| o.add(buildHttpsHealthCheck());
|
| o.add(buildHttpsHealthCheck());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2309(core.List<api.HttpsHealthCheck> o) {
|
| +checkUnnamed759(core.List<api.HttpsHealthCheck> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHttpsHealthCheck(o[0]);
|
| checkHttpsHealthCheck(o[1]);
|
| @@ -2059,7 +2063,7 @@ buildHttpsHealthCheckList() {
|
| buildCounterHttpsHealthCheckList++;
|
| if (buildCounterHttpsHealthCheckList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2309();
|
| + o.items = buildUnnamed759();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2072,7 +2076,7 @@ checkHttpsHealthCheckList(api.HttpsHealthCheckList o) {
|
| buildCounterHttpsHealthCheckList++;
|
| if (buildCounterHttpsHealthCheckList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2309(o.items);
|
| + checkUnnamed759(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2080,14 +2084,14 @@ checkHttpsHealthCheckList(api.HttpsHealthCheckList o) {
|
| buildCounterHttpsHealthCheckList--;
|
| }
|
|
|
| -buildUnnamed2310() {
|
| +buildUnnamed760() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2310(core.List<core.String> o) {
|
| +checkUnnamed760(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'));
|
| @@ -2130,7 +2134,7 @@ buildImage() {
|
| o.id = "foo";
|
| o.imageEncryptionKey = buildCustomerEncryptionKey();
|
| o.kind = "foo";
|
| - o.licenses = buildUnnamed2310();
|
| + o.licenses = buildUnnamed760();
|
| o.name = "foo";
|
| o.rawDisk = buildImageRawDisk();
|
| o.selfLink = "foo";
|
| @@ -2156,7 +2160,7 @@ checkImage(api.Image o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkCustomerEncryptionKey(o.imageEncryptionKey);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2310(o.licenses);
|
| + checkUnnamed760(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkImageRawDisk(o.rawDisk);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2169,14 +2173,14 @@ checkImage(api.Image o) {
|
| buildCounterImage--;
|
| }
|
|
|
| -buildUnnamed2311() {
|
| +buildUnnamed761() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2311(core.List<api.Image> o) {
|
| +checkUnnamed761(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -2188,7 +2192,7 @@ buildImageList() {
|
| buildCounterImageList++;
|
| if (buildCounterImageList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2311();
|
| + o.items = buildUnnamed761();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2201,7 +2205,7 @@ checkImageList(api.ImageList o) {
|
| buildCounterImageList++;
|
| if (buildCounterImageList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2311(o.items);
|
| + checkUnnamed761(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2209,40 +2213,40 @@ checkImageList(api.ImageList o) {
|
| buildCounterImageList--;
|
| }
|
|
|
| -buildUnnamed2312() {
|
| +buildUnnamed762() {
|
| var o = new core.List<api.AttachedDisk>();
|
| o.add(buildAttachedDisk());
|
| o.add(buildAttachedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2312(core.List<api.AttachedDisk> o) {
|
| +checkUnnamed762(core.List<api.AttachedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachedDisk(o[0]);
|
| checkAttachedDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed2313() {
|
| +buildUnnamed763() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2313(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed763(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed2314() {
|
| +buildUnnamed764() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2314(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed764(core.List<api.ServiceAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceAccount(o[0]);
|
| checkServiceAccount(o[1]);
|
| @@ -2257,16 +2261,16 @@ buildInstance() {
|
| o.cpuPlatform = "foo";
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.disks = buildUnnamed2312();
|
| + o.disks = buildUnnamed762();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| o.name = "foo";
|
| - o.networkInterfaces = buildUnnamed2313();
|
| + o.networkInterfaces = buildUnnamed763();
|
| o.scheduling = buildScheduling();
|
| o.selfLink = "foo";
|
| - o.serviceAccounts = buildUnnamed2314();
|
| + o.serviceAccounts = buildUnnamed764();
|
| o.status = "foo";
|
| o.statusMessage = "foo";
|
| o.tags = buildTags();
|
| @@ -2283,16 +2287,16 @@ checkInstance(api.Instance o) {
|
| unittest.expect(o.cpuPlatform, unittest.equals('foo'));
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2312(o.disks);
|
| + checkUnnamed762(o.disks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2313(o.networkInterfaces);
|
| + checkUnnamed763(o.networkInterfaces);
|
| checkScheduling(o.scheduling);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2314(o.serviceAccounts);
|
| + checkUnnamed764(o.serviceAccounts);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.statusMessage, unittest.equals('foo'));
|
| checkTags(o.tags);
|
| @@ -2301,14 +2305,14 @@ checkInstance(api.Instance o) {
|
| buildCounterInstance--;
|
| }
|
|
|
| -buildUnnamed2315() {
|
| +buildUnnamed765() {
|
| var o = new core.Map<core.String, api.InstancesScopedList>();
|
| o["x"] = buildInstancesScopedList();
|
| o["y"] = buildInstancesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2315(core.Map<core.String, api.InstancesScopedList> o) {
|
| +checkUnnamed765(core.Map<core.String, api.InstancesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstancesScopedList(o["x"]);
|
| checkInstancesScopedList(o["y"]);
|
| @@ -2320,7 +2324,7 @@ buildInstanceAggregatedList() {
|
| buildCounterInstanceAggregatedList++;
|
| if (buildCounterInstanceAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2315();
|
| + o.items = buildUnnamed765();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2333,7 +2337,7 @@ checkInstanceAggregatedList(api.InstanceAggregatedList o) {
|
| buildCounterInstanceAggregatedList++;
|
| if (buildCounterInstanceAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2315(o.items);
|
| + checkUnnamed765(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2341,14 +2345,14 @@ checkInstanceAggregatedList(api.InstanceAggregatedList o) {
|
| buildCounterInstanceAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2316() {
|
| +buildUnnamed766() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2316(core.List<api.NamedPort> o) {
|
| +checkUnnamed766(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -2365,7 +2369,7 @@ buildInstanceGroup() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.namedPorts = buildUnnamed2316();
|
| + o.namedPorts = buildUnnamed766();
|
| o.network = "foo";
|
| o.selfLink = "foo";
|
| o.size = 42;
|
| @@ -2385,7 +2389,7 @@ checkInstanceGroup(api.InstanceGroup o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2316(o.namedPorts);
|
| + checkUnnamed766(o.namedPorts);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.size, unittest.equals(42));
|
| @@ -2395,14 +2399,14 @@ checkInstanceGroup(api.InstanceGroup o) {
|
| buildCounterInstanceGroup--;
|
| }
|
|
|
| -buildUnnamed2317() {
|
| +buildUnnamed767() {
|
| var o = new core.Map<core.String, api.InstanceGroupsScopedList>();
|
| o["x"] = buildInstanceGroupsScopedList();
|
| o["y"] = buildInstanceGroupsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2317(core.Map<core.String, api.InstanceGroupsScopedList> o) {
|
| +checkUnnamed767(core.Map<core.String, api.InstanceGroupsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupsScopedList(o["x"]);
|
| checkInstanceGroupsScopedList(o["y"]);
|
| @@ -2414,7 +2418,7 @@ buildInstanceGroupAggregatedList() {
|
| buildCounterInstanceGroupAggregatedList++;
|
| if (buildCounterInstanceGroupAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2317();
|
| + o.items = buildUnnamed767();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2427,7 +2431,7 @@ checkInstanceGroupAggregatedList(api.InstanceGroupAggregatedList o) {
|
| buildCounterInstanceGroupAggregatedList++;
|
| if (buildCounterInstanceGroupAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2317(o.items);
|
| + checkUnnamed767(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2435,14 +2439,14 @@ checkInstanceGroupAggregatedList(api.InstanceGroupAggregatedList o) {
|
| buildCounterInstanceGroupAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2318() {
|
| +buildUnnamed768() {
|
| var o = new core.List<api.InstanceGroup>();
|
| o.add(buildInstanceGroup());
|
| o.add(buildInstanceGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2318(core.List<api.InstanceGroup> o) {
|
| +checkUnnamed768(core.List<api.InstanceGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroup(o[0]);
|
| checkInstanceGroup(o[1]);
|
| @@ -2454,7 +2458,7 @@ buildInstanceGroupList() {
|
| buildCounterInstanceGroupList++;
|
| if (buildCounterInstanceGroupList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2318();
|
| + o.items = buildUnnamed768();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2467,7 +2471,7 @@ checkInstanceGroupList(api.InstanceGroupList o) {
|
| buildCounterInstanceGroupList++;
|
| if (buildCounterInstanceGroupList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2318(o.items);
|
| + checkUnnamed768(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2475,27 +2479,27 @@ checkInstanceGroupList(api.InstanceGroupList o) {
|
| buildCounterInstanceGroupList--;
|
| }
|
|
|
| -buildUnnamed2319() {
|
| +buildUnnamed769() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2319(core.List<api.NamedPort> o) {
|
| +checkUnnamed769(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| }
|
|
|
| -buildUnnamed2320() {
|
| +buildUnnamed770() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2320(core.List<core.String> o) {
|
| +checkUnnamed770(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'));
|
| @@ -2516,9 +2520,9 @@ buildInstanceGroupManager() {
|
| o.instanceTemplate = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.namedPorts = buildUnnamed2319();
|
| + o.namedPorts = buildUnnamed769();
|
| o.selfLink = "foo";
|
| - o.targetPools = buildUnnamed2320();
|
| + o.targetPools = buildUnnamed770();
|
| o.targetSize = 42;
|
| o.zone = "foo";
|
| }
|
| @@ -2539,9 +2543,9 @@ checkInstanceGroupManager(api.InstanceGroupManager o) {
|
| unittest.expect(o.instanceTemplate, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2319(o.namedPorts);
|
| + checkUnnamed769(o.namedPorts);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2320(o.targetPools);
|
| + checkUnnamed770(o.targetPools);
|
| unittest.expect(o.targetSize, unittest.equals(42));
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| @@ -2579,14 +2583,14 @@ checkInstanceGroupManagerActionsSummary(api.InstanceGroupManagerActionsSummary o
|
| buildCounterInstanceGroupManagerActionsSummary--;
|
| }
|
|
|
| -buildUnnamed2321() {
|
| +buildUnnamed771() {
|
| var o = new core.Map<core.String, api.InstanceGroupManagersScopedList>();
|
| o["x"] = buildInstanceGroupManagersScopedList();
|
| o["y"] = buildInstanceGroupManagersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2321(core.Map<core.String, api.InstanceGroupManagersScopedList> o) {
|
| +checkUnnamed771(core.Map<core.String, api.InstanceGroupManagersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManagersScopedList(o["x"]);
|
| checkInstanceGroupManagersScopedList(o["y"]);
|
| @@ -2598,7 +2602,7 @@ buildInstanceGroupManagerAggregatedList() {
|
| buildCounterInstanceGroupManagerAggregatedList++;
|
| if (buildCounterInstanceGroupManagerAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2321();
|
| + o.items = buildUnnamed771();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2611,7 +2615,7 @@ checkInstanceGroupManagerAggregatedList(api.InstanceGroupManagerAggregatedList o
|
| buildCounterInstanceGroupManagerAggregatedList++;
|
| if (buildCounterInstanceGroupManagerAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2321(o.items);
|
| + checkUnnamed771(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2619,14 +2623,14 @@ checkInstanceGroupManagerAggregatedList(api.InstanceGroupManagerAggregatedList o
|
| buildCounterInstanceGroupManagerAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2322() {
|
| +buildUnnamed772() {
|
| var o = new core.List<api.InstanceGroupManager>();
|
| o.add(buildInstanceGroupManager());
|
| o.add(buildInstanceGroupManager());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2322(core.List<api.InstanceGroupManager> o) {
|
| +checkUnnamed772(core.List<api.InstanceGroupManager> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManager(o[0]);
|
| checkInstanceGroupManager(o[1]);
|
| @@ -2638,7 +2642,7 @@ buildInstanceGroupManagerList() {
|
| buildCounterInstanceGroupManagerList++;
|
| if (buildCounterInstanceGroupManagerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2322();
|
| + o.items = buildUnnamed772();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2651,7 +2655,7 @@ checkInstanceGroupManagerList(api.InstanceGroupManagerList o) {
|
| buildCounterInstanceGroupManagerList++;
|
| if (buildCounterInstanceGroupManagerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2322(o.items);
|
| + checkUnnamed772(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2659,14 +2663,14 @@ checkInstanceGroupManagerList(api.InstanceGroupManagerList o) {
|
| buildCounterInstanceGroupManagerList--;
|
| }
|
|
|
| -buildUnnamed2323() {
|
| +buildUnnamed773() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2323(core.List<core.String> o) {
|
| +checkUnnamed773(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'));
|
| @@ -2677,7 +2681,7 @@ buildInstanceGroupManagersAbandonInstancesRequest() {
|
| var o = new api.InstanceGroupManagersAbandonInstancesRequest();
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2323();
|
| + o.instances = buildUnnamed773();
|
| }
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest--;
|
| return o;
|
| @@ -2686,19 +2690,19 @@ buildInstanceGroupManagersAbandonInstancesRequest() {
|
| checkInstanceGroupManagersAbandonInstancesRequest(api.InstanceGroupManagersAbandonInstancesRequest o) {
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - checkUnnamed2323(o.instances);
|
| + checkUnnamed773(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2324() {
|
| +buildUnnamed774() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2324(core.List<core.String> o) {
|
| +checkUnnamed774(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'));
|
| @@ -2709,7 +2713,7 @@ buildInstanceGroupManagersDeleteInstancesRequest() {
|
| var o = new api.InstanceGroupManagersDeleteInstancesRequest();
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2324();
|
| + o.instances = buildUnnamed774();
|
| }
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest--;
|
| return o;
|
| @@ -2718,19 +2722,19 @@ buildInstanceGroupManagersDeleteInstancesRequest() {
|
| checkInstanceGroupManagersDeleteInstancesRequest(api.InstanceGroupManagersDeleteInstancesRequest o) {
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - checkUnnamed2324(o.instances);
|
| + checkUnnamed774(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2325() {
|
| +buildUnnamed775() {
|
| var o = new core.List<api.ManagedInstance>();
|
| o.add(buildManagedInstance());
|
| o.add(buildManagedInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2325(core.List<api.ManagedInstance> o) {
|
| +checkUnnamed775(core.List<api.ManagedInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedInstance(o[0]);
|
| checkManagedInstance(o[1]);
|
| @@ -2741,7 +2745,7 @@ buildInstanceGroupManagersListManagedInstancesResponse() {
|
| var o = new api.InstanceGroupManagersListManagedInstancesResponse();
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse++;
|
| if (buildCounterInstanceGroupManagersListManagedInstancesResponse < 3) {
|
| - o.managedInstances = buildUnnamed2325();
|
| + o.managedInstances = buildUnnamed775();
|
| }
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse--;
|
| return o;
|
| @@ -2750,19 +2754,19 @@ buildInstanceGroupManagersListManagedInstancesResponse() {
|
| checkInstanceGroupManagersListManagedInstancesResponse(api.InstanceGroupManagersListManagedInstancesResponse o) {
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse++;
|
| if (buildCounterInstanceGroupManagersListManagedInstancesResponse < 3) {
|
| - checkUnnamed2325(o.managedInstances);
|
| + checkUnnamed775(o.managedInstances);
|
| }
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse--;
|
| }
|
|
|
| -buildUnnamed2326() {
|
| +buildUnnamed776() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2326(core.List<core.String> o) {
|
| +checkUnnamed776(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'));
|
| @@ -2773,7 +2777,7 @@ buildInstanceGroupManagersRecreateInstancesRequest() {
|
| var o = new api.InstanceGroupManagersRecreateInstancesRequest();
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersRecreateInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2326();
|
| + o.instances = buildUnnamed776();
|
| }
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest--;
|
| return o;
|
| @@ -2782,19 +2786,19 @@ buildInstanceGroupManagersRecreateInstancesRequest() {
|
| checkInstanceGroupManagersRecreateInstancesRequest(api.InstanceGroupManagersRecreateInstancesRequest o) {
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersRecreateInstancesRequest < 3) {
|
| - checkUnnamed2326(o.instances);
|
| + checkUnnamed776(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2327() {
|
| +buildUnnamed777() {
|
| var o = new core.List<api.InstanceGroupManager>();
|
| o.add(buildInstanceGroupManager());
|
| o.add(buildInstanceGroupManager());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2327(core.List<api.InstanceGroupManager> o) {
|
| +checkUnnamed777(core.List<api.InstanceGroupManager> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManager(o[0]);
|
| checkInstanceGroupManager(o[1]);
|
| @@ -2821,14 +2825,14 @@ checkInstanceGroupManagersScopedListWarningData(api.InstanceGroupManagersScopedL
|
| buildCounterInstanceGroupManagersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2328() {
|
| +buildUnnamed778() {
|
| var o = new core.List<api.InstanceGroupManagersScopedListWarningData>();
|
| o.add(buildInstanceGroupManagersScopedListWarningData());
|
| o.add(buildInstanceGroupManagersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2328(core.List<api.InstanceGroupManagersScopedListWarningData> o) {
|
| +checkUnnamed778(core.List<api.InstanceGroupManagersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManagersScopedListWarningData(o[0]);
|
| checkInstanceGroupManagersScopedListWarningData(o[1]);
|
| @@ -2840,7 +2844,7 @@ buildInstanceGroupManagersScopedListWarning() {
|
| buildCounterInstanceGroupManagersScopedListWarning++;
|
| if (buildCounterInstanceGroupManagersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2328();
|
| + o.data = buildUnnamed778();
|
| o.message = "foo";
|
| }
|
| buildCounterInstanceGroupManagersScopedListWarning--;
|
| @@ -2851,7 +2855,7 @@ checkInstanceGroupManagersScopedListWarning(api.InstanceGroupManagersScopedListW
|
| buildCounterInstanceGroupManagersScopedListWarning++;
|
| if (buildCounterInstanceGroupManagersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2328(o.data);
|
| + checkUnnamed778(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceGroupManagersScopedListWarning--;
|
| @@ -2862,7 +2866,7 @@ buildInstanceGroupManagersScopedList() {
|
| var o = new api.InstanceGroupManagersScopedList();
|
| buildCounterInstanceGroupManagersScopedList++;
|
| if (buildCounterInstanceGroupManagersScopedList < 3) {
|
| - o.instanceGroupManagers = buildUnnamed2327();
|
| + o.instanceGroupManagers = buildUnnamed777();
|
| o.warning = buildInstanceGroupManagersScopedListWarning();
|
| }
|
| buildCounterInstanceGroupManagersScopedList--;
|
| @@ -2872,7 +2876,7 @@ buildInstanceGroupManagersScopedList() {
|
| checkInstanceGroupManagersScopedList(api.InstanceGroupManagersScopedList o) {
|
| buildCounterInstanceGroupManagersScopedList++;
|
| if (buildCounterInstanceGroupManagersScopedList < 3) {
|
| - checkUnnamed2327(o.instanceGroupManagers);
|
| + checkUnnamed777(o.instanceGroupManagers);
|
| checkInstanceGroupManagersScopedListWarning(o.warning);
|
| }
|
| buildCounterInstanceGroupManagersScopedList--;
|
| @@ -2897,14 +2901,14 @@ checkInstanceGroupManagersSetInstanceTemplateRequest(api.InstanceGroupManagersSe
|
| buildCounterInstanceGroupManagersSetInstanceTemplateRequest--;
|
| }
|
|
|
| -buildUnnamed2329() {
|
| +buildUnnamed779() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2329(core.List<core.String> o) {
|
| +checkUnnamed779(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'));
|
| @@ -2916,7 +2920,7 @@ buildInstanceGroupManagersSetTargetPoolsRequest() {
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.targetPools = buildUnnamed2329();
|
| + o.targetPools = buildUnnamed779();
|
| }
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest--;
|
| return o;
|
| @@ -2926,19 +2930,19 @@ checkInstanceGroupManagersSetTargetPoolsRequest(api.InstanceGroupManagersSetTarg
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2329(o.targetPools);
|
| + checkUnnamed779(o.targetPools);
|
| }
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest--;
|
| }
|
|
|
| -buildUnnamed2330() {
|
| +buildUnnamed780() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2330(core.List<api.InstanceReference> o) {
|
| +checkUnnamed780(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -2949,7 +2953,7 @@ buildInstanceGroupsAddInstancesRequest() {
|
| var o = new api.InstanceGroupsAddInstancesRequest();
|
| buildCounterInstanceGroupsAddInstancesRequest++;
|
| if (buildCounterInstanceGroupsAddInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2330();
|
| + o.instances = buildUnnamed780();
|
| }
|
| buildCounterInstanceGroupsAddInstancesRequest--;
|
| return o;
|
| @@ -2958,19 +2962,19 @@ buildInstanceGroupsAddInstancesRequest() {
|
| checkInstanceGroupsAddInstancesRequest(api.InstanceGroupsAddInstancesRequest o) {
|
| buildCounterInstanceGroupsAddInstancesRequest++;
|
| if (buildCounterInstanceGroupsAddInstancesRequest < 3) {
|
| - checkUnnamed2330(o.instances);
|
| + checkUnnamed780(o.instances);
|
| }
|
| buildCounterInstanceGroupsAddInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2331() {
|
| +buildUnnamed781() {
|
| var o = new core.List<api.InstanceWithNamedPorts>();
|
| o.add(buildInstanceWithNamedPorts());
|
| o.add(buildInstanceWithNamedPorts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2331(core.List<api.InstanceWithNamedPorts> o) {
|
| +checkUnnamed781(core.List<api.InstanceWithNamedPorts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceWithNamedPorts(o[0]);
|
| checkInstanceWithNamedPorts(o[1]);
|
| @@ -2982,7 +2986,7 @@ buildInstanceGroupsListInstances() {
|
| buildCounterInstanceGroupsListInstances++;
|
| if (buildCounterInstanceGroupsListInstances < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2331();
|
| + o.items = buildUnnamed781();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2995,7 +2999,7 @@ checkInstanceGroupsListInstances(api.InstanceGroupsListInstances o) {
|
| buildCounterInstanceGroupsListInstances++;
|
| if (buildCounterInstanceGroupsListInstances < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2331(o.items);
|
| + checkUnnamed781(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3022,14 +3026,14 @@ checkInstanceGroupsListInstancesRequest(api.InstanceGroupsListInstancesRequest o
|
| buildCounterInstanceGroupsListInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2332() {
|
| +buildUnnamed782() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2332(core.List<api.InstanceReference> o) {
|
| +checkUnnamed782(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -3040,7 +3044,7 @@ buildInstanceGroupsRemoveInstancesRequest() {
|
| var o = new api.InstanceGroupsRemoveInstancesRequest();
|
| buildCounterInstanceGroupsRemoveInstancesRequest++;
|
| if (buildCounterInstanceGroupsRemoveInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2332();
|
| + o.instances = buildUnnamed782();
|
| }
|
| buildCounterInstanceGroupsRemoveInstancesRequest--;
|
| return o;
|
| @@ -3049,19 +3053,19 @@ buildInstanceGroupsRemoveInstancesRequest() {
|
| checkInstanceGroupsRemoveInstancesRequest(api.InstanceGroupsRemoveInstancesRequest o) {
|
| buildCounterInstanceGroupsRemoveInstancesRequest++;
|
| if (buildCounterInstanceGroupsRemoveInstancesRequest < 3) {
|
| - checkUnnamed2332(o.instances);
|
| + checkUnnamed782(o.instances);
|
| }
|
| buildCounterInstanceGroupsRemoveInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2333() {
|
| +buildUnnamed783() {
|
| var o = new core.List<api.InstanceGroup>();
|
| o.add(buildInstanceGroup());
|
| o.add(buildInstanceGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2333(core.List<api.InstanceGroup> o) {
|
| +checkUnnamed783(core.List<api.InstanceGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroup(o[0]);
|
| checkInstanceGroup(o[1]);
|
| @@ -3088,14 +3092,14 @@ checkInstanceGroupsScopedListWarningData(api.InstanceGroupsScopedListWarningData
|
| buildCounterInstanceGroupsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2334() {
|
| +buildUnnamed784() {
|
| var o = new core.List<api.InstanceGroupsScopedListWarningData>();
|
| o.add(buildInstanceGroupsScopedListWarningData());
|
| o.add(buildInstanceGroupsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2334(core.List<api.InstanceGroupsScopedListWarningData> o) {
|
| +checkUnnamed784(core.List<api.InstanceGroupsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupsScopedListWarningData(o[0]);
|
| checkInstanceGroupsScopedListWarningData(o[1]);
|
| @@ -3107,7 +3111,7 @@ buildInstanceGroupsScopedListWarning() {
|
| buildCounterInstanceGroupsScopedListWarning++;
|
| if (buildCounterInstanceGroupsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2334();
|
| + o.data = buildUnnamed784();
|
| o.message = "foo";
|
| }
|
| buildCounterInstanceGroupsScopedListWarning--;
|
| @@ -3118,7 +3122,7 @@ checkInstanceGroupsScopedListWarning(api.InstanceGroupsScopedListWarning o) {
|
| buildCounterInstanceGroupsScopedListWarning++;
|
| if (buildCounterInstanceGroupsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2334(o.data);
|
| + checkUnnamed784(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceGroupsScopedListWarning--;
|
| @@ -3129,7 +3133,7 @@ buildInstanceGroupsScopedList() {
|
| var o = new api.InstanceGroupsScopedList();
|
| buildCounterInstanceGroupsScopedList++;
|
| if (buildCounterInstanceGroupsScopedList < 3) {
|
| - o.instanceGroups = buildUnnamed2333();
|
| + o.instanceGroups = buildUnnamed783();
|
| o.warning = buildInstanceGroupsScopedListWarning();
|
| }
|
| buildCounterInstanceGroupsScopedList--;
|
| @@ -3139,20 +3143,20 @@ buildInstanceGroupsScopedList() {
|
| checkInstanceGroupsScopedList(api.InstanceGroupsScopedList o) {
|
| buildCounterInstanceGroupsScopedList++;
|
| if (buildCounterInstanceGroupsScopedList < 3) {
|
| - checkUnnamed2333(o.instanceGroups);
|
| + checkUnnamed783(o.instanceGroups);
|
| checkInstanceGroupsScopedListWarning(o.warning);
|
| }
|
| buildCounterInstanceGroupsScopedList--;
|
| }
|
|
|
| -buildUnnamed2335() {
|
| +buildUnnamed785() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2335(core.List<api.NamedPort> o) {
|
| +checkUnnamed785(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -3164,7 +3168,7 @@ buildInstanceGroupsSetNamedPortsRequest() {
|
| buildCounterInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterInstanceGroupsSetNamedPortsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.namedPorts = buildUnnamed2335();
|
| + o.namedPorts = buildUnnamed785();
|
| }
|
| buildCounterInstanceGroupsSetNamedPortsRequest--;
|
| return o;
|
| @@ -3174,19 +3178,19 @@ checkInstanceGroupsSetNamedPortsRequest(api.InstanceGroupsSetNamedPortsRequest o
|
| buildCounterInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterInstanceGroupsSetNamedPortsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2335(o.namedPorts);
|
| + checkUnnamed785(o.namedPorts);
|
| }
|
| buildCounterInstanceGroupsSetNamedPortsRequest--;
|
| }
|
|
|
| -buildUnnamed2336() {
|
| +buildUnnamed786() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2336(core.List<api.Instance> o) {
|
| +checkUnnamed786(core.List<api.Instance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstance(o[0]);
|
| checkInstance(o[1]);
|
| @@ -3198,7 +3202,7 @@ buildInstanceList() {
|
| buildCounterInstanceList++;
|
| if (buildCounterInstanceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2336();
|
| + o.items = buildUnnamed786();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3211,7 +3215,7 @@ checkInstanceList(api.InstanceList o) {
|
| buildCounterInstanceList++;
|
| if (buildCounterInstanceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2336(o.items);
|
| + checkUnnamed786(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3240,40 +3244,40 @@ checkInstanceMoveRequest(api.InstanceMoveRequest o) {
|
| buildCounterInstanceMoveRequest--;
|
| }
|
|
|
| -buildUnnamed2337() {
|
| +buildUnnamed787() {
|
| var o = new core.List<api.AttachedDisk>();
|
| o.add(buildAttachedDisk());
|
| o.add(buildAttachedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2337(core.List<api.AttachedDisk> o) {
|
| +checkUnnamed787(core.List<api.AttachedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachedDisk(o[0]);
|
| checkAttachedDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed2338() {
|
| +buildUnnamed788() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2338(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed788(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed2339() {
|
| +buildUnnamed789() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2339(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed789(core.List<api.ServiceAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceAccount(o[0]);
|
| checkServiceAccount(o[1]);
|
| @@ -3286,12 +3290,12 @@ buildInstanceProperties() {
|
| if (buildCounterInstanceProperties < 3) {
|
| o.canIpForward = true;
|
| o.description = "foo";
|
| - o.disks = buildUnnamed2337();
|
| + o.disks = buildUnnamed787();
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| - o.networkInterfaces = buildUnnamed2338();
|
| + o.networkInterfaces = buildUnnamed788();
|
| o.scheduling = buildScheduling();
|
| - o.serviceAccounts = buildUnnamed2339();
|
| + o.serviceAccounts = buildUnnamed789();
|
| o.tags = buildTags();
|
| }
|
| buildCounterInstanceProperties--;
|
| @@ -3303,12 +3307,12 @@ checkInstanceProperties(api.InstanceProperties o) {
|
| if (buildCounterInstanceProperties < 3) {
|
| unittest.expect(o.canIpForward, unittest.isTrue);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2337(o.disks);
|
| + checkUnnamed787(o.disks);
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| - checkUnnamed2338(o.networkInterfaces);
|
| + checkUnnamed788(o.networkInterfaces);
|
| checkScheduling(o.scheduling);
|
| - checkUnnamed2339(o.serviceAccounts);
|
| + checkUnnamed789(o.serviceAccounts);
|
| checkTags(o.tags);
|
| }
|
| buildCounterInstanceProperties--;
|
| @@ -3364,14 +3368,14 @@ checkInstanceTemplate(api.InstanceTemplate o) {
|
| buildCounterInstanceTemplate--;
|
| }
|
|
|
| -buildUnnamed2340() {
|
| +buildUnnamed790() {
|
| var o = new core.List<api.InstanceTemplate>();
|
| o.add(buildInstanceTemplate());
|
| o.add(buildInstanceTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2340(core.List<api.InstanceTemplate> o) {
|
| +checkUnnamed790(core.List<api.InstanceTemplate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceTemplate(o[0]);
|
| checkInstanceTemplate(o[1]);
|
| @@ -3383,7 +3387,7 @@ buildInstanceTemplateList() {
|
| buildCounterInstanceTemplateList++;
|
| if (buildCounterInstanceTemplateList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2340();
|
| + o.items = buildUnnamed790();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3396,7 +3400,7 @@ checkInstanceTemplateList(api.InstanceTemplateList o) {
|
| buildCounterInstanceTemplateList++;
|
| if (buildCounterInstanceTemplateList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2340(o.items);
|
| + checkUnnamed790(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3404,14 +3408,14 @@ checkInstanceTemplateList(api.InstanceTemplateList o) {
|
| buildCounterInstanceTemplateList--;
|
| }
|
|
|
| -buildUnnamed2341() {
|
| +buildUnnamed791() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2341(core.List<api.NamedPort> o) {
|
| +checkUnnamed791(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -3423,7 +3427,7 @@ buildInstanceWithNamedPorts() {
|
| buildCounterInstanceWithNamedPorts++;
|
| if (buildCounterInstanceWithNamedPorts < 3) {
|
| o.instance = "foo";
|
| - o.namedPorts = buildUnnamed2341();
|
| + o.namedPorts = buildUnnamed791();
|
| o.status = "foo";
|
| }
|
| buildCounterInstanceWithNamedPorts--;
|
| @@ -3434,20 +3438,20 @@ checkInstanceWithNamedPorts(api.InstanceWithNamedPorts o) {
|
| buildCounterInstanceWithNamedPorts++;
|
| if (buildCounterInstanceWithNamedPorts < 3) {
|
| unittest.expect(o.instance, unittest.equals('foo'));
|
| - checkUnnamed2341(o.namedPorts);
|
| + checkUnnamed791(o.namedPorts);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceWithNamedPorts--;
|
| }
|
|
|
| -buildUnnamed2342() {
|
| +buildUnnamed792() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2342(core.List<api.Instance> o) {
|
| +checkUnnamed792(core.List<api.Instance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstance(o[0]);
|
| checkInstance(o[1]);
|
| @@ -3474,14 +3478,14 @@ checkInstancesScopedListWarningData(api.InstancesScopedListWarningData o) {
|
| buildCounterInstancesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2343() {
|
| +buildUnnamed793() {
|
| var o = new core.List<api.InstancesScopedListWarningData>();
|
| o.add(buildInstancesScopedListWarningData());
|
| o.add(buildInstancesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2343(core.List<api.InstancesScopedListWarningData> o) {
|
| +checkUnnamed793(core.List<api.InstancesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstancesScopedListWarningData(o[0]);
|
| checkInstancesScopedListWarningData(o[1]);
|
| @@ -3493,7 +3497,7 @@ buildInstancesScopedListWarning() {
|
| buildCounterInstancesScopedListWarning++;
|
| if (buildCounterInstancesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2343();
|
| + o.data = buildUnnamed793();
|
| o.message = "foo";
|
| }
|
| buildCounterInstancesScopedListWarning--;
|
| @@ -3504,7 +3508,7 @@ checkInstancesScopedListWarning(api.InstancesScopedListWarning o) {
|
| buildCounterInstancesScopedListWarning++;
|
| if (buildCounterInstancesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2343(o.data);
|
| + checkUnnamed793(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstancesScopedListWarning--;
|
| @@ -3515,7 +3519,7 @@ buildInstancesScopedList() {
|
| var o = new api.InstancesScopedList();
|
| buildCounterInstancesScopedList++;
|
| if (buildCounterInstancesScopedList < 3) {
|
| - o.instances = buildUnnamed2342();
|
| + o.instances = buildUnnamed792();
|
| o.warning = buildInstancesScopedListWarning();
|
| }
|
| buildCounterInstancesScopedList--;
|
| @@ -3525,7 +3529,7 @@ buildInstancesScopedList() {
|
| checkInstancesScopedList(api.InstancesScopedList o) {
|
| buildCounterInstancesScopedList++;
|
| if (buildCounterInstancesScopedList < 3) {
|
| - checkUnnamed2342(o.instances);
|
| + checkUnnamed792(o.instances);
|
| checkInstancesScopedListWarning(o.warning);
|
| }
|
| buildCounterInstancesScopedList--;
|
| @@ -3550,14 +3554,14 @@ checkInstancesSetMachineTypeRequest(api.InstancesSetMachineTypeRequest o) {
|
| buildCounterInstancesSetMachineTypeRequest--;
|
| }
|
|
|
| -buildUnnamed2344() {
|
| +buildUnnamed794() {
|
| var o = new core.List<api.CustomerEncryptionKeyProtectedDisk>();
|
| o.add(buildCustomerEncryptionKeyProtectedDisk());
|
| o.add(buildCustomerEncryptionKeyProtectedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2344(core.List<api.CustomerEncryptionKeyProtectedDisk> o) {
|
| +checkUnnamed794(core.List<api.CustomerEncryptionKeyProtectedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomerEncryptionKeyProtectedDisk(o[0]);
|
| checkCustomerEncryptionKeyProtectedDisk(o[1]);
|
| @@ -3568,7 +3572,7 @@ buildInstancesStartWithEncryptionKeyRequest() {
|
| var o = new api.InstancesStartWithEncryptionKeyRequest();
|
| buildCounterInstancesStartWithEncryptionKeyRequest++;
|
| if (buildCounterInstancesStartWithEncryptionKeyRequest < 3) {
|
| - o.disks = buildUnnamed2344();
|
| + o.disks = buildUnnamed794();
|
| }
|
| buildCounterInstancesStartWithEncryptionKeyRequest--;
|
| return o;
|
| @@ -3577,7 +3581,7 @@ buildInstancesStartWithEncryptionKeyRequest() {
|
| checkInstancesStartWithEncryptionKeyRequest(api.InstancesStartWithEncryptionKeyRequest o) {
|
| buildCounterInstancesStartWithEncryptionKeyRequest++;
|
| if (buildCounterInstancesStartWithEncryptionKeyRequest < 3) {
|
| - checkUnnamed2344(o.disks);
|
| + checkUnnamed794(o.disks);
|
| }
|
| buildCounterInstancesStartWithEncryptionKeyRequest--;
|
| }
|
| @@ -3626,14 +3630,14 @@ checkMachineTypeScratchDisks(api.MachineTypeScratchDisks o) {
|
| buildCounterMachineTypeScratchDisks--;
|
| }
|
|
|
| -buildUnnamed2345() {
|
| +buildUnnamed795() {
|
| var o = new core.List<api.MachineTypeScratchDisks>();
|
| o.add(buildMachineTypeScratchDisks());
|
| o.add(buildMachineTypeScratchDisks());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2345(core.List<api.MachineTypeScratchDisks> o) {
|
| +checkUnnamed795(core.List<api.MachineTypeScratchDisks> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypeScratchDisks(o[0]);
|
| checkMachineTypeScratchDisks(o[1]);
|
| @@ -3656,7 +3660,7 @@ buildMachineType() {
|
| o.maximumPersistentDisksSizeGb = "foo";
|
| o.memoryMb = 42;
|
| o.name = "foo";
|
| - o.scratchDisks = buildUnnamed2345();
|
| + o.scratchDisks = buildUnnamed795();
|
| o.selfLink = "foo";
|
| o.zone = "foo";
|
| }
|
| @@ -3679,21 +3683,21 @@ checkMachineType(api.MachineType o) {
|
| unittest.expect(o.maximumPersistentDisksSizeGb, unittest.equals('foo'));
|
| unittest.expect(o.memoryMb, unittest.equals(42));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2345(o.scratchDisks);
|
| + checkUnnamed795(o.scratchDisks);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterMachineType--;
|
| }
|
|
|
| -buildUnnamed2346() {
|
| +buildUnnamed796() {
|
| var o = new core.Map<core.String, api.MachineTypesScopedList>();
|
| o["x"] = buildMachineTypesScopedList();
|
| o["y"] = buildMachineTypesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2346(core.Map<core.String, api.MachineTypesScopedList> o) {
|
| +checkUnnamed796(core.Map<core.String, api.MachineTypesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypesScopedList(o["x"]);
|
| checkMachineTypesScopedList(o["y"]);
|
| @@ -3705,7 +3709,7 @@ buildMachineTypeAggregatedList() {
|
| buildCounterMachineTypeAggregatedList++;
|
| if (buildCounterMachineTypeAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2346();
|
| + o.items = buildUnnamed796();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3718,7 +3722,7 @@ checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) {
|
| buildCounterMachineTypeAggregatedList++;
|
| if (buildCounterMachineTypeAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2346(o.items);
|
| + checkUnnamed796(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3726,14 +3730,14 @@ checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) {
|
| buildCounterMachineTypeAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2347() {
|
| +buildUnnamed797() {
|
| var o = new core.List<api.MachineType>();
|
| o.add(buildMachineType());
|
| o.add(buildMachineType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2347(core.List<api.MachineType> o) {
|
| +checkUnnamed797(core.List<api.MachineType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineType(o[0]);
|
| checkMachineType(o[1]);
|
| @@ -3745,7 +3749,7 @@ buildMachineTypeList() {
|
| buildCounterMachineTypeList++;
|
| if (buildCounterMachineTypeList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2347();
|
| + o.items = buildUnnamed797();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3758,7 +3762,7 @@ checkMachineTypeList(api.MachineTypeList o) {
|
| buildCounterMachineTypeList++;
|
| if (buildCounterMachineTypeList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2347(o.items);
|
| + checkUnnamed797(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3766,14 +3770,14 @@ checkMachineTypeList(api.MachineTypeList o) {
|
| buildCounterMachineTypeList--;
|
| }
|
|
|
| -buildUnnamed2348() {
|
| +buildUnnamed798() {
|
| var o = new core.List<api.MachineType>();
|
| o.add(buildMachineType());
|
| o.add(buildMachineType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2348(core.List<api.MachineType> o) {
|
| +checkUnnamed798(core.List<api.MachineType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineType(o[0]);
|
| checkMachineType(o[1]);
|
| @@ -3800,14 +3804,14 @@ checkMachineTypesScopedListWarningData(api.MachineTypesScopedListWarningData o)
|
| buildCounterMachineTypesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2349() {
|
| +buildUnnamed799() {
|
| var o = new core.List<api.MachineTypesScopedListWarningData>();
|
| o.add(buildMachineTypesScopedListWarningData());
|
| o.add(buildMachineTypesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2349(core.List<api.MachineTypesScopedListWarningData> o) {
|
| +checkUnnamed799(core.List<api.MachineTypesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypesScopedListWarningData(o[0]);
|
| checkMachineTypesScopedListWarningData(o[1]);
|
| @@ -3819,7 +3823,7 @@ buildMachineTypesScopedListWarning() {
|
| buildCounterMachineTypesScopedListWarning++;
|
| if (buildCounterMachineTypesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2349();
|
| + o.data = buildUnnamed799();
|
| o.message = "foo";
|
| }
|
| buildCounterMachineTypesScopedListWarning--;
|
| @@ -3830,7 +3834,7 @@ checkMachineTypesScopedListWarning(api.MachineTypesScopedListWarning o) {
|
| buildCounterMachineTypesScopedListWarning++;
|
| if (buildCounterMachineTypesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2349(o.data);
|
| + checkUnnamed799(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterMachineTypesScopedListWarning--;
|
| @@ -3841,7 +3845,7 @@ buildMachineTypesScopedList() {
|
| var o = new api.MachineTypesScopedList();
|
| buildCounterMachineTypesScopedList++;
|
| if (buildCounterMachineTypesScopedList < 3) {
|
| - o.machineTypes = buildUnnamed2348();
|
| + o.machineTypes = buildUnnamed798();
|
| o.warning = buildMachineTypesScopedListWarning();
|
| }
|
| buildCounterMachineTypesScopedList--;
|
| @@ -3851,7 +3855,7 @@ buildMachineTypesScopedList() {
|
| checkMachineTypesScopedList(api.MachineTypesScopedList o) {
|
| buildCounterMachineTypesScopedList++;
|
| if (buildCounterMachineTypesScopedList < 3) {
|
| - checkUnnamed2348(o.machineTypes);
|
| + checkUnnamed798(o.machineTypes);
|
| checkMachineTypesScopedListWarning(o.warning);
|
| }
|
| buildCounterMachineTypesScopedList--;
|
| @@ -3907,14 +3911,14 @@ checkManagedInstanceLastAttemptErrorsErrors(api.ManagedInstanceLastAttemptErrors
|
| buildCounterManagedInstanceLastAttemptErrorsErrors--;
|
| }
|
|
|
| -buildUnnamed2350() {
|
| +buildUnnamed800() {
|
| var o = new core.List<api.ManagedInstanceLastAttemptErrorsErrors>();
|
| o.add(buildManagedInstanceLastAttemptErrorsErrors());
|
| o.add(buildManagedInstanceLastAttemptErrorsErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2350(core.List<api.ManagedInstanceLastAttemptErrorsErrors> o) {
|
| +checkUnnamed800(core.List<api.ManagedInstanceLastAttemptErrorsErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedInstanceLastAttemptErrorsErrors(o[0]);
|
| checkManagedInstanceLastAttemptErrorsErrors(o[1]);
|
| @@ -3925,7 +3929,7 @@ buildManagedInstanceLastAttemptErrors() {
|
| var o = new api.ManagedInstanceLastAttemptErrors();
|
| buildCounterManagedInstanceLastAttemptErrors++;
|
| if (buildCounterManagedInstanceLastAttemptErrors < 3) {
|
| - o.errors = buildUnnamed2350();
|
| + o.errors = buildUnnamed800();
|
| }
|
| buildCounterManagedInstanceLastAttemptErrors--;
|
| return o;
|
| @@ -3934,7 +3938,7 @@ buildManagedInstanceLastAttemptErrors() {
|
| checkManagedInstanceLastAttemptErrors(api.ManagedInstanceLastAttemptErrors o) {
|
| buildCounterManagedInstanceLastAttemptErrors++;
|
| if (buildCounterManagedInstanceLastAttemptErrors < 3) {
|
| - checkUnnamed2350(o.errors);
|
| + checkUnnamed800(o.errors);
|
| }
|
| buildCounterManagedInstanceLastAttemptErrors--;
|
| }
|
| @@ -3979,14 +3983,14 @@ checkMetadataItems(api.MetadataItems o) {
|
| buildCounterMetadataItems--;
|
| }
|
|
|
| -buildUnnamed2351() {
|
| +buildUnnamed801() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2351(core.List<api.MetadataItems> o) {
|
| +checkUnnamed801(core.List<api.MetadataItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadataItems(o[0]);
|
| checkMetadataItems(o[1]);
|
| @@ -3998,7 +4002,7 @@ buildMetadata() {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| o.fingerprint = "foo";
|
| - o.items = buildUnnamed2351();
|
| + o.items = buildUnnamed801();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -4009,7 +4013,7 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2351(o.items);
|
| + checkUnnamed801(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -4036,14 +4040,14 @@ checkNamedPort(api.NamedPort o) {
|
| buildCounterNamedPort--;
|
| }
|
|
|
| -buildUnnamed2352() {
|
| +buildUnnamed802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2352(core.List<core.String> o) {
|
| +checkUnnamed802(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'));
|
| @@ -4063,7 +4067,7 @@ buildNetwork() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| - o.subnetworks = buildUnnamed2352();
|
| + o.subnetworks = buildUnnamed802();
|
| }
|
| buildCounterNetwork--;
|
| return o;
|
| @@ -4081,19 +4085,19 @@ checkNetwork(api.Network o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2352(o.subnetworks);
|
| + checkUnnamed802(o.subnetworks);
|
| }
|
| buildCounterNetwork--;
|
| }
|
|
|
| -buildUnnamed2353() {
|
| +buildUnnamed803() {
|
| var o = new core.List<api.AccessConfig>();
|
| o.add(buildAccessConfig());
|
| o.add(buildAccessConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2353(core.List<api.AccessConfig> o) {
|
| +checkUnnamed803(core.List<api.AccessConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccessConfig(o[0]);
|
| checkAccessConfig(o[1]);
|
| @@ -4104,7 +4108,7 @@ buildNetworkInterface() {
|
| var o = new api.NetworkInterface();
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - o.accessConfigs = buildUnnamed2353();
|
| + o.accessConfigs = buildUnnamed803();
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.networkIP = "foo";
|
| @@ -4117,7 +4121,7 @@ buildNetworkInterface() {
|
| checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - checkUnnamed2353(o.accessConfigs);
|
| + checkUnnamed803(o.accessConfigs);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.networkIP, unittest.equals('foo'));
|
| @@ -4126,14 +4130,14 @@ checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface--;
|
| }
|
|
|
| -buildUnnamed2354() {
|
| +buildUnnamed804() {
|
| var o = new core.List<api.Network>();
|
| o.add(buildNetwork());
|
| o.add(buildNetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2354(core.List<api.Network> o) {
|
| +checkUnnamed804(core.List<api.Network> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetwork(o[0]);
|
| checkNetwork(o[1]);
|
| @@ -4145,7 +4149,7 @@ buildNetworkList() {
|
| buildCounterNetworkList++;
|
| if (buildCounterNetworkList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2354();
|
| + o.items = buildUnnamed804();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4158,7 +4162,7 @@ checkNetworkList(api.NetworkList o) {
|
| buildCounterNetworkList++;
|
| if (buildCounterNetworkList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2354(o.items);
|
| + checkUnnamed804(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4189,14 +4193,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed2355() {
|
| +buildUnnamed805() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2355(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed805(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -4207,7 +4211,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed2355();
|
| + o.errors = buildUnnamed805();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -4216,7 +4220,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed2355(o.errors);
|
| + checkUnnamed805(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -4242,14 +4246,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed2356() {
|
| +buildUnnamed806() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2356(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed806(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -4261,7 +4265,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2356();
|
| + o.data = buildUnnamed806();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -4272,20 +4276,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2356(o.data);
|
| + checkUnnamed806(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed2357() {
|
| +buildUnnamed807() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2357(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed807(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -4317,7 +4321,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed2357();
|
| + o.warnings = buildUnnamed807();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -4348,20 +4352,20 @@ checkOperation(api.Operation o) {
|
| unittest.expect(o.targetId, unittest.equals('foo'));
|
| unittest.expect(o.targetLink, unittest.equals('foo'));
|
| unittest.expect(o.user, unittest.equals('foo'));
|
| - checkUnnamed2357(o.warnings);
|
| + checkUnnamed807(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed2358() {
|
| +buildUnnamed808() {
|
| var o = new core.Map<core.String, api.OperationsScopedList>();
|
| o["x"] = buildOperationsScopedList();
|
| o["y"] = buildOperationsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2358(core.Map<core.String, api.OperationsScopedList> o) {
|
| +checkUnnamed808(core.Map<core.String, api.OperationsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationsScopedList(o["x"]);
|
| checkOperationsScopedList(o["y"]);
|
| @@ -4373,7 +4377,7 @@ buildOperationAggregatedList() {
|
| buildCounterOperationAggregatedList++;
|
| if (buildCounterOperationAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2358();
|
| + o.items = buildUnnamed808();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4386,7 +4390,7 @@ checkOperationAggregatedList(api.OperationAggregatedList o) {
|
| buildCounterOperationAggregatedList++;
|
| if (buildCounterOperationAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2358(o.items);
|
| + checkUnnamed808(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4394,14 +4398,14 @@ checkOperationAggregatedList(api.OperationAggregatedList o) {
|
| buildCounterOperationAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2359() {
|
| +buildUnnamed809() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2359(core.List<api.Operation> o) {
|
| +checkUnnamed809(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -4413,7 +4417,7 @@ buildOperationList() {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2359();
|
| + o.items = buildUnnamed809();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4426,7 +4430,7 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2359(o.items);
|
| + checkUnnamed809(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4434,14 +4438,14 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList--;
|
| }
|
|
|
| -buildUnnamed2360() {
|
| +buildUnnamed810() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2360(core.List<api.Operation> o) {
|
| +checkUnnamed810(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -4468,14 +4472,14 @@ checkOperationsScopedListWarningData(api.OperationsScopedListWarningData o) {
|
| buildCounterOperationsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2361() {
|
| +buildUnnamed811() {
|
| var o = new core.List<api.OperationsScopedListWarningData>();
|
| o.add(buildOperationsScopedListWarningData());
|
| o.add(buildOperationsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2361(core.List<api.OperationsScopedListWarningData> o) {
|
| +checkUnnamed811(core.List<api.OperationsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationsScopedListWarningData(o[0]);
|
| checkOperationsScopedListWarningData(o[1]);
|
| @@ -4487,7 +4491,7 @@ buildOperationsScopedListWarning() {
|
| buildCounterOperationsScopedListWarning++;
|
| if (buildCounterOperationsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2361();
|
| + o.data = buildUnnamed811();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationsScopedListWarning--;
|
| @@ -4498,7 +4502,7 @@ checkOperationsScopedListWarning(api.OperationsScopedListWarning o) {
|
| buildCounterOperationsScopedListWarning++;
|
| if (buildCounterOperationsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2361(o.data);
|
| + checkUnnamed811(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationsScopedListWarning--;
|
| @@ -4509,7 +4513,7 @@ buildOperationsScopedList() {
|
| var o = new api.OperationsScopedList();
|
| buildCounterOperationsScopedList++;
|
| if (buildCounterOperationsScopedList < 3) {
|
| - o.operations = buildUnnamed2360();
|
| + o.operations = buildUnnamed810();
|
| o.warning = buildOperationsScopedListWarning();
|
| }
|
| buildCounterOperationsScopedList--;
|
| @@ -4519,20 +4523,20 @@ buildOperationsScopedList() {
|
| checkOperationsScopedList(api.OperationsScopedList o) {
|
| buildCounterOperationsScopedList++;
|
| if (buildCounterOperationsScopedList < 3) {
|
| - checkUnnamed2360(o.operations);
|
| + checkUnnamed810(o.operations);
|
| checkOperationsScopedListWarning(o.warning);
|
| }
|
| buildCounterOperationsScopedList--;
|
| }
|
|
|
| -buildUnnamed2362() {
|
| +buildUnnamed812() {
|
| var o = new core.List<api.PathRule>();
|
| o.add(buildPathRule());
|
| o.add(buildPathRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2362(core.List<api.PathRule> o) {
|
| +checkUnnamed812(core.List<api.PathRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPathRule(o[0]);
|
| checkPathRule(o[1]);
|
| @@ -4546,7 +4550,7 @@ buildPathMatcher() {
|
| o.defaultService = "foo";
|
| o.description = "foo";
|
| o.name = "foo";
|
| - o.pathRules = buildUnnamed2362();
|
| + o.pathRules = buildUnnamed812();
|
| }
|
| buildCounterPathMatcher--;
|
| return o;
|
| @@ -4558,19 +4562,19 @@ checkPathMatcher(api.PathMatcher o) {
|
| unittest.expect(o.defaultService, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2362(o.pathRules);
|
| + checkUnnamed812(o.pathRules);
|
| }
|
| buildCounterPathMatcher--;
|
| }
|
|
|
| -buildUnnamed2363() {
|
| +buildUnnamed813() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2363(core.List<core.String> o) {
|
| +checkUnnamed813(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'));
|
| @@ -4581,7 +4585,7 @@ buildPathRule() {
|
| var o = new api.PathRule();
|
| buildCounterPathRule++;
|
| if (buildCounterPathRule < 3) {
|
| - o.paths = buildUnnamed2363();
|
| + o.paths = buildUnnamed813();
|
| o.service = "foo";
|
| }
|
| buildCounterPathRule--;
|
| @@ -4591,33 +4595,33 @@ buildPathRule() {
|
| checkPathRule(api.PathRule o) {
|
| buildCounterPathRule++;
|
| if (buildCounterPathRule < 3) {
|
| - checkUnnamed2363(o.paths);
|
| + checkUnnamed813(o.paths);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterPathRule--;
|
| }
|
|
|
| -buildUnnamed2364() {
|
| +buildUnnamed814() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2364(core.List<core.String> o) {
|
| +checkUnnamed814(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'));
|
| }
|
|
|
| -buildUnnamed2365() {
|
| +buildUnnamed815() {
|
| var o = new core.List<api.Quota>();
|
| o.add(buildQuota());
|
| o.add(buildQuota());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2365(core.List<api.Quota> o) {
|
| +checkUnnamed815(core.List<api.Quota> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuota(o[0]);
|
| checkQuota(o[1]);
|
| @@ -4632,11 +4636,11 @@ buildProject() {
|
| o.creationTimestamp = "foo";
|
| o.defaultServiceAccount = "foo";
|
| o.description = "foo";
|
| - o.enabledFeatures = buildUnnamed2364();
|
| + o.enabledFeatures = buildUnnamed814();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.quotas = buildUnnamed2365();
|
| + o.quotas = buildUnnamed815();
|
| o.selfLink = "foo";
|
| o.usageExportLocation = buildUsageExportLocation();
|
| }
|
| @@ -4651,11 +4655,11 @@ checkProject(api.Project o) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.defaultServiceAccount, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2364(o.enabledFeatures);
|
| + checkUnnamed814(o.enabledFeatures);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2365(o.quotas);
|
| + checkUnnamed815(o.quotas);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| checkUsageExportLocation(o.usageExportLocation);
|
| }
|
| @@ -4685,27 +4689,27 @@ checkQuota(api.Quota o) {
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed2366() {
|
| +buildUnnamed816() {
|
| var o = new core.List<api.Quota>();
|
| o.add(buildQuota());
|
| o.add(buildQuota());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2366(core.List<api.Quota> o) {
|
| +checkUnnamed816(core.List<api.Quota> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuota(o[0]);
|
| checkQuota(o[1]);
|
| }
|
|
|
| -buildUnnamed2367() {
|
| +buildUnnamed817() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2367(core.List<core.String> o) {
|
| +checkUnnamed817(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'));
|
| @@ -4722,10 +4726,10 @@ buildRegion() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.quotas = buildUnnamed2366();
|
| + o.quotas = buildUnnamed816();
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| - o.zones = buildUnnamed2367();
|
| + o.zones = buildUnnamed817();
|
| }
|
| buildCounterRegion--;
|
| return o;
|
| @@ -4740,22 +4744,22 @@ checkRegion(api.Region o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2366(o.quotas);
|
| + checkUnnamed816(o.quotas);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed2367(o.zones);
|
| + checkUnnamed817(o.zones);
|
| }
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed2368() {
|
| +buildUnnamed818() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2368(core.List<api.Region> o) {
|
| +checkUnnamed818(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4767,7 +4771,7 @@ buildRegionList() {
|
| buildCounterRegionList++;
|
| if (buildCounterRegionList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2368();
|
| + o.items = buildUnnamed818();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4780,7 +4784,7 @@ checkRegionList(api.RegionList o) {
|
| buildCounterRegionList++;
|
| if (buildCounterRegionList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2368(o.items);
|
| + checkUnnamed818(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4807,14 +4811,14 @@ checkResourceGroupReference(api.ResourceGroupReference o) {
|
| buildCounterResourceGroupReference--;
|
| }
|
|
|
| -buildUnnamed2369() {
|
| +buildUnnamed819() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2369(core.List<core.String> o) {
|
| +checkUnnamed819(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'));
|
| @@ -4841,14 +4845,14 @@ checkRouteWarningsData(api.RouteWarningsData o) {
|
| buildCounterRouteWarningsData--;
|
| }
|
|
|
| -buildUnnamed2370() {
|
| +buildUnnamed820() {
|
| var o = new core.List<api.RouteWarningsData>();
|
| o.add(buildRouteWarningsData());
|
| o.add(buildRouteWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2370(core.List<api.RouteWarningsData> o) {
|
| +checkUnnamed820(core.List<api.RouteWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouteWarningsData(o[0]);
|
| checkRouteWarningsData(o[1]);
|
| @@ -4860,7 +4864,7 @@ buildRouteWarnings() {
|
| buildCounterRouteWarnings++;
|
| if (buildCounterRouteWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2370();
|
| + o.data = buildUnnamed820();
|
| o.message = "foo";
|
| }
|
| buildCounterRouteWarnings--;
|
| @@ -4871,20 +4875,20 @@ checkRouteWarnings(api.RouteWarnings o) {
|
| buildCounterRouteWarnings++;
|
| if (buildCounterRouteWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2370(o.data);
|
| + checkUnnamed820(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterRouteWarnings--;
|
| }
|
|
|
| -buildUnnamed2371() {
|
| +buildUnnamed821() {
|
| var o = new core.List<api.RouteWarnings>();
|
| o.add(buildRouteWarnings());
|
| o.add(buildRouteWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2371(core.List<api.RouteWarnings> o) {
|
| +checkUnnamed821(core.List<api.RouteWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouteWarnings(o[0]);
|
| checkRouteWarnings(o[1]);
|
| @@ -4909,8 +4913,8 @@ buildRoute() {
|
| o.nextHopVpnTunnel = "foo";
|
| o.priority = 42;
|
| o.selfLink = "foo";
|
| - o.tags = buildUnnamed2369();
|
| - o.warnings = buildUnnamed2371();
|
| + o.tags = buildUnnamed819();
|
| + o.warnings = buildUnnamed821();
|
| }
|
| buildCounterRoute--;
|
| return o;
|
| @@ -4933,20 +4937,20 @@ checkRoute(api.Route o) {
|
| unittest.expect(o.nextHopVpnTunnel, unittest.equals('foo'));
|
| unittest.expect(o.priority, unittest.equals(42));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2369(o.tags);
|
| - checkUnnamed2371(o.warnings);
|
| + checkUnnamed819(o.tags);
|
| + checkUnnamed821(o.warnings);
|
| }
|
| buildCounterRoute--;
|
| }
|
|
|
| -buildUnnamed2372() {
|
| +buildUnnamed822() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2372(core.List<api.Route> o) {
|
| +checkUnnamed822(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| @@ -4958,7 +4962,7 @@ buildRouteList() {
|
| buildCounterRouteList++;
|
| if (buildCounterRouteList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2372();
|
| + o.items = buildUnnamed822();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4971,7 +4975,7 @@ checkRouteList(api.RouteList o) {
|
| buildCounterRouteList++;
|
| if (buildCounterRouteList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2372(o.items);
|
| + checkUnnamed822(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4979,27 +4983,27 @@ checkRouteList(api.RouteList o) {
|
| buildCounterRouteList--;
|
| }
|
|
|
| -buildUnnamed2373() {
|
| +buildUnnamed823() {
|
| var o = new core.List<api.RouterBgpPeer>();
|
| o.add(buildRouterBgpPeer());
|
| o.add(buildRouterBgpPeer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2373(core.List<api.RouterBgpPeer> o) {
|
| +checkUnnamed823(core.List<api.RouterBgpPeer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterBgpPeer(o[0]);
|
| checkRouterBgpPeer(o[1]);
|
| }
|
|
|
| -buildUnnamed2374() {
|
| +buildUnnamed824() {
|
| var o = new core.List<api.RouterInterface>();
|
| o.add(buildRouterInterface());
|
| o.add(buildRouterInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2374(core.List<api.RouterInterface> o) {
|
| +checkUnnamed824(core.List<api.RouterInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterInterface(o[0]);
|
| checkRouterInterface(o[1]);
|
| @@ -5011,11 +5015,11 @@ buildRouter() {
|
| buildCounterRouter++;
|
| if (buildCounterRouter < 3) {
|
| o.bgp = buildRouterBgp();
|
| - o.bgpPeers = buildUnnamed2373();
|
| + o.bgpPeers = buildUnnamed823();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.interfaces = buildUnnamed2374();
|
| + o.interfaces = buildUnnamed824();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.network = "foo";
|
| @@ -5030,11 +5034,11 @@ checkRouter(api.Router o) {
|
| buildCounterRouter++;
|
| if (buildCounterRouter < 3) {
|
| checkRouterBgp(o.bgp);
|
| - checkUnnamed2373(o.bgpPeers);
|
| + checkUnnamed823(o.bgpPeers);
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2374(o.interfaces);
|
| + checkUnnamed824(o.interfaces);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| @@ -5044,14 +5048,14 @@ checkRouter(api.Router o) {
|
| buildCounterRouter--;
|
| }
|
|
|
| -buildUnnamed2375() {
|
| +buildUnnamed825() {
|
| var o = new core.Map<core.String, api.RoutersScopedList>();
|
| o["x"] = buildRoutersScopedList();
|
| o["y"] = buildRoutersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2375(core.Map<core.String, api.RoutersScopedList> o) {
|
| +checkUnnamed825(core.Map<core.String, api.RoutersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoutersScopedList(o["x"]);
|
| checkRoutersScopedList(o["y"]);
|
| @@ -5063,7 +5067,7 @@ buildRouterAggregatedList() {
|
| buildCounterRouterAggregatedList++;
|
| if (buildCounterRouterAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2375();
|
| + o.items = buildUnnamed825();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5076,7 +5080,7 @@ checkRouterAggregatedList(api.RouterAggregatedList o) {
|
| buildCounterRouterAggregatedList++;
|
| if (buildCounterRouterAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2375(o.items);
|
| + checkUnnamed825(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5155,14 +5159,14 @@ checkRouterInterface(api.RouterInterface o) {
|
| buildCounterRouterInterface--;
|
| }
|
|
|
| -buildUnnamed2376() {
|
| +buildUnnamed826() {
|
| var o = new core.List<api.Router>();
|
| o.add(buildRouter());
|
| o.add(buildRouter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2376(core.List<api.Router> o) {
|
| +checkUnnamed826(core.List<api.Router> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouter(o[0]);
|
| checkRouter(o[1]);
|
| @@ -5174,7 +5178,7 @@ buildRouterList() {
|
| buildCounterRouterList++;
|
| if (buildCounterRouterList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2376();
|
| + o.items = buildUnnamed826();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5187,7 +5191,7 @@ checkRouterList(api.RouterList o) {
|
| buildCounterRouterList++;
|
| if (buildCounterRouterList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2376(o.items);
|
| + checkUnnamed826(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5195,27 +5199,27 @@ checkRouterList(api.RouterList o) {
|
| buildCounterRouterList--;
|
| }
|
|
|
| -buildUnnamed2377() {
|
| +buildUnnamed827() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2377(core.List<api.Route> o) {
|
| +checkUnnamed827(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| }
|
|
|
| -buildUnnamed2378() {
|
| +buildUnnamed828() {
|
| var o = new core.List<api.RouterStatusBgpPeerStatus>();
|
| o.add(buildRouterStatusBgpPeerStatus());
|
| o.add(buildRouterStatusBgpPeerStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2378(core.List<api.RouterStatusBgpPeerStatus> o) {
|
| +checkUnnamed828(core.List<api.RouterStatusBgpPeerStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterStatusBgpPeerStatus(o[0]);
|
| checkRouterStatusBgpPeerStatus(o[1]);
|
| @@ -5226,8 +5230,8 @@ buildRouterStatus() {
|
| var o = new api.RouterStatus();
|
| buildCounterRouterStatus++;
|
| if (buildCounterRouterStatus < 3) {
|
| - o.bestRoutes = buildUnnamed2377();
|
| - o.bgpPeerStatus = buildUnnamed2378();
|
| + o.bestRoutes = buildUnnamed827();
|
| + o.bgpPeerStatus = buildUnnamed828();
|
| o.network = "foo";
|
| }
|
| buildCounterRouterStatus--;
|
| @@ -5237,21 +5241,21 @@ buildRouterStatus() {
|
| checkRouterStatus(api.RouterStatus o) {
|
| buildCounterRouterStatus++;
|
| if (buildCounterRouterStatus < 3) {
|
| - checkUnnamed2377(o.bestRoutes);
|
| - checkUnnamed2378(o.bgpPeerStatus);
|
| + checkUnnamed827(o.bestRoutes);
|
| + checkUnnamed828(o.bgpPeerStatus);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| }
|
| buildCounterRouterStatus--;
|
| }
|
|
|
| -buildUnnamed2379() {
|
| +buildUnnamed829() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2379(core.List<api.Route> o) {
|
| +checkUnnamed829(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| @@ -5262,7 +5266,7 @@ buildRouterStatusBgpPeerStatus() {
|
| var o = new api.RouterStatusBgpPeerStatus();
|
| buildCounterRouterStatusBgpPeerStatus++;
|
| if (buildCounterRouterStatusBgpPeerStatus < 3) {
|
| - o.advertisedRoutes = buildUnnamed2379();
|
| + o.advertisedRoutes = buildUnnamed829();
|
| o.ipAddress = "foo";
|
| o.linkedVpnTunnel = "foo";
|
| o.name = "foo";
|
| @@ -5280,7 +5284,7 @@ buildRouterStatusBgpPeerStatus() {
|
| checkRouterStatusBgpPeerStatus(api.RouterStatusBgpPeerStatus o) {
|
| buildCounterRouterStatusBgpPeerStatus++;
|
| if (buildCounterRouterStatusBgpPeerStatus < 3) {
|
| - checkUnnamed2379(o.advertisedRoutes);
|
| + checkUnnamed829(o.advertisedRoutes);
|
| unittest.expect(o.ipAddress, unittest.equals('foo'));
|
| unittest.expect(o.linkedVpnTunnel, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -5315,14 +5319,33 @@ checkRouterStatusResponse(api.RouterStatusResponse o) {
|
| buildCounterRouterStatusResponse--;
|
| }
|
|
|
| -buildUnnamed2380() {
|
| +core.int buildCounterRoutersPreviewResponse = 0;
|
| +buildRoutersPreviewResponse() {
|
| + var o = new api.RoutersPreviewResponse();
|
| + buildCounterRoutersPreviewResponse++;
|
| + if (buildCounterRoutersPreviewResponse < 3) {
|
| + o.resource = buildRouter();
|
| + }
|
| + buildCounterRoutersPreviewResponse--;
|
| + return o;
|
| +}
|
| +
|
| +checkRoutersPreviewResponse(api.RoutersPreviewResponse o) {
|
| + buildCounterRoutersPreviewResponse++;
|
| + if (buildCounterRoutersPreviewResponse < 3) {
|
| + checkRouter(o.resource);
|
| + }
|
| + buildCounterRoutersPreviewResponse--;
|
| +}
|
| +
|
| +buildUnnamed830() {
|
| var o = new core.List<api.Router>();
|
| o.add(buildRouter());
|
| o.add(buildRouter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2380(core.List<api.Router> o) {
|
| +checkUnnamed830(core.List<api.Router> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouter(o[0]);
|
| checkRouter(o[1]);
|
| @@ -5349,14 +5372,14 @@ checkRoutersScopedListWarningData(api.RoutersScopedListWarningData o) {
|
| buildCounterRoutersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2381() {
|
| +buildUnnamed831() {
|
| var o = new core.List<api.RoutersScopedListWarningData>();
|
| o.add(buildRoutersScopedListWarningData());
|
| o.add(buildRoutersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2381(core.List<api.RoutersScopedListWarningData> o) {
|
| +checkUnnamed831(core.List<api.RoutersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoutersScopedListWarningData(o[0]);
|
| checkRoutersScopedListWarningData(o[1]);
|
| @@ -5368,7 +5391,7 @@ buildRoutersScopedListWarning() {
|
| buildCounterRoutersScopedListWarning++;
|
| if (buildCounterRoutersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2381();
|
| + o.data = buildUnnamed831();
|
| o.message = "foo";
|
| }
|
| buildCounterRoutersScopedListWarning--;
|
| @@ -5379,7 +5402,7 @@ checkRoutersScopedListWarning(api.RoutersScopedListWarning o) {
|
| buildCounterRoutersScopedListWarning++;
|
| if (buildCounterRoutersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2381(o.data);
|
| + checkUnnamed831(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterRoutersScopedListWarning--;
|
| @@ -5390,7 +5413,7 @@ buildRoutersScopedList() {
|
| var o = new api.RoutersScopedList();
|
| buildCounterRoutersScopedList++;
|
| if (buildCounterRoutersScopedList < 3) {
|
| - o.routers = buildUnnamed2380();
|
| + o.routers = buildUnnamed830();
|
| o.warning = buildRoutersScopedListWarning();
|
| }
|
| buildCounterRoutersScopedList--;
|
| @@ -5400,7 +5423,7 @@ buildRoutersScopedList() {
|
| checkRoutersScopedList(api.RoutersScopedList o) {
|
| buildCounterRoutersScopedList++;
|
| if (buildCounterRoutersScopedList < 3) {
|
| - checkUnnamed2380(o.routers);
|
| + checkUnnamed830(o.routers);
|
| checkRoutersScopedListWarning(o.warning);
|
| }
|
| buildCounterRoutersScopedList--;
|
| @@ -5452,14 +5475,14 @@ checkSerialPortOutput(api.SerialPortOutput o) {
|
| buildCounterSerialPortOutput--;
|
| }
|
|
|
| -buildUnnamed2382() {
|
| +buildUnnamed832() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2382(core.List<core.String> o) {
|
| +checkUnnamed832(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'));
|
| @@ -5471,7 +5494,7 @@ buildServiceAccount() {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| o.email = "foo";
|
| - o.scopes = buildUnnamed2382();
|
| + o.scopes = buildUnnamed832();
|
| }
|
| buildCounterServiceAccount--;
|
| return o;
|
| @@ -5481,19 +5504,19 @@ checkServiceAccount(api.ServiceAccount o) {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed2382(o.scopes);
|
| + checkUnnamed832(o.scopes);
|
| }
|
| buildCounterServiceAccount--;
|
| }
|
|
|
| -buildUnnamed2383() {
|
| +buildUnnamed833() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2383(core.List<core.String> o) {
|
| +checkUnnamed833(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'));
|
| @@ -5509,7 +5532,7 @@ buildSnapshot() {
|
| o.diskSizeGb = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.licenses = buildUnnamed2383();
|
| + o.licenses = buildUnnamed833();
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| o.snapshotEncryptionKey = buildCustomerEncryptionKey();
|
| @@ -5532,7 +5555,7 @@ checkSnapshot(api.Snapshot o) {
|
| unittest.expect(o.diskSizeGb, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2383(o.licenses);
|
| + checkUnnamed833(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| checkCustomerEncryptionKey(o.snapshotEncryptionKey);
|
| @@ -5546,14 +5569,14 @@ checkSnapshot(api.Snapshot o) {
|
| buildCounterSnapshot--;
|
| }
|
|
|
| -buildUnnamed2384() {
|
| +buildUnnamed834() {
|
| var o = new core.List<api.Snapshot>();
|
| o.add(buildSnapshot());
|
| o.add(buildSnapshot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2384(core.List<api.Snapshot> o) {
|
| +checkUnnamed834(core.List<api.Snapshot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSnapshot(o[0]);
|
| checkSnapshot(o[1]);
|
| @@ -5565,7 +5588,7 @@ buildSnapshotList() {
|
| buildCounterSnapshotList++;
|
| if (buildCounterSnapshotList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2384();
|
| + o.items = buildUnnamed834();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5578,7 +5601,7 @@ checkSnapshotList(api.SnapshotList o) {
|
| buildCounterSnapshotList++;
|
| if (buildCounterSnapshotList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2384(o.items);
|
| + checkUnnamed834(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5619,14 +5642,14 @@ checkSslCertificate(api.SslCertificate o) {
|
| buildCounterSslCertificate--;
|
| }
|
|
|
| -buildUnnamed2385() {
|
| +buildUnnamed835() {
|
| var o = new core.List<api.SslCertificate>();
|
| o.add(buildSslCertificate());
|
| o.add(buildSslCertificate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2385(core.List<api.SslCertificate> o) {
|
| +checkUnnamed835(core.List<api.SslCertificate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSslCertificate(o[0]);
|
| checkSslCertificate(o[1]);
|
| @@ -5638,7 +5661,7 @@ buildSslCertificateList() {
|
| buildCounterSslCertificateList++;
|
| if (buildCounterSslCertificateList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2385();
|
| + o.items = buildUnnamed835();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5651,7 +5674,7 @@ checkSslCertificateList(api.SslCertificateList o) {
|
| buildCounterSslCertificateList++;
|
| if (buildCounterSslCertificateList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2385(o.items);
|
| + checkUnnamed835(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5696,14 +5719,14 @@ checkSubnetwork(api.Subnetwork o) {
|
| buildCounterSubnetwork--;
|
| }
|
|
|
| -buildUnnamed2386() {
|
| +buildUnnamed836() {
|
| var o = new core.Map<core.String, api.SubnetworksScopedList>();
|
| o["x"] = buildSubnetworksScopedList();
|
| o["y"] = buildSubnetworksScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2386(core.Map<core.String, api.SubnetworksScopedList> o) {
|
| +checkUnnamed836(core.Map<core.String, api.SubnetworksScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetworksScopedList(o["x"]);
|
| checkSubnetworksScopedList(o["y"]);
|
| @@ -5715,7 +5738,7 @@ buildSubnetworkAggregatedList() {
|
| buildCounterSubnetworkAggregatedList++;
|
| if (buildCounterSubnetworkAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2386();
|
| + o.items = buildUnnamed836();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5728,7 +5751,7 @@ checkSubnetworkAggregatedList(api.SubnetworkAggregatedList o) {
|
| buildCounterSubnetworkAggregatedList++;
|
| if (buildCounterSubnetworkAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2386(o.items);
|
| + checkUnnamed836(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5736,14 +5759,14 @@ checkSubnetworkAggregatedList(api.SubnetworkAggregatedList o) {
|
| buildCounterSubnetworkAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2387() {
|
| +buildUnnamed837() {
|
| var o = new core.List<api.Subnetwork>();
|
| o.add(buildSubnetwork());
|
| o.add(buildSubnetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2387(core.List<api.Subnetwork> o) {
|
| +checkUnnamed837(core.List<api.Subnetwork> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetwork(o[0]);
|
| checkSubnetwork(o[1]);
|
| @@ -5755,7 +5778,7 @@ buildSubnetworkList() {
|
| buildCounterSubnetworkList++;
|
| if (buildCounterSubnetworkList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2387();
|
| + o.items = buildUnnamed837();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5768,7 +5791,7 @@ checkSubnetworkList(api.SubnetworkList o) {
|
| buildCounterSubnetworkList++;
|
| if (buildCounterSubnetworkList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2387(o.items);
|
| + checkUnnamed837(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5776,14 +5799,14 @@ checkSubnetworkList(api.SubnetworkList o) {
|
| buildCounterSubnetworkList--;
|
| }
|
|
|
| -buildUnnamed2388() {
|
| +buildUnnamed838() {
|
| var o = new core.List<api.Subnetwork>();
|
| o.add(buildSubnetwork());
|
| o.add(buildSubnetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2388(core.List<api.Subnetwork> o) {
|
| +checkUnnamed838(core.List<api.Subnetwork> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetwork(o[0]);
|
| checkSubnetwork(o[1]);
|
| @@ -5810,14 +5833,14 @@ checkSubnetworksScopedListWarningData(api.SubnetworksScopedListWarningData o) {
|
| buildCounterSubnetworksScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2389() {
|
| +buildUnnamed839() {
|
| var o = new core.List<api.SubnetworksScopedListWarningData>();
|
| o.add(buildSubnetworksScopedListWarningData());
|
| o.add(buildSubnetworksScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2389(core.List<api.SubnetworksScopedListWarningData> o) {
|
| +checkUnnamed839(core.List<api.SubnetworksScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetworksScopedListWarningData(o[0]);
|
| checkSubnetworksScopedListWarningData(o[1]);
|
| @@ -5829,7 +5852,7 @@ buildSubnetworksScopedListWarning() {
|
| buildCounterSubnetworksScopedListWarning++;
|
| if (buildCounterSubnetworksScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2389();
|
| + o.data = buildUnnamed839();
|
| o.message = "foo";
|
| }
|
| buildCounterSubnetworksScopedListWarning--;
|
| @@ -5840,7 +5863,7 @@ checkSubnetworksScopedListWarning(api.SubnetworksScopedListWarning o) {
|
| buildCounterSubnetworksScopedListWarning++;
|
| if (buildCounterSubnetworksScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2389(o.data);
|
| + checkUnnamed839(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterSubnetworksScopedListWarning--;
|
| @@ -5851,7 +5874,7 @@ buildSubnetworksScopedList() {
|
| var o = new api.SubnetworksScopedList();
|
| buildCounterSubnetworksScopedList++;
|
| if (buildCounterSubnetworksScopedList < 3) {
|
| - o.subnetworks = buildUnnamed2388();
|
| + o.subnetworks = buildUnnamed838();
|
| o.warning = buildSubnetworksScopedListWarning();
|
| }
|
| buildCounterSubnetworksScopedList--;
|
| @@ -5861,20 +5884,20 @@ buildSubnetworksScopedList() {
|
| checkSubnetworksScopedList(api.SubnetworksScopedList o) {
|
| buildCounterSubnetworksScopedList++;
|
| if (buildCounterSubnetworksScopedList < 3) {
|
| - checkUnnamed2388(o.subnetworks);
|
| + checkUnnamed838(o.subnetworks);
|
| checkSubnetworksScopedListWarning(o.warning);
|
| }
|
| buildCounterSubnetworksScopedList--;
|
| }
|
|
|
| -buildUnnamed2390() {
|
| +buildUnnamed840() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2390(core.List<core.String> o) {
|
| +checkUnnamed840(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'));
|
| @@ -5886,7 +5909,7 @@ buildTags() {
|
| buildCounterTags++;
|
| if (buildCounterTags < 3) {
|
| o.fingerprint = "foo";
|
| - o.items = buildUnnamed2390();
|
| + o.items = buildUnnamed840();
|
| }
|
| buildCounterTags--;
|
| return o;
|
| @@ -5896,7 +5919,7 @@ checkTags(api.Tags o) {
|
| buildCounterTags++;
|
| if (buildCounterTags < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2390(o.items);
|
| + checkUnnamed840(o.items);
|
| }
|
| buildCounterTags--;
|
| }
|
| @@ -5932,14 +5955,14 @@ checkTargetHttpProxy(api.TargetHttpProxy o) {
|
| buildCounterTargetHttpProxy--;
|
| }
|
|
|
| -buildUnnamed2391() {
|
| +buildUnnamed841() {
|
| var o = new core.List<api.TargetHttpProxy>();
|
| o.add(buildTargetHttpProxy());
|
| o.add(buildTargetHttpProxy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2391(core.List<api.TargetHttpProxy> o) {
|
| +checkUnnamed841(core.List<api.TargetHttpProxy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetHttpProxy(o[0]);
|
| checkTargetHttpProxy(o[1]);
|
| @@ -5951,7 +5974,7 @@ buildTargetHttpProxyList() {
|
| buildCounterTargetHttpProxyList++;
|
| if (buildCounterTargetHttpProxyList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2391();
|
| + o.items = buildUnnamed841();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5964,7 +5987,7 @@ checkTargetHttpProxyList(api.TargetHttpProxyList o) {
|
| buildCounterTargetHttpProxyList++;
|
| if (buildCounterTargetHttpProxyList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2391(o.items);
|
| + checkUnnamed841(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5972,14 +5995,14 @@ checkTargetHttpProxyList(api.TargetHttpProxyList o) {
|
| buildCounterTargetHttpProxyList--;
|
| }
|
|
|
| -buildUnnamed2392() {
|
| +buildUnnamed842() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2392(core.List<core.String> o) {
|
| +checkUnnamed842(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'));
|
| @@ -5990,7 +6013,7 @@ buildTargetHttpsProxiesSetSslCertificatesRequest() {
|
| var o = new api.TargetHttpsProxiesSetSslCertificatesRequest();
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetHttpsProxiesSetSslCertificatesRequest < 3) {
|
| - o.sslCertificates = buildUnnamed2392();
|
| + o.sslCertificates = buildUnnamed842();
|
| }
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest--;
|
| return o;
|
| @@ -5999,19 +6022,19 @@ buildTargetHttpsProxiesSetSslCertificatesRequest() {
|
| checkTargetHttpsProxiesSetSslCertificatesRequest(api.TargetHttpsProxiesSetSslCertificatesRequest o) {
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetHttpsProxiesSetSslCertificatesRequest < 3) {
|
| - checkUnnamed2392(o.sslCertificates);
|
| + checkUnnamed842(o.sslCertificates);
|
| }
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest--;
|
| }
|
|
|
| -buildUnnamed2393() {
|
| +buildUnnamed843() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2393(core.List<core.String> o) {
|
| +checkUnnamed843(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'));
|
| @@ -6028,7 +6051,7 @@ buildTargetHttpsProxy() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| - o.sslCertificates = buildUnnamed2393();
|
| + o.sslCertificates = buildUnnamed843();
|
| o.urlMap = "foo";
|
| }
|
| buildCounterTargetHttpsProxy--;
|
| @@ -6044,20 +6067,20 @@ checkTargetHttpsProxy(api.TargetHttpsProxy o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2393(o.sslCertificates);
|
| + checkUnnamed843(o.sslCertificates);
|
| unittest.expect(o.urlMap, unittest.equals('foo'));
|
| }
|
| buildCounterTargetHttpsProxy--;
|
| }
|
|
|
| -buildUnnamed2394() {
|
| +buildUnnamed844() {
|
| var o = new core.List<api.TargetHttpsProxy>();
|
| o.add(buildTargetHttpsProxy());
|
| o.add(buildTargetHttpsProxy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2394(core.List<api.TargetHttpsProxy> o) {
|
| +checkUnnamed844(core.List<api.TargetHttpsProxy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetHttpsProxy(o[0]);
|
| checkTargetHttpsProxy(o[1]);
|
| @@ -6069,7 +6092,7 @@ buildTargetHttpsProxyList() {
|
| buildCounterTargetHttpsProxyList++;
|
| if (buildCounterTargetHttpsProxyList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2394();
|
| + o.items = buildUnnamed844();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6082,7 +6105,7 @@ checkTargetHttpsProxyList(api.TargetHttpsProxyList o) {
|
| buildCounterTargetHttpsProxyList++;
|
| if (buildCounterTargetHttpsProxyList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2394(o.items);
|
| + checkUnnamed844(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6125,14 +6148,14 @@ checkTargetInstance(api.TargetInstance o) {
|
| buildCounterTargetInstance--;
|
| }
|
|
|
| -buildUnnamed2395() {
|
| +buildUnnamed845() {
|
| var o = new core.Map<core.String, api.TargetInstancesScopedList>();
|
| o["x"] = buildTargetInstancesScopedList();
|
| o["y"] = buildTargetInstancesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2395(core.Map<core.String, api.TargetInstancesScopedList> o) {
|
| +checkUnnamed845(core.Map<core.String, api.TargetInstancesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstancesScopedList(o["x"]);
|
| checkTargetInstancesScopedList(o["y"]);
|
| @@ -6144,7 +6167,7 @@ buildTargetInstanceAggregatedList() {
|
| buildCounterTargetInstanceAggregatedList++;
|
| if (buildCounterTargetInstanceAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2395();
|
| + o.items = buildUnnamed845();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6157,7 +6180,7 @@ checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) {
|
| buildCounterTargetInstanceAggregatedList++;
|
| if (buildCounterTargetInstanceAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2395(o.items);
|
| + checkUnnamed845(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6165,14 +6188,14 @@ checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) {
|
| buildCounterTargetInstanceAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2396() {
|
| +buildUnnamed846() {
|
| var o = new core.List<api.TargetInstance>();
|
| o.add(buildTargetInstance());
|
| o.add(buildTargetInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2396(core.List<api.TargetInstance> o) {
|
| +checkUnnamed846(core.List<api.TargetInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstance(o[0]);
|
| checkTargetInstance(o[1]);
|
| @@ -6184,7 +6207,7 @@ buildTargetInstanceList() {
|
| buildCounterTargetInstanceList++;
|
| if (buildCounterTargetInstanceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2396();
|
| + o.items = buildUnnamed846();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6197,7 +6220,7 @@ checkTargetInstanceList(api.TargetInstanceList o) {
|
| buildCounterTargetInstanceList++;
|
| if (buildCounterTargetInstanceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2396(o.items);
|
| + checkUnnamed846(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6205,14 +6228,14 @@ checkTargetInstanceList(api.TargetInstanceList o) {
|
| buildCounterTargetInstanceList--;
|
| }
|
|
|
| -buildUnnamed2397() {
|
| +buildUnnamed847() {
|
| var o = new core.List<api.TargetInstance>();
|
| o.add(buildTargetInstance());
|
| o.add(buildTargetInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2397(core.List<api.TargetInstance> o) {
|
| +checkUnnamed847(core.List<api.TargetInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstance(o[0]);
|
| checkTargetInstance(o[1]);
|
| @@ -6239,14 +6262,14 @@ checkTargetInstancesScopedListWarningData(api.TargetInstancesScopedListWarningDa
|
| buildCounterTargetInstancesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2398() {
|
| +buildUnnamed848() {
|
| var o = new core.List<api.TargetInstancesScopedListWarningData>();
|
| o.add(buildTargetInstancesScopedListWarningData());
|
| o.add(buildTargetInstancesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2398(core.List<api.TargetInstancesScopedListWarningData> o) {
|
| +checkUnnamed848(core.List<api.TargetInstancesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstancesScopedListWarningData(o[0]);
|
| checkTargetInstancesScopedListWarningData(o[1]);
|
| @@ -6258,7 +6281,7 @@ buildTargetInstancesScopedListWarning() {
|
| buildCounterTargetInstancesScopedListWarning++;
|
| if (buildCounterTargetInstancesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2398();
|
| + o.data = buildUnnamed848();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetInstancesScopedListWarning--;
|
| @@ -6269,7 +6292,7 @@ checkTargetInstancesScopedListWarning(api.TargetInstancesScopedListWarning o) {
|
| buildCounterTargetInstancesScopedListWarning++;
|
| if (buildCounterTargetInstancesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2398(o.data);
|
| + checkUnnamed848(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetInstancesScopedListWarning--;
|
| @@ -6280,7 +6303,7 @@ buildTargetInstancesScopedList() {
|
| var o = new api.TargetInstancesScopedList();
|
| buildCounterTargetInstancesScopedList++;
|
| if (buildCounterTargetInstancesScopedList < 3) {
|
| - o.targetInstances = buildUnnamed2397();
|
| + o.targetInstances = buildUnnamed847();
|
| o.warning = buildTargetInstancesScopedListWarning();
|
| }
|
| buildCounterTargetInstancesScopedList--;
|
| @@ -6290,33 +6313,33 @@ buildTargetInstancesScopedList() {
|
| checkTargetInstancesScopedList(api.TargetInstancesScopedList o) {
|
| buildCounterTargetInstancesScopedList++;
|
| if (buildCounterTargetInstancesScopedList < 3) {
|
| - checkUnnamed2397(o.targetInstances);
|
| + checkUnnamed847(o.targetInstances);
|
| checkTargetInstancesScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetInstancesScopedList--;
|
| }
|
|
|
| -buildUnnamed2399() {
|
| +buildUnnamed849() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2399(core.List<core.String> o) {
|
| +checkUnnamed849(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'));
|
| }
|
|
|
| -buildUnnamed2400() {
|
| +buildUnnamed850() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2400(core.List<core.String> o) {
|
| +checkUnnamed850(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'));
|
| @@ -6331,9 +6354,9 @@ buildTargetPool() {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.failoverRatio = 42.0;
|
| - o.healthChecks = buildUnnamed2399();
|
| + o.healthChecks = buildUnnamed849();
|
| o.id = "foo";
|
| - o.instances = buildUnnamed2400();
|
| + o.instances = buildUnnamed850();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.region = "foo";
|
| @@ -6351,9 +6374,9 @@ checkTargetPool(api.TargetPool o) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.failoverRatio, unittest.equals(42.0));
|
| - checkUnnamed2399(o.healthChecks);
|
| + checkUnnamed849(o.healthChecks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2400(o.instances);
|
| + checkUnnamed850(o.instances);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| @@ -6363,14 +6386,14 @@ checkTargetPool(api.TargetPool o) {
|
| buildCounterTargetPool--;
|
| }
|
|
|
| -buildUnnamed2401() {
|
| +buildUnnamed851() {
|
| var o = new core.Map<core.String, api.TargetPoolsScopedList>();
|
| o["x"] = buildTargetPoolsScopedList();
|
| o["y"] = buildTargetPoolsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2401(core.Map<core.String, api.TargetPoolsScopedList> o) {
|
| +checkUnnamed851(core.Map<core.String, api.TargetPoolsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPoolsScopedList(o["x"]);
|
| checkTargetPoolsScopedList(o["y"]);
|
| @@ -6382,7 +6405,7 @@ buildTargetPoolAggregatedList() {
|
| buildCounterTargetPoolAggregatedList++;
|
| if (buildCounterTargetPoolAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2401();
|
| + o.items = buildUnnamed851();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6395,7 +6418,7 @@ checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) {
|
| buildCounterTargetPoolAggregatedList++;
|
| if (buildCounterTargetPoolAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2401(o.items);
|
| + checkUnnamed851(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6403,14 +6426,14 @@ checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) {
|
| buildCounterTargetPoolAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2402() {
|
| +buildUnnamed852() {
|
| var o = new core.List<api.HealthStatus>();
|
| o.add(buildHealthStatus());
|
| o.add(buildHealthStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2402(core.List<api.HealthStatus> o) {
|
| +checkUnnamed852(core.List<api.HealthStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthStatus(o[0]);
|
| checkHealthStatus(o[1]);
|
| @@ -6421,7 +6444,7 @@ buildTargetPoolInstanceHealth() {
|
| var o = new api.TargetPoolInstanceHealth();
|
| buildCounterTargetPoolInstanceHealth++;
|
| if (buildCounterTargetPoolInstanceHealth < 3) {
|
| - o.healthStatus = buildUnnamed2402();
|
| + o.healthStatus = buildUnnamed852();
|
| o.kind = "foo";
|
| }
|
| buildCounterTargetPoolInstanceHealth--;
|
| @@ -6431,20 +6454,20 @@ buildTargetPoolInstanceHealth() {
|
| checkTargetPoolInstanceHealth(api.TargetPoolInstanceHealth o) {
|
| buildCounterTargetPoolInstanceHealth++;
|
| if (buildCounterTargetPoolInstanceHealth < 3) {
|
| - checkUnnamed2402(o.healthStatus);
|
| + checkUnnamed852(o.healthStatus);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTargetPoolInstanceHealth--;
|
| }
|
|
|
| -buildUnnamed2403() {
|
| +buildUnnamed853() {
|
| var o = new core.List<api.TargetPool>();
|
| o.add(buildTargetPool());
|
| o.add(buildTargetPool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2403(core.List<api.TargetPool> o) {
|
| +checkUnnamed853(core.List<api.TargetPool> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPool(o[0]);
|
| checkTargetPool(o[1]);
|
| @@ -6456,7 +6479,7 @@ buildTargetPoolList() {
|
| buildCounterTargetPoolList++;
|
| if (buildCounterTargetPoolList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2403();
|
| + o.items = buildUnnamed853();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6469,7 +6492,7 @@ checkTargetPoolList(api.TargetPoolList o) {
|
| buildCounterTargetPoolList++;
|
| if (buildCounterTargetPoolList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2403(o.items);
|
| + checkUnnamed853(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6477,14 +6500,14 @@ checkTargetPoolList(api.TargetPoolList o) {
|
| buildCounterTargetPoolList--;
|
| }
|
|
|
| -buildUnnamed2404() {
|
| +buildUnnamed854() {
|
| var o = new core.List<api.HealthCheckReference>();
|
| o.add(buildHealthCheckReference());
|
| o.add(buildHealthCheckReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2404(core.List<api.HealthCheckReference> o) {
|
| +checkUnnamed854(core.List<api.HealthCheckReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthCheckReference(o[0]);
|
| checkHealthCheckReference(o[1]);
|
| @@ -6495,7 +6518,7 @@ buildTargetPoolsAddHealthCheckRequest() {
|
| var o = new api.TargetPoolsAddHealthCheckRequest();
|
| buildCounterTargetPoolsAddHealthCheckRequest++;
|
| if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
|
| - o.healthChecks = buildUnnamed2404();
|
| + o.healthChecks = buildUnnamed854();
|
| }
|
| buildCounterTargetPoolsAddHealthCheckRequest--;
|
| return o;
|
| @@ -6504,19 +6527,19 @@ buildTargetPoolsAddHealthCheckRequest() {
|
| checkTargetPoolsAddHealthCheckRequest(api.TargetPoolsAddHealthCheckRequest o) {
|
| buildCounterTargetPoolsAddHealthCheckRequest++;
|
| if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
|
| - checkUnnamed2404(o.healthChecks);
|
| + checkUnnamed854(o.healthChecks);
|
| }
|
| buildCounterTargetPoolsAddHealthCheckRequest--;
|
| }
|
|
|
| -buildUnnamed2405() {
|
| +buildUnnamed855() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2405(core.List<api.InstanceReference> o) {
|
| +checkUnnamed855(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -6527,7 +6550,7 @@ buildTargetPoolsAddInstanceRequest() {
|
| var o = new api.TargetPoolsAddInstanceRequest();
|
| buildCounterTargetPoolsAddInstanceRequest++;
|
| if (buildCounterTargetPoolsAddInstanceRequest < 3) {
|
| - o.instances = buildUnnamed2405();
|
| + o.instances = buildUnnamed855();
|
| }
|
| buildCounterTargetPoolsAddInstanceRequest--;
|
| return o;
|
| @@ -6536,19 +6559,19 @@ buildTargetPoolsAddInstanceRequest() {
|
| checkTargetPoolsAddInstanceRequest(api.TargetPoolsAddInstanceRequest o) {
|
| buildCounterTargetPoolsAddInstanceRequest++;
|
| if (buildCounterTargetPoolsAddInstanceRequest < 3) {
|
| - checkUnnamed2405(o.instances);
|
| + checkUnnamed855(o.instances);
|
| }
|
| buildCounterTargetPoolsAddInstanceRequest--;
|
| }
|
|
|
| -buildUnnamed2406() {
|
| +buildUnnamed856() {
|
| var o = new core.List<api.HealthCheckReference>();
|
| o.add(buildHealthCheckReference());
|
| o.add(buildHealthCheckReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2406(core.List<api.HealthCheckReference> o) {
|
| +checkUnnamed856(core.List<api.HealthCheckReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthCheckReference(o[0]);
|
| checkHealthCheckReference(o[1]);
|
| @@ -6559,7 +6582,7 @@ buildTargetPoolsRemoveHealthCheckRequest() {
|
| var o = new api.TargetPoolsRemoveHealthCheckRequest();
|
| buildCounterTargetPoolsRemoveHealthCheckRequest++;
|
| if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
|
| - o.healthChecks = buildUnnamed2406();
|
| + o.healthChecks = buildUnnamed856();
|
| }
|
| buildCounterTargetPoolsRemoveHealthCheckRequest--;
|
| return o;
|
| @@ -6568,19 +6591,19 @@ buildTargetPoolsRemoveHealthCheckRequest() {
|
| checkTargetPoolsRemoveHealthCheckRequest(api.TargetPoolsRemoveHealthCheckRequest o) {
|
| buildCounterTargetPoolsRemoveHealthCheckRequest++;
|
| if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
|
| - checkUnnamed2406(o.healthChecks);
|
| + checkUnnamed856(o.healthChecks);
|
| }
|
| buildCounterTargetPoolsRemoveHealthCheckRequest--;
|
| }
|
|
|
| -buildUnnamed2407() {
|
| +buildUnnamed857() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2407(core.List<api.InstanceReference> o) {
|
| +checkUnnamed857(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -6591,7 +6614,7 @@ buildTargetPoolsRemoveInstanceRequest() {
|
| var o = new api.TargetPoolsRemoveInstanceRequest();
|
| buildCounterTargetPoolsRemoveInstanceRequest++;
|
| if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
|
| - o.instances = buildUnnamed2407();
|
| + o.instances = buildUnnamed857();
|
| }
|
| buildCounterTargetPoolsRemoveInstanceRequest--;
|
| return o;
|
| @@ -6600,19 +6623,19 @@ buildTargetPoolsRemoveInstanceRequest() {
|
| checkTargetPoolsRemoveInstanceRequest(api.TargetPoolsRemoveInstanceRequest o) {
|
| buildCounterTargetPoolsRemoveInstanceRequest++;
|
| if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
|
| - checkUnnamed2407(o.instances);
|
| + checkUnnamed857(o.instances);
|
| }
|
| buildCounterTargetPoolsRemoveInstanceRequest--;
|
| }
|
|
|
| -buildUnnamed2408() {
|
| +buildUnnamed858() {
|
| var o = new core.List<api.TargetPool>();
|
| o.add(buildTargetPool());
|
| o.add(buildTargetPool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2408(core.List<api.TargetPool> o) {
|
| +checkUnnamed858(core.List<api.TargetPool> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPool(o[0]);
|
| checkTargetPool(o[1]);
|
| @@ -6639,14 +6662,14 @@ checkTargetPoolsScopedListWarningData(api.TargetPoolsScopedListWarningData o) {
|
| buildCounterTargetPoolsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2409() {
|
| +buildUnnamed859() {
|
| var o = new core.List<api.TargetPoolsScopedListWarningData>();
|
| o.add(buildTargetPoolsScopedListWarningData());
|
| o.add(buildTargetPoolsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2409(core.List<api.TargetPoolsScopedListWarningData> o) {
|
| +checkUnnamed859(core.List<api.TargetPoolsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPoolsScopedListWarningData(o[0]);
|
| checkTargetPoolsScopedListWarningData(o[1]);
|
| @@ -6658,7 +6681,7 @@ buildTargetPoolsScopedListWarning() {
|
| buildCounterTargetPoolsScopedListWarning++;
|
| if (buildCounterTargetPoolsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2409();
|
| + o.data = buildUnnamed859();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetPoolsScopedListWarning--;
|
| @@ -6669,7 +6692,7 @@ checkTargetPoolsScopedListWarning(api.TargetPoolsScopedListWarning o) {
|
| buildCounterTargetPoolsScopedListWarning++;
|
| if (buildCounterTargetPoolsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2409(o.data);
|
| + checkUnnamed859(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetPoolsScopedListWarning--;
|
| @@ -6680,7 +6703,7 @@ buildTargetPoolsScopedList() {
|
| var o = new api.TargetPoolsScopedList();
|
| buildCounterTargetPoolsScopedList++;
|
| if (buildCounterTargetPoolsScopedList < 3) {
|
| - o.targetPools = buildUnnamed2408();
|
| + o.targetPools = buildUnnamed858();
|
| o.warning = buildTargetPoolsScopedListWarning();
|
| }
|
| buildCounterTargetPoolsScopedList--;
|
| @@ -6690,7 +6713,7 @@ buildTargetPoolsScopedList() {
|
| checkTargetPoolsScopedList(api.TargetPoolsScopedList o) {
|
| buildCounterTargetPoolsScopedList++;
|
| if (buildCounterTargetPoolsScopedList < 3) {
|
| - checkUnnamed2408(o.targetPools);
|
| + checkUnnamed858(o.targetPools);
|
| checkTargetPoolsScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetPoolsScopedList--;
|
| @@ -6715,27 +6738,27 @@ checkTargetReference(api.TargetReference o) {
|
| buildCounterTargetReference--;
|
| }
|
|
|
| -buildUnnamed2410() {
|
| +buildUnnamed860() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2410(core.List<core.String> o) {
|
| +checkUnnamed860(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'));
|
| }
|
|
|
| -buildUnnamed2411() {
|
| +buildUnnamed861() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2411(core.List<core.String> o) {
|
| +checkUnnamed861(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'));
|
| @@ -6748,7 +6771,7 @@ buildTargetVpnGateway() {
|
| if (buildCounterTargetVpnGateway < 3) {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.forwardingRules = buildUnnamed2410();
|
| + o.forwardingRules = buildUnnamed860();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -6756,7 +6779,7 @@ buildTargetVpnGateway() {
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| - o.tunnels = buildUnnamed2411();
|
| + o.tunnels = buildUnnamed861();
|
| }
|
| buildCounterTargetVpnGateway--;
|
| return o;
|
| @@ -6767,7 +6790,7 @@ checkTargetVpnGateway(api.TargetVpnGateway o) {
|
| if (buildCounterTargetVpnGateway < 3) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2410(o.forwardingRules);
|
| + checkUnnamed860(o.forwardingRules);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -6775,19 +6798,19 @@ checkTargetVpnGateway(api.TargetVpnGateway o) {
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed2411(o.tunnels);
|
| + checkUnnamed861(o.tunnels);
|
| }
|
| buildCounterTargetVpnGateway--;
|
| }
|
|
|
| -buildUnnamed2412() {
|
| +buildUnnamed862() {
|
| var o = new core.Map<core.String, api.TargetVpnGatewaysScopedList>();
|
| o["x"] = buildTargetVpnGatewaysScopedList();
|
| o["y"] = buildTargetVpnGatewaysScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2412(core.Map<core.String, api.TargetVpnGatewaysScopedList> o) {
|
| +checkUnnamed862(core.Map<core.String, api.TargetVpnGatewaysScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGatewaysScopedList(o["x"]);
|
| checkTargetVpnGatewaysScopedList(o["y"]);
|
| @@ -6799,7 +6822,7 @@ buildTargetVpnGatewayAggregatedList() {
|
| buildCounterTargetVpnGatewayAggregatedList++;
|
| if (buildCounterTargetVpnGatewayAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2412();
|
| + o.items = buildUnnamed862();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6812,7 +6835,7 @@ checkTargetVpnGatewayAggregatedList(api.TargetVpnGatewayAggregatedList o) {
|
| buildCounterTargetVpnGatewayAggregatedList++;
|
| if (buildCounterTargetVpnGatewayAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2412(o.items);
|
| + checkUnnamed862(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6820,14 +6843,14 @@ checkTargetVpnGatewayAggregatedList(api.TargetVpnGatewayAggregatedList o) {
|
| buildCounterTargetVpnGatewayAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2413() {
|
| +buildUnnamed863() {
|
| var o = new core.List<api.TargetVpnGateway>();
|
| o.add(buildTargetVpnGateway());
|
| o.add(buildTargetVpnGateway());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2413(core.List<api.TargetVpnGateway> o) {
|
| +checkUnnamed863(core.List<api.TargetVpnGateway> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGateway(o[0]);
|
| checkTargetVpnGateway(o[1]);
|
| @@ -6839,7 +6862,7 @@ buildTargetVpnGatewayList() {
|
| buildCounterTargetVpnGatewayList++;
|
| if (buildCounterTargetVpnGatewayList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2413();
|
| + o.items = buildUnnamed863();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6852,7 +6875,7 @@ checkTargetVpnGatewayList(api.TargetVpnGatewayList o) {
|
| buildCounterTargetVpnGatewayList++;
|
| if (buildCounterTargetVpnGatewayList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2413(o.items);
|
| + checkUnnamed863(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6860,14 +6883,14 @@ checkTargetVpnGatewayList(api.TargetVpnGatewayList o) {
|
| buildCounterTargetVpnGatewayList--;
|
| }
|
|
|
| -buildUnnamed2414() {
|
| +buildUnnamed864() {
|
| var o = new core.List<api.TargetVpnGateway>();
|
| o.add(buildTargetVpnGateway());
|
| o.add(buildTargetVpnGateway());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2414(core.List<api.TargetVpnGateway> o) {
|
| +checkUnnamed864(core.List<api.TargetVpnGateway> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGateway(o[0]);
|
| checkTargetVpnGateway(o[1]);
|
| @@ -6894,14 +6917,14 @@ checkTargetVpnGatewaysScopedListWarningData(api.TargetVpnGatewaysScopedListWarni
|
| buildCounterTargetVpnGatewaysScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2415() {
|
| +buildUnnamed865() {
|
| var o = new core.List<api.TargetVpnGatewaysScopedListWarningData>();
|
| o.add(buildTargetVpnGatewaysScopedListWarningData());
|
| o.add(buildTargetVpnGatewaysScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2415(core.List<api.TargetVpnGatewaysScopedListWarningData> o) {
|
| +checkUnnamed865(core.List<api.TargetVpnGatewaysScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGatewaysScopedListWarningData(o[0]);
|
| checkTargetVpnGatewaysScopedListWarningData(o[1]);
|
| @@ -6913,7 +6936,7 @@ buildTargetVpnGatewaysScopedListWarning() {
|
| buildCounterTargetVpnGatewaysScopedListWarning++;
|
| if (buildCounterTargetVpnGatewaysScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2415();
|
| + o.data = buildUnnamed865();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetVpnGatewaysScopedListWarning--;
|
| @@ -6924,7 +6947,7 @@ checkTargetVpnGatewaysScopedListWarning(api.TargetVpnGatewaysScopedListWarning o
|
| buildCounterTargetVpnGatewaysScopedListWarning++;
|
| if (buildCounterTargetVpnGatewaysScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2415(o.data);
|
| + checkUnnamed865(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetVpnGatewaysScopedListWarning--;
|
| @@ -6935,7 +6958,7 @@ buildTargetVpnGatewaysScopedList() {
|
| var o = new api.TargetVpnGatewaysScopedList();
|
| buildCounterTargetVpnGatewaysScopedList++;
|
| if (buildCounterTargetVpnGatewaysScopedList < 3) {
|
| - o.targetVpnGateways = buildUnnamed2414();
|
| + o.targetVpnGateways = buildUnnamed864();
|
| o.warning = buildTargetVpnGatewaysScopedListWarning();
|
| }
|
| buildCounterTargetVpnGatewaysScopedList--;
|
| @@ -6945,7 +6968,7 @@ buildTargetVpnGatewaysScopedList() {
|
| checkTargetVpnGatewaysScopedList(api.TargetVpnGatewaysScopedList o) {
|
| buildCounterTargetVpnGatewaysScopedList++;
|
| if (buildCounterTargetVpnGatewaysScopedList < 3) {
|
| - checkUnnamed2414(o.targetVpnGateways);
|
| + checkUnnamed864(o.targetVpnGateways);
|
| checkTargetVpnGatewaysScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetVpnGatewaysScopedList--;
|
| @@ -6976,40 +6999,40 @@ checkTestFailure(api.TestFailure o) {
|
| buildCounterTestFailure--;
|
| }
|
|
|
| -buildUnnamed2416() {
|
| +buildUnnamed866() {
|
| var o = new core.List<api.HostRule>();
|
| o.add(buildHostRule());
|
| o.add(buildHostRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2416(core.List<api.HostRule> o) {
|
| +checkUnnamed866(core.List<api.HostRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHostRule(o[0]);
|
| checkHostRule(o[1]);
|
| }
|
|
|
| -buildUnnamed2417() {
|
| +buildUnnamed867() {
|
| var o = new core.List<api.PathMatcher>();
|
| o.add(buildPathMatcher());
|
| o.add(buildPathMatcher());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2417(core.List<api.PathMatcher> o) {
|
| +checkUnnamed867(core.List<api.PathMatcher> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPathMatcher(o[0]);
|
| checkPathMatcher(o[1]);
|
| }
|
|
|
| -buildUnnamed2418() {
|
| +buildUnnamed868() {
|
| var o = new core.List<api.UrlMapTest>();
|
| o.add(buildUrlMapTest());
|
| o.add(buildUrlMapTest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2418(core.List<api.UrlMapTest> o) {
|
| +checkUnnamed868(core.List<api.UrlMapTest> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlMapTest(o[0]);
|
| checkUrlMapTest(o[1]);
|
| @@ -7024,13 +7047,13 @@ buildUrlMap() {
|
| o.defaultService = "foo";
|
| o.description = "foo";
|
| o.fingerprint = "foo";
|
| - o.hostRules = buildUnnamed2416();
|
| + o.hostRules = buildUnnamed866();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.pathMatchers = buildUnnamed2417();
|
| + o.pathMatchers = buildUnnamed867();
|
| o.selfLink = "foo";
|
| - o.tests = buildUnnamed2418();
|
| + o.tests = buildUnnamed868();
|
| }
|
| buildCounterUrlMap--;
|
| return o;
|
| @@ -7043,25 +7066,25 @@ checkUrlMap(api.UrlMap o) {
|
| unittest.expect(o.defaultService, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2416(o.hostRules);
|
| + checkUnnamed866(o.hostRules);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2417(o.pathMatchers);
|
| + checkUnnamed867(o.pathMatchers);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2418(o.tests);
|
| + checkUnnamed868(o.tests);
|
| }
|
| buildCounterUrlMap--;
|
| }
|
|
|
| -buildUnnamed2419() {
|
| +buildUnnamed869() {
|
| var o = new core.List<api.UrlMap>();
|
| o.add(buildUrlMap());
|
| o.add(buildUrlMap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2419(core.List<api.UrlMap> o) {
|
| +checkUnnamed869(core.List<api.UrlMap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlMap(o[0]);
|
| checkUrlMap(o[1]);
|
| @@ -7073,7 +7096,7 @@ buildUrlMapList() {
|
| buildCounterUrlMapList++;
|
| if (buildCounterUrlMapList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2419();
|
| + o.items = buildUnnamed869();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7086,7 +7109,7 @@ checkUrlMapList(api.UrlMapList o) {
|
| buildCounterUrlMapList++;
|
| if (buildCounterUrlMapList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2419(o.items);
|
| + checkUnnamed869(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7138,27 +7161,27 @@ checkUrlMapTest(api.UrlMapTest o) {
|
| buildCounterUrlMapTest--;
|
| }
|
|
|
| -buildUnnamed2420() {
|
| +buildUnnamed870() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2420(core.List<core.String> o) {
|
| +checkUnnamed870(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'));
|
| }
|
|
|
| -buildUnnamed2421() {
|
| +buildUnnamed871() {
|
| var o = new core.List<api.TestFailure>();
|
| o.add(buildTestFailure());
|
| o.add(buildTestFailure());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2421(core.List<api.TestFailure> o) {
|
| +checkUnnamed871(core.List<api.TestFailure> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestFailure(o[0]);
|
| checkTestFailure(o[1]);
|
| @@ -7169,9 +7192,9 @@ buildUrlMapValidationResult() {
|
| var o = new api.UrlMapValidationResult();
|
| buildCounterUrlMapValidationResult++;
|
| if (buildCounterUrlMapValidationResult < 3) {
|
| - o.loadErrors = buildUnnamed2420();
|
| + o.loadErrors = buildUnnamed870();
|
| o.loadSucceeded = true;
|
| - o.testFailures = buildUnnamed2421();
|
| + o.testFailures = buildUnnamed871();
|
| o.testPassed = true;
|
| }
|
| buildCounterUrlMapValidationResult--;
|
| @@ -7181,9 +7204,9 @@ buildUrlMapValidationResult() {
|
| checkUrlMapValidationResult(api.UrlMapValidationResult o) {
|
| buildCounterUrlMapValidationResult++;
|
| if (buildCounterUrlMapValidationResult < 3) {
|
| - checkUnnamed2420(o.loadErrors);
|
| + checkUnnamed870(o.loadErrors);
|
| unittest.expect(o.loadSucceeded, unittest.isTrue);
|
| - checkUnnamed2421(o.testFailures);
|
| + checkUnnamed871(o.testFailures);
|
| unittest.expect(o.testPassed, unittest.isTrue);
|
| }
|
| buildCounterUrlMapValidationResult--;
|
| @@ -7248,27 +7271,27 @@ checkUsageExportLocation(api.UsageExportLocation o) {
|
| buildCounterUsageExportLocation--;
|
| }
|
|
|
| -buildUnnamed2422() {
|
| +buildUnnamed872() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2422(core.List<core.String> o) {
|
| +checkUnnamed872(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'));
|
| }
|
|
|
| -buildUnnamed2423() {
|
| +buildUnnamed873() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2423(core.List<core.String> o) {
|
| +checkUnnamed873(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'));
|
| @@ -7285,11 +7308,11 @@ buildVpnTunnel() {
|
| o.id = "foo";
|
| o.ikeVersion = 42;
|
| o.kind = "foo";
|
| - o.localTrafficSelector = buildUnnamed2422();
|
| + o.localTrafficSelector = buildUnnamed872();
|
| o.name = "foo";
|
| o.peerIp = "foo";
|
| o.region = "foo";
|
| - o.remoteTrafficSelector = buildUnnamed2423();
|
| + o.remoteTrafficSelector = buildUnnamed873();
|
| o.router = "foo";
|
| o.selfLink = "foo";
|
| o.sharedSecret = "foo";
|
| @@ -7310,11 +7333,11 @@ checkVpnTunnel(api.VpnTunnel o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.ikeVersion, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2422(o.localTrafficSelector);
|
| + checkUnnamed872(o.localTrafficSelector);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.peerIp, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| - checkUnnamed2423(o.remoteTrafficSelector);
|
| + checkUnnamed873(o.remoteTrafficSelector);
|
| unittest.expect(o.router, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.sharedSecret, unittest.equals('foo'));
|
| @@ -7325,14 +7348,14 @@ checkVpnTunnel(api.VpnTunnel o) {
|
| buildCounterVpnTunnel--;
|
| }
|
|
|
| -buildUnnamed2424() {
|
| +buildUnnamed874() {
|
| var o = new core.Map<core.String, api.VpnTunnelsScopedList>();
|
| o["x"] = buildVpnTunnelsScopedList();
|
| o["y"] = buildVpnTunnelsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2424(core.Map<core.String, api.VpnTunnelsScopedList> o) {
|
| +checkUnnamed874(core.Map<core.String, api.VpnTunnelsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnelsScopedList(o["x"]);
|
| checkVpnTunnelsScopedList(o["y"]);
|
| @@ -7344,7 +7367,7 @@ buildVpnTunnelAggregatedList() {
|
| buildCounterVpnTunnelAggregatedList++;
|
| if (buildCounterVpnTunnelAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2424();
|
| + o.items = buildUnnamed874();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7357,7 +7380,7 @@ checkVpnTunnelAggregatedList(api.VpnTunnelAggregatedList o) {
|
| buildCounterVpnTunnelAggregatedList++;
|
| if (buildCounterVpnTunnelAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2424(o.items);
|
| + checkUnnamed874(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7365,14 +7388,14 @@ checkVpnTunnelAggregatedList(api.VpnTunnelAggregatedList o) {
|
| buildCounterVpnTunnelAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2425() {
|
| +buildUnnamed875() {
|
| var o = new core.List<api.VpnTunnel>();
|
| o.add(buildVpnTunnel());
|
| o.add(buildVpnTunnel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2425(core.List<api.VpnTunnel> o) {
|
| +checkUnnamed875(core.List<api.VpnTunnel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnel(o[0]);
|
| checkVpnTunnel(o[1]);
|
| @@ -7384,7 +7407,7 @@ buildVpnTunnelList() {
|
| buildCounterVpnTunnelList++;
|
| if (buildCounterVpnTunnelList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2425();
|
| + o.items = buildUnnamed875();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7397,7 +7420,7 @@ checkVpnTunnelList(api.VpnTunnelList o) {
|
| buildCounterVpnTunnelList++;
|
| if (buildCounterVpnTunnelList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2425(o.items);
|
| + checkUnnamed875(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7405,14 +7428,14 @@ checkVpnTunnelList(api.VpnTunnelList o) {
|
| buildCounterVpnTunnelList--;
|
| }
|
|
|
| -buildUnnamed2426() {
|
| +buildUnnamed876() {
|
| var o = new core.List<api.VpnTunnel>();
|
| o.add(buildVpnTunnel());
|
| o.add(buildVpnTunnel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2426(core.List<api.VpnTunnel> o) {
|
| +checkUnnamed876(core.List<api.VpnTunnel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnel(o[0]);
|
| checkVpnTunnel(o[1]);
|
| @@ -7439,14 +7462,14 @@ checkVpnTunnelsScopedListWarningData(api.VpnTunnelsScopedListWarningData o) {
|
| buildCounterVpnTunnelsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2427() {
|
| +buildUnnamed877() {
|
| var o = new core.List<api.VpnTunnelsScopedListWarningData>();
|
| o.add(buildVpnTunnelsScopedListWarningData());
|
| o.add(buildVpnTunnelsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2427(core.List<api.VpnTunnelsScopedListWarningData> o) {
|
| +checkUnnamed877(core.List<api.VpnTunnelsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnelsScopedListWarningData(o[0]);
|
| checkVpnTunnelsScopedListWarningData(o[1]);
|
| @@ -7458,7 +7481,7 @@ buildVpnTunnelsScopedListWarning() {
|
| buildCounterVpnTunnelsScopedListWarning++;
|
| if (buildCounterVpnTunnelsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2427();
|
| + o.data = buildUnnamed877();
|
| o.message = "foo";
|
| }
|
| buildCounterVpnTunnelsScopedListWarning--;
|
| @@ -7469,7 +7492,7 @@ checkVpnTunnelsScopedListWarning(api.VpnTunnelsScopedListWarning o) {
|
| buildCounterVpnTunnelsScopedListWarning++;
|
| if (buildCounterVpnTunnelsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2427(o.data);
|
| + checkUnnamed877(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterVpnTunnelsScopedListWarning--;
|
| @@ -7480,7 +7503,7 @@ buildVpnTunnelsScopedList() {
|
| var o = new api.VpnTunnelsScopedList();
|
| buildCounterVpnTunnelsScopedList++;
|
| if (buildCounterVpnTunnelsScopedList < 3) {
|
| - o.vpnTunnels = buildUnnamed2426();
|
| + o.vpnTunnels = buildUnnamed876();
|
| o.warning = buildVpnTunnelsScopedListWarning();
|
| }
|
| buildCounterVpnTunnelsScopedList--;
|
| @@ -7490,7 +7513,7 @@ buildVpnTunnelsScopedList() {
|
| checkVpnTunnelsScopedList(api.VpnTunnelsScopedList o) {
|
| buildCounterVpnTunnelsScopedList++;
|
| if (buildCounterVpnTunnelsScopedList < 3) {
|
| - checkUnnamed2426(o.vpnTunnels);
|
| + checkUnnamed876(o.vpnTunnels);
|
| checkVpnTunnelsScopedListWarning(o.warning);
|
| }
|
| buildCounterVpnTunnelsScopedList--;
|
| @@ -7531,14 +7554,14 @@ checkZone(api.Zone o) {
|
| buildCounterZone--;
|
| }
|
|
|
| -buildUnnamed2428() {
|
| +buildUnnamed878() {
|
| var o = new core.List<api.Zone>();
|
| o.add(buildZone());
|
| o.add(buildZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2428(core.List<api.Zone> o) {
|
| +checkUnnamed878(core.List<api.Zone> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkZone(o[0]);
|
| checkZone(o[1]);
|
| @@ -7550,7 +7573,7 @@ buildZoneList() {
|
| buildCounterZoneList++;
|
| if (buildCounterZoneList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2428();
|
| + o.items = buildUnnamed878();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7563,7 +7586,7 @@ checkZoneList(api.ZoneList o) {
|
| buildCounterZoneList++;
|
| if (buildCounterZoneList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2428(o.items);
|
| + checkUnnamed878(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -8887,6 +8910,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-RoutersPreviewResponse", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildRoutersPreviewResponse();
|
| + var od = new api.RoutersPreviewResponse.fromJson(o.toJson());
|
| + checkRoutersPreviewResponse(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-RoutersScopedListWarningData", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildRoutersScopedListWarningData();
|
| @@ -16062,6 +16094,54 @@ main() {
|
| })));
|
| });
|
|
|
| + unittest.test("method--preview", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.RoutersResourceApi res = new api.ComputeApi(mock).routers;
|
| + var arg_request = buildRouter();
|
| + var arg_project = "foo";
|
| + var arg_region = "foo";
|
| + var arg_router = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + var obj = new api.Router.fromJson(json);
|
| + checkRouter(obj);
|
| +
|
| + var path = (req.url).path;
|
| + var pathOffset = 0;
|
| + var index;
|
| + var subPart;
|
| + unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equals("/"));
|
| + pathOffset += 1;
|
| +
|
| + var query = (req.url).query;
|
| + var queryOffset = 0;
|
| + var queryMap = {};
|
| + addQueryParam(n, v) => queryMap.putIfAbsent(n, () => []).add(v);
|
| + parseBool(n) {
|
| + if (n == "true") return true;
|
| + if (n == "false") return false;
|
| + if (n == null) return null;
|
| + throw new core.ArgumentError("Invalid boolean: $n");
|
| + }
|
| + if (query.length > 0) {
|
| + for (var part in query.split("&")) {
|
| + var keyvalue = part.split("=");
|
| + addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| + }
|
| + }
|
| +
|
| +
|
| + var h = {
|
| + "content-type" : "application/json; charset=utf-8",
|
| + };
|
| + var resp = convert.JSON.encode(buildRoutersPreviewResponse());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.preview(arg_request, arg_project, arg_region, arg_router).then(unittest.expectAsync(((api.RoutersPreviewResponse response) {
|
| + checkRoutersPreviewResponse(response);
|
| + })));
|
| + });
|
| +
|
| unittest.test("method--update", () {
|
|
|
| var mock = new HttpServerMock();
|
|
|