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

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

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

Powered by Google App Engine
This is Rietveld 408576698