| 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 0735e71feda6935f1bebe4362096d7888d7104c7..3344b10f1c729e732b9868705161133f8bf58605 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--;
|
| }
|
|
|
| -buildUnnamed1902() {
|
| +buildUnnamed2006() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1902(core.List<core.String> o) {
|
| +checkUnnamed2006(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 = buildUnnamed1902();
|
| + o.users = buildUnnamed2006();
|
| }
|
| 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'));
|
| - checkUnnamed1902(o.users);
|
| + checkUnnamed2006(o.users);
|
| }
|
| buildCounterAddress--;
|
| }
|
|
|
| -buildUnnamed1903() {
|
| +buildUnnamed2007() {
|
| var o = new core.Map<core.String, api.AddressesScopedList>();
|
| o["x"] = buildAddressesScopedList();
|
| o["y"] = buildAddressesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1903(core.Map<core.String, api.AddressesScopedList> o) {
|
| +checkUnnamed2007(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 = buildUnnamed1903();
|
| + o.items = buildUnnamed2007();
|
| 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'));
|
| - checkUnnamed1903(o.items);
|
| + checkUnnamed2007(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--;
|
| }
|
|
|
| -buildUnnamed1904() {
|
| +buildUnnamed2008() {
|
| var o = new core.List<api.Address>();
|
| o.add(buildAddress());
|
| o.add(buildAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1904(core.List<api.Address> o) {
|
| +checkUnnamed2008(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 = buildUnnamed1904();
|
| + o.items = buildUnnamed2008();
|
| 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'));
|
| - checkUnnamed1904(o.items);
|
| + checkUnnamed2008(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--;
|
| }
|
|
|
| -buildUnnamed1905() {
|
| +buildUnnamed2009() {
|
| var o = new core.List<api.Address>();
|
| o.add(buildAddress());
|
| o.add(buildAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1905(core.List<api.Address> o) {
|
| +checkUnnamed2009(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--;
|
| }
|
|
|
| -buildUnnamed1906() {
|
| +buildUnnamed2010() {
|
| var o = new core.List<api.AddressesScopedListWarningData>();
|
| o.add(buildAddressesScopedListWarningData());
|
| o.add(buildAddressesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1906(core.List<api.AddressesScopedListWarningData> o) {
|
| +checkUnnamed2010(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 = buildUnnamed1906();
|
| + o.data = buildUnnamed2010();
|
| o.message = "foo";
|
| }
|
| buildCounterAddressesScopedListWarning--;
|
| @@ -270,7 +270,7 @@ checkAddressesScopedListWarning(api.AddressesScopedListWarning o) {
|
| buildCounterAddressesScopedListWarning++;
|
| if (buildCounterAddressesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1906(o.data);
|
| + checkUnnamed2010(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 = buildUnnamed1905();
|
| + o.addresses = buildUnnamed2009();
|
| o.warning = buildAddressesScopedListWarning();
|
| }
|
| buildCounterAddressesScopedList--;
|
| @@ -291,20 +291,20 @@ buildAddressesScopedList() {
|
| checkAddressesScopedList(api.AddressesScopedList o) {
|
| buildCounterAddressesScopedList++;
|
| if (buildCounterAddressesScopedList < 3) {
|
| - checkUnnamed1905(o.addresses);
|
| + checkUnnamed2009(o.addresses);
|
| checkAddressesScopedListWarning(o.warning);
|
| }
|
| buildCounterAddressesScopedList--;
|
| }
|
|
|
| -buildUnnamed1907() {
|
| +buildUnnamed2011() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1907(core.List<core.String> o) {
|
| +checkUnnamed2011(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 = buildUnnamed1907();
|
| + o.licenses = buildUnnamed2011();
|
| 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'));
|
| - checkUnnamed1907(o.licenses);
|
| + checkUnnamed2011(o.licenses);
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -415,14 +415,14 @@ checkAutoscaler(api.Autoscaler o) {
|
| buildCounterAutoscaler--;
|
| }
|
|
|
| -buildUnnamed1908() {
|
| +buildUnnamed2012() {
|
| var o = new core.Map<core.String, api.AutoscalersScopedList>();
|
| o["x"] = buildAutoscalersScopedList();
|
| o["y"] = buildAutoscalersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1908(core.Map<core.String, api.AutoscalersScopedList> o) {
|
| +checkUnnamed2012(core.Map<core.String, api.AutoscalersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalersScopedList(o["x"]);
|
| checkAutoscalersScopedList(o["y"]);
|
| @@ -434,7 +434,7 @@ buildAutoscalerAggregatedList() {
|
| buildCounterAutoscalerAggregatedList++;
|
| if (buildCounterAutoscalerAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1908();
|
| + o.items = buildUnnamed2012();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -447,7 +447,7 @@ checkAutoscalerAggregatedList(api.AutoscalerAggregatedList o) {
|
| buildCounterAutoscalerAggregatedList++;
|
| if (buildCounterAutoscalerAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1908(o.items);
|
| + checkUnnamed2012(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -455,14 +455,14 @@ checkAutoscalerAggregatedList(api.AutoscalerAggregatedList o) {
|
| buildCounterAutoscalerAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1909() {
|
| +buildUnnamed2013() {
|
| var o = new core.List<api.Autoscaler>();
|
| o.add(buildAutoscaler());
|
| o.add(buildAutoscaler());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1909(core.List<api.Autoscaler> o) {
|
| +checkUnnamed2013(core.List<api.Autoscaler> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscaler(o[0]);
|
| checkAutoscaler(o[1]);
|
| @@ -474,7 +474,7 @@ buildAutoscalerList() {
|
| buildCounterAutoscalerList++;
|
| if (buildCounterAutoscalerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1909();
|
| + o.items = buildUnnamed2013();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -487,7 +487,7 @@ checkAutoscalerList(api.AutoscalerList o) {
|
| buildCounterAutoscalerList++;
|
| if (buildCounterAutoscalerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1909(o.items);
|
| + checkUnnamed2013(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -495,14 +495,14 @@ checkAutoscalerList(api.AutoscalerList o) {
|
| buildCounterAutoscalerList--;
|
| }
|
|
|
| -buildUnnamed1910() {
|
| +buildUnnamed2014() {
|
| var o = new core.List<api.Autoscaler>();
|
| o.add(buildAutoscaler());
|
| o.add(buildAutoscaler());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1910(core.List<api.Autoscaler> o) {
|
| +checkUnnamed2014(core.List<api.Autoscaler> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscaler(o[0]);
|
| checkAutoscaler(o[1]);
|
| @@ -529,14 +529,14 @@ checkAutoscalersScopedListWarningData(api.AutoscalersScopedListWarningData o) {
|
| buildCounterAutoscalersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1911() {
|
| +buildUnnamed2015() {
|
| var o = new core.List<api.AutoscalersScopedListWarningData>();
|
| o.add(buildAutoscalersScopedListWarningData());
|
| o.add(buildAutoscalersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1911(core.List<api.AutoscalersScopedListWarningData> o) {
|
| +checkUnnamed2015(core.List<api.AutoscalersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalersScopedListWarningData(o[0]);
|
| checkAutoscalersScopedListWarningData(o[1]);
|
| @@ -548,7 +548,7 @@ buildAutoscalersScopedListWarning() {
|
| buildCounterAutoscalersScopedListWarning++;
|
| if (buildCounterAutoscalersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1911();
|
| + o.data = buildUnnamed2015();
|
| o.message = "foo";
|
| }
|
| buildCounterAutoscalersScopedListWarning--;
|
| @@ -559,7 +559,7 @@ checkAutoscalersScopedListWarning(api.AutoscalersScopedListWarning o) {
|
| buildCounterAutoscalersScopedListWarning++;
|
| if (buildCounterAutoscalersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1911(o.data);
|
| + checkUnnamed2015(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterAutoscalersScopedListWarning--;
|
| @@ -570,7 +570,7 @@ buildAutoscalersScopedList() {
|
| var o = new api.AutoscalersScopedList();
|
| buildCounterAutoscalersScopedList++;
|
| if (buildCounterAutoscalersScopedList < 3) {
|
| - o.autoscalers = buildUnnamed1910();
|
| + o.autoscalers = buildUnnamed2014();
|
| o.warning = buildAutoscalersScopedListWarning();
|
| }
|
| buildCounterAutoscalersScopedList--;
|
| @@ -580,20 +580,20 @@ buildAutoscalersScopedList() {
|
| checkAutoscalersScopedList(api.AutoscalersScopedList o) {
|
| buildCounterAutoscalersScopedList++;
|
| if (buildCounterAutoscalersScopedList < 3) {
|
| - checkUnnamed1910(o.autoscalers);
|
| + checkUnnamed2014(o.autoscalers);
|
| checkAutoscalersScopedListWarning(o.warning);
|
| }
|
| buildCounterAutoscalersScopedList--;
|
| }
|
|
|
| -buildUnnamed1912() {
|
| +buildUnnamed2016() {
|
| var o = new core.List<api.AutoscalingPolicyCustomMetricUtilization>();
|
| o.add(buildAutoscalingPolicyCustomMetricUtilization());
|
| o.add(buildAutoscalingPolicyCustomMetricUtilization());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1912(core.List<api.AutoscalingPolicyCustomMetricUtilization> o) {
|
| +checkUnnamed2016(core.List<api.AutoscalingPolicyCustomMetricUtilization> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscalingPolicyCustomMetricUtilization(o[0]);
|
| checkAutoscalingPolicyCustomMetricUtilization(o[1]);
|
| @@ -606,7 +606,7 @@ buildAutoscalingPolicy() {
|
| if (buildCounterAutoscalingPolicy < 3) {
|
| o.coolDownPeriodSec = 42;
|
| o.cpuUtilization = buildAutoscalingPolicyCpuUtilization();
|
| - o.customMetricUtilizations = buildUnnamed1912();
|
| + o.customMetricUtilizations = buildUnnamed2016();
|
| o.loadBalancingUtilization = buildAutoscalingPolicyLoadBalancingUtilization();
|
| o.maxNumReplicas = 42;
|
| o.minNumReplicas = 42;
|
| @@ -620,7 +620,7 @@ checkAutoscalingPolicy(api.AutoscalingPolicy o) {
|
| if (buildCounterAutoscalingPolicy < 3) {
|
| unittest.expect(o.coolDownPeriodSec, unittest.equals(42));
|
| checkAutoscalingPolicyCpuUtilization(o.cpuUtilization);
|
| - checkUnnamed1912(o.customMetricUtilizations);
|
| + checkUnnamed2016(o.customMetricUtilizations);
|
| checkAutoscalingPolicyLoadBalancingUtilization(o.loadBalancingUtilization);
|
| unittest.expect(o.maxNumReplicas, unittest.equals(42));
|
| unittest.expect(o.minNumReplicas, unittest.equals(42));
|
| @@ -724,27 +724,100 @@ checkBackend(api.Backend o) {
|
| buildCounterBackend--;
|
| }
|
|
|
| -buildUnnamed1913() {
|
| +core.int buildCounterBackendBucket = 0;
|
| +buildBackendBucket() {
|
| + var o = new api.BackendBucket();
|
| + buildCounterBackendBucket++;
|
| + if (buildCounterBackendBucket < 3) {
|
| + o.bucketName = "foo";
|
| + o.creationTimestamp = "foo";
|
| + o.description = "foo";
|
| + o.enableCdn = true;
|
| + o.id = "foo";
|
| + o.kind = "foo";
|
| + o.name = "foo";
|
| + o.selfLink = "foo";
|
| + }
|
| + buildCounterBackendBucket--;
|
| + return o;
|
| +}
|
| +
|
| +checkBackendBucket(api.BackendBucket o) {
|
| + buildCounterBackendBucket++;
|
| + if (buildCounterBackendBucket < 3) {
|
| + unittest.expect(o.bucketName, unittest.equals('foo'));
|
| + unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| + unittest.expect(o.description, unittest.equals('foo'));
|
| + unittest.expect(o.enableCdn, unittest.isTrue);
|
| + unittest.expect(o.id, unittest.equals('foo'));
|
| + unittest.expect(o.kind, unittest.equals('foo'));
|
| + unittest.expect(o.name, unittest.equals('foo'));
|
| + unittest.expect(o.selfLink, unittest.equals('foo'));
|
| + }
|
| + buildCounterBackendBucket--;
|
| +}
|
| +
|
| +buildUnnamed2017() {
|
| + var o = new core.List<api.BackendBucket>();
|
| + o.add(buildBackendBucket());
|
| + o.add(buildBackendBucket());
|
| + return o;
|
| +}
|
| +
|
| +checkUnnamed2017(core.List<api.BackendBucket> o) {
|
| + unittest.expect(o, unittest.hasLength(2));
|
| + checkBackendBucket(o[0]);
|
| + checkBackendBucket(o[1]);
|
| +}
|
| +
|
| +core.int buildCounterBackendBucketList = 0;
|
| +buildBackendBucketList() {
|
| + var o = new api.BackendBucketList();
|
| + buildCounterBackendBucketList++;
|
| + if (buildCounterBackendBucketList < 3) {
|
| + o.id = "foo";
|
| + o.items = buildUnnamed2017();
|
| + o.kind = "foo";
|
| + o.nextPageToken = "foo";
|
| + o.selfLink = "foo";
|
| + }
|
| + buildCounterBackendBucketList--;
|
| + return o;
|
| +}
|
| +
|
| +checkBackendBucketList(api.BackendBucketList o) {
|
| + buildCounterBackendBucketList++;
|
| + if (buildCounterBackendBucketList < 3) {
|
| + unittest.expect(o.id, unittest.equals('foo'));
|
| + checkUnnamed2017(o.items);
|
| + unittest.expect(o.kind, unittest.equals('foo'));
|
| + unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| + unittest.expect(o.selfLink, unittest.equals('foo'));
|
| + }
|
| + buildCounterBackendBucketList--;
|
| +}
|
| +
|
| +buildUnnamed2018() {
|
| var o = new core.List<api.Backend>();
|
| o.add(buildBackend());
|
| o.add(buildBackend());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1913(core.List<api.Backend> o) {
|
| +checkUnnamed2018(core.List<api.Backend> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackend(o[0]);
|
| checkBackend(o[1]);
|
| }
|
|
|
| -buildUnnamed1914() {
|
| +buildUnnamed2019() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1914(core.List<core.String> o) {
|
| +checkUnnamed2019(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'));
|
| @@ -756,13 +829,13 @@ buildBackendService() {
|
| buildCounterBackendService++;
|
| if (buildCounterBackendService < 3) {
|
| o.affinityCookieTtlSec = 42;
|
| - o.backends = buildUnnamed1913();
|
| + o.backends = buildUnnamed2018();
|
| o.connectionDraining = buildConnectionDraining();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.enableCDN = true;
|
| o.fingerprint = "foo";
|
| - o.healthChecks = buildUnnamed1914();
|
| + o.healthChecks = buildUnnamed2019();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.loadBalancingScheme = "foo";
|
| @@ -783,13 +856,13 @@ checkBackendService(api.BackendService o) {
|
| buildCounterBackendService++;
|
| if (buildCounterBackendService < 3) {
|
| unittest.expect(o.affinityCookieTtlSec, unittest.equals(42));
|
| - checkUnnamed1913(o.backends);
|
| + checkUnnamed2018(o.backends);
|
| checkConnectionDraining(o.connectionDraining);
|
| 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'));
|
| - checkUnnamed1914(o.healthChecks);
|
| + checkUnnamed2019(o.healthChecks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.loadBalancingScheme, unittest.equals('foo'));
|
| @@ -805,14 +878,14 @@ checkBackendService(api.BackendService o) {
|
| buildCounterBackendService--;
|
| }
|
|
|
| -buildUnnamed1915() {
|
| +buildUnnamed2020() {
|
| var o = new core.Map<core.String, api.BackendServicesScopedList>();
|
| o["x"] = buildBackendServicesScopedList();
|
| o["y"] = buildBackendServicesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1915(core.Map<core.String, api.BackendServicesScopedList> o) {
|
| +checkUnnamed2020(core.Map<core.String, api.BackendServicesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackendServicesScopedList(o["x"]);
|
| checkBackendServicesScopedList(o["y"]);
|
| @@ -824,7 +897,7 @@ buildBackendServiceAggregatedList() {
|
| buildCounterBackendServiceAggregatedList++;
|
| if (buildCounterBackendServiceAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1915();
|
| + o.items = buildUnnamed2020();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -837,7 +910,7 @@ checkBackendServiceAggregatedList(api.BackendServiceAggregatedList o) {
|
| buildCounterBackendServiceAggregatedList++;
|
| if (buildCounterBackendServiceAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1915(o.items);
|
| + checkUnnamed2020(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -845,14 +918,14 @@ checkBackendServiceAggregatedList(api.BackendServiceAggregatedList o) {
|
| buildCounterBackendServiceAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1916() {
|
| +buildUnnamed2021() {
|
| var o = new core.List<api.HealthStatus>();
|
| o.add(buildHealthStatus());
|
| o.add(buildHealthStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1916(core.List<api.HealthStatus> o) {
|
| +checkUnnamed2021(core.List<api.HealthStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthStatus(o[0]);
|
| checkHealthStatus(o[1]);
|
| @@ -863,7 +936,7 @@ buildBackendServiceGroupHealth() {
|
| var o = new api.BackendServiceGroupHealth();
|
| buildCounterBackendServiceGroupHealth++;
|
| if (buildCounterBackendServiceGroupHealth < 3) {
|
| - o.healthStatus = buildUnnamed1916();
|
| + o.healthStatus = buildUnnamed2021();
|
| o.kind = "foo";
|
| }
|
| buildCounterBackendServiceGroupHealth--;
|
| @@ -873,20 +946,20 @@ buildBackendServiceGroupHealth() {
|
| checkBackendServiceGroupHealth(api.BackendServiceGroupHealth o) {
|
| buildCounterBackendServiceGroupHealth++;
|
| if (buildCounterBackendServiceGroupHealth < 3) {
|
| - checkUnnamed1916(o.healthStatus);
|
| + checkUnnamed2021(o.healthStatus);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBackendServiceGroupHealth--;
|
| }
|
|
|
| -buildUnnamed1917() {
|
| +buildUnnamed2022() {
|
| var o = new core.List<api.BackendService>();
|
| o.add(buildBackendService());
|
| o.add(buildBackendService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1917(core.List<api.BackendService> o) {
|
| +checkUnnamed2022(core.List<api.BackendService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackendService(o[0]);
|
| checkBackendService(o[1]);
|
| @@ -898,7 +971,7 @@ buildBackendServiceList() {
|
| buildCounterBackendServiceList++;
|
| if (buildCounterBackendServiceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1917();
|
| + o.items = buildUnnamed2022();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -911,7 +984,7 @@ checkBackendServiceList(api.BackendServiceList o) {
|
| buildCounterBackendServiceList++;
|
| if (buildCounterBackendServiceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1917(o.items);
|
| + checkUnnamed2022(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -919,14 +992,14 @@ checkBackendServiceList(api.BackendServiceList o) {
|
| buildCounterBackendServiceList--;
|
| }
|
|
|
| -buildUnnamed1918() {
|
| +buildUnnamed2023() {
|
| var o = new core.List<api.BackendService>();
|
| o.add(buildBackendService());
|
| o.add(buildBackendService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1918(core.List<api.BackendService> o) {
|
| +checkUnnamed2023(core.List<api.BackendService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackendService(o[0]);
|
| checkBackendService(o[1]);
|
| @@ -953,14 +1026,14 @@ checkBackendServicesScopedListWarningData(api.BackendServicesScopedListWarningDa
|
| buildCounterBackendServicesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1919() {
|
| +buildUnnamed2024() {
|
| var o = new core.List<api.BackendServicesScopedListWarningData>();
|
| o.add(buildBackendServicesScopedListWarningData());
|
| o.add(buildBackendServicesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1919(core.List<api.BackendServicesScopedListWarningData> o) {
|
| +checkUnnamed2024(core.List<api.BackendServicesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackendServicesScopedListWarningData(o[0]);
|
| checkBackendServicesScopedListWarningData(o[1]);
|
| @@ -972,7 +1045,7 @@ buildBackendServicesScopedListWarning() {
|
| buildCounterBackendServicesScopedListWarning++;
|
| if (buildCounterBackendServicesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1919();
|
| + o.data = buildUnnamed2024();
|
| o.message = "foo";
|
| }
|
| buildCounterBackendServicesScopedListWarning--;
|
| @@ -983,7 +1056,7 @@ checkBackendServicesScopedListWarning(api.BackendServicesScopedListWarning o) {
|
| buildCounterBackendServicesScopedListWarning++;
|
| if (buildCounterBackendServicesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1919(o.data);
|
| + checkUnnamed2024(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterBackendServicesScopedListWarning--;
|
| @@ -994,7 +1067,7 @@ buildBackendServicesScopedList() {
|
| var o = new api.BackendServicesScopedList();
|
| buildCounterBackendServicesScopedList++;
|
| if (buildCounterBackendServicesScopedList < 3) {
|
| - o.backendServices = buildUnnamed1918();
|
| + o.backendServices = buildUnnamed2023();
|
| o.warning = buildBackendServicesScopedListWarning();
|
| }
|
| buildCounterBackendServicesScopedList--;
|
| @@ -1004,7 +1077,7 @@ buildBackendServicesScopedList() {
|
| checkBackendServicesScopedList(api.BackendServicesScopedList o) {
|
| buildCounterBackendServicesScopedList++;
|
| if (buildCounterBackendServicesScopedList < 3) {
|
| - checkUnnamed1918(o.backendServices);
|
| + checkUnnamed2023(o.backendServices);
|
| checkBackendServicesScopedListWarning(o.warning);
|
| }
|
| buildCounterBackendServicesScopedList--;
|
| @@ -1119,27 +1192,27 @@ checkDeprecationStatus(api.DeprecationStatus o) {
|
| buildCounterDeprecationStatus--;
|
| }
|
|
|
| -buildUnnamed1920() {
|
| +buildUnnamed2025() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1920(core.List<core.String> o) {
|
| +checkUnnamed2025(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'));
|
| }
|
|
|
| -buildUnnamed1921() {
|
| +buildUnnamed2026() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1921(core.List<core.String> o) {
|
| +checkUnnamed2026(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'));
|
| @@ -1157,7 +1230,7 @@ buildDisk() {
|
| o.kind = "foo";
|
| o.lastAttachTimestamp = "foo";
|
| o.lastDetachTimestamp = "foo";
|
| - o.licenses = buildUnnamed1920();
|
| + o.licenses = buildUnnamed2025();
|
| o.name = "foo";
|
| o.options = "foo";
|
| o.selfLink = "foo";
|
| @@ -1170,7 +1243,7 @@ buildDisk() {
|
| o.sourceSnapshotId = "foo";
|
| o.status = "foo";
|
| o.type = "foo";
|
| - o.users = buildUnnamed1921();
|
| + o.users = buildUnnamed2026();
|
| o.zone = "foo";
|
| }
|
| buildCounterDisk--;
|
| @@ -1187,7 +1260,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'));
|
| - checkUnnamed1920(o.licenses);
|
| + checkUnnamed2025(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.options, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1200,20 +1273,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'));
|
| - checkUnnamed1921(o.users);
|
| + checkUnnamed2026(o.users);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterDisk--;
|
| }
|
|
|
| -buildUnnamed1922() {
|
| +buildUnnamed2027() {
|
| var o = new core.Map<core.String, api.DisksScopedList>();
|
| o["x"] = buildDisksScopedList();
|
| o["y"] = buildDisksScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1922(core.Map<core.String, api.DisksScopedList> o) {
|
| +checkUnnamed2027(core.Map<core.String, api.DisksScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisksScopedList(o["x"]);
|
| checkDisksScopedList(o["y"]);
|
| @@ -1225,7 +1298,7 @@ buildDiskAggregatedList() {
|
| buildCounterDiskAggregatedList++;
|
| if (buildCounterDiskAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1922();
|
| + o.items = buildUnnamed2027();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1238,7 +1311,7 @@ checkDiskAggregatedList(api.DiskAggregatedList o) {
|
| buildCounterDiskAggregatedList++;
|
| if (buildCounterDiskAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1922(o.items);
|
| + checkUnnamed2027(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1246,14 +1319,14 @@ checkDiskAggregatedList(api.DiskAggregatedList o) {
|
| buildCounterDiskAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1923() {
|
| +buildUnnamed2028() {
|
| var o = new core.List<api.Disk>();
|
| o.add(buildDisk());
|
| o.add(buildDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1923(core.List<api.Disk> o) {
|
| +checkUnnamed2028(core.List<api.Disk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisk(o[0]);
|
| checkDisk(o[1]);
|
| @@ -1265,7 +1338,7 @@ buildDiskList() {
|
| buildCounterDiskList++;
|
| if (buildCounterDiskList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1923();
|
| + o.items = buildUnnamed2028();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1278,7 +1351,7 @@ checkDiskList(api.DiskList o) {
|
| buildCounterDiskList++;
|
| if (buildCounterDiskList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1923(o.items);
|
| + checkUnnamed2028(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1344,14 +1417,14 @@ checkDiskType(api.DiskType o) {
|
| buildCounterDiskType--;
|
| }
|
|
|
| -buildUnnamed1924() {
|
| +buildUnnamed2029() {
|
| var o = new core.Map<core.String, api.DiskTypesScopedList>();
|
| o["x"] = buildDiskTypesScopedList();
|
| o["y"] = buildDiskTypesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1924(core.Map<core.String, api.DiskTypesScopedList> o) {
|
| +checkUnnamed2029(core.Map<core.String, api.DiskTypesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskTypesScopedList(o["x"]);
|
| checkDiskTypesScopedList(o["y"]);
|
| @@ -1363,7 +1436,7 @@ buildDiskTypeAggregatedList() {
|
| buildCounterDiskTypeAggregatedList++;
|
| if (buildCounterDiskTypeAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1924();
|
| + o.items = buildUnnamed2029();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1376,7 +1449,7 @@ checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) {
|
| buildCounterDiskTypeAggregatedList++;
|
| if (buildCounterDiskTypeAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1924(o.items);
|
| + checkUnnamed2029(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1384,14 +1457,14 @@ checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) {
|
| buildCounterDiskTypeAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1925() {
|
| +buildUnnamed2030() {
|
| var o = new core.List<api.DiskType>();
|
| o.add(buildDiskType());
|
| o.add(buildDiskType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1925(core.List<api.DiskType> o) {
|
| +checkUnnamed2030(core.List<api.DiskType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskType(o[0]);
|
| checkDiskType(o[1]);
|
| @@ -1403,7 +1476,7 @@ buildDiskTypeList() {
|
| buildCounterDiskTypeList++;
|
| if (buildCounterDiskTypeList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1925();
|
| + o.items = buildUnnamed2030();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1416,7 +1489,7 @@ checkDiskTypeList(api.DiskTypeList o) {
|
| buildCounterDiskTypeList++;
|
| if (buildCounterDiskTypeList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1925(o.items);
|
| + checkUnnamed2030(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1424,14 +1497,14 @@ checkDiskTypeList(api.DiskTypeList o) {
|
| buildCounterDiskTypeList--;
|
| }
|
|
|
| -buildUnnamed1926() {
|
| +buildUnnamed2031() {
|
| var o = new core.List<api.DiskType>();
|
| o.add(buildDiskType());
|
| o.add(buildDiskType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1926(core.List<api.DiskType> o) {
|
| +checkUnnamed2031(core.List<api.DiskType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskType(o[0]);
|
| checkDiskType(o[1]);
|
| @@ -1458,14 +1531,14 @@ checkDiskTypesScopedListWarningData(api.DiskTypesScopedListWarningData o) {
|
| buildCounterDiskTypesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1927() {
|
| +buildUnnamed2032() {
|
| var o = new core.List<api.DiskTypesScopedListWarningData>();
|
| o.add(buildDiskTypesScopedListWarningData());
|
| o.add(buildDiskTypesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1927(core.List<api.DiskTypesScopedListWarningData> o) {
|
| +checkUnnamed2032(core.List<api.DiskTypesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiskTypesScopedListWarningData(o[0]);
|
| checkDiskTypesScopedListWarningData(o[1]);
|
| @@ -1477,7 +1550,7 @@ buildDiskTypesScopedListWarning() {
|
| buildCounterDiskTypesScopedListWarning++;
|
| if (buildCounterDiskTypesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1927();
|
| + o.data = buildUnnamed2032();
|
| o.message = "foo";
|
| }
|
| buildCounterDiskTypesScopedListWarning--;
|
| @@ -1488,7 +1561,7 @@ checkDiskTypesScopedListWarning(api.DiskTypesScopedListWarning o) {
|
| buildCounterDiskTypesScopedListWarning++;
|
| if (buildCounterDiskTypesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1927(o.data);
|
| + checkUnnamed2032(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDiskTypesScopedListWarning--;
|
| @@ -1499,7 +1572,7 @@ buildDiskTypesScopedList() {
|
| var o = new api.DiskTypesScopedList();
|
| buildCounterDiskTypesScopedList++;
|
| if (buildCounterDiskTypesScopedList < 3) {
|
| - o.diskTypes = buildUnnamed1926();
|
| + o.diskTypes = buildUnnamed2031();
|
| o.warning = buildDiskTypesScopedListWarning();
|
| }
|
| buildCounterDiskTypesScopedList--;
|
| @@ -1509,7 +1582,7 @@ buildDiskTypesScopedList() {
|
| checkDiskTypesScopedList(api.DiskTypesScopedList o) {
|
| buildCounterDiskTypesScopedList++;
|
| if (buildCounterDiskTypesScopedList < 3) {
|
| - checkUnnamed1926(o.diskTypes);
|
| + checkUnnamed2031(o.diskTypes);
|
| checkDiskTypesScopedListWarning(o.warning);
|
| }
|
| buildCounterDiskTypesScopedList--;
|
| @@ -1534,14 +1607,14 @@ checkDisksResizeRequest(api.DisksResizeRequest o) {
|
| buildCounterDisksResizeRequest--;
|
| }
|
|
|
| -buildUnnamed1928() {
|
| +buildUnnamed2033() {
|
| var o = new core.List<api.Disk>();
|
| o.add(buildDisk());
|
| o.add(buildDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1928(core.List<api.Disk> o) {
|
| +checkUnnamed2033(core.List<api.Disk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisk(o[0]);
|
| checkDisk(o[1]);
|
| @@ -1568,14 +1641,14 @@ checkDisksScopedListWarningData(api.DisksScopedListWarningData o) {
|
| buildCounterDisksScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1929() {
|
| +buildUnnamed2034() {
|
| var o = new core.List<api.DisksScopedListWarningData>();
|
| o.add(buildDisksScopedListWarningData());
|
| o.add(buildDisksScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1929(core.List<api.DisksScopedListWarningData> o) {
|
| +checkUnnamed2034(core.List<api.DisksScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDisksScopedListWarningData(o[0]);
|
| checkDisksScopedListWarningData(o[1]);
|
| @@ -1587,7 +1660,7 @@ buildDisksScopedListWarning() {
|
| buildCounterDisksScopedListWarning++;
|
| if (buildCounterDisksScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1929();
|
| + o.data = buildUnnamed2034();
|
| o.message = "foo";
|
| }
|
| buildCounterDisksScopedListWarning--;
|
| @@ -1598,7 +1671,7 @@ checkDisksScopedListWarning(api.DisksScopedListWarning o) {
|
| buildCounterDisksScopedListWarning++;
|
| if (buildCounterDisksScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1929(o.data);
|
| + checkUnnamed2034(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDisksScopedListWarning--;
|
| @@ -1609,7 +1682,7 @@ buildDisksScopedList() {
|
| var o = new api.DisksScopedList();
|
| buildCounterDisksScopedList++;
|
| if (buildCounterDisksScopedList < 3) {
|
| - o.disks = buildUnnamed1928();
|
| + o.disks = buildUnnamed2033();
|
| o.warning = buildDisksScopedListWarning();
|
| }
|
| buildCounterDisksScopedList--;
|
| @@ -1619,20 +1692,20 @@ buildDisksScopedList() {
|
| checkDisksScopedList(api.DisksScopedList o) {
|
| buildCounterDisksScopedList++;
|
| if (buildCounterDisksScopedList < 3) {
|
| - checkUnnamed1928(o.disks);
|
| + checkUnnamed2033(o.disks);
|
| checkDisksScopedListWarning(o.warning);
|
| }
|
| buildCounterDisksScopedList--;
|
| }
|
|
|
| -buildUnnamed1930() {
|
| +buildUnnamed2035() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1930(core.List<core.String> o) {
|
| +checkUnnamed2035(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1644,7 +1717,7 @@ buildFirewallAllowed() {
|
| buildCounterFirewallAllowed++;
|
| if (buildCounterFirewallAllowed < 3) {
|
| o.IPProtocol = "foo";
|
| - o.ports = buildUnnamed1930();
|
| + o.ports = buildUnnamed2035();
|
| }
|
| buildCounterFirewallAllowed--;
|
| return o;
|
| @@ -1654,58 +1727,58 @@ checkFirewallAllowed(api.FirewallAllowed o) {
|
| buildCounterFirewallAllowed++;
|
| if (buildCounterFirewallAllowed < 3) {
|
| unittest.expect(o.IPProtocol, unittest.equals('foo'));
|
| - checkUnnamed1930(o.ports);
|
| + checkUnnamed2035(o.ports);
|
| }
|
| buildCounterFirewallAllowed--;
|
| }
|
|
|
| -buildUnnamed1931() {
|
| +buildUnnamed2036() {
|
| var o = new core.List<api.FirewallAllowed>();
|
| o.add(buildFirewallAllowed());
|
| o.add(buildFirewallAllowed());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1931(core.List<api.FirewallAllowed> o) {
|
| +checkUnnamed2036(core.List<api.FirewallAllowed> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFirewallAllowed(o[0]);
|
| checkFirewallAllowed(o[1]);
|
| }
|
|
|
| -buildUnnamed1932() {
|
| +buildUnnamed2037() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1932(core.List<core.String> o) {
|
| +checkUnnamed2037(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'));
|
| }
|
|
|
| -buildUnnamed1933() {
|
| +buildUnnamed2038() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1933(core.List<core.String> o) {
|
| +checkUnnamed2038(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1934() {
|
| +buildUnnamed2039() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1934(core.List<core.String> o) {
|
| +checkUnnamed2039(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1716,7 +1789,7 @@ buildFirewall() {
|
| var o = new api.Firewall();
|
| buildCounterFirewall++;
|
| if (buildCounterFirewall < 3) {
|
| - o.allowed = buildUnnamed1931();
|
| + o.allowed = buildUnnamed2036();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| @@ -1724,9 +1797,9 @@ buildFirewall() {
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.selfLink = "foo";
|
| - o.sourceRanges = buildUnnamed1932();
|
| - o.sourceTags = buildUnnamed1933();
|
| - o.targetTags = buildUnnamed1934();
|
| + o.sourceRanges = buildUnnamed2037();
|
| + o.sourceTags = buildUnnamed2038();
|
| + o.targetTags = buildUnnamed2039();
|
| }
|
| buildCounterFirewall--;
|
| return o;
|
| @@ -1735,7 +1808,7 @@ buildFirewall() {
|
| checkFirewall(api.Firewall o) {
|
| buildCounterFirewall++;
|
| if (buildCounterFirewall < 3) {
|
| - checkUnnamed1931(o.allowed);
|
| + checkUnnamed2036(o.allowed);
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -1743,21 +1816,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'));
|
| - checkUnnamed1932(o.sourceRanges);
|
| - checkUnnamed1933(o.sourceTags);
|
| - checkUnnamed1934(o.targetTags);
|
| + checkUnnamed2037(o.sourceRanges);
|
| + checkUnnamed2038(o.sourceTags);
|
| + checkUnnamed2039(o.targetTags);
|
| }
|
| buildCounterFirewall--;
|
| }
|
|
|
| -buildUnnamed1935() {
|
| +buildUnnamed2040() {
|
| var o = new core.List<api.Firewall>();
|
| o.add(buildFirewall());
|
| o.add(buildFirewall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1935(core.List<api.Firewall> o) {
|
| +checkUnnamed2040(core.List<api.Firewall> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFirewall(o[0]);
|
| checkFirewall(o[1]);
|
| @@ -1769,7 +1842,7 @@ buildFirewallList() {
|
| buildCounterFirewallList++;
|
| if (buildCounterFirewallList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1935();
|
| + o.items = buildUnnamed2040();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1782,7 +1855,7 @@ checkFirewallList(api.FirewallList o) {
|
| buildCounterFirewallList++;
|
| if (buildCounterFirewallList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1935(o.items);
|
| + checkUnnamed2040(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1790,14 +1863,14 @@ checkFirewallList(api.FirewallList o) {
|
| buildCounterFirewallList--;
|
| }
|
|
|
| -buildUnnamed1936() {
|
| +buildUnnamed2041() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1936(core.List<core.String> o) {
|
| +checkUnnamed2041(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1819,7 +1892,7 @@ buildForwardingRule() {
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.portRange = "foo";
|
| - o.ports = buildUnnamed1936();
|
| + o.ports = buildUnnamed2041();
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| o.subnetwork = "foo";
|
| @@ -1843,7 +1916,7 @@ checkForwardingRule(api.ForwardingRule o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.portRange, unittest.equals('foo'));
|
| - checkUnnamed1936(o.ports);
|
| + checkUnnamed2041(o.ports);
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.subnetwork, unittest.equals('foo'));
|
| @@ -1852,14 +1925,14 @@ checkForwardingRule(api.ForwardingRule o) {
|
| buildCounterForwardingRule--;
|
| }
|
|
|
| -buildUnnamed1937() {
|
| +buildUnnamed2042() {
|
| var o = new core.Map<core.String, api.ForwardingRulesScopedList>();
|
| o["x"] = buildForwardingRulesScopedList();
|
| o["y"] = buildForwardingRulesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1937(core.Map<core.String, api.ForwardingRulesScopedList> o) {
|
| +checkUnnamed2042(core.Map<core.String, api.ForwardingRulesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRulesScopedList(o["x"]);
|
| checkForwardingRulesScopedList(o["y"]);
|
| @@ -1871,7 +1944,7 @@ buildForwardingRuleAggregatedList() {
|
| buildCounterForwardingRuleAggregatedList++;
|
| if (buildCounterForwardingRuleAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1937();
|
| + o.items = buildUnnamed2042();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1884,7 +1957,7 @@ checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) {
|
| buildCounterForwardingRuleAggregatedList++;
|
| if (buildCounterForwardingRuleAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1937(o.items);
|
| + checkUnnamed2042(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1892,14 +1965,14 @@ checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) {
|
| buildCounterForwardingRuleAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1938() {
|
| +buildUnnamed2043() {
|
| var o = new core.List<api.ForwardingRule>();
|
| o.add(buildForwardingRule());
|
| o.add(buildForwardingRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1938(core.List<api.ForwardingRule> o) {
|
| +checkUnnamed2043(core.List<api.ForwardingRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRule(o[0]);
|
| checkForwardingRule(o[1]);
|
| @@ -1911,7 +1984,7 @@ buildForwardingRuleList() {
|
| buildCounterForwardingRuleList++;
|
| if (buildCounterForwardingRuleList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1938();
|
| + o.items = buildUnnamed2043();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1924,7 +1997,7 @@ checkForwardingRuleList(api.ForwardingRuleList o) {
|
| buildCounterForwardingRuleList++;
|
| if (buildCounterForwardingRuleList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1938(o.items);
|
| + checkUnnamed2043(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1932,14 +2005,14 @@ checkForwardingRuleList(api.ForwardingRuleList o) {
|
| buildCounterForwardingRuleList--;
|
| }
|
|
|
| -buildUnnamed1939() {
|
| +buildUnnamed2044() {
|
| var o = new core.List<api.ForwardingRule>();
|
| o.add(buildForwardingRule());
|
| o.add(buildForwardingRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1939(core.List<api.ForwardingRule> o) {
|
| +checkUnnamed2044(core.List<api.ForwardingRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRule(o[0]);
|
| checkForwardingRule(o[1]);
|
| @@ -1966,14 +2039,14 @@ checkForwardingRulesScopedListWarningData(api.ForwardingRulesScopedListWarningDa
|
| buildCounterForwardingRulesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1940() {
|
| +buildUnnamed2045() {
|
| var o = new core.List<api.ForwardingRulesScopedListWarningData>();
|
| o.add(buildForwardingRulesScopedListWarningData());
|
| o.add(buildForwardingRulesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1940(core.List<api.ForwardingRulesScopedListWarningData> o) {
|
| +checkUnnamed2045(core.List<api.ForwardingRulesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingRulesScopedListWarningData(o[0]);
|
| checkForwardingRulesScopedListWarningData(o[1]);
|
| @@ -1985,7 +2058,7 @@ buildForwardingRulesScopedListWarning() {
|
| buildCounterForwardingRulesScopedListWarning++;
|
| if (buildCounterForwardingRulesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1940();
|
| + o.data = buildUnnamed2045();
|
| o.message = "foo";
|
| }
|
| buildCounterForwardingRulesScopedListWarning--;
|
| @@ -1996,7 +2069,7 @@ checkForwardingRulesScopedListWarning(api.ForwardingRulesScopedListWarning o) {
|
| buildCounterForwardingRulesScopedListWarning++;
|
| if (buildCounterForwardingRulesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1940(o.data);
|
| + checkUnnamed2045(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterForwardingRulesScopedListWarning--;
|
| @@ -2007,7 +2080,7 @@ buildForwardingRulesScopedList() {
|
| var o = new api.ForwardingRulesScopedList();
|
| buildCounterForwardingRulesScopedList++;
|
| if (buildCounterForwardingRulesScopedList < 3) {
|
| - o.forwardingRules = buildUnnamed1939();
|
| + o.forwardingRules = buildUnnamed2044();
|
| o.warning = buildForwardingRulesScopedListWarning();
|
| }
|
| buildCounterForwardingRulesScopedList--;
|
| @@ -2017,7 +2090,7 @@ buildForwardingRulesScopedList() {
|
| checkForwardingRulesScopedList(api.ForwardingRulesScopedList o) {
|
| buildCounterForwardingRulesScopedList++;
|
| if (buildCounterForwardingRulesScopedList < 3) {
|
| - checkUnnamed1939(o.forwardingRules);
|
| + checkUnnamed2044(o.forwardingRules);
|
| checkForwardingRulesScopedListWarning(o.warning);
|
| }
|
| buildCounterForwardingRulesScopedList--;
|
| @@ -2143,14 +2216,14 @@ checkHealthCheck(api.HealthCheck o) {
|
| buildCounterHealthCheck--;
|
| }
|
|
|
| -buildUnnamed1941() {
|
| +buildUnnamed2046() {
|
| var o = new core.List<api.HealthCheck>();
|
| o.add(buildHealthCheck());
|
| o.add(buildHealthCheck());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1941(core.List<api.HealthCheck> o) {
|
| +checkUnnamed2046(core.List<api.HealthCheck> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthCheck(o[0]);
|
| checkHealthCheck(o[1]);
|
| @@ -2162,7 +2235,7 @@ buildHealthCheckList() {
|
| buildCounterHealthCheckList++;
|
| if (buildCounterHealthCheckList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1941();
|
| + o.items = buildUnnamed2046();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2175,7 +2248,7 @@ checkHealthCheckList(api.HealthCheckList o) {
|
| buildCounterHealthCheckList++;
|
| if (buildCounterHealthCheckList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1941(o.items);
|
| + checkUnnamed2046(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2227,14 +2300,14 @@ checkHealthStatus(api.HealthStatus o) {
|
| buildCounterHealthStatus--;
|
| }
|
|
|
| -buildUnnamed1942() {
|
| +buildUnnamed2047() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1942(core.List<core.String> o) {
|
| +checkUnnamed2047(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'));
|
| @@ -2246,7 +2319,7 @@ buildHostRule() {
|
| buildCounterHostRule++;
|
| if (buildCounterHostRule < 3) {
|
| o.description = "foo";
|
| - o.hosts = buildUnnamed1942();
|
| + o.hosts = buildUnnamed2047();
|
| o.pathMatcher = "foo";
|
| }
|
| buildCounterHostRule--;
|
| @@ -2257,7 +2330,7 @@ checkHostRule(api.HostRule o) {
|
| buildCounterHostRule++;
|
| if (buildCounterHostRule < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1942(o.hosts);
|
| + checkUnnamed2047(o.hosts);
|
| unittest.expect(o.pathMatcher, unittest.equals('foo'));
|
| }
|
| buildCounterHostRule--;
|
| @@ -2306,14 +2379,14 @@ checkHttpHealthCheck(api.HttpHealthCheck o) {
|
| buildCounterHttpHealthCheck--;
|
| }
|
|
|
| -buildUnnamed1943() {
|
| +buildUnnamed2048() {
|
| var o = new core.List<api.HttpHealthCheck>();
|
| o.add(buildHttpHealthCheck());
|
| o.add(buildHttpHealthCheck());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1943(core.List<api.HttpHealthCheck> o) {
|
| +checkUnnamed2048(core.List<api.HttpHealthCheck> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHttpHealthCheck(o[0]);
|
| checkHttpHealthCheck(o[1]);
|
| @@ -2325,7 +2398,7 @@ buildHttpHealthCheckList() {
|
| buildCounterHttpHealthCheckList++;
|
| if (buildCounterHttpHealthCheckList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1943();
|
| + o.items = buildUnnamed2048();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2338,7 +2411,7 @@ checkHttpHealthCheckList(api.HttpHealthCheckList o) {
|
| buildCounterHttpHealthCheckList++;
|
| if (buildCounterHttpHealthCheckList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1943(o.items);
|
| + checkUnnamed2048(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2389,14 +2462,14 @@ checkHttpsHealthCheck(api.HttpsHealthCheck o) {
|
| buildCounterHttpsHealthCheck--;
|
| }
|
|
|
| -buildUnnamed1944() {
|
| +buildUnnamed2049() {
|
| var o = new core.List<api.HttpsHealthCheck>();
|
| o.add(buildHttpsHealthCheck());
|
| o.add(buildHttpsHealthCheck());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1944(core.List<api.HttpsHealthCheck> o) {
|
| +checkUnnamed2049(core.List<api.HttpsHealthCheck> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHttpsHealthCheck(o[0]);
|
| checkHttpsHealthCheck(o[1]);
|
| @@ -2408,7 +2481,7 @@ buildHttpsHealthCheckList() {
|
| buildCounterHttpsHealthCheckList++;
|
| if (buildCounterHttpsHealthCheckList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1944();
|
| + o.items = buildUnnamed2049();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2421,7 +2494,7 @@ checkHttpsHealthCheckList(api.HttpsHealthCheckList o) {
|
| buildCounterHttpsHealthCheckList++;
|
| if (buildCounterHttpsHealthCheckList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1944(o.items);
|
| + checkUnnamed2049(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2429,27 +2502,27 @@ checkHttpsHealthCheckList(api.HttpsHealthCheckList o) {
|
| buildCounterHttpsHealthCheckList--;
|
| }
|
|
|
| -buildUnnamed1945() {
|
| +buildUnnamed2050() {
|
| var o = new core.List<api.GuestOsFeature>();
|
| o.add(buildGuestOsFeature());
|
| o.add(buildGuestOsFeature());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1945(core.List<api.GuestOsFeature> o) {
|
| +checkUnnamed2050(core.List<api.GuestOsFeature> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGuestOsFeature(o[0]);
|
| checkGuestOsFeature(o[1]);
|
| }
|
|
|
| -buildUnnamed1946() {
|
| +buildUnnamed2051() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1946(core.List<core.String> o) {
|
| +checkUnnamed2051(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'));
|
| @@ -2489,11 +2562,11 @@ buildImage() {
|
| o.description = "foo";
|
| o.diskSizeGb = "foo";
|
| o.family = "foo";
|
| - o.guestOsFeatures = buildUnnamed1945();
|
| + o.guestOsFeatures = buildUnnamed2050();
|
| o.id = "foo";
|
| o.imageEncryptionKey = buildCustomerEncryptionKey();
|
| o.kind = "foo";
|
| - o.licenses = buildUnnamed1946();
|
| + o.licenses = buildUnnamed2051();
|
| o.name = "foo";
|
| o.rawDisk = buildImageRawDisk();
|
| o.selfLink = "foo";
|
| @@ -2516,11 +2589,11 @@ checkImage(api.Image o) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.diskSizeGb, unittest.equals('foo'));
|
| unittest.expect(o.family, unittest.equals('foo'));
|
| - checkUnnamed1945(o.guestOsFeatures);
|
| + checkUnnamed2050(o.guestOsFeatures);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkCustomerEncryptionKey(o.imageEncryptionKey);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1946(o.licenses);
|
| + checkUnnamed2051(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkImageRawDisk(o.rawDisk);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2533,14 +2606,14 @@ checkImage(api.Image o) {
|
| buildCounterImage--;
|
| }
|
|
|
| -buildUnnamed1947() {
|
| +buildUnnamed2052() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1947(core.List<api.Image> o) {
|
| +checkUnnamed2052(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -2552,7 +2625,7 @@ buildImageList() {
|
| buildCounterImageList++;
|
| if (buildCounterImageList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1947();
|
| + o.items = buildUnnamed2052();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2565,7 +2638,7 @@ checkImageList(api.ImageList o) {
|
| buildCounterImageList++;
|
| if (buildCounterImageList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1947(o.items);
|
| + checkUnnamed2052(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2573,40 +2646,40 @@ checkImageList(api.ImageList o) {
|
| buildCounterImageList--;
|
| }
|
|
|
| -buildUnnamed1948() {
|
| +buildUnnamed2053() {
|
| var o = new core.List<api.AttachedDisk>();
|
| o.add(buildAttachedDisk());
|
| o.add(buildAttachedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1948(core.List<api.AttachedDisk> o) {
|
| +checkUnnamed2053(core.List<api.AttachedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachedDisk(o[0]);
|
| checkAttachedDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1949() {
|
| +buildUnnamed2054() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1949(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed2054(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed1950() {
|
| +buildUnnamed2055() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1950(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed2055(core.List<api.ServiceAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceAccount(o[0]);
|
| checkServiceAccount(o[1]);
|
| @@ -2621,16 +2694,16 @@ buildInstance() {
|
| o.cpuPlatform = "foo";
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.disks = buildUnnamed1948();
|
| + o.disks = buildUnnamed2053();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| o.name = "foo";
|
| - o.networkInterfaces = buildUnnamed1949();
|
| + o.networkInterfaces = buildUnnamed2054();
|
| o.scheduling = buildScheduling();
|
| o.selfLink = "foo";
|
| - o.serviceAccounts = buildUnnamed1950();
|
| + o.serviceAccounts = buildUnnamed2055();
|
| o.status = "foo";
|
| o.statusMessage = "foo";
|
| o.tags = buildTags();
|
| @@ -2647,16 +2720,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'));
|
| - checkUnnamed1948(o.disks);
|
| + checkUnnamed2053(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'));
|
| - checkUnnamed1949(o.networkInterfaces);
|
| + checkUnnamed2054(o.networkInterfaces);
|
| checkScheduling(o.scheduling);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed1950(o.serviceAccounts);
|
| + checkUnnamed2055(o.serviceAccounts);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.statusMessage, unittest.equals('foo'));
|
| checkTags(o.tags);
|
| @@ -2665,14 +2738,14 @@ checkInstance(api.Instance o) {
|
| buildCounterInstance--;
|
| }
|
|
|
| -buildUnnamed1951() {
|
| +buildUnnamed2056() {
|
| var o = new core.Map<core.String, api.InstancesScopedList>();
|
| o["x"] = buildInstancesScopedList();
|
| o["y"] = buildInstancesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1951(core.Map<core.String, api.InstancesScopedList> o) {
|
| +checkUnnamed2056(core.Map<core.String, api.InstancesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstancesScopedList(o["x"]);
|
| checkInstancesScopedList(o["y"]);
|
| @@ -2684,7 +2757,7 @@ buildInstanceAggregatedList() {
|
| buildCounterInstanceAggregatedList++;
|
| if (buildCounterInstanceAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1951();
|
| + o.items = buildUnnamed2056();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2697,7 +2770,7 @@ checkInstanceAggregatedList(api.InstanceAggregatedList o) {
|
| buildCounterInstanceAggregatedList++;
|
| if (buildCounterInstanceAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1951(o.items);
|
| + checkUnnamed2056(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2705,14 +2778,14 @@ checkInstanceAggregatedList(api.InstanceAggregatedList o) {
|
| buildCounterInstanceAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1952() {
|
| +buildUnnamed2057() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1952(core.List<api.NamedPort> o) {
|
| +checkUnnamed2057(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -2729,7 +2802,7 @@ buildInstanceGroup() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.namedPorts = buildUnnamed1952();
|
| + o.namedPorts = buildUnnamed2057();
|
| o.network = "foo";
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| @@ -2750,7 +2823,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'));
|
| - checkUnnamed1952(o.namedPorts);
|
| + checkUnnamed2057(o.namedPorts);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2761,14 +2834,14 @@ checkInstanceGroup(api.InstanceGroup o) {
|
| buildCounterInstanceGroup--;
|
| }
|
|
|
| -buildUnnamed1953() {
|
| +buildUnnamed2058() {
|
| var o = new core.Map<core.String, api.InstanceGroupsScopedList>();
|
| o["x"] = buildInstanceGroupsScopedList();
|
| o["y"] = buildInstanceGroupsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1953(core.Map<core.String, api.InstanceGroupsScopedList> o) {
|
| +checkUnnamed2058(core.Map<core.String, api.InstanceGroupsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupsScopedList(o["x"]);
|
| checkInstanceGroupsScopedList(o["y"]);
|
| @@ -2780,7 +2853,7 @@ buildInstanceGroupAggregatedList() {
|
| buildCounterInstanceGroupAggregatedList++;
|
| if (buildCounterInstanceGroupAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1953();
|
| + o.items = buildUnnamed2058();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2793,7 +2866,7 @@ checkInstanceGroupAggregatedList(api.InstanceGroupAggregatedList o) {
|
| buildCounterInstanceGroupAggregatedList++;
|
| if (buildCounterInstanceGroupAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1953(o.items);
|
| + checkUnnamed2058(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2801,14 +2874,14 @@ checkInstanceGroupAggregatedList(api.InstanceGroupAggregatedList o) {
|
| buildCounterInstanceGroupAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1954() {
|
| +buildUnnamed2059() {
|
| var o = new core.List<api.InstanceGroup>();
|
| o.add(buildInstanceGroup());
|
| o.add(buildInstanceGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1954(core.List<api.InstanceGroup> o) {
|
| +checkUnnamed2059(core.List<api.InstanceGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroup(o[0]);
|
| checkInstanceGroup(o[1]);
|
| @@ -2820,7 +2893,7 @@ buildInstanceGroupList() {
|
| buildCounterInstanceGroupList++;
|
| if (buildCounterInstanceGroupList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1954();
|
| + o.items = buildUnnamed2059();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2833,7 +2906,7 @@ checkInstanceGroupList(api.InstanceGroupList o) {
|
| buildCounterInstanceGroupList++;
|
| if (buildCounterInstanceGroupList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1954(o.items);
|
| + checkUnnamed2059(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2841,27 +2914,27 @@ checkInstanceGroupList(api.InstanceGroupList o) {
|
| buildCounterInstanceGroupList--;
|
| }
|
|
|
| -buildUnnamed1955() {
|
| +buildUnnamed2060() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1955(core.List<api.NamedPort> o) {
|
| +checkUnnamed2060(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| }
|
|
|
| -buildUnnamed1956() {
|
| +buildUnnamed2061() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1956(core.List<core.String> o) {
|
| +checkUnnamed2061(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'));
|
| @@ -2882,10 +2955,10 @@ buildInstanceGroupManager() {
|
| o.instanceTemplate = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.namedPorts = buildUnnamed1955();
|
| + o.namedPorts = buildUnnamed2060();
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| - o.targetPools = buildUnnamed1956();
|
| + o.targetPools = buildUnnamed2061();
|
| o.targetSize = 42;
|
| o.zone = "foo";
|
| }
|
| @@ -2906,10 +2979,10 @@ 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'));
|
| - checkUnnamed1955(o.namedPorts);
|
| + checkUnnamed2060(o.namedPorts);
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed1956(o.targetPools);
|
| + checkUnnamed2061(o.targetPools);
|
| unittest.expect(o.targetSize, unittest.equals(42));
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| @@ -2949,14 +3022,14 @@ checkInstanceGroupManagerActionsSummary(api.InstanceGroupManagerActionsSummary o
|
| buildCounterInstanceGroupManagerActionsSummary--;
|
| }
|
|
|
| -buildUnnamed1957() {
|
| +buildUnnamed2062() {
|
| var o = new core.Map<core.String, api.InstanceGroupManagersScopedList>();
|
| o["x"] = buildInstanceGroupManagersScopedList();
|
| o["y"] = buildInstanceGroupManagersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1957(core.Map<core.String, api.InstanceGroupManagersScopedList> o) {
|
| +checkUnnamed2062(core.Map<core.String, api.InstanceGroupManagersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManagersScopedList(o["x"]);
|
| checkInstanceGroupManagersScopedList(o["y"]);
|
| @@ -2968,7 +3041,7 @@ buildInstanceGroupManagerAggregatedList() {
|
| buildCounterInstanceGroupManagerAggregatedList++;
|
| if (buildCounterInstanceGroupManagerAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1957();
|
| + o.items = buildUnnamed2062();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -2981,7 +3054,7 @@ checkInstanceGroupManagerAggregatedList(api.InstanceGroupManagerAggregatedList o
|
| buildCounterInstanceGroupManagerAggregatedList++;
|
| if (buildCounterInstanceGroupManagerAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1957(o.items);
|
| + checkUnnamed2062(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -2989,14 +3062,14 @@ checkInstanceGroupManagerAggregatedList(api.InstanceGroupManagerAggregatedList o
|
| buildCounterInstanceGroupManagerAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1958() {
|
| +buildUnnamed2063() {
|
| var o = new core.List<api.InstanceGroupManager>();
|
| o.add(buildInstanceGroupManager());
|
| o.add(buildInstanceGroupManager());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1958(core.List<api.InstanceGroupManager> o) {
|
| +checkUnnamed2063(core.List<api.InstanceGroupManager> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManager(o[0]);
|
| checkInstanceGroupManager(o[1]);
|
| @@ -3008,7 +3081,7 @@ buildInstanceGroupManagerList() {
|
| buildCounterInstanceGroupManagerList++;
|
| if (buildCounterInstanceGroupManagerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1958();
|
| + o.items = buildUnnamed2063();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3021,7 +3094,7 @@ checkInstanceGroupManagerList(api.InstanceGroupManagerList o) {
|
| buildCounterInstanceGroupManagerList++;
|
| if (buildCounterInstanceGroupManagerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1958(o.items);
|
| + checkUnnamed2063(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3029,14 +3102,14 @@ checkInstanceGroupManagerList(api.InstanceGroupManagerList o) {
|
| buildCounterInstanceGroupManagerList--;
|
| }
|
|
|
| -buildUnnamed1959() {
|
| +buildUnnamed2064() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1959(core.List<core.String> o) {
|
| +checkUnnamed2064(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'));
|
| @@ -3047,7 +3120,7 @@ buildInstanceGroupManagersAbandonInstancesRequest() {
|
| var o = new api.InstanceGroupManagersAbandonInstancesRequest();
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - o.instances = buildUnnamed1959();
|
| + o.instances = buildUnnamed2064();
|
| }
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest--;
|
| return o;
|
| @@ -3056,19 +3129,19 @@ buildInstanceGroupManagersAbandonInstancesRequest() {
|
| checkInstanceGroupManagersAbandonInstancesRequest(api.InstanceGroupManagersAbandonInstancesRequest o) {
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - checkUnnamed1959(o.instances);
|
| + checkUnnamed2064(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersAbandonInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1960() {
|
| +buildUnnamed2065() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1960(core.List<core.String> o) {
|
| +checkUnnamed2065(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'));
|
| @@ -3079,7 +3152,7 @@ buildInstanceGroupManagersDeleteInstancesRequest() {
|
| var o = new api.InstanceGroupManagersDeleteInstancesRequest();
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - o.instances = buildUnnamed1960();
|
| + o.instances = buildUnnamed2065();
|
| }
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest--;
|
| return o;
|
| @@ -3088,19 +3161,19 @@ buildInstanceGroupManagersDeleteInstancesRequest() {
|
| checkInstanceGroupManagersDeleteInstancesRequest(api.InstanceGroupManagersDeleteInstancesRequest o) {
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - checkUnnamed1960(o.instances);
|
| + checkUnnamed2065(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersDeleteInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1961() {
|
| +buildUnnamed2066() {
|
| var o = new core.List<api.ManagedInstance>();
|
| o.add(buildManagedInstance());
|
| o.add(buildManagedInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1961(core.List<api.ManagedInstance> o) {
|
| +checkUnnamed2066(core.List<api.ManagedInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedInstance(o[0]);
|
| checkManagedInstance(o[1]);
|
| @@ -3111,7 +3184,7 @@ buildInstanceGroupManagersListManagedInstancesResponse() {
|
| var o = new api.InstanceGroupManagersListManagedInstancesResponse();
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse++;
|
| if (buildCounterInstanceGroupManagersListManagedInstancesResponse < 3) {
|
| - o.managedInstances = buildUnnamed1961();
|
| + o.managedInstances = buildUnnamed2066();
|
| }
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse--;
|
| return o;
|
| @@ -3120,19 +3193,19 @@ buildInstanceGroupManagersListManagedInstancesResponse() {
|
| checkInstanceGroupManagersListManagedInstancesResponse(api.InstanceGroupManagersListManagedInstancesResponse o) {
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse++;
|
| if (buildCounterInstanceGroupManagersListManagedInstancesResponse < 3) {
|
| - checkUnnamed1961(o.managedInstances);
|
| + checkUnnamed2066(o.managedInstances);
|
| }
|
| buildCounterInstanceGroupManagersListManagedInstancesResponse--;
|
| }
|
|
|
| -buildUnnamed1962() {
|
| +buildUnnamed2067() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1962(core.List<core.String> o) {
|
| +checkUnnamed2067(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'));
|
| @@ -3143,7 +3216,7 @@ buildInstanceGroupManagersRecreateInstancesRequest() {
|
| var o = new api.InstanceGroupManagersRecreateInstancesRequest();
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersRecreateInstancesRequest < 3) {
|
| - o.instances = buildUnnamed1962();
|
| + o.instances = buildUnnamed2067();
|
| }
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest--;
|
| return o;
|
| @@ -3152,19 +3225,19 @@ buildInstanceGroupManagersRecreateInstancesRequest() {
|
| checkInstanceGroupManagersRecreateInstancesRequest(api.InstanceGroupManagersRecreateInstancesRequest o) {
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest++;
|
| if (buildCounterInstanceGroupManagersRecreateInstancesRequest < 3) {
|
| - checkUnnamed1962(o.instances);
|
| + checkUnnamed2067(o.instances);
|
| }
|
| buildCounterInstanceGroupManagersRecreateInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1963() {
|
| +buildUnnamed2068() {
|
| var o = new core.List<api.InstanceGroupManager>();
|
| o.add(buildInstanceGroupManager());
|
| o.add(buildInstanceGroupManager());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1963(core.List<api.InstanceGroupManager> o) {
|
| +checkUnnamed2068(core.List<api.InstanceGroupManager> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManager(o[0]);
|
| checkInstanceGroupManager(o[1]);
|
| @@ -3191,14 +3264,14 @@ checkInstanceGroupManagersScopedListWarningData(api.InstanceGroupManagersScopedL
|
| buildCounterInstanceGroupManagersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1964() {
|
| +buildUnnamed2069() {
|
| var o = new core.List<api.InstanceGroupManagersScopedListWarningData>();
|
| o.add(buildInstanceGroupManagersScopedListWarningData());
|
| o.add(buildInstanceGroupManagersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1964(core.List<api.InstanceGroupManagersScopedListWarningData> o) {
|
| +checkUnnamed2069(core.List<api.InstanceGroupManagersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManagersScopedListWarningData(o[0]);
|
| checkInstanceGroupManagersScopedListWarningData(o[1]);
|
| @@ -3210,7 +3283,7 @@ buildInstanceGroupManagersScopedListWarning() {
|
| buildCounterInstanceGroupManagersScopedListWarning++;
|
| if (buildCounterInstanceGroupManagersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1964();
|
| + o.data = buildUnnamed2069();
|
| o.message = "foo";
|
| }
|
| buildCounterInstanceGroupManagersScopedListWarning--;
|
| @@ -3221,7 +3294,7 @@ checkInstanceGroupManagersScopedListWarning(api.InstanceGroupManagersScopedListW
|
| buildCounterInstanceGroupManagersScopedListWarning++;
|
| if (buildCounterInstanceGroupManagersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1964(o.data);
|
| + checkUnnamed2069(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceGroupManagersScopedListWarning--;
|
| @@ -3232,7 +3305,7 @@ buildInstanceGroupManagersScopedList() {
|
| var o = new api.InstanceGroupManagersScopedList();
|
| buildCounterInstanceGroupManagersScopedList++;
|
| if (buildCounterInstanceGroupManagersScopedList < 3) {
|
| - o.instanceGroupManagers = buildUnnamed1963();
|
| + o.instanceGroupManagers = buildUnnamed2068();
|
| o.warning = buildInstanceGroupManagersScopedListWarning();
|
| }
|
| buildCounterInstanceGroupManagersScopedList--;
|
| @@ -3242,7 +3315,7 @@ buildInstanceGroupManagersScopedList() {
|
| checkInstanceGroupManagersScopedList(api.InstanceGroupManagersScopedList o) {
|
| buildCounterInstanceGroupManagersScopedList++;
|
| if (buildCounterInstanceGroupManagersScopedList < 3) {
|
| - checkUnnamed1963(o.instanceGroupManagers);
|
| + checkUnnamed2068(o.instanceGroupManagers);
|
| checkInstanceGroupManagersScopedListWarning(o.warning);
|
| }
|
| buildCounterInstanceGroupManagersScopedList--;
|
| @@ -3267,14 +3340,14 @@ checkInstanceGroupManagersSetInstanceTemplateRequest(api.InstanceGroupManagersSe
|
| buildCounterInstanceGroupManagersSetInstanceTemplateRequest--;
|
| }
|
|
|
| -buildUnnamed1965() {
|
| +buildUnnamed2070() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1965(core.List<core.String> o) {
|
| +checkUnnamed2070(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'));
|
| @@ -3286,7 +3359,7 @@ buildInstanceGroupManagersSetTargetPoolsRequest() {
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.targetPools = buildUnnamed1965();
|
| + o.targetPools = buildUnnamed2070();
|
| }
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest--;
|
| return o;
|
| @@ -3296,19 +3369,19 @@ checkInstanceGroupManagersSetTargetPoolsRequest(api.InstanceGroupManagersSetTarg
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1965(o.targetPools);
|
| + checkUnnamed2070(o.targetPools);
|
| }
|
| buildCounterInstanceGroupManagersSetTargetPoolsRequest--;
|
| }
|
|
|
| -buildUnnamed1966() {
|
| +buildUnnamed2071() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1966(core.List<api.InstanceReference> o) {
|
| +checkUnnamed2071(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -3319,7 +3392,7 @@ buildInstanceGroupsAddInstancesRequest() {
|
| var o = new api.InstanceGroupsAddInstancesRequest();
|
| buildCounterInstanceGroupsAddInstancesRequest++;
|
| if (buildCounterInstanceGroupsAddInstancesRequest < 3) {
|
| - o.instances = buildUnnamed1966();
|
| + o.instances = buildUnnamed2071();
|
| }
|
| buildCounterInstanceGroupsAddInstancesRequest--;
|
| return o;
|
| @@ -3328,19 +3401,19 @@ buildInstanceGroupsAddInstancesRequest() {
|
| checkInstanceGroupsAddInstancesRequest(api.InstanceGroupsAddInstancesRequest o) {
|
| buildCounterInstanceGroupsAddInstancesRequest++;
|
| if (buildCounterInstanceGroupsAddInstancesRequest < 3) {
|
| - checkUnnamed1966(o.instances);
|
| + checkUnnamed2071(o.instances);
|
| }
|
| buildCounterInstanceGroupsAddInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1967() {
|
| +buildUnnamed2072() {
|
| var o = new core.List<api.InstanceWithNamedPorts>();
|
| o.add(buildInstanceWithNamedPorts());
|
| o.add(buildInstanceWithNamedPorts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1967(core.List<api.InstanceWithNamedPorts> o) {
|
| +checkUnnamed2072(core.List<api.InstanceWithNamedPorts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceWithNamedPorts(o[0]);
|
| checkInstanceWithNamedPorts(o[1]);
|
| @@ -3352,7 +3425,7 @@ buildInstanceGroupsListInstances() {
|
| buildCounterInstanceGroupsListInstances++;
|
| if (buildCounterInstanceGroupsListInstances < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1967();
|
| + o.items = buildUnnamed2072();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3365,7 +3438,7 @@ checkInstanceGroupsListInstances(api.InstanceGroupsListInstances o) {
|
| buildCounterInstanceGroupsListInstances++;
|
| if (buildCounterInstanceGroupsListInstances < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1967(o.items);
|
| + checkUnnamed2072(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3392,14 +3465,14 @@ checkInstanceGroupsListInstancesRequest(api.InstanceGroupsListInstancesRequest o
|
| buildCounterInstanceGroupsListInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1968() {
|
| +buildUnnamed2073() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1968(core.List<api.InstanceReference> o) {
|
| +checkUnnamed2073(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -3410,7 +3483,7 @@ buildInstanceGroupsRemoveInstancesRequest() {
|
| var o = new api.InstanceGroupsRemoveInstancesRequest();
|
| buildCounterInstanceGroupsRemoveInstancesRequest++;
|
| if (buildCounterInstanceGroupsRemoveInstancesRequest < 3) {
|
| - o.instances = buildUnnamed1968();
|
| + o.instances = buildUnnamed2073();
|
| }
|
| buildCounterInstanceGroupsRemoveInstancesRequest--;
|
| return o;
|
| @@ -3419,19 +3492,19 @@ buildInstanceGroupsRemoveInstancesRequest() {
|
| checkInstanceGroupsRemoveInstancesRequest(api.InstanceGroupsRemoveInstancesRequest o) {
|
| buildCounterInstanceGroupsRemoveInstancesRequest++;
|
| if (buildCounterInstanceGroupsRemoveInstancesRequest < 3) {
|
| - checkUnnamed1968(o.instances);
|
| + checkUnnamed2073(o.instances);
|
| }
|
| buildCounterInstanceGroupsRemoveInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed1969() {
|
| +buildUnnamed2074() {
|
| var o = new core.List<api.InstanceGroup>();
|
| o.add(buildInstanceGroup());
|
| o.add(buildInstanceGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1969(core.List<api.InstanceGroup> o) {
|
| +checkUnnamed2074(core.List<api.InstanceGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroup(o[0]);
|
| checkInstanceGroup(o[1]);
|
| @@ -3458,14 +3531,14 @@ checkInstanceGroupsScopedListWarningData(api.InstanceGroupsScopedListWarningData
|
| buildCounterInstanceGroupsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1970() {
|
| +buildUnnamed2075() {
|
| var o = new core.List<api.InstanceGroupsScopedListWarningData>();
|
| o.add(buildInstanceGroupsScopedListWarningData());
|
| o.add(buildInstanceGroupsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1970(core.List<api.InstanceGroupsScopedListWarningData> o) {
|
| +checkUnnamed2075(core.List<api.InstanceGroupsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupsScopedListWarningData(o[0]);
|
| checkInstanceGroupsScopedListWarningData(o[1]);
|
| @@ -3477,7 +3550,7 @@ buildInstanceGroupsScopedListWarning() {
|
| buildCounterInstanceGroupsScopedListWarning++;
|
| if (buildCounterInstanceGroupsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1970();
|
| + o.data = buildUnnamed2075();
|
| o.message = "foo";
|
| }
|
| buildCounterInstanceGroupsScopedListWarning--;
|
| @@ -3488,7 +3561,7 @@ checkInstanceGroupsScopedListWarning(api.InstanceGroupsScopedListWarning o) {
|
| buildCounterInstanceGroupsScopedListWarning++;
|
| if (buildCounterInstanceGroupsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1970(o.data);
|
| + checkUnnamed2075(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceGroupsScopedListWarning--;
|
| @@ -3499,7 +3572,7 @@ buildInstanceGroupsScopedList() {
|
| var o = new api.InstanceGroupsScopedList();
|
| buildCounterInstanceGroupsScopedList++;
|
| if (buildCounterInstanceGroupsScopedList < 3) {
|
| - o.instanceGroups = buildUnnamed1969();
|
| + o.instanceGroups = buildUnnamed2074();
|
| o.warning = buildInstanceGroupsScopedListWarning();
|
| }
|
| buildCounterInstanceGroupsScopedList--;
|
| @@ -3509,20 +3582,20 @@ buildInstanceGroupsScopedList() {
|
| checkInstanceGroupsScopedList(api.InstanceGroupsScopedList o) {
|
| buildCounterInstanceGroupsScopedList++;
|
| if (buildCounterInstanceGroupsScopedList < 3) {
|
| - checkUnnamed1969(o.instanceGroups);
|
| + checkUnnamed2074(o.instanceGroups);
|
| checkInstanceGroupsScopedListWarning(o.warning);
|
| }
|
| buildCounterInstanceGroupsScopedList--;
|
| }
|
|
|
| -buildUnnamed1971() {
|
| +buildUnnamed2076() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1971(core.List<api.NamedPort> o) {
|
| +checkUnnamed2076(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -3534,7 +3607,7 @@ buildInstanceGroupsSetNamedPortsRequest() {
|
| buildCounterInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterInstanceGroupsSetNamedPortsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.namedPorts = buildUnnamed1971();
|
| + o.namedPorts = buildUnnamed2076();
|
| }
|
| buildCounterInstanceGroupsSetNamedPortsRequest--;
|
| return o;
|
| @@ -3544,19 +3617,19 @@ checkInstanceGroupsSetNamedPortsRequest(api.InstanceGroupsSetNamedPortsRequest o
|
| buildCounterInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterInstanceGroupsSetNamedPortsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1971(o.namedPorts);
|
| + checkUnnamed2076(o.namedPorts);
|
| }
|
| buildCounterInstanceGroupsSetNamedPortsRequest--;
|
| }
|
|
|
| -buildUnnamed1972() {
|
| +buildUnnamed2077() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1972(core.List<api.Instance> o) {
|
| +checkUnnamed2077(core.List<api.Instance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstance(o[0]);
|
| checkInstance(o[1]);
|
| @@ -3568,7 +3641,7 @@ buildInstanceList() {
|
| buildCounterInstanceList++;
|
| if (buildCounterInstanceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1972();
|
| + o.items = buildUnnamed2077();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3581,7 +3654,7 @@ checkInstanceList(api.InstanceList o) {
|
| buildCounterInstanceList++;
|
| if (buildCounterInstanceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1972(o.items);
|
| + checkUnnamed2077(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3610,40 +3683,40 @@ checkInstanceMoveRequest(api.InstanceMoveRequest o) {
|
| buildCounterInstanceMoveRequest--;
|
| }
|
|
|
| -buildUnnamed1973() {
|
| +buildUnnamed2078() {
|
| var o = new core.List<api.AttachedDisk>();
|
| o.add(buildAttachedDisk());
|
| o.add(buildAttachedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1973(core.List<api.AttachedDisk> o) {
|
| +checkUnnamed2078(core.List<api.AttachedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachedDisk(o[0]);
|
| checkAttachedDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1974() {
|
| +buildUnnamed2079() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1974(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed2079(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed1975() {
|
| +buildUnnamed2080() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1975(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed2080(core.List<api.ServiceAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceAccount(o[0]);
|
| checkServiceAccount(o[1]);
|
| @@ -3656,12 +3729,12 @@ buildInstanceProperties() {
|
| if (buildCounterInstanceProperties < 3) {
|
| o.canIpForward = true;
|
| o.description = "foo";
|
| - o.disks = buildUnnamed1973();
|
| + o.disks = buildUnnamed2078();
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| - o.networkInterfaces = buildUnnamed1974();
|
| + o.networkInterfaces = buildUnnamed2079();
|
| o.scheduling = buildScheduling();
|
| - o.serviceAccounts = buildUnnamed1975();
|
| + o.serviceAccounts = buildUnnamed2080();
|
| o.tags = buildTags();
|
| }
|
| buildCounterInstanceProperties--;
|
| @@ -3673,12 +3746,12 @@ checkInstanceProperties(api.InstanceProperties o) {
|
| if (buildCounterInstanceProperties < 3) {
|
| unittest.expect(o.canIpForward, unittest.isTrue);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1973(o.disks);
|
| + checkUnnamed2078(o.disks);
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| - checkUnnamed1974(o.networkInterfaces);
|
| + checkUnnamed2079(o.networkInterfaces);
|
| checkScheduling(o.scheduling);
|
| - checkUnnamed1975(o.serviceAccounts);
|
| + checkUnnamed2080(o.serviceAccounts);
|
| checkTags(o.tags);
|
| }
|
| buildCounterInstanceProperties--;
|
| @@ -3734,14 +3807,14 @@ checkInstanceTemplate(api.InstanceTemplate o) {
|
| buildCounterInstanceTemplate--;
|
| }
|
|
|
| -buildUnnamed1976() {
|
| +buildUnnamed2081() {
|
| var o = new core.List<api.InstanceTemplate>();
|
| o.add(buildInstanceTemplate());
|
| o.add(buildInstanceTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1976(core.List<api.InstanceTemplate> o) {
|
| +checkUnnamed2081(core.List<api.InstanceTemplate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceTemplate(o[0]);
|
| checkInstanceTemplate(o[1]);
|
| @@ -3753,7 +3826,7 @@ buildInstanceTemplateList() {
|
| buildCounterInstanceTemplateList++;
|
| if (buildCounterInstanceTemplateList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1976();
|
| + o.items = buildUnnamed2081();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -3766,7 +3839,7 @@ checkInstanceTemplateList(api.InstanceTemplateList o) {
|
| buildCounterInstanceTemplateList++;
|
| if (buildCounterInstanceTemplateList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1976(o.items);
|
| + checkUnnamed2081(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -3774,14 +3847,14 @@ checkInstanceTemplateList(api.InstanceTemplateList o) {
|
| buildCounterInstanceTemplateList--;
|
| }
|
|
|
| -buildUnnamed1977() {
|
| +buildUnnamed2082() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1977(core.List<api.NamedPort> o) {
|
| +checkUnnamed2082(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -3793,7 +3866,7 @@ buildInstanceWithNamedPorts() {
|
| buildCounterInstanceWithNamedPorts++;
|
| if (buildCounterInstanceWithNamedPorts < 3) {
|
| o.instance = "foo";
|
| - o.namedPorts = buildUnnamed1977();
|
| + o.namedPorts = buildUnnamed2082();
|
| o.status = "foo";
|
| }
|
| buildCounterInstanceWithNamedPorts--;
|
| @@ -3804,20 +3877,20 @@ checkInstanceWithNamedPorts(api.InstanceWithNamedPorts o) {
|
| buildCounterInstanceWithNamedPorts++;
|
| if (buildCounterInstanceWithNamedPorts < 3) {
|
| unittest.expect(o.instance, unittest.equals('foo'));
|
| - checkUnnamed1977(o.namedPorts);
|
| + checkUnnamed2082(o.namedPorts);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterInstanceWithNamedPorts--;
|
| }
|
|
|
| -buildUnnamed1978() {
|
| +buildUnnamed2083() {
|
| var o = new core.List<api.Instance>();
|
| o.add(buildInstance());
|
| o.add(buildInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1978(core.List<api.Instance> o) {
|
| +checkUnnamed2083(core.List<api.Instance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstance(o[0]);
|
| checkInstance(o[1]);
|
| @@ -3844,14 +3917,14 @@ checkInstancesScopedListWarningData(api.InstancesScopedListWarningData o) {
|
| buildCounterInstancesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1979() {
|
| +buildUnnamed2084() {
|
| var o = new core.List<api.InstancesScopedListWarningData>();
|
| o.add(buildInstancesScopedListWarningData());
|
| o.add(buildInstancesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1979(core.List<api.InstancesScopedListWarningData> o) {
|
| +checkUnnamed2084(core.List<api.InstancesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstancesScopedListWarningData(o[0]);
|
| checkInstancesScopedListWarningData(o[1]);
|
| @@ -3863,7 +3936,7 @@ buildInstancesScopedListWarning() {
|
| buildCounterInstancesScopedListWarning++;
|
| if (buildCounterInstancesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1979();
|
| + o.data = buildUnnamed2084();
|
| o.message = "foo";
|
| }
|
| buildCounterInstancesScopedListWarning--;
|
| @@ -3874,7 +3947,7 @@ checkInstancesScopedListWarning(api.InstancesScopedListWarning o) {
|
| buildCounterInstancesScopedListWarning++;
|
| if (buildCounterInstancesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1979(o.data);
|
| + checkUnnamed2084(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterInstancesScopedListWarning--;
|
| @@ -3885,7 +3958,7 @@ buildInstancesScopedList() {
|
| var o = new api.InstancesScopedList();
|
| buildCounterInstancesScopedList++;
|
| if (buildCounterInstancesScopedList < 3) {
|
| - o.instances = buildUnnamed1978();
|
| + o.instances = buildUnnamed2083();
|
| o.warning = buildInstancesScopedListWarning();
|
| }
|
| buildCounterInstancesScopedList--;
|
| @@ -3895,7 +3968,7 @@ buildInstancesScopedList() {
|
| checkInstancesScopedList(api.InstancesScopedList o) {
|
| buildCounterInstancesScopedList++;
|
| if (buildCounterInstancesScopedList < 3) {
|
| - checkUnnamed1978(o.instances);
|
| + checkUnnamed2083(o.instances);
|
| checkInstancesScopedListWarning(o.warning);
|
| }
|
| buildCounterInstancesScopedList--;
|
| @@ -3920,14 +3993,14 @@ checkInstancesSetMachineTypeRequest(api.InstancesSetMachineTypeRequest o) {
|
| buildCounterInstancesSetMachineTypeRequest--;
|
| }
|
|
|
| -buildUnnamed1980() {
|
| +buildUnnamed2085() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1980(core.List<core.String> o) {
|
| +checkUnnamed2085(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'));
|
| @@ -3939,7 +4012,7 @@ buildInstancesSetServiceAccountRequest() {
|
| buildCounterInstancesSetServiceAccountRequest++;
|
| if (buildCounterInstancesSetServiceAccountRequest < 3) {
|
| o.email = "foo";
|
| - o.scopes = buildUnnamed1980();
|
| + o.scopes = buildUnnamed2085();
|
| }
|
| buildCounterInstancesSetServiceAccountRequest--;
|
| return o;
|
| @@ -3949,19 +4022,19 @@ checkInstancesSetServiceAccountRequest(api.InstancesSetServiceAccountRequest o)
|
| buildCounterInstancesSetServiceAccountRequest++;
|
| if (buildCounterInstancesSetServiceAccountRequest < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed1980(o.scopes);
|
| + checkUnnamed2085(o.scopes);
|
| }
|
| buildCounterInstancesSetServiceAccountRequest--;
|
| }
|
|
|
| -buildUnnamed1981() {
|
| +buildUnnamed2086() {
|
| var o = new core.List<api.CustomerEncryptionKeyProtectedDisk>();
|
| o.add(buildCustomerEncryptionKeyProtectedDisk());
|
| o.add(buildCustomerEncryptionKeyProtectedDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1981(core.List<api.CustomerEncryptionKeyProtectedDisk> o) {
|
| +checkUnnamed2086(core.List<api.CustomerEncryptionKeyProtectedDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomerEncryptionKeyProtectedDisk(o[0]);
|
| checkCustomerEncryptionKeyProtectedDisk(o[1]);
|
| @@ -3972,7 +4045,7 @@ buildInstancesStartWithEncryptionKeyRequest() {
|
| var o = new api.InstancesStartWithEncryptionKeyRequest();
|
| buildCounterInstancesStartWithEncryptionKeyRequest++;
|
| if (buildCounterInstancesStartWithEncryptionKeyRequest < 3) {
|
| - o.disks = buildUnnamed1981();
|
| + o.disks = buildUnnamed2086();
|
| }
|
| buildCounterInstancesStartWithEncryptionKeyRequest--;
|
| return o;
|
| @@ -3981,7 +4054,7 @@ buildInstancesStartWithEncryptionKeyRequest() {
|
| checkInstancesStartWithEncryptionKeyRequest(api.InstancesStartWithEncryptionKeyRequest o) {
|
| buildCounterInstancesStartWithEncryptionKeyRequest++;
|
| if (buildCounterInstancesStartWithEncryptionKeyRequest < 3) {
|
| - checkUnnamed1981(o.disks);
|
| + checkUnnamed2086(o.disks);
|
| }
|
| buildCounterInstancesStartWithEncryptionKeyRequest--;
|
| }
|
| @@ -4030,14 +4103,14 @@ checkMachineTypeScratchDisks(api.MachineTypeScratchDisks o) {
|
| buildCounterMachineTypeScratchDisks--;
|
| }
|
|
|
| -buildUnnamed1982() {
|
| +buildUnnamed2087() {
|
| var o = new core.List<api.MachineTypeScratchDisks>();
|
| o.add(buildMachineTypeScratchDisks());
|
| o.add(buildMachineTypeScratchDisks());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1982(core.List<api.MachineTypeScratchDisks> o) {
|
| +checkUnnamed2087(core.List<api.MachineTypeScratchDisks> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypeScratchDisks(o[0]);
|
| checkMachineTypeScratchDisks(o[1]);
|
| @@ -4060,7 +4133,7 @@ buildMachineType() {
|
| o.maximumPersistentDisksSizeGb = "foo";
|
| o.memoryMb = 42;
|
| o.name = "foo";
|
| - o.scratchDisks = buildUnnamed1982();
|
| + o.scratchDisks = buildUnnamed2087();
|
| o.selfLink = "foo";
|
| o.zone = "foo";
|
| }
|
| @@ -4083,21 +4156,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'));
|
| - checkUnnamed1982(o.scratchDisks);
|
| + checkUnnamed2087(o.scratchDisks);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterMachineType--;
|
| }
|
|
|
| -buildUnnamed1983() {
|
| +buildUnnamed2088() {
|
| var o = new core.Map<core.String, api.MachineTypesScopedList>();
|
| o["x"] = buildMachineTypesScopedList();
|
| o["y"] = buildMachineTypesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1983(core.Map<core.String, api.MachineTypesScopedList> o) {
|
| +checkUnnamed2088(core.Map<core.String, api.MachineTypesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypesScopedList(o["x"]);
|
| checkMachineTypesScopedList(o["y"]);
|
| @@ -4109,7 +4182,7 @@ buildMachineTypeAggregatedList() {
|
| buildCounterMachineTypeAggregatedList++;
|
| if (buildCounterMachineTypeAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1983();
|
| + o.items = buildUnnamed2088();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4122,7 +4195,7 @@ checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) {
|
| buildCounterMachineTypeAggregatedList++;
|
| if (buildCounterMachineTypeAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1983(o.items);
|
| + checkUnnamed2088(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4130,14 +4203,14 @@ checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) {
|
| buildCounterMachineTypeAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1984() {
|
| +buildUnnamed2089() {
|
| var o = new core.List<api.MachineType>();
|
| o.add(buildMachineType());
|
| o.add(buildMachineType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1984(core.List<api.MachineType> o) {
|
| +checkUnnamed2089(core.List<api.MachineType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineType(o[0]);
|
| checkMachineType(o[1]);
|
| @@ -4149,7 +4222,7 @@ buildMachineTypeList() {
|
| buildCounterMachineTypeList++;
|
| if (buildCounterMachineTypeList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1984();
|
| + o.items = buildUnnamed2089();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4162,7 +4235,7 @@ checkMachineTypeList(api.MachineTypeList o) {
|
| buildCounterMachineTypeList++;
|
| if (buildCounterMachineTypeList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1984(o.items);
|
| + checkUnnamed2089(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4170,14 +4243,14 @@ checkMachineTypeList(api.MachineTypeList o) {
|
| buildCounterMachineTypeList--;
|
| }
|
|
|
| -buildUnnamed1985() {
|
| +buildUnnamed2090() {
|
| var o = new core.List<api.MachineType>();
|
| o.add(buildMachineType());
|
| o.add(buildMachineType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1985(core.List<api.MachineType> o) {
|
| +checkUnnamed2090(core.List<api.MachineType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineType(o[0]);
|
| checkMachineType(o[1]);
|
| @@ -4204,14 +4277,14 @@ checkMachineTypesScopedListWarningData(api.MachineTypesScopedListWarningData o)
|
| buildCounterMachineTypesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1986() {
|
| +buildUnnamed2091() {
|
| var o = new core.List<api.MachineTypesScopedListWarningData>();
|
| o.add(buildMachineTypesScopedListWarningData());
|
| o.add(buildMachineTypesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1986(core.List<api.MachineTypesScopedListWarningData> o) {
|
| +checkUnnamed2091(core.List<api.MachineTypesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMachineTypesScopedListWarningData(o[0]);
|
| checkMachineTypesScopedListWarningData(o[1]);
|
| @@ -4223,7 +4296,7 @@ buildMachineTypesScopedListWarning() {
|
| buildCounterMachineTypesScopedListWarning++;
|
| if (buildCounterMachineTypesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1986();
|
| + o.data = buildUnnamed2091();
|
| o.message = "foo";
|
| }
|
| buildCounterMachineTypesScopedListWarning--;
|
| @@ -4234,7 +4307,7 @@ checkMachineTypesScopedListWarning(api.MachineTypesScopedListWarning o) {
|
| buildCounterMachineTypesScopedListWarning++;
|
| if (buildCounterMachineTypesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1986(o.data);
|
| + checkUnnamed2091(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterMachineTypesScopedListWarning--;
|
| @@ -4245,7 +4318,7 @@ buildMachineTypesScopedList() {
|
| var o = new api.MachineTypesScopedList();
|
| buildCounterMachineTypesScopedList++;
|
| if (buildCounterMachineTypesScopedList < 3) {
|
| - o.machineTypes = buildUnnamed1985();
|
| + o.machineTypes = buildUnnamed2090();
|
| o.warning = buildMachineTypesScopedListWarning();
|
| }
|
| buildCounterMachineTypesScopedList--;
|
| @@ -4255,7 +4328,7 @@ buildMachineTypesScopedList() {
|
| checkMachineTypesScopedList(api.MachineTypesScopedList o) {
|
| buildCounterMachineTypesScopedList++;
|
| if (buildCounterMachineTypesScopedList < 3) {
|
| - checkUnnamed1985(o.machineTypes);
|
| + checkUnnamed2090(o.machineTypes);
|
| checkMachineTypesScopedListWarning(o.warning);
|
| }
|
| buildCounterMachineTypesScopedList--;
|
| @@ -4311,14 +4384,14 @@ checkManagedInstanceLastAttemptErrorsErrors(api.ManagedInstanceLastAttemptErrors
|
| buildCounterManagedInstanceLastAttemptErrorsErrors--;
|
| }
|
|
|
| -buildUnnamed1987() {
|
| +buildUnnamed2092() {
|
| var o = new core.List<api.ManagedInstanceLastAttemptErrorsErrors>();
|
| o.add(buildManagedInstanceLastAttemptErrorsErrors());
|
| o.add(buildManagedInstanceLastAttemptErrorsErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1987(core.List<api.ManagedInstanceLastAttemptErrorsErrors> o) {
|
| +checkUnnamed2092(core.List<api.ManagedInstanceLastAttemptErrorsErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedInstanceLastAttemptErrorsErrors(o[0]);
|
| checkManagedInstanceLastAttemptErrorsErrors(o[1]);
|
| @@ -4329,7 +4402,7 @@ buildManagedInstanceLastAttemptErrors() {
|
| var o = new api.ManagedInstanceLastAttemptErrors();
|
| buildCounterManagedInstanceLastAttemptErrors++;
|
| if (buildCounterManagedInstanceLastAttemptErrors < 3) {
|
| - o.errors = buildUnnamed1987();
|
| + o.errors = buildUnnamed2092();
|
| }
|
| buildCounterManagedInstanceLastAttemptErrors--;
|
| return o;
|
| @@ -4338,7 +4411,7 @@ buildManagedInstanceLastAttemptErrors() {
|
| checkManagedInstanceLastAttemptErrors(api.ManagedInstanceLastAttemptErrors o) {
|
| buildCounterManagedInstanceLastAttemptErrors++;
|
| if (buildCounterManagedInstanceLastAttemptErrors < 3) {
|
| - checkUnnamed1987(o.errors);
|
| + checkUnnamed2092(o.errors);
|
| }
|
| buildCounterManagedInstanceLastAttemptErrors--;
|
| }
|
| @@ -4383,14 +4456,14 @@ checkMetadataItems(api.MetadataItems o) {
|
| buildCounterMetadataItems--;
|
| }
|
|
|
| -buildUnnamed1988() {
|
| +buildUnnamed2093() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1988(core.List<api.MetadataItems> o) {
|
| +checkUnnamed2093(core.List<api.MetadataItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadataItems(o[0]);
|
| checkMetadataItems(o[1]);
|
| @@ -4402,7 +4475,7 @@ buildMetadata() {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| o.fingerprint = "foo";
|
| - o.items = buildUnnamed1988();
|
| + o.items = buildUnnamed2093();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -4413,7 +4486,7 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1988(o.items);
|
| + checkUnnamed2093(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -4440,14 +4513,14 @@ checkNamedPort(api.NamedPort o) {
|
| buildCounterNamedPort--;
|
| }
|
|
|
| -buildUnnamed1989() {
|
| +buildUnnamed2094() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1989(core.List<core.String> o) {
|
| +checkUnnamed2094(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'));
|
| @@ -4467,7 +4540,7 @@ buildNetwork() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| - o.subnetworks = buildUnnamed1989();
|
| + o.subnetworks = buildUnnamed2094();
|
| }
|
| buildCounterNetwork--;
|
| return o;
|
| @@ -4485,19 +4558,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'));
|
| - checkUnnamed1989(o.subnetworks);
|
| + checkUnnamed2094(o.subnetworks);
|
| }
|
| buildCounterNetwork--;
|
| }
|
|
|
| -buildUnnamed1990() {
|
| +buildUnnamed2095() {
|
| var o = new core.List<api.AccessConfig>();
|
| o.add(buildAccessConfig());
|
| o.add(buildAccessConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1990(core.List<api.AccessConfig> o) {
|
| +checkUnnamed2095(core.List<api.AccessConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccessConfig(o[0]);
|
| checkAccessConfig(o[1]);
|
| @@ -4508,7 +4581,7 @@ buildNetworkInterface() {
|
| var o = new api.NetworkInterface();
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - o.accessConfigs = buildUnnamed1990();
|
| + o.accessConfigs = buildUnnamed2095();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.network = "foo";
|
| @@ -4522,7 +4595,7 @@ buildNetworkInterface() {
|
| checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - checkUnnamed1990(o.accessConfigs);
|
| + checkUnnamed2095(o.accessConfigs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| @@ -4532,14 +4605,14 @@ checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface--;
|
| }
|
|
|
| -buildUnnamed1991() {
|
| +buildUnnamed2096() {
|
| var o = new core.List<api.Network>();
|
| o.add(buildNetwork());
|
| o.add(buildNetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1991(core.List<api.Network> o) {
|
| +checkUnnamed2096(core.List<api.Network> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetwork(o[0]);
|
| checkNetwork(o[1]);
|
| @@ -4551,7 +4624,7 @@ buildNetworkList() {
|
| buildCounterNetworkList++;
|
| if (buildCounterNetworkList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1991();
|
| + o.items = buildUnnamed2096();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4564,7 +4637,7 @@ checkNetworkList(api.NetworkList o) {
|
| buildCounterNetworkList++;
|
| if (buildCounterNetworkList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1991(o.items);
|
| + checkUnnamed2096(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4595,14 +4668,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1992() {
|
| +buildUnnamed2097() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1992(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed2097(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -4613,7 +4686,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed1992();
|
| + o.errors = buildUnnamed2097();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -4622,7 +4695,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1992(o.errors);
|
| + checkUnnamed2097(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -4648,14 +4721,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1993() {
|
| +buildUnnamed2098() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1993(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed2098(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -4667,7 +4740,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1993();
|
| + o.data = buildUnnamed2098();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -4678,20 +4751,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1993(o.data);
|
| + checkUnnamed2098(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1994() {
|
| +buildUnnamed2099() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1994(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed2099(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -4723,7 +4796,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed1994();
|
| + o.warnings = buildUnnamed2099();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -4754,20 +4827,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'));
|
| - checkUnnamed1994(o.warnings);
|
| + checkUnnamed2099(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1995() {
|
| +buildUnnamed2100() {
|
| var o = new core.Map<core.String, api.OperationsScopedList>();
|
| o["x"] = buildOperationsScopedList();
|
| o["y"] = buildOperationsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1995(core.Map<core.String, api.OperationsScopedList> o) {
|
| +checkUnnamed2100(core.Map<core.String, api.OperationsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationsScopedList(o["x"]);
|
| checkOperationsScopedList(o["y"]);
|
| @@ -4779,7 +4852,7 @@ buildOperationAggregatedList() {
|
| buildCounterOperationAggregatedList++;
|
| if (buildCounterOperationAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1995();
|
| + o.items = buildUnnamed2100();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4792,7 +4865,7 @@ checkOperationAggregatedList(api.OperationAggregatedList o) {
|
| buildCounterOperationAggregatedList++;
|
| if (buildCounterOperationAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1995(o.items);
|
| + checkUnnamed2100(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4800,14 +4873,14 @@ checkOperationAggregatedList(api.OperationAggregatedList o) {
|
| buildCounterOperationAggregatedList--;
|
| }
|
|
|
| -buildUnnamed1996() {
|
| +buildUnnamed2101() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1996(core.List<api.Operation> o) {
|
| +checkUnnamed2101(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -4819,7 +4892,7 @@ buildOperationList() {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1996();
|
| + o.items = buildUnnamed2101();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -4832,7 +4905,7 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1996(o.items);
|
| + checkUnnamed2101(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -4840,14 +4913,14 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList--;
|
| }
|
|
|
| -buildUnnamed1997() {
|
| +buildUnnamed2102() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1997(core.List<api.Operation> o) {
|
| +checkUnnamed2102(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -4874,14 +4947,14 @@ checkOperationsScopedListWarningData(api.OperationsScopedListWarningData o) {
|
| buildCounterOperationsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed1998() {
|
| +buildUnnamed2103() {
|
| var o = new core.List<api.OperationsScopedListWarningData>();
|
| o.add(buildOperationsScopedListWarningData());
|
| o.add(buildOperationsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1998(core.List<api.OperationsScopedListWarningData> o) {
|
| +checkUnnamed2103(core.List<api.OperationsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationsScopedListWarningData(o[0]);
|
| checkOperationsScopedListWarningData(o[1]);
|
| @@ -4893,7 +4966,7 @@ buildOperationsScopedListWarning() {
|
| buildCounterOperationsScopedListWarning++;
|
| if (buildCounterOperationsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1998();
|
| + o.data = buildUnnamed2103();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationsScopedListWarning--;
|
| @@ -4904,7 +4977,7 @@ checkOperationsScopedListWarning(api.OperationsScopedListWarning o) {
|
| buildCounterOperationsScopedListWarning++;
|
| if (buildCounterOperationsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1998(o.data);
|
| + checkUnnamed2103(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationsScopedListWarning--;
|
| @@ -4915,7 +4988,7 @@ buildOperationsScopedList() {
|
| var o = new api.OperationsScopedList();
|
| buildCounterOperationsScopedList++;
|
| if (buildCounterOperationsScopedList < 3) {
|
| - o.operations = buildUnnamed1997();
|
| + o.operations = buildUnnamed2102();
|
| o.warning = buildOperationsScopedListWarning();
|
| }
|
| buildCounterOperationsScopedList--;
|
| @@ -4925,20 +4998,20 @@ buildOperationsScopedList() {
|
| checkOperationsScopedList(api.OperationsScopedList o) {
|
| buildCounterOperationsScopedList++;
|
| if (buildCounterOperationsScopedList < 3) {
|
| - checkUnnamed1997(o.operations);
|
| + checkUnnamed2102(o.operations);
|
| checkOperationsScopedListWarning(o.warning);
|
| }
|
| buildCounterOperationsScopedList--;
|
| }
|
|
|
| -buildUnnamed1999() {
|
| +buildUnnamed2104() {
|
| var o = new core.List<api.PathRule>();
|
| o.add(buildPathRule());
|
| o.add(buildPathRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1999(core.List<api.PathRule> o) {
|
| +checkUnnamed2104(core.List<api.PathRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPathRule(o[0]);
|
| checkPathRule(o[1]);
|
| @@ -4952,7 +5025,7 @@ buildPathMatcher() {
|
| o.defaultService = "foo";
|
| o.description = "foo";
|
| o.name = "foo";
|
| - o.pathRules = buildUnnamed1999();
|
| + o.pathRules = buildUnnamed2104();
|
| }
|
| buildCounterPathMatcher--;
|
| return o;
|
| @@ -4964,19 +5037,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'));
|
| - checkUnnamed1999(o.pathRules);
|
| + checkUnnamed2104(o.pathRules);
|
| }
|
| buildCounterPathMatcher--;
|
| }
|
|
|
| -buildUnnamed2000() {
|
| +buildUnnamed2105() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2000(core.List<core.String> o) {
|
| +checkUnnamed2105(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'));
|
| @@ -4987,7 +5060,7 @@ buildPathRule() {
|
| var o = new api.PathRule();
|
| buildCounterPathRule++;
|
| if (buildCounterPathRule < 3) {
|
| - o.paths = buildUnnamed2000();
|
| + o.paths = buildUnnamed2105();
|
| o.service = "foo";
|
| }
|
| buildCounterPathRule--;
|
| @@ -4997,33 +5070,33 @@ buildPathRule() {
|
| checkPathRule(api.PathRule o) {
|
| buildCounterPathRule++;
|
| if (buildCounterPathRule < 3) {
|
| - checkUnnamed2000(o.paths);
|
| + checkUnnamed2105(o.paths);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterPathRule--;
|
| }
|
|
|
| -buildUnnamed2001() {
|
| +buildUnnamed2106() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2001(core.List<core.String> o) {
|
| +checkUnnamed2106(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'));
|
| }
|
|
|
| -buildUnnamed2002() {
|
| +buildUnnamed2107() {
|
| var o = new core.List<api.Quota>();
|
| o.add(buildQuota());
|
| o.add(buildQuota());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2002(core.List<api.Quota> o) {
|
| +checkUnnamed2107(core.List<api.Quota> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuota(o[0]);
|
| checkQuota(o[1]);
|
| @@ -5038,11 +5111,11 @@ buildProject() {
|
| o.creationTimestamp = "foo";
|
| o.defaultServiceAccount = "foo";
|
| o.description = "foo";
|
| - o.enabledFeatures = buildUnnamed2001();
|
| + o.enabledFeatures = buildUnnamed2106();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.quotas = buildUnnamed2002();
|
| + o.quotas = buildUnnamed2107();
|
| o.selfLink = "foo";
|
| o.usageExportLocation = buildUsageExportLocation();
|
| }
|
| @@ -5057,11 +5130,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'));
|
| - checkUnnamed2001(o.enabledFeatures);
|
| + checkUnnamed2106(o.enabledFeatures);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2002(o.quotas);
|
| + checkUnnamed2107(o.quotas);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| checkUsageExportLocation(o.usageExportLocation);
|
| }
|
| @@ -5091,27 +5164,27 @@ checkQuota(api.Quota o) {
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed2003() {
|
| +buildUnnamed2108() {
|
| var o = new core.List<api.Quota>();
|
| o.add(buildQuota());
|
| o.add(buildQuota());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2003(core.List<api.Quota> o) {
|
| +checkUnnamed2108(core.List<api.Quota> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuota(o[0]);
|
| checkQuota(o[1]);
|
| }
|
|
|
| -buildUnnamed2004() {
|
| +buildUnnamed2109() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2004(core.List<core.String> o) {
|
| +checkUnnamed2109(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'));
|
| @@ -5128,10 +5201,10 @@ buildRegion() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.quotas = buildUnnamed2003();
|
| + o.quotas = buildUnnamed2108();
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| - o.zones = buildUnnamed2004();
|
| + o.zones = buildUnnamed2109();
|
| }
|
| buildCounterRegion--;
|
| return o;
|
| @@ -5146,22 +5219,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'));
|
| - checkUnnamed2003(o.quotas);
|
| + checkUnnamed2108(o.quotas);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed2004(o.zones);
|
| + checkUnnamed2109(o.zones);
|
| }
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed2005() {
|
| +buildUnnamed2110() {
|
| var o = new core.List<api.Autoscaler>();
|
| o.add(buildAutoscaler());
|
| o.add(buildAutoscaler());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2005(core.List<api.Autoscaler> o) {
|
| +checkUnnamed2110(core.List<api.Autoscaler> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAutoscaler(o[0]);
|
| checkAutoscaler(o[1]);
|
| @@ -5173,7 +5246,7 @@ buildRegionAutoscalerList() {
|
| buildCounterRegionAutoscalerList++;
|
| if (buildCounterRegionAutoscalerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2005();
|
| + o.items = buildUnnamed2110();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5186,7 +5259,7 @@ checkRegionAutoscalerList(api.RegionAutoscalerList o) {
|
| buildCounterRegionAutoscalerList++;
|
| if (buildCounterRegionAutoscalerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2005(o.items);
|
| + checkUnnamed2110(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5194,14 +5267,14 @@ checkRegionAutoscalerList(api.RegionAutoscalerList o) {
|
| buildCounterRegionAutoscalerList--;
|
| }
|
|
|
| -buildUnnamed2006() {
|
| +buildUnnamed2111() {
|
| var o = new core.List<api.InstanceGroup>();
|
| o.add(buildInstanceGroup());
|
| o.add(buildInstanceGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2006(core.List<api.InstanceGroup> o) {
|
| +checkUnnamed2111(core.List<api.InstanceGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroup(o[0]);
|
| checkInstanceGroup(o[1]);
|
| @@ -5213,7 +5286,7 @@ buildRegionInstanceGroupList() {
|
| buildCounterRegionInstanceGroupList++;
|
| if (buildCounterRegionInstanceGroupList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2006();
|
| + o.items = buildUnnamed2111();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5226,7 +5299,7 @@ checkRegionInstanceGroupList(api.RegionInstanceGroupList o) {
|
| buildCounterRegionInstanceGroupList++;
|
| if (buildCounterRegionInstanceGroupList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2006(o.items);
|
| + checkUnnamed2111(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5234,14 +5307,14 @@ checkRegionInstanceGroupList(api.RegionInstanceGroupList o) {
|
| buildCounterRegionInstanceGroupList--;
|
| }
|
|
|
| -buildUnnamed2007() {
|
| +buildUnnamed2112() {
|
| var o = new core.List<api.InstanceGroupManager>();
|
| o.add(buildInstanceGroupManager());
|
| o.add(buildInstanceGroupManager());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2007(core.List<api.InstanceGroupManager> o) {
|
| +checkUnnamed2112(core.List<api.InstanceGroupManager> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceGroupManager(o[0]);
|
| checkInstanceGroupManager(o[1]);
|
| @@ -5253,7 +5326,7 @@ buildRegionInstanceGroupManagerList() {
|
| buildCounterRegionInstanceGroupManagerList++;
|
| if (buildCounterRegionInstanceGroupManagerList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2007();
|
| + o.items = buildUnnamed2112();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5266,7 +5339,7 @@ checkRegionInstanceGroupManagerList(api.RegionInstanceGroupManagerList o) {
|
| buildCounterRegionInstanceGroupManagerList++;
|
| if (buildCounterRegionInstanceGroupManagerList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2007(o.items);
|
| + checkUnnamed2112(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5274,14 +5347,14 @@ checkRegionInstanceGroupManagerList(api.RegionInstanceGroupManagerList o) {
|
| buildCounterRegionInstanceGroupManagerList--;
|
| }
|
|
|
| -buildUnnamed2008() {
|
| +buildUnnamed2113() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2008(core.List<core.String> o) {
|
| +checkUnnamed2113(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'));
|
| @@ -5292,7 +5365,7 @@ buildRegionInstanceGroupManagersAbandonInstancesRequest() {
|
| var o = new api.RegionInstanceGroupManagersAbandonInstancesRequest();
|
| buildCounterRegionInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterRegionInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2008();
|
| + o.instances = buildUnnamed2113();
|
| }
|
| buildCounterRegionInstanceGroupManagersAbandonInstancesRequest--;
|
| return o;
|
| @@ -5301,19 +5374,19 @@ buildRegionInstanceGroupManagersAbandonInstancesRequest() {
|
| checkRegionInstanceGroupManagersAbandonInstancesRequest(api.RegionInstanceGroupManagersAbandonInstancesRequest o) {
|
| buildCounterRegionInstanceGroupManagersAbandonInstancesRequest++;
|
| if (buildCounterRegionInstanceGroupManagersAbandonInstancesRequest < 3) {
|
| - checkUnnamed2008(o.instances);
|
| + checkUnnamed2113(o.instances);
|
| }
|
| buildCounterRegionInstanceGroupManagersAbandonInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2009() {
|
| +buildUnnamed2114() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2009(core.List<core.String> o) {
|
| +checkUnnamed2114(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'));
|
| @@ -5324,7 +5397,7 @@ buildRegionInstanceGroupManagersDeleteInstancesRequest() {
|
| var o = new api.RegionInstanceGroupManagersDeleteInstancesRequest();
|
| buildCounterRegionInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterRegionInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - o.instances = buildUnnamed2009();
|
| + o.instances = buildUnnamed2114();
|
| }
|
| buildCounterRegionInstanceGroupManagersDeleteInstancesRequest--;
|
| return o;
|
| @@ -5333,19 +5406,19 @@ buildRegionInstanceGroupManagersDeleteInstancesRequest() {
|
| checkRegionInstanceGroupManagersDeleteInstancesRequest(api.RegionInstanceGroupManagersDeleteInstancesRequest o) {
|
| buildCounterRegionInstanceGroupManagersDeleteInstancesRequest++;
|
| if (buildCounterRegionInstanceGroupManagersDeleteInstancesRequest < 3) {
|
| - checkUnnamed2009(o.instances);
|
| + checkUnnamed2114(o.instances);
|
| }
|
| buildCounterRegionInstanceGroupManagersDeleteInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2010() {
|
| +buildUnnamed2115() {
|
| var o = new core.List<api.ManagedInstance>();
|
| o.add(buildManagedInstance());
|
| o.add(buildManagedInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2010(core.List<api.ManagedInstance> o) {
|
| +checkUnnamed2115(core.List<api.ManagedInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedInstance(o[0]);
|
| checkManagedInstance(o[1]);
|
| @@ -5356,7 +5429,7 @@ buildRegionInstanceGroupManagersListInstancesResponse() {
|
| var o = new api.RegionInstanceGroupManagersListInstancesResponse();
|
| buildCounterRegionInstanceGroupManagersListInstancesResponse++;
|
| if (buildCounterRegionInstanceGroupManagersListInstancesResponse < 3) {
|
| - o.managedInstances = buildUnnamed2010();
|
| + o.managedInstances = buildUnnamed2115();
|
| }
|
| buildCounterRegionInstanceGroupManagersListInstancesResponse--;
|
| return o;
|
| @@ -5365,19 +5438,19 @@ buildRegionInstanceGroupManagersListInstancesResponse() {
|
| checkRegionInstanceGroupManagersListInstancesResponse(api.RegionInstanceGroupManagersListInstancesResponse o) {
|
| buildCounterRegionInstanceGroupManagersListInstancesResponse++;
|
| if (buildCounterRegionInstanceGroupManagersListInstancesResponse < 3) {
|
| - checkUnnamed2010(o.managedInstances);
|
| + checkUnnamed2115(o.managedInstances);
|
| }
|
| buildCounterRegionInstanceGroupManagersListInstancesResponse--;
|
| }
|
|
|
| -buildUnnamed2011() {
|
| +buildUnnamed2116() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2011(core.List<core.String> o) {
|
| +checkUnnamed2116(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'));
|
| @@ -5388,7 +5461,7 @@ buildRegionInstanceGroupManagersRecreateRequest() {
|
| var o = new api.RegionInstanceGroupManagersRecreateRequest();
|
| buildCounterRegionInstanceGroupManagersRecreateRequest++;
|
| if (buildCounterRegionInstanceGroupManagersRecreateRequest < 3) {
|
| - o.instances = buildUnnamed2011();
|
| + o.instances = buildUnnamed2116();
|
| }
|
| buildCounterRegionInstanceGroupManagersRecreateRequest--;
|
| return o;
|
| @@ -5397,19 +5470,19 @@ buildRegionInstanceGroupManagersRecreateRequest() {
|
| checkRegionInstanceGroupManagersRecreateRequest(api.RegionInstanceGroupManagersRecreateRequest o) {
|
| buildCounterRegionInstanceGroupManagersRecreateRequest++;
|
| if (buildCounterRegionInstanceGroupManagersRecreateRequest < 3) {
|
| - checkUnnamed2011(o.instances);
|
| + checkUnnamed2116(o.instances);
|
| }
|
| buildCounterRegionInstanceGroupManagersRecreateRequest--;
|
| }
|
|
|
| -buildUnnamed2012() {
|
| +buildUnnamed2117() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2012(core.List<core.String> o) {
|
| +checkUnnamed2117(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'));
|
| @@ -5421,7 +5494,7 @@ buildRegionInstanceGroupManagersSetTargetPoolsRequest() {
|
| buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.targetPools = buildUnnamed2012();
|
| + o.targetPools = buildUnnamed2117();
|
| }
|
| buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest--;
|
| return o;
|
| @@ -5431,7 +5504,7 @@ checkRegionInstanceGroupManagersSetTargetPoolsRequest(api.RegionInstanceGroupMan
|
| buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest++;
|
| if (buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2012(o.targetPools);
|
| + checkUnnamed2117(o.targetPools);
|
| }
|
| buildCounterRegionInstanceGroupManagersSetTargetPoolsRequest--;
|
| }
|
| @@ -5455,14 +5528,14 @@ checkRegionInstanceGroupManagersSetTemplateRequest(api.RegionInstanceGroupManage
|
| buildCounterRegionInstanceGroupManagersSetTemplateRequest--;
|
| }
|
|
|
| -buildUnnamed2013() {
|
| +buildUnnamed2118() {
|
| var o = new core.List<api.InstanceWithNamedPorts>();
|
| o.add(buildInstanceWithNamedPorts());
|
| o.add(buildInstanceWithNamedPorts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2013(core.List<api.InstanceWithNamedPorts> o) {
|
| +checkUnnamed2118(core.List<api.InstanceWithNamedPorts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceWithNamedPorts(o[0]);
|
| checkInstanceWithNamedPorts(o[1]);
|
| @@ -5474,7 +5547,7 @@ buildRegionInstanceGroupsListInstances() {
|
| buildCounterRegionInstanceGroupsListInstances++;
|
| if (buildCounterRegionInstanceGroupsListInstances < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2013();
|
| + o.items = buildUnnamed2118();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5487,7 +5560,7 @@ checkRegionInstanceGroupsListInstances(api.RegionInstanceGroupsListInstances o)
|
| buildCounterRegionInstanceGroupsListInstances++;
|
| if (buildCounterRegionInstanceGroupsListInstances < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2013(o.items);
|
| + checkUnnamed2118(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5516,14 +5589,14 @@ checkRegionInstanceGroupsListInstancesRequest(api.RegionInstanceGroupsListInstan
|
| buildCounterRegionInstanceGroupsListInstancesRequest--;
|
| }
|
|
|
| -buildUnnamed2014() {
|
| +buildUnnamed2119() {
|
| var o = new core.List<api.NamedPort>();
|
| o.add(buildNamedPort());
|
| o.add(buildNamedPort());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2014(core.List<api.NamedPort> o) {
|
| +checkUnnamed2119(core.List<api.NamedPort> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNamedPort(o[0]);
|
| checkNamedPort(o[1]);
|
| @@ -5535,7 +5608,7 @@ buildRegionInstanceGroupsSetNamedPortsRequest() {
|
| buildCounterRegionInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterRegionInstanceGroupsSetNamedPortsRequest < 3) {
|
| o.fingerprint = "foo";
|
| - o.namedPorts = buildUnnamed2014();
|
| + o.namedPorts = buildUnnamed2119();
|
| }
|
| buildCounterRegionInstanceGroupsSetNamedPortsRequest--;
|
| return o;
|
| @@ -5545,19 +5618,19 @@ checkRegionInstanceGroupsSetNamedPortsRequest(api.RegionInstanceGroupsSetNamedPo
|
| buildCounterRegionInstanceGroupsSetNamedPortsRequest++;
|
| if (buildCounterRegionInstanceGroupsSetNamedPortsRequest < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2014(o.namedPorts);
|
| + checkUnnamed2119(o.namedPorts);
|
| }
|
| buildCounterRegionInstanceGroupsSetNamedPortsRequest--;
|
| }
|
|
|
| -buildUnnamed2015() {
|
| +buildUnnamed2120() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2015(core.List<api.Region> o) {
|
| +checkUnnamed2120(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -5569,7 +5642,7 @@ buildRegionList() {
|
| buildCounterRegionList++;
|
| if (buildCounterRegionList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2015();
|
| + o.items = buildUnnamed2120();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5582,7 +5655,7 @@ checkRegionList(api.RegionList o) {
|
| buildCounterRegionList++;
|
| if (buildCounterRegionList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2015(o.items);
|
| + checkUnnamed2120(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5609,14 +5682,14 @@ checkResourceGroupReference(api.ResourceGroupReference o) {
|
| buildCounterResourceGroupReference--;
|
| }
|
|
|
| -buildUnnamed2016() {
|
| +buildUnnamed2121() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2016(core.List<core.String> o) {
|
| +checkUnnamed2121(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'));
|
| @@ -5643,14 +5716,14 @@ checkRouteWarningsData(api.RouteWarningsData o) {
|
| buildCounterRouteWarningsData--;
|
| }
|
|
|
| -buildUnnamed2017() {
|
| +buildUnnamed2122() {
|
| var o = new core.List<api.RouteWarningsData>();
|
| o.add(buildRouteWarningsData());
|
| o.add(buildRouteWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2017(core.List<api.RouteWarningsData> o) {
|
| +checkUnnamed2122(core.List<api.RouteWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouteWarningsData(o[0]);
|
| checkRouteWarningsData(o[1]);
|
| @@ -5662,7 +5735,7 @@ buildRouteWarnings() {
|
| buildCounterRouteWarnings++;
|
| if (buildCounterRouteWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2017();
|
| + o.data = buildUnnamed2122();
|
| o.message = "foo";
|
| }
|
| buildCounterRouteWarnings--;
|
| @@ -5673,20 +5746,20 @@ checkRouteWarnings(api.RouteWarnings o) {
|
| buildCounterRouteWarnings++;
|
| if (buildCounterRouteWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2017(o.data);
|
| + checkUnnamed2122(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterRouteWarnings--;
|
| }
|
|
|
| -buildUnnamed2018() {
|
| +buildUnnamed2123() {
|
| var o = new core.List<api.RouteWarnings>();
|
| o.add(buildRouteWarnings());
|
| o.add(buildRouteWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2018(core.List<api.RouteWarnings> o) {
|
| +checkUnnamed2123(core.List<api.RouteWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouteWarnings(o[0]);
|
| checkRouteWarnings(o[1]);
|
| @@ -5711,8 +5784,8 @@ buildRoute() {
|
| o.nextHopVpnTunnel = "foo";
|
| o.priority = 42;
|
| o.selfLink = "foo";
|
| - o.tags = buildUnnamed2016();
|
| - o.warnings = buildUnnamed2018();
|
| + o.tags = buildUnnamed2121();
|
| + o.warnings = buildUnnamed2123();
|
| }
|
| buildCounterRoute--;
|
| return o;
|
| @@ -5735,20 +5808,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'));
|
| - checkUnnamed2016(o.tags);
|
| - checkUnnamed2018(o.warnings);
|
| + checkUnnamed2121(o.tags);
|
| + checkUnnamed2123(o.warnings);
|
| }
|
| buildCounterRoute--;
|
| }
|
|
|
| -buildUnnamed2019() {
|
| +buildUnnamed2124() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2019(core.List<api.Route> o) {
|
| +checkUnnamed2124(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| @@ -5760,7 +5833,7 @@ buildRouteList() {
|
| buildCounterRouteList++;
|
| if (buildCounterRouteList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2019();
|
| + o.items = buildUnnamed2124();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5773,7 +5846,7 @@ checkRouteList(api.RouteList o) {
|
| buildCounterRouteList++;
|
| if (buildCounterRouteList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2019(o.items);
|
| + checkUnnamed2124(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5781,27 +5854,27 @@ checkRouteList(api.RouteList o) {
|
| buildCounterRouteList--;
|
| }
|
|
|
| -buildUnnamed2020() {
|
| +buildUnnamed2125() {
|
| var o = new core.List<api.RouterBgpPeer>();
|
| o.add(buildRouterBgpPeer());
|
| o.add(buildRouterBgpPeer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2020(core.List<api.RouterBgpPeer> o) {
|
| +checkUnnamed2125(core.List<api.RouterBgpPeer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterBgpPeer(o[0]);
|
| checkRouterBgpPeer(o[1]);
|
| }
|
|
|
| -buildUnnamed2021() {
|
| +buildUnnamed2126() {
|
| var o = new core.List<api.RouterInterface>();
|
| o.add(buildRouterInterface());
|
| o.add(buildRouterInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2021(core.List<api.RouterInterface> o) {
|
| +checkUnnamed2126(core.List<api.RouterInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterInterface(o[0]);
|
| checkRouterInterface(o[1]);
|
| @@ -5813,11 +5886,11 @@ buildRouter() {
|
| buildCounterRouter++;
|
| if (buildCounterRouter < 3) {
|
| o.bgp = buildRouterBgp();
|
| - o.bgpPeers = buildUnnamed2020();
|
| + o.bgpPeers = buildUnnamed2125();
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.interfaces = buildUnnamed2021();
|
| + o.interfaces = buildUnnamed2126();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.network = "foo";
|
| @@ -5832,11 +5905,11 @@ checkRouter(api.Router o) {
|
| buildCounterRouter++;
|
| if (buildCounterRouter < 3) {
|
| checkRouterBgp(o.bgp);
|
| - checkUnnamed2020(o.bgpPeers);
|
| + checkUnnamed2125(o.bgpPeers);
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2021(o.interfaces);
|
| + checkUnnamed2126(o.interfaces);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| @@ -5846,14 +5919,14 @@ checkRouter(api.Router o) {
|
| buildCounterRouter--;
|
| }
|
|
|
| -buildUnnamed2022() {
|
| +buildUnnamed2127() {
|
| var o = new core.Map<core.String, api.RoutersScopedList>();
|
| o["x"] = buildRoutersScopedList();
|
| o["y"] = buildRoutersScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2022(core.Map<core.String, api.RoutersScopedList> o) {
|
| +checkUnnamed2127(core.Map<core.String, api.RoutersScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoutersScopedList(o["x"]);
|
| checkRoutersScopedList(o["y"]);
|
| @@ -5865,7 +5938,7 @@ buildRouterAggregatedList() {
|
| buildCounterRouterAggregatedList++;
|
| if (buildCounterRouterAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2022();
|
| + o.items = buildUnnamed2127();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5878,7 +5951,7 @@ checkRouterAggregatedList(api.RouterAggregatedList o) {
|
| buildCounterRouterAggregatedList++;
|
| if (buildCounterRouterAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2022(o.items);
|
| + checkUnnamed2127(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5957,14 +6030,14 @@ checkRouterInterface(api.RouterInterface o) {
|
| buildCounterRouterInterface--;
|
| }
|
|
|
| -buildUnnamed2023() {
|
| +buildUnnamed2128() {
|
| var o = new core.List<api.Router>();
|
| o.add(buildRouter());
|
| o.add(buildRouter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2023(core.List<api.Router> o) {
|
| +checkUnnamed2128(core.List<api.Router> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouter(o[0]);
|
| checkRouter(o[1]);
|
| @@ -5976,7 +6049,7 @@ buildRouterList() {
|
| buildCounterRouterList++;
|
| if (buildCounterRouterList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2023();
|
| + o.items = buildUnnamed2128();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -5989,7 +6062,7 @@ checkRouterList(api.RouterList o) {
|
| buildCounterRouterList++;
|
| if (buildCounterRouterList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2023(o.items);
|
| + checkUnnamed2128(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -5997,27 +6070,27 @@ checkRouterList(api.RouterList o) {
|
| buildCounterRouterList--;
|
| }
|
|
|
| -buildUnnamed2024() {
|
| +buildUnnamed2129() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2024(core.List<api.Route> o) {
|
| +checkUnnamed2129(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| }
|
|
|
| -buildUnnamed2025() {
|
| +buildUnnamed2130() {
|
| var o = new core.List<api.RouterStatusBgpPeerStatus>();
|
| o.add(buildRouterStatusBgpPeerStatus());
|
| o.add(buildRouterStatusBgpPeerStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2025(core.List<api.RouterStatusBgpPeerStatus> o) {
|
| +checkUnnamed2130(core.List<api.RouterStatusBgpPeerStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouterStatusBgpPeerStatus(o[0]);
|
| checkRouterStatusBgpPeerStatus(o[1]);
|
| @@ -6028,8 +6101,8 @@ buildRouterStatus() {
|
| var o = new api.RouterStatus();
|
| buildCounterRouterStatus++;
|
| if (buildCounterRouterStatus < 3) {
|
| - o.bestRoutes = buildUnnamed2024();
|
| - o.bgpPeerStatus = buildUnnamed2025();
|
| + o.bestRoutes = buildUnnamed2129();
|
| + o.bgpPeerStatus = buildUnnamed2130();
|
| o.network = "foo";
|
| }
|
| buildCounterRouterStatus--;
|
| @@ -6039,21 +6112,21 @@ buildRouterStatus() {
|
| checkRouterStatus(api.RouterStatus o) {
|
| buildCounterRouterStatus++;
|
| if (buildCounterRouterStatus < 3) {
|
| - checkUnnamed2024(o.bestRoutes);
|
| - checkUnnamed2025(o.bgpPeerStatus);
|
| + checkUnnamed2129(o.bestRoutes);
|
| + checkUnnamed2130(o.bgpPeerStatus);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| }
|
| buildCounterRouterStatus--;
|
| }
|
|
|
| -buildUnnamed2026() {
|
| +buildUnnamed2131() {
|
| var o = new core.List<api.Route>();
|
| o.add(buildRoute());
|
| o.add(buildRoute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2026(core.List<api.Route> o) {
|
| +checkUnnamed2131(core.List<api.Route> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoute(o[0]);
|
| checkRoute(o[1]);
|
| @@ -6064,7 +6137,7 @@ buildRouterStatusBgpPeerStatus() {
|
| var o = new api.RouterStatusBgpPeerStatus();
|
| buildCounterRouterStatusBgpPeerStatus++;
|
| if (buildCounterRouterStatusBgpPeerStatus < 3) {
|
| - o.advertisedRoutes = buildUnnamed2026();
|
| + o.advertisedRoutes = buildUnnamed2131();
|
| o.ipAddress = "foo";
|
| o.linkedVpnTunnel = "foo";
|
| o.name = "foo";
|
| @@ -6082,7 +6155,7 @@ buildRouterStatusBgpPeerStatus() {
|
| checkRouterStatusBgpPeerStatus(api.RouterStatusBgpPeerStatus o) {
|
| buildCounterRouterStatusBgpPeerStatus++;
|
| if (buildCounterRouterStatusBgpPeerStatus < 3) {
|
| - checkUnnamed2026(o.advertisedRoutes);
|
| + checkUnnamed2131(o.advertisedRoutes);
|
| unittest.expect(o.ipAddress, unittest.equals('foo'));
|
| unittest.expect(o.linkedVpnTunnel, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -6136,14 +6209,14 @@ checkRoutersPreviewResponse(api.RoutersPreviewResponse o) {
|
| buildCounterRoutersPreviewResponse--;
|
| }
|
|
|
| -buildUnnamed2027() {
|
| +buildUnnamed2132() {
|
| var o = new core.List<api.Router>();
|
| o.add(buildRouter());
|
| o.add(buildRouter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2027(core.List<api.Router> o) {
|
| +checkUnnamed2132(core.List<api.Router> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRouter(o[0]);
|
| checkRouter(o[1]);
|
| @@ -6170,14 +6243,14 @@ checkRoutersScopedListWarningData(api.RoutersScopedListWarningData o) {
|
| buildCounterRoutersScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2028() {
|
| +buildUnnamed2133() {
|
| var o = new core.List<api.RoutersScopedListWarningData>();
|
| o.add(buildRoutersScopedListWarningData());
|
| o.add(buildRoutersScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2028(core.List<api.RoutersScopedListWarningData> o) {
|
| +checkUnnamed2133(core.List<api.RoutersScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoutersScopedListWarningData(o[0]);
|
| checkRoutersScopedListWarningData(o[1]);
|
| @@ -6189,7 +6262,7 @@ buildRoutersScopedListWarning() {
|
| buildCounterRoutersScopedListWarning++;
|
| if (buildCounterRoutersScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2028();
|
| + o.data = buildUnnamed2133();
|
| o.message = "foo";
|
| }
|
| buildCounterRoutersScopedListWarning--;
|
| @@ -6200,7 +6273,7 @@ checkRoutersScopedListWarning(api.RoutersScopedListWarning o) {
|
| buildCounterRoutersScopedListWarning++;
|
| if (buildCounterRoutersScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2028(o.data);
|
| + checkUnnamed2133(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterRoutersScopedListWarning--;
|
| @@ -6211,7 +6284,7 @@ buildRoutersScopedList() {
|
| var o = new api.RoutersScopedList();
|
| buildCounterRoutersScopedList++;
|
| if (buildCounterRoutersScopedList < 3) {
|
| - o.routers = buildUnnamed2027();
|
| + o.routers = buildUnnamed2132();
|
| o.warning = buildRoutersScopedListWarning();
|
| }
|
| buildCounterRoutersScopedList--;
|
| @@ -6221,7 +6294,7 @@ buildRoutersScopedList() {
|
| checkRoutersScopedList(api.RoutersScopedList o) {
|
| buildCounterRoutersScopedList++;
|
| if (buildCounterRoutersScopedList < 3) {
|
| - checkUnnamed2027(o.routers);
|
| + checkUnnamed2132(o.routers);
|
| checkRoutersScopedListWarning(o.warning);
|
| }
|
| buildCounterRoutersScopedList--;
|
| @@ -6304,14 +6377,14 @@ checkSerialPortOutput(api.SerialPortOutput o) {
|
| buildCounterSerialPortOutput--;
|
| }
|
|
|
| -buildUnnamed2029() {
|
| +buildUnnamed2134() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2029(core.List<core.String> o) {
|
| +checkUnnamed2134(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'));
|
| @@ -6323,7 +6396,7 @@ buildServiceAccount() {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| o.email = "foo";
|
| - o.scopes = buildUnnamed2029();
|
| + o.scopes = buildUnnamed2134();
|
| }
|
| buildCounterServiceAccount--;
|
| return o;
|
| @@ -6333,19 +6406,19 @@ checkServiceAccount(api.ServiceAccount o) {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed2029(o.scopes);
|
| + checkUnnamed2134(o.scopes);
|
| }
|
| buildCounterServiceAccount--;
|
| }
|
|
|
| -buildUnnamed2030() {
|
| +buildUnnamed2135() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2030(core.List<core.String> o) {
|
| +checkUnnamed2135(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'));
|
| @@ -6361,7 +6434,7 @@ buildSnapshot() {
|
| o.diskSizeGb = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.licenses = buildUnnamed2030();
|
| + o.licenses = buildUnnamed2135();
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| o.snapshotEncryptionKey = buildCustomerEncryptionKey();
|
| @@ -6384,7 +6457,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'));
|
| - checkUnnamed2030(o.licenses);
|
| + checkUnnamed2135(o.licenses);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| checkCustomerEncryptionKey(o.snapshotEncryptionKey);
|
| @@ -6398,14 +6471,14 @@ checkSnapshot(api.Snapshot o) {
|
| buildCounterSnapshot--;
|
| }
|
|
|
| -buildUnnamed2031() {
|
| +buildUnnamed2136() {
|
| var o = new core.List<api.Snapshot>();
|
| o.add(buildSnapshot());
|
| o.add(buildSnapshot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2031(core.List<api.Snapshot> o) {
|
| +checkUnnamed2136(core.List<api.Snapshot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSnapshot(o[0]);
|
| checkSnapshot(o[1]);
|
| @@ -6417,7 +6490,7 @@ buildSnapshotList() {
|
| buildCounterSnapshotList++;
|
| if (buildCounterSnapshotList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2031();
|
| + o.items = buildUnnamed2136();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6430,7 +6503,7 @@ checkSnapshotList(api.SnapshotList o) {
|
| buildCounterSnapshotList++;
|
| if (buildCounterSnapshotList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2031(o.items);
|
| + checkUnnamed2136(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6471,14 +6544,14 @@ checkSslCertificate(api.SslCertificate o) {
|
| buildCounterSslCertificate--;
|
| }
|
|
|
| -buildUnnamed2032() {
|
| +buildUnnamed2137() {
|
| var o = new core.List<api.SslCertificate>();
|
| o.add(buildSslCertificate());
|
| o.add(buildSslCertificate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2032(core.List<api.SslCertificate> o) {
|
| +checkUnnamed2137(core.List<api.SslCertificate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSslCertificate(o[0]);
|
| checkSslCertificate(o[1]);
|
| @@ -6490,7 +6563,7 @@ buildSslCertificateList() {
|
| buildCounterSslCertificateList++;
|
| if (buildCounterSslCertificateList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2032();
|
| + o.items = buildUnnamed2137();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6503,7 +6576,7 @@ checkSslCertificateList(api.SslCertificateList o) {
|
| buildCounterSslCertificateList++;
|
| if (buildCounterSslCertificateList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2032(o.items);
|
| + checkUnnamed2137(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6548,14 +6621,14 @@ checkSubnetwork(api.Subnetwork o) {
|
| buildCounterSubnetwork--;
|
| }
|
|
|
| -buildUnnamed2033() {
|
| +buildUnnamed2138() {
|
| var o = new core.Map<core.String, api.SubnetworksScopedList>();
|
| o["x"] = buildSubnetworksScopedList();
|
| o["y"] = buildSubnetworksScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2033(core.Map<core.String, api.SubnetworksScopedList> o) {
|
| +checkUnnamed2138(core.Map<core.String, api.SubnetworksScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetworksScopedList(o["x"]);
|
| checkSubnetworksScopedList(o["y"]);
|
| @@ -6567,7 +6640,7 @@ buildSubnetworkAggregatedList() {
|
| buildCounterSubnetworkAggregatedList++;
|
| if (buildCounterSubnetworkAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2033();
|
| + o.items = buildUnnamed2138();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6580,7 +6653,7 @@ checkSubnetworkAggregatedList(api.SubnetworkAggregatedList o) {
|
| buildCounterSubnetworkAggregatedList++;
|
| if (buildCounterSubnetworkAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2033(o.items);
|
| + checkUnnamed2138(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6588,14 +6661,14 @@ checkSubnetworkAggregatedList(api.SubnetworkAggregatedList o) {
|
| buildCounterSubnetworkAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2034() {
|
| +buildUnnamed2139() {
|
| var o = new core.List<api.Subnetwork>();
|
| o.add(buildSubnetwork());
|
| o.add(buildSubnetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2034(core.List<api.Subnetwork> o) {
|
| +checkUnnamed2139(core.List<api.Subnetwork> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetwork(o[0]);
|
| checkSubnetwork(o[1]);
|
| @@ -6607,7 +6680,7 @@ buildSubnetworkList() {
|
| buildCounterSubnetworkList++;
|
| if (buildCounterSubnetworkList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2034();
|
| + o.items = buildUnnamed2139();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6620,7 +6693,7 @@ checkSubnetworkList(api.SubnetworkList o) {
|
| buildCounterSubnetworkList++;
|
| if (buildCounterSubnetworkList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2034(o.items);
|
| + checkUnnamed2139(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6647,14 +6720,14 @@ checkSubnetworksExpandIpCidrRangeRequest(api.SubnetworksExpandIpCidrRangeRequest
|
| buildCounterSubnetworksExpandIpCidrRangeRequest--;
|
| }
|
|
|
| -buildUnnamed2035() {
|
| +buildUnnamed2140() {
|
| var o = new core.List<api.Subnetwork>();
|
| o.add(buildSubnetwork());
|
| o.add(buildSubnetwork());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2035(core.List<api.Subnetwork> o) {
|
| +checkUnnamed2140(core.List<api.Subnetwork> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetwork(o[0]);
|
| checkSubnetwork(o[1]);
|
| @@ -6681,14 +6754,14 @@ checkSubnetworksScopedListWarningData(api.SubnetworksScopedListWarningData o) {
|
| buildCounterSubnetworksScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2036() {
|
| +buildUnnamed2141() {
|
| var o = new core.List<api.SubnetworksScopedListWarningData>();
|
| o.add(buildSubnetworksScopedListWarningData());
|
| o.add(buildSubnetworksScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2036(core.List<api.SubnetworksScopedListWarningData> o) {
|
| +checkUnnamed2141(core.List<api.SubnetworksScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubnetworksScopedListWarningData(o[0]);
|
| checkSubnetworksScopedListWarningData(o[1]);
|
| @@ -6700,7 +6773,7 @@ buildSubnetworksScopedListWarning() {
|
| buildCounterSubnetworksScopedListWarning++;
|
| if (buildCounterSubnetworksScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2036();
|
| + o.data = buildUnnamed2141();
|
| o.message = "foo";
|
| }
|
| buildCounterSubnetworksScopedListWarning--;
|
| @@ -6711,7 +6784,7 @@ checkSubnetworksScopedListWarning(api.SubnetworksScopedListWarning o) {
|
| buildCounterSubnetworksScopedListWarning++;
|
| if (buildCounterSubnetworksScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2036(o.data);
|
| + checkUnnamed2141(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterSubnetworksScopedListWarning--;
|
| @@ -6722,7 +6795,7 @@ buildSubnetworksScopedList() {
|
| var o = new api.SubnetworksScopedList();
|
| buildCounterSubnetworksScopedList++;
|
| if (buildCounterSubnetworksScopedList < 3) {
|
| - o.subnetworks = buildUnnamed2035();
|
| + o.subnetworks = buildUnnamed2140();
|
| o.warning = buildSubnetworksScopedListWarning();
|
| }
|
| buildCounterSubnetworksScopedList--;
|
| @@ -6732,7 +6805,7 @@ buildSubnetworksScopedList() {
|
| checkSubnetworksScopedList(api.SubnetworksScopedList o) {
|
| buildCounterSubnetworksScopedList++;
|
| if (buildCounterSubnetworksScopedList < 3) {
|
| - checkUnnamed2035(o.subnetworks);
|
| + checkUnnamed2140(o.subnetworks);
|
| checkSubnetworksScopedListWarning(o.warning);
|
| }
|
| buildCounterSubnetworksScopedList--;
|
| @@ -6765,14 +6838,14 @@ checkTCPHealthCheck(api.TCPHealthCheck o) {
|
| buildCounterTCPHealthCheck--;
|
| }
|
|
|
| -buildUnnamed2037() {
|
| +buildUnnamed2142() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2037(core.List<core.String> o) {
|
| +checkUnnamed2142(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'));
|
| @@ -6784,7 +6857,7 @@ buildTags() {
|
| buildCounterTags++;
|
| if (buildCounterTags < 3) {
|
| o.fingerprint = "foo";
|
| - o.items = buildUnnamed2037();
|
| + o.items = buildUnnamed2142();
|
| }
|
| buildCounterTags--;
|
| return o;
|
| @@ -6794,7 +6867,7 @@ checkTags(api.Tags o) {
|
| buildCounterTags++;
|
| if (buildCounterTags < 3) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2037(o.items);
|
| + checkUnnamed2142(o.items);
|
| }
|
| buildCounterTags--;
|
| }
|
| @@ -6830,14 +6903,14 @@ checkTargetHttpProxy(api.TargetHttpProxy o) {
|
| buildCounterTargetHttpProxy--;
|
| }
|
|
|
| -buildUnnamed2038() {
|
| +buildUnnamed2143() {
|
| var o = new core.List<api.TargetHttpProxy>();
|
| o.add(buildTargetHttpProxy());
|
| o.add(buildTargetHttpProxy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2038(core.List<api.TargetHttpProxy> o) {
|
| +checkUnnamed2143(core.List<api.TargetHttpProxy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetHttpProxy(o[0]);
|
| checkTargetHttpProxy(o[1]);
|
| @@ -6849,7 +6922,7 @@ buildTargetHttpProxyList() {
|
| buildCounterTargetHttpProxyList++;
|
| if (buildCounterTargetHttpProxyList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2038();
|
| + o.items = buildUnnamed2143();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6862,7 +6935,7 @@ checkTargetHttpProxyList(api.TargetHttpProxyList o) {
|
| buildCounterTargetHttpProxyList++;
|
| if (buildCounterTargetHttpProxyList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2038(o.items);
|
| + checkUnnamed2143(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -6870,14 +6943,14 @@ checkTargetHttpProxyList(api.TargetHttpProxyList o) {
|
| buildCounterTargetHttpProxyList--;
|
| }
|
|
|
| -buildUnnamed2039() {
|
| +buildUnnamed2144() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2039(core.List<core.String> o) {
|
| +checkUnnamed2144(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'));
|
| @@ -6888,7 +6961,7 @@ buildTargetHttpsProxiesSetSslCertificatesRequest() {
|
| var o = new api.TargetHttpsProxiesSetSslCertificatesRequest();
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetHttpsProxiesSetSslCertificatesRequest < 3) {
|
| - o.sslCertificates = buildUnnamed2039();
|
| + o.sslCertificates = buildUnnamed2144();
|
| }
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest--;
|
| return o;
|
| @@ -6897,19 +6970,19 @@ buildTargetHttpsProxiesSetSslCertificatesRequest() {
|
| checkTargetHttpsProxiesSetSslCertificatesRequest(api.TargetHttpsProxiesSetSslCertificatesRequest o) {
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetHttpsProxiesSetSslCertificatesRequest < 3) {
|
| - checkUnnamed2039(o.sslCertificates);
|
| + checkUnnamed2144(o.sslCertificates);
|
| }
|
| buildCounterTargetHttpsProxiesSetSslCertificatesRequest--;
|
| }
|
|
|
| -buildUnnamed2040() {
|
| +buildUnnamed2145() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2040(core.List<core.String> o) {
|
| +checkUnnamed2145(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'));
|
| @@ -6926,7 +6999,7 @@ buildTargetHttpsProxy() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.selfLink = "foo";
|
| - o.sslCertificates = buildUnnamed2040();
|
| + o.sslCertificates = buildUnnamed2145();
|
| o.urlMap = "foo";
|
| }
|
| buildCounterTargetHttpsProxy--;
|
| @@ -6942,20 +7015,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'));
|
| - checkUnnamed2040(o.sslCertificates);
|
| + checkUnnamed2145(o.sslCertificates);
|
| unittest.expect(o.urlMap, unittest.equals('foo'));
|
| }
|
| buildCounterTargetHttpsProxy--;
|
| }
|
|
|
| -buildUnnamed2041() {
|
| +buildUnnamed2146() {
|
| var o = new core.List<api.TargetHttpsProxy>();
|
| o.add(buildTargetHttpsProxy());
|
| o.add(buildTargetHttpsProxy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2041(core.List<api.TargetHttpsProxy> o) {
|
| +checkUnnamed2146(core.List<api.TargetHttpsProxy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetHttpsProxy(o[0]);
|
| checkTargetHttpsProxy(o[1]);
|
| @@ -6967,7 +7040,7 @@ buildTargetHttpsProxyList() {
|
| buildCounterTargetHttpsProxyList++;
|
| if (buildCounterTargetHttpsProxyList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2041();
|
| + o.items = buildUnnamed2146();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -6980,7 +7053,7 @@ checkTargetHttpsProxyList(api.TargetHttpsProxyList o) {
|
| buildCounterTargetHttpsProxyList++;
|
| if (buildCounterTargetHttpsProxyList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2041(o.items);
|
| + checkUnnamed2146(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7023,14 +7096,14 @@ checkTargetInstance(api.TargetInstance o) {
|
| buildCounterTargetInstance--;
|
| }
|
|
|
| -buildUnnamed2042() {
|
| +buildUnnamed2147() {
|
| var o = new core.Map<core.String, api.TargetInstancesScopedList>();
|
| o["x"] = buildTargetInstancesScopedList();
|
| o["y"] = buildTargetInstancesScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2042(core.Map<core.String, api.TargetInstancesScopedList> o) {
|
| +checkUnnamed2147(core.Map<core.String, api.TargetInstancesScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstancesScopedList(o["x"]);
|
| checkTargetInstancesScopedList(o["y"]);
|
| @@ -7042,7 +7115,7 @@ buildTargetInstanceAggregatedList() {
|
| buildCounterTargetInstanceAggregatedList++;
|
| if (buildCounterTargetInstanceAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2042();
|
| + o.items = buildUnnamed2147();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7055,7 +7128,7 @@ checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) {
|
| buildCounterTargetInstanceAggregatedList++;
|
| if (buildCounterTargetInstanceAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2042(o.items);
|
| + checkUnnamed2147(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7063,14 +7136,14 @@ checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) {
|
| buildCounterTargetInstanceAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2043() {
|
| +buildUnnamed2148() {
|
| var o = new core.List<api.TargetInstance>();
|
| o.add(buildTargetInstance());
|
| o.add(buildTargetInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2043(core.List<api.TargetInstance> o) {
|
| +checkUnnamed2148(core.List<api.TargetInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstance(o[0]);
|
| checkTargetInstance(o[1]);
|
| @@ -7082,7 +7155,7 @@ buildTargetInstanceList() {
|
| buildCounterTargetInstanceList++;
|
| if (buildCounterTargetInstanceList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2043();
|
| + o.items = buildUnnamed2148();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7095,7 +7168,7 @@ checkTargetInstanceList(api.TargetInstanceList o) {
|
| buildCounterTargetInstanceList++;
|
| if (buildCounterTargetInstanceList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2043(o.items);
|
| + checkUnnamed2148(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7103,14 +7176,14 @@ checkTargetInstanceList(api.TargetInstanceList o) {
|
| buildCounterTargetInstanceList--;
|
| }
|
|
|
| -buildUnnamed2044() {
|
| +buildUnnamed2149() {
|
| var o = new core.List<api.TargetInstance>();
|
| o.add(buildTargetInstance());
|
| o.add(buildTargetInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2044(core.List<api.TargetInstance> o) {
|
| +checkUnnamed2149(core.List<api.TargetInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstance(o[0]);
|
| checkTargetInstance(o[1]);
|
| @@ -7137,14 +7210,14 @@ checkTargetInstancesScopedListWarningData(api.TargetInstancesScopedListWarningDa
|
| buildCounterTargetInstancesScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2045() {
|
| +buildUnnamed2150() {
|
| var o = new core.List<api.TargetInstancesScopedListWarningData>();
|
| o.add(buildTargetInstancesScopedListWarningData());
|
| o.add(buildTargetInstancesScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2045(core.List<api.TargetInstancesScopedListWarningData> o) {
|
| +checkUnnamed2150(core.List<api.TargetInstancesScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetInstancesScopedListWarningData(o[0]);
|
| checkTargetInstancesScopedListWarningData(o[1]);
|
| @@ -7156,7 +7229,7 @@ buildTargetInstancesScopedListWarning() {
|
| buildCounterTargetInstancesScopedListWarning++;
|
| if (buildCounterTargetInstancesScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2045();
|
| + o.data = buildUnnamed2150();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetInstancesScopedListWarning--;
|
| @@ -7167,7 +7240,7 @@ checkTargetInstancesScopedListWarning(api.TargetInstancesScopedListWarning o) {
|
| buildCounterTargetInstancesScopedListWarning++;
|
| if (buildCounterTargetInstancesScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2045(o.data);
|
| + checkUnnamed2150(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetInstancesScopedListWarning--;
|
| @@ -7178,7 +7251,7 @@ buildTargetInstancesScopedList() {
|
| var o = new api.TargetInstancesScopedList();
|
| buildCounterTargetInstancesScopedList++;
|
| if (buildCounterTargetInstancesScopedList < 3) {
|
| - o.targetInstances = buildUnnamed2044();
|
| + o.targetInstances = buildUnnamed2149();
|
| o.warning = buildTargetInstancesScopedListWarning();
|
| }
|
| buildCounterTargetInstancesScopedList--;
|
| @@ -7188,33 +7261,33 @@ buildTargetInstancesScopedList() {
|
| checkTargetInstancesScopedList(api.TargetInstancesScopedList o) {
|
| buildCounterTargetInstancesScopedList++;
|
| if (buildCounterTargetInstancesScopedList < 3) {
|
| - checkUnnamed2044(o.targetInstances);
|
| + checkUnnamed2149(o.targetInstances);
|
| checkTargetInstancesScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetInstancesScopedList--;
|
| }
|
|
|
| -buildUnnamed2046() {
|
| +buildUnnamed2151() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2046(core.List<core.String> o) {
|
| +checkUnnamed2151(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2047() {
|
| +buildUnnamed2152() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2047(core.List<core.String> o) {
|
| +checkUnnamed2152(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'));
|
| @@ -7229,9 +7302,9 @@ buildTargetPool() {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| o.failoverRatio = 42.0;
|
| - o.healthChecks = buildUnnamed2046();
|
| + o.healthChecks = buildUnnamed2151();
|
| o.id = "foo";
|
| - o.instances = buildUnnamed2047();
|
| + o.instances = buildUnnamed2152();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.region = "foo";
|
| @@ -7249,9 +7322,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));
|
| - checkUnnamed2046(o.healthChecks);
|
| + checkUnnamed2151(o.healthChecks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2047(o.instances);
|
| + checkUnnamed2152(o.instances);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| @@ -7261,14 +7334,14 @@ checkTargetPool(api.TargetPool o) {
|
| buildCounterTargetPool--;
|
| }
|
|
|
| -buildUnnamed2048() {
|
| +buildUnnamed2153() {
|
| var o = new core.Map<core.String, api.TargetPoolsScopedList>();
|
| o["x"] = buildTargetPoolsScopedList();
|
| o["y"] = buildTargetPoolsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2048(core.Map<core.String, api.TargetPoolsScopedList> o) {
|
| +checkUnnamed2153(core.Map<core.String, api.TargetPoolsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPoolsScopedList(o["x"]);
|
| checkTargetPoolsScopedList(o["y"]);
|
| @@ -7280,7 +7353,7 @@ buildTargetPoolAggregatedList() {
|
| buildCounterTargetPoolAggregatedList++;
|
| if (buildCounterTargetPoolAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2048();
|
| + o.items = buildUnnamed2153();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7293,7 +7366,7 @@ checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) {
|
| buildCounterTargetPoolAggregatedList++;
|
| if (buildCounterTargetPoolAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2048(o.items);
|
| + checkUnnamed2153(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7301,14 +7374,14 @@ checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) {
|
| buildCounterTargetPoolAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2049() {
|
| +buildUnnamed2154() {
|
| var o = new core.List<api.HealthStatus>();
|
| o.add(buildHealthStatus());
|
| o.add(buildHealthStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2049(core.List<api.HealthStatus> o) {
|
| +checkUnnamed2154(core.List<api.HealthStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthStatus(o[0]);
|
| checkHealthStatus(o[1]);
|
| @@ -7319,7 +7392,7 @@ buildTargetPoolInstanceHealth() {
|
| var o = new api.TargetPoolInstanceHealth();
|
| buildCounterTargetPoolInstanceHealth++;
|
| if (buildCounterTargetPoolInstanceHealth < 3) {
|
| - o.healthStatus = buildUnnamed2049();
|
| + o.healthStatus = buildUnnamed2154();
|
| o.kind = "foo";
|
| }
|
| buildCounterTargetPoolInstanceHealth--;
|
| @@ -7329,20 +7402,20 @@ buildTargetPoolInstanceHealth() {
|
| checkTargetPoolInstanceHealth(api.TargetPoolInstanceHealth o) {
|
| buildCounterTargetPoolInstanceHealth++;
|
| if (buildCounterTargetPoolInstanceHealth < 3) {
|
| - checkUnnamed2049(o.healthStatus);
|
| + checkUnnamed2154(o.healthStatus);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTargetPoolInstanceHealth--;
|
| }
|
|
|
| -buildUnnamed2050() {
|
| +buildUnnamed2155() {
|
| var o = new core.List<api.TargetPool>();
|
| o.add(buildTargetPool());
|
| o.add(buildTargetPool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2050(core.List<api.TargetPool> o) {
|
| +checkUnnamed2155(core.List<api.TargetPool> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPool(o[0]);
|
| checkTargetPool(o[1]);
|
| @@ -7354,7 +7427,7 @@ buildTargetPoolList() {
|
| buildCounterTargetPoolList++;
|
| if (buildCounterTargetPoolList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2050();
|
| + o.items = buildUnnamed2155();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7367,7 +7440,7 @@ checkTargetPoolList(api.TargetPoolList o) {
|
| buildCounterTargetPoolList++;
|
| if (buildCounterTargetPoolList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2050(o.items);
|
| + checkUnnamed2155(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7375,14 +7448,14 @@ checkTargetPoolList(api.TargetPoolList o) {
|
| buildCounterTargetPoolList--;
|
| }
|
|
|
| -buildUnnamed2051() {
|
| +buildUnnamed2156() {
|
| var o = new core.List<api.HealthCheckReference>();
|
| o.add(buildHealthCheckReference());
|
| o.add(buildHealthCheckReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2051(core.List<api.HealthCheckReference> o) {
|
| +checkUnnamed2156(core.List<api.HealthCheckReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthCheckReference(o[0]);
|
| checkHealthCheckReference(o[1]);
|
| @@ -7393,7 +7466,7 @@ buildTargetPoolsAddHealthCheckRequest() {
|
| var o = new api.TargetPoolsAddHealthCheckRequest();
|
| buildCounterTargetPoolsAddHealthCheckRequest++;
|
| if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
|
| - o.healthChecks = buildUnnamed2051();
|
| + o.healthChecks = buildUnnamed2156();
|
| }
|
| buildCounterTargetPoolsAddHealthCheckRequest--;
|
| return o;
|
| @@ -7402,19 +7475,19 @@ buildTargetPoolsAddHealthCheckRequest() {
|
| checkTargetPoolsAddHealthCheckRequest(api.TargetPoolsAddHealthCheckRequest o) {
|
| buildCounterTargetPoolsAddHealthCheckRequest++;
|
| if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
|
| - checkUnnamed2051(o.healthChecks);
|
| + checkUnnamed2156(o.healthChecks);
|
| }
|
| buildCounterTargetPoolsAddHealthCheckRequest--;
|
| }
|
|
|
| -buildUnnamed2052() {
|
| +buildUnnamed2157() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2052(core.List<api.InstanceReference> o) {
|
| +checkUnnamed2157(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -7425,7 +7498,7 @@ buildTargetPoolsAddInstanceRequest() {
|
| var o = new api.TargetPoolsAddInstanceRequest();
|
| buildCounterTargetPoolsAddInstanceRequest++;
|
| if (buildCounterTargetPoolsAddInstanceRequest < 3) {
|
| - o.instances = buildUnnamed2052();
|
| + o.instances = buildUnnamed2157();
|
| }
|
| buildCounterTargetPoolsAddInstanceRequest--;
|
| return o;
|
| @@ -7434,19 +7507,19 @@ buildTargetPoolsAddInstanceRequest() {
|
| checkTargetPoolsAddInstanceRequest(api.TargetPoolsAddInstanceRequest o) {
|
| buildCounterTargetPoolsAddInstanceRequest++;
|
| if (buildCounterTargetPoolsAddInstanceRequest < 3) {
|
| - checkUnnamed2052(o.instances);
|
| + checkUnnamed2157(o.instances);
|
| }
|
| buildCounterTargetPoolsAddInstanceRequest--;
|
| }
|
|
|
| -buildUnnamed2053() {
|
| +buildUnnamed2158() {
|
| var o = new core.List<api.HealthCheckReference>();
|
| o.add(buildHealthCheckReference());
|
| o.add(buildHealthCheckReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2053(core.List<api.HealthCheckReference> o) {
|
| +checkUnnamed2158(core.List<api.HealthCheckReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHealthCheckReference(o[0]);
|
| checkHealthCheckReference(o[1]);
|
| @@ -7457,7 +7530,7 @@ buildTargetPoolsRemoveHealthCheckRequest() {
|
| var o = new api.TargetPoolsRemoveHealthCheckRequest();
|
| buildCounterTargetPoolsRemoveHealthCheckRequest++;
|
| if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
|
| - o.healthChecks = buildUnnamed2053();
|
| + o.healthChecks = buildUnnamed2158();
|
| }
|
| buildCounterTargetPoolsRemoveHealthCheckRequest--;
|
| return o;
|
| @@ -7466,19 +7539,19 @@ buildTargetPoolsRemoveHealthCheckRequest() {
|
| checkTargetPoolsRemoveHealthCheckRequest(api.TargetPoolsRemoveHealthCheckRequest o) {
|
| buildCounterTargetPoolsRemoveHealthCheckRequest++;
|
| if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
|
| - checkUnnamed2053(o.healthChecks);
|
| + checkUnnamed2158(o.healthChecks);
|
| }
|
| buildCounterTargetPoolsRemoveHealthCheckRequest--;
|
| }
|
|
|
| -buildUnnamed2054() {
|
| +buildUnnamed2159() {
|
| var o = new core.List<api.InstanceReference>();
|
| o.add(buildInstanceReference());
|
| o.add(buildInstanceReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2054(core.List<api.InstanceReference> o) {
|
| +checkUnnamed2159(core.List<api.InstanceReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceReference(o[0]);
|
| checkInstanceReference(o[1]);
|
| @@ -7489,7 +7562,7 @@ buildTargetPoolsRemoveInstanceRequest() {
|
| var o = new api.TargetPoolsRemoveInstanceRequest();
|
| buildCounterTargetPoolsRemoveInstanceRequest++;
|
| if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
|
| - o.instances = buildUnnamed2054();
|
| + o.instances = buildUnnamed2159();
|
| }
|
| buildCounterTargetPoolsRemoveInstanceRequest--;
|
| return o;
|
| @@ -7498,19 +7571,19 @@ buildTargetPoolsRemoveInstanceRequest() {
|
| checkTargetPoolsRemoveInstanceRequest(api.TargetPoolsRemoveInstanceRequest o) {
|
| buildCounterTargetPoolsRemoveInstanceRequest++;
|
| if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
|
| - checkUnnamed2054(o.instances);
|
| + checkUnnamed2159(o.instances);
|
| }
|
| buildCounterTargetPoolsRemoveInstanceRequest--;
|
| }
|
|
|
| -buildUnnamed2055() {
|
| +buildUnnamed2160() {
|
| var o = new core.List<api.TargetPool>();
|
| o.add(buildTargetPool());
|
| o.add(buildTargetPool());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2055(core.List<api.TargetPool> o) {
|
| +checkUnnamed2160(core.List<api.TargetPool> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPool(o[0]);
|
| checkTargetPool(o[1]);
|
| @@ -7537,14 +7610,14 @@ checkTargetPoolsScopedListWarningData(api.TargetPoolsScopedListWarningData o) {
|
| buildCounterTargetPoolsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2056() {
|
| +buildUnnamed2161() {
|
| var o = new core.List<api.TargetPoolsScopedListWarningData>();
|
| o.add(buildTargetPoolsScopedListWarningData());
|
| o.add(buildTargetPoolsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2056(core.List<api.TargetPoolsScopedListWarningData> o) {
|
| +checkUnnamed2161(core.List<api.TargetPoolsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetPoolsScopedListWarningData(o[0]);
|
| checkTargetPoolsScopedListWarningData(o[1]);
|
| @@ -7556,7 +7629,7 @@ buildTargetPoolsScopedListWarning() {
|
| buildCounterTargetPoolsScopedListWarning++;
|
| if (buildCounterTargetPoolsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2056();
|
| + o.data = buildUnnamed2161();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetPoolsScopedListWarning--;
|
| @@ -7567,7 +7640,7 @@ checkTargetPoolsScopedListWarning(api.TargetPoolsScopedListWarning o) {
|
| buildCounterTargetPoolsScopedListWarning++;
|
| if (buildCounterTargetPoolsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2056(o.data);
|
| + checkUnnamed2161(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetPoolsScopedListWarning--;
|
| @@ -7578,7 +7651,7 @@ buildTargetPoolsScopedList() {
|
| var o = new api.TargetPoolsScopedList();
|
| buildCounterTargetPoolsScopedList++;
|
| if (buildCounterTargetPoolsScopedList < 3) {
|
| - o.targetPools = buildUnnamed2055();
|
| + o.targetPools = buildUnnamed2160();
|
| o.warning = buildTargetPoolsScopedListWarning();
|
| }
|
| buildCounterTargetPoolsScopedList--;
|
| @@ -7588,7 +7661,7 @@ buildTargetPoolsScopedList() {
|
| checkTargetPoolsScopedList(api.TargetPoolsScopedList o) {
|
| buildCounterTargetPoolsScopedList++;
|
| if (buildCounterTargetPoolsScopedList < 3) {
|
| - checkUnnamed2055(o.targetPools);
|
| + checkUnnamed2160(o.targetPools);
|
| checkTargetPoolsScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetPoolsScopedList--;
|
| @@ -7651,14 +7724,14 @@ checkTargetSslProxiesSetProxyHeaderRequest(api.TargetSslProxiesSetProxyHeaderReq
|
| buildCounterTargetSslProxiesSetProxyHeaderRequest--;
|
| }
|
|
|
| -buildUnnamed2057() {
|
| +buildUnnamed2162() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2057(core.List<core.String> o) {
|
| +checkUnnamed2162(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'));
|
| @@ -7669,7 +7742,7 @@ buildTargetSslProxiesSetSslCertificatesRequest() {
|
| var o = new api.TargetSslProxiesSetSslCertificatesRequest();
|
| buildCounterTargetSslProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetSslProxiesSetSslCertificatesRequest < 3) {
|
| - o.sslCertificates = buildUnnamed2057();
|
| + o.sslCertificates = buildUnnamed2162();
|
| }
|
| buildCounterTargetSslProxiesSetSslCertificatesRequest--;
|
| return o;
|
| @@ -7678,19 +7751,19 @@ buildTargetSslProxiesSetSslCertificatesRequest() {
|
| checkTargetSslProxiesSetSslCertificatesRequest(api.TargetSslProxiesSetSslCertificatesRequest o) {
|
| buildCounterTargetSslProxiesSetSslCertificatesRequest++;
|
| if (buildCounterTargetSslProxiesSetSslCertificatesRequest < 3) {
|
| - checkUnnamed2057(o.sslCertificates);
|
| + checkUnnamed2162(o.sslCertificates);
|
| }
|
| buildCounterTargetSslProxiesSetSslCertificatesRequest--;
|
| }
|
|
|
| -buildUnnamed2058() {
|
| +buildUnnamed2163() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2058(core.List<core.String> o) {
|
| +checkUnnamed2163(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'));
|
| @@ -7709,7 +7782,7 @@ buildTargetSslProxy() {
|
| o.proxyHeader = "foo";
|
| o.selfLink = "foo";
|
| o.service = "foo";
|
| - o.sslCertificates = buildUnnamed2058();
|
| + o.sslCertificates = buildUnnamed2163();
|
| }
|
| buildCounterTargetSslProxy--;
|
| return o;
|
| @@ -7726,19 +7799,19 @@ checkTargetSslProxy(api.TargetSslProxy o) {
|
| unittest.expect(o.proxyHeader, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| - checkUnnamed2058(o.sslCertificates);
|
| + checkUnnamed2163(o.sslCertificates);
|
| }
|
| buildCounterTargetSslProxy--;
|
| }
|
|
|
| -buildUnnamed2059() {
|
| +buildUnnamed2164() {
|
| var o = new core.List<api.TargetSslProxy>();
|
| o.add(buildTargetSslProxy());
|
| o.add(buildTargetSslProxy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2059(core.List<api.TargetSslProxy> o) {
|
| +checkUnnamed2164(core.List<api.TargetSslProxy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetSslProxy(o[0]);
|
| checkTargetSslProxy(o[1]);
|
| @@ -7750,7 +7823,7 @@ buildTargetSslProxyList() {
|
| buildCounterTargetSslProxyList++;
|
| if (buildCounterTargetSslProxyList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2059();
|
| + o.items = buildUnnamed2164();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7763,7 +7836,7 @@ checkTargetSslProxyList(api.TargetSslProxyList o) {
|
| buildCounterTargetSslProxyList++;
|
| if (buildCounterTargetSslProxyList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2059(o.items);
|
| + checkUnnamed2164(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7771,27 +7844,27 @@ checkTargetSslProxyList(api.TargetSslProxyList o) {
|
| buildCounterTargetSslProxyList--;
|
| }
|
|
|
| -buildUnnamed2060() {
|
| +buildUnnamed2165() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2060(core.List<core.String> o) {
|
| +checkUnnamed2165(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'));
|
| }
|
|
|
| -buildUnnamed2061() {
|
| +buildUnnamed2166() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2061(core.List<core.String> o) {
|
| +checkUnnamed2166(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'));
|
| @@ -7804,7 +7877,7 @@ buildTargetVpnGateway() {
|
| if (buildCounterTargetVpnGateway < 3) {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.forwardingRules = buildUnnamed2060();
|
| + o.forwardingRules = buildUnnamed2165();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7812,7 +7885,7 @@ buildTargetVpnGateway() {
|
| o.region = "foo";
|
| o.selfLink = "foo";
|
| o.status = "foo";
|
| - o.tunnels = buildUnnamed2061();
|
| + o.tunnels = buildUnnamed2166();
|
| }
|
| buildCounterTargetVpnGateway--;
|
| return o;
|
| @@ -7823,7 +7896,7 @@ checkTargetVpnGateway(api.TargetVpnGateway o) {
|
| if (buildCounterTargetVpnGateway < 3) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2060(o.forwardingRules);
|
| + checkUnnamed2165(o.forwardingRules);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7831,19 +7904,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'));
|
| - checkUnnamed2061(o.tunnels);
|
| + checkUnnamed2166(o.tunnels);
|
| }
|
| buildCounterTargetVpnGateway--;
|
| }
|
|
|
| -buildUnnamed2062() {
|
| +buildUnnamed2167() {
|
| var o = new core.Map<core.String, api.TargetVpnGatewaysScopedList>();
|
| o["x"] = buildTargetVpnGatewaysScopedList();
|
| o["y"] = buildTargetVpnGatewaysScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2062(core.Map<core.String, api.TargetVpnGatewaysScopedList> o) {
|
| +checkUnnamed2167(core.Map<core.String, api.TargetVpnGatewaysScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGatewaysScopedList(o["x"]);
|
| checkTargetVpnGatewaysScopedList(o["y"]);
|
| @@ -7855,7 +7928,7 @@ buildTargetVpnGatewayAggregatedList() {
|
| buildCounterTargetVpnGatewayAggregatedList++;
|
| if (buildCounterTargetVpnGatewayAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2062();
|
| + o.items = buildUnnamed2167();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7868,7 +7941,7 @@ checkTargetVpnGatewayAggregatedList(api.TargetVpnGatewayAggregatedList o) {
|
| buildCounterTargetVpnGatewayAggregatedList++;
|
| if (buildCounterTargetVpnGatewayAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2062(o.items);
|
| + checkUnnamed2167(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7876,14 +7949,14 @@ checkTargetVpnGatewayAggregatedList(api.TargetVpnGatewayAggregatedList o) {
|
| buildCounterTargetVpnGatewayAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2063() {
|
| +buildUnnamed2168() {
|
| var o = new core.List<api.TargetVpnGateway>();
|
| o.add(buildTargetVpnGateway());
|
| o.add(buildTargetVpnGateway());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2063(core.List<api.TargetVpnGateway> o) {
|
| +checkUnnamed2168(core.List<api.TargetVpnGateway> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGateway(o[0]);
|
| checkTargetVpnGateway(o[1]);
|
| @@ -7895,7 +7968,7 @@ buildTargetVpnGatewayList() {
|
| buildCounterTargetVpnGatewayList++;
|
| if (buildCounterTargetVpnGatewayList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2063();
|
| + o.items = buildUnnamed2168();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -7908,7 +7981,7 @@ checkTargetVpnGatewayList(api.TargetVpnGatewayList o) {
|
| buildCounterTargetVpnGatewayList++;
|
| if (buildCounterTargetVpnGatewayList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2063(o.items);
|
| + checkUnnamed2168(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -7916,14 +7989,14 @@ checkTargetVpnGatewayList(api.TargetVpnGatewayList o) {
|
| buildCounterTargetVpnGatewayList--;
|
| }
|
|
|
| -buildUnnamed2064() {
|
| +buildUnnamed2169() {
|
| var o = new core.List<api.TargetVpnGateway>();
|
| o.add(buildTargetVpnGateway());
|
| o.add(buildTargetVpnGateway());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2064(core.List<api.TargetVpnGateway> o) {
|
| +checkUnnamed2169(core.List<api.TargetVpnGateway> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGateway(o[0]);
|
| checkTargetVpnGateway(o[1]);
|
| @@ -7950,14 +8023,14 @@ checkTargetVpnGatewaysScopedListWarningData(api.TargetVpnGatewaysScopedListWarni
|
| buildCounterTargetVpnGatewaysScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2065() {
|
| +buildUnnamed2170() {
|
| var o = new core.List<api.TargetVpnGatewaysScopedListWarningData>();
|
| o.add(buildTargetVpnGatewaysScopedListWarningData());
|
| o.add(buildTargetVpnGatewaysScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2065(core.List<api.TargetVpnGatewaysScopedListWarningData> o) {
|
| +checkUnnamed2170(core.List<api.TargetVpnGatewaysScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetVpnGatewaysScopedListWarningData(o[0]);
|
| checkTargetVpnGatewaysScopedListWarningData(o[1]);
|
| @@ -7969,7 +8042,7 @@ buildTargetVpnGatewaysScopedListWarning() {
|
| buildCounterTargetVpnGatewaysScopedListWarning++;
|
| if (buildCounterTargetVpnGatewaysScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2065();
|
| + o.data = buildUnnamed2170();
|
| o.message = "foo";
|
| }
|
| buildCounterTargetVpnGatewaysScopedListWarning--;
|
| @@ -7980,7 +8053,7 @@ checkTargetVpnGatewaysScopedListWarning(api.TargetVpnGatewaysScopedListWarning o
|
| buildCounterTargetVpnGatewaysScopedListWarning++;
|
| if (buildCounterTargetVpnGatewaysScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2065(o.data);
|
| + checkUnnamed2170(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterTargetVpnGatewaysScopedListWarning--;
|
| @@ -7991,7 +8064,7 @@ buildTargetVpnGatewaysScopedList() {
|
| var o = new api.TargetVpnGatewaysScopedList();
|
| buildCounterTargetVpnGatewaysScopedList++;
|
| if (buildCounterTargetVpnGatewaysScopedList < 3) {
|
| - o.targetVpnGateways = buildUnnamed2064();
|
| + o.targetVpnGateways = buildUnnamed2169();
|
| o.warning = buildTargetVpnGatewaysScopedListWarning();
|
| }
|
| buildCounterTargetVpnGatewaysScopedList--;
|
| @@ -8001,7 +8074,7 @@ buildTargetVpnGatewaysScopedList() {
|
| checkTargetVpnGatewaysScopedList(api.TargetVpnGatewaysScopedList o) {
|
| buildCounterTargetVpnGatewaysScopedList++;
|
| if (buildCounterTargetVpnGatewaysScopedList < 3) {
|
| - checkUnnamed2064(o.targetVpnGateways);
|
| + checkUnnamed2169(o.targetVpnGateways);
|
| checkTargetVpnGatewaysScopedListWarning(o.warning);
|
| }
|
| buildCounterTargetVpnGatewaysScopedList--;
|
| @@ -8032,40 +8105,40 @@ checkTestFailure(api.TestFailure o) {
|
| buildCounterTestFailure--;
|
| }
|
|
|
| -buildUnnamed2066() {
|
| +buildUnnamed2171() {
|
| var o = new core.List<api.HostRule>();
|
| o.add(buildHostRule());
|
| o.add(buildHostRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2066(core.List<api.HostRule> o) {
|
| +checkUnnamed2171(core.List<api.HostRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHostRule(o[0]);
|
| checkHostRule(o[1]);
|
| }
|
|
|
| -buildUnnamed2067() {
|
| +buildUnnamed2172() {
|
| var o = new core.List<api.PathMatcher>();
|
| o.add(buildPathMatcher());
|
| o.add(buildPathMatcher());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2067(core.List<api.PathMatcher> o) {
|
| +checkUnnamed2172(core.List<api.PathMatcher> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPathMatcher(o[0]);
|
| checkPathMatcher(o[1]);
|
| }
|
|
|
| -buildUnnamed2068() {
|
| +buildUnnamed2173() {
|
| var o = new core.List<api.UrlMapTest>();
|
| o.add(buildUrlMapTest());
|
| o.add(buildUrlMapTest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2068(core.List<api.UrlMapTest> o) {
|
| +checkUnnamed2173(core.List<api.UrlMapTest> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlMapTest(o[0]);
|
| checkUrlMapTest(o[1]);
|
| @@ -8080,13 +8153,13 @@ buildUrlMap() {
|
| o.defaultService = "foo";
|
| o.description = "foo";
|
| o.fingerprint = "foo";
|
| - o.hostRules = buildUnnamed2066();
|
| + o.hostRules = buildUnnamed2171();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.pathMatchers = buildUnnamed2067();
|
| + o.pathMatchers = buildUnnamed2172();
|
| o.selfLink = "foo";
|
| - o.tests = buildUnnamed2068();
|
| + o.tests = buildUnnamed2173();
|
| }
|
| buildCounterUrlMap--;
|
| return o;
|
| @@ -8099,25 +8172,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'));
|
| - checkUnnamed2066(o.hostRules);
|
| + checkUnnamed2171(o.hostRules);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2067(o.pathMatchers);
|
| + checkUnnamed2172(o.pathMatchers);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| - checkUnnamed2068(o.tests);
|
| + checkUnnamed2173(o.tests);
|
| }
|
| buildCounterUrlMap--;
|
| }
|
|
|
| -buildUnnamed2069() {
|
| +buildUnnamed2174() {
|
| var o = new core.List<api.UrlMap>();
|
| o.add(buildUrlMap());
|
| o.add(buildUrlMap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2069(core.List<api.UrlMap> o) {
|
| +checkUnnamed2174(core.List<api.UrlMap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlMap(o[0]);
|
| checkUrlMap(o[1]);
|
| @@ -8129,7 +8202,7 @@ buildUrlMapList() {
|
| buildCounterUrlMapList++;
|
| if (buildCounterUrlMapList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2069();
|
| + o.items = buildUnnamed2174();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -8142,7 +8215,7 @@ checkUrlMapList(api.UrlMapList o) {
|
| buildCounterUrlMapList++;
|
| if (buildCounterUrlMapList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2069(o.items);
|
| + checkUnnamed2174(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -8194,27 +8267,27 @@ checkUrlMapTest(api.UrlMapTest o) {
|
| buildCounterUrlMapTest--;
|
| }
|
|
|
| -buildUnnamed2070() {
|
| +buildUnnamed2175() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2070(core.List<core.String> o) {
|
| +checkUnnamed2175(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'));
|
| }
|
|
|
| -buildUnnamed2071() {
|
| +buildUnnamed2176() {
|
| var o = new core.List<api.TestFailure>();
|
| o.add(buildTestFailure());
|
| o.add(buildTestFailure());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2071(core.List<api.TestFailure> o) {
|
| +checkUnnamed2176(core.List<api.TestFailure> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestFailure(o[0]);
|
| checkTestFailure(o[1]);
|
| @@ -8225,9 +8298,9 @@ buildUrlMapValidationResult() {
|
| var o = new api.UrlMapValidationResult();
|
| buildCounterUrlMapValidationResult++;
|
| if (buildCounterUrlMapValidationResult < 3) {
|
| - o.loadErrors = buildUnnamed2070();
|
| + o.loadErrors = buildUnnamed2175();
|
| o.loadSucceeded = true;
|
| - o.testFailures = buildUnnamed2071();
|
| + o.testFailures = buildUnnamed2176();
|
| o.testPassed = true;
|
| }
|
| buildCounterUrlMapValidationResult--;
|
| @@ -8237,9 +8310,9 @@ buildUrlMapValidationResult() {
|
| checkUrlMapValidationResult(api.UrlMapValidationResult o) {
|
| buildCounterUrlMapValidationResult++;
|
| if (buildCounterUrlMapValidationResult < 3) {
|
| - checkUnnamed2070(o.loadErrors);
|
| + checkUnnamed2175(o.loadErrors);
|
| unittest.expect(o.loadSucceeded, unittest.isTrue);
|
| - checkUnnamed2071(o.testFailures);
|
| + checkUnnamed2176(o.testFailures);
|
| unittest.expect(o.testPassed, unittest.isTrue);
|
| }
|
| buildCounterUrlMapValidationResult--;
|
| @@ -8304,27 +8377,27 @@ checkUsageExportLocation(api.UsageExportLocation o) {
|
| buildCounterUsageExportLocation--;
|
| }
|
|
|
| -buildUnnamed2072() {
|
| +buildUnnamed2177() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2072(core.List<core.String> o) {
|
| +checkUnnamed2177(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'));
|
| }
|
|
|
| -buildUnnamed2073() {
|
| +buildUnnamed2178() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2073(core.List<core.String> o) {
|
| +checkUnnamed2178(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'));
|
| @@ -8341,11 +8414,11 @@ buildVpnTunnel() {
|
| o.id = "foo";
|
| o.ikeVersion = 42;
|
| o.kind = "foo";
|
| - o.localTrafficSelector = buildUnnamed2072();
|
| + o.localTrafficSelector = buildUnnamed2177();
|
| o.name = "foo";
|
| o.peerIp = "foo";
|
| o.region = "foo";
|
| - o.remoteTrafficSelector = buildUnnamed2073();
|
| + o.remoteTrafficSelector = buildUnnamed2178();
|
| o.router = "foo";
|
| o.selfLink = "foo";
|
| o.sharedSecret = "foo";
|
| @@ -8366,11 +8439,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'));
|
| - checkUnnamed2072(o.localTrafficSelector);
|
| + checkUnnamed2177(o.localTrafficSelector);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.peerIp, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| - checkUnnamed2073(o.remoteTrafficSelector);
|
| + checkUnnamed2178(o.remoteTrafficSelector);
|
| unittest.expect(o.router, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.sharedSecret, unittest.equals('foo'));
|
| @@ -8381,14 +8454,14 @@ checkVpnTunnel(api.VpnTunnel o) {
|
| buildCounterVpnTunnel--;
|
| }
|
|
|
| -buildUnnamed2074() {
|
| +buildUnnamed2179() {
|
| var o = new core.Map<core.String, api.VpnTunnelsScopedList>();
|
| o["x"] = buildVpnTunnelsScopedList();
|
| o["y"] = buildVpnTunnelsScopedList();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2074(core.Map<core.String, api.VpnTunnelsScopedList> o) {
|
| +checkUnnamed2179(core.Map<core.String, api.VpnTunnelsScopedList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnelsScopedList(o["x"]);
|
| checkVpnTunnelsScopedList(o["y"]);
|
| @@ -8400,7 +8473,7 @@ buildVpnTunnelAggregatedList() {
|
| buildCounterVpnTunnelAggregatedList++;
|
| if (buildCounterVpnTunnelAggregatedList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2074();
|
| + o.items = buildUnnamed2179();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -8413,7 +8486,7 @@ checkVpnTunnelAggregatedList(api.VpnTunnelAggregatedList o) {
|
| buildCounterVpnTunnelAggregatedList++;
|
| if (buildCounterVpnTunnelAggregatedList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2074(o.items);
|
| + checkUnnamed2179(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -8421,14 +8494,14 @@ checkVpnTunnelAggregatedList(api.VpnTunnelAggregatedList o) {
|
| buildCounterVpnTunnelAggregatedList--;
|
| }
|
|
|
| -buildUnnamed2075() {
|
| +buildUnnamed2180() {
|
| var o = new core.List<api.VpnTunnel>();
|
| o.add(buildVpnTunnel());
|
| o.add(buildVpnTunnel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2075(core.List<api.VpnTunnel> o) {
|
| +checkUnnamed2180(core.List<api.VpnTunnel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnel(o[0]);
|
| checkVpnTunnel(o[1]);
|
| @@ -8440,7 +8513,7 @@ buildVpnTunnelList() {
|
| buildCounterVpnTunnelList++;
|
| if (buildCounterVpnTunnelList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2075();
|
| + o.items = buildUnnamed2180();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -8453,7 +8526,7 @@ checkVpnTunnelList(api.VpnTunnelList o) {
|
| buildCounterVpnTunnelList++;
|
| if (buildCounterVpnTunnelList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2075(o.items);
|
| + checkUnnamed2180(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -8461,14 +8534,14 @@ checkVpnTunnelList(api.VpnTunnelList o) {
|
| buildCounterVpnTunnelList--;
|
| }
|
|
|
| -buildUnnamed2076() {
|
| +buildUnnamed2181() {
|
| var o = new core.List<api.VpnTunnel>();
|
| o.add(buildVpnTunnel());
|
| o.add(buildVpnTunnel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2076(core.List<api.VpnTunnel> o) {
|
| +checkUnnamed2181(core.List<api.VpnTunnel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnel(o[0]);
|
| checkVpnTunnel(o[1]);
|
| @@ -8495,14 +8568,14 @@ checkVpnTunnelsScopedListWarningData(api.VpnTunnelsScopedListWarningData o) {
|
| buildCounterVpnTunnelsScopedListWarningData--;
|
| }
|
|
|
| -buildUnnamed2077() {
|
| +buildUnnamed2182() {
|
| var o = new core.List<api.VpnTunnelsScopedListWarningData>();
|
| o.add(buildVpnTunnelsScopedListWarningData());
|
| o.add(buildVpnTunnelsScopedListWarningData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2077(core.List<api.VpnTunnelsScopedListWarningData> o) {
|
| +checkUnnamed2182(core.List<api.VpnTunnelsScopedListWarningData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVpnTunnelsScopedListWarningData(o[0]);
|
| checkVpnTunnelsScopedListWarningData(o[1]);
|
| @@ -8514,7 +8587,7 @@ buildVpnTunnelsScopedListWarning() {
|
| buildCounterVpnTunnelsScopedListWarning++;
|
| if (buildCounterVpnTunnelsScopedListWarning < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2077();
|
| + o.data = buildUnnamed2182();
|
| o.message = "foo";
|
| }
|
| buildCounterVpnTunnelsScopedListWarning--;
|
| @@ -8525,7 +8598,7 @@ checkVpnTunnelsScopedListWarning(api.VpnTunnelsScopedListWarning o) {
|
| buildCounterVpnTunnelsScopedListWarning++;
|
| if (buildCounterVpnTunnelsScopedListWarning < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2077(o.data);
|
| + checkUnnamed2182(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterVpnTunnelsScopedListWarning--;
|
| @@ -8536,7 +8609,7 @@ buildVpnTunnelsScopedList() {
|
| var o = new api.VpnTunnelsScopedList();
|
| buildCounterVpnTunnelsScopedList++;
|
| if (buildCounterVpnTunnelsScopedList < 3) {
|
| - o.vpnTunnels = buildUnnamed2076();
|
| + o.vpnTunnels = buildUnnamed2181();
|
| o.warning = buildVpnTunnelsScopedListWarning();
|
| }
|
| buildCounterVpnTunnelsScopedList--;
|
| @@ -8546,7 +8619,7 @@ buildVpnTunnelsScopedList() {
|
| checkVpnTunnelsScopedList(api.VpnTunnelsScopedList o) {
|
| buildCounterVpnTunnelsScopedList++;
|
| if (buildCounterVpnTunnelsScopedList < 3) {
|
| - checkUnnamed2076(o.vpnTunnels);
|
| + checkUnnamed2181(o.vpnTunnels);
|
| checkVpnTunnelsScopedListWarning(o.warning);
|
| }
|
| buildCounterVpnTunnelsScopedList--;
|
| @@ -8587,14 +8660,14 @@ checkZone(api.Zone o) {
|
| buildCounterZone--;
|
| }
|
|
|
| -buildUnnamed2078() {
|
| +buildUnnamed2183() {
|
| var o = new core.List<api.Zone>();
|
| o.add(buildZone());
|
| o.add(buildZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2078(core.List<api.Zone> o) {
|
| +checkUnnamed2183(core.List<api.Zone> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkZone(o[0]);
|
| checkZone(o[1]);
|
| @@ -8606,7 +8679,7 @@ buildZoneList() {
|
| buildCounterZoneList++;
|
| if (buildCounterZoneList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2078();
|
| + o.items = buildUnnamed2183();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -8619,7 +8692,7 @@ checkZoneList(api.ZoneList o) {
|
| buildCounterZoneList++;
|
| if (buildCounterZoneList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2078(o.items);
|
| + checkUnnamed2183(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -8809,6 +8882,24 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-BackendBucket", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildBackendBucket();
|
| + var od = new api.BackendBucket.fromJson(o.toJson());
|
| + checkBackendBucket(od);
|
| + });
|
| + });
|
| +
|
| +
|
| + unittest.group("obj-schema-BackendBucketList", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildBackendBucketList();
|
| + var od = new api.BackendBucketList.fromJson(o.toJson());
|
| + checkBackendBucketList(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-BackendService", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildBackendService();
|
| @@ -11376,6 +11467,286 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("resource-BackendBucketsResourceApi", () {
|
| + unittest.test("method--delete", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_project = "foo";
|
| + var arg_backendBucket = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + 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(buildOperation());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.delete(arg_project, arg_backendBucket).then(unittest.expectAsync(((api.Operation response) {
|
| + checkOperation(response);
|
| + })));
|
| + });
|
| +
|
| + unittest.test("method--get", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_project = "foo";
|
| + var arg_backendBucket = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + 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(buildBackendBucket());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.get(arg_project, arg_backendBucket).then(unittest.expectAsync(((api.BackendBucket response) {
|
| + checkBackendBucket(response);
|
| + })));
|
| + });
|
| +
|
| + unittest.test("method--insert", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_request = buildBackendBucket();
|
| + var arg_project = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + var obj = new api.BackendBucket.fromJson(json);
|
| + checkBackendBucket(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(buildOperation());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.insert(arg_request, arg_project).then(unittest.expectAsync(((api.Operation response) {
|
| + checkOperation(response);
|
| + })));
|
| + });
|
| +
|
| + unittest.test("method--list", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_project = "foo";
|
| + var arg_filter = "foo";
|
| + var arg_maxResults = 42;
|
| + var arg_orderBy = "foo";
|
| + var arg_pageToken = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + 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]));
|
| + }
|
| + }
|
| + unittest.expect(queryMap["filter"].first, unittest.equals(arg_filter));
|
| + unittest.expect(core.int.parse(queryMap["maxResults"].first), unittest.equals(arg_maxResults));
|
| + unittest.expect(queryMap["orderBy"].first, unittest.equals(arg_orderBy));
|
| + unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
|
| +
|
| +
|
| + var h = {
|
| + "content-type" : "application/json; charset=utf-8",
|
| + };
|
| + var resp = convert.JSON.encode(buildBackendBucketList());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.list(arg_project, filter: arg_filter, maxResults: arg_maxResults, orderBy: arg_orderBy, pageToken: arg_pageToken).then(unittest.expectAsync(((api.BackendBucketList response) {
|
| + checkBackendBucketList(response);
|
| + })));
|
| + });
|
| +
|
| + unittest.test("method--patch", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_request = buildBackendBucket();
|
| + var arg_project = "foo";
|
| + var arg_backendBucket = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + var obj = new api.BackendBucket.fromJson(json);
|
| + checkBackendBucket(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(buildOperation());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.patch(arg_request, arg_project, arg_backendBucket).then(unittest.expectAsync(((api.Operation response) {
|
| + checkOperation(response);
|
| + })));
|
| + });
|
| +
|
| + unittest.test("method--update", () {
|
| +
|
| + var mock = new HttpServerMock();
|
| + api.BackendBucketsResourceApi res = new api.ComputeApi(mock).backendBuckets;
|
| + var arg_request = buildBackendBucket();
|
| + var arg_project = "foo";
|
| + var arg_backendBucket = "foo";
|
| + mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| + var obj = new api.BackendBucket.fromJson(json);
|
| + checkBackendBucket(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(buildOperation());
|
| + return new async.Future.value(stringResponse(200, h, resp));
|
| + }), true);
|
| + res.update(arg_request, arg_project, arg_backendBucket).then(unittest.expectAsync(((api.Operation response) {
|
| + checkOperation(response);
|
| + })));
|
| + });
|
| +
|
| + });
|
| +
|
| +
|
| unittest.group("resource-BackendServicesResourceApi", () {
|
| unittest.test("method--aggregatedList", () {
|
|
|
|
|