Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: generated/googleapis/test/compute/v1_test.dart

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library googleapis.compute.v1.test; 1 library googleapis.compute.v1.test;
2 2
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:collection" as collection; 4 import "dart:collection" as collection;
5 import "dart:async" as async; 5 import "dart:async" as async;
6 import "dart:convert" as convert; 6 import "dart:convert" as convert;
7 7
8 import 'package:http/http.dart' as http; 8 import 'package:http/http.dart' as http;
9 import 'package:http/testing.dart' as http_testing; 9 import 'package:http/testing.dart' as http_testing;
10 import 'package:unittest/unittest.dart' as unittest; 10 import 'package:unittest/unittest.dart' as unittest;
(...skipping 23 matching lines...) Expand all
34 buildCounterAccessConfig++; 34 buildCounterAccessConfig++;
35 if (buildCounterAccessConfig < 3) { 35 if (buildCounterAccessConfig < 3) {
36 unittest.expect(o.kind, unittest.equals('foo')); 36 unittest.expect(o.kind, unittest.equals('foo'));
37 unittest.expect(o.name, unittest.equals('foo')); 37 unittest.expect(o.name, unittest.equals('foo'));
38 unittest.expect(o.natIP, unittest.equals('foo')); 38 unittest.expect(o.natIP, unittest.equals('foo'));
39 unittest.expect(o.type, unittest.equals('foo')); 39 unittest.expect(o.type, unittest.equals('foo'));
40 } 40 }
41 buildCounterAccessConfig--; 41 buildCounterAccessConfig--;
42 } 42 }
43 43
44 buildUnnamed873() { 44 buildUnnamed463() {
45 var o = new core.List<core.String>(); 45 var o = new core.List<core.String>();
46 o.add("foo"); 46 o.add("foo");
47 o.add("foo"); 47 o.add("foo");
48 return o; 48 return o;
49 } 49 }
50 50
51 checkUnnamed873(core.List<core.String> o) { 51 checkUnnamed463(core.List<core.String> o) {
52 unittest.expect(o, unittest.hasLength(2)); 52 unittest.expect(o, unittest.hasLength(2));
53 unittest.expect(o[0], unittest.equals('foo')); 53 unittest.expect(o[0], unittest.equals('foo'));
54 unittest.expect(o[1], unittest.equals('foo')); 54 unittest.expect(o[1], unittest.equals('foo'));
55 } 55 }
56 56
57 core.int buildCounterAddress = 0; 57 core.int buildCounterAddress = 0;
58 buildAddress() { 58 buildAddress() {
59 var o = new api.Address(); 59 var o = new api.Address();
60 buildCounterAddress++; 60 buildCounterAddress++;
61 if (buildCounterAddress < 3) { 61 if (buildCounterAddress < 3) {
62 o.address = "foo"; 62 o.address = "foo";
63 o.creationTimestamp = "foo"; 63 o.creationTimestamp = "foo";
64 o.description = "foo"; 64 o.description = "foo";
65 o.id = "foo"; 65 o.id = "foo";
66 o.kind = "foo"; 66 o.kind = "foo";
67 o.name = "foo"; 67 o.name = "foo";
68 o.region = "foo"; 68 o.region = "foo";
69 o.selfLink = "foo"; 69 o.selfLink = "foo";
70 o.status = "foo"; 70 o.status = "foo";
71 o.users = buildUnnamed873(); 71 o.users = buildUnnamed463();
72 } 72 }
73 buildCounterAddress--; 73 buildCounterAddress--;
74 return o; 74 return o;
75 } 75 }
76 76
77 checkAddress(api.Address o) { 77 checkAddress(api.Address o) {
78 buildCounterAddress++; 78 buildCounterAddress++;
79 if (buildCounterAddress < 3) { 79 if (buildCounterAddress < 3) {
80 unittest.expect(o.address, unittest.equals('foo')); 80 unittest.expect(o.address, unittest.equals('foo'));
81 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 81 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
82 unittest.expect(o.description, unittest.equals('foo')); 82 unittest.expect(o.description, unittest.equals('foo'));
83 unittest.expect(o.id, unittest.equals('foo')); 83 unittest.expect(o.id, unittest.equals('foo'));
84 unittest.expect(o.kind, unittest.equals('foo')); 84 unittest.expect(o.kind, unittest.equals('foo'));
85 unittest.expect(o.name, unittest.equals('foo')); 85 unittest.expect(o.name, unittest.equals('foo'));
86 unittest.expect(o.region, unittest.equals('foo')); 86 unittest.expect(o.region, unittest.equals('foo'));
87 unittest.expect(o.selfLink, unittest.equals('foo')); 87 unittest.expect(o.selfLink, unittest.equals('foo'));
88 unittest.expect(o.status, unittest.equals('foo')); 88 unittest.expect(o.status, unittest.equals('foo'));
89 checkUnnamed873(o.users); 89 checkUnnamed463(o.users);
90 } 90 }
91 buildCounterAddress--; 91 buildCounterAddress--;
92 } 92 }
93 93
94 buildUnnamed874() { 94 buildUnnamed464() {
95 var o = new core.Map<core.String, api.AddressesScopedList>(); 95 var o = new core.Map<core.String, api.AddressesScopedList>();
96 o["x"] = buildAddressesScopedList(); 96 o["x"] = buildAddressesScopedList();
97 o["y"] = buildAddressesScopedList(); 97 o["y"] = buildAddressesScopedList();
98 return o; 98 return o;
99 } 99 }
100 100
101 checkUnnamed874(core.Map<core.String, api.AddressesScopedList> o) { 101 checkUnnamed464(core.Map<core.String, api.AddressesScopedList> o) {
102 unittest.expect(o, unittest.hasLength(2)); 102 unittest.expect(o, unittest.hasLength(2));
103 checkAddressesScopedList(o["x"]); 103 checkAddressesScopedList(o["x"]);
104 checkAddressesScopedList(o["y"]); 104 checkAddressesScopedList(o["y"]);
105 } 105 }
106 106
107 core.int buildCounterAddressAggregatedList = 0; 107 core.int buildCounterAddressAggregatedList = 0;
108 buildAddressAggregatedList() { 108 buildAddressAggregatedList() {
109 var o = new api.AddressAggregatedList(); 109 var o = new api.AddressAggregatedList();
110 buildCounterAddressAggregatedList++; 110 buildCounterAddressAggregatedList++;
111 if (buildCounterAddressAggregatedList < 3) { 111 if (buildCounterAddressAggregatedList < 3) {
112 o.id = "foo"; 112 o.id = "foo";
113 o.items = buildUnnamed874(); 113 o.items = buildUnnamed464();
114 o.kind = "foo"; 114 o.kind = "foo";
115 o.nextPageToken = "foo"; 115 o.nextPageToken = "foo";
116 o.selfLink = "foo"; 116 o.selfLink = "foo";
117 } 117 }
118 buildCounterAddressAggregatedList--; 118 buildCounterAddressAggregatedList--;
119 return o; 119 return o;
120 } 120 }
121 121
122 checkAddressAggregatedList(api.AddressAggregatedList o) { 122 checkAddressAggregatedList(api.AddressAggregatedList o) {
123 buildCounterAddressAggregatedList++; 123 buildCounterAddressAggregatedList++;
124 if (buildCounterAddressAggregatedList < 3) { 124 if (buildCounterAddressAggregatedList < 3) {
125 unittest.expect(o.id, unittest.equals('foo')); 125 unittest.expect(o.id, unittest.equals('foo'));
126 checkUnnamed874(o.items); 126 checkUnnamed464(o.items);
127 unittest.expect(o.kind, unittest.equals('foo')); 127 unittest.expect(o.kind, unittest.equals('foo'));
128 unittest.expect(o.nextPageToken, unittest.equals('foo')); 128 unittest.expect(o.nextPageToken, unittest.equals('foo'));
129 unittest.expect(o.selfLink, unittest.equals('foo')); 129 unittest.expect(o.selfLink, unittest.equals('foo'));
130 } 130 }
131 buildCounterAddressAggregatedList--; 131 buildCounterAddressAggregatedList--;
132 } 132 }
133 133
134 buildUnnamed875() { 134 buildUnnamed465() {
135 var o = new core.List<api.Address>(); 135 var o = new core.List<api.Address>();
136 o.add(buildAddress()); 136 o.add(buildAddress());
137 o.add(buildAddress()); 137 o.add(buildAddress());
138 return o; 138 return o;
139 } 139 }
140 140
141 checkUnnamed875(core.List<api.Address> o) { 141 checkUnnamed465(core.List<api.Address> o) {
142 unittest.expect(o, unittest.hasLength(2)); 142 unittest.expect(o, unittest.hasLength(2));
143 checkAddress(o[0]); 143 checkAddress(o[0]);
144 checkAddress(o[1]); 144 checkAddress(o[1]);
145 } 145 }
146 146
147 core.int buildCounterAddressList = 0; 147 core.int buildCounterAddressList = 0;
148 buildAddressList() { 148 buildAddressList() {
149 var o = new api.AddressList(); 149 var o = new api.AddressList();
150 buildCounterAddressList++; 150 buildCounterAddressList++;
151 if (buildCounterAddressList < 3) { 151 if (buildCounterAddressList < 3) {
152 o.id = "foo"; 152 o.id = "foo";
153 o.items = buildUnnamed875(); 153 o.items = buildUnnamed465();
154 o.kind = "foo"; 154 o.kind = "foo";
155 o.nextPageToken = "foo"; 155 o.nextPageToken = "foo";
156 o.selfLink = "foo"; 156 o.selfLink = "foo";
157 } 157 }
158 buildCounterAddressList--; 158 buildCounterAddressList--;
159 return o; 159 return o;
160 } 160 }
161 161
162 checkAddressList(api.AddressList o) { 162 checkAddressList(api.AddressList o) {
163 buildCounterAddressList++; 163 buildCounterAddressList++;
164 if (buildCounterAddressList < 3) { 164 if (buildCounterAddressList < 3) {
165 unittest.expect(o.id, unittest.equals('foo')); 165 unittest.expect(o.id, unittest.equals('foo'));
166 checkUnnamed875(o.items); 166 checkUnnamed465(o.items);
167 unittest.expect(o.kind, unittest.equals('foo')); 167 unittest.expect(o.kind, unittest.equals('foo'));
168 unittest.expect(o.nextPageToken, unittest.equals('foo')); 168 unittest.expect(o.nextPageToken, unittest.equals('foo'));
169 unittest.expect(o.selfLink, unittest.equals('foo')); 169 unittest.expect(o.selfLink, unittest.equals('foo'));
170 } 170 }
171 buildCounterAddressList--; 171 buildCounterAddressList--;
172 } 172 }
173 173
174 buildUnnamed876() { 174 buildUnnamed466() {
175 var o = new core.List<api.Address>(); 175 var o = new core.List<api.Address>();
176 o.add(buildAddress()); 176 o.add(buildAddress());
177 o.add(buildAddress()); 177 o.add(buildAddress());
178 return o; 178 return o;
179 } 179 }
180 180
181 checkUnnamed876(core.List<api.Address> o) { 181 checkUnnamed466(core.List<api.Address> o) {
182 unittest.expect(o, unittest.hasLength(2)); 182 unittest.expect(o, unittest.hasLength(2));
183 checkAddress(o[0]); 183 checkAddress(o[0]);
184 checkAddress(o[1]); 184 checkAddress(o[1]);
185 } 185 }
186 186
187 core.int buildCounterAddressesScopedListWarningData = 0; 187 core.int buildCounterAddressesScopedListWarningData = 0;
188 buildAddressesScopedListWarningData() { 188 buildAddressesScopedListWarningData() {
189 var o = new api.AddressesScopedListWarningData(); 189 var o = new api.AddressesScopedListWarningData();
190 buildCounterAddressesScopedListWarningData++; 190 buildCounterAddressesScopedListWarningData++;
191 if (buildCounterAddressesScopedListWarningData < 3) { 191 if (buildCounterAddressesScopedListWarningData < 3) {
192 o.key = "foo"; 192 o.key = "foo";
193 o.value = "foo"; 193 o.value = "foo";
194 } 194 }
195 buildCounterAddressesScopedListWarningData--; 195 buildCounterAddressesScopedListWarningData--;
196 return o; 196 return o;
197 } 197 }
198 198
199 checkAddressesScopedListWarningData(api.AddressesScopedListWarningData o) { 199 checkAddressesScopedListWarningData(api.AddressesScopedListWarningData o) {
200 buildCounterAddressesScopedListWarningData++; 200 buildCounterAddressesScopedListWarningData++;
201 if (buildCounterAddressesScopedListWarningData < 3) { 201 if (buildCounterAddressesScopedListWarningData < 3) {
202 unittest.expect(o.key, unittest.equals('foo')); 202 unittest.expect(o.key, unittest.equals('foo'));
203 unittest.expect(o.value, unittest.equals('foo')); 203 unittest.expect(o.value, unittest.equals('foo'));
204 } 204 }
205 buildCounterAddressesScopedListWarningData--; 205 buildCounterAddressesScopedListWarningData--;
206 } 206 }
207 207
208 buildUnnamed877() { 208 buildUnnamed467() {
209 var o = new core.List<api.AddressesScopedListWarningData>(); 209 var o = new core.List<api.AddressesScopedListWarningData>();
210 o.add(buildAddressesScopedListWarningData()); 210 o.add(buildAddressesScopedListWarningData());
211 o.add(buildAddressesScopedListWarningData()); 211 o.add(buildAddressesScopedListWarningData());
212 return o; 212 return o;
213 } 213 }
214 214
215 checkUnnamed877(core.List<api.AddressesScopedListWarningData> o) { 215 checkUnnamed467(core.List<api.AddressesScopedListWarningData> o) {
216 unittest.expect(o, unittest.hasLength(2)); 216 unittest.expect(o, unittest.hasLength(2));
217 checkAddressesScopedListWarningData(o[0]); 217 checkAddressesScopedListWarningData(o[0]);
218 checkAddressesScopedListWarningData(o[1]); 218 checkAddressesScopedListWarningData(o[1]);
219 } 219 }
220 220
221 core.int buildCounterAddressesScopedListWarning = 0; 221 core.int buildCounterAddressesScopedListWarning = 0;
222 buildAddressesScopedListWarning() { 222 buildAddressesScopedListWarning() {
223 var o = new api.AddressesScopedListWarning(); 223 var o = new api.AddressesScopedListWarning();
224 buildCounterAddressesScopedListWarning++; 224 buildCounterAddressesScopedListWarning++;
225 if (buildCounterAddressesScopedListWarning < 3) { 225 if (buildCounterAddressesScopedListWarning < 3) {
226 o.code = "foo"; 226 o.code = "foo";
227 o.data = buildUnnamed877(); 227 o.data = buildUnnamed467();
228 o.message = "foo"; 228 o.message = "foo";
229 } 229 }
230 buildCounterAddressesScopedListWarning--; 230 buildCounterAddressesScopedListWarning--;
231 return o; 231 return o;
232 } 232 }
233 233
234 checkAddressesScopedListWarning(api.AddressesScopedListWarning o) { 234 checkAddressesScopedListWarning(api.AddressesScopedListWarning o) {
235 buildCounterAddressesScopedListWarning++; 235 buildCounterAddressesScopedListWarning++;
236 if (buildCounterAddressesScopedListWarning < 3) { 236 if (buildCounterAddressesScopedListWarning < 3) {
237 unittest.expect(o.code, unittest.equals('foo')); 237 unittest.expect(o.code, unittest.equals('foo'));
238 checkUnnamed877(o.data); 238 checkUnnamed467(o.data);
239 unittest.expect(o.message, unittest.equals('foo')); 239 unittest.expect(o.message, unittest.equals('foo'));
240 } 240 }
241 buildCounterAddressesScopedListWarning--; 241 buildCounterAddressesScopedListWarning--;
242 } 242 }
243 243
244 core.int buildCounterAddressesScopedList = 0; 244 core.int buildCounterAddressesScopedList = 0;
245 buildAddressesScopedList() { 245 buildAddressesScopedList() {
246 var o = new api.AddressesScopedList(); 246 var o = new api.AddressesScopedList();
247 buildCounterAddressesScopedList++; 247 buildCounterAddressesScopedList++;
248 if (buildCounterAddressesScopedList < 3) { 248 if (buildCounterAddressesScopedList < 3) {
249 o.addresses = buildUnnamed876(); 249 o.addresses = buildUnnamed466();
250 o.warning = buildAddressesScopedListWarning(); 250 o.warning = buildAddressesScopedListWarning();
251 } 251 }
252 buildCounterAddressesScopedList--; 252 buildCounterAddressesScopedList--;
253 return o; 253 return o;
254 } 254 }
255 255
256 checkAddressesScopedList(api.AddressesScopedList o) { 256 checkAddressesScopedList(api.AddressesScopedList o) {
257 buildCounterAddressesScopedList++; 257 buildCounterAddressesScopedList++;
258 if (buildCounterAddressesScopedList < 3) { 258 if (buildCounterAddressesScopedList < 3) {
259 checkUnnamed876(o.addresses); 259 checkUnnamed466(o.addresses);
260 checkAddressesScopedListWarning(o.warning); 260 checkAddressesScopedListWarning(o.warning);
261 } 261 }
262 buildCounterAddressesScopedList--; 262 buildCounterAddressesScopedList--;
263 } 263 }
264 264
265 buildUnnamed878() { 265 buildUnnamed468() {
266 var o = new core.List<core.String>(); 266 var o = new core.List<core.String>();
267 o.add("foo"); 267 o.add("foo");
268 o.add("foo"); 268 o.add("foo");
269 return o; 269 return o;
270 } 270 }
271 271
272 checkUnnamed878(core.List<core.String> o) { 272 checkUnnamed468(core.List<core.String> o) {
273 unittest.expect(o, unittest.hasLength(2)); 273 unittest.expect(o, unittest.hasLength(2));
274 unittest.expect(o[0], unittest.equals('foo')); 274 unittest.expect(o[0], unittest.equals('foo'));
275 unittest.expect(o[1], unittest.equals('foo')); 275 unittest.expect(o[1], unittest.equals('foo'));
276 } 276 }
277 277
278 core.int buildCounterAttachedDisk = 0; 278 core.int buildCounterAttachedDisk = 0;
279 buildAttachedDisk() { 279 buildAttachedDisk() {
280 var o = new api.AttachedDisk(); 280 var o = new api.AttachedDisk();
281 buildCounterAttachedDisk++; 281 buildCounterAttachedDisk++;
282 if (buildCounterAttachedDisk < 3) { 282 if (buildCounterAttachedDisk < 3) {
283 o.autoDelete = true; 283 o.autoDelete = true;
284 o.boot = true; 284 o.boot = true;
285 o.deviceName = "foo"; 285 o.deviceName = "foo";
286 o.index = 42; 286 o.index = 42;
287 o.initializeParams = buildAttachedDiskInitializeParams(); 287 o.initializeParams = buildAttachedDiskInitializeParams();
288 o.interface = "foo";
288 o.kind = "foo"; 289 o.kind = "foo";
289 o.licenses = buildUnnamed878(); 290 o.licenses = buildUnnamed468();
290 o.mode = "foo"; 291 o.mode = "foo";
291 o.source = "foo"; 292 o.source = "foo";
292 o.type = "foo"; 293 o.type = "foo";
293 } 294 }
294 buildCounterAttachedDisk--; 295 buildCounterAttachedDisk--;
295 return o; 296 return o;
296 } 297 }
297 298
298 checkAttachedDisk(api.AttachedDisk o) { 299 checkAttachedDisk(api.AttachedDisk o) {
299 buildCounterAttachedDisk++; 300 buildCounterAttachedDisk++;
300 if (buildCounterAttachedDisk < 3) { 301 if (buildCounterAttachedDisk < 3) {
301 unittest.expect(o.autoDelete, unittest.isTrue); 302 unittest.expect(o.autoDelete, unittest.isTrue);
302 unittest.expect(o.boot, unittest.isTrue); 303 unittest.expect(o.boot, unittest.isTrue);
303 unittest.expect(o.deviceName, unittest.equals('foo')); 304 unittest.expect(o.deviceName, unittest.equals('foo'));
304 unittest.expect(o.index, unittest.equals(42)); 305 unittest.expect(o.index, unittest.equals(42));
305 checkAttachedDiskInitializeParams(o.initializeParams); 306 checkAttachedDiskInitializeParams(o.initializeParams);
307 unittest.expect(o.interface, unittest.equals('foo'));
306 unittest.expect(o.kind, unittest.equals('foo')); 308 unittest.expect(o.kind, unittest.equals('foo'));
307 checkUnnamed878(o.licenses); 309 checkUnnamed468(o.licenses);
308 unittest.expect(o.mode, unittest.equals('foo')); 310 unittest.expect(o.mode, unittest.equals('foo'));
309 unittest.expect(o.source, unittest.equals('foo')); 311 unittest.expect(o.source, unittest.equals('foo'));
310 unittest.expect(o.type, unittest.equals('foo')); 312 unittest.expect(o.type, unittest.equals('foo'));
311 } 313 }
312 buildCounterAttachedDisk--; 314 buildCounterAttachedDisk--;
313 } 315 }
314 316
315 core.int buildCounterAttachedDiskInitializeParams = 0; 317 core.int buildCounterAttachedDiskInitializeParams = 0;
316 buildAttachedDiskInitializeParams() { 318 buildAttachedDiskInitializeParams() {
317 var o = new api.AttachedDiskInitializeParams(); 319 var o = new api.AttachedDiskInitializeParams();
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 unittest.expect(o.capacityScaler, unittest.equals(42.0)); 363 unittest.expect(o.capacityScaler, unittest.equals(42.0));
362 unittest.expect(o.description, unittest.equals('foo')); 364 unittest.expect(o.description, unittest.equals('foo'));
363 unittest.expect(o.group, unittest.equals('foo')); 365 unittest.expect(o.group, unittest.equals('foo'));
364 unittest.expect(o.maxRate, unittest.equals(42)); 366 unittest.expect(o.maxRate, unittest.equals(42));
365 unittest.expect(o.maxRatePerInstance, unittest.equals(42.0)); 367 unittest.expect(o.maxRatePerInstance, unittest.equals(42.0));
366 unittest.expect(o.maxUtilization, unittest.equals(42.0)); 368 unittest.expect(o.maxUtilization, unittest.equals(42.0));
367 } 369 }
368 buildCounterBackend--; 370 buildCounterBackend--;
369 } 371 }
370 372
371 buildUnnamed879() { 373 buildUnnamed469() {
372 var o = new core.List<api.Backend>(); 374 var o = new core.List<api.Backend>();
373 o.add(buildBackend()); 375 o.add(buildBackend());
374 o.add(buildBackend()); 376 o.add(buildBackend());
375 return o; 377 return o;
376 } 378 }
377 379
378 checkUnnamed879(core.List<api.Backend> o) { 380 checkUnnamed469(core.List<api.Backend> o) {
379 unittest.expect(o, unittest.hasLength(2)); 381 unittest.expect(o, unittest.hasLength(2));
380 checkBackend(o[0]); 382 checkBackend(o[0]);
381 checkBackend(o[1]); 383 checkBackend(o[1]);
382 } 384 }
383 385
384 buildUnnamed880() { 386 buildUnnamed470() {
385 var o = new core.List<core.String>(); 387 var o = new core.List<core.String>();
386 o.add("foo"); 388 o.add("foo");
387 o.add("foo"); 389 o.add("foo");
388 return o; 390 return o;
389 } 391 }
390 392
391 checkUnnamed880(core.List<core.String> o) { 393 checkUnnamed470(core.List<core.String> o) {
392 unittest.expect(o, unittest.hasLength(2)); 394 unittest.expect(o, unittest.hasLength(2));
393 unittest.expect(o[0], unittest.equals('foo')); 395 unittest.expect(o[0], unittest.equals('foo'));
394 unittest.expect(o[1], unittest.equals('foo')); 396 unittest.expect(o[1], unittest.equals('foo'));
395 } 397 }
396 398
397 core.int buildCounterBackendService = 0; 399 core.int buildCounterBackendService = 0;
398 buildBackendService() { 400 buildBackendService() {
399 var o = new api.BackendService(); 401 var o = new api.BackendService();
400 buildCounterBackendService++; 402 buildCounterBackendService++;
401 if (buildCounterBackendService < 3) { 403 if (buildCounterBackendService < 3) {
402 o.backends = buildUnnamed879(); 404 o.backends = buildUnnamed469();
403 o.creationTimestamp = "foo"; 405 o.creationTimestamp = "foo";
404 o.description = "foo"; 406 o.description = "foo";
405 o.fingerprint = "foo"; 407 o.fingerprint = "foo";
406 o.healthChecks = buildUnnamed880(); 408 o.healthChecks = buildUnnamed470();
407 o.id = "foo"; 409 o.id = "foo";
408 o.kind = "foo"; 410 o.kind = "foo";
409 o.name = "foo"; 411 o.name = "foo";
410 o.port = 42; 412 o.port = 42;
411 o.portName = "foo"; 413 o.portName = "foo";
412 o.protocol = "foo"; 414 o.protocol = "foo";
413 o.selfLink = "foo"; 415 o.selfLink = "foo";
414 o.timeoutSec = 42; 416 o.timeoutSec = 42;
415 } 417 }
416 buildCounterBackendService--; 418 buildCounterBackendService--;
417 return o; 419 return o;
418 } 420 }
419 421
420 checkBackendService(api.BackendService o) { 422 checkBackendService(api.BackendService o) {
421 buildCounterBackendService++; 423 buildCounterBackendService++;
422 if (buildCounterBackendService < 3) { 424 if (buildCounterBackendService < 3) {
423 checkUnnamed879(o.backends); 425 checkUnnamed469(o.backends);
424 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 426 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
425 unittest.expect(o.description, unittest.equals('foo')); 427 unittest.expect(o.description, unittest.equals('foo'));
426 unittest.expect(o.fingerprint, unittest.equals('foo')); 428 unittest.expect(o.fingerprint, unittest.equals('foo'));
427 checkUnnamed880(o.healthChecks); 429 checkUnnamed470(o.healthChecks);
428 unittest.expect(o.id, unittest.equals('foo')); 430 unittest.expect(o.id, unittest.equals('foo'));
429 unittest.expect(o.kind, unittest.equals('foo')); 431 unittest.expect(o.kind, unittest.equals('foo'));
430 unittest.expect(o.name, unittest.equals('foo')); 432 unittest.expect(o.name, unittest.equals('foo'));
431 unittest.expect(o.port, unittest.equals(42)); 433 unittest.expect(o.port, unittest.equals(42));
432 unittest.expect(o.portName, unittest.equals('foo')); 434 unittest.expect(o.portName, unittest.equals('foo'));
433 unittest.expect(o.protocol, unittest.equals('foo')); 435 unittest.expect(o.protocol, unittest.equals('foo'));
434 unittest.expect(o.selfLink, unittest.equals('foo')); 436 unittest.expect(o.selfLink, unittest.equals('foo'));
435 unittest.expect(o.timeoutSec, unittest.equals(42)); 437 unittest.expect(o.timeoutSec, unittest.equals(42));
436 } 438 }
437 buildCounterBackendService--; 439 buildCounterBackendService--;
438 } 440 }
439 441
440 buildUnnamed881() { 442 buildUnnamed471() {
441 var o = new core.List<api.HealthStatus>(); 443 var o = new core.List<api.HealthStatus>();
442 o.add(buildHealthStatus()); 444 o.add(buildHealthStatus());
443 o.add(buildHealthStatus()); 445 o.add(buildHealthStatus());
444 return o; 446 return o;
445 } 447 }
446 448
447 checkUnnamed881(core.List<api.HealthStatus> o) { 449 checkUnnamed471(core.List<api.HealthStatus> o) {
448 unittest.expect(o, unittest.hasLength(2)); 450 unittest.expect(o, unittest.hasLength(2));
449 checkHealthStatus(o[0]); 451 checkHealthStatus(o[0]);
450 checkHealthStatus(o[1]); 452 checkHealthStatus(o[1]);
451 } 453 }
452 454
453 core.int buildCounterBackendServiceGroupHealth = 0; 455 core.int buildCounterBackendServiceGroupHealth = 0;
454 buildBackendServiceGroupHealth() { 456 buildBackendServiceGroupHealth() {
455 var o = new api.BackendServiceGroupHealth(); 457 var o = new api.BackendServiceGroupHealth();
456 buildCounterBackendServiceGroupHealth++; 458 buildCounterBackendServiceGroupHealth++;
457 if (buildCounterBackendServiceGroupHealth < 3) { 459 if (buildCounterBackendServiceGroupHealth < 3) {
458 o.healthStatus = buildUnnamed881(); 460 o.healthStatus = buildUnnamed471();
459 o.kind = "foo"; 461 o.kind = "foo";
460 } 462 }
461 buildCounterBackendServiceGroupHealth--; 463 buildCounterBackendServiceGroupHealth--;
462 return o; 464 return o;
463 } 465 }
464 466
465 checkBackendServiceGroupHealth(api.BackendServiceGroupHealth o) { 467 checkBackendServiceGroupHealth(api.BackendServiceGroupHealth o) {
466 buildCounterBackendServiceGroupHealth++; 468 buildCounterBackendServiceGroupHealth++;
467 if (buildCounterBackendServiceGroupHealth < 3) { 469 if (buildCounterBackendServiceGroupHealth < 3) {
468 checkUnnamed881(o.healthStatus); 470 checkUnnamed471(o.healthStatus);
469 unittest.expect(o.kind, unittest.equals('foo')); 471 unittest.expect(o.kind, unittest.equals('foo'));
470 } 472 }
471 buildCounterBackendServiceGroupHealth--; 473 buildCounterBackendServiceGroupHealth--;
472 } 474 }
473 475
474 buildUnnamed882() { 476 buildUnnamed472() {
475 var o = new core.List<api.BackendService>(); 477 var o = new core.List<api.BackendService>();
476 o.add(buildBackendService()); 478 o.add(buildBackendService());
477 o.add(buildBackendService()); 479 o.add(buildBackendService());
478 return o; 480 return o;
479 } 481 }
480 482
481 checkUnnamed882(core.List<api.BackendService> o) { 483 checkUnnamed472(core.List<api.BackendService> o) {
482 unittest.expect(o, unittest.hasLength(2)); 484 unittest.expect(o, unittest.hasLength(2));
483 checkBackendService(o[0]); 485 checkBackendService(o[0]);
484 checkBackendService(o[1]); 486 checkBackendService(o[1]);
485 } 487 }
486 488
487 core.int buildCounterBackendServiceList = 0; 489 core.int buildCounterBackendServiceList = 0;
488 buildBackendServiceList() { 490 buildBackendServiceList() {
489 var o = new api.BackendServiceList(); 491 var o = new api.BackendServiceList();
490 buildCounterBackendServiceList++; 492 buildCounterBackendServiceList++;
491 if (buildCounterBackendServiceList < 3) { 493 if (buildCounterBackendServiceList < 3) {
492 o.id = "foo"; 494 o.id = "foo";
493 o.items = buildUnnamed882(); 495 o.items = buildUnnamed472();
494 o.kind = "foo"; 496 o.kind = "foo";
495 o.nextPageToken = "foo"; 497 o.nextPageToken = "foo";
496 o.selfLink = "foo"; 498 o.selfLink = "foo";
497 } 499 }
498 buildCounterBackendServiceList--; 500 buildCounterBackendServiceList--;
499 return o; 501 return o;
500 } 502 }
501 503
502 checkBackendServiceList(api.BackendServiceList o) { 504 checkBackendServiceList(api.BackendServiceList o) {
503 buildCounterBackendServiceList++; 505 buildCounterBackendServiceList++;
504 if (buildCounterBackendServiceList < 3) { 506 if (buildCounterBackendServiceList < 3) {
505 unittest.expect(o.id, unittest.equals('foo')); 507 unittest.expect(o.id, unittest.equals('foo'));
506 checkUnnamed882(o.items); 508 checkUnnamed472(o.items);
507 unittest.expect(o.kind, unittest.equals('foo')); 509 unittest.expect(o.kind, unittest.equals('foo'));
508 unittest.expect(o.nextPageToken, unittest.equals('foo')); 510 unittest.expect(o.nextPageToken, unittest.equals('foo'));
509 unittest.expect(o.selfLink, unittest.equals('foo')); 511 unittest.expect(o.selfLink, unittest.equals('foo'));
510 } 512 }
511 buildCounterBackendServiceList--; 513 buildCounterBackendServiceList--;
512 } 514 }
513 515
514 core.int buildCounterDeprecationStatus = 0; 516 core.int buildCounterDeprecationStatus = 0;
515 buildDeprecationStatus() { 517 buildDeprecationStatus() {
516 var o = new api.DeprecationStatus(); 518 var o = new api.DeprecationStatus();
(...skipping 14 matching lines...) Expand all
531 if (buildCounterDeprecationStatus < 3) { 533 if (buildCounterDeprecationStatus < 3) {
532 unittest.expect(o.deleted, unittest.equals('foo')); 534 unittest.expect(o.deleted, unittest.equals('foo'));
533 unittest.expect(o.deprecated, unittest.equals('foo')); 535 unittest.expect(o.deprecated, unittest.equals('foo'));
534 unittest.expect(o.obsolete, unittest.equals('foo')); 536 unittest.expect(o.obsolete, unittest.equals('foo'));
535 unittest.expect(o.replacement, unittest.equals('foo')); 537 unittest.expect(o.replacement, unittest.equals('foo'));
536 unittest.expect(o.state, unittest.equals('foo')); 538 unittest.expect(o.state, unittest.equals('foo'));
537 } 539 }
538 buildCounterDeprecationStatus--; 540 buildCounterDeprecationStatus--;
539 } 541 }
540 542
541 buildUnnamed883() { 543 buildUnnamed473() {
542 var o = new core.List<core.String>(); 544 var o = new core.List<core.String>();
543 o.add("foo"); 545 o.add("foo");
544 o.add("foo"); 546 o.add("foo");
545 return o; 547 return o;
546 } 548 }
547 549
548 checkUnnamed883(core.List<core.String> o) { 550 checkUnnamed473(core.List<core.String> o) {
549 unittest.expect(o, unittest.hasLength(2)); 551 unittest.expect(o, unittest.hasLength(2));
550 unittest.expect(o[0], unittest.equals('foo')); 552 unittest.expect(o[0], unittest.equals('foo'));
551 unittest.expect(o[1], unittest.equals('foo')); 553 unittest.expect(o[1], unittest.equals('foo'));
552 } 554 }
553 555
554 core.int buildCounterDisk = 0; 556 core.int buildCounterDisk = 0;
555 buildDisk() { 557 buildDisk() {
556 var o = new api.Disk(); 558 var o = new api.Disk();
557 buildCounterDisk++; 559 buildCounterDisk++;
558 if (buildCounterDisk < 3) { 560 if (buildCounterDisk < 3) {
559 o.creationTimestamp = "foo"; 561 o.creationTimestamp = "foo";
560 o.description = "foo"; 562 o.description = "foo";
561 o.id = "foo"; 563 o.id = "foo";
562 o.kind = "foo"; 564 o.kind = "foo";
563 o.licenses = buildUnnamed883(); 565 o.licenses = buildUnnamed473();
564 o.name = "foo"; 566 o.name = "foo";
565 o.options = "foo"; 567 o.options = "foo";
566 o.selfLink = "foo"; 568 o.selfLink = "foo";
567 o.sizeGb = "foo"; 569 o.sizeGb = "foo";
568 o.sourceImage = "foo"; 570 o.sourceImage = "foo";
569 o.sourceImageId = "foo"; 571 o.sourceImageId = "foo";
570 o.sourceSnapshot = "foo"; 572 o.sourceSnapshot = "foo";
571 o.sourceSnapshotId = "foo"; 573 o.sourceSnapshotId = "foo";
572 o.status = "foo"; 574 o.status = "foo";
573 o.type = "foo"; 575 o.type = "foo";
574 o.zone = "foo"; 576 o.zone = "foo";
575 } 577 }
576 buildCounterDisk--; 578 buildCounterDisk--;
577 return o; 579 return o;
578 } 580 }
579 581
580 checkDisk(api.Disk o) { 582 checkDisk(api.Disk o) {
581 buildCounterDisk++; 583 buildCounterDisk++;
582 if (buildCounterDisk < 3) { 584 if (buildCounterDisk < 3) {
583 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 585 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
584 unittest.expect(o.description, unittest.equals('foo')); 586 unittest.expect(o.description, unittest.equals('foo'));
585 unittest.expect(o.id, unittest.equals('foo')); 587 unittest.expect(o.id, unittest.equals('foo'));
586 unittest.expect(o.kind, unittest.equals('foo')); 588 unittest.expect(o.kind, unittest.equals('foo'));
587 checkUnnamed883(o.licenses); 589 checkUnnamed473(o.licenses);
588 unittest.expect(o.name, unittest.equals('foo')); 590 unittest.expect(o.name, unittest.equals('foo'));
589 unittest.expect(o.options, unittest.equals('foo')); 591 unittest.expect(o.options, unittest.equals('foo'));
590 unittest.expect(o.selfLink, unittest.equals('foo')); 592 unittest.expect(o.selfLink, unittest.equals('foo'));
591 unittest.expect(o.sizeGb, unittest.equals('foo')); 593 unittest.expect(o.sizeGb, unittest.equals('foo'));
592 unittest.expect(o.sourceImage, unittest.equals('foo')); 594 unittest.expect(o.sourceImage, unittest.equals('foo'));
593 unittest.expect(o.sourceImageId, unittest.equals('foo')); 595 unittest.expect(o.sourceImageId, unittest.equals('foo'));
594 unittest.expect(o.sourceSnapshot, unittest.equals('foo')); 596 unittest.expect(o.sourceSnapshot, unittest.equals('foo'));
595 unittest.expect(o.sourceSnapshotId, unittest.equals('foo')); 597 unittest.expect(o.sourceSnapshotId, unittest.equals('foo'));
596 unittest.expect(o.status, unittest.equals('foo')); 598 unittest.expect(o.status, unittest.equals('foo'));
597 unittest.expect(o.type, unittest.equals('foo')); 599 unittest.expect(o.type, unittest.equals('foo'));
598 unittest.expect(o.zone, unittest.equals('foo')); 600 unittest.expect(o.zone, unittest.equals('foo'));
599 } 601 }
600 buildCounterDisk--; 602 buildCounterDisk--;
601 } 603 }
602 604
603 buildUnnamed884() { 605 buildUnnamed474() {
604 var o = new core.Map<core.String, api.DisksScopedList>(); 606 var o = new core.Map<core.String, api.DisksScopedList>();
605 o["x"] = buildDisksScopedList(); 607 o["x"] = buildDisksScopedList();
606 o["y"] = buildDisksScopedList(); 608 o["y"] = buildDisksScopedList();
607 return o; 609 return o;
608 } 610 }
609 611
610 checkUnnamed884(core.Map<core.String, api.DisksScopedList> o) { 612 checkUnnamed474(core.Map<core.String, api.DisksScopedList> o) {
611 unittest.expect(o, unittest.hasLength(2)); 613 unittest.expect(o, unittest.hasLength(2));
612 checkDisksScopedList(o["x"]); 614 checkDisksScopedList(o["x"]);
613 checkDisksScopedList(o["y"]); 615 checkDisksScopedList(o["y"]);
614 } 616 }
615 617
616 core.int buildCounterDiskAggregatedList = 0; 618 core.int buildCounterDiskAggregatedList = 0;
617 buildDiskAggregatedList() { 619 buildDiskAggregatedList() {
618 var o = new api.DiskAggregatedList(); 620 var o = new api.DiskAggregatedList();
619 buildCounterDiskAggregatedList++; 621 buildCounterDiskAggregatedList++;
620 if (buildCounterDiskAggregatedList < 3) { 622 if (buildCounterDiskAggregatedList < 3) {
621 o.id = "foo"; 623 o.id = "foo";
622 o.items = buildUnnamed884(); 624 o.items = buildUnnamed474();
623 o.kind = "foo"; 625 o.kind = "foo";
624 o.nextPageToken = "foo"; 626 o.nextPageToken = "foo";
625 o.selfLink = "foo"; 627 o.selfLink = "foo";
626 } 628 }
627 buildCounterDiskAggregatedList--; 629 buildCounterDiskAggregatedList--;
628 return o; 630 return o;
629 } 631 }
630 632
631 checkDiskAggregatedList(api.DiskAggregatedList o) { 633 checkDiskAggregatedList(api.DiskAggregatedList o) {
632 buildCounterDiskAggregatedList++; 634 buildCounterDiskAggregatedList++;
633 if (buildCounterDiskAggregatedList < 3) { 635 if (buildCounterDiskAggregatedList < 3) {
634 unittest.expect(o.id, unittest.equals('foo')); 636 unittest.expect(o.id, unittest.equals('foo'));
635 checkUnnamed884(o.items); 637 checkUnnamed474(o.items);
636 unittest.expect(o.kind, unittest.equals('foo')); 638 unittest.expect(o.kind, unittest.equals('foo'));
637 unittest.expect(o.nextPageToken, unittest.equals('foo')); 639 unittest.expect(o.nextPageToken, unittest.equals('foo'));
638 unittest.expect(o.selfLink, unittest.equals('foo')); 640 unittest.expect(o.selfLink, unittest.equals('foo'));
639 } 641 }
640 buildCounterDiskAggregatedList--; 642 buildCounterDiskAggregatedList--;
641 } 643 }
642 644
643 buildUnnamed885() { 645 buildUnnamed475() {
644 var o = new core.List<api.Disk>(); 646 var o = new core.List<api.Disk>();
645 o.add(buildDisk()); 647 o.add(buildDisk());
646 o.add(buildDisk()); 648 o.add(buildDisk());
647 return o; 649 return o;
648 } 650 }
649 651
650 checkUnnamed885(core.List<api.Disk> o) { 652 checkUnnamed475(core.List<api.Disk> o) {
651 unittest.expect(o, unittest.hasLength(2)); 653 unittest.expect(o, unittest.hasLength(2));
652 checkDisk(o[0]); 654 checkDisk(o[0]);
653 checkDisk(o[1]); 655 checkDisk(o[1]);
654 } 656 }
655 657
656 core.int buildCounterDiskList = 0; 658 core.int buildCounterDiskList = 0;
657 buildDiskList() { 659 buildDiskList() {
658 var o = new api.DiskList(); 660 var o = new api.DiskList();
659 buildCounterDiskList++; 661 buildCounterDiskList++;
660 if (buildCounterDiskList < 3) { 662 if (buildCounterDiskList < 3) {
661 o.id = "foo"; 663 o.id = "foo";
662 o.items = buildUnnamed885(); 664 o.items = buildUnnamed475();
663 o.kind = "foo"; 665 o.kind = "foo";
664 o.nextPageToken = "foo"; 666 o.nextPageToken = "foo";
665 o.selfLink = "foo"; 667 o.selfLink = "foo";
666 } 668 }
667 buildCounterDiskList--; 669 buildCounterDiskList--;
668 return o; 670 return o;
669 } 671 }
670 672
671 checkDiskList(api.DiskList o) { 673 checkDiskList(api.DiskList o) {
672 buildCounterDiskList++; 674 buildCounterDiskList++;
673 if (buildCounterDiskList < 3) { 675 if (buildCounterDiskList < 3) {
674 unittest.expect(o.id, unittest.equals('foo')); 676 unittest.expect(o.id, unittest.equals('foo'));
675 checkUnnamed885(o.items); 677 checkUnnamed475(o.items);
676 unittest.expect(o.kind, unittest.equals('foo')); 678 unittest.expect(o.kind, unittest.equals('foo'));
677 unittest.expect(o.nextPageToken, unittest.equals('foo')); 679 unittest.expect(o.nextPageToken, unittest.equals('foo'));
678 unittest.expect(o.selfLink, unittest.equals('foo')); 680 unittest.expect(o.selfLink, unittest.equals('foo'));
679 } 681 }
680 buildCounterDiskList--; 682 buildCounterDiskList--;
681 } 683 }
682 684
683 core.int buildCounterDiskType = 0; 685 core.int buildCounterDiskType = 0;
684 buildDiskType() { 686 buildDiskType() {
685 var o = new api.DiskType(); 687 var o = new api.DiskType();
(...skipping 24 matching lines...) Expand all
710 unittest.expect(o.id, unittest.equals('foo')); 712 unittest.expect(o.id, unittest.equals('foo'));
711 unittest.expect(o.kind, unittest.equals('foo')); 713 unittest.expect(o.kind, unittest.equals('foo'));
712 unittest.expect(o.name, unittest.equals('foo')); 714 unittest.expect(o.name, unittest.equals('foo'));
713 unittest.expect(o.selfLink, unittest.equals('foo')); 715 unittest.expect(o.selfLink, unittest.equals('foo'));
714 unittest.expect(o.validDiskSize, unittest.equals('foo')); 716 unittest.expect(o.validDiskSize, unittest.equals('foo'));
715 unittest.expect(o.zone, unittest.equals('foo')); 717 unittest.expect(o.zone, unittest.equals('foo'));
716 } 718 }
717 buildCounterDiskType--; 719 buildCounterDiskType--;
718 } 720 }
719 721
720 buildUnnamed886() { 722 buildUnnamed476() {
721 var o = new core.Map<core.String, api.DiskTypesScopedList>(); 723 var o = new core.Map<core.String, api.DiskTypesScopedList>();
722 o["x"] = buildDiskTypesScopedList(); 724 o["x"] = buildDiskTypesScopedList();
723 o["y"] = buildDiskTypesScopedList(); 725 o["y"] = buildDiskTypesScopedList();
724 return o; 726 return o;
725 } 727 }
726 728
727 checkUnnamed886(core.Map<core.String, api.DiskTypesScopedList> o) { 729 checkUnnamed476(core.Map<core.String, api.DiskTypesScopedList> o) {
728 unittest.expect(o, unittest.hasLength(2)); 730 unittest.expect(o, unittest.hasLength(2));
729 checkDiskTypesScopedList(o["x"]); 731 checkDiskTypesScopedList(o["x"]);
730 checkDiskTypesScopedList(o["y"]); 732 checkDiskTypesScopedList(o["y"]);
731 } 733 }
732 734
733 core.int buildCounterDiskTypeAggregatedList = 0; 735 core.int buildCounterDiskTypeAggregatedList = 0;
734 buildDiskTypeAggregatedList() { 736 buildDiskTypeAggregatedList() {
735 var o = new api.DiskTypeAggregatedList(); 737 var o = new api.DiskTypeAggregatedList();
736 buildCounterDiskTypeAggregatedList++; 738 buildCounterDiskTypeAggregatedList++;
737 if (buildCounterDiskTypeAggregatedList < 3) { 739 if (buildCounterDiskTypeAggregatedList < 3) {
738 o.id = "foo"; 740 o.id = "foo";
739 o.items = buildUnnamed886(); 741 o.items = buildUnnamed476();
740 o.kind = "foo"; 742 o.kind = "foo";
741 o.nextPageToken = "foo"; 743 o.nextPageToken = "foo";
742 o.selfLink = "foo"; 744 o.selfLink = "foo";
743 } 745 }
744 buildCounterDiskTypeAggregatedList--; 746 buildCounterDiskTypeAggregatedList--;
745 return o; 747 return o;
746 } 748 }
747 749
748 checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) { 750 checkDiskTypeAggregatedList(api.DiskTypeAggregatedList o) {
749 buildCounterDiskTypeAggregatedList++; 751 buildCounterDiskTypeAggregatedList++;
750 if (buildCounterDiskTypeAggregatedList < 3) { 752 if (buildCounterDiskTypeAggregatedList < 3) {
751 unittest.expect(o.id, unittest.equals('foo')); 753 unittest.expect(o.id, unittest.equals('foo'));
752 checkUnnamed886(o.items); 754 checkUnnamed476(o.items);
753 unittest.expect(o.kind, unittest.equals('foo')); 755 unittest.expect(o.kind, unittest.equals('foo'));
754 unittest.expect(o.nextPageToken, unittest.equals('foo')); 756 unittest.expect(o.nextPageToken, unittest.equals('foo'));
755 unittest.expect(o.selfLink, unittest.equals('foo')); 757 unittest.expect(o.selfLink, unittest.equals('foo'));
756 } 758 }
757 buildCounterDiskTypeAggregatedList--; 759 buildCounterDiskTypeAggregatedList--;
758 } 760 }
759 761
760 buildUnnamed887() { 762 buildUnnamed477() {
761 var o = new core.List<api.DiskType>(); 763 var o = new core.List<api.DiskType>();
762 o.add(buildDiskType()); 764 o.add(buildDiskType());
763 o.add(buildDiskType()); 765 o.add(buildDiskType());
764 return o; 766 return o;
765 } 767 }
766 768
767 checkUnnamed887(core.List<api.DiskType> o) { 769 checkUnnamed477(core.List<api.DiskType> o) {
768 unittest.expect(o, unittest.hasLength(2)); 770 unittest.expect(o, unittest.hasLength(2));
769 checkDiskType(o[0]); 771 checkDiskType(o[0]);
770 checkDiskType(o[1]); 772 checkDiskType(o[1]);
771 } 773 }
772 774
773 core.int buildCounterDiskTypeList = 0; 775 core.int buildCounterDiskTypeList = 0;
774 buildDiskTypeList() { 776 buildDiskTypeList() {
775 var o = new api.DiskTypeList(); 777 var o = new api.DiskTypeList();
776 buildCounterDiskTypeList++; 778 buildCounterDiskTypeList++;
777 if (buildCounterDiskTypeList < 3) { 779 if (buildCounterDiskTypeList < 3) {
778 o.id = "foo"; 780 o.id = "foo";
779 o.items = buildUnnamed887(); 781 o.items = buildUnnamed477();
780 o.kind = "foo"; 782 o.kind = "foo";
781 o.nextPageToken = "foo"; 783 o.nextPageToken = "foo";
782 o.selfLink = "foo"; 784 o.selfLink = "foo";
783 } 785 }
784 buildCounterDiskTypeList--; 786 buildCounterDiskTypeList--;
785 return o; 787 return o;
786 } 788 }
787 789
788 checkDiskTypeList(api.DiskTypeList o) { 790 checkDiskTypeList(api.DiskTypeList o) {
789 buildCounterDiskTypeList++; 791 buildCounterDiskTypeList++;
790 if (buildCounterDiskTypeList < 3) { 792 if (buildCounterDiskTypeList < 3) {
791 unittest.expect(o.id, unittest.equals('foo')); 793 unittest.expect(o.id, unittest.equals('foo'));
792 checkUnnamed887(o.items); 794 checkUnnamed477(o.items);
793 unittest.expect(o.kind, unittest.equals('foo')); 795 unittest.expect(o.kind, unittest.equals('foo'));
794 unittest.expect(o.nextPageToken, unittest.equals('foo')); 796 unittest.expect(o.nextPageToken, unittest.equals('foo'));
795 unittest.expect(o.selfLink, unittest.equals('foo')); 797 unittest.expect(o.selfLink, unittest.equals('foo'));
796 } 798 }
797 buildCounterDiskTypeList--; 799 buildCounterDiskTypeList--;
798 } 800 }
799 801
800 buildUnnamed888() { 802 buildUnnamed478() {
801 var o = new core.List<api.DiskType>(); 803 var o = new core.List<api.DiskType>();
802 o.add(buildDiskType()); 804 o.add(buildDiskType());
803 o.add(buildDiskType()); 805 o.add(buildDiskType());
804 return o; 806 return o;
805 } 807 }
806 808
807 checkUnnamed888(core.List<api.DiskType> o) { 809 checkUnnamed478(core.List<api.DiskType> o) {
808 unittest.expect(o, unittest.hasLength(2)); 810 unittest.expect(o, unittest.hasLength(2));
809 checkDiskType(o[0]); 811 checkDiskType(o[0]);
810 checkDiskType(o[1]); 812 checkDiskType(o[1]);
811 } 813 }
812 814
813 core.int buildCounterDiskTypesScopedListWarningData = 0; 815 core.int buildCounterDiskTypesScopedListWarningData = 0;
814 buildDiskTypesScopedListWarningData() { 816 buildDiskTypesScopedListWarningData() {
815 var o = new api.DiskTypesScopedListWarningData(); 817 var o = new api.DiskTypesScopedListWarningData();
816 buildCounterDiskTypesScopedListWarningData++; 818 buildCounterDiskTypesScopedListWarningData++;
817 if (buildCounterDiskTypesScopedListWarningData < 3) { 819 if (buildCounterDiskTypesScopedListWarningData < 3) {
818 o.key = "foo"; 820 o.key = "foo";
819 o.value = "foo"; 821 o.value = "foo";
820 } 822 }
821 buildCounterDiskTypesScopedListWarningData--; 823 buildCounterDiskTypesScopedListWarningData--;
822 return o; 824 return o;
823 } 825 }
824 826
825 checkDiskTypesScopedListWarningData(api.DiskTypesScopedListWarningData o) { 827 checkDiskTypesScopedListWarningData(api.DiskTypesScopedListWarningData o) {
826 buildCounterDiskTypesScopedListWarningData++; 828 buildCounterDiskTypesScopedListWarningData++;
827 if (buildCounterDiskTypesScopedListWarningData < 3) { 829 if (buildCounterDiskTypesScopedListWarningData < 3) {
828 unittest.expect(o.key, unittest.equals('foo')); 830 unittest.expect(o.key, unittest.equals('foo'));
829 unittest.expect(o.value, unittest.equals('foo')); 831 unittest.expect(o.value, unittest.equals('foo'));
830 } 832 }
831 buildCounterDiskTypesScopedListWarningData--; 833 buildCounterDiskTypesScopedListWarningData--;
832 } 834 }
833 835
834 buildUnnamed889() { 836 buildUnnamed479() {
835 var o = new core.List<api.DiskTypesScopedListWarningData>(); 837 var o = new core.List<api.DiskTypesScopedListWarningData>();
836 o.add(buildDiskTypesScopedListWarningData()); 838 o.add(buildDiskTypesScopedListWarningData());
837 o.add(buildDiskTypesScopedListWarningData()); 839 o.add(buildDiskTypesScopedListWarningData());
838 return o; 840 return o;
839 } 841 }
840 842
841 checkUnnamed889(core.List<api.DiskTypesScopedListWarningData> o) { 843 checkUnnamed479(core.List<api.DiskTypesScopedListWarningData> o) {
842 unittest.expect(o, unittest.hasLength(2)); 844 unittest.expect(o, unittest.hasLength(2));
843 checkDiskTypesScopedListWarningData(o[0]); 845 checkDiskTypesScopedListWarningData(o[0]);
844 checkDiskTypesScopedListWarningData(o[1]); 846 checkDiskTypesScopedListWarningData(o[1]);
845 } 847 }
846 848
847 core.int buildCounterDiskTypesScopedListWarning = 0; 849 core.int buildCounterDiskTypesScopedListWarning = 0;
848 buildDiskTypesScopedListWarning() { 850 buildDiskTypesScopedListWarning() {
849 var o = new api.DiskTypesScopedListWarning(); 851 var o = new api.DiskTypesScopedListWarning();
850 buildCounterDiskTypesScopedListWarning++; 852 buildCounterDiskTypesScopedListWarning++;
851 if (buildCounterDiskTypesScopedListWarning < 3) { 853 if (buildCounterDiskTypesScopedListWarning < 3) {
852 o.code = "foo"; 854 o.code = "foo";
853 o.data = buildUnnamed889(); 855 o.data = buildUnnamed479();
854 o.message = "foo"; 856 o.message = "foo";
855 } 857 }
856 buildCounterDiskTypesScopedListWarning--; 858 buildCounterDiskTypesScopedListWarning--;
857 return o; 859 return o;
858 } 860 }
859 861
860 checkDiskTypesScopedListWarning(api.DiskTypesScopedListWarning o) { 862 checkDiskTypesScopedListWarning(api.DiskTypesScopedListWarning o) {
861 buildCounterDiskTypesScopedListWarning++; 863 buildCounterDiskTypesScopedListWarning++;
862 if (buildCounterDiskTypesScopedListWarning < 3) { 864 if (buildCounterDiskTypesScopedListWarning < 3) {
863 unittest.expect(o.code, unittest.equals('foo')); 865 unittest.expect(o.code, unittest.equals('foo'));
864 checkUnnamed889(o.data); 866 checkUnnamed479(o.data);
865 unittest.expect(o.message, unittest.equals('foo')); 867 unittest.expect(o.message, unittest.equals('foo'));
866 } 868 }
867 buildCounterDiskTypesScopedListWarning--; 869 buildCounterDiskTypesScopedListWarning--;
868 } 870 }
869 871
870 core.int buildCounterDiskTypesScopedList = 0; 872 core.int buildCounterDiskTypesScopedList = 0;
871 buildDiskTypesScopedList() { 873 buildDiskTypesScopedList() {
872 var o = new api.DiskTypesScopedList(); 874 var o = new api.DiskTypesScopedList();
873 buildCounterDiskTypesScopedList++; 875 buildCounterDiskTypesScopedList++;
874 if (buildCounterDiskTypesScopedList < 3) { 876 if (buildCounterDiskTypesScopedList < 3) {
875 o.diskTypes = buildUnnamed888(); 877 o.diskTypes = buildUnnamed478();
876 o.warning = buildDiskTypesScopedListWarning(); 878 o.warning = buildDiskTypesScopedListWarning();
877 } 879 }
878 buildCounterDiskTypesScopedList--; 880 buildCounterDiskTypesScopedList--;
879 return o; 881 return o;
880 } 882 }
881 883
882 checkDiskTypesScopedList(api.DiskTypesScopedList o) { 884 checkDiskTypesScopedList(api.DiskTypesScopedList o) {
883 buildCounterDiskTypesScopedList++; 885 buildCounterDiskTypesScopedList++;
884 if (buildCounterDiskTypesScopedList < 3) { 886 if (buildCounterDiskTypesScopedList < 3) {
885 checkUnnamed888(o.diskTypes); 887 checkUnnamed478(o.diskTypes);
886 checkDiskTypesScopedListWarning(o.warning); 888 checkDiskTypesScopedListWarning(o.warning);
887 } 889 }
888 buildCounterDiskTypesScopedList--; 890 buildCounterDiskTypesScopedList--;
889 } 891 }
890 892
891 buildUnnamed890() { 893 buildUnnamed480() {
892 var o = new core.List<api.Disk>(); 894 var o = new core.List<api.Disk>();
893 o.add(buildDisk()); 895 o.add(buildDisk());
894 o.add(buildDisk()); 896 o.add(buildDisk());
895 return o; 897 return o;
896 } 898 }
897 899
898 checkUnnamed890(core.List<api.Disk> o) { 900 checkUnnamed480(core.List<api.Disk> o) {
899 unittest.expect(o, unittest.hasLength(2)); 901 unittest.expect(o, unittest.hasLength(2));
900 checkDisk(o[0]); 902 checkDisk(o[0]);
901 checkDisk(o[1]); 903 checkDisk(o[1]);
902 } 904 }
903 905
904 core.int buildCounterDisksScopedListWarningData = 0; 906 core.int buildCounterDisksScopedListWarningData = 0;
905 buildDisksScopedListWarningData() { 907 buildDisksScopedListWarningData() {
906 var o = new api.DisksScopedListWarningData(); 908 var o = new api.DisksScopedListWarningData();
907 buildCounterDisksScopedListWarningData++; 909 buildCounterDisksScopedListWarningData++;
908 if (buildCounterDisksScopedListWarningData < 3) { 910 if (buildCounterDisksScopedListWarningData < 3) {
909 o.key = "foo"; 911 o.key = "foo";
910 o.value = "foo"; 912 o.value = "foo";
911 } 913 }
912 buildCounterDisksScopedListWarningData--; 914 buildCounterDisksScopedListWarningData--;
913 return o; 915 return o;
914 } 916 }
915 917
916 checkDisksScopedListWarningData(api.DisksScopedListWarningData o) { 918 checkDisksScopedListWarningData(api.DisksScopedListWarningData o) {
917 buildCounterDisksScopedListWarningData++; 919 buildCounterDisksScopedListWarningData++;
918 if (buildCounterDisksScopedListWarningData < 3) { 920 if (buildCounterDisksScopedListWarningData < 3) {
919 unittest.expect(o.key, unittest.equals('foo')); 921 unittest.expect(o.key, unittest.equals('foo'));
920 unittest.expect(o.value, unittest.equals('foo')); 922 unittest.expect(o.value, unittest.equals('foo'));
921 } 923 }
922 buildCounterDisksScopedListWarningData--; 924 buildCounterDisksScopedListWarningData--;
923 } 925 }
924 926
925 buildUnnamed891() { 927 buildUnnamed481() {
926 var o = new core.List<api.DisksScopedListWarningData>(); 928 var o = new core.List<api.DisksScopedListWarningData>();
927 o.add(buildDisksScopedListWarningData()); 929 o.add(buildDisksScopedListWarningData());
928 o.add(buildDisksScopedListWarningData()); 930 o.add(buildDisksScopedListWarningData());
929 return o; 931 return o;
930 } 932 }
931 933
932 checkUnnamed891(core.List<api.DisksScopedListWarningData> o) { 934 checkUnnamed481(core.List<api.DisksScopedListWarningData> o) {
933 unittest.expect(o, unittest.hasLength(2)); 935 unittest.expect(o, unittest.hasLength(2));
934 checkDisksScopedListWarningData(o[0]); 936 checkDisksScopedListWarningData(o[0]);
935 checkDisksScopedListWarningData(o[1]); 937 checkDisksScopedListWarningData(o[1]);
936 } 938 }
937 939
938 core.int buildCounterDisksScopedListWarning = 0; 940 core.int buildCounterDisksScopedListWarning = 0;
939 buildDisksScopedListWarning() { 941 buildDisksScopedListWarning() {
940 var o = new api.DisksScopedListWarning(); 942 var o = new api.DisksScopedListWarning();
941 buildCounterDisksScopedListWarning++; 943 buildCounterDisksScopedListWarning++;
942 if (buildCounterDisksScopedListWarning < 3) { 944 if (buildCounterDisksScopedListWarning < 3) {
943 o.code = "foo"; 945 o.code = "foo";
944 o.data = buildUnnamed891(); 946 o.data = buildUnnamed481();
945 o.message = "foo"; 947 o.message = "foo";
946 } 948 }
947 buildCounterDisksScopedListWarning--; 949 buildCounterDisksScopedListWarning--;
948 return o; 950 return o;
949 } 951 }
950 952
951 checkDisksScopedListWarning(api.DisksScopedListWarning o) { 953 checkDisksScopedListWarning(api.DisksScopedListWarning o) {
952 buildCounterDisksScopedListWarning++; 954 buildCounterDisksScopedListWarning++;
953 if (buildCounterDisksScopedListWarning < 3) { 955 if (buildCounterDisksScopedListWarning < 3) {
954 unittest.expect(o.code, unittest.equals('foo')); 956 unittest.expect(o.code, unittest.equals('foo'));
955 checkUnnamed891(o.data); 957 checkUnnamed481(o.data);
956 unittest.expect(o.message, unittest.equals('foo')); 958 unittest.expect(o.message, unittest.equals('foo'));
957 } 959 }
958 buildCounterDisksScopedListWarning--; 960 buildCounterDisksScopedListWarning--;
959 } 961 }
960 962
961 core.int buildCounterDisksScopedList = 0; 963 core.int buildCounterDisksScopedList = 0;
962 buildDisksScopedList() { 964 buildDisksScopedList() {
963 var o = new api.DisksScopedList(); 965 var o = new api.DisksScopedList();
964 buildCounterDisksScopedList++; 966 buildCounterDisksScopedList++;
965 if (buildCounterDisksScopedList < 3) { 967 if (buildCounterDisksScopedList < 3) {
966 o.disks = buildUnnamed890(); 968 o.disks = buildUnnamed480();
967 o.warning = buildDisksScopedListWarning(); 969 o.warning = buildDisksScopedListWarning();
968 } 970 }
969 buildCounterDisksScopedList--; 971 buildCounterDisksScopedList--;
970 return o; 972 return o;
971 } 973 }
972 974
973 checkDisksScopedList(api.DisksScopedList o) { 975 checkDisksScopedList(api.DisksScopedList o) {
974 buildCounterDisksScopedList++; 976 buildCounterDisksScopedList++;
975 if (buildCounterDisksScopedList < 3) { 977 if (buildCounterDisksScopedList < 3) {
976 checkUnnamed890(o.disks); 978 checkUnnamed480(o.disks);
977 checkDisksScopedListWarning(o.warning); 979 checkDisksScopedListWarning(o.warning);
978 } 980 }
979 buildCounterDisksScopedList--; 981 buildCounterDisksScopedList--;
980 } 982 }
981 983
982 buildUnnamed892() { 984 buildUnnamed482() {
983 var o = new core.List<core.String>(); 985 var o = new core.List<core.String>();
984 o.add("foo"); 986 o.add("foo");
985 o.add("foo"); 987 o.add("foo");
986 return o; 988 return o;
987 } 989 }
988 990
989 checkUnnamed892(core.List<core.String> o) { 991 checkUnnamed482(core.List<core.String> o) {
990 unittest.expect(o, unittest.hasLength(2)); 992 unittest.expect(o, unittest.hasLength(2));
991 unittest.expect(o[0], unittest.equals('foo')); 993 unittest.expect(o[0], unittest.equals('foo'));
992 unittest.expect(o[1], unittest.equals('foo')); 994 unittest.expect(o[1], unittest.equals('foo'));
993 } 995 }
994 996
995 core.int buildCounterFirewallAllowed = 0; 997 core.int buildCounterFirewallAllowed = 0;
996 buildFirewallAllowed() { 998 buildFirewallAllowed() {
997 var o = new api.FirewallAllowed(); 999 var o = new api.FirewallAllowed();
998 buildCounterFirewallAllowed++; 1000 buildCounterFirewallAllowed++;
999 if (buildCounterFirewallAllowed < 3) { 1001 if (buildCounterFirewallAllowed < 3) {
1000 o.IPProtocol = "foo"; 1002 o.IPProtocol = "foo";
1001 o.ports = buildUnnamed892(); 1003 o.ports = buildUnnamed482();
1002 } 1004 }
1003 buildCounterFirewallAllowed--; 1005 buildCounterFirewallAllowed--;
1004 return o; 1006 return o;
1005 } 1007 }
1006 1008
1007 checkFirewallAllowed(api.FirewallAllowed o) { 1009 checkFirewallAllowed(api.FirewallAllowed o) {
1008 buildCounterFirewallAllowed++; 1010 buildCounterFirewallAllowed++;
1009 if (buildCounterFirewallAllowed < 3) { 1011 if (buildCounterFirewallAllowed < 3) {
1010 unittest.expect(o.IPProtocol, unittest.equals('foo')); 1012 unittest.expect(o.IPProtocol, unittest.equals('foo'));
1011 checkUnnamed892(o.ports); 1013 checkUnnamed482(o.ports);
1012 } 1014 }
1013 buildCounterFirewallAllowed--; 1015 buildCounterFirewallAllowed--;
1014 } 1016 }
1015 1017
1016 buildUnnamed893() { 1018 buildUnnamed483() {
1017 var o = new core.List<api.FirewallAllowed>(); 1019 var o = new core.List<api.FirewallAllowed>();
1018 o.add(buildFirewallAllowed()); 1020 o.add(buildFirewallAllowed());
1019 o.add(buildFirewallAllowed()); 1021 o.add(buildFirewallAllowed());
1020 return o; 1022 return o;
1021 } 1023 }
1022 1024
1023 checkUnnamed893(core.List<api.FirewallAllowed> o) { 1025 checkUnnamed483(core.List<api.FirewallAllowed> o) {
1024 unittest.expect(o, unittest.hasLength(2)); 1026 unittest.expect(o, unittest.hasLength(2));
1025 checkFirewallAllowed(o[0]); 1027 checkFirewallAllowed(o[0]);
1026 checkFirewallAllowed(o[1]); 1028 checkFirewallAllowed(o[1]);
1027 } 1029 }
1028 1030
1029 buildUnnamed894() { 1031 buildUnnamed484() {
1030 var o = new core.List<core.String>(); 1032 var o = new core.List<core.String>();
1031 o.add("foo"); 1033 o.add("foo");
1032 o.add("foo"); 1034 o.add("foo");
1033 return o; 1035 return o;
1034 } 1036 }
1035 1037
1036 checkUnnamed894(core.List<core.String> o) { 1038 checkUnnamed484(core.List<core.String> o) {
1037 unittest.expect(o, unittest.hasLength(2)); 1039 unittest.expect(o, unittest.hasLength(2));
1038 unittest.expect(o[0], unittest.equals('foo')); 1040 unittest.expect(o[0], unittest.equals('foo'));
1039 unittest.expect(o[1], unittest.equals('foo')); 1041 unittest.expect(o[1], unittest.equals('foo'));
1040 } 1042 }
1041 1043
1042 buildUnnamed895() { 1044 buildUnnamed485() {
1043 var o = new core.List<core.String>(); 1045 var o = new core.List<core.String>();
1044 o.add("foo"); 1046 o.add("foo");
1045 o.add("foo"); 1047 o.add("foo");
1046 return o; 1048 return o;
1047 } 1049 }
1048 1050
1049 checkUnnamed895(core.List<core.String> o) { 1051 checkUnnamed485(core.List<core.String> o) {
1050 unittest.expect(o, unittest.hasLength(2)); 1052 unittest.expect(o, unittest.hasLength(2));
1051 unittest.expect(o[0], unittest.equals('foo')); 1053 unittest.expect(o[0], unittest.equals('foo'));
1052 unittest.expect(o[1], unittest.equals('foo')); 1054 unittest.expect(o[1], unittest.equals('foo'));
1053 } 1055 }
1054 1056
1055 buildUnnamed896() { 1057 buildUnnamed486() {
1056 var o = new core.List<core.String>(); 1058 var o = new core.List<core.String>();
1057 o.add("foo"); 1059 o.add("foo");
1058 o.add("foo"); 1060 o.add("foo");
1059 return o; 1061 return o;
1060 } 1062 }
1061 1063
1062 checkUnnamed896(core.List<core.String> o) { 1064 checkUnnamed486(core.List<core.String> o) {
1063 unittest.expect(o, unittest.hasLength(2)); 1065 unittest.expect(o, unittest.hasLength(2));
1064 unittest.expect(o[0], unittest.equals('foo')); 1066 unittest.expect(o[0], unittest.equals('foo'));
1065 unittest.expect(o[1], unittest.equals('foo')); 1067 unittest.expect(o[1], unittest.equals('foo'));
1066 } 1068 }
1067 1069
1068 core.int buildCounterFirewall = 0; 1070 core.int buildCounterFirewall = 0;
1069 buildFirewall() { 1071 buildFirewall() {
1070 var o = new api.Firewall(); 1072 var o = new api.Firewall();
1071 buildCounterFirewall++; 1073 buildCounterFirewall++;
1072 if (buildCounterFirewall < 3) { 1074 if (buildCounterFirewall < 3) {
1073 o.allowed = buildUnnamed893(); 1075 o.allowed = buildUnnamed483();
1074 o.creationTimestamp = "foo"; 1076 o.creationTimestamp = "foo";
1075 o.description = "foo"; 1077 o.description = "foo";
1076 o.id = "foo"; 1078 o.id = "foo";
1077 o.kind = "foo"; 1079 o.kind = "foo";
1078 o.name = "foo"; 1080 o.name = "foo";
1079 o.network = "foo"; 1081 o.network = "foo";
1080 o.selfLink = "foo"; 1082 o.selfLink = "foo";
1081 o.sourceRanges = buildUnnamed894(); 1083 o.sourceRanges = buildUnnamed484();
1082 o.sourceTags = buildUnnamed895(); 1084 o.sourceTags = buildUnnamed485();
1083 o.targetTags = buildUnnamed896(); 1085 o.targetTags = buildUnnamed486();
1084 } 1086 }
1085 buildCounterFirewall--; 1087 buildCounterFirewall--;
1086 return o; 1088 return o;
1087 } 1089 }
1088 1090
1089 checkFirewall(api.Firewall o) { 1091 checkFirewall(api.Firewall o) {
1090 buildCounterFirewall++; 1092 buildCounterFirewall++;
1091 if (buildCounterFirewall < 3) { 1093 if (buildCounterFirewall < 3) {
1092 checkUnnamed893(o.allowed); 1094 checkUnnamed483(o.allowed);
1093 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 1095 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
1094 unittest.expect(o.description, unittest.equals('foo')); 1096 unittest.expect(o.description, unittest.equals('foo'));
1095 unittest.expect(o.id, unittest.equals('foo')); 1097 unittest.expect(o.id, unittest.equals('foo'));
1096 unittest.expect(o.kind, unittest.equals('foo')); 1098 unittest.expect(o.kind, unittest.equals('foo'));
1097 unittest.expect(o.name, unittest.equals('foo')); 1099 unittest.expect(o.name, unittest.equals('foo'));
1098 unittest.expect(o.network, unittest.equals('foo')); 1100 unittest.expect(o.network, unittest.equals('foo'));
1099 unittest.expect(o.selfLink, unittest.equals('foo')); 1101 unittest.expect(o.selfLink, unittest.equals('foo'));
1100 checkUnnamed894(o.sourceRanges); 1102 checkUnnamed484(o.sourceRanges);
1101 checkUnnamed895(o.sourceTags); 1103 checkUnnamed485(o.sourceTags);
1102 checkUnnamed896(o.targetTags); 1104 checkUnnamed486(o.targetTags);
1103 } 1105 }
1104 buildCounterFirewall--; 1106 buildCounterFirewall--;
1105 } 1107 }
1106 1108
1107 buildUnnamed897() { 1109 buildUnnamed487() {
1108 var o = new core.List<api.Firewall>(); 1110 var o = new core.List<api.Firewall>();
1109 o.add(buildFirewall()); 1111 o.add(buildFirewall());
1110 o.add(buildFirewall()); 1112 o.add(buildFirewall());
1111 return o; 1113 return o;
1112 } 1114 }
1113 1115
1114 checkUnnamed897(core.List<api.Firewall> o) { 1116 checkUnnamed487(core.List<api.Firewall> o) {
1115 unittest.expect(o, unittest.hasLength(2)); 1117 unittest.expect(o, unittest.hasLength(2));
1116 checkFirewall(o[0]); 1118 checkFirewall(o[0]);
1117 checkFirewall(o[1]); 1119 checkFirewall(o[1]);
1118 } 1120 }
1119 1121
1120 core.int buildCounterFirewallList = 0; 1122 core.int buildCounterFirewallList = 0;
1121 buildFirewallList() { 1123 buildFirewallList() {
1122 var o = new api.FirewallList(); 1124 var o = new api.FirewallList();
1123 buildCounterFirewallList++; 1125 buildCounterFirewallList++;
1124 if (buildCounterFirewallList < 3) { 1126 if (buildCounterFirewallList < 3) {
1125 o.id = "foo"; 1127 o.id = "foo";
1126 o.items = buildUnnamed897(); 1128 o.items = buildUnnamed487();
1127 o.kind = "foo"; 1129 o.kind = "foo";
1128 o.nextPageToken = "foo"; 1130 o.nextPageToken = "foo";
1129 o.selfLink = "foo"; 1131 o.selfLink = "foo";
1130 } 1132 }
1131 buildCounterFirewallList--; 1133 buildCounterFirewallList--;
1132 return o; 1134 return o;
1133 } 1135 }
1134 1136
1135 checkFirewallList(api.FirewallList o) { 1137 checkFirewallList(api.FirewallList o) {
1136 buildCounterFirewallList++; 1138 buildCounterFirewallList++;
1137 if (buildCounterFirewallList < 3) { 1139 if (buildCounterFirewallList < 3) {
1138 unittest.expect(o.id, unittest.equals('foo')); 1140 unittest.expect(o.id, unittest.equals('foo'));
1139 checkUnnamed897(o.items); 1141 checkUnnamed487(o.items);
1140 unittest.expect(o.kind, unittest.equals('foo')); 1142 unittest.expect(o.kind, unittest.equals('foo'));
1141 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1143 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1142 unittest.expect(o.selfLink, unittest.equals('foo')); 1144 unittest.expect(o.selfLink, unittest.equals('foo'));
1143 } 1145 }
1144 buildCounterFirewallList--; 1146 buildCounterFirewallList--;
1145 } 1147 }
1146 1148
1147 core.int buildCounterForwardingRule = 0; 1149 core.int buildCounterForwardingRule = 0;
1148 buildForwardingRule() { 1150 buildForwardingRule() {
1149 var o = new api.ForwardingRule(); 1151 var o = new api.ForwardingRule();
(...skipping 26 matching lines...) Expand all
1176 unittest.expect(o.kind, unittest.equals('foo')); 1178 unittest.expect(o.kind, unittest.equals('foo'));
1177 unittest.expect(o.name, unittest.equals('foo')); 1179 unittest.expect(o.name, unittest.equals('foo'));
1178 unittest.expect(o.portRange, unittest.equals('foo')); 1180 unittest.expect(o.portRange, unittest.equals('foo'));
1179 unittest.expect(o.region, unittest.equals('foo')); 1181 unittest.expect(o.region, unittest.equals('foo'));
1180 unittest.expect(o.selfLink, unittest.equals('foo')); 1182 unittest.expect(o.selfLink, unittest.equals('foo'));
1181 unittest.expect(o.target, unittest.equals('foo')); 1183 unittest.expect(o.target, unittest.equals('foo'));
1182 } 1184 }
1183 buildCounterForwardingRule--; 1185 buildCounterForwardingRule--;
1184 } 1186 }
1185 1187
1186 buildUnnamed898() { 1188 buildUnnamed488() {
1187 var o = new core.Map<core.String, api.ForwardingRulesScopedList>(); 1189 var o = new core.Map<core.String, api.ForwardingRulesScopedList>();
1188 o["x"] = buildForwardingRulesScopedList(); 1190 o["x"] = buildForwardingRulesScopedList();
1189 o["y"] = buildForwardingRulesScopedList(); 1191 o["y"] = buildForwardingRulesScopedList();
1190 return o; 1192 return o;
1191 } 1193 }
1192 1194
1193 checkUnnamed898(core.Map<core.String, api.ForwardingRulesScopedList> o) { 1195 checkUnnamed488(core.Map<core.String, api.ForwardingRulesScopedList> o) {
1194 unittest.expect(o, unittest.hasLength(2)); 1196 unittest.expect(o, unittest.hasLength(2));
1195 checkForwardingRulesScopedList(o["x"]); 1197 checkForwardingRulesScopedList(o["x"]);
1196 checkForwardingRulesScopedList(o["y"]); 1198 checkForwardingRulesScopedList(o["y"]);
1197 } 1199 }
1198 1200
1199 core.int buildCounterForwardingRuleAggregatedList = 0; 1201 core.int buildCounterForwardingRuleAggregatedList = 0;
1200 buildForwardingRuleAggregatedList() { 1202 buildForwardingRuleAggregatedList() {
1201 var o = new api.ForwardingRuleAggregatedList(); 1203 var o = new api.ForwardingRuleAggregatedList();
1202 buildCounterForwardingRuleAggregatedList++; 1204 buildCounterForwardingRuleAggregatedList++;
1203 if (buildCounterForwardingRuleAggregatedList < 3) { 1205 if (buildCounterForwardingRuleAggregatedList < 3) {
1204 o.id = "foo"; 1206 o.id = "foo";
1205 o.items = buildUnnamed898(); 1207 o.items = buildUnnamed488();
1206 o.kind = "foo"; 1208 o.kind = "foo";
1207 o.nextPageToken = "foo"; 1209 o.nextPageToken = "foo";
1208 o.selfLink = "foo"; 1210 o.selfLink = "foo";
1209 } 1211 }
1210 buildCounterForwardingRuleAggregatedList--; 1212 buildCounterForwardingRuleAggregatedList--;
1211 return o; 1213 return o;
1212 } 1214 }
1213 1215
1214 checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) { 1216 checkForwardingRuleAggregatedList(api.ForwardingRuleAggregatedList o) {
1215 buildCounterForwardingRuleAggregatedList++; 1217 buildCounterForwardingRuleAggregatedList++;
1216 if (buildCounterForwardingRuleAggregatedList < 3) { 1218 if (buildCounterForwardingRuleAggregatedList < 3) {
1217 unittest.expect(o.id, unittest.equals('foo')); 1219 unittest.expect(o.id, unittest.equals('foo'));
1218 checkUnnamed898(o.items); 1220 checkUnnamed488(o.items);
1219 unittest.expect(o.kind, unittest.equals('foo')); 1221 unittest.expect(o.kind, unittest.equals('foo'));
1220 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1222 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1221 unittest.expect(o.selfLink, unittest.equals('foo')); 1223 unittest.expect(o.selfLink, unittest.equals('foo'));
1222 } 1224 }
1223 buildCounterForwardingRuleAggregatedList--; 1225 buildCounterForwardingRuleAggregatedList--;
1224 } 1226 }
1225 1227
1226 buildUnnamed899() { 1228 buildUnnamed489() {
1227 var o = new core.List<api.ForwardingRule>(); 1229 var o = new core.List<api.ForwardingRule>();
1228 o.add(buildForwardingRule()); 1230 o.add(buildForwardingRule());
1229 o.add(buildForwardingRule()); 1231 o.add(buildForwardingRule());
1230 return o; 1232 return o;
1231 } 1233 }
1232 1234
1233 checkUnnamed899(core.List<api.ForwardingRule> o) { 1235 checkUnnamed489(core.List<api.ForwardingRule> o) {
1234 unittest.expect(o, unittest.hasLength(2)); 1236 unittest.expect(o, unittest.hasLength(2));
1235 checkForwardingRule(o[0]); 1237 checkForwardingRule(o[0]);
1236 checkForwardingRule(o[1]); 1238 checkForwardingRule(o[1]);
1237 } 1239 }
1238 1240
1239 core.int buildCounterForwardingRuleList = 0; 1241 core.int buildCounterForwardingRuleList = 0;
1240 buildForwardingRuleList() { 1242 buildForwardingRuleList() {
1241 var o = new api.ForwardingRuleList(); 1243 var o = new api.ForwardingRuleList();
1242 buildCounterForwardingRuleList++; 1244 buildCounterForwardingRuleList++;
1243 if (buildCounterForwardingRuleList < 3) { 1245 if (buildCounterForwardingRuleList < 3) {
1244 o.id = "foo"; 1246 o.id = "foo";
1245 o.items = buildUnnamed899(); 1247 o.items = buildUnnamed489();
1246 o.kind = "foo"; 1248 o.kind = "foo";
1247 o.nextPageToken = "foo"; 1249 o.nextPageToken = "foo";
1248 o.selfLink = "foo"; 1250 o.selfLink = "foo";
1249 } 1251 }
1250 buildCounterForwardingRuleList--; 1252 buildCounterForwardingRuleList--;
1251 return o; 1253 return o;
1252 } 1254 }
1253 1255
1254 checkForwardingRuleList(api.ForwardingRuleList o) { 1256 checkForwardingRuleList(api.ForwardingRuleList o) {
1255 buildCounterForwardingRuleList++; 1257 buildCounterForwardingRuleList++;
1256 if (buildCounterForwardingRuleList < 3) { 1258 if (buildCounterForwardingRuleList < 3) {
1257 unittest.expect(o.id, unittest.equals('foo')); 1259 unittest.expect(o.id, unittest.equals('foo'));
1258 checkUnnamed899(o.items); 1260 checkUnnamed489(o.items);
1259 unittest.expect(o.kind, unittest.equals('foo')); 1261 unittest.expect(o.kind, unittest.equals('foo'));
1260 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1262 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1261 unittest.expect(o.selfLink, unittest.equals('foo')); 1263 unittest.expect(o.selfLink, unittest.equals('foo'));
1262 } 1264 }
1263 buildCounterForwardingRuleList--; 1265 buildCounterForwardingRuleList--;
1264 } 1266 }
1265 1267
1266 buildUnnamed900() { 1268 buildUnnamed490() {
1267 var o = new core.List<api.ForwardingRule>(); 1269 var o = new core.List<api.ForwardingRule>();
1268 o.add(buildForwardingRule()); 1270 o.add(buildForwardingRule());
1269 o.add(buildForwardingRule()); 1271 o.add(buildForwardingRule());
1270 return o; 1272 return o;
1271 } 1273 }
1272 1274
1273 checkUnnamed900(core.List<api.ForwardingRule> o) { 1275 checkUnnamed490(core.List<api.ForwardingRule> o) {
1274 unittest.expect(o, unittest.hasLength(2)); 1276 unittest.expect(o, unittest.hasLength(2));
1275 checkForwardingRule(o[0]); 1277 checkForwardingRule(o[0]);
1276 checkForwardingRule(o[1]); 1278 checkForwardingRule(o[1]);
1277 } 1279 }
1278 1280
1279 core.int buildCounterForwardingRulesScopedListWarningData = 0; 1281 core.int buildCounterForwardingRulesScopedListWarningData = 0;
1280 buildForwardingRulesScopedListWarningData() { 1282 buildForwardingRulesScopedListWarningData() {
1281 var o = new api.ForwardingRulesScopedListWarningData(); 1283 var o = new api.ForwardingRulesScopedListWarningData();
1282 buildCounterForwardingRulesScopedListWarningData++; 1284 buildCounterForwardingRulesScopedListWarningData++;
1283 if (buildCounterForwardingRulesScopedListWarningData < 3) { 1285 if (buildCounterForwardingRulesScopedListWarningData < 3) {
1284 o.key = "foo"; 1286 o.key = "foo";
1285 o.value = "foo"; 1287 o.value = "foo";
1286 } 1288 }
1287 buildCounterForwardingRulesScopedListWarningData--; 1289 buildCounterForwardingRulesScopedListWarningData--;
1288 return o; 1290 return o;
1289 } 1291 }
1290 1292
1291 checkForwardingRulesScopedListWarningData(api.ForwardingRulesScopedListWarningDa ta o) { 1293 checkForwardingRulesScopedListWarningData(api.ForwardingRulesScopedListWarningDa ta o) {
1292 buildCounterForwardingRulesScopedListWarningData++; 1294 buildCounterForwardingRulesScopedListWarningData++;
1293 if (buildCounterForwardingRulesScopedListWarningData < 3) { 1295 if (buildCounterForwardingRulesScopedListWarningData < 3) {
1294 unittest.expect(o.key, unittest.equals('foo')); 1296 unittest.expect(o.key, unittest.equals('foo'));
1295 unittest.expect(o.value, unittest.equals('foo')); 1297 unittest.expect(o.value, unittest.equals('foo'));
1296 } 1298 }
1297 buildCounterForwardingRulesScopedListWarningData--; 1299 buildCounterForwardingRulesScopedListWarningData--;
1298 } 1300 }
1299 1301
1300 buildUnnamed901() { 1302 buildUnnamed491() {
1301 var o = new core.List<api.ForwardingRulesScopedListWarningData>(); 1303 var o = new core.List<api.ForwardingRulesScopedListWarningData>();
1302 o.add(buildForwardingRulesScopedListWarningData()); 1304 o.add(buildForwardingRulesScopedListWarningData());
1303 o.add(buildForwardingRulesScopedListWarningData()); 1305 o.add(buildForwardingRulesScopedListWarningData());
1304 return o; 1306 return o;
1305 } 1307 }
1306 1308
1307 checkUnnamed901(core.List<api.ForwardingRulesScopedListWarningData> o) { 1309 checkUnnamed491(core.List<api.ForwardingRulesScopedListWarningData> o) {
1308 unittest.expect(o, unittest.hasLength(2)); 1310 unittest.expect(o, unittest.hasLength(2));
1309 checkForwardingRulesScopedListWarningData(o[0]); 1311 checkForwardingRulesScopedListWarningData(o[0]);
1310 checkForwardingRulesScopedListWarningData(o[1]); 1312 checkForwardingRulesScopedListWarningData(o[1]);
1311 } 1313 }
1312 1314
1313 core.int buildCounterForwardingRulesScopedListWarning = 0; 1315 core.int buildCounterForwardingRulesScopedListWarning = 0;
1314 buildForwardingRulesScopedListWarning() { 1316 buildForwardingRulesScopedListWarning() {
1315 var o = new api.ForwardingRulesScopedListWarning(); 1317 var o = new api.ForwardingRulesScopedListWarning();
1316 buildCounterForwardingRulesScopedListWarning++; 1318 buildCounterForwardingRulesScopedListWarning++;
1317 if (buildCounterForwardingRulesScopedListWarning < 3) { 1319 if (buildCounterForwardingRulesScopedListWarning < 3) {
1318 o.code = "foo"; 1320 o.code = "foo";
1319 o.data = buildUnnamed901(); 1321 o.data = buildUnnamed491();
1320 o.message = "foo"; 1322 o.message = "foo";
1321 } 1323 }
1322 buildCounterForwardingRulesScopedListWarning--; 1324 buildCounterForwardingRulesScopedListWarning--;
1323 return o; 1325 return o;
1324 } 1326 }
1325 1327
1326 checkForwardingRulesScopedListWarning(api.ForwardingRulesScopedListWarning o) { 1328 checkForwardingRulesScopedListWarning(api.ForwardingRulesScopedListWarning o) {
1327 buildCounterForwardingRulesScopedListWarning++; 1329 buildCounterForwardingRulesScopedListWarning++;
1328 if (buildCounterForwardingRulesScopedListWarning < 3) { 1330 if (buildCounterForwardingRulesScopedListWarning < 3) {
1329 unittest.expect(o.code, unittest.equals('foo')); 1331 unittest.expect(o.code, unittest.equals('foo'));
1330 checkUnnamed901(o.data); 1332 checkUnnamed491(o.data);
1331 unittest.expect(o.message, unittest.equals('foo')); 1333 unittest.expect(o.message, unittest.equals('foo'));
1332 } 1334 }
1333 buildCounterForwardingRulesScopedListWarning--; 1335 buildCounterForwardingRulesScopedListWarning--;
1334 } 1336 }
1335 1337
1336 core.int buildCounterForwardingRulesScopedList = 0; 1338 core.int buildCounterForwardingRulesScopedList = 0;
1337 buildForwardingRulesScopedList() { 1339 buildForwardingRulesScopedList() {
1338 var o = new api.ForwardingRulesScopedList(); 1340 var o = new api.ForwardingRulesScopedList();
1339 buildCounterForwardingRulesScopedList++; 1341 buildCounterForwardingRulesScopedList++;
1340 if (buildCounterForwardingRulesScopedList < 3) { 1342 if (buildCounterForwardingRulesScopedList < 3) {
1341 o.forwardingRules = buildUnnamed900(); 1343 o.forwardingRules = buildUnnamed490();
1342 o.warning = buildForwardingRulesScopedListWarning(); 1344 o.warning = buildForwardingRulesScopedListWarning();
1343 } 1345 }
1344 buildCounterForwardingRulesScopedList--; 1346 buildCounterForwardingRulesScopedList--;
1345 return o; 1347 return o;
1346 } 1348 }
1347 1349
1348 checkForwardingRulesScopedList(api.ForwardingRulesScopedList o) { 1350 checkForwardingRulesScopedList(api.ForwardingRulesScopedList o) {
1349 buildCounterForwardingRulesScopedList++; 1351 buildCounterForwardingRulesScopedList++;
1350 if (buildCounterForwardingRulesScopedList < 3) { 1352 if (buildCounterForwardingRulesScopedList < 3) {
1351 checkUnnamed900(o.forwardingRules); 1353 checkUnnamed490(o.forwardingRules);
1352 checkForwardingRulesScopedListWarning(o.warning); 1354 checkForwardingRulesScopedListWarning(o.warning);
1353 } 1355 }
1354 buildCounterForwardingRulesScopedList--; 1356 buildCounterForwardingRulesScopedList--;
1355 } 1357 }
1356 1358
1357 core.int buildCounterHealthCheckReference = 0; 1359 core.int buildCounterHealthCheckReference = 0;
1358 buildHealthCheckReference() { 1360 buildHealthCheckReference() {
1359 var o = new api.HealthCheckReference(); 1361 var o = new api.HealthCheckReference();
1360 buildCounterHealthCheckReference++; 1362 buildCounterHealthCheckReference++;
1361 if (buildCounterHealthCheckReference < 3) { 1363 if (buildCounterHealthCheckReference < 3) {
(...skipping 29 matching lines...) Expand all
1391 buildCounterHealthStatus++; 1393 buildCounterHealthStatus++;
1392 if (buildCounterHealthStatus < 3) { 1394 if (buildCounterHealthStatus < 3) {
1393 unittest.expect(o.healthState, unittest.equals('foo')); 1395 unittest.expect(o.healthState, unittest.equals('foo'));
1394 unittest.expect(o.instance, unittest.equals('foo')); 1396 unittest.expect(o.instance, unittest.equals('foo'));
1395 unittest.expect(o.ipAddress, unittest.equals('foo')); 1397 unittest.expect(o.ipAddress, unittest.equals('foo'));
1396 unittest.expect(o.port, unittest.equals(42)); 1398 unittest.expect(o.port, unittest.equals(42));
1397 } 1399 }
1398 buildCounterHealthStatus--; 1400 buildCounterHealthStatus--;
1399 } 1401 }
1400 1402
1401 buildUnnamed902() { 1403 buildUnnamed492() {
1402 var o = new core.List<core.String>(); 1404 var o = new core.List<core.String>();
1403 o.add("foo"); 1405 o.add("foo");
1404 o.add("foo"); 1406 o.add("foo");
1405 return o; 1407 return o;
1406 } 1408 }
1407 1409
1408 checkUnnamed902(core.List<core.String> o) { 1410 checkUnnamed492(core.List<core.String> o) {
1409 unittest.expect(o, unittest.hasLength(2)); 1411 unittest.expect(o, unittest.hasLength(2));
1410 unittest.expect(o[0], unittest.equals('foo')); 1412 unittest.expect(o[0], unittest.equals('foo'));
1411 unittest.expect(o[1], unittest.equals('foo')); 1413 unittest.expect(o[1], unittest.equals('foo'));
1412 } 1414 }
1413 1415
1414 core.int buildCounterHostRule = 0; 1416 core.int buildCounterHostRule = 0;
1415 buildHostRule() { 1417 buildHostRule() {
1416 var o = new api.HostRule(); 1418 var o = new api.HostRule();
1417 buildCounterHostRule++; 1419 buildCounterHostRule++;
1418 if (buildCounterHostRule < 3) { 1420 if (buildCounterHostRule < 3) {
1419 o.description = "foo"; 1421 o.description = "foo";
1420 o.hosts = buildUnnamed902(); 1422 o.hosts = buildUnnamed492();
1421 o.pathMatcher = "foo"; 1423 o.pathMatcher = "foo";
1422 } 1424 }
1423 buildCounterHostRule--; 1425 buildCounterHostRule--;
1424 return o; 1426 return o;
1425 } 1427 }
1426 1428
1427 checkHostRule(api.HostRule o) { 1429 checkHostRule(api.HostRule o) {
1428 buildCounterHostRule++; 1430 buildCounterHostRule++;
1429 if (buildCounterHostRule < 3) { 1431 if (buildCounterHostRule < 3) {
1430 unittest.expect(o.description, unittest.equals('foo')); 1432 unittest.expect(o.description, unittest.equals('foo'));
1431 checkUnnamed902(o.hosts); 1433 checkUnnamed492(o.hosts);
1432 unittest.expect(o.pathMatcher, unittest.equals('foo')); 1434 unittest.expect(o.pathMatcher, unittest.equals('foo'));
1433 } 1435 }
1434 buildCounterHostRule--; 1436 buildCounterHostRule--;
1435 } 1437 }
1436 1438
1437 core.int buildCounterHttpHealthCheck = 0; 1439 core.int buildCounterHttpHealthCheck = 0;
1438 buildHttpHealthCheck() { 1440 buildHttpHealthCheck() {
1439 var o = new api.HttpHealthCheck(); 1441 var o = new api.HttpHealthCheck();
1440 buildCounterHttpHealthCheck++; 1442 buildCounterHttpHealthCheck++;
1441 if (buildCounterHttpHealthCheck < 3) { 1443 if (buildCounterHttpHealthCheck < 3) {
(...skipping 28 matching lines...) Expand all
1470 unittest.expect(o.name, unittest.equals('foo')); 1472 unittest.expect(o.name, unittest.equals('foo'));
1471 unittest.expect(o.port, unittest.equals(42)); 1473 unittest.expect(o.port, unittest.equals(42));
1472 unittest.expect(o.requestPath, unittest.equals('foo')); 1474 unittest.expect(o.requestPath, unittest.equals('foo'));
1473 unittest.expect(o.selfLink, unittest.equals('foo')); 1475 unittest.expect(o.selfLink, unittest.equals('foo'));
1474 unittest.expect(o.timeoutSec, unittest.equals(42)); 1476 unittest.expect(o.timeoutSec, unittest.equals(42));
1475 unittest.expect(o.unhealthyThreshold, unittest.equals(42)); 1477 unittest.expect(o.unhealthyThreshold, unittest.equals(42));
1476 } 1478 }
1477 buildCounterHttpHealthCheck--; 1479 buildCounterHttpHealthCheck--;
1478 } 1480 }
1479 1481
1480 buildUnnamed903() { 1482 buildUnnamed493() {
1481 var o = new core.List<api.HttpHealthCheck>(); 1483 var o = new core.List<api.HttpHealthCheck>();
1482 o.add(buildHttpHealthCheck()); 1484 o.add(buildHttpHealthCheck());
1483 o.add(buildHttpHealthCheck()); 1485 o.add(buildHttpHealthCheck());
1484 return o; 1486 return o;
1485 } 1487 }
1486 1488
1487 checkUnnamed903(core.List<api.HttpHealthCheck> o) { 1489 checkUnnamed493(core.List<api.HttpHealthCheck> o) {
1488 unittest.expect(o, unittest.hasLength(2)); 1490 unittest.expect(o, unittest.hasLength(2));
1489 checkHttpHealthCheck(o[0]); 1491 checkHttpHealthCheck(o[0]);
1490 checkHttpHealthCheck(o[1]); 1492 checkHttpHealthCheck(o[1]);
1491 } 1493 }
1492 1494
1493 core.int buildCounterHttpHealthCheckList = 0; 1495 core.int buildCounterHttpHealthCheckList = 0;
1494 buildHttpHealthCheckList() { 1496 buildHttpHealthCheckList() {
1495 var o = new api.HttpHealthCheckList(); 1497 var o = new api.HttpHealthCheckList();
1496 buildCounterHttpHealthCheckList++; 1498 buildCounterHttpHealthCheckList++;
1497 if (buildCounterHttpHealthCheckList < 3) { 1499 if (buildCounterHttpHealthCheckList < 3) {
1498 o.id = "foo"; 1500 o.id = "foo";
1499 o.items = buildUnnamed903(); 1501 o.items = buildUnnamed493();
1500 o.kind = "foo"; 1502 o.kind = "foo";
1501 o.nextPageToken = "foo"; 1503 o.nextPageToken = "foo";
1502 o.selfLink = "foo"; 1504 o.selfLink = "foo";
1503 } 1505 }
1504 buildCounterHttpHealthCheckList--; 1506 buildCounterHttpHealthCheckList--;
1505 return o; 1507 return o;
1506 } 1508 }
1507 1509
1508 checkHttpHealthCheckList(api.HttpHealthCheckList o) { 1510 checkHttpHealthCheckList(api.HttpHealthCheckList o) {
1509 buildCounterHttpHealthCheckList++; 1511 buildCounterHttpHealthCheckList++;
1510 if (buildCounterHttpHealthCheckList < 3) { 1512 if (buildCounterHttpHealthCheckList < 3) {
1511 unittest.expect(o.id, unittest.equals('foo')); 1513 unittest.expect(o.id, unittest.equals('foo'));
1512 checkUnnamed903(o.items); 1514 checkUnnamed493(o.items);
1513 unittest.expect(o.kind, unittest.equals('foo')); 1515 unittest.expect(o.kind, unittest.equals('foo'));
1514 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1516 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1515 unittest.expect(o.selfLink, unittest.equals('foo')); 1517 unittest.expect(o.selfLink, unittest.equals('foo'));
1516 } 1518 }
1517 buildCounterHttpHealthCheckList--; 1519 buildCounterHttpHealthCheckList--;
1518 } 1520 }
1519 1521
1520 buildUnnamed904() { 1522 buildUnnamed494() {
1521 var o = new core.List<core.String>(); 1523 var o = new core.List<core.String>();
1522 o.add("foo"); 1524 o.add("foo");
1523 o.add("foo"); 1525 o.add("foo");
1524 return o; 1526 return o;
1525 } 1527 }
1526 1528
1527 checkUnnamed904(core.List<core.String> o) { 1529 checkUnnamed494(core.List<core.String> o) {
1528 unittest.expect(o, unittest.hasLength(2)); 1530 unittest.expect(o, unittest.hasLength(2));
1529 unittest.expect(o[0], unittest.equals('foo')); 1531 unittest.expect(o[0], unittest.equals('foo'));
1530 unittest.expect(o[1], unittest.equals('foo')); 1532 unittest.expect(o[1], unittest.equals('foo'));
1531 } 1533 }
1532 1534
1533 core.int buildCounterImageRawDisk = 0; 1535 core.int buildCounterImageRawDisk = 0;
1534 buildImageRawDisk() { 1536 buildImageRawDisk() {
1535 var o = new api.ImageRawDisk(); 1537 var o = new api.ImageRawDisk();
1536 buildCounterImageRawDisk++; 1538 buildCounterImageRawDisk++;
1537 if (buildCounterImageRawDisk < 3) { 1539 if (buildCounterImageRawDisk < 3) {
(...skipping 20 matching lines...) Expand all
1558 var o = new api.Image(); 1560 var o = new api.Image();
1559 buildCounterImage++; 1561 buildCounterImage++;
1560 if (buildCounterImage < 3) { 1562 if (buildCounterImage < 3) {
1561 o.archiveSizeBytes = "foo"; 1563 o.archiveSizeBytes = "foo";
1562 o.creationTimestamp = "foo"; 1564 o.creationTimestamp = "foo";
1563 o.deprecated = buildDeprecationStatus(); 1565 o.deprecated = buildDeprecationStatus();
1564 o.description = "foo"; 1566 o.description = "foo";
1565 o.diskSizeGb = "foo"; 1567 o.diskSizeGb = "foo";
1566 o.id = "foo"; 1568 o.id = "foo";
1567 o.kind = "foo"; 1569 o.kind = "foo";
1568 o.licenses = buildUnnamed904(); 1570 o.licenses = buildUnnamed494();
1569 o.name = "foo"; 1571 o.name = "foo";
1570 o.rawDisk = buildImageRawDisk(); 1572 o.rawDisk = buildImageRawDisk();
1571 o.selfLink = "foo"; 1573 o.selfLink = "foo";
1572 o.sourceDisk = "foo"; 1574 o.sourceDisk = "foo";
1573 o.sourceDiskId = "foo"; 1575 o.sourceDiskId = "foo";
1574 o.sourceType = "foo"; 1576 o.sourceType = "foo";
1575 o.status = "foo"; 1577 o.status = "foo";
1576 } 1578 }
1577 buildCounterImage--; 1579 buildCounterImage--;
1578 return o; 1580 return o;
1579 } 1581 }
1580 1582
1581 checkImage(api.Image o) { 1583 checkImage(api.Image o) {
1582 buildCounterImage++; 1584 buildCounterImage++;
1583 if (buildCounterImage < 3) { 1585 if (buildCounterImage < 3) {
1584 unittest.expect(o.archiveSizeBytes, unittest.equals('foo')); 1586 unittest.expect(o.archiveSizeBytes, unittest.equals('foo'));
1585 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 1587 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
1586 checkDeprecationStatus(o.deprecated); 1588 checkDeprecationStatus(o.deprecated);
1587 unittest.expect(o.description, unittest.equals('foo')); 1589 unittest.expect(o.description, unittest.equals('foo'));
1588 unittest.expect(o.diskSizeGb, unittest.equals('foo')); 1590 unittest.expect(o.diskSizeGb, unittest.equals('foo'));
1589 unittest.expect(o.id, unittest.equals('foo')); 1591 unittest.expect(o.id, unittest.equals('foo'));
1590 unittest.expect(o.kind, unittest.equals('foo')); 1592 unittest.expect(o.kind, unittest.equals('foo'));
1591 checkUnnamed904(o.licenses); 1593 checkUnnamed494(o.licenses);
1592 unittest.expect(o.name, unittest.equals('foo')); 1594 unittest.expect(o.name, unittest.equals('foo'));
1593 checkImageRawDisk(o.rawDisk); 1595 checkImageRawDisk(o.rawDisk);
1594 unittest.expect(o.selfLink, unittest.equals('foo')); 1596 unittest.expect(o.selfLink, unittest.equals('foo'));
1595 unittest.expect(o.sourceDisk, unittest.equals('foo')); 1597 unittest.expect(o.sourceDisk, unittest.equals('foo'));
1596 unittest.expect(o.sourceDiskId, unittest.equals('foo')); 1598 unittest.expect(o.sourceDiskId, unittest.equals('foo'));
1597 unittest.expect(o.sourceType, unittest.equals('foo')); 1599 unittest.expect(o.sourceType, unittest.equals('foo'));
1598 unittest.expect(o.status, unittest.equals('foo')); 1600 unittest.expect(o.status, unittest.equals('foo'));
1599 } 1601 }
1600 buildCounterImage--; 1602 buildCounterImage--;
1601 } 1603 }
1602 1604
1603 buildUnnamed905() { 1605 buildUnnamed495() {
1604 var o = new core.List<api.Image>(); 1606 var o = new core.List<api.Image>();
1605 o.add(buildImage()); 1607 o.add(buildImage());
1606 o.add(buildImage()); 1608 o.add(buildImage());
1607 return o; 1609 return o;
1608 } 1610 }
1609 1611
1610 checkUnnamed905(core.List<api.Image> o) { 1612 checkUnnamed495(core.List<api.Image> o) {
1611 unittest.expect(o, unittest.hasLength(2)); 1613 unittest.expect(o, unittest.hasLength(2));
1612 checkImage(o[0]); 1614 checkImage(o[0]);
1613 checkImage(o[1]); 1615 checkImage(o[1]);
1614 } 1616 }
1615 1617
1616 core.int buildCounterImageList = 0; 1618 core.int buildCounterImageList = 0;
1617 buildImageList() { 1619 buildImageList() {
1618 var o = new api.ImageList(); 1620 var o = new api.ImageList();
1619 buildCounterImageList++; 1621 buildCounterImageList++;
1620 if (buildCounterImageList < 3) { 1622 if (buildCounterImageList < 3) {
1621 o.id = "foo"; 1623 o.id = "foo";
1622 o.items = buildUnnamed905(); 1624 o.items = buildUnnamed495();
1623 o.kind = "foo"; 1625 o.kind = "foo";
1624 o.nextPageToken = "foo"; 1626 o.nextPageToken = "foo";
1625 o.selfLink = "foo"; 1627 o.selfLink = "foo";
1626 } 1628 }
1627 buildCounterImageList--; 1629 buildCounterImageList--;
1628 return o; 1630 return o;
1629 } 1631 }
1630 1632
1631 checkImageList(api.ImageList o) { 1633 checkImageList(api.ImageList o) {
1632 buildCounterImageList++; 1634 buildCounterImageList++;
1633 if (buildCounterImageList < 3) { 1635 if (buildCounterImageList < 3) {
1634 unittest.expect(o.id, unittest.equals('foo')); 1636 unittest.expect(o.id, unittest.equals('foo'));
1635 checkUnnamed905(o.items); 1637 checkUnnamed495(o.items);
1636 unittest.expect(o.kind, unittest.equals('foo')); 1638 unittest.expect(o.kind, unittest.equals('foo'));
1637 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1639 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1638 unittest.expect(o.selfLink, unittest.equals('foo')); 1640 unittest.expect(o.selfLink, unittest.equals('foo'));
1639 } 1641 }
1640 buildCounterImageList--; 1642 buildCounterImageList--;
1641 } 1643 }
1642 1644
1643 buildUnnamed906() { 1645 buildUnnamed496() {
1644 var o = new core.List<api.AttachedDisk>(); 1646 var o = new core.List<api.AttachedDisk>();
1645 o.add(buildAttachedDisk()); 1647 o.add(buildAttachedDisk());
1646 o.add(buildAttachedDisk()); 1648 o.add(buildAttachedDisk());
1647 return o; 1649 return o;
1648 } 1650 }
1649 1651
1650 checkUnnamed906(core.List<api.AttachedDisk> o) { 1652 checkUnnamed496(core.List<api.AttachedDisk> o) {
1651 unittest.expect(o, unittest.hasLength(2)); 1653 unittest.expect(o, unittest.hasLength(2));
1652 checkAttachedDisk(o[0]); 1654 checkAttachedDisk(o[0]);
1653 checkAttachedDisk(o[1]); 1655 checkAttachedDisk(o[1]);
1654 } 1656 }
1655 1657
1656 buildUnnamed907() { 1658 buildUnnamed497() {
1657 var o = new core.List<api.NetworkInterface>(); 1659 var o = new core.List<api.NetworkInterface>();
1658 o.add(buildNetworkInterface()); 1660 o.add(buildNetworkInterface());
1659 o.add(buildNetworkInterface()); 1661 o.add(buildNetworkInterface());
1660 return o; 1662 return o;
1661 } 1663 }
1662 1664
1663 checkUnnamed907(core.List<api.NetworkInterface> o) { 1665 checkUnnamed497(core.List<api.NetworkInterface> o) {
1664 unittest.expect(o, unittest.hasLength(2)); 1666 unittest.expect(o, unittest.hasLength(2));
1665 checkNetworkInterface(o[0]); 1667 checkNetworkInterface(o[0]);
1666 checkNetworkInterface(o[1]); 1668 checkNetworkInterface(o[1]);
1667 } 1669 }
1668 1670
1669 buildUnnamed908() { 1671 buildUnnamed498() {
1670 var o = new core.List<api.ServiceAccount>(); 1672 var o = new core.List<api.ServiceAccount>();
1671 o.add(buildServiceAccount()); 1673 o.add(buildServiceAccount());
1672 o.add(buildServiceAccount()); 1674 o.add(buildServiceAccount());
1673 return o; 1675 return o;
1674 } 1676 }
1675 1677
1676 checkUnnamed908(core.List<api.ServiceAccount> o) { 1678 checkUnnamed498(core.List<api.ServiceAccount> o) {
1677 unittest.expect(o, unittest.hasLength(2)); 1679 unittest.expect(o, unittest.hasLength(2));
1678 checkServiceAccount(o[0]); 1680 checkServiceAccount(o[0]);
1679 checkServiceAccount(o[1]); 1681 checkServiceAccount(o[1]);
1680 } 1682 }
1681 1683
1682 core.int buildCounterInstance = 0; 1684 core.int buildCounterInstance = 0;
1683 buildInstance() { 1685 buildInstance() {
1684 var o = new api.Instance(); 1686 var o = new api.Instance();
1685 buildCounterInstance++; 1687 buildCounterInstance++;
1686 if (buildCounterInstance < 3) { 1688 if (buildCounterInstance < 3) {
1687 o.canIpForward = true; 1689 o.canIpForward = true;
1688 o.creationTimestamp = "foo"; 1690 o.creationTimestamp = "foo";
1689 o.description = "foo"; 1691 o.description = "foo";
1690 o.disks = buildUnnamed906(); 1692 o.disks = buildUnnamed496();
1691 o.id = "foo"; 1693 o.id = "foo";
1692 o.kind = "foo"; 1694 o.kind = "foo";
1693 o.machineType = "foo"; 1695 o.machineType = "foo";
1694 o.metadata = buildMetadata(); 1696 o.metadata = buildMetadata();
1695 o.name = "foo"; 1697 o.name = "foo";
1696 o.networkInterfaces = buildUnnamed907(); 1698 o.networkInterfaces = buildUnnamed497();
1697 o.scheduling = buildScheduling(); 1699 o.scheduling = buildScheduling();
1698 o.selfLink = "foo"; 1700 o.selfLink = "foo";
1699 o.serviceAccounts = buildUnnamed908(); 1701 o.serviceAccounts = buildUnnamed498();
1700 o.status = "foo"; 1702 o.status = "foo";
1701 o.statusMessage = "foo"; 1703 o.statusMessage = "foo";
1702 o.tags = buildTags(); 1704 o.tags = buildTags();
1703 o.zone = "foo"; 1705 o.zone = "foo";
1704 } 1706 }
1705 buildCounterInstance--; 1707 buildCounterInstance--;
1706 return o; 1708 return o;
1707 } 1709 }
1708 1710
1709 checkInstance(api.Instance o) { 1711 checkInstance(api.Instance o) {
1710 buildCounterInstance++; 1712 buildCounterInstance++;
1711 if (buildCounterInstance < 3) { 1713 if (buildCounterInstance < 3) {
1712 unittest.expect(o.canIpForward, unittest.isTrue); 1714 unittest.expect(o.canIpForward, unittest.isTrue);
1713 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 1715 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
1714 unittest.expect(o.description, unittest.equals('foo')); 1716 unittest.expect(o.description, unittest.equals('foo'));
1715 checkUnnamed906(o.disks); 1717 checkUnnamed496(o.disks);
1716 unittest.expect(o.id, unittest.equals('foo')); 1718 unittest.expect(o.id, unittest.equals('foo'));
1717 unittest.expect(o.kind, unittest.equals('foo')); 1719 unittest.expect(o.kind, unittest.equals('foo'));
1718 unittest.expect(o.machineType, unittest.equals('foo')); 1720 unittest.expect(o.machineType, unittest.equals('foo'));
1719 checkMetadata(o.metadata); 1721 checkMetadata(o.metadata);
1720 unittest.expect(o.name, unittest.equals('foo')); 1722 unittest.expect(o.name, unittest.equals('foo'));
1721 checkUnnamed907(o.networkInterfaces); 1723 checkUnnamed497(o.networkInterfaces);
1722 checkScheduling(o.scheduling); 1724 checkScheduling(o.scheduling);
1723 unittest.expect(o.selfLink, unittest.equals('foo')); 1725 unittest.expect(o.selfLink, unittest.equals('foo'));
1724 checkUnnamed908(o.serviceAccounts); 1726 checkUnnamed498(o.serviceAccounts);
1725 unittest.expect(o.status, unittest.equals('foo')); 1727 unittest.expect(o.status, unittest.equals('foo'));
1726 unittest.expect(o.statusMessage, unittest.equals('foo')); 1728 unittest.expect(o.statusMessage, unittest.equals('foo'));
1727 checkTags(o.tags); 1729 checkTags(o.tags);
1728 unittest.expect(o.zone, unittest.equals('foo')); 1730 unittest.expect(o.zone, unittest.equals('foo'));
1729 } 1731 }
1730 buildCounterInstance--; 1732 buildCounterInstance--;
1731 } 1733 }
1732 1734
1733 buildUnnamed909() { 1735 buildUnnamed499() {
1734 var o = new core.Map<core.String, api.InstancesScopedList>(); 1736 var o = new core.Map<core.String, api.InstancesScopedList>();
1735 o["x"] = buildInstancesScopedList(); 1737 o["x"] = buildInstancesScopedList();
1736 o["y"] = buildInstancesScopedList(); 1738 o["y"] = buildInstancesScopedList();
1737 return o; 1739 return o;
1738 } 1740 }
1739 1741
1740 checkUnnamed909(core.Map<core.String, api.InstancesScopedList> o) { 1742 checkUnnamed499(core.Map<core.String, api.InstancesScopedList> o) {
1741 unittest.expect(o, unittest.hasLength(2)); 1743 unittest.expect(o, unittest.hasLength(2));
1742 checkInstancesScopedList(o["x"]); 1744 checkInstancesScopedList(o["x"]);
1743 checkInstancesScopedList(o["y"]); 1745 checkInstancesScopedList(o["y"]);
1744 } 1746 }
1745 1747
1746 core.int buildCounterInstanceAggregatedList = 0; 1748 core.int buildCounterInstanceAggregatedList = 0;
1747 buildInstanceAggregatedList() { 1749 buildInstanceAggregatedList() {
1748 var o = new api.InstanceAggregatedList(); 1750 var o = new api.InstanceAggregatedList();
1749 buildCounterInstanceAggregatedList++; 1751 buildCounterInstanceAggregatedList++;
1750 if (buildCounterInstanceAggregatedList < 3) { 1752 if (buildCounterInstanceAggregatedList < 3) {
1751 o.id = "foo"; 1753 o.id = "foo";
1752 o.items = buildUnnamed909(); 1754 o.items = buildUnnamed499();
1753 o.kind = "foo"; 1755 o.kind = "foo";
1754 o.nextPageToken = "foo"; 1756 o.nextPageToken = "foo";
1755 o.selfLink = "foo"; 1757 o.selfLink = "foo";
1756 } 1758 }
1757 buildCounterInstanceAggregatedList--; 1759 buildCounterInstanceAggregatedList--;
1758 return o; 1760 return o;
1759 } 1761 }
1760 1762
1761 checkInstanceAggregatedList(api.InstanceAggregatedList o) { 1763 checkInstanceAggregatedList(api.InstanceAggregatedList o) {
1762 buildCounterInstanceAggregatedList++; 1764 buildCounterInstanceAggregatedList++;
1763 if (buildCounterInstanceAggregatedList < 3) { 1765 if (buildCounterInstanceAggregatedList < 3) {
1764 unittest.expect(o.id, unittest.equals('foo')); 1766 unittest.expect(o.id, unittest.equals('foo'));
1765 checkUnnamed909(o.items); 1767 checkUnnamed499(o.items);
1766 unittest.expect(o.kind, unittest.equals('foo')); 1768 unittest.expect(o.kind, unittest.equals('foo'));
1767 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1769 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1768 unittest.expect(o.selfLink, unittest.equals('foo')); 1770 unittest.expect(o.selfLink, unittest.equals('foo'));
1769 } 1771 }
1770 buildCounterInstanceAggregatedList--; 1772 buildCounterInstanceAggregatedList--;
1771 } 1773 }
1772 1774
1773 buildUnnamed910() { 1775 buildUnnamed500() {
1774 var o = new core.List<api.Instance>(); 1776 var o = new core.List<api.Instance>();
1775 o.add(buildInstance()); 1777 o.add(buildInstance());
1776 o.add(buildInstance()); 1778 o.add(buildInstance());
1777 return o; 1779 return o;
1778 } 1780 }
1779 1781
1780 checkUnnamed910(core.List<api.Instance> o) { 1782 checkUnnamed500(core.List<api.Instance> o) {
1781 unittest.expect(o, unittest.hasLength(2)); 1783 unittest.expect(o, unittest.hasLength(2));
1782 checkInstance(o[0]); 1784 checkInstance(o[0]);
1783 checkInstance(o[1]); 1785 checkInstance(o[1]);
1784 } 1786 }
1785 1787
1786 core.int buildCounterInstanceList = 0; 1788 core.int buildCounterInstanceList = 0;
1787 buildInstanceList() { 1789 buildInstanceList() {
1788 var o = new api.InstanceList(); 1790 var o = new api.InstanceList();
1789 buildCounterInstanceList++; 1791 buildCounterInstanceList++;
1790 if (buildCounterInstanceList < 3) { 1792 if (buildCounterInstanceList < 3) {
1791 o.id = "foo"; 1793 o.id = "foo";
1792 o.items = buildUnnamed910(); 1794 o.items = buildUnnamed500();
1793 o.kind = "foo"; 1795 o.kind = "foo";
1794 o.nextPageToken = "foo"; 1796 o.nextPageToken = "foo";
1795 o.selfLink = "foo"; 1797 o.selfLink = "foo";
1796 } 1798 }
1797 buildCounterInstanceList--; 1799 buildCounterInstanceList--;
1798 return o; 1800 return o;
1799 } 1801 }
1800 1802
1801 checkInstanceList(api.InstanceList o) { 1803 checkInstanceList(api.InstanceList o) {
1802 buildCounterInstanceList++; 1804 buildCounterInstanceList++;
1803 if (buildCounterInstanceList < 3) { 1805 if (buildCounterInstanceList < 3) {
1804 unittest.expect(o.id, unittest.equals('foo')); 1806 unittest.expect(o.id, unittest.equals('foo'));
1805 checkUnnamed910(o.items); 1807 checkUnnamed500(o.items);
1806 unittest.expect(o.kind, unittest.equals('foo')); 1808 unittest.expect(o.kind, unittest.equals('foo'));
1807 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1809 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1808 unittest.expect(o.selfLink, unittest.equals('foo')); 1810 unittest.expect(o.selfLink, unittest.equals('foo'));
1809 } 1811 }
1810 buildCounterInstanceList--; 1812 buildCounterInstanceList--;
1811 } 1813 }
1812 1814
1813 buildUnnamed911() { 1815 buildUnnamed501() {
1814 var o = new core.List<api.AttachedDisk>(); 1816 var o = new core.List<api.AttachedDisk>();
1815 o.add(buildAttachedDisk()); 1817 o.add(buildAttachedDisk());
1816 o.add(buildAttachedDisk()); 1818 o.add(buildAttachedDisk());
1817 return o; 1819 return o;
1818 } 1820 }
1819 1821
1820 checkUnnamed911(core.List<api.AttachedDisk> o) { 1822 checkUnnamed501(core.List<api.AttachedDisk> o) {
1821 unittest.expect(o, unittest.hasLength(2)); 1823 unittest.expect(o, unittest.hasLength(2));
1822 checkAttachedDisk(o[0]); 1824 checkAttachedDisk(o[0]);
1823 checkAttachedDisk(o[1]); 1825 checkAttachedDisk(o[1]);
1824 } 1826 }
1825 1827
1826 buildUnnamed912() { 1828 buildUnnamed502() {
1827 var o = new core.List<api.NetworkInterface>(); 1829 var o = new core.List<api.NetworkInterface>();
1828 o.add(buildNetworkInterface()); 1830 o.add(buildNetworkInterface());
1829 o.add(buildNetworkInterface()); 1831 o.add(buildNetworkInterface());
1830 return o; 1832 return o;
1831 } 1833 }
1832 1834
1833 checkUnnamed912(core.List<api.NetworkInterface> o) { 1835 checkUnnamed502(core.List<api.NetworkInterface> o) {
1834 unittest.expect(o, unittest.hasLength(2)); 1836 unittest.expect(o, unittest.hasLength(2));
1835 checkNetworkInterface(o[0]); 1837 checkNetworkInterface(o[0]);
1836 checkNetworkInterface(o[1]); 1838 checkNetworkInterface(o[1]);
1837 } 1839 }
1838 1840
1839 buildUnnamed913() { 1841 buildUnnamed503() {
1840 var o = new core.List<api.ServiceAccount>(); 1842 var o = new core.List<api.ServiceAccount>();
1841 o.add(buildServiceAccount()); 1843 o.add(buildServiceAccount());
1842 o.add(buildServiceAccount()); 1844 o.add(buildServiceAccount());
1843 return o; 1845 return o;
1844 } 1846 }
1845 1847
1846 checkUnnamed913(core.List<api.ServiceAccount> o) { 1848 checkUnnamed503(core.List<api.ServiceAccount> o) {
1847 unittest.expect(o, unittest.hasLength(2)); 1849 unittest.expect(o, unittest.hasLength(2));
1848 checkServiceAccount(o[0]); 1850 checkServiceAccount(o[0]);
1849 checkServiceAccount(o[1]); 1851 checkServiceAccount(o[1]);
1850 } 1852 }
1851 1853
1852 core.int buildCounterInstanceProperties = 0; 1854 core.int buildCounterInstanceProperties = 0;
1853 buildInstanceProperties() { 1855 buildInstanceProperties() {
1854 var o = new api.InstanceProperties(); 1856 var o = new api.InstanceProperties();
1855 buildCounterInstanceProperties++; 1857 buildCounterInstanceProperties++;
1856 if (buildCounterInstanceProperties < 3) { 1858 if (buildCounterInstanceProperties < 3) {
1857 o.canIpForward = true; 1859 o.canIpForward = true;
1858 o.description = "foo"; 1860 o.description = "foo";
1859 o.disks = buildUnnamed911(); 1861 o.disks = buildUnnamed501();
1860 o.machineType = "foo"; 1862 o.machineType = "foo";
1861 o.metadata = buildMetadata(); 1863 o.metadata = buildMetadata();
1862 o.networkInterfaces = buildUnnamed912(); 1864 o.networkInterfaces = buildUnnamed502();
1863 o.scheduling = buildScheduling(); 1865 o.scheduling = buildScheduling();
1864 o.serviceAccounts = buildUnnamed913(); 1866 o.serviceAccounts = buildUnnamed503();
1865 o.tags = buildTags(); 1867 o.tags = buildTags();
1866 } 1868 }
1867 buildCounterInstanceProperties--; 1869 buildCounterInstanceProperties--;
1868 return o; 1870 return o;
1869 } 1871 }
1870 1872
1871 checkInstanceProperties(api.InstanceProperties o) { 1873 checkInstanceProperties(api.InstanceProperties o) {
1872 buildCounterInstanceProperties++; 1874 buildCounterInstanceProperties++;
1873 if (buildCounterInstanceProperties < 3) { 1875 if (buildCounterInstanceProperties < 3) {
1874 unittest.expect(o.canIpForward, unittest.isTrue); 1876 unittest.expect(o.canIpForward, unittest.isTrue);
1875 unittest.expect(o.description, unittest.equals('foo')); 1877 unittest.expect(o.description, unittest.equals('foo'));
1876 checkUnnamed911(o.disks); 1878 checkUnnamed501(o.disks);
1877 unittest.expect(o.machineType, unittest.equals('foo')); 1879 unittest.expect(o.machineType, unittest.equals('foo'));
1878 checkMetadata(o.metadata); 1880 checkMetadata(o.metadata);
1879 checkUnnamed912(o.networkInterfaces); 1881 checkUnnamed502(o.networkInterfaces);
1880 checkScheduling(o.scheduling); 1882 checkScheduling(o.scheduling);
1881 checkUnnamed913(o.serviceAccounts); 1883 checkUnnamed503(o.serviceAccounts);
1882 checkTags(o.tags); 1884 checkTags(o.tags);
1883 } 1885 }
1884 buildCounterInstanceProperties--; 1886 buildCounterInstanceProperties--;
1885 } 1887 }
1886 1888
1887 core.int buildCounterInstanceReference = 0; 1889 core.int buildCounterInstanceReference = 0;
1888 buildInstanceReference() { 1890 buildInstanceReference() {
1889 var o = new api.InstanceReference(); 1891 var o = new api.InstanceReference();
1890 buildCounterInstanceReference++; 1892 buildCounterInstanceReference++;
1891 if (buildCounterInstanceReference < 3) { 1893 if (buildCounterInstanceReference < 3) {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 unittest.expect(o.description, unittest.equals('foo')); 1929 unittest.expect(o.description, unittest.equals('foo'));
1928 unittest.expect(o.id, unittest.equals('foo')); 1930 unittest.expect(o.id, unittest.equals('foo'));
1929 unittest.expect(o.kind, unittest.equals('foo')); 1931 unittest.expect(o.kind, unittest.equals('foo'));
1930 unittest.expect(o.name, unittest.equals('foo')); 1932 unittest.expect(o.name, unittest.equals('foo'));
1931 checkInstanceProperties(o.properties); 1933 checkInstanceProperties(o.properties);
1932 unittest.expect(o.selfLink, unittest.equals('foo')); 1934 unittest.expect(o.selfLink, unittest.equals('foo'));
1933 } 1935 }
1934 buildCounterInstanceTemplate--; 1936 buildCounterInstanceTemplate--;
1935 } 1937 }
1936 1938
1937 buildUnnamed914() { 1939 buildUnnamed504() {
1938 var o = new core.List<api.InstanceTemplate>(); 1940 var o = new core.List<api.InstanceTemplate>();
1939 o.add(buildInstanceTemplate()); 1941 o.add(buildInstanceTemplate());
1940 o.add(buildInstanceTemplate()); 1942 o.add(buildInstanceTemplate());
1941 return o; 1943 return o;
1942 } 1944 }
1943 1945
1944 checkUnnamed914(core.List<api.InstanceTemplate> o) { 1946 checkUnnamed504(core.List<api.InstanceTemplate> o) {
1945 unittest.expect(o, unittest.hasLength(2)); 1947 unittest.expect(o, unittest.hasLength(2));
1946 checkInstanceTemplate(o[0]); 1948 checkInstanceTemplate(o[0]);
1947 checkInstanceTemplate(o[1]); 1949 checkInstanceTemplate(o[1]);
1948 } 1950 }
1949 1951
1950 core.int buildCounterInstanceTemplateList = 0; 1952 core.int buildCounterInstanceTemplateList = 0;
1951 buildInstanceTemplateList() { 1953 buildInstanceTemplateList() {
1952 var o = new api.InstanceTemplateList(); 1954 var o = new api.InstanceTemplateList();
1953 buildCounterInstanceTemplateList++; 1955 buildCounterInstanceTemplateList++;
1954 if (buildCounterInstanceTemplateList < 3) { 1956 if (buildCounterInstanceTemplateList < 3) {
1955 o.id = "foo"; 1957 o.id = "foo";
1956 o.items = buildUnnamed914(); 1958 o.items = buildUnnamed504();
1957 o.kind = "foo"; 1959 o.kind = "foo";
1958 o.nextPageToken = "foo"; 1960 o.nextPageToken = "foo";
1959 o.selfLink = "foo"; 1961 o.selfLink = "foo";
1960 } 1962 }
1961 buildCounterInstanceTemplateList--; 1963 buildCounterInstanceTemplateList--;
1962 return o; 1964 return o;
1963 } 1965 }
1964 1966
1965 checkInstanceTemplateList(api.InstanceTemplateList o) { 1967 checkInstanceTemplateList(api.InstanceTemplateList o) {
1966 buildCounterInstanceTemplateList++; 1968 buildCounterInstanceTemplateList++;
1967 if (buildCounterInstanceTemplateList < 3) { 1969 if (buildCounterInstanceTemplateList < 3) {
1968 unittest.expect(o.id, unittest.equals('foo')); 1970 unittest.expect(o.id, unittest.equals('foo'));
1969 checkUnnamed914(o.items); 1971 checkUnnamed504(o.items);
1970 unittest.expect(o.kind, unittest.equals('foo')); 1972 unittest.expect(o.kind, unittest.equals('foo'));
1971 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1973 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1972 unittest.expect(o.selfLink, unittest.equals('foo')); 1974 unittest.expect(o.selfLink, unittest.equals('foo'));
1973 } 1975 }
1974 buildCounterInstanceTemplateList--; 1976 buildCounterInstanceTemplateList--;
1975 } 1977 }
1976 1978
1977 buildUnnamed915() { 1979 buildUnnamed505() {
1978 var o = new core.List<api.Instance>(); 1980 var o = new core.List<api.Instance>();
1979 o.add(buildInstance()); 1981 o.add(buildInstance());
1980 o.add(buildInstance()); 1982 o.add(buildInstance());
1981 return o; 1983 return o;
1982 } 1984 }
1983 1985
1984 checkUnnamed915(core.List<api.Instance> o) { 1986 checkUnnamed505(core.List<api.Instance> o) {
1985 unittest.expect(o, unittest.hasLength(2)); 1987 unittest.expect(o, unittest.hasLength(2));
1986 checkInstance(o[0]); 1988 checkInstance(o[0]);
1987 checkInstance(o[1]); 1989 checkInstance(o[1]);
1988 } 1990 }
1989 1991
1990 core.int buildCounterInstancesScopedListWarningData = 0; 1992 core.int buildCounterInstancesScopedListWarningData = 0;
1991 buildInstancesScopedListWarningData() { 1993 buildInstancesScopedListWarningData() {
1992 var o = new api.InstancesScopedListWarningData(); 1994 var o = new api.InstancesScopedListWarningData();
1993 buildCounterInstancesScopedListWarningData++; 1995 buildCounterInstancesScopedListWarningData++;
1994 if (buildCounterInstancesScopedListWarningData < 3) { 1996 if (buildCounterInstancesScopedListWarningData < 3) {
1995 o.key = "foo"; 1997 o.key = "foo";
1996 o.value = "foo"; 1998 o.value = "foo";
1997 } 1999 }
1998 buildCounterInstancesScopedListWarningData--; 2000 buildCounterInstancesScopedListWarningData--;
1999 return o; 2001 return o;
2000 } 2002 }
2001 2003
2002 checkInstancesScopedListWarningData(api.InstancesScopedListWarningData o) { 2004 checkInstancesScopedListWarningData(api.InstancesScopedListWarningData o) {
2003 buildCounterInstancesScopedListWarningData++; 2005 buildCounterInstancesScopedListWarningData++;
2004 if (buildCounterInstancesScopedListWarningData < 3) { 2006 if (buildCounterInstancesScopedListWarningData < 3) {
2005 unittest.expect(o.key, unittest.equals('foo')); 2007 unittest.expect(o.key, unittest.equals('foo'));
2006 unittest.expect(o.value, unittest.equals('foo')); 2008 unittest.expect(o.value, unittest.equals('foo'));
2007 } 2009 }
2008 buildCounterInstancesScopedListWarningData--; 2010 buildCounterInstancesScopedListWarningData--;
2009 } 2011 }
2010 2012
2011 buildUnnamed916() { 2013 buildUnnamed506() {
2012 var o = new core.List<api.InstancesScopedListWarningData>(); 2014 var o = new core.List<api.InstancesScopedListWarningData>();
2013 o.add(buildInstancesScopedListWarningData()); 2015 o.add(buildInstancesScopedListWarningData());
2014 o.add(buildInstancesScopedListWarningData()); 2016 o.add(buildInstancesScopedListWarningData());
2015 return o; 2017 return o;
2016 } 2018 }
2017 2019
2018 checkUnnamed916(core.List<api.InstancesScopedListWarningData> o) { 2020 checkUnnamed506(core.List<api.InstancesScopedListWarningData> o) {
2019 unittest.expect(o, unittest.hasLength(2)); 2021 unittest.expect(o, unittest.hasLength(2));
2020 checkInstancesScopedListWarningData(o[0]); 2022 checkInstancesScopedListWarningData(o[0]);
2021 checkInstancesScopedListWarningData(o[1]); 2023 checkInstancesScopedListWarningData(o[1]);
2022 } 2024 }
2023 2025
2024 core.int buildCounterInstancesScopedListWarning = 0; 2026 core.int buildCounterInstancesScopedListWarning = 0;
2025 buildInstancesScopedListWarning() { 2027 buildInstancesScopedListWarning() {
2026 var o = new api.InstancesScopedListWarning(); 2028 var o = new api.InstancesScopedListWarning();
2027 buildCounterInstancesScopedListWarning++; 2029 buildCounterInstancesScopedListWarning++;
2028 if (buildCounterInstancesScopedListWarning < 3) { 2030 if (buildCounterInstancesScopedListWarning < 3) {
2029 o.code = "foo"; 2031 o.code = "foo";
2030 o.data = buildUnnamed916(); 2032 o.data = buildUnnamed506();
2031 o.message = "foo"; 2033 o.message = "foo";
2032 } 2034 }
2033 buildCounterInstancesScopedListWarning--; 2035 buildCounterInstancesScopedListWarning--;
2034 return o; 2036 return o;
2035 } 2037 }
2036 2038
2037 checkInstancesScopedListWarning(api.InstancesScopedListWarning o) { 2039 checkInstancesScopedListWarning(api.InstancesScopedListWarning o) {
2038 buildCounterInstancesScopedListWarning++; 2040 buildCounterInstancesScopedListWarning++;
2039 if (buildCounterInstancesScopedListWarning < 3) { 2041 if (buildCounterInstancesScopedListWarning < 3) {
2040 unittest.expect(o.code, unittest.equals('foo')); 2042 unittest.expect(o.code, unittest.equals('foo'));
2041 checkUnnamed916(o.data); 2043 checkUnnamed506(o.data);
2042 unittest.expect(o.message, unittest.equals('foo')); 2044 unittest.expect(o.message, unittest.equals('foo'));
2043 } 2045 }
2044 buildCounterInstancesScopedListWarning--; 2046 buildCounterInstancesScopedListWarning--;
2045 } 2047 }
2046 2048
2047 core.int buildCounterInstancesScopedList = 0; 2049 core.int buildCounterInstancesScopedList = 0;
2048 buildInstancesScopedList() { 2050 buildInstancesScopedList() {
2049 var o = new api.InstancesScopedList(); 2051 var o = new api.InstancesScopedList();
2050 buildCounterInstancesScopedList++; 2052 buildCounterInstancesScopedList++;
2051 if (buildCounterInstancesScopedList < 3) { 2053 if (buildCounterInstancesScopedList < 3) {
2052 o.instances = buildUnnamed915(); 2054 o.instances = buildUnnamed505();
2053 o.warning = buildInstancesScopedListWarning(); 2055 o.warning = buildInstancesScopedListWarning();
2054 } 2056 }
2055 buildCounterInstancesScopedList--; 2057 buildCounterInstancesScopedList--;
2056 return o; 2058 return o;
2057 } 2059 }
2058 2060
2059 checkInstancesScopedList(api.InstancesScopedList o) { 2061 checkInstancesScopedList(api.InstancesScopedList o) {
2060 buildCounterInstancesScopedList++; 2062 buildCounterInstancesScopedList++;
2061 if (buildCounterInstancesScopedList < 3) { 2063 if (buildCounterInstancesScopedList < 3) {
2062 checkUnnamed915(o.instances); 2064 checkUnnamed505(o.instances);
2063 checkInstancesScopedListWarning(o.warning); 2065 checkInstancesScopedListWarning(o.warning);
2064 } 2066 }
2065 buildCounterInstancesScopedList--; 2067 buildCounterInstancesScopedList--;
2066 } 2068 }
2067 2069
2068 core.int buildCounterLicense = 0; 2070 core.int buildCounterLicense = 0;
2069 buildLicense() { 2071 buildLicense() {
2070 var o = new api.License(); 2072 var o = new api.License();
2071 buildCounterLicense++; 2073 buildCounterLicense++;
2072 if (buildCounterLicense < 3) { 2074 if (buildCounterLicense < 3) {
(...skipping 29 matching lines...) Expand all
2102 } 2104 }
2103 2105
2104 checkMachineTypeScratchDisks(api.MachineTypeScratchDisks o) { 2106 checkMachineTypeScratchDisks(api.MachineTypeScratchDisks o) {
2105 buildCounterMachineTypeScratchDisks++; 2107 buildCounterMachineTypeScratchDisks++;
2106 if (buildCounterMachineTypeScratchDisks < 3) { 2108 if (buildCounterMachineTypeScratchDisks < 3) {
2107 unittest.expect(o.diskGb, unittest.equals(42)); 2109 unittest.expect(o.diskGb, unittest.equals(42));
2108 } 2110 }
2109 buildCounterMachineTypeScratchDisks--; 2111 buildCounterMachineTypeScratchDisks--;
2110 } 2112 }
2111 2113
2112 buildUnnamed917() { 2114 buildUnnamed507() {
2113 var o = new core.List<api.MachineTypeScratchDisks>(); 2115 var o = new core.List<api.MachineTypeScratchDisks>();
2114 o.add(buildMachineTypeScratchDisks()); 2116 o.add(buildMachineTypeScratchDisks());
2115 o.add(buildMachineTypeScratchDisks()); 2117 o.add(buildMachineTypeScratchDisks());
2116 return o; 2118 return o;
2117 } 2119 }
2118 2120
2119 checkUnnamed917(core.List<api.MachineTypeScratchDisks> o) { 2121 checkUnnamed507(core.List<api.MachineTypeScratchDisks> o) {
2120 unittest.expect(o, unittest.hasLength(2)); 2122 unittest.expect(o, unittest.hasLength(2));
2121 checkMachineTypeScratchDisks(o[0]); 2123 checkMachineTypeScratchDisks(o[0]);
2122 checkMachineTypeScratchDisks(o[1]); 2124 checkMachineTypeScratchDisks(o[1]);
2123 } 2125 }
2124 2126
2125 core.int buildCounterMachineType = 0; 2127 core.int buildCounterMachineType = 0;
2126 buildMachineType() { 2128 buildMachineType() {
2127 var o = new api.MachineType(); 2129 var o = new api.MachineType();
2128 buildCounterMachineType++; 2130 buildCounterMachineType++;
2129 if (buildCounterMachineType < 3) { 2131 if (buildCounterMachineType < 3) {
2130 o.creationTimestamp = "foo"; 2132 o.creationTimestamp = "foo";
2131 o.deprecated = buildDeprecationStatus(); 2133 o.deprecated = buildDeprecationStatus();
2132 o.description = "foo"; 2134 o.description = "foo";
2133 o.guestCpus = 42; 2135 o.guestCpus = 42;
2134 o.id = "foo"; 2136 o.id = "foo";
2135 o.imageSpaceGb = 42; 2137 o.imageSpaceGb = 42;
2136 o.kind = "foo"; 2138 o.kind = "foo";
2137 o.maximumPersistentDisks = 42; 2139 o.maximumPersistentDisks = 42;
2138 o.maximumPersistentDisksSizeGb = "foo"; 2140 o.maximumPersistentDisksSizeGb = "foo";
2139 o.memoryMb = 42; 2141 o.memoryMb = 42;
2140 o.name = "foo"; 2142 o.name = "foo";
2141 o.scratchDisks = buildUnnamed917(); 2143 o.scratchDisks = buildUnnamed507();
2142 o.selfLink = "foo"; 2144 o.selfLink = "foo";
2143 o.zone = "foo"; 2145 o.zone = "foo";
2144 } 2146 }
2145 buildCounterMachineType--; 2147 buildCounterMachineType--;
2146 return o; 2148 return o;
2147 } 2149 }
2148 2150
2149 checkMachineType(api.MachineType o) { 2151 checkMachineType(api.MachineType o) {
2150 buildCounterMachineType++; 2152 buildCounterMachineType++;
2151 if (buildCounterMachineType < 3) { 2153 if (buildCounterMachineType < 3) {
2152 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 2154 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
2153 checkDeprecationStatus(o.deprecated); 2155 checkDeprecationStatus(o.deprecated);
2154 unittest.expect(o.description, unittest.equals('foo')); 2156 unittest.expect(o.description, unittest.equals('foo'));
2155 unittest.expect(o.guestCpus, unittest.equals(42)); 2157 unittest.expect(o.guestCpus, unittest.equals(42));
2156 unittest.expect(o.id, unittest.equals('foo')); 2158 unittest.expect(o.id, unittest.equals('foo'));
2157 unittest.expect(o.imageSpaceGb, unittest.equals(42)); 2159 unittest.expect(o.imageSpaceGb, unittest.equals(42));
2158 unittest.expect(o.kind, unittest.equals('foo')); 2160 unittest.expect(o.kind, unittest.equals('foo'));
2159 unittest.expect(o.maximumPersistentDisks, unittest.equals(42)); 2161 unittest.expect(o.maximumPersistentDisks, unittest.equals(42));
2160 unittest.expect(o.maximumPersistentDisksSizeGb, unittest.equals('foo')); 2162 unittest.expect(o.maximumPersistentDisksSizeGb, unittest.equals('foo'));
2161 unittest.expect(o.memoryMb, unittest.equals(42)); 2163 unittest.expect(o.memoryMb, unittest.equals(42));
2162 unittest.expect(o.name, unittest.equals('foo')); 2164 unittest.expect(o.name, unittest.equals('foo'));
2163 checkUnnamed917(o.scratchDisks); 2165 checkUnnamed507(o.scratchDisks);
2164 unittest.expect(o.selfLink, unittest.equals('foo')); 2166 unittest.expect(o.selfLink, unittest.equals('foo'));
2165 unittest.expect(o.zone, unittest.equals('foo')); 2167 unittest.expect(o.zone, unittest.equals('foo'));
2166 } 2168 }
2167 buildCounterMachineType--; 2169 buildCounterMachineType--;
2168 } 2170 }
2169 2171
2170 buildUnnamed918() { 2172 buildUnnamed508() {
2171 var o = new core.Map<core.String, api.MachineTypesScopedList>(); 2173 var o = new core.Map<core.String, api.MachineTypesScopedList>();
2172 o["x"] = buildMachineTypesScopedList(); 2174 o["x"] = buildMachineTypesScopedList();
2173 o["y"] = buildMachineTypesScopedList(); 2175 o["y"] = buildMachineTypesScopedList();
2174 return o; 2176 return o;
2175 } 2177 }
2176 2178
2177 checkUnnamed918(core.Map<core.String, api.MachineTypesScopedList> o) { 2179 checkUnnamed508(core.Map<core.String, api.MachineTypesScopedList> o) {
2178 unittest.expect(o, unittest.hasLength(2)); 2180 unittest.expect(o, unittest.hasLength(2));
2179 checkMachineTypesScopedList(o["x"]); 2181 checkMachineTypesScopedList(o["x"]);
2180 checkMachineTypesScopedList(o["y"]); 2182 checkMachineTypesScopedList(o["y"]);
2181 } 2183 }
2182 2184
2183 core.int buildCounterMachineTypeAggregatedList = 0; 2185 core.int buildCounterMachineTypeAggregatedList = 0;
2184 buildMachineTypeAggregatedList() { 2186 buildMachineTypeAggregatedList() {
2185 var o = new api.MachineTypeAggregatedList(); 2187 var o = new api.MachineTypeAggregatedList();
2186 buildCounterMachineTypeAggregatedList++; 2188 buildCounterMachineTypeAggregatedList++;
2187 if (buildCounterMachineTypeAggregatedList < 3) { 2189 if (buildCounterMachineTypeAggregatedList < 3) {
2188 o.id = "foo"; 2190 o.id = "foo";
2189 o.items = buildUnnamed918(); 2191 o.items = buildUnnamed508();
2190 o.kind = "foo"; 2192 o.kind = "foo";
2191 o.nextPageToken = "foo"; 2193 o.nextPageToken = "foo";
2192 o.selfLink = "foo"; 2194 o.selfLink = "foo";
2193 } 2195 }
2194 buildCounterMachineTypeAggregatedList--; 2196 buildCounterMachineTypeAggregatedList--;
2195 return o; 2197 return o;
2196 } 2198 }
2197 2199
2198 checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) { 2200 checkMachineTypeAggregatedList(api.MachineTypeAggregatedList o) {
2199 buildCounterMachineTypeAggregatedList++; 2201 buildCounterMachineTypeAggregatedList++;
2200 if (buildCounterMachineTypeAggregatedList < 3) { 2202 if (buildCounterMachineTypeAggregatedList < 3) {
2201 unittest.expect(o.id, unittest.equals('foo')); 2203 unittest.expect(o.id, unittest.equals('foo'));
2202 checkUnnamed918(o.items); 2204 checkUnnamed508(o.items);
2203 unittest.expect(o.kind, unittest.equals('foo')); 2205 unittest.expect(o.kind, unittest.equals('foo'));
2204 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2206 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2205 unittest.expect(o.selfLink, unittest.equals('foo')); 2207 unittest.expect(o.selfLink, unittest.equals('foo'));
2206 } 2208 }
2207 buildCounterMachineTypeAggregatedList--; 2209 buildCounterMachineTypeAggregatedList--;
2208 } 2210 }
2209 2211
2210 buildUnnamed919() { 2212 buildUnnamed509() {
2211 var o = new core.List<api.MachineType>(); 2213 var o = new core.List<api.MachineType>();
2212 o.add(buildMachineType()); 2214 o.add(buildMachineType());
2213 o.add(buildMachineType()); 2215 o.add(buildMachineType());
2214 return o; 2216 return o;
2215 } 2217 }
2216 2218
2217 checkUnnamed919(core.List<api.MachineType> o) { 2219 checkUnnamed509(core.List<api.MachineType> o) {
2218 unittest.expect(o, unittest.hasLength(2)); 2220 unittest.expect(o, unittest.hasLength(2));
2219 checkMachineType(o[0]); 2221 checkMachineType(o[0]);
2220 checkMachineType(o[1]); 2222 checkMachineType(o[1]);
2221 } 2223 }
2222 2224
2223 core.int buildCounterMachineTypeList = 0; 2225 core.int buildCounterMachineTypeList = 0;
2224 buildMachineTypeList() { 2226 buildMachineTypeList() {
2225 var o = new api.MachineTypeList(); 2227 var o = new api.MachineTypeList();
2226 buildCounterMachineTypeList++; 2228 buildCounterMachineTypeList++;
2227 if (buildCounterMachineTypeList < 3) { 2229 if (buildCounterMachineTypeList < 3) {
2228 o.id = "foo"; 2230 o.id = "foo";
2229 o.items = buildUnnamed919(); 2231 o.items = buildUnnamed509();
2230 o.kind = "foo"; 2232 o.kind = "foo";
2231 o.nextPageToken = "foo"; 2233 o.nextPageToken = "foo";
2232 o.selfLink = "foo"; 2234 o.selfLink = "foo";
2233 } 2235 }
2234 buildCounterMachineTypeList--; 2236 buildCounterMachineTypeList--;
2235 return o; 2237 return o;
2236 } 2238 }
2237 2239
2238 checkMachineTypeList(api.MachineTypeList o) { 2240 checkMachineTypeList(api.MachineTypeList o) {
2239 buildCounterMachineTypeList++; 2241 buildCounterMachineTypeList++;
2240 if (buildCounterMachineTypeList < 3) { 2242 if (buildCounterMachineTypeList < 3) {
2241 unittest.expect(o.id, unittest.equals('foo')); 2243 unittest.expect(o.id, unittest.equals('foo'));
2242 checkUnnamed919(o.items); 2244 checkUnnamed509(o.items);
2243 unittest.expect(o.kind, unittest.equals('foo')); 2245 unittest.expect(o.kind, unittest.equals('foo'));
2244 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2246 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2245 unittest.expect(o.selfLink, unittest.equals('foo')); 2247 unittest.expect(o.selfLink, unittest.equals('foo'));
2246 } 2248 }
2247 buildCounterMachineTypeList--; 2249 buildCounterMachineTypeList--;
2248 } 2250 }
2249 2251
2250 buildUnnamed920() { 2252 buildUnnamed510() {
2251 var o = new core.List<api.MachineType>(); 2253 var o = new core.List<api.MachineType>();
2252 o.add(buildMachineType()); 2254 o.add(buildMachineType());
2253 o.add(buildMachineType()); 2255 o.add(buildMachineType());
2254 return o; 2256 return o;
2255 } 2257 }
2256 2258
2257 checkUnnamed920(core.List<api.MachineType> o) { 2259 checkUnnamed510(core.List<api.MachineType> o) {
2258 unittest.expect(o, unittest.hasLength(2)); 2260 unittest.expect(o, unittest.hasLength(2));
2259 checkMachineType(o[0]); 2261 checkMachineType(o[0]);
2260 checkMachineType(o[1]); 2262 checkMachineType(o[1]);
2261 } 2263 }
2262 2264
2263 core.int buildCounterMachineTypesScopedListWarningData = 0; 2265 core.int buildCounterMachineTypesScopedListWarningData = 0;
2264 buildMachineTypesScopedListWarningData() { 2266 buildMachineTypesScopedListWarningData() {
2265 var o = new api.MachineTypesScopedListWarningData(); 2267 var o = new api.MachineTypesScopedListWarningData();
2266 buildCounterMachineTypesScopedListWarningData++; 2268 buildCounterMachineTypesScopedListWarningData++;
2267 if (buildCounterMachineTypesScopedListWarningData < 3) { 2269 if (buildCounterMachineTypesScopedListWarningData < 3) {
2268 o.key = "foo"; 2270 o.key = "foo";
2269 o.value = "foo"; 2271 o.value = "foo";
2270 } 2272 }
2271 buildCounterMachineTypesScopedListWarningData--; 2273 buildCounterMachineTypesScopedListWarningData--;
2272 return o; 2274 return o;
2273 } 2275 }
2274 2276
2275 checkMachineTypesScopedListWarningData(api.MachineTypesScopedListWarningData o) { 2277 checkMachineTypesScopedListWarningData(api.MachineTypesScopedListWarningData o) {
2276 buildCounterMachineTypesScopedListWarningData++; 2278 buildCounterMachineTypesScopedListWarningData++;
2277 if (buildCounterMachineTypesScopedListWarningData < 3) { 2279 if (buildCounterMachineTypesScopedListWarningData < 3) {
2278 unittest.expect(o.key, unittest.equals('foo')); 2280 unittest.expect(o.key, unittest.equals('foo'));
2279 unittest.expect(o.value, unittest.equals('foo')); 2281 unittest.expect(o.value, unittest.equals('foo'));
2280 } 2282 }
2281 buildCounterMachineTypesScopedListWarningData--; 2283 buildCounterMachineTypesScopedListWarningData--;
2282 } 2284 }
2283 2285
2284 buildUnnamed921() { 2286 buildUnnamed511() {
2285 var o = new core.List<api.MachineTypesScopedListWarningData>(); 2287 var o = new core.List<api.MachineTypesScopedListWarningData>();
2286 o.add(buildMachineTypesScopedListWarningData()); 2288 o.add(buildMachineTypesScopedListWarningData());
2287 o.add(buildMachineTypesScopedListWarningData()); 2289 o.add(buildMachineTypesScopedListWarningData());
2288 return o; 2290 return o;
2289 } 2291 }
2290 2292
2291 checkUnnamed921(core.List<api.MachineTypesScopedListWarningData> o) { 2293 checkUnnamed511(core.List<api.MachineTypesScopedListWarningData> o) {
2292 unittest.expect(o, unittest.hasLength(2)); 2294 unittest.expect(o, unittest.hasLength(2));
2293 checkMachineTypesScopedListWarningData(o[0]); 2295 checkMachineTypesScopedListWarningData(o[0]);
2294 checkMachineTypesScopedListWarningData(o[1]); 2296 checkMachineTypesScopedListWarningData(o[1]);
2295 } 2297 }
2296 2298
2297 core.int buildCounterMachineTypesScopedListWarning = 0; 2299 core.int buildCounterMachineTypesScopedListWarning = 0;
2298 buildMachineTypesScopedListWarning() { 2300 buildMachineTypesScopedListWarning() {
2299 var o = new api.MachineTypesScopedListWarning(); 2301 var o = new api.MachineTypesScopedListWarning();
2300 buildCounterMachineTypesScopedListWarning++; 2302 buildCounterMachineTypesScopedListWarning++;
2301 if (buildCounterMachineTypesScopedListWarning < 3) { 2303 if (buildCounterMachineTypesScopedListWarning < 3) {
2302 o.code = "foo"; 2304 o.code = "foo";
2303 o.data = buildUnnamed921(); 2305 o.data = buildUnnamed511();
2304 o.message = "foo"; 2306 o.message = "foo";
2305 } 2307 }
2306 buildCounterMachineTypesScopedListWarning--; 2308 buildCounterMachineTypesScopedListWarning--;
2307 return o; 2309 return o;
2308 } 2310 }
2309 2311
2310 checkMachineTypesScopedListWarning(api.MachineTypesScopedListWarning o) { 2312 checkMachineTypesScopedListWarning(api.MachineTypesScopedListWarning o) {
2311 buildCounterMachineTypesScopedListWarning++; 2313 buildCounterMachineTypesScopedListWarning++;
2312 if (buildCounterMachineTypesScopedListWarning < 3) { 2314 if (buildCounterMachineTypesScopedListWarning < 3) {
2313 unittest.expect(o.code, unittest.equals('foo')); 2315 unittest.expect(o.code, unittest.equals('foo'));
2314 checkUnnamed921(o.data); 2316 checkUnnamed511(o.data);
2315 unittest.expect(o.message, unittest.equals('foo')); 2317 unittest.expect(o.message, unittest.equals('foo'));
2316 } 2318 }
2317 buildCounterMachineTypesScopedListWarning--; 2319 buildCounterMachineTypesScopedListWarning--;
2318 } 2320 }
2319 2321
2320 core.int buildCounterMachineTypesScopedList = 0; 2322 core.int buildCounterMachineTypesScopedList = 0;
2321 buildMachineTypesScopedList() { 2323 buildMachineTypesScopedList() {
2322 var o = new api.MachineTypesScopedList(); 2324 var o = new api.MachineTypesScopedList();
2323 buildCounterMachineTypesScopedList++; 2325 buildCounterMachineTypesScopedList++;
2324 if (buildCounterMachineTypesScopedList < 3) { 2326 if (buildCounterMachineTypesScopedList < 3) {
2325 o.machineTypes = buildUnnamed920(); 2327 o.machineTypes = buildUnnamed510();
2326 o.warning = buildMachineTypesScopedListWarning(); 2328 o.warning = buildMachineTypesScopedListWarning();
2327 } 2329 }
2328 buildCounterMachineTypesScopedList--; 2330 buildCounterMachineTypesScopedList--;
2329 return o; 2331 return o;
2330 } 2332 }
2331 2333
2332 checkMachineTypesScopedList(api.MachineTypesScopedList o) { 2334 checkMachineTypesScopedList(api.MachineTypesScopedList o) {
2333 buildCounterMachineTypesScopedList++; 2335 buildCounterMachineTypesScopedList++;
2334 if (buildCounterMachineTypesScopedList < 3) { 2336 if (buildCounterMachineTypesScopedList < 3) {
2335 checkUnnamed920(o.machineTypes); 2337 checkUnnamed510(o.machineTypes);
2336 checkMachineTypesScopedListWarning(o.warning); 2338 checkMachineTypesScopedListWarning(o.warning);
2337 } 2339 }
2338 buildCounterMachineTypesScopedList--; 2340 buildCounterMachineTypesScopedList--;
2339 } 2341 }
2340 2342
2341 core.int buildCounterMetadataItems = 0; 2343 core.int buildCounterMetadataItems = 0;
2342 buildMetadataItems() { 2344 buildMetadataItems() {
2343 var o = new api.MetadataItems(); 2345 var o = new api.MetadataItems();
2344 buildCounterMetadataItems++; 2346 buildCounterMetadataItems++;
2345 if (buildCounterMetadataItems < 3) { 2347 if (buildCounterMetadataItems < 3) {
2346 o.key = "foo"; 2348 o.key = "foo";
2347 o.value = "foo"; 2349 o.value = "foo";
2348 } 2350 }
2349 buildCounterMetadataItems--; 2351 buildCounterMetadataItems--;
2350 return o; 2352 return o;
2351 } 2353 }
2352 2354
2353 checkMetadataItems(api.MetadataItems o) { 2355 checkMetadataItems(api.MetadataItems o) {
2354 buildCounterMetadataItems++; 2356 buildCounterMetadataItems++;
2355 if (buildCounterMetadataItems < 3) { 2357 if (buildCounterMetadataItems < 3) {
2356 unittest.expect(o.key, unittest.equals('foo')); 2358 unittest.expect(o.key, unittest.equals('foo'));
2357 unittest.expect(o.value, unittest.equals('foo')); 2359 unittest.expect(o.value, unittest.equals('foo'));
2358 } 2360 }
2359 buildCounterMetadataItems--; 2361 buildCounterMetadataItems--;
2360 } 2362 }
2361 2363
2362 buildUnnamed922() { 2364 buildUnnamed512() {
2363 var o = new core.List<api.MetadataItems>(); 2365 var o = new core.List<api.MetadataItems>();
2364 o.add(buildMetadataItems()); 2366 o.add(buildMetadataItems());
2365 o.add(buildMetadataItems()); 2367 o.add(buildMetadataItems());
2366 return o; 2368 return o;
2367 } 2369 }
2368 2370
2369 checkUnnamed922(core.List<api.MetadataItems> o) { 2371 checkUnnamed512(core.List<api.MetadataItems> o) {
2370 unittest.expect(o, unittest.hasLength(2)); 2372 unittest.expect(o, unittest.hasLength(2));
2371 checkMetadataItems(o[0]); 2373 checkMetadataItems(o[0]);
2372 checkMetadataItems(o[1]); 2374 checkMetadataItems(o[1]);
2373 } 2375 }
2374 2376
2375 core.int buildCounterMetadata = 0; 2377 core.int buildCounterMetadata = 0;
2376 buildMetadata() { 2378 buildMetadata() {
2377 var o = new api.Metadata(); 2379 var o = new api.Metadata();
2378 buildCounterMetadata++; 2380 buildCounterMetadata++;
2379 if (buildCounterMetadata < 3) { 2381 if (buildCounterMetadata < 3) {
2380 o.fingerprint = "foo"; 2382 o.fingerprint = "foo";
2381 o.items = buildUnnamed922(); 2383 o.items = buildUnnamed512();
2382 o.kind = "foo"; 2384 o.kind = "foo";
2383 } 2385 }
2384 buildCounterMetadata--; 2386 buildCounterMetadata--;
2385 return o; 2387 return o;
2386 } 2388 }
2387 2389
2388 checkMetadata(api.Metadata o) { 2390 checkMetadata(api.Metadata o) {
2389 buildCounterMetadata++; 2391 buildCounterMetadata++;
2390 if (buildCounterMetadata < 3) { 2392 if (buildCounterMetadata < 3) {
2391 unittest.expect(o.fingerprint, unittest.equals('foo')); 2393 unittest.expect(o.fingerprint, unittest.equals('foo'));
2392 checkUnnamed922(o.items); 2394 checkUnnamed512(o.items);
2393 unittest.expect(o.kind, unittest.equals('foo')); 2395 unittest.expect(o.kind, unittest.equals('foo'));
2394 } 2396 }
2395 buildCounterMetadata--; 2397 buildCounterMetadata--;
2396 } 2398 }
2397 2399
2398 core.int buildCounterNetwork = 0; 2400 core.int buildCounterNetwork = 0;
2399 buildNetwork() { 2401 buildNetwork() {
2400 var o = new api.Network(); 2402 var o = new api.Network();
2401 buildCounterNetwork++; 2403 buildCounterNetwork++;
2402 if (buildCounterNetwork < 3) { 2404 if (buildCounterNetwork < 3) {
(...skipping 18 matching lines...) Expand all
2421 unittest.expect(o.description, unittest.equals('foo')); 2423 unittest.expect(o.description, unittest.equals('foo'));
2422 unittest.expect(o.gatewayIPv4, unittest.equals('foo')); 2424 unittest.expect(o.gatewayIPv4, unittest.equals('foo'));
2423 unittest.expect(o.id, unittest.equals('foo')); 2425 unittest.expect(o.id, unittest.equals('foo'));
2424 unittest.expect(o.kind, unittest.equals('foo')); 2426 unittest.expect(o.kind, unittest.equals('foo'));
2425 unittest.expect(o.name, unittest.equals('foo')); 2427 unittest.expect(o.name, unittest.equals('foo'));
2426 unittest.expect(o.selfLink, unittest.equals('foo')); 2428 unittest.expect(o.selfLink, unittest.equals('foo'));
2427 } 2429 }
2428 buildCounterNetwork--; 2430 buildCounterNetwork--;
2429 } 2431 }
2430 2432
2431 buildUnnamed923() { 2433 buildUnnamed513() {
2432 var o = new core.List<api.AccessConfig>(); 2434 var o = new core.List<api.AccessConfig>();
2433 o.add(buildAccessConfig()); 2435 o.add(buildAccessConfig());
2434 o.add(buildAccessConfig()); 2436 o.add(buildAccessConfig());
2435 return o; 2437 return o;
2436 } 2438 }
2437 2439
2438 checkUnnamed923(core.List<api.AccessConfig> o) { 2440 checkUnnamed513(core.List<api.AccessConfig> o) {
2439 unittest.expect(o, unittest.hasLength(2)); 2441 unittest.expect(o, unittest.hasLength(2));
2440 checkAccessConfig(o[0]); 2442 checkAccessConfig(o[0]);
2441 checkAccessConfig(o[1]); 2443 checkAccessConfig(o[1]);
2442 } 2444 }
2443 2445
2444 core.int buildCounterNetworkInterface = 0; 2446 core.int buildCounterNetworkInterface = 0;
2445 buildNetworkInterface() { 2447 buildNetworkInterface() {
2446 var o = new api.NetworkInterface(); 2448 var o = new api.NetworkInterface();
2447 buildCounterNetworkInterface++; 2449 buildCounterNetworkInterface++;
2448 if (buildCounterNetworkInterface < 3) { 2450 if (buildCounterNetworkInterface < 3) {
2449 o.accessConfigs = buildUnnamed923(); 2451 o.accessConfigs = buildUnnamed513();
2450 o.name = "foo"; 2452 o.name = "foo";
2451 o.network = "foo"; 2453 o.network = "foo";
2452 o.networkIP = "foo"; 2454 o.networkIP = "foo";
2453 } 2455 }
2454 buildCounterNetworkInterface--; 2456 buildCounterNetworkInterface--;
2455 return o; 2457 return o;
2456 } 2458 }
2457 2459
2458 checkNetworkInterface(api.NetworkInterface o) { 2460 checkNetworkInterface(api.NetworkInterface o) {
2459 buildCounterNetworkInterface++; 2461 buildCounterNetworkInterface++;
2460 if (buildCounterNetworkInterface < 3) { 2462 if (buildCounterNetworkInterface < 3) {
2461 checkUnnamed923(o.accessConfigs); 2463 checkUnnamed513(o.accessConfigs);
2462 unittest.expect(o.name, unittest.equals('foo')); 2464 unittest.expect(o.name, unittest.equals('foo'));
2463 unittest.expect(o.network, unittest.equals('foo')); 2465 unittest.expect(o.network, unittest.equals('foo'));
2464 unittest.expect(o.networkIP, unittest.equals('foo')); 2466 unittest.expect(o.networkIP, unittest.equals('foo'));
2465 } 2467 }
2466 buildCounterNetworkInterface--; 2468 buildCounterNetworkInterface--;
2467 } 2469 }
2468 2470
2469 buildUnnamed924() { 2471 buildUnnamed514() {
2470 var o = new core.List<api.Network>(); 2472 var o = new core.List<api.Network>();
2471 o.add(buildNetwork()); 2473 o.add(buildNetwork());
2472 o.add(buildNetwork()); 2474 o.add(buildNetwork());
2473 return o; 2475 return o;
2474 } 2476 }
2475 2477
2476 checkUnnamed924(core.List<api.Network> o) { 2478 checkUnnamed514(core.List<api.Network> o) {
2477 unittest.expect(o, unittest.hasLength(2)); 2479 unittest.expect(o, unittest.hasLength(2));
2478 checkNetwork(o[0]); 2480 checkNetwork(o[0]);
2479 checkNetwork(o[1]); 2481 checkNetwork(o[1]);
2480 } 2482 }
2481 2483
2482 core.int buildCounterNetworkList = 0; 2484 core.int buildCounterNetworkList = 0;
2483 buildNetworkList() { 2485 buildNetworkList() {
2484 var o = new api.NetworkList(); 2486 var o = new api.NetworkList();
2485 buildCounterNetworkList++; 2487 buildCounterNetworkList++;
2486 if (buildCounterNetworkList < 3) { 2488 if (buildCounterNetworkList < 3) {
2487 o.id = "foo"; 2489 o.id = "foo";
2488 o.items = buildUnnamed924(); 2490 o.items = buildUnnamed514();
2489 o.kind = "foo"; 2491 o.kind = "foo";
2490 o.nextPageToken = "foo"; 2492 o.nextPageToken = "foo";
2491 o.selfLink = "foo"; 2493 o.selfLink = "foo";
2492 } 2494 }
2493 buildCounterNetworkList--; 2495 buildCounterNetworkList--;
2494 return o; 2496 return o;
2495 } 2497 }
2496 2498
2497 checkNetworkList(api.NetworkList o) { 2499 checkNetworkList(api.NetworkList o) {
2498 buildCounterNetworkList++; 2500 buildCounterNetworkList++;
2499 if (buildCounterNetworkList < 3) { 2501 if (buildCounterNetworkList < 3) {
2500 unittest.expect(o.id, unittest.equals('foo')); 2502 unittest.expect(o.id, unittest.equals('foo'));
2501 checkUnnamed924(o.items); 2503 checkUnnamed514(o.items);
2502 unittest.expect(o.kind, unittest.equals('foo')); 2504 unittest.expect(o.kind, unittest.equals('foo'));
2503 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2505 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2504 unittest.expect(o.selfLink, unittest.equals('foo')); 2506 unittest.expect(o.selfLink, unittest.equals('foo'));
2505 } 2507 }
2506 buildCounterNetworkList--; 2508 buildCounterNetworkList--;
2507 } 2509 }
2508 2510
2509 core.int buildCounterOperationErrorErrors = 0; 2511 core.int buildCounterOperationErrorErrors = 0;
2510 buildOperationErrorErrors() { 2512 buildOperationErrorErrors() {
2511 var o = new api.OperationErrorErrors(); 2513 var o = new api.OperationErrorErrors();
(...skipping 10 matching lines...) Expand all
2522 checkOperationErrorErrors(api.OperationErrorErrors o) { 2524 checkOperationErrorErrors(api.OperationErrorErrors o) {
2523 buildCounterOperationErrorErrors++; 2525 buildCounterOperationErrorErrors++;
2524 if (buildCounterOperationErrorErrors < 3) { 2526 if (buildCounterOperationErrorErrors < 3) {
2525 unittest.expect(o.code, unittest.equals('foo')); 2527 unittest.expect(o.code, unittest.equals('foo'));
2526 unittest.expect(o.location, unittest.equals('foo')); 2528 unittest.expect(o.location, unittest.equals('foo'));
2527 unittest.expect(o.message, unittest.equals('foo')); 2529 unittest.expect(o.message, unittest.equals('foo'));
2528 } 2530 }
2529 buildCounterOperationErrorErrors--; 2531 buildCounterOperationErrorErrors--;
2530 } 2532 }
2531 2533
2532 buildUnnamed925() { 2534 buildUnnamed515() {
2533 var o = new core.List<api.OperationErrorErrors>(); 2535 var o = new core.List<api.OperationErrorErrors>();
2534 o.add(buildOperationErrorErrors()); 2536 o.add(buildOperationErrorErrors());
2535 o.add(buildOperationErrorErrors()); 2537 o.add(buildOperationErrorErrors());
2536 return o; 2538 return o;
2537 } 2539 }
2538 2540
2539 checkUnnamed925(core.List<api.OperationErrorErrors> o) { 2541 checkUnnamed515(core.List<api.OperationErrorErrors> o) {
2540 unittest.expect(o, unittest.hasLength(2)); 2542 unittest.expect(o, unittest.hasLength(2));
2541 checkOperationErrorErrors(o[0]); 2543 checkOperationErrorErrors(o[0]);
2542 checkOperationErrorErrors(o[1]); 2544 checkOperationErrorErrors(o[1]);
2543 } 2545 }
2544 2546
2545 core.int buildCounterOperationError = 0; 2547 core.int buildCounterOperationError = 0;
2546 buildOperationError() { 2548 buildOperationError() {
2547 var o = new api.OperationError(); 2549 var o = new api.OperationError();
2548 buildCounterOperationError++; 2550 buildCounterOperationError++;
2549 if (buildCounterOperationError < 3) { 2551 if (buildCounterOperationError < 3) {
2550 o.errors = buildUnnamed925(); 2552 o.errors = buildUnnamed515();
2551 } 2553 }
2552 buildCounterOperationError--; 2554 buildCounterOperationError--;
2553 return o; 2555 return o;
2554 } 2556 }
2555 2557
2556 checkOperationError(api.OperationError o) { 2558 checkOperationError(api.OperationError o) {
2557 buildCounterOperationError++; 2559 buildCounterOperationError++;
2558 if (buildCounterOperationError < 3) { 2560 if (buildCounterOperationError < 3) {
2559 checkUnnamed925(o.errors); 2561 checkUnnamed515(o.errors);
2560 } 2562 }
2561 buildCounterOperationError--; 2563 buildCounterOperationError--;
2562 } 2564 }
2563 2565
2564 core.int buildCounterOperationWarningsData = 0; 2566 core.int buildCounterOperationWarningsData = 0;
2565 buildOperationWarningsData() { 2567 buildOperationWarningsData() {
2566 var o = new api.OperationWarningsData(); 2568 var o = new api.OperationWarningsData();
2567 buildCounterOperationWarningsData++; 2569 buildCounterOperationWarningsData++;
2568 if (buildCounterOperationWarningsData < 3) { 2570 if (buildCounterOperationWarningsData < 3) {
2569 o.key = "foo"; 2571 o.key = "foo";
2570 o.value = "foo"; 2572 o.value = "foo";
2571 } 2573 }
2572 buildCounterOperationWarningsData--; 2574 buildCounterOperationWarningsData--;
2573 return o; 2575 return o;
2574 } 2576 }
2575 2577
2576 checkOperationWarningsData(api.OperationWarningsData o) { 2578 checkOperationWarningsData(api.OperationWarningsData o) {
2577 buildCounterOperationWarningsData++; 2579 buildCounterOperationWarningsData++;
2578 if (buildCounterOperationWarningsData < 3) { 2580 if (buildCounterOperationWarningsData < 3) {
2579 unittest.expect(o.key, unittest.equals('foo')); 2581 unittest.expect(o.key, unittest.equals('foo'));
2580 unittest.expect(o.value, unittest.equals('foo')); 2582 unittest.expect(o.value, unittest.equals('foo'));
2581 } 2583 }
2582 buildCounterOperationWarningsData--; 2584 buildCounterOperationWarningsData--;
2583 } 2585 }
2584 2586
2585 buildUnnamed926() { 2587 buildUnnamed516() {
2586 var o = new core.List<api.OperationWarningsData>(); 2588 var o = new core.List<api.OperationWarningsData>();
2587 o.add(buildOperationWarningsData()); 2589 o.add(buildOperationWarningsData());
2588 o.add(buildOperationWarningsData()); 2590 o.add(buildOperationWarningsData());
2589 return o; 2591 return o;
2590 } 2592 }
2591 2593
2592 checkUnnamed926(core.List<api.OperationWarningsData> o) { 2594 checkUnnamed516(core.List<api.OperationWarningsData> o) {
2593 unittest.expect(o, unittest.hasLength(2)); 2595 unittest.expect(o, unittest.hasLength(2));
2594 checkOperationWarningsData(o[0]); 2596 checkOperationWarningsData(o[0]);
2595 checkOperationWarningsData(o[1]); 2597 checkOperationWarningsData(o[1]);
2596 } 2598 }
2597 2599
2598 core.int buildCounterOperationWarnings = 0; 2600 core.int buildCounterOperationWarnings = 0;
2599 buildOperationWarnings() { 2601 buildOperationWarnings() {
2600 var o = new api.OperationWarnings(); 2602 var o = new api.OperationWarnings();
2601 buildCounterOperationWarnings++; 2603 buildCounterOperationWarnings++;
2602 if (buildCounterOperationWarnings < 3) { 2604 if (buildCounterOperationWarnings < 3) {
2603 o.code = "foo"; 2605 o.code = "foo";
2604 o.data = buildUnnamed926(); 2606 o.data = buildUnnamed516();
2605 o.message = "foo"; 2607 o.message = "foo";
2606 } 2608 }
2607 buildCounterOperationWarnings--; 2609 buildCounterOperationWarnings--;
2608 return o; 2610 return o;
2609 } 2611 }
2610 2612
2611 checkOperationWarnings(api.OperationWarnings o) { 2613 checkOperationWarnings(api.OperationWarnings o) {
2612 buildCounterOperationWarnings++; 2614 buildCounterOperationWarnings++;
2613 if (buildCounterOperationWarnings < 3) { 2615 if (buildCounterOperationWarnings < 3) {
2614 unittest.expect(o.code, unittest.equals('foo')); 2616 unittest.expect(o.code, unittest.equals('foo'));
2615 checkUnnamed926(o.data); 2617 checkUnnamed516(o.data);
2616 unittest.expect(o.message, unittest.equals('foo')); 2618 unittest.expect(o.message, unittest.equals('foo'));
2617 } 2619 }
2618 buildCounterOperationWarnings--; 2620 buildCounterOperationWarnings--;
2619 } 2621 }
2620 2622
2621 buildUnnamed927() { 2623 buildUnnamed517() {
2622 var o = new core.List<api.OperationWarnings>(); 2624 var o = new core.List<api.OperationWarnings>();
2623 o.add(buildOperationWarnings()); 2625 o.add(buildOperationWarnings());
2624 o.add(buildOperationWarnings()); 2626 o.add(buildOperationWarnings());
2625 return o; 2627 return o;
2626 } 2628 }
2627 2629
2628 checkUnnamed927(core.List<api.OperationWarnings> o) { 2630 checkUnnamed517(core.List<api.OperationWarnings> o) {
2629 unittest.expect(o, unittest.hasLength(2)); 2631 unittest.expect(o, unittest.hasLength(2));
2630 checkOperationWarnings(o[0]); 2632 checkOperationWarnings(o[0]);
2631 checkOperationWarnings(o[1]); 2633 checkOperationWarnings(o[1]);
2632 } 2634 }
2633 2635
2634 core.int buildCounterOperation = 0; 2636 core.int buildCounterOperation = 0;
2635 buildOperation() { 2637 buildOperation() {
2636 var o = new api.Operation(); 2638 var o = new api.Operation();
2637 buildCounterOperation++; 2639 buildCounterOperation++;
2638 if (buildCounterOperation < 3) { 2640 if (buildCounterOperation < 3) {
(...skipping 10 matching lines...) Expand all
2649 o.operationType = "foo"; 2651 o.operationType = "foo";
2650 o.progress = 42; 2652 o.progress = 42;
2651 o.region = "foo"; 2653 o.region = "foo";
2652 o.selfLink = "foo"; 2654 o.selfLink = "foo";
2653 o.startTime = "foo"; 2655 o.startTime = "foo";
2654 o.status = "foo"; 2656 o.status = "foo";
2655 o.statusMessage = "foo"; 2657 o.statusMessage = "foo";
2656 o.targetId = "foo"; 2658 o.targetId = "foo";
2657 o.targetLink = "foo"; 2659 o.targetLink = "foo";
2658 o.user = "foo"; 2660 o.user = "foo";
2659 o.warnings = buildUnnamed927(); 2661 o.warnings = buildUnnamed517();
2660 o.zone = "foo"; 2662 o.zone = "foo";
2661 } 2663 }
2662 buildCounterOperation--; 2664 buildCounterOperation--;
2663 return o; 2665 return o;
2664 } 2666 }
2665 2667
2666 checkOperation(api.Operation o) { 2668 checkOperation(api.Operation o) {
2667 buildCounterOperation++; 2669 buildCounterOperation++;
2668 if (buildCounterOperation < 3) { 2670 if (buildCounterOperation < 3) {
2669 unittest.expect(o.clientOperationId, unittest.equals('foo')); 2671 unittest.expect(o.clientOperationId, unittest.equals('foo'));
2670 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 2672 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
2671 unittest.expect(o.endTime, unittest.equals('foo')); 2673 unittest.expect(o.endTime, unittest.equals('foo'));
2672 checkOperationError(o.error); 2674 checkOperationError(o.error);
2673 unittest.expect(o.httpErrorMessage, unittest.equals('foo')); 2675 unittest.expect(o.httpErrorMessage, unittest.equals('foo'));
2674 unittest.expect(o.httpErrorStatusCode, unittest.equals(42)); 2676 unittest.expect(o.httpErrorStatusCode, unittest.equals(42));
2675 unittest.expect(o.id, unittest.equals('foo')); 2677 unittest.expect(o.id, unittest.equals('foo'));
2676 unittest.expect(o.insertTime, unittest.equals('foo')); 2678 unittest.expect(o.insertTime, unittest.equals('foo'));
2677 unittest.expect(o.kind, unittest.equals('foo')); 2679 unittest.expect(o.kind, unittest.equals('foo'));
2678 unittest.expect(o.name, unittest.equals('foo')); 2680 unittest.expect(o.name, unittest.equals('foo'));
2679 unittest.expect(o.operationType, unittest.equals('foo')); 2681 unittest.expect(o.operationType, unittest.equals('foo'));
2680 unittest.expect(o.progress, unittest.equals(42)); 2682 unittest.expect(o.progress, unittest.equals(42));
2681 unittest.expect(o.region, unittest.equals('foo')); 2683 unittest.expect(o.region, unittest.equals('foo'));
2682 unittest.expect(o.selfLink, unittest.equals('foo')); 2684 unittest.expect(o.selfLink, unittest.equals('foo'));
2683 unittest.expect(o.startTime, unittest.equals('foo')); 2685 unittest.expect(o.startTime, unittest.equals('foo'));
2684 unittest.expect(o.status, unittest.equals('foo')); 2686 unittest.expect(o.status, unittest.equals('foo'));
2685 unittest.expect(o.statusMessage, unittest.equals('foo')); 2687 unittest.expect(o.statusMessage, unittest.equals('foo'));
2686 unittest.expect(o.targetId, unittest.equals('foo')); 2688 unittest.expect(o.targetId, unittest.equals('foo'));
2687 unittest.expect(o.targetLink, unittest.equals('foo')); 2689 unittest.expect(o.targetLink, unittest.equals('foo'));
2688 unittest.expect(o.user, unittest.equals('foo')); 2690 unittest.expect(o.user, unittest.equals('foo'));
2689 checkUnnamed927(o.warnings); 2691 checkUnnamed517(o.warnings);
2690 unittest.expect(o.zone, unittest.equals('foo')); 2692 unittest.expect(o.zone, unittest.equals('foo'));
2691 } 2693 }
2692 buildCounterOperation--; 2694 buildCounterOperation--;
2693 } 2695 }
2694 2696
2695 buildUnnamed928() { 2697 buildUnnamed518() {
2696 var o = new core.Map<core.String, api.OperationsScopedList>(); 2698 var o = new core.Map<core.String, api.OperationsScopedList>();
2697 o["x"] = buildOperationsScopedList(); 2699 o["x"] = buildOperationsScopedList();
2698 o["y"] = buildOperationsScopedList(); 2700 o["y"] = buildOperationsScopedList();
2699 return o; 2701 return o;
2700 } 2702 }
2701 2703
2702 checkUnnamed928(core.Map<core.String, api.OperationsScopedList> o) { 2704 checkUnnamed518(core.Map<core.String, api.OperationsScopedList> o) {
2703 unittest.expect(o, unittest.hasLength(2)); 2705 unittest.expect(o, unittest.hasLength(2));
2704 checkOperationsScopedList(o["x"]); 2706 checkOperationsScopedList(o["x"]);
2705 checkOperationsScopedList(o["y"]); 2707 checkOperationsScopedList(o["y"]);
2706 } 2708 }
2707 2709
2708 core.int buildCounterOperationAggregatedList = 0; 2710 core.int buildCounterOperationAggregatedList = 0;
2709 buildOperationAggregatedList() { 2711 buildOperationAggregatedList() {
2710 var o = new api.OperationAggregatedList(); 2712 var o = new api.OperationAggregatedList();
2711 buildCounterOperationAggregatedList++; 2713 buildCounterOperationAggregatedList++;
2712 if (buildCounterOperationAggregatedList < 3) { 2714 if (buildCounterOperationAggregatedList < 3) {
2713 o.id = "foo"; 2715 o.id = "foo";
2714 o.items = buildUnnamed928(); 2716 o.items = buildUnnamed518();
2715 o.kind = "foo"; 2717 o.kind = "foo";
2716 o.nextPageToken = "foo"; 2718 o.nextPageToken = "foo";
2717 o.selfLink = "foo"; 2719 o.selfLink = "foo";
2718 } 2720 }
2719 buildCounterOperationAggregatedList--; 2721 buildCounterOperationAggregatedList--;
2720 return o; 2722 return o;
2721 } 2723 }
2722 2724
2723 checkOperationAggregatedList(api.OperationAggregatedList o) { 2725 checkOperationAggregatedList(api.OperationAggregatedList o) {
2724 buildCounterOperationAggregatedList++; 2726 buildCounterOperationAggregatedList++;
2725 if (buildCounterOperationAggregatedList < 3) { 2727 if (buildCounterOperationAggregatedList < 3) {
2726 unittest.expect(o.id, unittest.equals('foo')); 2728 unittest.expect(o.id, unittest.equals('foo'));
2727 checkUnnamed928(o.items); 2729 checkUnnamed518(o.items);
2728 unittest.expect(o.kind, unittest.equals('foo')); 2730 unittest.expect(o.kind, unittest.equals('foo'));
2729 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2731 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2730 unittest.expect(o.selfLink, unittest.equals('foo')); 2732 unittest.expect(o.selfLink, unittest.equals('foo'));
2731 } 2733 }
2732 buildCounterOperationAggregatedList--; 2734 buildCounterOperationAggregatedList--;
2733 } 2735 }
2734 2736
2735 buildUnnamed929() { 2737 buildUnnamed519() {
2736 var o = new core.List<api.Operation>(); 2738 var o = new core.List<api.Operation>();
2737 o.add(buildOperation()); 2739 o.add(buildOperation());
2738 o.add(buildOperation()); 2740 o.add(buildOperation());
2739 return o; 2741 return o;
2740 } 2742 }
2741 2743
2742 checkUnnamed929(core.List<api.Operation> o) { 2744 checkUnnamed519(core.List<api.Operation> o) {
2743 unittest.expect(o, unittest.hasLength(2)); 2745 unittest.expect(o, unittest.hasLength(2));
2744 checkOperation(o[0]); 2746 checkOperation(o[0]);
2745 checkOperation(o[1]); 2747 checkOperation(o[1]);
2746 } 2748 }
2747 2749
2748 core.int buildCounterOperationList = 0; 2750 core.int buildCounterOperationList = 0;
2749 buildOperationList() { 2751 buildOperationList() {
2750 var o = new api.OperationList(); 2752 var o = new api.OperationList();
2751 buildCounterOperationList++; 2753 buildCounterOperationList++;
2752 if (buildCounterOperationList < 3) { 2754 if (buildCounterOperationList < 3) {
2753 o.id = "foo"; 2755 o.id = "foo";
2754 o.items = buildUnnamed929(); 2756 o.items = buildUnnamed519();
2755 o.kind = "foo"; 2757 o.kind = "foo";
2756 o.nextPageToken = "foo"; 2758 o.nextPageToken = "foo";
2757 o.selfLink = "foo"; 2759 o.selfLink = "foo";
2758 } 2760 }
2759 buildCounterOperationList--; 2761 buildCounterOperationList--;
2760 return o; 2762 return o;
2761 } 2763 }
2762 2764
2763 checkOperationList(api.OperationList o) { 2765 checkOperationList(api.OperationList o) {
2764 buildCounterOperationList++; 2766 buildCounterOperationList++;
2765 if (buildCounterOperationList < 3) { 2767 if (buildCounterOperationList < 3) {
2766 unittest.expect(o.id, unittest.equals('foo')); 2768 unittest.expect(o.id, unittest.equals('foo'));
2767 checkUnnamed929(o.items); 2769 checkUnnamed519(o.items);
2768 unittest.expect(o.kind, unittest.equals('foo')); 2770 unittest.expect(o.kind, unittest.equals('foo'));
2769 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2771 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2770 unittest.expect(o.selfLink, unittest.equals('foo')); 2772 unittest.expect(o.selfLink, unittest.equals('foo'));
2771 } 2773 }
2772 buildCounterOperationList--; 2774 buildCounterOperationList--;
2773 } 2775 }
2774 2776
2775 buildUnnamed930() { 2777 buildUnnamed520() {
2776 var o = new core.List<api.Operation>(); 2778 var o = new core.List<api.Operation>();
2777 o.add(buildOperation()); 2779 o.add(buildOperation());
2778 o.add(buildOperation()); 2780 o.add(buildOperation());
2779 return o; 2781 return o;
2780 } 2782 }
2781 2783
2782 checkUnnamed930(core.List<api.Operation> o) { 2784 checkUnnamed520(core.List<api.Operation> o) {
2783 unittest.expect(o, unittest.hasLength(2)); 2785 unittest.expect(o, unittest.hasLength(2));
2784 checkOperation(o[0]); 2786 checkOperation(o[0]);
2785 checkOperation(o[1]); 2787 checkOperation(o[1]);
2786 } 2788 }
2787 2789
2788 core.int buildCounterOperationsScopedListWarningData = 0; 2790 core.int buildCounterOperationsScopedListWarningData = 0;
2789 buildOperationsScopedListWarningData() { 2791 buildOperationsScopedListWarningData() {
2790 var o = new api.OperationsScopedListWarningData(); 2792 var o = new api.OperationsScopedListWarningData();
2791 buildCounterOperationsScopedListWarningData++; 2793 buildCounterOperationsScopedListWarningData++;
2792 if (buildCounterOperationsScopedListWarningData < 3) { 2794 if (buildCounterOperationsScopedListWarningData < 3) {
2793 o.key = "foo"; 2795 o.key = "foo";
2794 o.value = "foo"; 2796 o.value = "foo";
2795 } 2797 }
2796 buildCounterOperationsScopedListWarningData--; 2798 buildCounterOperationsScopedListWarningData--;
2797 return o; 2799 return o;
2798 } 2800 }
2799 2801
2800 checkOperationsScopedListWarningData(api.OperationsScopedListWarningData o) { 2802 checkOperationsScopedListWarningData(api.OperationsScopedListWarningData o) {
2801 buildCounterOperationsScopedListWarningData++; 2803 buildCounterOperationsScopedListWarningData++;
2802 if (buildCounterOperationsScopedListWarningData < 3) { 2804 if (buildCounterOperationsScopedListWarningData < 3) {
2803 unittest.expect(o.key, unittest.equals('foo')); 2805 unittest.expect(o.key, unittest.equals('foo'));
2804 unittest.expect(o.value, unittest.equals('foo')); 2806 unittest.expect(o.value, unittest.equals('foo'));
2805 } 2807 }
2806 buildCounterOperationsScopedListWarningData--; 2808 buildCounterOperationsScopedListWarningData--;
2807 } 2809 }
2808 2810
2809 buildUnnamed931() { 2811 buildUnnamed521() {
2810 var o = new core.List<api.OperationsScopedListWarningData>(); 2812 var o = new core.List<api.OperationsScopedListWarningData>();
2811 o.add(buildOperationsScopedListWarningData()); 2813 o.add(buildOperationsScopedListWarningData());
2812 o.add(buildOperationsScopedListWarningData()); 2814 o.add(buildOperationsScopedListWarningData());
2813 return o; 2815 return o;
2814 } 2816 }
2815 2817
2816 checkUnnamed931(core.List<api.OperationsScopedListWarningData> o) { 2818 checkUnnamed521(core.List<api.OperationsScopedListWarningData> o) {
2817 unittest.expect(o, unittest.hasLength(2)); 2819 unittest.expect(o, unittest.hasLength(2));
2818 checkOperationsScopedListWarningData(o[0]); 2820 checkOperationsScopedListWarningData(o[0]);
2819 checkOperationsScopedListWarningData(o[1]); 2821 checkOperationsScopedListWarningData(o[1]);
2820 } 2822 }
2821 2823
2822 core.int buildCounterOperationsScopedListWarning = 0; 2824 core.int buildCounterOperationsScopedListWarning = 0;
2823 buildOperationsScopedListWarning() { 2825 buildOperationsScopedListWarning() {
2824 var o = new api.OperationsScopedListWarning(); 2826 var o = new api.OperationsScopedListWarning();
2825 buildCounterOperationsScopedListWarning++; 2827 buildCounterOperationsScopedListWarning++;
2826 if (buildCounterOperationsScopedListWarning < 3) { 2828 if (buildCounterOperationsScopedListWarning < 3) {
2827 o.code = "foo"; 2829 o.code = "foo";
2828 o.data = buildUnnamed931(); 2830 o.data = buildUnnamed521();
2829 o.message = "foo"; 2831 o.message = "foo";
2830 } 2832 }
2831 buildCounterOperationsScopedListWarning--; 2833 buildCounterOperationsScopedListWarning--;
2832 return o; 2834 return o;
2833 } 2835 }
2834 2836
2835 checkOperationsScopedListWarning(api.OperationsScopedListWarning o) { 2837 checkOperationsScopedListWarning(api.OperationsScopedListWarning o) {
2836 buildCounterOperationsScopedListWarning++; 2838 buildCounterOperationsScopedListWarning++;
2837 if (buildCounterOperationsScopedListWarning < 3) { 2839 if (buildCounterOperationsScopedListWarning < 3) {
2838 unittest.expect(o.code, unittest.equals('foo')); 2840 unittest.expect(o.code, unittest.equals('foo'));
2839 checkUnnamed931(o.data); 2841 checkUnnamed521(o.data);
2840 unittest.expect(o.message, unittest.equals('foo')); 2842 unittest.expect(o.message, unittest.equals('foo'));
2841 } 2843 }
2842 buildCounterOperationsScopedListWarning--; 2844 buildCounterOperationsScopedListWarning--;
2843 } 2845 }
2844 2846
2845 core.int buildCounterOperationsScopedList = 0; 2847 core.int buildCounterOperationsScopedList = 0;
2846 buildOperationsScopedList() { 2848 buildOperationsScopedList() {
2847 var o = new api.OperationsScopedList(); 2849 var o = new api.OperationsScopedList();
2848 buildCounterOperationsScopedList++; 2850 buildCounterOperationsScopedList++;
2849 if (buildCounterOperationsScopedList < 3) { 2851 if (buildCounterOperationsScopedList < 3) {
2850 o.operations = buildUnnamed930(); 2852 o.operations = buildUnnamed520();
2851 o.warning = buildOperationsScopedListWarning(); 2853 o.warning = buildOperationsScopedListWarning();
2852 } 2854 }
2853 buildCounterOperationsScopedList--; 2855 buildCounterOperationsScopedList--;
2854 return o; 2856 return o;
2855 } 2857 }
2856 2858
2857 checkOperationsScopedList(api.OperationsScopedList o) { 2859 checkOperationsScopedList(api.OperationsScopedList o) {
2858 buildCounterOperationsScopedList++; 2860 buildCounterOperationsScopedList++;
2859 if (buildCounterOperationsScopedList < 3) { 2861 if (buildCounterOperationsScopedList < 3) {
2860 checkUnnamed930(o.operations); 2862 checkUnnamed520(o.operations);
2861 checkOperationsScopedListWarning(o.warning); 2863 checkOperationsScopedListWarning(o.warning);
2862 } 2864 }
2863 buildCounterOperationsScopedList--; 2865 buildCounterOperationsScopedList--;
2864 } 2866 }
2865 2867
2866 buildUnnamed932() { 2868 buildUnnamed522() {
2867 var o = new core.List<api.PathRule>(); 2869 var o = new core.List<api.PathRule>();
2868 o.add(buildPathRule()); 2870 o.add(buildPathRule());
2869 o.add(buildPathRule()); 2871 o.add(buildPathRule());
2870 return o; 2872 return o;
2871 } 2873 }
2872 2874
2873 checkUnnamed932(core.List<api.PathRule> o) { 2875 checkUnnamed522(core.List<api.PathRule> o) {
2874 unittest.expect(o, unittest.hasLength(2)); 2876 unittest.expect(o, unittest.hasLength(2));
2875 checkPathRule(o[0]); 2877 checkPathRule(o[0]);
2876 checkPathRule(o[1]); 2878 checkPathRule(o[1]);
2877 } 2879 }
2878 2880
2879 core.int buildCounterPathMatcher = 0; 2881 core.int buildCounterPathMatcher = 0;
2880 buildPathMatcher() { 2882 buildPathMatcher() {
2881 var o = new api.PathMatcher(); 2883 var o = new api.PathMatcher();
2882 buildCounterPathMatcher++; 2884 buildCounterPathMatcher++;
2883 if (buildCounterPathMatcher < 3) { 2885 if (buildCounterPathMatcher < 3) {
2884 o.defaultService = "foo"; 2886 o.defaultService = "foo";
2885 o.description = "foo"; 2887 o.description = "foo";
2886 o.name = "foo"; 2888 o.name = "foo";
2887 o.pathRules = buildUnnamed932(); 2889 o.pathRules = buildUnnamed522();
2888 } 2890 }
2889 buildCounterPathMatcher--; 2891 buildCounterPathMatcher--;
2890 return o; 2892 return o;
2891 } 2893 }
2892 2894
2893 checkPathMatcher(api.PathMatcher o) { 2895 checkPathMatcher(api.PathMatcher o) {
2894 buildCounterPathMatcher++; 2896 buildCounterPathMatcher++;
2895 if (buildCounterPathMatcher < 3) { 2897 if (buildCounterPathMatcher < 3) {
2896 unittest.expect(o.defaultService, unittest.equals('foo')); 2898 unittest.expect(o.defaultService, unittest.equals('foo'));
2897 unittest.expect(o.description, unittest.equals('foo')); 2899 unittest.expect(o.description, unittest.equals('foo'));
2898 unittest.expect(o.name, unittest.equals('foo')); 2900 unittest.expect(o.name, unittest.equals('foo'));
2899 checkUnnamed932(o.pathRules); 2901 checkUnnamed522(o.pathRules);
2900 } 2902 }
2901 buildCounterPathMatcher--; 2903 buildCounterPathMatcher--;
2902 } 2904 }
2903 2905
2904 buildUnnamed933() { 2906 buildUnnamed523() {
2905 var o = new core.List<core.String>(); 2907 var o = new core.List<core.String>();
2906 o.add("foo"); 2908 o.add("foo");
2907 o.add("foo"); 2909 o.add("foo");
2908 return o; 2910 return o;
2909 } 2911 }
2910 2912
2911 checkUnnamed933(core.List<core.String> o) { 2913 checkUnnamed523(core.List<core.String> o) {
2912 unittest.expect(o, unittest.hasLength(2)); 2914 unittest.expect(o, unittest.hasLength(2));
2913 unittest.expect(o[0], unittest.equals('foo')); 2915 unittest.expect(o[0], unittest.equals('foo'));
2914 unittest.expect(o[1], unittest.equals('foo')); 2916 unittest.expect(o[1], unittest.equals('foo'));
2915 } 2917 }
2916 2918
2917 core.int buildCounterPathRule = 0; 2919 core.int buildCounterPathRule = 0;
2918 buildPathRule() { 2920 buildPathRule() {
2919 var o = new api.PathRule(); 2921 var o = new api.PathRule();
2920 buildCounterPathRule++; 2922 buildCounterPathRule++;
2921 if (buildCounterPathRule < 3) { 2923 if (buildCounterPathRule < 3) {
2922 o.paths = buildUnnamed933(); 2924 o.paths = buildUnnamed523();
2923 o.service = "foo"; 2925 o.service = "foo";
2924 } 2926 }
2925 buildCounterPathRule--; 2927 buildCounterPathRule--;
2926 return o; 2928 return o;
2927 } 2929 }
2928 2930
2929 checkPathRule(api.PathRule o) { 2931 checkPathRule(api.PathRule o) {
2930 buildCounterPathRule++; 2932 buildCounterPathRule++;
2931 if (buildCounterPathRule < 3) { 2933 if (buildCounterPathRule < 3) {
2932 checkUnnamed933(o.paths); 2934 checkUnnamed523(o.paths);
2933 unittest.expect(o.service, unittest.equals('foo')); 2935 unittest.expect(o.service, unittest.equals('foo'));
2934 } 2936 }
2935 buildCounterPathRule--; 2937 buildCounterPathRule--;
2936 } 2938 }
2937 2939
2938 buildUnnamed934() { 2940 buildUnnamed524() {
2939 var o = new core.List<api.Quota>(); 2941 var o = new core.List<api.Quota>();
2940 o.add(buildQuota()); 2942 o.add(buildQuota());
2941 o.add(buildQuota()); 2943 o.add(buildQuota());
2942 return o; 2944 return o;
2943 } 2945 }
2944 2946
2945 checkUnnamed934(core.List<api.Quota> o) { 2947 checkUnnamed524(core.List<api.Quota> o) {
2946 unittest.expect(o, unittest.hasLength(2)); 2948 unittest.expect(o, unittest.hasLength(2));
2947 checkQuota(o[0]); 2949 checkQuota(o[0]);
2948 checkQuota(o[1]); 2950 checkQuota(o[1]);
2949 } 2951 }
2950 2952
2951 core.int buildCounterProject = 0; 2953 core.int buildCounterProject = 0;
2952 buildProject() { 2954 buildProject() {
2953 var o = new api.Project(); 2955 var o = new api.Project();
2954 buildCounterProject++; 2956 buildCounterProject++;
2955 if (buildCounterProject < 3) { 2957 if (buildCounterProject < 3) {
2956 o.commonInstanceMetadata = buildMetadata(); 2958 o.commonInstanceMetadata = buildMetadata();
2957 o.creationTimestamp = "foo"; 2959 o.creationTimestamp = "foo";
2958 o.description = "foo"; 2960 o.description = "foo";
2959 o.id = "foo"; 2961 o.id = "foo";
2960 o.kind = "foo"; 2962 o.kind = "foo";
2961 o.name = "foo"; 2963 o.name = "foo";
2962 o.quotas = buildUnnamed934(); 2964 o.quotas = buildUnnamed524();
2963 o.selfLink = "foo"; 2965 o.selfLink = "foo";
2964 o.usageExportLocation = buildUsageExportLocation(); 2966 o.usageExportLocation = buildUsageExportLocation();
2965 } 2967 }
2966 buildCounterProject--; 2968 buildCounterProject--;
2967 return o; 2969 return o;
2968 } 2970 }
2969 2971
2970 checkProject(api.Project o) { 2972 checkProject(api.Project o) {
2971 buildCounterProject++; 2973 buildCounterProject++;
2972 if (buildCounterProject < 3) { 2974 if (buildCounterProject < 3) {
2973 checkMetadata(o.commonInstanceMetadata); 2975 checkMetadata(o.commonInstanceMetadata);
2974 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 2976 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
2975 unittest.expect(o.description, unittest.equals('foo')); 2977 unittest.expect(o.description, unittest.equals('foo'));
2976 unittest.expect(o.id, unittest.equals('foo')); 2978 unittest.expect(o.id, unittest.equals('foo'));
2977 unittest.expect(o.kind, unittest.equals('foo')); 2979 unittest.expect(o.kind, unittest.equals('foo'));
2978 unittest.expect(o.name, unittest.equals('foo')); 2980 unittest.expect(o.name, unittest.equals('foo'));
2979 checkUnnamed934(o.quotas); 2981 checkUnnamed524(o.quotas);
2980 unittest.expect(o.selfLink, unittest.equals('foo')); 2982 unittest.expect(o.selfLink, unittest.equals('foo'));
2981 checkUsageExportLocation(o.usageExportLocation); 2983 checkUsageExportLocation(o.usageExportLocation);
2982 } 2984 }
2983 buildCounterProject--; 2985 buildCounterProject--;
2984 } 2986 }
2985 2987
2986 core.int buildCounterQuota = 0; 2988 core.int buildCounterQuota = 0;
2987 buildQuota() { 2989 buildQuota() {
2988 var o = new api.Quota(); 2990 var o = new api.Quota();
2989 buildCounterQuota++; 2991 buildCounterQuota++;
2990 if (buildCounterQuota < 3) { 2992 if (buildCounterQuota < 3) {
2991 o.limit = 42.0; 2993 o.limit = 42.0;
2992 o.metric = "foo"; 2994 o.metric = "foo";
2993 o.usage = 42.0; 2995 o.usage = 42.0;
2994 } 2996 }
2995 buildCounterQuota--; 2997 buildCounterQuota--;
2996 return o; 2998 return o;
2997 } 2999 }
2998 3000
2999 checkQuota(api.Quota o) { 3001 checkQuota(api.Quota o) {
3000 buildCounterQuota++; 3002 buildCounterQuota++;
3001 if (buildCounterQuota < 3) { 3003 if (buildCounterQuota < 3) {
3002 unittest.expect(o.limit, unittest.equals(42.0)); 3004 unittest.expect(o.limit, unittest.equals(42.0));
3003 unittest.expect(o.metric, unittest.equals('foo')); 3005 unittest.expect(o.metric, unittest.equals('foo'));
3004 unittest.expect(o.usage, unittest.equals(42.0)); 3006 unittest.expect(o.usage, unittest.equals(42.0));
3005 } 3007 }
3006 buildCounterQuota--; 3008 buildCounterQuota--;
3007 } 3009 }
3008 3010
3009 buildUnnamed935() { 3011 buildUnnamed525() {
3010 var o = new core.List<api.Quota>(); 3012 var o = new core.List<api.Quota>();
3011 o.add(buildQuota()); 3013 o.add(buildQuota());
3012 o.add(buildQuota()); 3014 o.add(buildQuota());
3013 return o; 3015 return o;
3014 } 3016 }
3015 3017
3016 checkUnnamed935(core.List<api.Quota> o) { 3018 checkUnnamed525(core.List<api.Quota> o) {
3017 unittest.expect(o, unittest.hasLength(2)); 3019 unittest.expect(o, unittest.hasLength(2));
3018 checkQuota(o[0]); 3020 checkQuota(o[0]);
3019 checkQuota(o[1]); 3021 checkQuota(o[1]);
3020 } 3022 }
3021 3023
3022 buildUnnamed936() { 3024 buildUnnamed526() {
3023 var o = new core.List<core.String>(); 3025 var o = new core.List<core.String>();
3024 o.add("foo"); 3026 o.add("foo");
3025 o.add("foo"); 3027 o.add("foo");
3026 return o; 3028 return o;
3027 } 3029 }
3028 3030
3029 checkUnnamed936(core.List<core.String> o) { 3031 checkUnnamed526(core.List<core.String> o) {
3030 unittest.expect(o, unittest.hasLength(2)); 3032 unittest.expect(o, unittest.hasLength(2));
3031 unittest.expect(o[0], unittest.equals('foo')); 3033 unittest.expect(o[0], unittest.equals('foo'));
3032 unittest.expect(o[1], unittest.equals('foo')); 3034 unittest.expect(o[1], unittest.equals('foo'));
3033 } 3035 }
3034 3036
3035 core.int buildCounterRegion = 0; 3037 core.int buildCounterRegion = 0;
3036 buildRegion() { 3038 buildRegion() {
3037 var o = new api.Region(); 3039 var o = new api.Region();
3038 buildCounterRegion++; 3040 buildCounterRegion++;
3039 if (buildCounterRegion < 3) { 3041 if (buildCounterRegion < 3) {
3040 o.creationTimestamp = "foo"; 3042 o.creationTimestamp = "foo";
3041 o.deprecated = buildDeprecationStatus(); 3043 o.deprecated = buildDeprecationStatus();
3042 o.description = "foo"; 3044 o.description = "foo";
3043 o.id = "foo"; 3045 o.id = "foo";
3044 o.kind = "foo"; 3046 o.kind = "foo";
3045 o.name = "foo"; 3047 o.name = "foo";
3046 o.quotas = buildUnnamed935(); 3048 o.quotas = buildUnnamed525();
3047 o.selfLink = "foo"; 3049 o.selfLink = "foo";
3048 o.status = "foo"; 3050 o.status = "foo";
3049 o.zones = buildUnnamed936(); 3051 o.zones = buildUnnamed526();
3050 } 3052 }
3051 buildCounterRegion--; 3053 buildCounterRegion--;
3052 return o; 3054 return o;
3053 } 3055 }
3054 3056
3055 checkRegion(api.Region o) { 3057 checkRegion(api.Region o) {
3056 buildCounterRegion++; 3058 buildCounterRegion++;
3057 if (buildCounterRegion < 3) { 3059 if (buildCounterRegion < 3) {
3058 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 3060 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
3059 checkDeprecationStatus(o.deprecated); 3061 checkDeprecationStatus(o.deprecated);
3060 unittest.expect(o.description, unittest.equals('foo')); 3062 unittest.expect(o.description, unittest.equals('foo'));
3061 unittest.expect(o.id, unittest.equals('foo')); 3063 unittest.expect(o.id, unittest.equals('foo'));
3062 unittest.expect(o.kind, unittest.equals('foo')); 3064 unittest.expect(o.kind, unittest.equals('foo'));
3063 unittest.expect(o.name, unittest.equals('foo')); 3065 unittest.expect(o.name, unittest.equals('foo'));
3064 checkUnnamed935(o.quotas); 3066 checkUnnamed525(o.quotas);
3065 unittest.expect(o.selfLink, unittest.equals('foo')); 3067 unittest.expect(o.selfLink, unittest.equals('foo'));
3066 unittest.expect(o.status, unittest.equals('foo')); 3068 unittest.expect(o.status, unittest.equals('foo'));
3067 checkUnnamed936(o.zones); 3069 checkUnnamed526(o.zones);
3068 } 3070 }
3069 buildCounterRegion--; 3071 buildCounterRegion--;
3070 } 3072 }
3071 3073
3072 buildUnnamed937() { 3074 buildUnnamed527() {
3073 var o = new core.List<api.Region>(); 3075 var o = new core.List<api.Region>();
3074 o.add(buildRegion()); 3076 o.add(buildRegion());
3075 o.add(buildRegion()); 3077 o.add(buildRegion());
3076 return o; 3078 return o;
3077 } 3079 }
3078 3080
3079 checkUnnamed937(core.List<api.Region> o) { 3081 checkUnnamed527(core.List<api.Region> o) {
3080 unittest.expect(o, unittest.hasLength(2)); 3082 unittest.expect(o, unittest.hasLength(2));
3081 checkRegion(o[0]); 3083 checkRegion(o[0]);
3082 checkRegion(o[1]); 3084 checkRegion(o[1]);
3083 } 3085 }
3084 3086
3085 core.int buildCounterRegionList = 0; 3087 core.int buildCounterRegionList = 0;
3086 buildRegionList() { 3088 buildRegionList() {
3087 var o = new api.RegionList(); 3089 var o = new api.RegionList();
3088 buildCounterRegionList++; 3090 buildCounterRegionList++;
3089 if (buildCounterRegionList < 3) { 3091 if (buildCounterRegionList < 3) {
3090 o.id = "foo"; 3092 o.id = "foo";
3091 o.items = buildUnnamed937(); 3093 o.items = buildUnnamed527();
3092 o.kind = "foo"; 3094 o.kind = "foo";
3093 o.nextPageToken = "foo"; 3095 o.nextPageToken = "foo";
3094 o.selfLink = "foo"; 3096 o.selfLink = "foo";
3095 } 3097 }
3096 buildCounterRegionList--; 3098 buildCounterRegionList--;
3097 return o; 3099 return o;
3098 } 3100 }
3099 3101
3100 checkRegionList(api.RegionList o) { 3102 checkRegionList(api.RegionList o) {
3101 buildCounterRegionList++; 3103 buildCounterRegionList++;
3102 if (buildCounterRegionList < 3) { 3104 if (buildCounterRegionList < 3) {
3103 unittest.expect(o.id, unittest.equals('foo')); 3105 unittest.expect(o.id, unittest.equals('foo'));
3104 checkUnnamed937(o.items); 3106 checkUnnamed527(o.items);
3105 unittest.expect(o.kind, unittest.equals('foo')); 3107 unittest.expect(o.kind, unittest.equals('foo'));
3106 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3108 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3107 unittest.expect(o.selfLink, unittest.equals('foo')); 3109 unittest.expect(o.selfLink, unittest.equals('foo'));
3108 } 3110 }
3109 buildCounterRegionList--; 3111 buildCounterRegionList--;
3110 } 3112 }
3111 3113
3112 core.int buildCounterResourceGroupReference = 0; 3114 core.int buildCounterResourceGroupReference = 0;
3113 buildResourceGroupReference() { 3115 buildResourceGroupReference() {
3114 var o = new api.ResourceGroupReference(); 3116 var o = new api.ResourceGroupReference();
3115 buildCounterResourceGroupReference++; 3117 buildCounterResourceGroupReference++;
3116 if (buildCounterResourceGroupReference < 3) { 3118 if (buildCounterResourceGroupReference < 3) {
3117 o.group = "foo"; 3119 o.group = "foo";
3118 } 3120 }
3119 buildCounterResourceGroupReference--; 3121 buildCounterResourceGroupReference--;
3120 return o; 3122 return o;
3121 } 3123 }
3122 3124
3123 checkResourceGroupReference(api.ResourceGroupReference o) { 3125 checkResourceGroupReference(api.ResourceGroupReference o) {
3124 buildCounterResourceGroupReference++; 3126 buildCounterResourceGroupReference++;
3125 if (buildCounterResourceGroupReference < 3) { 3127 if (buildCounterResourceGroupReference < 3) {
3126 unittest.expect(o.group, unittest.equals('foo')); 3128 unittest.expect(o.group, unittest.equals('foo'));
3127 } 3129 }
3128 buildCounterResourceGroupReference--; 3130 buildCounterResourceGroupReference--;
3129 } 3131 }
3130 3132
3131 buildUnnamed938() { 3133 buildUnnamed528() {
3132 var o = new core.List<core.String>(); 3134 var o = new core.List<core.String>();
3133 o.add("foo"); 3135 o.add("foo");
3134 o.add("foo"); 3136 o.add("foo");
3135 return o; 3137 return o;
3136 } 3138 }
3137 3139
3138 checkUnnamed938(core.List<core.String> o) { 3140 checkUnnamed528(core.List<core.String> o) {
3139 unittest.expect(o, unittest.hasLength(2)); 3141 unittest.expect(o, unittest.hasLength(2));
3140 unittest.expect(o[0], unittest.equals('foo')); 3142 unittest.expect(o[0], unittest.equals('foo'));
3141 unittest.expect(o[1], unittest.equals('foo')); 3143 unittest.expect(o[1], unittest.equals('foo'));
3142 } 3144 }
3143 3145
3144 core.int buildCounterRouteWarningsData = 0; 3146 core.int buildCounterRouteWarningsData = 0;
3145 buildRouteWarningsData() { 3147 buildRouteWarningsData() {
3146 var o = new api.RouteWarningsData(); 3148 var o = new api.RouteWarningsData();
3147 buildCounterRouteWarningsData++; 3149 buildCounterRouteWarningsData++;
3148 if (buildCounterRouteWarningsData < 3) { 3150 if (buildCounterRouteWarningsData < 3) {
3149 o.key = "foo"; 3151 o.key = "foo";
3150 o.value = "foo"; 3152 o.value = "foo";
3151 } 3153 }
3152 buildCounterRouteWarningsData--; 3154 buildCounterRouteWarningsData--;
3153 return o; 3155 return o;
3154 } 3156 }
3155 3157
3156 checkRouteWarningsData(api.RouteWarningsData o) { 3158 checkRouteWarningsData(api.RouteWarningsData o) {
3157 buildCounterRouteWarningsData++; 3159 buildCounterRouteWarningsData++;
3158 if (buildCounterRouteWarningsData < 3) { 3160 if (buildCounterRouteWarningsData < 3) {
3159 unittest.expect(o.key, unittest.equals('foo')); 3161 unittest.expect(o.key, unittest.equals('foo'));
3160 unittest.expect(o.value, unittest.equals('foo')); 3162 unittest.expect(o.value, unittest.equals('foo'));
3161 } 3163 }
3162 buildCounterRouteWarningsData--; 3164 buildCounterRouteWarningsData--;
3163 } 3165 }
3164 3166
3165 buildUnnamed939() { 3167 buildUnnamed529() {
3166 var o = new core.List<api.RouteWarningsData>(); 3168 var o = new core.List<api.RouteWarningsData>();
3167 o.add(buildRouteWarningsData()); 3169 o.add(buildRouteWarningsData());
3168 o.add(buildRouteWarningsData()); 3170 o.add(buildRouteWarningsData());
3169 return o; 3171 return o;
3170 } 3172 }
3171 3173
3172 checkUnnamed939(core.List<api.RouteWarningsData> o) { 3174 checkUnnamed529(core.List<api.RouteWarningsData> o) {
3173 unittest.expect(o, unittest.hasLength(2)); 3175 unittest.expect(o, unittest.hasLength(2));
3174 checkRouteWarningsData(o[0]); 3176 checkRouteWarningsData(o[0]);
3175 checkRouteWarningsData(o[1]); 3177 checkRouteWarningsData(o[1]);
3176 } 3178 }
3177 3179
3178 core.int buildCounterRouteWarnings = 0; 3180 core.int buildCounterRouteWarnings = 0;
3179 buildRouteWarnings() { 3181 buildRouteWarnings() {
3180 var o = new api.RouteWarnings(); 3182 var o = new api.RouteWarnings();
3181 buildCounterRouteWarnings++; 3183 buildCounterRouteWarnings++;
3182 if (buildCounterRouteWarnings < 3) { 3184 if (buildCounterRouteWarnings < 3) {
3183 o.code = "foo"; 3185 o.code = "foo";
3184 o.data = buildUnnamed939(); 3186 o.data = buildUnnamed529();
3185 o.message = "foo"; 3187 o.message = "foo";
3186 } 3188 }
3187 buildCounterRouteWarnings--; 3189 buildCounterRouteWarnings--;
3188 return o; 3190 return o;
3189 } 3191 }
3190 3192
3191 checkRouteWarnings(api.RouteWarnings o) { 3193 checkRouteWarnings(api.RouteWarnings o) {
3192 buildCounterRouteWarnings++; 3194 buildCounterRouteWarnings++;
3193 if (buildCounterRouteWarnings < 3) { 3195 if (buildCounterRouteWarnings < 3) {
3194 unittest.expect(o.code, unittest.equals('foo')); 3196 unittest.expect(o.code, unittest.equals('foo'));
3195 checkUnnamed939(o.data); 3197 checkUnnamed529(o.data);
3196 unittest.expect(o.message, unittest.equals('foo')); 3198 unittest.expect(o.message, unittest.equals('foo'));
3197 } 3199 }
3198 buildCounterRouteWarnings--; 3200 buildCounterRouteWarnings--;
3199 } 3201 }
3200 3202
3201 buildUnnamed940() { 3203 buildUnnamed530() {
3202 var o = new core.List<api.RouteWarnings>(); 3204 var o = new core.List<api.RouteWarnings>();
3203 o.add(buildRouteWarnings()); 3205 o.add(buildRouteWarnings());
3204 o.add(buildRouteWarnings()); 3206 o.add(buildRouteWarnings());
3205 return o; 3207 return o;
3206 } 3208 }
3207 3209
3208 checkUnnamed940(core.List<api.RouteWarnings> o) { 3210 checkUnnamed530(core.List<api.RouteWarnings> o) {
3209 unittest.expect(o, unittest.hasLength(2)); 3211 unittest.expect(o, unittest.hasLength(2));
3210 checkRouteWarnings(o[0]); 3212 checkRouteWarnings(o[0]);
3211 checkRouteWarnings(o[1]); 3213 checkRouteWarnings(o[1]);
3212 } 3214 }
3213 3215
3214 core.int buildCounterRoute = 0; 3216 core.int buildCounterRoute = 0;
3215 buildRoute() { 3217 buildRoute() {
3216 var o = new api.Route(); 3218 var o = new api.Route();
3217 buildCounterRoute++; 3219 buildCounterRoute++;
3218 if (buildCounterRoute < 3) { 3220 if (buildCounterRoute < 3) {
3219 o.creationTimestamp = "foo"; 3221 o.creationTimestamp = "foo";
3220 o.description = "foo"; 3222 o.description = "foo";
3221 o.destRange = "foo"; 3223 o.destRange = "foo";
3222 o.id = "foo"; 3224 o.id = "foo";
3223 o.kind = "foo"; 3225 o.kind = "foo";
3224 o.name = "foo"; 3226 o.name = "foo";
3225 o.network = "foo"; 3227 o.network = "foo";
3226 o.nextHopGateway = "foo"; 3228 o.nextHopGateway = "foo";
3227 o.nextHopInstance = "foo"; 3229 o.nextHopInstance = "foo";
3228 o.nextHopIp = "foo"; 3230 o.nextHopIp = "foo";
3229 o.nextHopNetwork = "foo"; 3231 o.nextHopNetwork = "foo";
3230 o.priority = 42; 3232 o.priority = 42;
3231 o.selfLink = "foo"; 3233 o.selfLink = "foo";
3232 o.tags = buildUnnamed938(); 3234 o.tags = buildUnnamed528();
3233 o.warnings = buildUnnamed940(); 3235 o.warnings = buildUnnamed530();
3234 } 3236 }
3235 buildCounterRoute--; 3237 buildCounterRoute--;
3236 return o; 3238 return o;
3237 } 3239 }
3238 3240
3239 checkRoute(api.Route o) { 3241 checkRoute(api.Route o) {
3240 buildCounterRoute++; 3242 buildCounterRoute++;
3241 if (buildCounterRoute < 3) { 3243 if (buildCounterRoute < 3) {
3242 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 3244 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
3243 unittest.expect(o.description, unittest.equals('foo')); 3245 unittest.expect(o.description, unittest.equals('foo'));
3244 unittest.expect(o.destRange, unittest.equals('foo')); 3246 unittest.expect(o.destRange, unittest.equals('foo'));
3245 unittest.expect(o.id, unittest.equals('foo')); 3247 unittest.expect(o.id, unittest.equals('foo'));
3246 unittest.expect(o.kind, unittest.equals('foo')); 3248 unittest.expect(o.kind, unittest.equals('foo'));
3247 unittest.expect(o.name, unittest.equals('foo')); 3249 unittest.expect(o.name, unittest.equals('foo'));
3248 unittest.expect(o.network, unittest.equals('foo')); 3250 unittest.expect(o.network, unittest.equals('foo'));
3249 unittest.expect(o.nextHopGateway, unittest.equals('foo')); 3251 unittest.expect(o.nextHopGateway, unittest.equals('foo'));
3250 unittest.expect(o.nextHopInstance, unittest.equals('foo')); 3252 unittest.expect(o.nextHopInstance, unittest.equals('foo'));
3251 unittest.expect(o.nextHopIp, unittest.equals('foo')); 3253 unittest.expect(o.nextHopIp, unittest.equals('foo'));
3252 unittest.expect(o.nextHopNetwork, unittest.equals('foo')); 3254 unittest.expect(o.nextHopNetwork, unittest.equals('foo'));
3253 unittest.expect(o.priority, unittest.equals(42)); 3255 unittest.expect(o.priority, unittest.equals(42));
3254 unittest.expect(o.selfLink, unittest.equals('foo')); 3256 unittest.expect(o.selfLink, unittest.equals('foo'));
3255 checkUnnamed938(o.tags); 3257 checkUnnamed528(o.tags);
3256 checkUnnamed940(o.warnings); 3258 checkUnnamed530(o.warnings);
3257 } 3259 }
3258 buildCounterRoute--; 3260 buildCounterRoute--;
3259 } 3261 }
3260 3262
3261 buildUnnamed941() { 3263 buildUnnamed531() {
3262 var o = new core.List<api.Route>(); 3264 var o = new core.List<api.Route>();
3263 o.add(buildRoute()); 3265 o.add(buildRoute());
3264 o.add(buildRoute()); 3266 o.add(buildRoute());
3265 return o; 3267 return o;
3266 } 3268 }
3267 3269
3268 checkUnnamed941(core.List<api.Route> o) { 3270 checkUnnamed531(core.List<api.Route> o) {
3269 unittest.expect(o, unittest.hasLength(2)); 3271 unittest.expect(o, unittest.hasLength(2));
3270 checkRoute(o[0]); 3272 checkRoute(o[0]);
3271 checkRoute(o[1]); 3273 checkRoute(o[1]);
3272 } 3274 }
3273 3275
3274 core.int buildCounterRouteList = 0; 3276 core.int buildCounterRouteList = 0;
3275 buildRouteList() { 3277 buildRouteList() {
3276 var o = new api.RouteList(); 3278 var o = new api.RouteList();
3277 buildCounterRouteList++; 3279 buildCounterRouteList++;
3278 if (buildCounterRouteList < 3) { 3280 if (buildCounterRouteList < 3) {
3279 o.id = "foo"; 3281 o.id = "foo";
3280 o.items = buildUnnamed941(); 3282 o.items = buildUnnamed531();
3281 o.kind = "foo"; 3283 o.kind = "foo";
3282 o.nextPageToken = "foo"; 3284 o.nextPageToken = "foo";
3283 o.selfLink = "foo"; 3285 o.selfLink = "foo";
3284 } 3286 }
3285 buildCounterRouteList--; 3287 buildCounterRouteList--;
3286 return o; 3288 return o;
3287 } 3289 }
3288 3290
3289 checkRouteList(api.RouteList o) { 3291 checkRouteList(api.RouteList o) {
3290 buildCounterRouteList++; 3292 buildCounterRouteList++;
3291 if (buildCounterRouteList < 3) { 3293 if (buildCounterRouteList < 3) {
3292 unittest.expect(o.id, unittest.equals('foo')); 3294 unittest.expect(o.id, unittest.equals('foo'));
3293 checkUnnamed941(o.items); 3295 checkUnnamed531(o.items);
3294 unittest.expect(o.kind, unittest.equals('foo')); 3296 unittest.expect(o.kind, unittest.equals('foo'));
3295 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3297 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3296 unittest.expect(o.selfLink, unittest.equals('foo')); 3298 unittest.expect(o.selfLink, unittest.equals('foo'));
3297 } 3299 }
3298 buildCounterRouteList--; 3300 buildCounterRouteList--;
3299 } 3301 }
3300 3302
3301 core.int buildCounterScheduling = 0; 3303 core.int buildCounterScheduling = 0;
3302 buildScheduling() { 3304 buildScheduling() {
3303 var o = new api.Scheduling(); 3305 var o = new api.Scheduling();
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3335 checkSerialPortOutput(api.SerialPortOutput o) { 3337 checkSerialPortOutput(api.SerialPortOutput o) {
3336 buildCounterSerialPortOutput++; 3338 buildCounterSerialPortOutput++;
3337 if (buildCounterSerialPortOutput < 3) { 3339 if (buildCounterSerialPortOutput < 3) {
3338 unittest.expect(o.contents, unittest.equals('foo')); 3340 unittest.expect(o.contents, unittest.equals('foo'));
3339 unittest.expect(o.kind, unittest.equals('foo')); 3341 unittest.expect(o.kind, unittest.equals('foo'));
3340 unittest.expect(o.selfLink, unittest.equals('foo')); 3342 unittest.expect(o.selfLink, unittest.equals('foo'));
3341 } 3343 }
3342 buildCounterSerialPortOutput--; 3344 buildCounterSerialPortOutput--;
3343 } 3345 }
3344 3346
3345 buildUnnamed942() { 3347 buildUnnamed532() {
3346 var o = new core.List<core.String>(); 3348 var o = new core.List<core.String>();
3347 o.add("foo"); 3349 o.add("foo");
3348 o.add("foo"); 3350 o.add("foo");
3349 return o; 3351 return o;
3350 } 3352 }
3351 3353
3352 checkUnnamed942(core.List<core.String> o) { 3354 checkUnnamed532(core.List<core.String> o) {
3353 unittest.expect(o, unittest.hasLength(2)); 3355 unittest.expect(o, unittest.hasLength(2));
3354 unittest.expect(o[0], unittest.equals('foo')); 3356 unittest.expect(o[0], unittest.equals('foo'));
3355 unittest.expect(o[1], unittest.equals('foo')); 3357 unittest.expect(o[1], unittest.equals('foo'));
3356 } 3358 }
3357 3359
3358 core.int buildCounterServiceAccount = 0; 3360 core.int buildCounterServiceAccount = 0;
3359 buildServiceAccount() { 3361 buildServiceAccount() {
3360 var o = new api.ServiceAccount(); 3362 var o = new api.ServiceAccount();
3361 buildCounterServiceAccount++; 3363 buildCounterServiceAccount++;
3362 if (buildCounterServiceAccount < 3) { 3364 if (buildCounterServiceAccount < 3) {
3363 o.email = "foo"; 3365 o.email = "foo";
3364 o.scopes = buildUnnamed942(); 3366 o.scopes = buildUnnamed532();
3365 } 3367 }
3366 buildCounterServiceAccount--; 3368 buildCounterServiceAccount--;
3367 return o; 3369 return o;
3368 } 3370 }
3369 3371
3370 checkServiceAccount(api.ServiceAccount o) { 3372 checkServiceAccount(api.ServiceAccount o) {
3371 buildCounterServiceAccount++; 3373 buildCounterServiceAccount++;
3372 if (buildCounterServiceAccount < 3) { 3374 if (buildCounterServiceAccount < 3) {
3373 unittest.expect(o.email, unittest.equals('foo')); 3375 unittest.expect(o.email, unittest.equals('foo'));
3374 checkUnnamed942(o.scopes); 3376 checkUnnamed532(o.scopes);
3375 } 3377 }
3376 buildCounterServiceAccount--; 3378 buildCounterServiceAccount--;
3377 } 3379 }
3378 3380
3379 buildUnnamed943() { 3381 buildUnnamed533() {
3380 var o = new core.List<core.String>(); 3382 var o = new core.List<core.String>();
3381 o.add("foo"); 3383 o.add("foo");
3382 o.add("foo"); 3384 o.add("foo");
3383 return o; 3385 return o;
3384 } 3386 }
3385 3387
3386 checkUnnamed943(core.List<core.String> o) { 3388 checkUnnamed533(core.List<core.String> o) {
3387 unittest.expect(o, unittest.hasLength(2)); 3389 unittest.expect(o, unittest.hasLength(2));
3388 unittest.expect(o[0], unittest.equals('foo')); 3390 unittest.expect(o[0], unittest.equals('foo'));
3389 unittest.expect(o[1], unittest.equals('foo')); 3391 unittest.expect(o[1], unittest.equals('foo'));
3390 } 3392 }
3391 3393
3392 core.int buildCounterSnapshot = 0; 3394 core.int buildCounterSnapshot = 0;
3393 buildSnapshot() { 3395 buildSnapshot() {
3394 var o = new api.Snapshot(); 3396 var o = new api.Snapshot();
3395 buildCounterSnapshot++; 3397 buildCounterSnapshot++;
3396 if (buildCounterSnapshot < 3) { 3398 if (buildCounterSnapshot < 3) {
3397 o.creationTimestamp = "foo"; 3399 o.creationTimestamp = "foo";
3398 o.description = "foo"; 3400 o.description = "foo";
3399 o.diskSizeGb = "foo"; 3401 o.diskSizeGb = "foo";
3400 o.id = "foo"; 3402 o.id = "foo";
3401 o.kind = "foo"; 3403 o.kind = "foo";
3402 o.licenses = buildUnnamed943(); 3404 o.licenses = buildUnnamed533();
3403 o.name = "foo"; 3405 o.name = "foo";
3404 o.selfLink = "foo"; 3406 o.selfLink = "foo";
3405 o.sourceDisk = "foo"; 3407 o.sourceDisk = "foo";
3406 o.sourceDiskId = "foo"; 3408 o.sourceDiskId = "foo";
3407 o.status = "foo"; 3409 o.status = "foo";
3408 o.storageBytes = "foo"; 3410 o.storageBytes = "foo";
3409 o.storageBytesStatus = "foo"; 3411 o.storageBytesStatus = "foo";
3410 } 3412 }
3411 buildCounterSnapshot--; 3413 buildCounterSnapshot--;
3412 return o; 3414 return o;
3413 } 3415 }
3414 3416
3415 checkSnapshot(api.Snapshot o) { 3417 checkSnapshot(api.Snapshot o) {
3416 buildCounterSnapshot++; 3418 buildCounterSnapshot++;
3417 if (buildCounterSnapshot < 3) { 3419 if (buildCounterSnapshot < 3) {
3418 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 3420 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
3419 unittest.expect(o.description, unittest.equals('foo')); 3421 unittest.expect(o.description, unittest.equals('foo'));
3420 unittest.expect(o.diskSizeGb, unittest.equals('foo')); 3422 unittest.expect(o.diskSizeGb, unittest.equals('foo'));
3421 unittest.expect(o.id, unittest.equals('foo')); 3423 unittest.expect(o.id, unittest.equals('foo'));
3422 unittest.expect(o.kind, unittest.equals('foo')); 3424 unittest.expect(o.kind, unittest.equals('foo'));
3423 checkUnnamed943(o.licenses); 3425 checkUnnamed533(o.licenses);
3424 unittest.expect(o.name, unittest.equals('foo')); 3426 unittest.expect(o.name, unittest.equals('foo'));
3425 unittest.expect(o.selfLink, unittest.equals('foo')); 3427 unittest.expect(o.selfLink, unittest.equals('foo'));
3426 unittest.expect(o.sourceDisk, unittest.equals('foo')); 3428 unittest.expect(o.sourceDisk, unittest.equals('foo'));
3427 unittest.expect(o.sourceDiskId, unittest.equals('foo')); 3429 unittest.expect(o.sourceDiskId, unittest.equals('foo'));
3428 unittest.expect(o.status, unittest.equals('foo')); 3430 unittest.expect(o.status, unittest.equals('foo'));
3429 unittest.expect(o.storageBytes, unittest.equals('foo')); 3431 unittest.expect(o.storageBytes, unittest.equals('foo'));
3430 unittest.expect(o.storageBytesStatus, unittest.equals('foo')); 3432 unittest.expect(o.storageBytesStatus, unittest.equals('foo'));
3431 } 3433 }
3432 buildCounterSnapshot--; 3434 buildCounterSnapshot--;
3433 } 3435 }
3434 3436
3435 buildUnnamed944() { 3437 buildUnnamed534() {
3436 var o = new core.List<api.Snapshot>(); 3438 var o = new core.List<api.Snapshot>();
3437 o.add(buildSnapshot()); 3439 o.add(buildSnapshot());
3438 o.add(buildSnapshot()); 3440 o.add(buildSnapshot());
3439 return o; 3441 return o;
3440 } 3442 }
3441 3443
3442 checkUnnamed944(core.List<api.Snapshot> o) { 3444 checkUnnamed534(core.List<api.Snapshot> o) {
3443 unittest.expect(o, unittest.hasLength(2)); 3445 unittest.expect(o, unittest.hasLength(2));
3444 checkSnapshot(o[0]); 3446 checkSnapshot(o[0]);
3445 checkSnapshot(o[1]); 3447 checkSnapshot(o[1]);
3446 } 3448 }
3447 3449
3448 core.int buildCounterSnapshotList = 0; 3450 core.int buildCounterSnapshotList = 0;
3449 buildSnapshotList() { 3451 buildSnapshotList() {
3450 var o = new api.SnapshotList(); 3452 var o = new api.SnapshotList();
3451 buildCounterSnapshotList++; 3453 buildCounterSnapshotList++;
3452 if (buildCounterSnapshotList < 3) { 3454 if (buildCounterSnapshotList < 3) {
3453 o.id = "foo"; 3455 o.id = "foo";
3454 o.items = buildUnnamed944(); 3456 o.items = buildUnnamed534();
3455 o.kind = "foo"; 3457 o.kind = "foo";
3456 o.nextPageToken = "foo"; 3458 o.nextPageToken = "foo";
3457 o.selfLink = "foo"; 3459 o.selfLink = "foo";
3458 } 3460 }
3459 buildCounterSnapshotList--; 3461 buildCounterSnapshotList--;
3460 return o; 3462 return o;
3461 } 3463 }
3462 3464
3463 checkSnapshotList(api.SnapshotList o) { 3465 checkSnapshotList(api.SnapshotList o) {
3464 buildCounterSnapshotList++; 3466 buildCounterSnapshotList++;
3465 if (buildCounterSnapshotList < 3) { 3467 if (buildCounterSnapshotList < 3) {
3466 unittest.expect(o.id, unittest.equals('foo')); 3468 unittest.expect(o.id, unittest.equals('foo'));
3467 checkUnnamed944(o.items); 3469 checkUnnamed534(o.items);
3468 unittest.expect(o.kind, unittest.equals('foo')); 3470 unittest.expect(o.kind, unittest.equals('foo'));
3469 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3471 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3470 unittest.expect(o.selfLink, unittest.equals('foo')); 3472 unittest.expect(o.selfLink, unittest.equals('foo'));
3471 } 3473 }
3472 buildCounterSnapshotList--; 3474 buildCounterSnapshotList--;
3473 } 3475 }
3474 3476
3475 buildUnnamed945() { 3477 buildUnnamed535() {
3476 var o = new core.List<core.String>(); 3478 var o = new core.List<core.String>();
3477 o.add("foo"); 3479 o.add("foo");
3478 o.add("foo"); 3480 o.add("foo");
3479 return o; 3481 return o;
3480 } 3482 }
3481 3483
3482 checkUnnamed945(core.List<core.String> o) { 3484 checkUnnamed535(core.List<core.String> o) {
3483 unittest.expect(o, unittest.hasLength(2)); 3485 unittest.expect(o, unittest.hasLength(2));
3484 unittest.expect(o[0], unittest.equals('foo')); 3486 unittest.expect(o[0], unittest.equals('foo'));
3485 unittest.expect(o[1], unittest.equals('foo')); 3487 unittest.expect(o[1], unittest.equals('foo'));
3486 } 3488 }
3487 3489
3488 core.int buildCounterTags = 0; 3490 core.int buildCounterTags = 0;
3489 buildTags() { 3491 buildTags() {
3490 var o = new api.Tags(); 3492 var o = new api.Tags();
3491 buildCounterTags++; 3493 buildCounterTags++;
3492 if (buildCounterTags < 3) { 3494 if (buildCounterTags < 3) {
3493 o.fingerprint = "foo"; 3495 o.fingerprint = "foo";
3494 o.items = buildUnnamed945(); 3496 o.items = buildUnnamed535();
3495 } 3497 }
3496 buildCounterTags--; 3498 buildCounterTags--;
3497 return o; 3499 return o;
3498 } 3500 }
3499 3501
3500 checkTags(api.Tags o) { 3502 checkTags(api.Tags o) {
3501 buildCounterTags++; 3503 buildCounterTags++;
3502 if (buildCounterTags < 3) { 3504 if (buildCounterTags < 3) {
3503 unittest.expect(o.fingerprint, unittest.equals('foo')); 3505 unittest.expect(o.fingerprint, unittest.equals('foo'));
3504 checkUnnamed945(o.items); 3506 checkUnnamed535(o.items);
3505 } 3507 }
3506 buildCounterTags--; 3508 buildCounterTags--;
3507 } 3509 }
3508 3510
3509 core.int buildCounterTargetHttpProxy = 0; 3511 core.int buildCounterTargetHttpProxy = 0;
3510 buildTargetHttpProxy() { 3512 buildTargetHttpProxy() {
3511 var o = new api.TargetHttpProxy(); 3513 var o = new api.TargetHttpProxy();
3512 buildCounterTargetHttpProxy++; 3514 buildCounterTargetHttpProxy++;
3513 if (buildCounterTargetHttpProxy < 3) { 3515 if (buildCounterTargetHttpProxy < 3) {
3514 o.creationTimestamp = "foo"; 3516 o.creationTimestamp = "foo";
(...skipping 15 matching lines...) Expand all
3530 unittest.expect(o.description, unittest.equals('foo')); 3532 unittest.expect(o.description, unittest.equals('foo'));
3531 unittest.expect(o.id, unittest.equals('foo')); 3533 unittest.expect(o.id, unittest.equals('foo'));
3532 unittest.expect(o.kind, unittest.equals('foo')); 3534 unittest.expect(o.kind, unittest.equals('foo'));
3533 unittest.expect(o.name, unittest.equals('foo')); 3535 unittest.expect(o.name, unittest.equals('foo'));
3534 unittest.expect(o.selfLink, unittest.equals('foo')); 3536 unittest.expect(o.selfLink, unittest.equals('foo'));
3535 unittest.expect(o.urlMap, unittest.equals('foo')); 3537 unittest.expect(o.urlMap, unittest.equals('foo'));
3536 } 3538 }
3537 buildCounterTargetHttpProxy--; 3539 buildCounterTargetHttpProxy--;
3538 } 3540 }
3539 3541
3540 buildUnnamed946() { 3542 buildUnnamed536() {
3541 var o = new core.List<api.TargetHttpProxy>(); 3543 var o = new core.List<api.TargetHttpProxy>();
3542 o.add(buildTargetHttpProxy()); 3544 o.add(buildTargetHttpProxy());
3543 o.add(buildTargetHttpProxy()); 3545 o.add(buildTargetHttpProxy());
3544 return o; 3546 return o;
3545 } 3547 }
3546 3548
3547 checkUnnamed946(core.List<api.TargetHttpProxy> o) { 3549 checkUnnamed536(core.List<api.TargetHttpProxy> o) {
3548 unittest.expect(o, unittest.hasLength(2)); 3550 unittest.expect(o, unittest.hasLength(2));
3549 checkTargetHttpProxy(o[0]); 3551 checkTargetHttpProxy(o[0]);
3550 checkTargetHttpProxy(o[1]); 3552 checkTargetHttpProxy(o[1]);
3551 } 3553 }
3552 3554
3553 core.int buildCounterTargetHttpProxyList = 0; 3555 core.int buildCounterTargetHttpProxyList = 0;
3554 buildTargetHttpProxyList() { 3556 buildTargetHttpProxyList() {
3555 var o = new api.TargetHttpProxyList(); 3557 var o = new api.TargetHttpProxyList();
3556 buildCounterTargetHttpProxyList++; 3558 buildCounterTargetHttpProxyList++;
3557 if (buildCounterTargetHttpProxyList < 3) { 3559 if (buildCounterTargetHttpProxyList < 3) {
3558 o.id = "foo"; 3560 o.id = "foo";
3559 o.items = buildUnnamed946(); 3561 o.items = buildUnnamed536();
3560 o.kind = "foo"; 3562 o.kind = "foo";
3561 o.nextPageToken = "foo"; 3563 o.nextPageToken = "foo";
3562 o.selfLink = "foo"; 3564 o.selfLink = "foo";
3563 } 3565 }
3564 buildCounterTargetHttpProxyList--; 3566 buildCounterTargetHttpProxyList--;
3565 return o; 3567 return o;
3566 } 3568 }
3567 3569
3568 checkTargetHttpProxyList(api.TargetHttpProxyList o) { 3570 checkTargetHttpProxyList(api.TargetHttpProxyList o) {
3569 buildCounterTargetHttpProxyList++; 3571 buildCounterTargetHttpProxyList++;
3570 if (buildCounterTargetHttpProxyList < 3) { 3572 if (buildCounterTargetHttpProxyList < 3) {
3571 unittest.expect(o.id, unittest.equals('foo')); 3573 unittest.expect(o.id, unittest.equals('foo'));
3572 checkUnnamed946(o.items); 3574 checkUnnamed536(o.items);
3573 unittest.expect(o.kind, unittest.equals('foo')); 3575 unittest.expect(o.kind, unittest.equals('foo'));
3574 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3576 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3575 unittest.expect(o.selfLink, unittest.equals('foo')); 3577 unittest.expect(o.selfLink, unittest.equals('foo'));
3576 } 3578 }
3577 buildCounterTargetHttpProxyList--; 3579 buildCounterTargetHttpProxyList--;
3578 } 3580 }
3579 3581
3580 core.int buildCounterTargetInstance = 0; 3582 core.int buildCounterTargetInstance = 0;
3581 buildTargetInstance() { 3583 buildTargetInstance() {
3582 var o = new api.TargetInstance(); 3584 var o = new api.TargetInstance();
(...skipping 22 matching lines...) Expand all
3605 unittest.expect(o.instance, unittest.equals('foo')); 3607 unittest.expect(o.instance, unittest.equals('foo'));
3606 unittest.expect(o.kind, unittest.equals('foo')); 3608 unittest.expect(o.kind, unittest.equals('foo'));
3607 unittest.expect(o.name, unittest.equals('foo')); 3609 unittest.expect(o.name, unittest.equals('foo'));
3608 unittest.expect(o.natPolicy, unittest.equals('foo')); 3610 unittest.expect(o.natPolicy, unittest.equals('foo'));
3609 unittest.expect(o.selfLink, unittest.equals('foo')); 3611 unittest.expect(o.selfLink, unittest.equals('foo'));
3610 unittest.expect(o.zone, unittest.equals('foo')); 3612 unittest.expect(o.zone, unittest.equals('foo'));
3611 } 3613 }
3612 buildCounterTargetInstance--; 3614 buildCounterTargetInstance--;
3613 } 3615 }
3614 3616
3615 buildUnnamed947() { 3617 buildUnnamed537() {
3616 var o = new core.Map<core.String, api.TargetInstancesScopedList>(); 3618 var o = new core.Map<core.String, api.TargetInstancesScopedList>();
3617 o["x"] = buildTargetInstancesScopedList(); 3619 o["x"] = buildTargetInstancesScopedList();
3618 o["y"] = buildTargetInstancesScopedList(); 3620 o["y"] = buildTargetInstancesScopedList();
3619 return o; 3621 return o;
3620 } 3622 }
3621 3623
3622 checkUnnamed947(core.Map<core.String, api.TargetInstancesScopedList> o) { 3624 checkUnnamed537(core.Map<core.String, api.TargetInstancesScopedList> o) {
3623 unittest.expect(o, unittest.hasLength(2)); 3625 unittest.expect(o, unittest.hasLength(2));
3624 checkTargetInstancesScopedList(o["x"]); 3626 checkTargetInstancesScopedList(o["x"]);
3625 checkTargetInstancesScopedList(o["y"]); 3627 checkTargetInstancesScopedList(o["y"]);
3626 } 3628 }
3627 3629
3628 core.int buildCounterTargetInstanceAggregatedList = 0; 3630 core.int buildCounterTargetInstanceAggregatedList = 0;
3629 buildTargetInstanceAggregatedList() { 3631 buildTargetInstanceAggregatedList() {
3630 var o = new api.TargetInstanceAggregatedList(); 3632 var o = new api.TargetInstanceAggregatedList();
3631 buildCounterTargetInstanceAggregatedList++; 3633 buildCounterTargetInstanceAggregatedList++;
3632 if (buildCounterTargetInstanceAggregatedList < 3) { 3634 if (buildCounterTargetInstanceAggregatedList < 3) {
3633 o.id = "foo"; 3635 o.id = "foo";
3634 o.items = buildUnnamed947(); 3636 o.items = buildUnnamed537();
3635 o.kind = "foo"; 3637 o.kind = "foo";
3636 o.nextPageToken = "foo"; 3638 o.nextPageToken = "foo";
3637 o.selfLink = "foo"; 3639 o.selfLink = "foo";
3638 } 3640 }
3639 buildCounterTargetInstanceAggregatedList--; 3641 buildCounterTargetInstanceAggregatedList--;
3640 return o; 3642 return o;
3641 } 3643 }
3642 3644
3643 checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) { 3645 checkTargetInstanceAggregatedList(api.TargetInstanceAggregatedList o) {
3644 buildCounterTargetInstanceAggregatedList++; 3646 buildCounterTargetInstanceAggregatedList++;
3645 if (buildCounterTargetInstanceAggregatedList < 3) { 3647 if (buildCounterTargetInstanceAggregatedList < 3) {
3646 unittest.expect(o.id, unittest.equals('foo')); 3648 unittest.expect(o.id, unittest.equals('foo'));
3647 checkUnnamed947(o.items); 3649 checkUnnamed537(o.items);
3648 unittest.expect(o.kind, unittest.equals('foo')); 3650 unittest.expect(o.kind, unittest.equals('foo'));
3649 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3651 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3650 unittest.expect(o.selfLink, unittest.equals('foo')); 3652 unittest.expect(o.selfLink, unittest.equals('foo'));
3651 } 3653 }
3652 buildCounterTargetInstanceAggregatedList--; 3654 buildCounterTargetInstanceAggregatedList--;
3653 } 3655 }
3654 3656
3655 buildUnnamed948() { 3657 buildUnnamed538() {
3656 var o = new core.List<api.TargetInstance>(); 3658 var o = new core.List<api.TargetInstance>();
3657 o.add(buildTargetInstance()); 3659 o.add(buildTargetInstance());
3658 o.add(buildTargetInstance()); 3660 o.add(buildTargetInstance());
3659 return o; 3661 return o;
3660 } 3662 }
3661 3663
3662 checkUnnamed948(core.List<api.TargetInstance> o) { 3664 checkUnnamed538(core.List<api.TargetInstance> o) {
3663 unittest.expect(o, unittest.hasLength(2)); 3665 unittest.expect(o, unittest.hasLength(2));
3664 checkTargetInstance(o[0]); 3666 checkTargetInstance(o[0]);
3665 checkTargetInstance(o[1]); 3667 checkTargetInstance(o[1]);
3666 } 3668 }
3667 3669
3668 core.int buildCounterTargetInstanceList = 0; 3670 core.int buildCounterTargetInstanceList = 0;
3669 buildTargetInstanceList() { 3671 buildTargetInstanceList() {
3670 var o = new api.TargetInstanceList(); 3672 var o = new api.TargetInstanceList();
3671 buildCounterTargetInstanceList++; 3673 buildCounterTargetInstanceList++;
3672 if (buildCounterTargetInstanceList < 3) { 3674 if (buildCounterTargetInstanceList < 3) {
3673 o.id = "foo"; 3675 o.id = "foo";
3674 o.items = buildUnnamed948(); 3676 o.items = buildUnnamed538();
3675 o.kind = "foo"; 3677 o.kind = "foo";
3676 o.nextPageToken = "foo"; 3678 o.nextPageToken = "foo";
3677 o.selfLink = "foo"; 3679 o.selfLink = "foo";
3678 } 3680 }
3679 buildCounterTargetInstanceList--; 3681 buildCounterTargetInstanceList--;
3680 return o; 3682 return o;
3681 } 3683 }
3682 3684
3683 checkTargetInstanceList(api.TargetInstanceList o) { 3685 checkTargetInstanceList(api.TargetInstanceList o) {
3684 buildCounterTargetInstanceList++; 3686 buildCounterTargetInstanceList++;
3685 if (buildCounterTargetInstanceList < 3) { 3687 if (buildCounterTargetInstanceList < 3) {
3686 unittest.expect(o.id, unittest.equals('foo')); 3688 unittest.expect(o.id, unittest.equals('foo'));
3687 checkUnnamed948(o.items); 3689 checkUnnamed538(o.items);
3688 unittest.expect(o.kind, unittest.equals('foo')); 3690 unittest.expect(o.kind, unittest.equals('foo'));
3689 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3691 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3690 unittest.expect(o.selfLink, unittest.equals('foo')); 3692 unittest.expect(o.selfLink, unittest.equals('foo'));
3691 } 3693 }
3692 buildCounterTargetInstanceList--; 3694 buildCounterTargetInstanceList--;
3693 } 3695 }
3694 3696
3695 buildUnnamed949() { 3697 buildUnnamed539() {
3696 var o = new core.List<api.TargetInstance>(); 3698 var o = new core.List<api.TargetInstance>();
3697 o.add(buildTargetInstance()); 3699 o.add(buildTargetInstance());
3698 o.add(buildTargetInstance()); 3700 o.add(buildTargetInstance());
3699 return o; 3701 return o;
3700 } 3702 }
3701 3703
3702 checkUnnamed949(core.List<api.TargetInstance> o) { 3704 checkUnnamed539(core.List<api.TargetInstance> o) {
3703 unittest.expect(o, unittest.hasLength(2)); 3705 unittest.expect(o, unittest.hasLength(2));
3704 checkTargetInstance(o[0]); 3706 checkTargetInstance(o[0]);
3705 checkTargetInstance(o[1]); 3707 checkTargetInstance(o[1]);
3706 } 3708 }
3707 3709
3708 core.int buildCounterTargetInstancesScopedListWarningData = 0; 3710 core.int buildCounterTargetInstancesScopedListWarningData = 0;
3709 buildTargetInstancesScopedListWarningData() { 3711 buildTargetInstancesScopedListWarningData() {
3710 var o = new api.TargetInstancesScopedListWarningData(); 3712 var o = new api.TargetInstancesScopedListWarningData();
3711 buildCounterTargetInstancesScopedListWarningData++; 3713 buildCounterTargetInstancesScopedListWarningData++;
3712 if (buildCounterTargetInstancesScopedListWarningData < 3) { 3714 if (buildCounterTargetInstancesScopedListWarningData < 3) {
3713 o.key = "foo"; 3715 o.key = "foo";
3714 o.value = "foo"; 3716 o.value = "foo";
3715 } 3717 }
3716 buildCounterTargetInstancesScopedListWarningData--; 3718 buildCounterTargetInstancesScopedListWarningData--;
3717 return o; 3719 return o;
3718 } 3720 }
3719 3721
3720 checkTargetInstancesScopedListWarningData(api.TargetInstancesScopedListWarningDa ta o) { 3722 checkTargetInstancesScopedListWarningData(api.TargetInstancesScopedListWarningDa ta o) {
3721 buildCounterTargetInstancesScopedListWarningData++; 3723 buildCounterTargetInstancesScopedListWarningData++;
3722 if (buildCounterTargetInstancesScopedListWarningData < 3) { 3724 if (buildCounterTargetInstancesScopedListWarningData < 3) {
3723 unittest.expect(o.key, unittest.equals('foo')); 3725 unittest.expect(o.key, unittest.equals('foo'));
3724 unittest.expect(o.value, unittest.equals('foo')); 3726 unittest.expect(o.value, unittest.equals('foo'));
3725 } 3727 }
3726 buildCounterTargetInstancesScopedListWarningData--; 3728 buildCounterTargetInstancesScopedListWarningData--;
3727 } 3729 }
3728 3730
3729 buildUnnamed950() { 3731 buildUnnamed540() {
3730 var o = new core.List<api.TargetInstancesScopedListWarningData>(); 3732 var o = new core.List<api.TargetInstancesScopedListWarningData>();
3731 o.add(buildTargetInstancesScopedListWarningData()); 3733 o.add(buildTargetInstancesScopedListWarningData());
3732 o.add(buildTargetInstancesScopedListWarningData()); 3734 o.add(buildTargetInstancesScopedListWarningData());
3733 return o; 3735 return o;
3734 } 3736 }
3735 3737
3736 checkUnnamed950(core.List<api.TargetInstancesScopedListWarningData> o) { 3738 checkUnnamed540(core.List<api.TargetInstancesScopedListWarningData> o) {
3737 unittest.expect(o, unittest.hasLength(2)); 3739 unittest.expect(o, unittest.hasLength(2));
3738 checkTargetInstancesScopedListWarningData(o[0]); 3740 checkTargetInstancesScopedListWarningData(o[0]);
3739 checkTargetInstancesScopedListWarningData(o[1]); 3741 checkTargetInstancesScopedListWarningData(o[1]);
3740 } 3742 }
3741 3743
3742 core.int buildCounterTargetInstancesScopedListWarning = 0; 3744 core.int buildCounterTargetInstancesScopedListWarning = 0;
3743 buildTargetInstancesScopedListWarning() { 3745 buildTargetInstancesScopedListWarning() {
3744 var o = new api.TargetInstancesScopedListWarning(); 3746 var o = new api.TargetInstancesScopedListWarning();
3745 buildCounterTargetInstancesScopedListWarning++; 3747 buildCounterTargetInstancesScopedListWarning++;
3746 if (buildCounterTargetInstancesScopedListWarning < 3) { 3748 if (buildCounterTargetInstancesScopedListWarning < 3) {
3747 o.code = "foo"; 3749 o.code = "foo";
3748 o.data = buildUnnamed950(); 3750 o.data = buildUnnamed540();
3749 o.message = "foo"; 3751 o.message = "foo";
3750 } 3752 }
3751 buildCounterTargetInstancesScopedListWarning--; 3753 buildCounterTargetInstancesScopedListWarning--;
3752 return o; 3754 return o;
3753 } 3755 }
3754 3756
3755 checkTargetInstancesScopedListWarning(api.TargetInstancesScopedListWarning o) { 3757 checkTargetInstancesScopedListWarning(api.TargetInstancesScopedListWarning o) {
3756 buildCounterTargetInstancesScopedListWarning++; 3758 buildCounterTargetInstancesScopedListWarning++;
3757 if (buildCounterTargetInstancesScopedListWarning < 3) { 3759 if (buildCounterTargetInstancesScopedListWarning < 3) {
3758 unittest.expect(o.code, unittest.equals('foo')); 3760 unittest.expect(o.code, unittest.equals('foo'));
3759 checkUnnamed950(o.data); 3761 checkUnnamed540(o.data);
3760 unittest.expect(o.message, unittest.equals('foo')); 3762 unittest.expect(o.message, unittest.equals('foo'));
3761 } 3763 }
3762 buildCounterTargetInstancesScopedListWarning--; 3764 buildCounterTargetInstancesScopedListWarning--;
3763 } 3765 }
3764 3766
3765 core.int buildCounterTargetInstancesScopedList = 0; 3767 core.int buildCounterTargetInstancesScopedList = 0;
3766 buildTargetInstancesScopedList() { 3768 buildTargetInstancesScopedList() {
3767 var o = new api.TargetInstancesScopedList(); 3769 var o = new api.TargetInstancesScopedList();
3768 buildCounterTargetInstancesScopedList++; 3770 buildCounterTargetInstancesScopedList++;
3769 if (buildCounterTargetInstancesScopedList < 3) { 3771 if (buildCounterTargetInstancesScopedList < 3) {
3770 o.targetInstances = buildUnnamed949(); 3772 o.targetInstances = buildUnnamed539();
3771 o.warning = buildTargetInstancesScopedListWarning(); 3773 o.warning = buildTargetInstancesScopedListWarning();
3772 } 3774 }
3773 buildCounterTargetInstancesScopedList--; 3775 buildCounterTargetInstancesScopedList--;
3774 return o; 3776 return o;
3775 } 3777 }
3776 3778
3777 checkTargetInstancesScopedList(api.TargetInstancesScopedList o) { 3779 checkTargetInstancesScopedList(api.TargetInstancesScopedList o) {
3778 buildCounterTargetInstancesScopedList++; 3780 buildCounterTargetInstancesScopedList++;
3779 if (buildCounterTargetInstancesScopedList < 3) { 3781 if (buildCounterTargetInstancesScopedList < 3) {
3780 checkUnnamed949(o.targetInstances); 3782 checkUnnamed539(o.targetInstances);
3781 checkTargetInstancesScopedListWarning(o.warning); 3783 checkTargetInstancesScopedListWarning(o.warning);
3782 } 3784 }
3783 buildCounterTargetInstancesScopedList--; 3785 buildCounterTargetInstancesScopedList--;
3784 } 3786 }
3785 3787
3786 buildUnnamed951() { 3788 buildUnnamed541() {
3787 var o = new core.List<core.String>(); 3789 var o = new core.List<core.String>();
3788 o.add("foo"); 3790 o.add("foo");
3789 o.add("foo"); 3791 o.add("foo");
3790 return o; 3792 return o;
3791 } 3793 }
3792 3794
3793 checkUnnamed951(core.List<core.String> o) { 3795 checkUnnamed541(core.List<core.String> o) {
3794 unittest.expect(o, unittest.hasLength(2)); 3796 unittest.expect(o, unittest.hasLength(2));
3795 unittest.expect(o[0], unittest.equals('foo')); 3797 unittest.expect(o[0], unittest.equals('foo'));
3796 unittest.expect(o[1], unittest.equals('foo')); 3798 unittest.expect(o[1], unittest.equals('foo'));
3797 } 3799 }
3798 3800
3799 buildUnnamed952() { 3801 buildUnnamed542() {
3800 var o = new core.List<core.String>(); 3802 var o = new core.List<core.String>();
3801 o.add("foo"); 3803 o.add("foo");
3802 o.add("foo"); 3804 o.add("foo");
3803 return o; 3805 return o;
3804 } 3806 }
3805 3807
3806 checkUnnamed952(core.List<core.String> o) { 3808 checkUnnamed542(core.List<core.String> o) {
3807 unittest.expect(o, unittest.hasLength(2)); 3809 unittest.expect(o, unittest.hasLength(2));
3808 unittest.expect(o[0], unittest.equals('foo')); 3810 unittest.expect(o[0], unittest.equals('foo'));
3809 unittest.expect(o[1], unittest.equals('foo')); 3811 unittest.expect(o[1], unittest.equals('foo'));
3810 } 3812 }
3811 3813
3812 core.int buildCounterTargetPool = 0; 3814 core.int buildCounterTargetPool = 0;
3813 buildTargetPool() { 3815 buildTargetPool() {
3814 var o = new api.TargetPool(); 3816 var o = new api.TargetPool();
3815 buildCounterTargetPool++; 3817 buildCounterTargetPool++;
3816 if (buildCounterTargetPool < 3) { 3818 if (buildCounterTargetPool < 3) {
3817 o.backupPool = "foo"; 3819 o.backupPool = "foo";
3818 o.creationTimestamp = "foo"; 3820 o.creationTimestamp = "foo";
3819 o.description = "foo"; 3821 o.description = "foo";
3820 o.failoverRatio = 42.0; 3822 o.failoverRatio = 42.0;
3821 o.healthChecks = buildUnnamed951(); 3823 o.healthChecks = buildUnnamed541();
3822 o.id = "foo"; 3824 o.id = "foo";
3823 o.instances = buildUnnamed952(); 3825 o.instances = buildUnnamed542();
3824 o.kind = "foo"; 3826 o.kind = "foo";
3825 o.name = "foo"; 3827 o.name = "foo";
3826 o.region = "foo"; 3828 o.region = "foo";
3827 o.selfLink = "foo"; 3829 o.selfLink = "foo";
3828 o.sessionAffinity = "foo"; 3830 o.sessionAffinity = "foo";
3829 } 3831 }
3830 buildCounterTargetPool--; 3832 buildCounterTargetPool--;
3831 return o; 3833 return o;
3832 } 3834 }
3833 3835
3834 checkTargetPool(api.TargetPool o) { 3836 checkTargetPool(api.TargetPool o) {
3835 buildCounterTargetPool++; 3837 buildCounterTargetPool++;
3836 if (buildCounterTargetPool < 3) { 3838 if (buildCounterTargetPool < 3) {
3837 unittest.expect(o.backupPool, unittest.equals('foo')); 3839 unittest.expect(o.backupPool, unittest.equals('foo'));
3838 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 3840 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
3839 unittest.expect(o.description, unittest.equals('foo')); 3841 unittest.expect(o.description, unittest.equals('foo'));
3840 unittest.expect(o.failoverRatio, unittest.equals(42.0)); 3842 unittest.expect(o.failoverRatio, unittest.equals(42.0));
3841 checkUnnamed951(o.healthChecks); 3843 checkUnnamed541(o.healthChecks);
3842 unittest.expect(o.id, unittest.equals('foo')); 3844 unittest.expect(o.id, unittest.equals('foo'));
3843 checkUnnamed952(o.instances); 3845 checkUnnamed542(o.instances);
3844 unittest.expect(o.kind, unittest.equals('foo')); 3846 unittest.expect(o.kind, unittest.equals('foo'));
3845 unittest.expect(o.name, unittest.equals('foo')); 3847 unittest.expect(o.name, unittest.equals('foo'));
3846 unittest.expect(o.region, unittest.equals('foo')); 3848 unittest.expect(o.region, unittest.equals('foo'));
3847 unittest.expect(o.selfLink, unittest.equals('foo')); 3849 unittest.expect(o.selfLink, unittest.equals('foo'));
3848 unittest.expect(o.sessionAffinity, unittest.equals('foo')); 3850 unittest.expect(o.sessionAffinity, unittest.equals('foo'));
3849 } 3851 }
3850 buildCounterTargetPool--; 3852 buildCounterTargetPool--;
3851 } 3853 }
3852 3854
3853 buildUnnamed953() { 3855 buildUnnamed543() {
3854 var o = new core.Map<core.String, api.TargetPoolsScopedList>(); 3856 var o = new core.Map<core.String, api.TargetPoolsScopedList>();
3855 o["x"] = buildTargetPoolsScopedList(); 3857 o["x"] = buildTargetPoolsScopedList();
3856 o["y"] = buildTargetPoolsScopedList(); 3858 o["y"] = buildTargetPoolsScopedList();
3857 return o; 3859 return o;
3858 } 3860 }
3859 3861
3860 checkUnnamed953(core.Map<core.String, api.TargetPoolsScopedList> o) { 3862 checkUnnamed543(core.Map<core.String, api.TargetPoolsScopedList> o) {
3861 unittest.expect(o, unittest.hasLength(2)); 3863 unittest.expect(o, unittest.hasLength(2));
3862 checkTargetPoolsScopedList(o["x"]); 3864 checkTargetPoolsScopedList(o["x"]);
3863 checkTargetPoolsScopedList(o["y"]); 3865 checkTargetPoolsScopedList(o["y"]);
3864 } 3866 }
3865 3867
3866 core.int buildCounterTargetPoolAggregatedList = 0; 3868 core.int buildCounterTargetPoolAggregatedList = 0;
3867 buildTargetPoolAggregatedList() { 3869 buildTargetPoolAggregatedList() {
3868 var o = new api.TargetPoolAggregatedList(); 3870 var o = new api.TargetPoolAggregatedList();
3869 buildCounterTargetPoolAggregatedList++; 3871 buildCounterTargetPoolAggregatedList++;
3870 if (buildCounterTargetPoolAggregatedList < 3) { 3872 if (buildCounterTargetPoolAggregatedList < 3) {
3871 o.id = "foo"; 3873 o.id = "foo";
3872 o.items = buildUnnamed953(); 3874 o.items = buildUnnamed543();
3873 o.kind = "foo"; 3875 o.kind = "foo";
3874 o.nextPageToken = "foo"; 3876 o.nextPageToken = "foo";
3875 o.selfLink = "foo"; 3877 o.selfLink = "foo";
3876 } 3878 }
3877 buildCounterTargetPoolAggregatedList--; 3879 buildCounterTargetPoolAggregatedList--;
3878 return o; 3880 return o;
3879 } 3881 }
3880 3882
3881 checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) { 3883 checkTargetPoolAggregatedList(api.TargetPoolAggregatedList o) {
3882 buildCounterTargetPoolAggregatedList++; 3884 buildCounterTargetPoolAggregatedList++;
3883 if (buildCounterTargetPoolAggregatedList < 3) { 3885 if (buildCounterTargetPoolAggregatedList < 3) {
3884 unittest.expect(o.id, unittest.equals('foo')); 3886 unittest.expect(o.id, unittest.equals('foo'));
3885 checkUnnamed953(o.items); 3887 checkUnnamed543(o.items);
3886 unittest.expect(o.kind, unittest.equals('foo')); 3888 unittest.expect(o.kind, unittest.equals('foo'));
3887 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3889 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3888 unittest.expect(o.selfLink, unittest.equals('foo')); 3890 unittest.expect(o.selfLink, unittest.equals('foo'));
3889 } 3891 }
3890 buildCounterTargetPoolAggregatedList--; 3892 buildCounterTargetPoolAggregatedList--;
3891 } 3893 }
3892 3894
3893 buildUnnamed954() { 3895 buildUnnamed544() {
3894 var o = new core.List<api.HealthStatus>(); 3896 var o = new core.List<api.HealthStatus>();
3895 o.add(buildHealthStatus()); 3897 o.add(buildHealthStatus());
3896 o.add(buildHealthStatus()); 3898 o.add(buildHealthStatus());
3897 return o; 3899 return o;
3898 } 3900 }
3899 3901
3900 checkUnnamed954(core.List<api.HealthStatus> o) { 3902 checkUnnamed544(core.List<api.HealthStatus> o) {
3901 unittest.expect(o, unittest.hasLength(2)); 3903 unittest.expect(o, unittest.hasLength(2));
3902 checkHealthStatus(o[0]); 3904 checkHealthStatus(o[0]);
3903 checkHealthStatus(o[1]); 3905 checkHealthStatus(o[1]);
3904 } 3906 }
3905 3907
3906 core.int buildCounterTargetPoolInstanceHealth = 0; 3908 core.int buildCounterTargetPoolInstanceHealth = 0;
3907 buildTargetPoolInstanceHealth() { 3909 buildTargetPoolInstanceHealth() {
3908 var o = new api.TargetPoolInstanceHealth(); 3910 var o = new api.TargetPoolInstanceHealth();
3909 buildCounterTargetPoolInstanceHealth++; 3911 buildCounterTargetPoolInstanceHealth++;
3910 if (buildCounterTargetPoolInstanceHealth < 3) { 3912 if (buildCounterTargetPoolInstanceHealth < 3) {
3911 o.healthStatus = buildUnnamed954(); 3913 o.healthStatus = buildUnnamed544();
3912 o.kind = "foo"; 3914 o.kind = "foo";
3913 } 3915 }
3914 buildCounterTargetPoolInstanceHealth--; 3916 buildCounterTargetPoolInstanceHealth--;
3915 return o; 3917 return o;
3916 } 3918 }
3917 3919
3918 checkTargetPoolInstanceHealth(api.TargetPoolInstanceHealth o) { 3920 checkTargetPoolInstanceHealth(api.TargetPoolInstanceHealth o) {
3919 buildCounterTargetPoolInstanceHealth++; 3921 buildCounterTargetPoolInstanceHealth++;
3920 if (buildCounterTargetPoolInstanceHealth < 3) { 3922 if (buildCounterTargetPoolInstanceHealth < 3) {
3921 checkUnnamed954(o.healthStatus); 3923 checkUnnamed544(o.healthStatus);
3922 unittest.expect(o.kind, unittest.equals('foo')); 3924 unittest.expect(o.kind, unittest.equals('foo'));
3923 } 3925 }
3924 buildCounterTargetPoolInstanceHealth--; 3926 buildCounterTargetPoolInstanceHealth--;
3925 } 3927 }
3926 3928
3927 buildUnnamed955() { 3929 buildUnnamed545() {
3928 var o = new core.List<api.TargetPool>(); 3930 var o = new core.List<api.TargetPool>();
3929 o.add(buildTargetPool()); 3931 o.add(buildTargetPool());
3930 o.add(buildTargetPool()); 3932 o.add(buildTargetPool());
3931 return o; 3933 return o;
3932 } 3934 }
3933 3935
3934 checkUnnamed955(core.List<api.TargetPool> o) { 3936 checkUnnamed545(core.List<api.TargetPool> o) {
3935 unittest.expect(o, unittest.hasLength(2)); 3937 unittest.expect(o, unittest.hasLength(2));
3936 checkTargetPool(o[0]); 3938 checkTargetPool(o[0]);
3937 checkTargetPool(o[1]); 3939 checkTargetPool(o[1]);
3938 } 3940 }
3939 3941
3940 core.int buildCounterTargetPoolList = 0; 3942 core.int buildCounterTargetPoolList = 0;
3941 buildTargetPoolList() { 3943 buildTargetPoolList() {
3942 var o = new api.TargetPoolList(); 3944 var o = new api.TargetPoolList();
3943 buildCounterTargetPoolList++; 3945 buildCounterTargetPoolList++;
3944 if (buildCounterTargetPoolList < 3) { 3946 if (buildCounterTargetPoolList < 3) {
3945 o.id = "foo"; 3947 o.id = "foo";
3946 o.items = buildUnnamed955(); 3948 o.items = buildUnnamed545();
3947 o.kind = "foo"; 3949 o.kind = "foo";
3948 o.nextPageToken = "foo"; 3950 o.nextPageToken = "foo";
3949 o.selfLink = "foo"; 3951 o.selfLink = "foo";
3950 } 3952 }
3951 buildCounterTargetPoolList--; 3953 buildCounterTargetPoolList--;
3952 return o; 3954 return o;
3953 } 3955 }
3954 3956
3955 checkTargetPoolList(api.TargetPoolList o) { 3957 checkTargetPoolList(api.TargetPoolList o) {
3956 buildCounterTargetPoolList++; 3958 buildCounterTargetPoolList++;
3957 if (buildCounterTargetPoolList < 3) { 3959 if (buildCounterTargetPoolList < 3) {
3958 unittest.expect(o.id, unittest.equals('foo')); 3960 unittest.expect(o.id, unittest.equals('foo'));
3959 checkUnnamed955(o.items); 3961 checkUnnamed545(o.items);
3960 unittest.expect(o.kind, unittest.equals('foo')); 3962 unittest.expect(o.kind, unittest.equals('foo'));
3961 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3963 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3962 unittest.expect(o.selfLink, unittest.equals('foo')); 3964 unittest.expect(o.selfLink, unittest.equals('foo'));
3963 } 3965 }
3964 buildCounterTargetPoolList--; 3966 buildCounterTargetPoolList--;
3965 } 3967 }
3966 3968
3967 buildUnnamed956() { 3969 buildUnnamed546() {
3968 var o = new core.List<api.HealthCheckReference>(); 3970 var o = new core.List<api.HealthCheckReference>();
3969 o.add(buildHealthCheckReference()); 3971 o.add(buildHealthCheckReference());
3970 o.add(buildHealthCheckReference()); 3972 o.add(buildHealthCheckReference());
3971 return o; 3973 return o;
3972 } 3974 }
3973 3975
3974 checkUnnamed956(core.List<api.HealthCheckReference> o) { 3976 checkUnnamed546(core.List<api.HealthCheckReference> o) {
3975 unittest.expect(o, unittest.hasLength(2)); 3977 unittest.expect(o, unittest.hasLength(2));
3976 checkHealthCheckReference(o[0]); 3978 checkHealthCheckReference(o[0]);
3977 checkHealthCheckReference(o[1]); 3979 checkHealthCheckReference(o[1]);
3978 } 3980 }
3979 3981
3980 core.int buildCounterTargetPoolsAddHealthCheckRequest = 0; 3982 core.int buildCounterTargetPoolsAddHealthCheckRequest = 0;
3981 buildTargetPoolsAddHealthCheckRequest() { 3983 buildTargetPoolsAddHealthCheckRequest() {
3982 var o = new api.TargetPoolsAddHealthCheckRequest(); 3984 var o = new api.TargetPoolsAddHealthCheckRequest();
3983 buildCounterTargetPoolsAddHealthCheckRequest++; 3985 buildCounterTargetPoolsAddHealthCheckRequest++;
3984 if (buildCounterTargetPoolsAddHealthCheckRequest < 3) { 3986 if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
3985 o.healthChecks = buildUnnamed956(); 3987 o.healthChecks = buildUnnamed546();
3986 } 3988 }
3987 buildCounterTargetPoolsAddHealthCheckRequest--; 3989 buildCounterTargetPoolsAddHealthCheckRequest--;
3988 return o; 3990 return o;
3989 } 3991 }
3990 3992
3991 checkTargetPoolsAddHealthCheckRequest(api.TargetPoolsAddHealthCheckRequest o) { 3993 checkTargetPoolsAddHealthCheckRequest(api.TargetPoolsAddHealthCheckRequest o) {
3992 buildCounterTargetPoolsAddHealthCheckRequest++; 3994 buildCounterTargetPoolsAddHealthCheckRequest++;
3993 if (buildCounterTargetPoolsAddHealthCheckRequest < 3) { 3995 if (buildCounterTargetPoolsAddHealthCheckRequest < 3) {
3994 checkUnnamed956(o.healthChecks); 3996 checkUnnamed546(o.healthChecks);
3995 } 3997 }
3996 buildCounterTargetPoolsAddHealthCheckRequest--; 3998 buildCounterTargetPoolsAddHealthCheckRequest--;
3997 } 3999 }
3998 4000
3999 buildUnnamed957() { 4001 buildUnnamed547() {
4000 var o = new core.List<api.InstanceReference>(); 4002 var o = new core.List<api.InstanceReference>();
4001 o.add(buildInstanceReference()); 4003 o.add(buildInstanceReference());
4002 o.add(buildInstanceReference()); 4004 o.add(buildInstanceReference());
4003 return o; 4005 return o;
4004 } 4006 }
4005 4007
4006 checkUnnamed957(core.List<api.InstanceReference> o) { 4008 checkUnnamed547(core.List<api.InstanceReference> o) {
4007 unittest.expect(o, unittest.hasLength(2)); 4009 unittest.expect(o, unittest.hasLength(2));
4008 checkInstanceReference(o[0]); 4010 checkInstanceReference(o[0]);
4009 checkInstanceReference(o[1]); 4011 checkInstanceReference(o[1]);
4010 } 4012 }
4011 4013
4012 core.int buildCounterTargetPoolsAddInstanceRequest = 0; 4014 core.int buildCounterTargetPoolsAddInstanceRequest = 0;
4013 buildTargetPoolsAddInstanceRequest() { 4015 buildTargetPoolsAddInstanceRequest() {
4014 var o = new api.TargetPoolsAddInstanceRequest(); 4016 var o = new api.TargetPoolsAddInstanceRequest();
4015 buildCounterTargetPoolsAddInstanceRequest++; 4017 buildCounterTargetPoolsAddInstanceRequest++;
4016 if (buildCounterTargetPoolsAddInstanceRequest < 3) { 4018 if (buildCounterTargetPoolsAddInstanceRequest < 3) {
4017 o.instances = buildUnnamed957(); 4019 o.instances = buildUnnamed547();
4018 } 4020 }
4019 buildCounterTargetPoolsAddInstanceRequest--; 4021 buildCounterTargetPoolsAddInstanceRequest--;
4020 return o; 4022 return o;
4021 } 4023 }
4022 4024
4023 checkTargetPoolsAddInstanceRequest(api.TargetPoolsAddInstanceRequest o) { 4025 checkTargetPoolsAddInstanceRequest(api.TargetPoolsAddInstanceRequest o) {
4024 buildCounterTargetPoolsAddInstanceRequest++; 4026 buildCounterTargetPoolsAddInstanceRequest++;
4025 if (buildCounterTargetPoolsAddInstanceRequest < 3) { 4027 if (buildCounterTargetPoolsAddInstanceRequest < 3) {
4026 checkUnnamed957(o.instances); 4028 checkUnnamed547(o.instances);
4027 } 4029 }
4028 buildCounterTargetPoolsAddInstanceRequest--; 4030 buildCounterTargetPoolsAddInstanceRequest--;
4029 } 4031 }
4030 4032
4031 buildUnnamed958() { 4033 buildUnnamed548() {
4032 var o = new core.List<api.HealthCheckReference>(); 4034 var o = new core.List<api.HealthCheckReference>();
4033 o.add(buildHealthCheckReference()); 4035 o.add(buildHealthCheckReference());
4034 o.add(buildHealthCheckReference()); 4036 o.add(buildHealthCheckReference());
4035 return o; 4037 return o;
4036 } 4038 }
4037 4039
4038 checkUnnamed958(core.List<api.HealthCheckReference> o) { 4040 checkUnnamed548(core.List<api.HealthCheckReference> o) {
4039 unittest.expect(o, unittest.hasLength(2)); 4041 unittest.expect(o, unittest.hasLength(2));
4040 checkHealthCheckReference(o[0]); 4042 checkHealthCheckReference(o[0]);
4041 checkHealthCheckReference(o[1]); 4043 checkHealthCheckReference(o[1]);
4042 } 4044 }
4043 4045
4044 core.int buildCounterTargetPoolsRemoveHealthCheckRequest = 0; 4046 core.int buildCounterTargetPoolsRemoveHealthCheckRequest = 0;
4045 buildTargetPoolsRemoveHealthCheckRequest() { 4047 buildTargetPoolsRemoveHealthCheckRequest() {
4046 var o = new api.TargetPoolsRemoveHealthCheckRequest(); 4048 var o = new api.TargetPoolsRemoveHealthCheckRequest();
4047 buildCounterTargetPoolsRemoveHealthCheckRequest++; 4049 buildCounterTargetPoolsRemoveHealthCheckRequest++;
4048 if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) { 4050 if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
4049 o.healthChecks = buildUnnamed958(); 4051 o.healthChecks = buildUnnamed548();
4050 } 4052 }
4051 buildCounterTargetPoolsRemoveHealthCheckRequest--; 4053 buildCounterTargetPoolsRemoveHealthCheckRequest--;
4052 return o; 4054 return o;
4053 } 4055 }
4054 4056
4055 checkTargetPoolsRemoveHealthCheckRequest(api.TargetPoolsRemoveHealthCheckRequest o) { 4057 checkTargetPoolsRemoveHealthCheckRequest(api.TargetPoolsRemoveHealthCheckRequest o) {
4056 buildCounterTargetPoolsRemoveHealthCheckRequest++; 4058 buildCounterTargetPoolsRemoveHealthCheckRequest++;
4057 if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) { 4059 if (buildCounterTargetPoolsRemoveHealthCheckRequest < 3) {
4058 checkUnnamed958(o.healthChecks); 4060 checkUnnamed548(o.healthChecks);
4059 } 4061 }
4060 buildCounterTargetPoolsRemoveHealthCheckRequest--; 4062 buildCounterTargetPoolsRemoveHealthCheckRequest--;
4061 } 4063 }
4062 4064
4063 buildUnnamed959() { 4065 buildUnnamed549() {
4064 var o = new core.List<api.InstanceReference>(); 4066 var o = new core.List<api.InstanceReference>();
4065 o.add(buildInstanceReference()); 4067 o.add(buildInstanceReference());
4066 o.add(buildInstanceReference()); 4068 o.add(buildInstanceReference());
4067 return o; 4069 return o;
4068 } 4070 }
4069 4071
4070 checkUnnamed959(core.List<api.InstanceReference> o) { 4072 checkUnnamed549(core.List<api.InstanceReference> o) {
4071 unittest.expect(o, unittest.hasLength(2)); 4073 unittest.expect(o, unittest.hasLength(2));
4072 checkInstanceReference(o[0]); 4074 checkInstanceReference(o[0]);
4073 checkInstanceReference(o[1]); 4075 checkInstanceReference(o[1]);
4074 } 4076 }
4075 4077
4076 core.int buildCounterTargetPoolsRemoveInstanceRequest = 0; 4078 core.int buildCounterTargetPoolsRemoveInstanceRequest = 0;
4077 buildTargetPoolsRemoveInstanceRequest() { 4079 buildTargetPoolsRemoveInstanceRequest() {
4078 var o = new api.TargetPoolsRemoveInstanceRequest(); 4080 var o = new api.TargetPoolsRemoveInstanceRequest();
4079 buildCounterTargetPoolsRemoveInstanceRequest++; 4081 buildCounterTargetPoolsRemoveInstanceRequest++;
4080 if (buildCounterTargetPoolsRemoveInstanceRequest < 3) { 4082 if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
4081 o.instances = buildUnnamed959(); 4083 o.instances = buildUnnamed549();
4082 } 4084 }
4083 buildCounterTargetPoolsRemoveInstanceRequest--; 4085 buildCounterTargetPoolsRemoveInstanceRequest--;
4084 return o; 4086 return o;
4085 } 4087 }
4086 4088
4087 checkTargetPoolsRemoveInstanceRequest(api.TargetPoolsRemoveInstanceRequest o) { 4089 checkTargetPoolsRemoveInstanceRequest(api.TargetPoolsRemoveInstanceRequest o) {
4088 buildCounterTargetPoolsRemoveInstanceRequest++; 4090 buildCounterTargetPoolsRemoveInstanceRequest++;
4089 if (buildCounterTargetPoolsRemoveInstanceRequest < 3) { 4091 if (buildCounterTargetPoolsRemoveInstanceRequest < 3) {
4090 checkUnnamed959(o.instances); 4092 checkUnnamed549(o.instances);
4091 } 4093 }
4092 buildCounterTargetPoolsRemoveInstanceRequest--; 4094 buildCounterTargetPoolsRemoveInstanceRequest--;
4093 } 4095 }
4094 4096
4095 buildUnnamed960() { 4097 buildUnnamed550() {
4096 var o = new core.List<api.TargetPool>(); 4098 var o = new core.List<api.TargetPool>();
4097 o.add(buildTargetPool()); 4099 o.add(buildTargetPool());
4098 o.add(buildTargetPool()); 4100 o.add(buildTargetPool());
4099 return o; 4101 return o;
4100 } 4102 }
4101 4103
4102 checkUnnamed960(core.List<api.TargetPool> o) { 4104 checkUnnamed550(core.List<api.TargetPool> o) {
4103 unittest.expect(o, unittest.hasLength(2)); 4105 unittest.expect(o, unittest.hasLength(2));
4104 checkTargetPool(o[0]); 4106 checkTargetPool(o[0]);
4105 checkTargetPool(o[1]); 4107 checkTargetPool(o[1]);
4106 } 4108 }
4107 4109
4108 core.int buildCounterTargetPoolsScopedListWarningData = 0; 4110 core.int buildCounterTargetPoolsScopedListWarningData = 0;
4109 buildTargetPoolsScopedListWarningData() { 4111 buildTargetPoolsScopedListWarningData() {
4110 var o = new api.TargetPoolsScopedListWarningData(); 4112 var o = new api.TargetPoolsScopedListWarningData();
4111 buildCounterTargetPoolsScopedListWarningData++; 4113 buildCounterTargetPoolsScopedListWarningData++;
4112 if (buildCounterTargetPoolsScopedListWarningData < 3) { 4114 if (buildCounterTargetPoolsScopedListWarningData < 3) {
4113 o.key = "foo"; 4115 o.key = "foo";
4114 o.value = "foo"; 4116 o.value = "foo";
4115 } 4117 }
4116 buildCounterTargetPoolsScopedListWarningData--; 4118 buildCounterTargetPoolsScopedListWarningData--;
4117 return o; 4119 return o;
4118 } 4120 }
4119 4121
4120 checkTargetPoolsScopedListWarningData(api.TargetPoolsScopedListWarningData o) { 4122 checkTargetPoolsScopedListWarningData(api.TargetPoolsScopedListWarningData o) {
4121 buildCounterTargetPoolsScopedListWarningData++; 4123 buildCounterTargetPoolsScopedListWarningData++;
4122 if (buildCounterTargetPoolsScopedListWarningData < 3) { 4124 if (buildCounterTargetPoolsScopedListWarningData < 3) {
4123 unittest.expect(o.key, unittest.equals('foo')); 4125 unittest.expect(o.key, unittest.equals('foo'));
4124 unittest.expect(o.value, unittest.equals('foo')); 4126 unittest.expect(o.value, unittest.equals('foo'));
4125 } 4127 }
4126 buildCounterTargetPoolsScopedListWarningData--; 4128 buildCounterTargetPoolsScopedListWarningData--;
4127 } 4129 }
4128 4130
4129 buildUnnamed961() { 4131 buildUnnamed551() {
4130 var o = new core.List<api.TargetPoolsScopedListWarningData>(); 4132 var o = new core.List<api.TargetPoolsScopedListWarningData>();
4131 o.add(buildTargetPoolsScopedListWarningData()); 4133 o.add(buildTargetPoolsScopedListWarningData());
4132 o.add(buildTargetPoolsScopedListWarningData()); 4134 o.add(buildTargetPoolsScopedListWarningData());
4133 return o; 4135 return o;
4134 } 4136 }
4135 4137
4136 checkUnnamed961(core.List<api.TargetPoolsScopedListWarningData> o) { 4138 checkUnnamed551(core.List<api.TargetPoolsScopedListWarningData> o) {
4137 unittest.expect(o, unittest.hasLength(2)); 4139 unittest.expect(o, unittest.hasLength(2));
4138 checkTargetPoolsScopedListWarningData(o[0]); 4140 checkTargetPoolsScopedListWarningData(o[0]);
4139 checkTargetPoolsScopedListWarningData(o[1]); 4141 checkTargetPoolsScopedListWarningData(o[1]);
4140 } 4142 }
4141 4143
4142 core.int buildCounterTargetPoolsScopedListWarning = 0; 4144 core.int buildCounterTargetPoolsScopedListWarning = 0;
4143 buildTargetPoolsScopedListWarning() { 4145 buildTargetPoolsScopedListWarning() {
4144 var o = new api.TargetPoolsScopedListWarning(); 4146 var o = new api.TargetPoolsScopedListWarning();
4145 buildCounterTargetPoolsScopedListWarning++; 4147 buildCounterTargetPoolsScopedListWarning++;
4146 if (buildCounterTargetPoolsScopedListWarning < 3) { 4148 if (buildCounterTargetPoolsScopedListWarning < 3) {
4147 o.code = "foo"; 4149 o.code = "foo";
4148 o.data = buildUnnamed961(); 4150 o.data = buildUnnamed551();
4149 o.message = "foo"; 4151 o.message = "foo";
4150 } 4152 }
4151 buildCounterTargetPoolsScopedListWarning--; 4153 buildCounterTargetPoolsScopedListWarning--;
4152 return o; 4154 return o;
4153 } 4155 }
4154 4156
4155 checkTargetPoolsScopedListWarning(api.TargetPoolsScopedListWarning o) { 4157 checkTargetPoolsScopedListWarning(api.TargetPoolsScopedListWarning o) {
4156 buildCounterTargetPoolsScopedListWarning++; 4158 buildCounterTargetPoolsScopedListWarning++;
4157 if (buildCounterTargetPoolsScopedListWarning < 3) { 4159 if (buildCounterTargetPoolsScopedListWarning < 3) {
4158 unittest.expect(o.code, unittest.equals('foo')); 4160 unittest.expect(o.code, unittest.equals('foo'));
4159 checkUnnamed961(o.data); 4161 checkUnnamed551(o.data);
4160 unittest.expect(o.message, unittest.equals('foo')); 4162 unittest.expect(o.message, unittest.equals('foo'));
4161 } 4163 }
4162 buildCounterTargetPoolsScopedListWarning--; 4164 buildCounterTargetPoolsScopedListWarning--;
4163 } 4165 }
4164 4166
4165 core.int buildCounterTargetPoolsScopedList = 0; 4167 core.int buildCounterTargetPoolsScopedList = 0;
4166 buildTargetPoolsScopedList() { 4168 buildTargetPoolsScopedList() {
4167 var o = new api.TargetPoolsScopedList(); 4169 var o = new api.TargetPoolsScopedList();
4168 buildCounterTargetPoolsScopedList++; 4170 buildCounterTargetPoolsScopedList++;
4169 if (buildCounterTargetPoolsScopedList < 3) { 4171 if (buildCounterTargetPoolsScopedList < 3) {
4170 o.targetPools = buildUnnamed960(); 4172 o.targetPools = buildUnnamed550();
4171 o.warning = buildTargetPoolsScopedListWarning(); 4173 o.warning = buildTargetPoolsScopedListWarning();
4172 } 4174 }
4173 buildCounterTargetPoolsScopedList--; 4175 buildCounterTargetPoolsScopedList--;
4174 return o; 4176 return o;
4175 } 4177 }
4176 4178
4177 checkTargetPoolsScopedList(api.TargetPoolsScopedList o) { 4179 checkTargetPoolsScopedList(api.TargetPoolsScopedList o) {
4178 buildCounterTargetPoolsScopedList++; 4180 buildCounterTargetPoolsScopedList++;
4179 if (buildCounterTargetPoolsScopedList < 3) { 4181 if (buildCounterTargetPoolsScopedList < 3) {
4180 checkUnnamed960(o.targetPools); 4182 checkUnnamed550(o.targetPools);
4181 checkTargetPoolsScopedListWarning(o.warning); 4183 checkTargetPoolsScopedListWarning(o.warning);
4182 } 4184 }
4183 buildCounterTargetPoolsScopedList--; 4185 buildCounterTargetPoolsScopedList--;
4184 } 4186 }
4185 4187
4186 core.int buildCounterTargetReference = 0; 4188 core.int buildCounterTargetReference = 0;
4187 buildTargetReference() { 4189 buildTargetReference() {
4188 var o = new api.TargetReference(); 4190 var o = new api.TargetReference();
4189 buildCounterTargetReference++; 4191 buildCounterTargetReference++;
4190 if (buildCounterTargetReference < 3) { 4192 if (buildCounterTargetReference < 3) {
(...skipping 29 matching lines...) Expand all
4220 buildCounterTestFailure++; 4222 buildCounterTestFailure++;
4221 if (buildCounterTestFailure < 3) { 4223 if (buildCounterTestFailure < 3) {
4222 unittest.expect(o.actualService, unittest.equals('foo')); 4224 unittest.expect(o.actualService, unittest.equals('foo'));
4223 unittest.expect(o.expectedService, unittest.equals('foo')); 4225 unittest.expect(o.expectedService, unittest.equals('foo'));
4224 unittest.expect(o.host, unittest.equals('foo')); 4226 unittest.expect(o.host, unittest.equals('foo'));
4225 unittest.expect(o.path, unittest.equals('foo')); 4227 unittest.expect(o.path, unittest.equals('foo'));
4226 } 4228 }
4227 buildCounterTestFailure--; 4229 buildCounterTestFailure--;
4228 } 4230 }
4229 4231
4230 buildUnnamed962() { 4232 buildUnnamed552() {
4231 var o = new core.List<api.HostRule>(); 4233 var o = new core.List<api.HostRule>();
4232 o.add(buildHostRule()); 4234 o.add(buildHostRule());
4233 o.add(buildHostRule()); 4235 o.add(buildHostRule());
4234 return o; 4236 return o;
4235 } 4237 }
4236 4238
4237 checkUnnamed962(core.List<api.HostRule> o) { 4239 checkUnnamed552(core.List<api.HostRule> o) {
4238 unittest.expect(o, unittest.hasLength(2)); 4240 unittest.expect(o, unittest.hasLength(2));
4239 checkHostRule(o[0]); 4241 checkHostRule(o[0]);
4240 checkHostRule(o[1]); 4242 checkHostRule(o[1]);
4241 } 4243 }
4242 4244
4243 buildUnnamed963() { 4245 buildUnnamed553() {
4244 var o = new core.List<api.PathMatcher>(); 4246 var o = new core.List<api.PathMatcher>();
4245 o.add(buildPathMatcher()); 4247 o.add(buildPathMatcher());
4246 o.add(buildPathMatcher()); 4248 o.add(buildPathMatcher());
4247 return o; 4249 return o;
4248 } 4250 }
4249 4251
4250 checkUnnamed963(core.List<api.PathMatcher> o) { 4252 checkUnnamed553(core.List<api.PathMatcher> o) {
4251 unittest.expect(o, unittest.hasLength(2)); 4253 unittest.expect(o, unittest.hasLength(2));
4252 checkPathMatcher(o[0]); 4254 checkPathMatcher(o[0]);
4253 checkPathMatcher(o[1]); 4255 checkPathMatcher(o[1]);
4254 } 4256 }
4255 4257
4256 buildUnnamed964() { 4258 buildUnnamed554() {
4257 var o = new core.List<api.UrlMapTest>(); 4259 var o = new core.List<api.UrlMapTest>();
4258 o.add(buildUrlMapTest()); 4260 o.add(buildUrlMapTest());
4259 o.add(buildUrlMapTest()); 4261 o.add(buildUrlMapTest());
4260 return o; 4262 return o;
4261 } 4263 }
4262 4264
4263 checkUnnamed964(core.List<api.UrlMapTest> o) { 4265 checkUnnamed554(core.List<api.UrlMapTest> o) {
4264 unittest.expect(o, unittest.hasLength(2)); 4266 unittest.expect(o, unittest.hasLength(2));
4265 checkUrlMapTest(o[0]); 4267 checkUrlMapTest(o[0]);
4266 checkUrlMapTest(o[1]); 4268 checkUrlMapTest(o[1]);
4267 } 4269 }
4268 4270
4269 core.int buildCounterUrlMap = 0; 4271 core.int buildCounterUrlMap = 0;
4270 buildUrlMap() { 4272 buildUrlMap() {
4271 var o = new api.UrlMap(); 4273 var o = new api.UrlMap();
4272 buildCounterUrlMap++; 4274 buildCounterUrlMap++;
4273 if (buildCounterUrlMap < 3) { 4275 if (buildCounterUrlMap < 3) {
4274 o.creationTimestamp = "foo"; 4276 o.creationTimestamp = "foo";
4275 o.defaultService = "foo"; 4277 o.defaultService = "foo";
4276 o.description = "foo"; 4278 o.description = "foo";
4277 o.fingerprint = "foo"; 4279 o.fingerprint = "foo";
4278 o.hostRules = buildUnnamed962(); 4280 o.hostRules = buildUnnamed552();
4279 o.id = "foo"; 4281 o.id = "foo";
4280 o.kind = "foo"; 4282 o.kind = "foo";
4281 o.name = "foo"; 4283 o.name = "foo";
4282 o.pathMatchers = buildUnnamed963(); 4284 o.pathMatchers = buildUnnamed553();
4283 o.selfLink = "foo"; 4285 o.selfLink = "foo";
4284 o.tests = buildUnnamed964(); 4286 o.tests = buildUnnamed554();
4285 } 4287 }
4286 buildCounterUrlMap--; 4288 buildCounterUrlMap--;
4287 return o; 4289 return o;
4288 } 4290 }
4289 4291
4290 checkUrlMap(api.UrlMap o) { 4292 checkUrlMap(api.UrlMap o) {
4291 buildCounterUrlMap++; 4293 buildCounterUrlMap++;
4292 if (buildCounterUrlMap < 3) { 4294 if (buildCounterUrlMap < 3) {
4293 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 4295 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
4294 unittest.expect(o.defaultService, unittest.equals('foo')); 4296 unittest.expect(o.defaultService, unittest.equals('foo'));
4295 unittest.expect(o.description, unittest.equals('foo')); 4297 unittest.expect(o.description, unittest.equals('foo'));
4296 unittest.expect(o.fingerprint, unittest.equals('foo')); 4298 unittest.expect(o.fingerprint, unittest.equals('foo'));
4297 checkUnnamed962(o.hostRules); 4299 checkUnnamed552(o.hostRules);
4298 unittest.expect(o.id, unittest.equals('foo')); 4300 unittest.expect(o.id, unittest.equals('foo'));
4299 unittest.expect(o.kind, unittest.equals('foo')); 4301 unittest.expect(o.kind, unittest.equals('foo'));
4300 unittest.expect(o.name, unittest.equals('foo')); 4302 unittest.expect(o.name, unittest.equals('foo'));
4301 checkUnnamed963(o.pathMatchers); 4303 checkUnnamed553(o.pathMatchers);
4302 unittest.expect(o.selfLink, unittest.equals('foo')); 4304 unittest.expect(o.selfLink, unittest.equals('foo'));
4303 checkUnnamed964(o.tests); 4305 checkUnnamed554(o.tests);
4304 } 4306 }
4305 buildCounterUrlMap--; 4307 buildCounterUrlMap--;
4306 } 4308 }
4307 4309
4308 buildUnnamed965() { 4310 buildUnnamed555() {
4309 var o = new core.List<api.UrlMap>(); 4311 var o = new core.List<api.UrlMap>();
4310 o.add(buildUrlMap()); 4312 o.add(buildUrlMap());
4311 o.add(buildUrlMap()); 4313 o.add(buildUrlMap());
4312 return o; 4314 return o;
4313 } 4315 }
4314 4316
4315 checkUnnamed965(core.List<api.UrlMap> o) { 4317 checkUnnamed555(core.List<api.UrlMap> o) {
4316 unittest.expect(o, unittest.hasLength(2)); 4318 unittest.expect(o, unittest.hasLength(2));
4317 checkUrlMap(o[0]); 4319 checkUrlMap(o[0]);
4318 checkUrlMap(o[1]); 4320 checkUrlMap(o[1]);
4319 } 4321 }
4320 4322
4321 core.int buildCounterUrlMapList = 0; 4323 core.int buildCounterUrlMapList = 0;
4322 buildUrlMapList() { 4324 buildUrlMapList() {
4323 var o = new api.UrlMapList(); 4325 var o = new api.UrlMapList();
4324 buildCounterUrlMapList++; 4326 buildCounterUrlMapList++;
4325 if (buildCounterUrlMapList < 3) { 4327 if (buildCounterUrlMapList < 3) {
4326 o.id = "foo"; 4328 o.id = "foo";
4327 o.items = buildUnnamed965(); 4329 o.items = buildUnnamed555();
4328 o.kind = "foo"; 4330 o.kind = "foo";
4329 o.nextPageToken = "foo"; 4331 o.nextPageToken = "foo";
4330 o.selfLink = "foo"; 4332 o.selfLink = "foo";
4331 } 4333 }
4332 buildCounterUrlMapList--; 4334 buildCounterUrlMapList--;
4333 return o; 4335 return o;
4334 } 4336 }
4335 4337
4336 checkUrlMapList(api.UrlMapList o) { 4338 checkUrlMapList(api.UrlMapList o) {
4337 buildCounterUrlMapList++; 4339 buildCounterUrlMapList++;
4338 if (buildCounterUrlMapList < 3) { 4340 if (buildCounterUrlMapList < 3) {
4339 unittest.expect(o.id, unittest.equals('foo')); 4341 unittest.expect(o.id, unittest.equals('foo'));
4340 checkUnnamed965(o.items); 4342 checkUnnamed555(o.items);
4341 unittest.expect(o.kind, unittest.equals('foo')); 4343 unittest.expect(o.kind, unittest.equals('foo'));
4342 unittest.expect(o.nextPageToken, unittest.equals('foo')); 4344 unittest.expect(o.nextPageToken, unittest.equals('foo'));
4343 unittest.expect(o.selfLink, unittest.equals('foo')); 4345 unittest.expect(o.selfLink, unittest.equals('foo'));
4344 } 4346 }
4345 buildCounterUrlMapList--; 4347 buildCounterUrlMapList--;
4346 } 4348 }
4347 4349
4348 core.int buildCounterUrlMapReference = 0; 4350 core.int buildCounterUrlMapReference = 0;
4349 buildUrlMapReference() { 4351 buildUrlMapReference() {
4350 var o = new api.UrlMapReference(); 4352 var o = new api.UrlMapReference();
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4382 buildCounterUrlMapTest++; 4384 buildCounterUrlMapTest++;
4383 if (buildCounterUrlMapTest < 3) { 4385 if (buildCounterUrlMapTest < 3) {
4384 unittest.expect(o.description, unittest.equals('foo')); 4386 unittest.expect(o.description, unittest.equals('foo'));
4385 unittest.expect(o.host, unittest.equals('foo')); 4387 unittest.expect(o.host, unittest.equals('foo'));
4386 unittest.expect(o.path, unittest.equals('foo')); 4388 unittest.expect(o.path, unittest.equals('foo'));
4387 unittest.expect(o.service, unittest.equals('foo')); 4389 unittest.expect(o.service, unittest.equals('foo'));
4388 } 4390 }
4389 buildCounterUrlMapTest--; 4391 buildCounterUrlMapTest--;
4390 } 4392 }
4391 4393
4392 buildUnnamed966() { 4394 buildUnnamed556() {
4393 var o = new core.List<core.String>(); 4395 var o = new core.List<core.String>();
4394 o.add("foo"); 4396 o.add("foo");
4395 o.add("foo"); 4397 o.add("foo");
4396 return o; 4398 return o;
4397 } 4399 }
4398 4400
4399 checkUnnamed966(core.List<core.String> o) { 4401 checkUnnamed556(core.List<core.String> o) {
4400 unittest.expect(o, unittest.hasLength(2)); 4402 unittest.expect(o, unittest.hasLength(2));
4401 unittest.expect(o[0], unittest.equals('foo')); 4403 unittest.expect(o[0], unittest.equals('foo'));
4402 unittest.expect(o[1], unittest.equals('foo')); 4404 unittest.expect(o[1], unittest.equals('foo'));
4403 } 4405 }
4404 4406
4405 buildUnnamed967() { 4407 buildUnnamed557() {
4406 var o = new core.List<api.TestFailure>(); 4408 var o = new core.List<api.TestFailure>();
4407 o.add(buildTestFailure()); 4409 o.add(buildTestFailure());
4408 o.add(buildTestFailure()); 4410 o.add(buildTestFailure());
4409 return o; 4411 return o;
4410 } 4412 }
4411 4413
4412 checkUnnamed967(core.List<api.TestFailure> o) { 4414 checkUnnamed557(core.List<api.TestFailure> o) {
4413 unittest.expect(o, unittest.hasLength(2)); 4415 unittest.expect(o, unittest.hasLength(2));
4414 checkTestFailure(o[0]); 4416 checkTestFailure(o[0]);
4415 checkTestFailure(o[1]); 4417 checkTestFailure(o[1]);
4416 } 4418 }
4417 4419
4418 core.int buildCounterUrlMapValidationResult = 0; 4420 core.int buildCounterUrlMapValidationResult = 0;
4419 buildUrlMapValidationResult() { 4421 buildUrlMapValidationResult() {
4420 var o = new api.UrlMapValidationResult(); 4422 var o = new api.UrlMapValidationResult();
4421 buildCounterUrlMapValidationResult++; 4423 buildCounterUrlMapValidationResult++;
4422 if (buildCounterUrlMapValidationResult < 3) { 4424 if (buildCounterUrlMapValidationResult < 3) {
4423 o.loadErrors = buildUnnamed966(); 4425 o.loadErrors = buildUnnamed556();
4424 o.loadSucceeded = true; 4426 o.loadSucceeded = true;
4425 o.testFailures = buildUnnamed967(); 4427 o.testFailures = buildUnnamed557();
4426 o.testPassed = true; 4428 o.testPassed = true;
4427 } 4429 }
4428 buildCounterUrlMapValidationResult--; 4430 buildCounterUrlMapValidationResult--;
4429 return o; 4431 return o;
4430 } 4432 }
4431 4433
4432 checkUrlMapValidationResult(api.UrlMapValidationResult o) { 4434 checkUrlMapValidationResult(api.UrlMapValidationResult o) {
4433 buildCounterUrlMapValidationResult++; 4435 buildCounterUrlMapValidationResult++;
4434 if (buildCounterUrlMapValidationResult < 3) { 4436 if (buildCounterUrlMapValidationResult < 3) {
4435 checkUnnamed966(o.loadErrors); 4437 checkUnnamed556(o.loadErrors);
4436 unittest.expect(o.loadSucceeded, unittest.isTrue); 4438 unittest.expect(o.loadSucceeded, unittest.isTrue);
4437 checkUnnamed967(o.testFailures); 4439 checkUnnamed557(o.testFailures);
4438 unittest.expect(o.testPassed, unittest.isTrue); 4440 unittest.expect(o.testPassed, unittest.isTrue);
4439 } 4441 }
4440 buildCounterUrlMapValidationResult--; 4442 buildCounterUrlMapValidationResult--;
4441 } 4443 }
4442 4444
4443 core.int buildCounterUrlMapsValidateRequest = 0; 4445 core.int buildCounterUrlMapsValidateRequest = 0;
4444 buildUrlMapsValidateRequest() { 4446 buildUrlMapsValidateRequest() {
4445 var o = new api.UrlMapsValidateRequest(); 4447 var o = new api.UrlMapsValidateRequest();
4446 buildCounterUrlMapsValidateRequest++; 4448 buildCounterUrlMapsValidateRequest++;
4447 if (buildCounterUrlMapsValidateRequest < 3) { 4449 if (buildCounterUrlMapsValidateRequest < 3) {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
4517 buildCounterZoneMaintenanceWindows++; 4519 buildCounterZoneMaintenanceWindows++;
4518 if (buildCounterZoneMaintenanceWindows < 3) { 4520 if (buildCounterZoneMaintenanceWindows < 3) {
4519 unittest.expect(o.beginTime, unittest.equals('foo')); 4521 unittest.expect(o.beginTime, unittest.equals('foo'));
4520 unittest.expect(o.description, unittest.equals('foo')); 4522 unittest.expect(o.description, unittest.equals('foo'));
4521 unittest.expect(o.endTime, unittest.equals('foo')); 4523 unittest.expect(o.endTime, unittest.equals('foo'));
4522 unittest.expect(o.name, unittest.equals('foo')); 4524 unittest.expect(o.name, unittest.equals('foo'));
4523 } 4525 }
4524 buildCounterZoneMaintenanceWindows--; 4526 buildCounterZoneMaintenanceWindows--;
4525 } 4527 }
4526 4528
4527 buildUnnamed968() { 4529 buildUnnamed558() {
4528 var o = new core.List<api.ZoneMaintenanceWindows>(); 4530 var o = new core.List<api.ZoneMaintenanceWindows>();
4529 o.add(buildZoneMaintenanceWindows()); 4531 o.add(buildZoneMaintenanceWindows());
4530 o.add(buildZoneMaintenanceWindows()); 4532 o.add(buildZoneMaintenanceWindows());
4531 return o; 4533 return o;
4532 } 4534 }
4533 4535
4534 checkUnnamed968(core.List<api.ZoneMaintenanceWindows> o) { 4536 checkUnnamed558(core.List<api.ZoneMaintenanceWindows> o) {
4535 unittest.expect(o, unittest.hasLength(2)); 4537 unittest.expect(o, unittest.hasLength(2));
4536 checkZoneMaintenanceWindows(o[0]); 4538 checkZoneMaintenanceWindows(o[0]);
4537 checkZoneMaintenanceWindows(o[1]); 4539 checkZoneMaintenanceWindows(o[1]);
4538 } 4540 }
4539 4541
4540 core.int buildCounterZone = 0; 4542 core.int buildCounterZone = 0;
4541 buildZone() { 4543 buildZone() {
4542 var o = new api.Zone(); 4544 var o = new api.Zone();
4543 buildCounterZone++; 4545 buildCounterZone++;
4544 if (buildCounterZone < 3) { 4546 if (buildCounterZone < 3) {
4545 o.creationTimestamp = "foo"; 4547 o.creationTimestamp = "foo";
4546 o.deprecated = buildDeprecationStatus(); 4548 o.deprecated = buildDeprecationStatus();
4547 o.description = "foo"; 4549 o.description = "foo";
4548 o.id = "foo"; 4550 o.id = "foo";
4549 o.kind = "foo"; 4551 o.kind = "foo";
4550 o.maintenanceWindows = buildUnnamed968(); 4552 o.maintenanceWindows = buildUnnamed558();
4551 o.name = "foo"; 4553 o.name = "foo";
4552 o.region = "foo"; 4554 o.region = "foo";
4553 o.selfLink = "foo"; 4555 o.selfLink = "foo";
4554 o.status = "foo"; 4556 o.status = "foo";
4555 } 4557 }
4556 buildCounterZone--; 4558 buildCounterZone--;
4557 return o; 4559 return o;
4558 } 4560 }
4559 4561
4560 checkZone(api.Zone o) { 4562 checkZone(api.Zone o) {
4561 buildCounterZone++; 4563 buildCounterZone++;
4562 if (buildCounterZone < 3) { 4564 if (buildCounterZone < 3) {
4563 unittest.expect(o.creationTimestamp, unittest.equals('foo')); 4565 unittest.expect(o.creationTimestamp, unittest.equals('foo'));
4564 checkDeprecationStatus(o.deprecated); 4566 checkDeprecationStatus(o.deprecated);
4565 unittest.expect(o.description, unittest.equals('foo')); 4567 unittest.expect(o.description, unittest.equals('foo'));
4566 unittest.expect(o.id, unittest.equals('foo')); 4568 unittest.expect(o.id, unittest.equals('foo'));
4567 unittest.expect(o.kind, unittest.equals('foo')); 4569 unittest.expect(o.kind, unittest.equals('foo'));
4568 checkUnnamed968(o.maintenanceWindows); 4570 checkUnnamed558(o.maintenanceWindows);
4569 unittest.expect(o.name, unittest.equals('foo')); 4571 unittest.expect(o.name, unittest.equals('foo'));
4570 unittest.expect(o.region, unittest.equals('foo')); 4572 unittest.expect(o.region, unittest.equals('foo'));
4571 unittest.expect(o.selfLink, unittest.equals('foo')); 4573 unittest.expect(o.selfLink, unittest.equals('foo'));
4572 unittest.expect(o.status, unittest.equals('foo')); 4574 unittest.expect(o.status, unittest.equals('foo'));
4573 } 4575 }
4574 buildCounterZone--; 4576 buildCounterZone--;
4575 } 4577 }
4576 4578
4577 buildUnnamed969() { 4579 buildUnnamed559() {
4578 var o = new core.List<api.Zone>(); 4580 var o = new core.List<api.Zone>();
4579 o.add(buildZone()); 4581 o.add(buildZone());
4580 o.add(buildZone()); 4582 o.add(buildZone());
4581 return o; 4583 return o;
4582 } 4584 }
4583 4585
4584 checkUnnamed969(core.List<api.Zone> o) { 4586 checkUnnamed559(core.List<api.Zone> o) {
4585 unittest.expect(o, unittest.hasLength(2)); 4587 unittest.expect(o, unittest.hasLength(2));
4586 checkZone(o[0]); 4588 checkZone(o[0]);
4587 checkZone(o[1]); 4589 checkZone(o[1]);
4588 } 4590 }
4589 4591
4590 core.int buildCounterZoneList = 0; 4592 core.int buildCounterZoneList = 0;
4591 buildZoneList() { 4593 buildZoneList() {
4592 var o = new api.ZoneList(); 4594 var o = new api.ZoneList();
4593 buildCounterZoneList++; 4595 buildCounterZoneList++;
4594 if (buildCounterZoneList < 3) { 4596 if (buildCounterZoneList < 3) {
4595 o.id = "foo"; 4597 o.id = "foo";
4596 o.items = buildUnnamed969(); 4598 o.items = buildUnnamed559();
4597 o.kind = "foo"; 4599 o.kind = "foo";
4598 o.nextPageToken = "foo"; 4600 o.nextPageToken = "foo";
4599 o.selfLink = "foo"; 4601 o.selfLink = "foo";
4600 } 4602 }
4601 buildCounterZoneList--; 4603 buildCounterZoneList--;
4602 return o; 4604 return o;
4603 } 4605 }
4604 4606
4605 checkZoneList(api.ZoneList o) { 4607 checkZoneList(api.ZoneList o) {
4606 buildCounterZoneList++; 4608 buildCounterZoneList++;
4607 if (buildCounterZoneList < 3) { 4609 if (buildCounterZoneList < 3) {
4608 unittest.expect(o.id, unittest.equals('foo')); 4610 unittest.expect(o.id, unittest.equals('foo'));
4609 checkUnnamed969(o.items); 4611 checkUnnamed559(o.items);
4610 unittest.expect(o.kind, unittest.equals('foo')); 4612 unittest.expect(o.kind, unittest.equals('foo'));
4611 unittest.expect(o.nextPageToken, unittest.equals('foo')); 4613 unittest.expect(o.nextPageToken, unittest.equals('foo'));
4612 unittest.expect(o.selfLink, unittest.equals('foo')); 4614 unittest.expect(o.selfLink, unittest.equals('foo'));
4613 } 4615 }
4614 buildCounterZoneList--; 4616 buildCounterZoneList--;
4615 } 4617 }
4616 4618
4617 4619
4618 main() { 4620 main() {
4619 unittest.group("obj-schema-AccessConfig", () { 4621 unittest.group("obj-schema-AccessConfig", () {
(...skipping 7292 matching lines...) Expand 10 before | Expand all | Expand 10 after
11912 res.list(arg_project, filter: arg_filter, maxResults: arg_maxResults, page Token: arg_pageToken).then(unittest.expectAsync(((api.ZoneList response) { 11914 res.list(arg_project, filter: arg_filter, maxResults: arg_maxResults, page Token: arg_pageToken).then(unittest.expectAsync(((api.ZoneList response) {
11913 checkZoneList(response); 11915 checkZoneList(response);
11914 }))); 11916 })));
11915 }); 11917 });
11916 11918
11917 }); 11919 });
11918 11920
11919 11921
11920 } 11922 }
11921 11923
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698