Test Setup Failed
Push — master ( 2261e5...599f56 )
by Stiofan
02:03
created
geodirectory-admin/google-api-php-client/src/Google/Service/AdSenseHost.php 2 patches
Indentation   +823 added lines, -823 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your AdSense host data and associated accounts. */
35 35
   const ADSENSEHOST =
36
-      "https://www.googleapis.com/auth/adsensehost";
36
+	  "https://www.googleapis.com/auth/adsensehost";
37 37
 
38 38
   public $accounts;
39 39
   public $accounts_adclients;
@@ -53,580 +53,580 @@  discard block
 block discarded – undo
53 53
    */
54 54
   public function __construct(Google_Client $client)
55 55
   {
56
-    parent::__construct($client);
57
-    $this->rootUrl = 'https://www.googleapis.com/';
58
-    $this->servicePath = 'adsensehost/v4.1/';
59
-    $this->version = 'v4.1';
60
-    $this->serviceName = 'adsensehost';
61
-
62
-    $this->accounts = new Google_Service_AdSenseHost_Accounts_Resource(
63
-        $this,
64
-        $this->serviceName,
65
-        'accounts',
66
-        array(
67
-          'methods' => array(
68
-            'get' => array(
69
-              'path' => 'accounts/{accountId}',
70
-              'httpMethod' => 'GET',
71
-              'parameters' => array(
72
-                'accountId' => array(
73
-                  'location' => 'path',
74
-                  'type' => 'string',
75
-                  'required' => true,
76
-                ),
77
-              ),
78
-            ),'list' => array(
79
-              'path' => 'accounts',
80
-              'httpMethod' => 'GET',
81
-              'parameters' => array(
82
-                'filterAdClientId' => array(
83
-                  'location' => 'query',
84
-                  'type' => 'string',
85
-                  'repeated' => true,
86
-                  'required' => true,
87
-                ),
88
-              ),
89
-            ),
90
-          )
91
-        )
92
-    );
93
-    $this->accounts_adclients = new Google_Service_AdSenseHost_AccountsAdclients_Resource(
94
-        $this,
95
-        $this->serviceName,
96
-        'adclients',
97
-        array(
98
-          'methods' => array(
99
-            'get' => array(
100
-              'path' => 'accounts/{accountId}/adclients/{adClientId}',
101
-              'httpMethod' => 'GET',
102
-              'parameters' => array(
103
-                'accountId' => array(
104
-                  'location' => 'path',
105
-                  'type' => 'string',
106
-                  'required' => true,
107
-                ),
108
-                'adClientId' => array(
109
-                  'location' => 'path',
110
-                  'type' => 'string',
111
-                  'required' => true,
112
-                ),
113
-              ),
114
-            ),'list' => array(
115
-              'path' => 'accounts/{accountId}/adclients',
116
-              'httpMethod' => 'GET',
117
-              'parameters' => array(
118
-                'accountId' => array(
119
-                  'location' => 'path',
120
-                  'type' => 'string',
121
-                  'required' => true,
122
-                ),
123
-                'pageToken' => array(
124
-                  'location' => 'query',
125
-                  'type' => 'string',
126
-                ),
127
-                'maxResults' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'integer',
130
-                ),
131
-              ),
132
-            ),
133
-          )
134
-        )
135
-    );
136
-    $this->accounts_adunits = new Google_Service_AdSenseHost_AccountsAdunits_Resource(
137
-        $this,
138
-        $this->serviceName,
139
-        'adunits',
140
-        array(
141
-          'methods' => array(
142
-            'delete' => array(
143
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
144
-              'httpMethod' => 'DELETE',
145
-              'parameters' => array(
146
-                'accountId' => array(
147
-                  'location' => 'path',
148
-                  'type' => 'string',
149
-                  'required' => true,
150
-                ),
151
-                'adClientId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'adUnitId' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'get' => array(
163
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
164
-              'httpMethod' => 'GET',
165
-              'parameters' => array(
166
-                'accountId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'adClientId' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-                'adUnitId' => array(
177
-                  'location' => 'path',
178
-                  'type' => 'string',
179
-                  'required' => true,
180
-                ),
181
-              ),
182
-            ),'getAdCode' => array(
183
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode',
184
-              'httpMethod' => 'GET',
185
-              'parameters' => array(
186
-                'accountId' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-                'adClientId' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'adUnitId' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-                'hostCustomChannelId' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'string',
204
-                  'repeated' => true,
205
-                ),
206
-              ),
207
-            ),'insert' => array(
208
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
209
-              'httpMethod' => 'POST',
210
-              'parameters' => array(
211
-                'accountId' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-                'adClientId' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-              ),
222
-            ),'list' => array(
223
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
224
-              'httpMethod' => 'GET',
225
-              'parameters' => array(
226
-                'accountId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'adClientId' => array(
232
-                  'location' => 'path',
233
-                  'type' => 'string',
234
-                  'required' => true,
235
-                ),
236
-                'includeInactive' => array(
237
-                  'location' => 'query',
238
-                  'type' => 'boolean',
239
-                ),
240
-                'pageToken' => array(
241
-                  'location' => 'query',
242
-                  'type' => 'string',
243
-                ),
244
-                'maxResults' => array(
245
-                  'location' => 'query',
246
-                  'type' => 'integer',
247
-                ),
248
-              ),
249
-            ),'patch' => array(
250
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
251
-              'httpMethod' => 'PATCH',
252
-              'parameters' => array(
253
-                'accountId' => array(
254
-                  'location' => 'path',
255
-                  'type' => 'string',
256
-                  'required' => true,
257
-                ),
258
-                'adClientId' => array(
259
-                  'location' => 'path',
260
-                  'type' => 'string',
261
-                  'required' => true,
262
-                ),
263
-                'adUnitId' => array(
264
-                  'location' => 'query',
265
-                  'type' => 'string',
266
-                  'required' => true,
267
-                ),
268
-              ),
269
-            ),'update' => array(
270
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
271
-              'httpMethod' => 'PUT',
272
-              'parameters' => array(
273
-                'accountId' => array(
274
-                  'location' => 'path',
275
-                  'type' => 'string',
276
-                  'required' => true,
277
-                ),
278
-                'adClientId' => array(
279
-                  'location' => 'path',
280
-                  'type' => 'string',
281
-                  'required' => true,
282
-                ),
283
-              ),
284
-            ),
285
-          )
286
-        )
287
-    );
288
-    $this->accounts_reports = new Google_Service_AdSenseHost_AccountsReports_Resource(
289
-        $this,
290
-        $this->serviceName,
291
-        'reports',
292
-        array(
293
-          'methods' => array(
294
-            'generate' => array(
295
-              'path' => 'accounts/{accountId}/reports',
296
-              'httpMethod' => 'GET',
297
-              'parameters' => array(
298
-                'accountId' => array(
299
-                  'location' => 'path',
300
-                  'type' => 'string',
301
-                  'required' => true,
302
-                ),
303
-                'startDate' => array(
304
-                  'location' => 'query',
305
-                  'type' => 'string',
306
-                  'required' => true,
307
-                ),
308
-                'endDate' => array(
309
-                  'location' => 'query',
310
-                  'type' => 'string',
311
-                  'required' => true,
312
-                ),
313
-                'sort' => array(
314
-                  'location' => 'query',
315
-                  'type' => 'string',
316
-                  'repeated' => true,
317
-                ),
318
-                'locale' => array(
319
-                  'location' => 'query',
320
-                  'type' => 'string',
321
-                ),
322
-                'metric' => array(
323
-                  'location' => 'query',
324
-                  'type' => 'string',
325
-                  'repeated' => true,
326
-                ),
327
-                'maxResults' => array(
328
-                  'location' => 'query',
329
-                  'type' => 'integer',
330
-                ),
331
-                'filter' => array(
332
-                  'location' => 'query',
333
-                  'type' => 'string',
334
-                  'repeated' => true,
335
-                ),
336
-                'startIndex' => array(
337
-                  'location' => 'query',
338
-                  'type' => 'integer',
339
-                ),
340
-                'dimension' => array(
341
-                  'location' => 'query',
342
-                  'type' => 'string',
343
-                  'repeated' => true,
344
-                ),
345
-              ),
346
-            ),
347
-          )
348
-        )
349
-    );
350
-    $this->adclients = new Google_Service_AdSenseHost_Adclients_Resource(
351
-        $this,
352
-        $this->serviceName,
353
-        'adclients',
354
-        array(
355
-          'methods' => array(
356
-            'get' => array(
357
-              'path' => 'adclients/{adClientId}',
358
-              'httpMethod' => 'GET',
359
-              'parameters' => array(
360
-                'adClientId' => array(
361
-                  'location' => 'path',
362
-                  'type' => 'string',
363
-                  'required' => true,
364
-                ),
365
-              ),
366
-            ),'list' => array(
367
-              'path' => 'adclients',
368
-              'httpMethod' => 'GET',
369
-              'parameters' => array(
370
-                'pageToken' => array(
371
-                  'location' => 'query',
372
-                  'type' => 'string',
373
-                ),
374
-                'maxResults' => array(
375
-                  'location' => 'query',
376
-                  'type' => 'integer',
377
-                ),
378
-              ),
379
-            ),
380
-          )
381
-        )
382
-    );
383
-    $this->associationsessions = new Google_Service_AdSenseHost_Associationsessions_Resource(
384
-        $this,
385
-        $this->serviceName,
386
-        'associationsessions',
387
-        array(
388
-          'methods' => array(
389
-            'start' => array(
390
-              'path' => 'associationsessions/start',
391
-              'httpMethod' => 'GET',
392
-              'parameters' => array(
393
-                'productCode' => array(
394
-                  'location' => 'query',
395
-                  'type' => 'string',
396
-                  'repeated' => true,
397
-                  'required' => true,
398
-                ),
399
-                'websiteUrl' => array(
400
-                  'location' => 'query',
401
-                  'type' => 'string',
402
-                  'required' => true,
403
-                ),
404
-                'websiteLocale' => array(
405
-                  'location' => 'query',
406
-                  'type' => 'string',
407
-                ),
408
-                'userLocale' => array(
409
-                  'location' => 'query',
410
-                  'type' => 'string',
411
-                ),
412
-              ),
413
-            ),'verify' => array(
414
-              'path' => 'associationsessions/verify',
415
-              'httpMethod' => 'GET',
416
-              'parameters' => array(
417
-                'token' => array(
418
-                  'location' => 'query',
419
-                  'type' => 'string',
420
-                  'required' => true,
421
-                ),
422
-              ),
423
-            ),
424
-          )
425
-        )
426
-    );
427
-    $this->customchannels = new Google_Service_AdSenseHost_Customchannels_Resource(
428
-        $this,
429
-        $this->serviceName,
430
-        'customchannels',
431
-        array(
432
-          'methods' => array(
433
-            'delete' => array(
434
-              'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
435
-              'httpMethod' => 'DELETE',
436
-              'parameters' => array(
437
-                'adClientId' => array(
438
-                  'location' => 'path',
439
-                  'type' => 'string',
440
-                  'required' => true,
441
-                ),
442
-                'customChannelId' => array(
443
-                  'location' => 'path',
444
-                  'type' => 'string',
445
-                  'required' => true,
446
-                ),
447
-              ),
448
-            ),'get' => array(
449
-              'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
450
-              'httpMethod' => 'GET',
451
-              'parameters' => array(
452
-                'adClientId' => array(
453
-                  'location' => 'path',
454
-                  'type' => 'string',
455
-                  'required' => true,
456
-                ),
457
-                'customChannelId' => array(
458
-                  'location' => 'path',
459
-                  'type' => 'string',
460
-                  'required' => true,
461
-                ),
462
-              ),
463
-            ),'insert' => array(
464
-              'path' => 'adclients/{adClientId}/customchannels',
465
-              'httpMethod' => 'POST',
466
-              'parameters' => array(
467
-                'adClientId' => array(
468
-                  'location' => 'path',
469
-                  'type' => 'string',
470
-                  'required' => true,
471
-                ),
472
-              ),
473
-            ),'list' => array(
474
-              'path' => 'adclients/{adClientId}/customchannels',
475
-              'httpMethod' => 'GET',
476
-              'parameters' => array(
477
-                'adClientId' => array(
478
-                  'location' => 'path',
479
-                  'type' => 'string',
480
-                  'required' => true,
481
-                ),
482
-                'pageToken' => array(
483
-                  'location' => 'query',
484
-                  'type' => 'string',
485
-                ),
486
-                'maxResults' => array(
487
-                  'location' => 'query',
488
-                  'type' => 'integer',
489
-                ),
490
-              ),
491
-            ),'patch' => array(
492
-              'path' => 'adclients/{adClientId}/customchannels',
493
-              'httpMethod' => 'PATCH',
494
-              'parameters' => array(
495
-                'adClientId' => array(
496
-                  'location' => 'path',
497
-                  'type' => 'string',
498
-                  'required' => true,
499
-                ),
500
-                'customChannelId' => array(
501
-                  'location' => 'query',
502
-                  'type' => 'string',
503
-                  'required' => true,
504
-                ),
505
-              ),
506
-            ),'update' => array(
507
-              'path' => 'adclients/{adClientId}/customchannels',
508
-              'httpMethod' => 'PUT',
509
-              'parameters' => array(
510
-                'adClientId' => array(
511
-                  'location' => 'path',
512
-                  'type' => 'string',
513
-                  'required' => true,
514
-                ),
515
-              ),
516
-            ),
517
-          )
518
-        )
519
-    );
520
-    $this->reports = new Google_Service_AdSenseHost_Reports_Resource(
521
-        $this,
522
-        $this->serviceName,
523
-        'reports',
524
-        array(
525
-          'methods' => array(
526
-            'generate' => array(
527
-              'path' => 'reports',
528
-              'httpMethod' => 'GET',
529
-              'parameters' => array(
530
-                'startDate' => array(
531
-                  'location' => 'query',
532
-                  'type' => 'string',
533
-                  'required' => true,
534
-                ),
535
-                'endDate' => array(
536
-                  'location' => 'query',
537
-                  'type' => 'string',
538
-                  'required' => true,
539
-                ),
540
-                'sort' => array(
541
-                  'location' => 'query',
542
-                  'type' => 'string',
543
-                  'repeated' => true,
544
-                ),
545
-                'locale' => array(
546
-                  'location' => 'query',
547
-                  'type' => 'string',
548
-                ),
549
-                'metric' => array(
550
-                  'location' => 'query',
551
-                  'type' => 'string',
552
-                  'repeated' => true,
553
-                ),
554
-                'maxResults' => array(
555
-                  'location' => 'query',
556
-                  'type' => 'integer',
557
-                ),
558
-                'filter' => array(
559
-                  'location' => 'query',
560
-                  'type' => 'string',
561
-                  'repeated' => true,
562
-                ),
563
-                'startIndex' => array(
564
-                  'location' => 'query',
565
-                  'type' => 'integer',
566
-                ),
567
-                'dimension' => array(
568
-                  'location' => 'query',
569
-                  'type' => 'string',
570
-                  'repeated' => true,
571
-                ),
572
-              ),
573
-            ),
574
-          )
575
-        )
576
-    );
577
-    $this->urlchannels = new Google_Service_AdSenseHost_Urlchannels_Resource(
578
-        $this,
579
-        $this->serviceName,
580
-        'urlchannels',
581
-        array(
582
-          'methods' => array(
583
-            'delete' => array(
584
-              'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}',
585
-              'httpMethod' => 'DELETE',
586
-              'parameters' => array(
587
-                'adClientId' => array(
588
-                  'location' => 'path',
589
-                  'type' => 'string',
590
-                  'required' => true,
591
-                ),
592
-                'urlChannelId' => array(
593
-                  'location' => 'path',
594
-                  'type' => 'string',
595
-                  'required' => true,
596
-                ),
597
-              ),
598
-            ),'insert' => array(
599
-              'path' => 'adclients/{adClientId}/urlchannels',
600
-              'httpMethod' => 'POST',
601
-              'parameters' => array(
602
-                'adClientId' => array(
603
-                  'location' => 'path',
604
-                  'type' => 'string',
605
-                  'required' => true,
606
-                ),
607
-              ),
608
-            ),'list' => array(
609
-              'path' => 'adclients/{adClientId}/urlchannels',
610
-              'httpMethod' => 'GET',
611
-              'parameters' => array(
612
-                'adClientId' => array(
613
-                  'location' => 'path',
614
-                  'type' => 'string',
615
-                  'required' => true,
616
-                ),
617
-                'pageToken' => array(
618
-                  'location' => 'query',
619
-                  'type' => 'string',
620
-                ),
621
-                'maxResults' => array(
622
-                  'location' => 'query',
623
-                  'type' => 'integer',
624
-                ),
625
-              ),
626
-            ),
627
-          )
628
-        )
629
-    );
56
+	parent::__construct($client);
57
+	$this->rootUrl = 'https://www.googleapis.com/';
58
+	$this->servicePath = 'adsensehost/v4.1/';
59
+	$this->version = 'v4.1';
60
+	$this->serviceName = 'adsensehost';
61
+
62
+	$this->accounts = new Google_Service_AdSenseHost_Accounts_Resource(
63
+		$this,
64
+		$this->serviceName,
65
+		'accounts',
66
+		array(
67
+		  'methods' => array(
68
+			'get' => array(
69
+			  'path' => 'accounts/{accountId}',
70
+			  'httpMethod' => 'GET',
71
+			  'parameters' => array(
72
+				'accountId' => array(
73
+				  'location' => 'path',
74
+				  'type' => 'string',
75
+				  'required' => true,
76
+				),
77
+			  ),
78
+			),'list' => array(
79
+			  'path' => 'accounts',
80
+			  'httpMethod' => 'GET',
81
+			  'parameters' => array(
82
+				'filterAdClientId' => array(
83
+				  'location' => 'query',
84
+				  'type' => 'string',
85
+				  'repeated' => true,
86
+				  'required' => true,
87
+				),
88
+			  ),
89
+			),
90
+		  )
91
+		)
92
+	);
93
+	$this->accounts_adclients = new Google_Service_AdSenseHost_AccountsAdclients_Resource(
94
+		$this,
95
+		$this->serviceName,
96
+		'adclients',
97
+		array(
98
+		  'methods' => array(
99
+			'get' => array(
100
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}',
101
+			  'httpMethod' => 'GET',
102
+			  'parameters' => array(
103
+				'accountId' => array(
104
+				  'location' => 'path',
105
+				  'type' => 'string',
106
+				  'required' => true,
107
+				),
108
+				'adClientId' => array(
109
+				  'location' => 'path',
110
+				  'type' => 'string',
111
+				  'required' => true,
112
+				),
113
+			  ),
114
+			),'list' => array(
115
+			  'path' => 'accounts/{accountId}/adclients',
116
+			  'httpMethod' => 'GET',
117
+			  'parameters' => array(
118
+				'accountId' => array(
119
+				  'location' => 'path',
120
+				  'type' => 'string',
121
+				  'required' => true,
122
+				),
123
+				'pageToken' => array(
124
+				  'location' => 'query',
125
+				  'type' => 'string',
126
+				),
127
+				'maxResults' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'integer',
130
+				),
131
+			  ),
132
+			),
133
+		  )
134
+		)
135
+	);
136
+	$this->accounts_adunits = new Google_Service_AdSenseHost_AccountsAdunits_Resource(
137
+		$this,
138
+		$this->serviceName,
139
+		'adunits',
140
+		array(
141
+		  'methods' => array(
142
+			'delete' => array(
143
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
144
+			  'httpMethod' => 'DELETE',
145
+			  'parameters' => array(
146
+				'accountId' => array(
147
+				  'location' => 'path',
148
+				  'type' => 'string',
149
+				  'required' => true,
150
+				),
151
+				'adClientId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'adUnitId' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'get' => array(
163
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
164
+			  'httpMethod' => 'GET',
165
+			  'parameters' => array(
166
+				'accountId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'adClientId' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+				'adUnitId' => array(
177
+				  'location' => 'path',
178
+				  'type' => 'string',
179
+				  'required' => true,
180
+				),
181
+			  ),
182
+			),'getAdCode' => array(
183
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode',
184
+			  'httpMethod' => 'GET',
185
+			  'parameters' => array(
186
+				'accountId' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+				'adClientId' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'adUnitId' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+				'hostCustomChannelId' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'string',
204
+				  'repeated' => true,
205
+				),
206
+			  ),
207
+			),'insert' => array(
208
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
209
+			  'httpMethod' => 'POST',
210
+			  'parameters' => array(
211
+				'accountId' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+				'adClientId' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+			  ),
222
+			),'list' => array(
223
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
224
+			  'httpMethod' => 'GET',
225
+			  'parameters' => array(
226
+				'accountId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'adClientId' => array(
232
+				  'location' => 'path',
233
+				  'type' => 'string',
234
+				  'required' => true,
235
+				),
236
+				'includeInactive' => array(
237
+				  'location' => 'query',
238
+				  'type' => 'boolean',
239
+				),
240
+				'pageToken' => array(
241
+				  'location' => 'query',
242
+				  'type' => 'string',
243
+				),
244
+				'maxResults' => array(
245
+				  'location' => 'query',
246
+				  'type' => 'integer',
247
+				),
248
+			  ),
249
+			),'patch' => array(
250
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
251
+			  'httpMethod' => 'PATCH',
252
+			  'parameters' => array(
253
+				'accountId' => array(
254
+				  'location' => 'path',
255
+				  'type' => 'string',
256
+				  'required' => true,
257
+				),
258
+				'adClientId' => array(
259
+				  'location' => 'path',
260
+				  'type' => 'string',
261
+				  'required' => true,
262
+				),
263
+				'adUnitId' => array(
264
+				  'location' => 'query',
265
+				  'type' => 'string',
266
+				  'required' => true,
267
+				),
268
+			  ),
269
+			),'update' => array(
270
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
271
+			  'httpMethod' => 'PUT',
272
+			  'parameters' => array(
273
+				'accountId' => array(
274
+				  'location' => 'path',
275
+				  'type' => 'string',
276
+				  'required' => true,
277
+				),
278
+				'adClientId' => array(
279
+				  'location' => 'path',
280
+				  'type' => 'string',
281
+				  'required' => true,
282
+				),
283
+			  ),
284
+			),
285
+		  )
286
+		)
287
+	);
288
+	$this->accounts_reports = new Google_Service_AdSenseHost_AccountsReports_Resource(
289
+		$this,
290
+		$this->serviceName,
291
+		'reports',
292
+		array(
293
+		  'methods' => array(
294
+			'generate' => array(
295
+			  'path' => 'accounts/{accountId}/reports',
296
+			  'httpMethod' => 'GET',
297
+			  'parameters' => array(
298
+				'accountId' => array(
299
+				  'location' => 'path',
300
+				  'type' => 'string',
301
+				  'required' => true,
302
+				),
303
+				'startDate' => array(
304
+				  'location' => 'query',
305
+				  'type' => 'string',
306
+				  'required' => true,
307
+				),
308
+				'endDate' => array(
309
+				  'location' => 'query',
310
+				  'type' => 'string',
311
+				  'required' => true,
312
+				),
313
+				'sort' => array(
314
+				  'location' => 'query',
315
+				  'type' => 'string',
316
+				  'repeated' => true,
317
+				),
318
+				'locale' => array(
319
+				  'location' => 'query',
320
+				  'type' => 'string',
321
+				),
322
+				'metric' => array(
323
+				  'location' => 'query',
324
+				  'type' => 'string',
325
+				  'repeated' => true,
326
+				),
327
+				'maxResults' => array(
328
+				  'location' => 'query',
329
+				  'type' => 'integer',
330
+				),
331
+				'filter' => array(
332
+				  'location' => 'query',
333
+				  'type' => 'string',
334
+				  'repeated' => true,
335
+				),
336
+				'startIndex' => array(
337
+				  'location' => 'query',
338
+				  'type' => 'integer',
339
+				),
340
+				'dimension' => array(
341
+				  'location' => 'query',
342
+				  'type' => 'string',
343
+				  'repeated' => true,
344
+				),
345
+			  ),
346
+			),
347
+		  )
348
+		)
349
+	);
350
+	$this->adclients = new Google_Service_AdSenseHost_Adclients_Resource(
351
+		$this,
352
+		$this->serviceName,
353
+		'adclients',
354
+		array(
355
+		  'methods' => array(
356
+			'get' => array(
357
+			  'path' => 'adclients/{adClientId}',
358
+			  'httpMethod' => 'GET',
359
+			  'parameters' => array(
360
+				'adClientId' => array(
361
+				  'location' => 'path',
362
+				  'type' => 'string',
363
+				  'required' => true,
364
+				),
365
+			  ),
366
+			),'list' => array(
367
+			  'path' => 'adclients',
368
+			  'httpMethod' => 'GET',
369
+			  'parameters' => array(
370
+				'pageToken' => array(
371
+				  'location' => 'query',
372
+				  'type' => 'string',
373
+				),
374
+				'maxResults' => array(
375
+				  'location' => 'query',
376
+				  'type' => 'integer',
377
+				),
378
+			  ),
379
+			),
380
+		  )
381
+		)
382
+	);
383
+	$this->associationsessions = new Google_Service_AdSenseHost_Associationsessions_Resource(
384
+		$this,
385
+		$this->serviceName,
386
+		'associationsessions',
387
+		array(
388
+		  'methods' => array(
389
+			'start' => array(
390
+			  'path' => 'associationsessions/start',
391
+			  'httpMethod' => 'GET',
392
+			  'parameters' => array(
393
+				'productCode' => array(
394
+				  'location' => 'query',
395
+				  'type' => 'string',
396
+				  'repeated' => true,
397
+				  'required' => true,
398
+				),
399
+				'websiteUrl' => array(
400
+				  'location' => 'query',
401
+				  'type' => 'string',
402
+				  'required' => true,
403
+				),
404
+				'websiteLocale' => array(
405
+				  'location' => 'query',
406
+				  'type' => 'string',
407
+				),
408
+				'userLocale' => array(
409
+				  'location' => 'query',
410
+				  'type' => 'string',
411
+				),
412
+			  ),
413
+			),'verify' => array(
414
+			  'path' => 'associationsessions/verify',
415
+			  'httpMethod' => 'GET',
416
+			  'parameters' => array(
417
+				'token' => array(
418
+				  'location' => 'query',
419
+				  'type' => 'string',
420
+				  'required' => true,
421
+				),
422
+			  ),
423
+			),
424
+		  )
425
+		)
426
+	);
427
+	$this->customchannels = new Google_Service_AdSenseHost_Customchannels_Resource(
428
+		$this,
429
+		$this->serviceName,
430
+		'customchannels',
431
+		array(
432
+		  'methods' => array(
433
+			'delete' => array(
434
+			  'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
435
+			  'httpMethod' => 'DELETE',
436
+			  'parameters' => array(
437
+				'adClientId' => array(
438
+				  'location' => 'path',
439
+				  'type' => 'string',
440
+				  'required' => true,
441
+				),
442
+				'customChannelId' => array(
443
+				  'location' => 'path',
444
+				  'type' => 'string',
445
+				  'required' => true,
446
+				),
447
+			  ),
448
+			),'get' => array(
449
+			  'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
450
+			  'httpMethod' => 'GET',
451
+			  'parameters' => array(
452
+				'adClientId' => array(
453
+				  'location' => 'path',
454
+				  'type' => 'string',
455
+				  'required' => true,
456
+				),
457
+				'customChannelId' => array(
458
+				  'location' => 'path',
459
+				  'type' => 'string',
460
+				  'required' => true,
461
+				),
462
+			  ),
463
+			),'insert' => array(
464
+			  'path' => 'adclients/{adClientId}/customchannels',
465
+			  'httpMethod' => 'POST',
466
+			  'parameters' => array(
467
+				'adClientId' => array(
468
+				  'location' => 'path',
469
+				  'type' => 'string',
470
+				  'required' => true,
471
+				),
472
+			  ),
473
+			),'list' => array(
474
+			  'path' => 'adclients/{adClientId}/customchannels',
475
+			  'httpMethod' => 'GET',
476
+			  'parameters' => array(
477
+				'adClientId' => array(
478
+				  'location' => 'path',
479
+				  'type' => 'string',
480
+				  'required' => true,
481
+				),
482
+				'pageToken' => array(
483
+				  'location' => 'query',
484
+				  'type' => 'string',
485
+				),
486
+				'maxResults' => array(
487
+				  'location' => 'query',
488
+				  'type' => 'integer',
489
+				),
490
+			  ),
491
+			),'patch' => array(
492
+			  'path' => 'adclients/{adClientId}/customchannels',
493
+			  'httpMethod' => 'PATCH',
494
+			  'parameters' => array(
495
+				'adClientId' => array(
496
+				  'location' => 'path',
497
+				  'type' => 'string',
498
+				  'required' => true,
499
+				),
500
+				'customChannelId' => array(
501
+				  'location' => 'query',
502
+				  'type' => 'string',
503
+				  'required' => true,
504
+				),
505
+			  ),
506
+			),'update' => array(
507
+			  'path' => 'adclients/{adClientId}/customchannels',
508
+			  'httpMethod' => 'PUT',
509
+			  'parameters' => array(
510
+				'adClientId' => array(
511
+				  'location' => 'path',
512
+				  'type' => 'string',
513
+				  'required' => true,
514
+				),
515
+			  ),
516
+			),
517
+		  )
518
+		)
519
+	);
520
+	$this->reports = new Google_Service_AdSenseHost_Reports_Resource(
521
+		$this,
522
+		$this->serviceName,
523
+		'reports',
524
+		array(
525
+		  'methods' => array(
526
+			'generate' => array(
527
+			  'path' => 'reports',
528
+			  'httpMethod' => 'GET',
529
+			  'parameters' => array(
530
+				'startDate' => array(
531
+				  'location' => 'query',
532
+				  'type' => 'string',
533
+				  'required' => true,
534
+				),
535
+				'endDate' => array(
536
+				  'location' => 'query',
537
+				  'type' => 'string',
538
+				  'required' => true,
539
+				),
540
+				'sort' => array(
541
+				  'location' => 'query',
542
+				  'type' => 'string',
543
+				  'repeated' => true,
544
+				),
545
+				'locale' => array(
546
+				  'location' => 'query',
547
+				  'type' => 'string',
548
+				),
549
+				'metric' => array(
550
+				  'location' => 'query',
551
+				  'type' => 'string',
552
+				  'repeated' => true,
553
+				),
554
+				'maxResults' => array(
555
+				  'location' => 'query',
556
+				  'type' => 'integer',
557
+				),
558
+				'filter' => array(
559
+				  'location' => 'query',
560
+				  'type' => 'string',
561
+				  'repeated' => true,
562
+				),
563
+				'startIndex' => array(
564
+				  'location' => 'query',
565
+				  'type' => 'integer',
566
+				),
567
+				'dimension' => array(
568
+				  'location' => 'query',
569
+				  'type' => 'string',
570
+				  'repeated' => true,
571
+				),
572
+			  ),
573
+			),
574
+		  )
575
+		)
576
+	);
577
+	$this->urlchannels = new Google_Service_AdSenseHost_Urlchannels_Resource(
578
+		$this,
579
+		$this->serviceName,
580
+		'urlchannels',
581
+		array(
582
+		  'methods' => array(
583
+			'delete' => array(
584
+			  'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}',
585
+			  'httpMethod' => 'DELETE',
586
+			  'parameters' => array(
587
+				'adClientId' => array(
588
+				  'location' => 'path',
589
+				  'type' => 'string',
590
+				  'required' => true,
591
+				),
592
+				'urlChannelId' => array(
593
+				  'location' => 'path',
594
+				  'type' => 'string',
595
+				  'required' => true,
596
+				),
597
+			  ),
598
+			),'insert' => array(
599
+			  'path' => 'adclients/{adClientId}/urlchannels',
600
+			  'httpMethod' => 'POST',
601
+			  'parameters' => array(
602
+				'adClientId' => array(
603
+				  'location' => 'path',
604
+				  'type' => 'string',
605
+				  'required' => true,
606
+				),
607
+			  ),
608
+			),'list' => array(
609
+			  'path' => 'adclients/{adClientId}/urlchannels',
610
+			  'httpMethod' => 'GET',
611
+			  'parameters' => array(
612
+				'adClientId' => array(
613
+				  'location' => 'path',
614
+				  'type' => 'string',
615
+				  'required' => true,
616
+				),
617
+				'pageToken' => array(
618
+				  'location' => 'query',
619
+				  'type' => 'string',
620
+				),
621
+				'maxResults' => array(
622
+				  'location' => 'query',
623
+				  'type' => 'integer',
624
+				),
625
+			  ),
626
+			),
627
+		  )
628
+		)
629
+	);
630 630
   }
631 631
 }
632 632
 
@@ -651,9 +651,9 @@  discard block
 block discarded – undo
651 651
    */
652 652
   public function get($accountId, $optParams = array())
653 653
   {
654
-    $params = array('accountId' => $accountId);
655
-    $params = array_merge($params, $optParams);
656
-    return $this->call('get', array($params), "Google_Service_AdSenseHost_Account");
654
+	$params = array('accountId' => $accountId);
655
+	$params = array_merge($params, $optParams);
656
+	return $this->call('get', array($params), "Google_Service_AdSenseHost_Account");
657 657
   }
658 658
 
659 659
   /**
@@ -666,9 +666,9 @@  discard block
 block discarded – undo
666 666
    */
667 667
   public function listAccounts($filterAdClientId, $optParams = array())
668 668
   {
669
-    $params = array('filterAdClientId' => $filterAdClientId);
670
-    $params = array_merge($params, $optParams);
671
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_Accounts");
669
+	$params = array('filterAdClientId' => $filterAdClientId);
670
+	$params = array_merge($params, $optParams);
671
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_Accounts");
672 672
   }
673 673
 }
674 674
 
@@ -694,9 +694,9 @@  discard block
 block discarded – undo
694 694
    */
695 695
   public function get($accountId, $adClientId, $optParams = array())
696 696
   {
697
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
698
-    $params = array_merge($params, $optParams);
699
-    return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
697
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId);
698
+	$params = array_merge($params, $optParams);
699
+	return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
700 700
   }
701 701
 
702 702
   /**
@@ -715,9 +715,9 @@  discard block
 block discarded – undo
715 715
    */
716 716
   public function listAccountsAdclients($accountId, $optParams = array())
717 717
   {
718
-    $params = array('accountId' => $accountId);
719
-    $params = array_merge($params, $optParams);
720
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients");
718
+	$params = array('accountId' => $accountId);
719
+	$params = array_merge($params, $optParams);
720
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients");
721 721
   }
722 722
 }
723 723
 /**
@@ -743,9 +743,9 @@  discard block
 block discarded – undo
743 743
    */
744 744
   public function delete($accountId, $adClientId, $adUnitId, $optParams = array())
745 745
   {
746
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
747
-    $params = array_merge($params, $optParams);
748
-    return $this->call('delete', array($params), "Google_Service_AdSenseHost_AdUnit");
746
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
747
+	$params = array_merge($params, $optParams);
748
+	return $this->call('delete', array($params), "Google_Service_AdSenseHost_AdUnit");
749 749
   }
750 750
 
751 751
   /**
@@ -759,9 +759,9 @@  discard block
 block discarded – undo
759 759
    */
760 760
   public function get($accountId, $adClientId, $adUnitId, $optParams = array())
761 761
   {
762
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
763
-    $params = array_merge($params, $optParams);
764
-    return $this->call('get', array($params), "Google_Service_AdSenseHost_AdUnit");
762
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
763
+	$params = array_merge($params, $optParams);
764
+	return $this->call('get', array($params), "Google_Service_AdSenseHost_AdUnit");
765 765
   }
766 766
 
767 767
   /**
@@ -779,9 +779,9 @@  discard block
 block discarded – undo
779 779
    */
780 780
   public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array())
781 781
   {
782
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
783
-    $params = array_merge($params, $optParams);
784
-    return $this->call('getAdCode', array($params), "Google_Service_AdSenseHost_AdCode");
782
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId);
783
+	$params = array_merge($params, $optParams);
784
+	return $this->call('getAdCode', array($params), "Google_Service_AdSenseHost_AdCode");
785 785
   }
786 786
 
787 787
   /**
@@ -796,9 +796,9 @@  discard block
 block discarded – undo
796 796
    */
797 797
   public function insert($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array())
798 798
   {
799
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
800
-    $params = array_merge($params, $optParams);
801
-    return $this->call('insert', array($params), "Google_Service_AdSenseHost_AdUnit");
799
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
800
+	$params = array_merge($params, $optParams);
801
+	return $this->call('insert', array($params), "Google_Service_AdSenseHost_AdUnit");
802 802
   }
803 803
 
804 804
   /**
@@ -820,9 +820,9 @@  discard block
 block discarded – undo
820 820
    */
821 821
   public function listAccountsAdunits($accountId, $adClientId, $optParams = array())
822 822
   {
823
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
824
-    $params = array_merge($params, $optParams);
825
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_AdUnits");
823
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId);
824
+	$params = array_merge($params, $optParams);
825
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_AdUnits");
826 826
   }
827 827
 
828 828
   /**
@@ -838,9 +838,9 @@  discard block
 block discarded – undo
838 838
    */
839 839
   public function patch($accountId, $adClientId, $adUnitId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array())
840 840
   {
841
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId, 'postBody' => $postBody);
842
-    $params = array_merge($params, $optParams);
843
-    return $this->call('patch', array($params), "Google_Service_AdSenseHost_AdUnit");
841
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId, 'postBody' => $postBody);
842
+	$params = array_merge($params, $optParams);
843
+	return $this->call('patch', array($params), "Google_Service_AdSenseHost_AdUnit");
844 844
   }
845 845
 
846 846
   /**
@@ -855,9 +855,9 @@  discard block
 block discarded – undo
855 855
    */
856 856
   public function update($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array())
857 857
   {
858
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
859
-    $params = array_merge($params, $optParams);
860
-    return $this->call('update', array($params), "Google_Service_AdSenseHost_AdUnit");
858
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
859
+	$params = array_merge($params, $optParams);
860
+	return $this->call('update', array($params), "Google_Service_AdSenseHost_AdUnit");
861 861
   }
862 862
 }
863 863
 /**
@@ -898,9 +898,9 @@  discard block
 block discarded – undo
898 898
    */
899 899
   public function generate($accountId, $startDate, $endDate, $optParams = array())
900 900
   {
901
-    $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
902
-    $params = array_merge($params, $optParams);
903
-    return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report");
901
+	$params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
902
+	$params = array_merge($params, $optParams);
903
+	return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report");
904 904
   }
905 905
 }
906 906
 
@@ -925,9 +925,9 @@  discard block
 block discarded – undo
925 925
    */
926 926
   public function get($adClientId, $optParams = array())
927 927
   {
928
-    $params = array('adClientId' => $adClientId);
929
-    $params = array_merge($params, $optParams);
930
-    return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
928
+	$params = array('adClientId' => $adClientId);
929
+	$params = array_merge($params, $optParams);
930
+	return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
931 931
   }
932 932
 
933 933
   /**
@@ -944,9 +944,9 @@  discard block
 block discarded – undo
944 944
    */
945 945
   public function listAdclients($optParams = array())
946 946
   {
947
-    $params = array();
948
-    $params = array_merge($params, $optParams);
949
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients");
947
+	$params = array();
948
+	$params = array_merge($params, $optParams);
949
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients");
950 950
   }
951 951
 }
952 952
 
@@ -975,9 +975,9 @@  discard block
 block discarded – undo
975 975
    */
976 976
   public function start($productCode, $websiteUrl, $optParams = array())
977 977
   {
978
-    $params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl);
979
-    $params = array_merge($params, $optParams);
980
-    return $this->call('start', array($params), "Google_Service_AdSenseHost_AssociationSession");
978
+	$params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl);
979
+	$params = array_merge($params, $optParams);
980
+	return $this->call('start', array($params), "Google_Service_AdSenseHost_AssociationSession");
981 981
   }
982 982
 
983 983
   /**
@@ -990,9 +990,9 @@  discard block
 block discarded – undo
990 990
    */
991 991
   public function verify($token, $optParams = array())
992 992
   {
993
-    $params = array('token' => $token);
994
-    $params = array_merge($params, $optParams);
995
-    return $this->call('verify', array($params), "Google_Service_AdSenseHost_AssociationSession");
993
+	$params = array('token' => $token);
994
+	$params = array_merge($params, $optParams);
995
+	return $this->call('verify', array($params), "Google_Service_AdSenseHost_AssociationSession");
996 996
   }
997 997
 }
998 998
 
@@ -1018,9 +1018,9 @@  discard block
 block discarded – undo
1018 1018
    */
1019 1019
   public function delete($adClientId, $customChannelId, $optParams = array())
1020 1020
   {
1021
-    $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
1022
-    $params = array_merge($params, $optParams);
1023
-    return $this->call('delete', array($params), "Google_Service_AdSenseHost_CustomChannel");
1021
+	$params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
1022
+	$params = array_merge($params, $optParams);
1023
+	return $this->call('delete', array($params), "Google_Service_AdSenseHost_CustomChannel");
1024 1024
   }
1025 1025
 
1026 1026
   /**
@@ -1034,9 +1034,9 @@  discard block
 block discarded – undo
1034 1034
    */
1035 1035
   public function get($adClientId, $customChannelId, $optParams = array())
1036 1036
   {
1037
-    $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
1038
-    $params = array_merge($params, $optParams);
1039
-    return $this->call('get', array($params), "Google_Service_AdSenseHost_CustomChannel");
1037
+	$params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
1038
+	$params = array_merge($params, $optParams);
1039
+	return $this->call('get', array($params), "Google_Service_AdSenseHost_CustomChannel");
1040 1040
   }
1041 1041
 
1042 1042
   /**
@@ -1050,9 +1050,9 @@  discard block
 block discarded – undo
1050 1050
    */
1051 1051
   public function insert($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array())
1052 1052
   {
1053
-    $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1054
-    $params = array_merge($params, $optParams);
1055
-    return $this->call('insert', array($params), "Google_Service_AdSenseHost_CustomChannel");
1053
+	$params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1054
+	$params = array_merge($params, $optParams);
1055
+	return $this->call('insert', array($params), "Google_Service_AdSenseHost_CustomChannel");
1056 1056
   }
1057 1057
 
1058 1058
   /**
@@ -1071,9 +1071,9 @@  discard block
 block discarded – undo
1071 1071
    */
1072 1072
   public function listCustomchannels($adClientId, $optParams = array())
1073 1073
   {
1074
-    $params = array('adClientId' => $adClientId);
1075
-    $params = array_merge($params, $optParams);
1076
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_CustomChannels");
1074
+	$params = array('adClientId' => $adClientId);
1075
+	$params = array_merge($params, $optParams);
1076
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_CustomChannels");
1077 1077
   }
1078 1078
 
1079 1079
   /**
@@ -1089,9 +1089,9 @@  discard block
 block discarded – undo
1089 1089
    */
1090 1090
   public function patch($adClientId, $customChannelId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array())
1091 1091
   {
1092
-    $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody);
1093
-    $params = array_merge($params, $optParams);
1094
-    return $this->call('patch', array($params), "Google_Service_AdSenseHost_CustomChannel");
1092
+	$params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody);
1093
+	$params = array_merge($params, $optParams);
1094
+	return $this->call('patch', array($params), "Google_Service_AdSenseHost_CustomChannel");
1095 1095
   }
1096 1096
 
1097 1097
   /**
@@ -1105,9 +1105,9 @@  discard block
 block discarded – undo
1105 1105
    */
1106 1106
   public function update($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array())
1107 1107
   {
1108
-    $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1109
-    $params = array_merge($params, $optParams);
1110
-    return $this->call('update', array($params), "Google_Service_AdSenseHost_CustomChannel");
1108
+	$params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1109
+	$params = array_merge($params, $optParams);
1110
+	return $this->call('update', array($params), "Google_Service_AdSenseHost_CustomChannel");
1111 1111
   }
1112 1112
 }
1113 1113
 
@@ -1148,9 +1148,9 @@  discard block
 block discarded – undo
1148 1148
    */
1149 1149
   public function generate($startDate, $endDate, $optParams = array())
1150 1150
   {
1151
-    $params = array('startDate' => $startDate, 'endDate' => $endDate);
1152
-    $params = array_merge($params, $optParams);
1153
-    return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report");
1151
+	$params = array('startDate' => $startDate, 'endDate' => $endDate);
1152
+	$params = array_merge($params, $optParams);
1153
+	return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report");
1154 1154
   }
1155 1155
 }
1156 1156
 
@@ -1175,9 +1175,9 @@  discard block
 block discarded – undo
1175 1175
    */
1176 1176
   public function delete($adClientId, $urlChannelId, $optParams = array())
1177 1177
   {
1178
-    $params = array('adClientId' => $adClientId, 'urlChannelId' => $urlChannelId);
1179
-    $params = array_merge($params, $optParams);
1180
-    return $this->call('delete', array($params), "Google_Service_AdSenseHost_UrlChannel");
1178
+	$params = array('adClientId' => $adClientId, 'urlChannelId' => $urlChannelId);
1179
+	$params = array_merge($params, $optParams);
1180
+	return $this->call('delete', array($params), "Google_Service_AdSenseHost_UrlChannel");
1181 1181
   }
1182 1182
 
1183 1183
   /**
@@ -1191,9 +1191,9 @@  discard block
 block discarded – undo
1191 1191
    */
1192 1192
   public function insert($adClientId, Google_Service_AdSenseHost_UrlChannel $postBody, $optParams = array())
1193 1193
   {
1194
-    $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1195
-    $params = array_merge($params, $optParams);
1196
-    return $this->call('insert', array($params), "Google_Service_AdSenseHost_UrlChannel");
1194
+	$params = array('adClientId' => $adClientId, 'postBody' => $postBody);
1195
+	$params = array_merge($params, $optParams);
1196
+	return $this->call('insert', array($params), "Google_Service_AdSenseHost_UrlChannel");
1197 1197
   }
1198 1198
 
1199 1199
   /**
@@ -1212,9 +1212,9 @@  discard block
 block discarded – undo
1212 1212
    */
1213 1213
   public function listUrlchannels($adClientId, $optParams = array())
1214 1214
   {
1215
-    $params = array('adClientId' => $adClientId);
1216
-    $params = array_merge($params, $optParams);
1217
-    return $this->call('list', array($params), "Google_Service_AdSenseHost_UrlChannels");
1215
+	$params = array('adClientId' => $adClientId);
1216
+	$params = array_merge($params, $optParams);
1217
+	return $this->call('list', array($params), "Google_Service_AdSenseHost_UrlChannels");
1218 1218
   }
1219 1219
 }
1220 1220
 
@@ -1233,35 +1233,35 @@  discard block
 block discarded – undo
1233 1233
 
1234 1234
   public function setId($id)
1235 1235
   {
1236
-    $this->id = $id;
1236
+	$this->id = $id;
1237 1237
   }
1238 1238
   public function getId()
1239 1239
   {
1240
-    return $this->id;
1240
+	return $this->id;
1241 1241
   }
1242 1242
   public function setKind($kind)
1243 1243
   {
1244
-    $this->kind = $kind;
1244
+	$this->kind = $kind;
1245 1245
   }
1246 1246
   public function getKind()
1247 1247
   {
1248
-    return $this->kind;
1248
+	return $this->kind;
1249 1249
   }
1250 1250
   public function setName($name)
1251 1251
   {
1252
-    $this->name = $name;
1252
+	$this->name = $name;
1253 1253
   }
1254 1254
   public function getName()
1255 1255
   {
1256
-    return $this->name;
1256
+	return $this->name;
1257 1257
   }
1258 1258
   public function setStatus($status)
1259 1259
   {
1260
-    $this->status = $status;
1260
+	$this->status = $status;
1261 1261
   }
1262 1262
   public function getStatus()
1263 1263
   {
1264
-    return $this->status;
1264
+	return $this->status;
1265 1265
   }
1266 1266
 }
1267 1267
 
@@ -1278,27 +1278,27 @@  discard block
 block discarded – undo
1278 1278
 
1279 1279
   public function setEtag($etag)
1280 1280
   {
1281
-    $this->etag = $etag;
1281
+	$this->etag = $etag;
1282 1282
   }
1283 1283
   public function getEtag()
1284 1284
   {
1285
-    return $this->etag;
1285
+	return $this->etag;
1286 1286
   }
1287 1287
   public function setItems($items)
1288 1288
   {
1289
-    $this->items = $items;
1289
+	$this->items = $items;
1290 1290
   }
1291 1291
   public function getItems()
1292 1292
   {
1293
-    return $this->items;
1293
+	return $this->items;
1294 1294
   }
1295 1295
   public function setKind($kind)
1296 1296
   {
1297
-    $this->kind = $kind;
1297
+	$this->kind = $kind;
1298 1298
   }
1299 1299
   public function getKind()
1300 1300
   {
1301
-    return $this->kind;
1301
+	return $this->kind;
1302 1302
   }
1303 1303
 }
1304 1304
 
@@ -1315,43 +1315,43 @@  discard block
 block discarded – undo
1315 1315
 
1316 1316
   public function setArcOptIn($arcOptIn)
1317 1317
   {
1318
-    $this->arcOptIn = $arcOptIn;
1318
+	$this->arcOptIn = $arcOptIn;
1319 1319
   }
1320 1320
   public function getArcOptIn()
1321 1321
   {
1322
-    return $this->arcOptIn;
1322
+	return $this->arcOptIn;
1323 1323
   }
1324 1324
   public function setId($id)
1325 1325
   {
1326
-    $this->id = $id;
1326
+	$this->id = $id;
1327 1327
   }
1328 1328
   public function getId()
1329 1329
   {
1330
-    return $this->id;
1330
+	return $this->id;
1331 1331
   }
1332 1332
   public function setKind($kind)
1333 1333
   {
1334
-    $this->kind = $kind;
1334
+	$this->kind = $kind;
1335 1335
   }
1336 1336
   public function getKind()
1337 1337
   {
1338
-    return $this->kind;
1338
+	return $this->kind;
1339 1339
   }
1340 1340
   public function setProductCode($productCode)
1341 1341
   {
1342
-    $this->productCode = $productCode;
1342
+	$this->productCode = $productCode;
1343 1343
   }
1344 1344
   public function getProductCode()
1345 1345
   {
1346
-    return $this->productCode;
1346
+	return $this->productCode;
1347 1347
   }
1348 1348
   public function setSupportsReporting($supportsReporting)
1349 1349
   {
1350
-    $this->supportsReporting = $supportsReporting;
1350
+	$this->supportsReporting = $supportsReporting;
1351 1351
   }
1352 1352
   public function getSupportsReporting()
1353 1353
   {
1354
-    return $this->supportsReporting;
1354
+	return $this->supportsReporting;
1355 1355
   }
1356 1356
 }
1357 1357
 
@@ -1369,35 +1369,35 @@  discard block
 block discarded – undo
1369 1369
 
1370 1370
   public function setEtag($etag)
1371 1371
   {
1372
-    $this->etag = $etag;
1372
+	$this->etag = $etag;
1373 1373
   }
1374 1374
   public function getEtag()
1375 1375
   {
1376
-    return $this->etag;
1376
+	return $this->etag;
1377 1377
   }
1378 1378
   public function setItems($items)
1379 1379
   {
1380
-    $this->items = $items;
1380
+	$this->items = $items;
1381 1381
   }
1382 1382
   public function getItems()
1383 1383
   {
1384
-    return $this->items;
1384
+	return $this->items;
1385 1385
   }
1386 1386
   public function setKind($kind)
1387 1387
   {
1388
-    $this->kind = $kind;
1388
+	$this->kind = $kind;
1389 1389
   }
1390 1390
   public function getKind()
1391 1391
   {
1392
-    return $this->kind;
1392
+	return $this->kind;
1393 1393
   }
1394 1394
   public function setNextPageToken($nextPageToken)
1395 1395
   {
1396
-    $this->nextPageToken = $nextPageToken;
1396
+	$this->nextPageToken = $nextPageToken;
1397 1397
   }
1398 1398
   public function getNextPageToken()
1399 1399
   {
1400
-    return $this->nextPageToken;
1400
+	return $this->nextPageToken;
1401 1401
   }
1402 1402
 }
1403 1403
 
@@ -1411,19 +1411,19 @@  discard block
 block discarded – undo
1411 1411
 
1412 1412
   public function setAdCode($adCode)
1413 1413
   {
1414
-    $this->adCode = $adCode;
1414
+	$this->adCode = $adCode;
1415 1415
   }
1416 1416
   public function getAdCode()
1417 1417
   {
1418
-    return $this->adCode;
1418
+	return $this->adCode;
1419 1419
   }
1420 1420
   public function setKind($kind)
1421 1421
   {
1422
-    $this->kind = $kind;
1422
+	$this->kind = $kind;
1423 1423
   }
1424 1424
   public function getKind()
1425 1425
   {
1426
-    return $this->kind;
1426
+	return $this->kind;
1427 1427
   }
1428 1428
 }
1429 1429
 
@@ -1441,35 +1441,35 @@  discard block
 block discarded – undo
1441 1441
 
1442 1442
   public function setColors(Google_Service_AdSenseHost_AdStyleColors $colors)
1443 1443
   {
1444
-    $this->colors = $colors;
1444
+	$this->colors = $colors;
1445 1445
   }
1446 1446
   public function getColors()
1447 1447
   {
1448
-    return $this->colors;
1448
+	return $this->colors;
1449 1449
   }
1450 1450
   public function setCorners($corners)
1451 1451
   {
1452
-    $this->corners = $corners;
1452
+	$this->corners = $corners;
1453 1453
   }
1454 1454
   public function getCorners()
1455 1455
   {
1456
-    return $this->corners;
1456
+	return $this->corners;
1457 1457
   }
1458 1458
   public function setFont(Google_Service_AdSenseHost_AdStyleFont $font)
1459 1459
   {
1460
-    $this->font = $font;
1460
+	$this->font = $font;
1461 1461
   }
1462 1462
   public function getFont()
1463 1463
   {
1464
-    return $this->font;
1464
+	return $this->font;
1465 1465
   }
1466 1466
   public function setKind($kind)
1467 1467
   {
1468
-    $this->kind = $kind;
1468
+	$this->kind = $kind;
1469 1469
   }
1470 1470
   public function getKind()
1471 1471
   {
1472
-    return $this->kind;
1472
+	return $this->kind;
1473 1473
   }
1474 1474
 }
1475 1475
 
@@ -1486,43 +1486,43 @@  discard block
 block discarded – undo
1486 1486
 
1487 1487
   public function setBackground($background)
1488 1488
   {
1489
-    $this->background = $background;
1489
+	$this->background = $background;
1490 1490
   }
1491 1491
   public function getBackground()
1492 1492
   {
1493
-    return $this->background;
1493
+	return $this->background;
1494 1494
   }
1495 1495
   public function setBorder($border)
1496 1496
   {
1497
-    $this->border = $border;
1497
+	$this->border = $border;
1498 1498
   }
1499 1499
   public function getBorder()
1500 1500
   {
1501
-    return $this->border;
1501
+	return $this->border;
1502 1502
   }
1503 1503
   public function setText($text)
1504 1504
   {
1505
-    $this->text = $text;
1505
+	$this->text = $text;
1506 1506
   }
1507 1507
   public function getText()
1508 1508
   {
1509
-    return $this->text;
1509
+	return $this->text;
1510 1510
   }
1511 1511
   public function setTitle($title)
1512 1512
   {
1513
-    $this->title = $title;
1513
+	$this->title = $title;
1514 1514
   }
1515 1515
   public function getTitle()
1516 1516
   {
1517
-    return $this->title;
1517
+	return $this->title;
1518 1518
   }
1519 1519
   public function setUrl($url)
1520 1520
   {
1521
-    $this->url = $url;
1521
+	$this->url = $url;
1522 1522
   }
1523 1523
   public function getUrl()
1524 1524
   {
1525
-    return $this->url;
1525
+	return $this->url;
1526 1526
   }
1527 1527
 }
1528 1528
 
@@ -1536,19 +1536,19 @@  discard block
 block discarded – undo
1536 1536
 
1537 1537
   public function setFamily($family)
1538 1538
   {
1539
-    $this->family = $family;
1539
+	$this->family = $family;
1540 1540
   }
1541 1541
   public function getFamily()
1542 1542
   {
1543
-    return $this->family;
1543
+	return $this->family;
1544 1544
   }
1545 1545
   public function setSize($size)
1546 1546
   {
1547
-    $this->size = $size;
1547
+	$this->size = $size;
1548 1548
   }
1549 1549
   public function getSize()
1550 1550
   {
1551
-    return $this->size;
1551
+	return $this->size;
1552 1552
   }
1553 1553
 }
1554 1554
 
@@ -1571,67 +1571,67 @@  discard block
 block discarded – undo
1571 1571
 
1572 1572
   public function setCode($code)
1573 1573
   {
1574
-    $this->code = $code;
1574
+	$this->code = $code;
1575 1575
   }
1576 1576
   public function getCode()
1577 1577
   {
1578
-    return $this->code;
1578
+	return $this->code;
1579 1579
   }
1580 1580
   public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings)
1581 1581
   {
1582
-    $this->contentAdsSettings = $contentAdsSettings;
1582
+	$this->contentAdsSettings = $contentAdsSettings;
1583 1583
   }
1584 1584
   public function getContentAdsSettings()
1585 1585
   {
1586
-    return $this->contentAdsSettings;
1586
+	return $this->contentAdsSettings;
1587 1587
   }
1588 1588
   public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle)
1589 1589
   {
1590
-    $this->customStyle = $customStyle;
1590
+	$this->customStyle = $customStyle;
1591 1591
   }
1592 1592
   public function getCustomStyle()
1593 1593
   {
1594
-    return $this->customStyle;
1594
+	return $this->customStyle;
1595 1595
   }
1596 1596
   public function setId($id)
1597 1597
   {
1598
-    $this->id = $id;
1598
+	$this->id = $id;
1599 1599
   }
1600 1600
   public function getId()
1601 1601
   {
1602
-    return $this->id;
1602
+	return $this->id;
1603 1603
   }
1604 1604
   public function setKind($kind)
1605 1605
   {
1606
-    $this->kind = $kind;
1606
+	$this->kind = $kind;
1607 1607
   }
1608 1608
   public function getKind()
1609 1609
   {
1610
-    return $this->kind;
1610
+	return $this->kind;
1611 1611
   }
1612 1612
   public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings)
1613 1613
   {
1614
-    $this->mobileContentAdsSettings = $mobileContentAdsSettings;
1614
+	$this->mobileContentAdsSettings = $mobileContentAdsSettings;
1615 1615
   }
1616 1616
   public function getMobileContentAdsSettings()
1617 1617
   {
1618
-    return $this->mobileContentAdsSettings;
1618
+	return $this->mobileContentAdsSettings;
1619 1619
   }
1620 1620
   public function setName($name)
1621 1621
   {
1622
-    $this->name = $name;
1622
+	$this->name = $name;
1623 1623
   }
1624 1624
   public function getName()
1625 1625
   {
1626
-    return $this->name;
1626
+	return $this->name;
1627 1627
   }
1628 1628
   public function setStatus($status)
1629 1629
   {
1630
-    $this->status = $status;
1630
+	$this->status = $status;
1631 1631
   }
1632 1632
   public function getStatus()
1633 1633
   {
1634
-    return $this->status;
1634
+	return $this->status;
1635 1635
   }
1636 1636
 }
1637 1637
 
@@ -1647,27 +1647,27 @@  discard block
 block discarded – undo
1647 1647
 
1648 1648
   public function setBackupOption(Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption $backupOption)
1649 1649
   {
1650
-    $this->backupOption = $backupOption;
1650
+	$this->backupOption = $backupOption;
1651 1651
   }
1652 1652
   public function getBackupOption()
1653 1653
   {
1654
-    return $this->backupOption;
1654
+	return $this->backupOption;
1655 1655
   }
1656 1656
   public function setSize($size)
1657 1657
   {
1658
-    $this->size = $size;
1658
+	$this->size = $size;
1659 1659
   }
1660 1660
   public function getSize()
1661 1661
   {
1662
-    return $this->size;
1662
+	return $this->size;
1663 1663
   }
1664 1664
   public function setType($type)
1665 1665
   {
1666
-    $this->type = $type;
1666
+	$this->type = $type;
1667 1667
   }
1668 1668
   public function getType()
1669 1669
   {
1670
-    return $this->type;
1670
+	return $this->type;
1671 1671
   }
1672 1672
 }
1673 1673
 
@@ -1682,27 +1682,27 @@  discard block
 block discarded – undo
1682 1682
 
1683 1683
   public function setColor($color)
1684 1684
   {
1685
-    $this->color = $color;
1685
+	$this->color = $color;
1686 1686
   }
1687 1687
   public function getColor()
1688 1688
   {
1689
-    return $this->color;
1689
+	return $this->color;
1690 1690
   }
1691 1691
   public function setType($type)
1692 1692
   {
1693
-    $this->type = $type;
1693
+	$this->type = $type;
1694 1694
   }
1695 1695
   public function getType()
1696 1696
   {
1697
-    return $this->type;
1697
+	return $this->type;
1698 1698
   }
1699 1699
   public function setUrl($url)
1700 1700
   {
1701
-    $this->url = $url;
1701
+	$this->url = $url;
1702 1702
   }
1703 1703
   public function getUrl()
1704 1704
   {
1705
-    return $this->url;
1705
+	return $this->url;
1706 1706
   }
1707 1707
 }
1708 1708
 
@@ -1718,35 +1718,35 @@  discard block
 block discarded – undo
1718 1718
 
1719 1719
   public function setMarkupLanguage($markupLanguage)
1720 1720
   {
1721
-    $this->markupLanguage = $markupLanguage;
1721
+	$this->markupLanguage = $markupLanguage;
1722 1722
   }
1723 1723
   public function getMarkupLanguage()
1724 1724
   {
1725
-    return $this->markupLanguage;
1725
+	return $this->markupLanguage;
1726 1726
   }
1727 1727
   public function setScriptingLanguage($scriptingLanguage)
1728 1728
   {
1729
-    $this->scriptingLanguage = $scriptingLanguage;
1729
+	$this->scriptingLanguage = $scriptingLanguage;
1730 1730
   }
1731 1731
   public function getScriptingLanguage()
1732 1732
   {
1733
-    return $this->scriptingLanguage;
1733
+	return $this->scriptingLanguage;
1734 1734
   }
1735 1735
   public function setSize($size)
1736 1736
   {
1737
-    $this->size = $size;
1737
+	$this->size = $size;
1738 1738
   }
1739 1739
   public function getSize()
1740 1740
   {
1741
-    return $this->size;
1741
+	return $this->size;
1742 1742
   }
1743 1743
   public function setType($type)
1744 1744
   {
1745
-    $this->type = $type;
1745
+	$this->type = $type;
1746 1746
   }
1747 1747
   public function getType()
1748 1748
   {
1749
-    return $this->type;
1749
+	return $this->type;
1750 1750
   }
1751 1751
 }
1752 1752
 
@@ -1764,35 +1764,35 @@  discard block
 block discarded – undo
1764 1764
 
1765 1765
   public function setEtag($etag)
1766 1766
   {
1767
-    $this->etag = $etag;
1767
+	$this->etag = $etag;
1768 1768
   }
1769 1769
   public function getEtag()
1770 1770
   {
1771
-    return $this->etag;
1771
+	return $this->etag;
1772 1772
   }
1773 1773
   public function setItems($items)
1774 1774
   {
1775
-    $this->items = $items;
1775
+	$this->items = $items;
1776 1776
   }
1777 1777
   public function getItems()
1778 1778
   {
1779
-    return $this->items;
1779
+	return $this->items;
1780 1780
   }
1781 1781
   public function setKind($kind)
1782 1782
   {
1783
-    $this->kind = $kind;
1783
+	$this->kind = $kind;
1784 1784
   }
1785 1785
   public function getKind()
1786 1786
   {
1787
-    return $this->kind;
1787
+	return $this->kind;
1788 1788
   }
1789 1789
   public function setNextPageToken($nextPageToken)
1790 1790
   {
1791
-    $this->nextPageToken = $nextPageToken;
1791
+	$this->nextPageToken = $nextPageToken;
1792 1792
   }
1793 1793
   public function getNextPageToken()
1794 1794
   {
1795
-    return $this->nextPageToken;
1795
+	return $this->nextPageToken;
1796 1796
   }
1797 1797
 }
1798 1798
 
@@ -1814,75 +1814,75 @@  discard block
 block discarded – undo
1814 1814
 
1815 1815
   public function setAccountId($accountId)
1816 1816
   {
1817
-    $this->accountId = $accountId;
1817
+	$this->accountId = $accountId;
1818 1818
   }
1819 1819
   public function getAccountId()
1820 1820
   {
1821
-    return $this->accountId;
1821
+	return $this->accountId;
1822 1822
   }
1823 1823
   public function setId($id)
1824 1824
   {
1825
-    $this->id = $id;
1825
+	$this->id = $id;
1826 1826
   }
1827 1827
   public function getId()
1828 1828
   {
1829
-    return $this->id;
1829
+	return $this->id;
1830 1830
   }
1831 1831
   public function setKind($kind)
1832 1832
   {
1833
-    $this->kind = $kind;
1833
+	$this->kind = $kind;
1834 1834
   }
1835 1835
   public function getKind()
1836 1836
   {
1837
-    return $this->kind;
1837
+	return $this->kind;
1838 1838
   }
1839 1839
   public function setProductCodes($productCodes)
1840 1840
   {
1841
-    $this->productCodes = $productCodes;
1841
+	$this->productCodes = $productCodes;
1842 1842
   }
1843 1843
   public function getProductCodes()
1844 1844
   {
1845
-    return $this->productCodes;
1845
+	return $this->productCodes;
1846 1846
   }
1847 1847
   public function setRedirectUrl($redirectUrl)
1848 1848
   {
1849
-    $this->redirectUrl = $redirectUrl;
1849
+	$this->redirectUrl = $redirectUrl;
1850 1850
   }
1851 1851
   public function getRedirectUrl()
1852 1852
   {
1853
-    return $this->redirectUrl;
1853
+	return $this->redirectUrl;
1854 1854
   }
1855 1855
   public function setStatus($status)
1856 1856
   {
1857
-    $this->status = $status;
1857
+	$this->status = $status;
1858 1858
   }
1859 1859
   public function getStatus()
1860 1860
   {
1861
-    return $this->status;
1861
+	return $this->status;
1862 1862
   }
1863 1863
   public function setUserLocale($userLocale)
1864 1864
   {
1865
-    $this->userLocale = $userLocale;
1865
+	$this->userLocale = $userLocale;
1866 1866
   }
1867 1867
   public function getUserLocale()
1868 1868
   {
1869
-    return $this->userLocale;
1869
+	return $this->userLocale;
1870 1870
   }
1871 1871
   public function setWebsiteLocale($websiteLocale)
1872 1872
   {
1873
-    $this->websiteLocale = $websiteLocale;
1873
+	$this->websiteLocale = $websiteLocale;
1874 1874
   }
1875 1875
   public function getWebsiteLocale()
1876 1876
   {
1877
-    return $this->websiteLocale;
1877
+	return $this->websiteLocale;
1878 1878
   }
1879 1879
   public function setWebsiteUrl($websiteUrl)
1880 1880
   {
1881
-    $this->websiteUrl = $websiteUrl;
1881
+	$this->websiteUrl = $websiteUrl;
1882 1882
   }
1883 1883
   public function getWebsiteUrl()
1884 1884
   {
1885
-    return $this->websiteUrl;
1885
+	return $this->websiteUrl;
1886 1886
   }
1887 1887
 }
1888 1888
 
@@ -1898,35 +1898,35 @@  discard block
 block discarded – undo
1898 1898
 
1899 1899
   public function setCode($code)
1900 1900
   {
1901
-    $this->code = $code;
1901
+	$this->code = $code;
1902 1902
   }
1903 1903
   public function getCode()
1904 1904
   {
1905
-    return $this->code;
1905
+	return $this->code;
1906 1906
   }
1907 1907
   public function setId($id)
1908 1908
   {
1909
-    $this->id = $id;
1909
+	$this->id = $id;
1910 1910
   }
1911 1911
   public function getId()
1912 1912
   {
1913
-    return $this->id;
1913
+	return $this->id;
1914 1914
   }
1915 1915
   public function setKind($kind)
1916 1916
   {
1917
-    $this->kind = $kind;
1917
+	$this->kind = $kind;
1918 1918
   }
1919 1919
   public function getKind()
1920 1920
   {
1921
-    return $this->kind;
1921
+	return $this->kind;
1922 1922
   }
1923 1923
   public function setName($name)
1924 1924
   {
1925
-    $this->name = $name;
1925
+	$this->name = $name;
1926 1926
   }
1927 1927
   public function getName()
1928 1928
   {
1929
-    return $this->name;
1929
+	return $this->name;
1930 1930
   }
1931 1931
 }
1932 1932
 
@@ -1944,35 +1944,35 @@  discard block
 block discarded – undo
1944 1944
 
1945 1945
   public function setEtag($etag)
1946 1946
   {
1947
-    $this->etag = $etag;
1947
+	$this->etag = $etag;
1948 1948
   }
1949 1949
   public function getEtag()
1950 1950
   {
1951
-    return $this->etag;
1951
+	return $this->etag;
1952 1952
   }
1953 1953
   public function setItems($items)
1954 1954
   {
1955
-    $this->items = $items;
1955
+	$this->items = $items;
1956 1956
   }
1957 1957
   public function getItems()
1958 1958
   {
1959
-    return $this->items;
1959
+	return $this->items;
1960 1960
   }
1961 1961
   public function setKind($kind)
1962 1962
   {
1963
-    $this->kind = $kind;
1963
+	$this->kind = $kind;
1964 1964
   }
1965 1965
   public function getKind()
1966 1966
   {
1967
-    return $this->kind;
1967
+	return $this->kind;
1968 1968
   }
1969 1969
   public function setNextPageToken($nextPageToken)
1970 1970
   {
1971
-    $this->nextPageToken = $nextPageToken;
1971
+	$this->nextPageToken = $nextPageToken;
1972 1972
   }
1973 1973
   public function getNextPageToken()
1974 1974
   {
1975
-    return $this->nextPageToken;
1975
+	return $this->nextPageToken;
1976 1976
   }
1977 1977
 }
1978 1978
 
@@ -1993,59 +1993,59 @@  discard block
 block discarded – undo
1993 1993
 
1994 1994
   public function setAverages($averages)
1995 1995
   {
1996
-    $this->averages = $averages;
1996
+	$this->averages = $averages;
1997 1997
   }
1998 1998
   public function getAverages()
1999 1999
   {
2000
-    return $this->averages;
2000
+	return $this->averages;
2001 2001
   }
2002 2002
   public function setHeaders($headers)
2003 2003
   {
2004
-    $this->headers = $headers;
2004
+	$this->headers = $headers;
2005 2005
   }
2006 2006
   public function getHeaders()
2007 2007
   {
2008
-    return $this->headers;
2008
+	return $this->headers;
2009 2009
   }
2010 2010
   public function setKind($kind)
2011 2011
   {
2012
-    $this->kind = $kind;
2012
+	$this->kind = $kind;
2013 2013
   }
2014 2014
   public function getKind()
2015 2015
   {
2016
-    return $this->kind;
2016
+	return $this->kind;
2017 2017
   }
2018 2018
   public function setRows($rows)
2019 2019
   {
2020
-    $this->rows = $rows;
2020
+	$this->rows = $rows;
2021 2021
   }
2022 2022
   public function getRows()
2023 2023
   {
2024
-    return $this->rows;
2024
+	return $this->rows;
2025 2025
   }
2026 2026
   public function setTotalMatchedRows($totalMatchedRows)
2027 2027
   {
2028
-    $this->totalMatchedRows = $totalMatchedRows;
2028
+	$this->totalMatchedRows = $totalMatchedRows;
2029 2029
   }
2030 2030
   public function getTotalMatchedRows()
2031 2031
   {
2032
-    return $this->totalMatchedRows;
2032
+	return $this->totalMatchedRows;
2033 2033
   }
2034 2034
   public function setTotals($totals)
2035 2035
   {
2036
-    $this->totals = $totals;
2036
+	$this->totals = $totals;
2037 2037
   }
2038 2038
   public function getTotals()
2039 2039
   {
2040
-    return $this->totals;
2040
+	return $this->totals;
2041 2041
   }
2042 2042
   public function setWarnings($warnings)
2043 2043
   {
2044
-    $this->warnings = $warnings;
2044
+	$this->warnings = $warnings;
2045 2045
   }
2046 2046
   public function getWarnings()
2047 2047
   {
2048
-    return $this->warnings;
2048
+	return $this->warnings;
2049 2049
   }
2050 2050
 }
2051 2051
 
@@ -2060,27 +2060,27 @@  discard block
 block discarded – undo
2060 2060
 
2061 2061
   public function setCurrency($currency)
2062 2062
   {
2063
-    $this->currency = $currency;
2063
+	$this->currency = $currency;
2064 2064
   }
2065 2065
   public function getCurrency()
2066 2066
   {
2067
-    return $this->currency;
2067
+	return $this->currency;
2068 2068
   }
2069 2069
   public function setName($name)
2070 2070
   {
2071
-    $this->name = $name;
2071
+	$this->name = $name;
2072 2072
   }
2073 2073
   public function getName()
2074 2074
   {
2075
-    return $this->name;
2075
+	return $this->name;
2076 2076
   }
2077 2077
   public function setType($type)
2078 2078
   {
2079
-    $this->type = $type;
2079
+	$this->type = $type;
2080 2080
   }
2081 2081
   public function getType()
2082 2082
   {
2083
-    return $this->type;
2083
+	return $this->type;
2084 2084
   }
2085 2085
 }
2086 2086
 
@@ -2095,27 +2095,27 @@  discard block
 block discarded – undo
2095 2095
 
2096 2096
   public function setId($id)
2097 2097
   {
2098
-    $this->id = $id;
2098
+	$this->id = $id;
2099 2099
   }
2100 2100
   public function getId()
2101 2101
   {
2102
-    return $this->id;
2102
+	return $this->id;
2103 2103
   }
2104 2104
   public function setKind($kind)
2105 2105
   {
2106
-    $this->kind = $kind;
2106
+	$this->kind = $kind;
2107 2107
   }
2108 2108
   public function getKind()
2109 2109
   {
2110
-    return $this->kind;
2110
+	return $this->kind;
2111 2111
   }
2112 2112
   public function setUrlPattern($urlPattern)
2113 2113
   {
2114
-    $this->urlPattern = $urlPattern;
2114
+	$this->urlPattern = $urlPattern;
2115 2115
   }
2116 2116
   public function getUrlPattern()
2117 2117
   {
2118
-    return $this->urlPattern;
2118
+	return $this->urlPattern;
2119 2119
   }
2120 2120
 }
2121 2121
 
@@ -2133,34 +2133,34 @@  discard block
 block discarded – undo
2133 2133
 
2134 2134
   public function setEtag($etag)
2135 2135
   {
2136
-    $this->etag = $etag;
2136
+	$this->etag = $etag;
2137 2137
   }
2138 2138
   public function getEtag()
2139 2139
   {
2140
-    return $this->etag;
2140
+	return $this->etag;
2141 2141
   }
2142 2142
   public function setItems($items)
2143 2143
   {
2144
-    $this->items = $items;
2144
+	$this->items = $items;
2145 2145
   }
2146 2146
   public function getItems()
2147 2147
   {
2148
-    return $this->items;
2148
+	return $this->items;
2149 2149
   }
2150 2150
   public function setKind($kind)
2151 2151
   {
2152
-    $this->kind = $kind;
2152
+	$this->kind = $kind;
2153 2153
   }
2154 2154
   public function getKind()
2155 2155
   {
2156
-    return $this->kind;
2156
+	return $this->kind;
2157 2157
   }
2158 2158
   public function setNextPageToken($nextPageToken)
2159 2159
   {
2160
-    $this->nextPageToken = $nextPageToken;
2160
+	$this->nextPageToken = $nextPageToken;
2161 2161
   }
2162 2162
   public function getNextPageToken()
2163 2163
   {
2164
-    return $this->nextPageToken;
2164
+	return $this->nextPageToken;
2165 2165
   }
2166 2166
 }
Please login to merge, or discard this patch.
Spacing   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
                   'required' => true,
76 76
                 ),
77 77
               ),
78
-            ),'list' => array(
78
+            ), 'list' => array(
79 79
               'path' => 'accounts',
80 80
               'httpMethod' => 'GET',
81 81
               'parameters' => array(
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
                   'required' => true,
112 112
                 ),
113 113
               ),
114
-            ),'list' => array(
114
+            ), 'list' => array(
115 115
               'path' => 'accounts/{accountId}/adclients',
116 116
               'httpMethod' => 'GET',
117 117
               'parameters' => array(
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'get' => array(
162
+            ), 'get' => array(
163 163
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
164 164
               'httpMethod' => 'GET',
165 165
               'parameters' => array(
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
                   'required' => true,
180 180
                 ),
181 181
               ),
182
-            ),'getAdCode' => array(
182
+            ), 'getAdCode' => array(
183 183
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode',
184 184
               'httpMethod' => 'GET',
185 185
               'parameters' => array(
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
                   'repeated' => true,
205 205
                 ),
206 206
               ),
207
-            ),'insert' => array(
207
+            ), 'insert' => array(
208 208
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
209 209
               'httpMethod' => 'POST',
210 210
               'parameters' => array(
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
                   'required' => true,
220 220
                 ),
221 221
               ),
222
-            ),'list' => array(
222
+            ), 'list' => array(
223 223
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
224 224
               'httpMethod' => 'GET',
225 225
               'parameters' => array(
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
                   'type' => 'integer',
247 247
                 ),
248 248
               ),
249
-            ),'patch' => array(
249
+            ), 'patch' => array(
250 250
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
251 251
               'httpMethod' => 'PATCH',
252 252
               'parameters' => array(
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
                   'required' => true,
267 267
                 ),
268 268
               ),
269
-            ),'update' => array(
269
+            ), 'update' => array(
270 270
               'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
271 271
               'httpMethod' => 'PUT',
272 272
               'parameters' => array(
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
                   'required' => true,
364 364
                 ),
365 365
               ),
366
-            ),'list' => array(
366
+            ), 'list' => array(
367 367
               'path' => 'adclients',
368 368
               'httpMethod' => 'GET',
369 369
               'parameters' => array(
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
                   'type' => 'string',
411 411
                 ),
412 412
               ),
413
-            ),'verify' => array(
413
+            ), 'verify' => array(
414 414
               'path' => 'associationsessions/verify',
415 415
               'httpMethod' => 'GET',
416 416
               'parameters' => array(
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
                   'required' => true,
446 446
                 ),
447 447
               ),
448
-            ),'get' => array(
448
+            ), 'get' => array(
449 449
               'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
450 450
               'httpMethod' => 'GET',
451 451
               'parameters' => array(
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
                   'required' => true,
461 461
                 ),
462 462
               ),
463
-            ),'insert' => array(
463
+            ), 'insert' => array(
464 464
               'path' => 'adclients/{adClientId}/customchannels',
465 465
               'httpMethod' => 'POST',
466 466
               'parameters' => array(
@@ -470,7 +470,7 @@  discard block
 block discarded – undo
470 470
                   'required' => true,
471 471
                 ),
472 472
               ),
473
-            ),'list' => array(
473
+            ), 'list' => array(
474 474
               'path' => 'adclients/{adClientId}/customchannels',
475 475
               'httpMethod' => 'GET',
476 476
               'parameters' => array(
@@ -488,7 +488,7 @@  discard block
 block discarded – undo
488 488
                   'type' => 'integer',
489 489
                 ),
490 490
               ),
491
-            ),'patch' => array(
491
+            ), 'patch' => array(
492 492
               'path' => 'adclients/{adClientId}/customchannels',
493 493
               'httpMethod' => 'PATCH',
494 494
               'parameters' => array(
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
                   'required' => true,
504 504
                 ),
505 505
               ),
506
-            ),'update' => array(
506
+            ), 'update' => array(
507 507
               'path' => 'adclients/{adClientId}/customchannels',
508 508
               'httpMethod' => 'PUT',
509 509
               'parameters' => array(
@@ -595,7 +595,7 @@  discard block
 block discarded – undo
595 595
                   'required' => true,
596 596
                 ),
597 597
               ),
598
-            ),'insert' => array(
598
+            ), 'insert' => array(
599 599
               'path' => 'adclients/{adClientId}/urlchannels',
600 600
               'httpMethod' => 'POST',
601 601
               'parameters' => array(
@@ -605,7 +605,7 @@  discard block
 block discarded – undo
605 605
                   'required' => true,
606 606
                 ),
607 607
               ),
608
-            ),'list' => array(
608
+            ), 'list' => array(
609 609
               'path' => 'adclients/{adClientId}/urlchannels',
610 610
               'httpMethod' => 'GET',
611 611
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Autoscaler.php 2 patches
Indentation   +443 added lines, -443 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your Google Compute Engine resources. */
35 35
   const COMPUTE =
36
-      "https://www.googleapis.com/auth/compute";
36
+	  "https://www.googleapis.com/auth/compute";
37 37
   /** View your Google Compute Engine resources. */
38 38
   const COMPUTE_READONLY =
39
-      "https://www.googleapis.com/auth/compute.readonly";
39
+	  "https://www.googleapis.com/auth/compute.readonly";
40 40
 
41 41
   public $autoscalers;
42 42
   public $zoneOperations;
@@ -50,253 +50,253 @@  discard block
 block discarded – undo
50 50
    */
51 51
   public function __construct(Google_Client $client)
52 52
   {
53
-    parent::__construct($client);
54
-    $this->rootUrl = 'https://www.googleapis.com/';
55
-    $this->servicePath = 'autoscaler/v1beta2/';
56
-    $this->version = 'v1beta2';
57
-    $this->serviceName = 'autoscaler';
58
-
59
-    $this->autoscalers = new Google_Service_Autoscaler_Autoscalers_Resource(
60
-        $this,
61
-        $this->serviceName,
62
-        'autoscalers',
63
-        array(
64
-          'methods' => array(
65
-            'delete' => array(
66
-              'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
67
-              'httpMethod' => 'DELETE',
68
-              'parameters' => array(
69
-                'project' => array(
70
-                  'location' => 'path',
71
-                  'type' => 'string',
72
-                  'required' => true,
73
-                ),
74
-                'zone' => array(
75
-                  'location' => 'path',
76
-                  'type' => 'string',
77
-                  'required' => true,
78
-                ),
79
-                'autoscaler' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),'get' => array(
86
-              'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
87
-              'httpMethod' => 'GET',
88
-              'parameters' => array(
89
-                'project' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-                'zone' => array(
95
-                  'location' => 'path',
96
-                  'type' => 'string',
97
-                  'required' => true,
98
-                ),
99
-                'autoscaler' => array(
100
-                  'location' => 'path',
101
-                  'type' => 'string',
102
-                  'required' => true,
103
-                ),
104
-              ),
105
-            ),'insert' => array(
106
-              'path' => 'projects/{project}/zones/{zone}/autoscalers',
107
-              'httpMethod' => 'POST',
108
-              'parameters' => array(
109
-                'project' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-                'zone' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-              ),
120
-            ),'list' => array(
121
-              'path' => 'projects/{project}/zones/{zone}/autoscalers',
122
-              'httpMethod' => 'GET',
123
-              'parameters' => array(
124
-                'project' => array(
125
-                  'location' => 'path',
126
-                  'type' => 'string',
127
-                  'required' => true,
128
-                ),
129
-                'zone' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'filter' => array(
135
-                  'location' => 'query',
136
-                  'type' => 'string',
137
-                ),
138
-                'pageToken' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'string',
141
-                ),
142
-                'maxResults' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'integer',
145
-                ),
146
-              ),
147
-            ),'patch' => array(
148
-              'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
149
-              'httpMethod' => 'PATCH',
150
-              'parameters' => array(
151
-                'project' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'zone' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-                'autoscaler' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-              ),
167
-            ),'update' => array(
168
-              'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
169
-              'httpMethod' => 'PUT',
170
-              'parameters' => array(
171
-                'project' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-                'zone' => array(
177
-                  'location' => 'path',
178
-                  'type' => 'string',
179
-                  'required' => true,
180
-                ),
181
-                'autoscaler' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-              ),
187
-            ),
188
-          )
189
-        )
190
-    );
191
-    $this->zoneOperations = new Google_Service_Autoscaler_ZoneOperations_Resource(
192
-        $this,
193
-        $this->serviceName,
194
-        'zoneOperations',
195
-        array(
196
-          'methods' => array(
197
-            'delete' => array(
198
-              'path' => '{project}/zones/{zone}/operations/{operation}',
199
-              'httpMethod' => 'DELETE',
200
-              'parameters' => array(
201
-                'project' => array(
202
-                  'location' => 'path',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-                'zone' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-                'operation' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-              ),
217
-            ),'get' => array(
218
-              'path' => '{project}/zones/{zone}/operations/{operation}',
219
-              'httpMethod' => 'GET',
220
-              'parameters' => array(
221
-                'project' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'zone' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'operation' => array(
232
-                  'location' => 'path',
233
-                  'type' => 'string',
234
-                  'required' => true,
235
-                ),
236
-              ),
237
-            ),'list' => array(
238
-              'path' => '{project}/zones/{zone}/operations',
239
-              'httpMethod' => 'GET',
240
-              'parameters' => array(
241
-                'project' => array(
242
-                  'location' => 'path',
243
-                  'type' => 'string',
244
-                  'required' => true,
245
-                ),
246
-                'zone' => array(
247
-                  'location' => 'path',
248
-                  'type' => 'string',
249
-                  'required' => true,
250
-                ),
251
-                'filter' => array(
252
-                  'location' => 'query',
253
-                  'type' => 'string',
254
-                ),
255
-                'pageToken' => array(
256
-                  'location' => 'query',
257
-                  'type' => 'string',
258
-                ),
259
-                'maxResults' => array(
260
-                  'location' => 'query',
261
-                  'type' => 'integer',
262
-                ),
263
-              ),
264
-            ),
265
-          )
266
-        )
267
-    );
268
-    $this->zones = new Google_Service_Autoscaler_Zones_Resource(
269
-        $this,
270
-        $this->serviceName,
271
-        'zones',
272
-        array(
273
-          'methods' => array(
274
-            'list' => array(
275
-              'path' => '{project}/zones',
276
-              'httpMethod' => 'GET',
277
-              'parameters' => array(
278
-                'project' => array(
279
-                  'location' => 'path',
280
-                  'type' => 'string',
281
-                  'required' => true,
282
-                ),
283
-                'filter' => array(
284
-                  'location' => 'query',
285
-                  'type' => 'string',
286
-                ),
287
-                'pageToken' => array(
288
-                  'location' => 'query',
289
-                  'type' => 'string',
290
-                ),
291
-                'maxResults' => array(
292
-                  'location' => 'query',
293
-                  'type' => 'integer',
294
-                ),
295
-              ),
296
-            ),
297
-          )
298
-        )
299
-    );
53
+	parent::__construct($client);
54
+	$this->rootUrl = 'https://www.googleapis.com/';
55
+	$this->servicePath = 'autoscaler/v1beta2/';
56
+	$this->version = 'v1beta2';
57
+	$this->serviceName = 'autoscaler';
58
+
59
+	$this->autoscalers = new Google_Service_Autoscaler_Autoscalers_Resource(
60
+		$this,
61
+		$this->serviceName,
62
+		'autoscalers',
63
+		array(
64
+		  'methods' => array(
65
+			'delete' => array(
66
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
67
+			  'httpMethod' => 'DELETE',
68
+			  'parameters' => array(
69
+				'project' => array(
70
+				  'location' => 'path',
71
+				  'type' => 'string',
72
+				  'required' => true,
73
+				),
74
+				'zone' => array(
75
+				  'location' => 'path',
76
+				  'type' => 'string',
77
+				  'required' => true,
78
+				),
79
+				'autoscaler' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),'get' => array(
86
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
87
+			  'httpMethod' => 'GET',
88
+			  'parameters' => array(
89
+				'project' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+				'zone' => array(
95
+				  'location' => 'path',
96
+				  'type' => 'string',
97
+				  'required' => true,
98
+				),
99
+				'autoscaler' => array(
100
+				  'location' => 'path',
101
+				  'type' => 'string',
102
+				  'required' => true,
103
+				),
104
+			  ),
105
+			),'insert' => array(
106
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers',
107
+			  'httpMethod' => 'POST',
108
+			  'parameters' => array(
109
+				'project' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+				'zone' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+			  ),
120
+			),'list' => array(
121
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers',
122
+			  'httpMethod' => 'GET',
123
+			  'parameters' => array(
124
+				'project' => array(
125
+				  'location' => 'path',
126
+				  'type' => 'string',
127
+				  'required' => true,
128
+				),
129
+				'zone' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'filter' => array(
135
+				  'location' => 'query',
136
+				  'type' => 'string',
137
+				),
138
+				'pageToken' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'string',
141
+				),
142
+				'maxResults' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'integer',
145
+				),
146
+			  ),
147
+			),'patch' => array(
148
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
149
+			  'httpMethod' => 'PATCH',
150
+			  'parameters' => array(
151
+				'project' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'zone' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+				'autoscaler' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+			  ),
167
+			),'update' => array(
168
+			  'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
169
+			  'httpMethod' => 'PUT',
170
+			  'parameters' => array(
171
+				'project' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+				'zone' => array(
177
+				  'location' => 'path',
178
+				  'type' => 'string',
179
+				  'required' => true,
180
+				),
181
+				'autoscaler' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+			  ),
187
+			),
188
+		  )
189
+		)
190
+	);
191
+	$this->zoneOperations = new Google_Service_Autoscaler_ZoneOperations_Resource(
192
+		$this,
193
+		$this->serviceName,
194
+		'zoneOperations',
195
+		array(
196
+		  'methods' => array(
197
+			'delete' => array(
198
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
199
+			  'httpMethod' => 'DELETE',
200
+			  'parameters' => array(
201
+				'project' => array(
202
+				  'location' => 'path',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+				'zone' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+				'operation' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+			  ),
217
+			),'get' => array(
218
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
219
+			  'httpMethod' => 'GET',
220
+			  'parameters' => array(
221
+				'project' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'zone' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'operation' => array(
232
+				  'location' => 'path',
233
+				  'type' => 'string',
234
+				  'required' => true,
235
+				),
236
+			  ),
237
+			),'list' => array(
238
+			  'path' => '{project}/zones/{zone}/operations',
239
+			  'httpMethod' => 'GET',
240
+			  'parameters' => array(
241
+				'project' => array(
242
+				  'location' => 'path',
243
+				  'type' => 'string',
244
+				  'required' => true,
245
+				),
246
+				'zone' => array(
247
+				  'location' => 'path',
248
+				  'type' => 'string',
249
+				  'required' => true,
250
+				),
251
+				'filter' => array(
252
+				  'location' => 'query',
253
+				  'type' => 'string',
254
+				),
255
+				'pageToken' => array(
256
+				  'location' => 'query',
257
+				  'type' => 'string',
258
+				),
259
+				'maxResults' => array(
260
+				  'location' => 'query',
261
+				  'type' => 'integer',
262
+				),
263
+			  ),
264
+			),
265
+		  )
266
+		)
267
+	);
268
+	$this->zones = new Google_Service_Autoscaler_Zones_Resource(
269
+		$this,
270
+		$this->serviceName,
271
+		'zones',
272
+		array(
273
+		  'methods' => array(
274
+			'list' => array(
275
+			  'path' => '{project}/zones',
276
+			  'httpMethod' => 'GET',
277
+			  'parameters' => array(
278
+				'project' => array(
279
+				  'location' => 'path',
280
+				  'type' => 'string',
281
+				  'required' => true,
282
+				),
283
+				'filter' => array(
284
+				  'location' => 'query',
285
+				  'type' => 'string',
286
+				),
287
+				'pageToken' => array(
288
+				  'location' => 'query',
289
+				  'type' => 'string',
290
+				),
291
+				'maxResults' => array(
292
+				  'location' => 'query',
293
+				  'type' => 'integer',
294
+				),
295
+			  ),
296
+			),
297
+		  )
298
+		)
299
+	);
300 300
   }
301 301
 }
302 302
 
@@ -323,9 +323,9 @@  discard block
 block discarded – undo
323 323
    */
324 324
   public function delete($project, $zone, $autoscaler, $optParams = array())
325 325
   {
326
-    $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
327
-    $params = array_merge($params, $optParams);
328
-    return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation");
326
+	$params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
327
+	$params = array_merge($params, $optParams);
328
+	return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation");
329 329
   }
330 330
 
331 331
   /**
@@ -339,9 +339,9 @@  discard block
 block discarded – undo
339 339
    */
340 340
   public function get($project, $zone, $autoscaler, $optParams = array())
341 341
   {
342
-    $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
343
-    $params = array_merge($params, $optParams);
344
-    return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler");
342
+	$params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
343
+	$params = array_merge($params, $optParams);
344
+	return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler");
345 345
   }
346 346
 
347 347
   /**
@@ -355,9 +355,9 @@  discard block
 block discarded – undo
355 355
    */
356 356
   public function insert($project, $zone, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
357 357
   {
358
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
359
-    $params = array_merge($params, $optParams);
360
-    return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation");
358
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
359
+	$params = array_merge($params, $optParams);
360
+	return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation");
361 361
   }
362 362
 
363 363
   /**
@@ -374,9 +374,9 @@  discard block
 block discarded – undo
374 374
    */
375 375
   public function listAutoscalers($project, $zone, $optParams = array())
376 376
   {
377
-    $params = array('project' => $project, 'zone' => $zone);
378
-    $params = array_merge($params, $optParams);
379
-    return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse");
377
+	$params = array('project' => $project, 'zone' => $zone);
378
+	$params = array_merge($params, $optParams);
379
+	return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse");
380 380
   }
381 381
 
382 382
   /**
@@ -392,9 +392,9 @@  discard block
 block discarded – undo
392 392
    */
393 393
   public function patch($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
394 394
   {
395
-    $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
396
-    $params = array_merge($params, $optParams);
397
-    return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation");
395
+	$params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
396
+	$params = array_merge($params, $optParams);
397
+	return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation");
398 398
   }
399 399
 
400 400
   /**
@@ -409,9 +409,9 @@  discard block
 block discarded – undo
409 409
    */
410 410
   public function update($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
411 411
   {
412
-    $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
413
-    $params = array_merge($params, $optParams);
414
-    return $this->call('update', array($params), "Google_Service_Autoscaler_Operation");
412
+	$params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
413
+	$params = array_merge($params, $optParams);
414
+	return $this->call('update', array($params), "Google_Service_Autoscaler_Operation");
415 415
   }
416 416
 }
417 417
 
@@ -437,9 +437,9 @@  discard block
 block discarded – undo
437 437
    */
438 438
   public function delete($project, $zone, $operation, $optParams = array())
439 439
   {
440
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
441
-    $params = array_merge($params, $optParams);
442
-    return $this->call('delete', array($params));
440
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
441
+	$params = array_merge($params, $optParams);
442
+	return $this->call('delete', array($params));
443 443
   }
444 444
 
445 445
   /**
@@ -454,9 +454,9 @@  discard block
 block discarded – undo
454 454
    */
455 455
   public function get($project, $zone, $operation, $optParams = array())
456 456
   {
457
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
458
-    $params = array_merge($params, $optParams);
459
-    return $this->call('get', array($params), "Google_Service_Autoscaler_Operation");
457
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
458
+	$params = array_merge($params, $optParams);
459
+	return $this->call('get', array($params), "Google_Service_Autoscaler_Operation");
460 460
   }
461 461
 
462 462
   /**
@@ -474,9 +474,9 @@  discard block
 block discarded – undo
474 474
    */
475 475
   public function listZoneOperations($project, $zone, $optParams = array())
476 476
   {
477
-    $params = array('project' => $project, 'zone' => $zone);
478
-    $params = array_merge($params, $optParams);
479
-    return $this->call('list', array($params), "Google_Service_Autoscaler_OperationList");
477
+	$params = array('project' => $project, 'zone' => $zone);
478
+	$params = array_merge($params, $optParams);
479
+	return $this->call('list', array($params), "Google_Service_Autoscaler_OperationList");
480 480
   }
481 481
 }
482 482
 
@@ -504,9 +504,9 @@  discard block
 block discarded – undo
504 504
    */
505 505
   public function listZones($project, $optParams = array())
506 506
   {
507
-    $params = array('project' => $project);
508
-    $params = array_merge($params, $optParams);
509
-    return $this->call('list', array($params), "Google_Service_Autoscaler_ZoneList");
507
+	$params = array('project' => $project);
508
+	$params = array_merge($params, $optParams);
509
+	return $this->call('list', array($params), "Google_Service_Autoscaler_ZoneList");
510 510
   }
511 511
 }
512 512
 
@@ -530,67 +530,67 @@  discard block
 block discarded – undo
530 530
 
531 531
   public function setAutoscalingPolicy(Google_Service_Autoscaler_AutoscalingPolicy $autoscalingPolicy)
532 532
   {
533
-    $this->autoscalingPolicy = $autoscalingPolicy;
533
+	$this->autoscalingPolicy = $autoscalingPolicy;
534 534
   }
535 535
   public function getAutoscalingPolicy()
536 536
   {
537
-    return $this->autoscalingPolicy;
537
+	return $this->autoscalingPolicy;
538 538
   }
539 539
   public function setCreationTimestamp($creationTimestamp)
540 540
   {
541
-    $this->creationTimestamp = $creationTimestamp;
541
+	$this->creationTimestamp = $creationTimestamp;
542 542
   }
543 543
   public function getCreationTimestamp()
544 544
   {
545
-    return $this->creationTimestamp;
545
+	return $this->creationTimestamp;
546 546
   }
547 547
   public function setDescription($description)
548 548
   {
549
-    $this->description = $description;
549
+	$this->description = $description;
550 550
   }
551 551
   public function getDescription()
552 552
   {
553
-    return $this->description;
553
+	return $this->description;
554 554
   }
555 555
   public function setId($id)
556 556
   {
557
-    $this->id = $id;
557
+	$this->id = $id;
558 558
   }
559 559
   public function getId()
560 560
   {
561
-    return $this->id;
561
+	return $this->id;
562 562
   }
563 563
   public function setKind($kind)
564 564
   {
565
-    $this->kind = $kind;
565
+	$this->kind = $kind;
566 566
   }
567 567
   public function getKind()
568 568
   {
569
-    return $this->kind;
569
+	return $this->kind;
570 570
   }
571 571
   public function setName($name)
572 572
   {
573
-    $this->name = $name;
573
+	$this->name = $name;
574 574
   }
575 575
   public function getName()
576 576
   {
577
-    return $this->name;
577
+	return $this->name;
578 578
   }
579 579
   public function setSelfLink($selfLink)
580 580
   {
581
-    $this->selfLink = $selfLink;
581
+	$this->selfLink = $selfLink;
582 582
   }
583 583
   public function getSelfLink()
584 584
   {
585
-    return $this->selfLink;
585
+	return $this->selfLink;
586 586
   }
587 587
   public function setTarget($target)
588 588
   {
589
-    $this->target = $target;
589
+	$this->target = $target;
590 590
   }
591 591
   public function getTarget()
592 592
   {
593
-    return $this->target;
593
+	return $this->target;
594 594
   }
595 595
 }
596 596
 
@@ -607,27 +607,27 @@  discard block
 block discarded – undo
607 607
 
608 608
   public function setItems($items)
609 609
   {
610
-    $this->items = $items;
610
+	$this->items = $items;
611 611
   }
612 612
   public function getItems()
613 613
   {
614
-    return $this->items;
614
+	return $this->items;
615 615
   }
616 616
   public function setKind($kind)
617 617
   {
618
-    $this->kind = $kind;
618
+	$this->kind = $kind;
619 619
   }
620 620
   public function getKind()
621 621
   {
622
-    return $this->kind;
622
+	return $this->kind;
623 623
   }
624 624
   public function setNextPageToken($nextPageToken)
625 625
   {
626
-    $this->nextPageToken = $nextPageToken;
626
+	$this->nextPageToken = $nextPageToken;
627 627
   }
628 628
   public function getNextPageToken()
629 629
   {
630
-    return $this->nextPageToken;
630
+	return $this->nextPageToken;
631 631
   }
632 632
 }
633 633
 
@@ -649,51 +649,51 @@  discard block
 block discarded – undo
649 649
 
650 650
   public function setCoolDownPeriodSec($coolDownPeriodSec)
651 651
   {
652
-    $this->coolDownPeriodSec = $coolDownPeriodSec;
652
+	$this->coolDownPeriodSec = $coolDownPeriodSec;
653 653
   }
654 654
   public function getCoolDownPeriodSec()
655 655
   {
656
-    return $this->coolDownPeriodSec;
656
+	return $this->coolDownPeriodSec;
657 657
   }
658 658
   public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization $cpuUtilization)
659 659
   {
660
-    $this->cpuUtilization = $cpuUtilization;
660
+	$this->cpuUtilization = $cpuUtilization;
661 661
   }
662 662
   public function getCpuUtilization()
663 663
   {
664
-    return $this->cpuUtilization;
664
+	return $this->cpuUtilization;
665 665
   }
666 666
   public function setCustomMetricUtilizations($customMetricUtilizations)
667 667
   {
668
-    $this->customMetricUtilizations = $customMetricUtilizations;
668
+	$this->customMetricUtilizations = $customMetricUtilizations;
669 669
   }
670 670
   public function getCustomMetricUtilizations()
671 671
   {
672
-    return $this->customMetricUtilizations;
672
+	return $this->customMetricUtilizations;
673 673
   }
674 674
   public function setLoadBalancingUtilization(Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization)
675 675
   {
676
-    $this->loadBalancingUtilization = $loadBalancingUtilization;
676
+	$this->loadBalancingUtilization = $loadBalancingUtilization;
677 677
   }
678 678
   public function getLoadBalancingUtilization()
679 679
   {
680
-    return $this->loadBalancingUtilization;
680
+	return $this->loadBalancingUtilization;
681 681
   }
682 682
   public function setMaxNumReplicas($maxNumReplicas)
683 683
   {
684
-    $this->maxNumReplicas = $maxNumReplicas;
684
+	$this->maxNumReplicas = $maxNumReplicas;
685 685
   }
686 686
   public function getMaxNumReplicas()
687 687
   {
688
-    return $this->maxNumReplicas;
688
+	return $this->maxNumReplicas;
689 689
   }
690 690
   public function setMinNumReplicas($minNumReplicas)
691 691
   {
692
-    $this->minNumReplicas = $minNumReplicas;
692
+	$this->minNumReplicas = $minNumReplicas;
693 693
   }
694 694
   public function getMinNumReplicas()
695 695
   {
696
-    return $this->minNumReplicas;
696
+	return $this->minNumReplicas;
697 697
   }
698 698
 }
699 699
 
@@ -706,11 +706,11 @@  discard block
 block discarded – undo
706 706
 
707 707
   public function setUtilizationTarget($utilizationTarget)
708 708
   {
709
-    $this->utilizationTarget = $utilizationTarget;
709
+	$this->utilizationTarget = $utilizationTarget;
710 710
   }
711 711
   public function getUtilizationTarget()
712 712
   {
713
-    return $this->utilizationTarget;
713
+	return $this->utilizationTarget;
714 714
   }
715 715
 }
716 716
 
@@ -725,27 +725,27 @@  discard block
 block discarded – undo
725 725
 
726 726
   public function setMetric($metric)
727 727
   {
728
-    $this->metric = $metric;
728
+	$this->metric = $metric;
729 729
   }
730 730
   public function getMetric()
731 731
   {
732
-    return $this->metric;
732
+	return $this->metric;
733 733
   }
734 734
   public function setUtilizationTarget($utilizationTarget)
735 735
   {
736
-    $this->utilizationTarget = $utilizationTarget;
736
+	$this->utilizationTarget = $utilizationTarget;
737 737
   }
738 738
   public function getUtilizationTarget()
739 739
   {
740
-    return $this->utilizationTarget;
740
+	return $this->utilizationTarget;
741 741
   }
742 742
   public function setUtilizationTargetType($utilizationTargetType)
743 743
   {
744
-    $this->utilizationTargetType = $utilizationTargetType;
744
+	$this->utilizationTargetType = $utilizationTargetType;
745 745
   }
746 746
   public function getUtilizationTargetType()
747 747
   {
748
-    return $this->utilizationTargetType;
748
+	return $this->utilizationTargetType;
749 749
   }
750 750
 }
751 751
 
@@ -758,11 +758,11 @@  discard block
 block discarded – undo
758 758
 
759 759
   public function setUtilizationTarget($utilizationTarget)
760 760
   {
761
-    $this->utilizationTarget = $utilizationTarget;
761
+	$this->utilizationTarget = $utilizationTarget;
762 762
   }
763 763
   public function getUtilizationTarget()
764 764
   {
765
-    return $this->utilizationTarget;
765
+	return $this->utilizationTarget;
766 766
   }
767 767
 }
768 768
 
@@ -779,43 +779,43 @@  discard block
 block discarded – undo
779 779
 
780 780
   public function setDeleted($deleted)
781 781
   {
782
-    $this->deleted = $deleted;
782
+	$this->deleted = $deleted;
783 783
   }
784 784
   public function getDeleted()
785 785
   {
786
-    return $this->deleted;
786
+	return $this->deleted;
787 787
   }
788 788
   public function setDeprecated($deprecated)
789 789
   {
790
-    $this->deprecated = $deprecated;
790
+	$this->deprecated = $deprecated;
791 791
   }
792 792
   public function getDeprecated()
793 793
   {
794
-    return $this->deprecated;
794
+	return $this->deprecated;
795 795
   }
796 796
   public function setObsolete($obsolete)
797 797
   {
798
-    $this->obsolete = $obsolete;
798
+	$this->obsolete = $obsolete;
799 799
   }
800 800
   public function getObsolete()
801 801
   {
802
-    return $this->obsolete;
802
+	return $this->obsolete;
803 803
   }
804 804
   public function setReplacement($replacement)
805 805
   {
806
-    $this->replacement = $replacement;
806
+	$this->replacement = $replacement;
807 807
   }
808 808
   public function getReplacement()
809 809
   {
810
-    return $this->replacement;
810
+	return $this->replacement;
811 811
   }
812 812
   public function setState($state)
813 813
   {
814
-    $this->state = $state;
814
+	$this->state = $state;
815 815
   }
816 816
   public function getState()
817 817
   {
818
-    return $this->state;
818
+	return $this->state;
819 819
   }
820 820
 }
821 821
 
@@ -852,179 +852,179 @@  discard block
 block discarded – undo
852 852
 
853 853
   public function setClientOperationId($clientOperationId)
854 854
   {
855
-    $this->clientOperationId = $clientOperationId;
855
+	$this->clientOperationId = $clientOperationId;
856 856
   }
857 857
   public function getClientOperationId()
858 858
   {
859
-    return $this->clientOperationId;
859
+	return $this->clientOperationId;
860 860
   }
861 861
   public function setCreationTimestamp($creationTimestamp)
862 862
   {
863
-    $this->creationTimestamp = $creationTimestamp;
863
+	$this->creationTimestamp = $creationTimestamp;
864 864
   }
865 865
   public function getCreationTimestamp()
866 866
   {
867
-    return $this->creationTimestamp;
867
+	return $this->creationTimestamp;
868 868
   }
869 869
   public function setEndTime($endTime)
870 870
   {
871
-    $this->endTime = $endTime;
871
+	$this->endTime = $endTime;
872 872
   }
873 873
   public function getEndTime()
874 874
   {
875
-    return $this->endTime;
875
+	return $this->endTime;
876 876
   }
877 877
   public function setError(Google_Service_Autoscaler_OperationError $error)
878 878
   {
879
-    $this->error = $error;
879
+	$this->error = $error;
880 880
   }
881 881
   public function getError()
882 882
   {
883
-    return $this->error;
883
+	return $this->error;
884 884
   }
885 885
   public function setHttpErrorMessage($httpErrorMessage)
886 886
   {
887
-    $this->httpErrorMessage = $httpErrorMessage;
887
+	$this->httpErrorMessage = $httpErrorMessage;
888 888
   }
889 889
   public function getHttpErrorMessage()
890 890
   {
891
-    return $this->httpErrorMessage;
891
+	return $this->httpErrorMessage;
892 892
   }
893 893
   public function setHttpErrorStatusCode($httpErrorStatusCode)
894 894
   {
895
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
895
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
896 896
   }
897 897
   public function getHttpErrorStatusCode()
898 898
   {
899
-    return $this->httpErrorStatusCode;
899
+	return $this->httpErrorStatusCode;
900 900
   }
901 901
   public function setId($id)
902 902
   {
903
-    $this->id = $id;
903
+	$this->id = $id;
904 904
   }
905 905
   public function getId()
906 906
   {
907
-    return $this->id;
907
+	return $this->id;
908 908
   }
909 909
   public function setInsertTime($insertTime)
910 910
   {
911
-    $this->insertTime = $insertTime;
911
+	$this->insertTime = $insertTime;
912 912
   }
913 913
   public function getInsertTime()
914 914
   {
915
-    return $this->insertTime;
915
+	return $this->insertTime;
916 916
   }
917 917
   public function setKind($kind)
918 918
   {
919
-    $this->kind = $kind;
919
+	$this->kind = $kind;
920 920
   }
921 921
   public function getKind()
922 922
   {
923
-    return $this->kind;
923
+	return $this->kind;
924 924
   }
925 925
   public function setName($name)
926 926
   {
927
-    $this->name = $name;
927
+	$this->name = $name;
928 928
   }
929 929
   public function getName()
930 930
   {
931
-    return $this->name;
931
+	return $this->name;
932 932
   }
933 933
   public function setOperationType($operationType)
934 934
   {
935
-    $this->operationType = $operationType;
935
+	$this->operationType = $operationType;
936 936
   }
937 937
   public function getOperationType()
938 938
   {
939
-    return $this->operationType;
939
+	return $this->operationType;
940 940
   }
941 941
   public function setProgress($progress)
942 942
   {
943
-    $this->progress = $progress;
943
+	$this->progress = $progress;
944 944
   }
945 945
   public function getProgress()
946 946
   {
947
-    return $this->progress;
947
+	return $this->progress;
948 948
   }
949 949
   public function setRegion($region)
950 950
   {
951
-    $this->region = $region;
951
+	$this->region = $region;
952 952
   }
953 953
   public function getRegion()
954 954
   {
955
-    return $this->region;
955
+	return $this->region;
956 956
   }
957 957
   public function setSelfLink($selfLink)
958 958
   {
959
-    $this->selfLink = $selfLink;
959
+	$this->selfLink = $selfLink;
960 960
   }
961 961
   public function getSelfLink()
962 962
   {
963
-    return $this->selfLink;
963
+	return $this->selfLink;
964 964
   }
965 965
   public function setStartTime($startTime)
966 966
   {
967
-    $this->startTime = $startTime;
967
+	$this->startTime = $startTime;
968 968
   }
969 969
   public function getStartTime()
970 970
   {
971
-    return $this->startTime;
971
+	return $this->startTime;
972 972
   }
973 973
   public function setStatus($status)
974 974
   {
975
-    $this->status = $status;
975
+	$this->status = $status;
976 976
   }
977 977
   public function getStatus()
978 978
   {
979
-    return $this->status;
979
+	return $this->status;
980 980
   }
981 981
   public function setStatusMessage($statusMessage)
982 982
   {
983
-    $this->statusMessage = $statusMessage;
983
+	$this->statusMessage = $statusMessage;
984 984
   }
985 985
   public function getStatusMessage()
986 986
   {
987
-    return $this->statusMessage;
987
+	return $this->statusMessage;
988 988
   }
989 989
   public function setTargetId($targetId)
990 990
   {
991
-    $this->targetId = $targetId;
991
+	$this->targetId = $targetId;
992 992
   }
993 993
   public function getTargetId()
994 994
   {
995
-    return $this->targetId;
995
+	return $this->targetId;
996 996
   }
997 997
   public function setTargetLink($targetLink)
998 998
   {
999
-    $this->targetLink = $targetLink;
999
+	$this->targetLink = $targetLink;
1000 1000
   }
1001 1001
   public function getTargetLink()
1002 1002
   {
1003
-    return $this->targetLink;
1003
+	return $this->targetLink;
1004 1004
   }
1005 1005
   public function setUser($user)
1006 1006
   {
1007
-    $this->user = $user;
1007
+	$this->user = $user;
1008 1008
   }
1009 1009
   public function getUser()
1010 1010
   {
1011
-    return $this->user;
1011
+	return $this->user;
1012 1012
   }
1013 1013
   public function setWarnings($warnings)
1014 1014
   {
1015
-    $this->warnings = $warnings;
1015
+	$this->warnings = $warnings;
1016 1016
   }
1017 1017
   public function getWarnings()
1018 1018
   {
1019
-    return $this->warnings;
1019
+	return $this->warnings;
1020 1020
   }
1021 1021
   public function setZone($zone)
1022 1022
   {
1023
-    $this->zone = $zone;
1023
+	$this->zone = $zone;
1024 1024
   }
1025 1025
   public function getZone()
1026 1026
   {
1027
-    return $this->zone;
1027
+	return $this->zone;
1028 1028
   }
1029 1029
 }
1030 1030
 
@@ -1039,11 +1039,11 @@  discard block
 block discarded – undo
1039 1039
 
1040 1040
   public function setErrors($errors)
1041 1041
   {
1042
-    $this->errors = $errors;
1042
+	$this->errors = $errors;
1043 1043
   }
1044 1044
   public function getErrors()
1045 1045
   {
1046
-    return $this->errors;
1046
+	return $this->errors;
1047 1047
   }
1048 1048
 }
1049 1049
 
@@ -1058,27 +1058,27 @@  discard block
 block discarded – undo
1058 1058
 
1059 1059
   public function setCode($code)
1060 1060
   {
1061
-    $this->code = $code;
1061
+	$this->code = $code;
1062 1062
   }
1063 1063
   public function getCode()
1064 1064
   {
1065
-    return $this->code;
1065
+	return $this->code;
1066 1066
   }
1067 1067
   public function setLocation($location)
1068 1068
   {
1069
-    $this->location = $location;
1069
+	$this->location = $location;
1070 1070
   }
1071 1071
   public function getLocation()
1072 1072
   {
1073
-    return $this->location;
1073
+	return $this->location;
1074 1074
   }
1075 1075
   public function setMessage($message)
1076 1076
   {
1077
-    $this->message = $message;
1077
+	$this->message = $message;
1078 1078
   }
1079 1079
   public function getMessage()
1080 1080
   {
1081
-    return $this->message;
1081
+	return $this->message;
1082 1082
   }
1083 1083
 }
1084 1084
 
@@ -1097,43 +1097,43 @@  discard block
 block discarded – undo
1097 1097
 
1098 1098
   public function setId($id)
1099 1099
   {
1100
-    $this->id = $id;
1100
+	$this->id = $id;
1101 1101
   }
1102 1102
   public function getId()
1103 1103
   {
1104
-    return $this->id;
1104
+	return $this->id;
1105 1105
   }
1106 1106
   public function setItems($items)
1107 1107
   {
1108
-    $this->items = $items;
1108
+	$this->items = $items;
1109 1109
   }
1110 1110
   public function getItems()
1111 1111
   {
1112
-    return $this->items;
1112
+	return $this->items;
1113 1113
   }
1114 1114
   public function setKind($kind)
1115 1115
   {
1116
-    $this->kind = $kind;
1116
+	$this->kind = $kind;
1117 1117
   }
1118 1118
   public function getKind()
1119 1119
   {
1120
-    return $this->kind;
1120
+	return $this->kind;
1121 1121
   }
1122 1122
   public function setNextPageToken($nextPageToken)
1123 1123
   {
1124
-    $this->nextPageToken = $nextPageToken;
1124
+	$this->nextPageToken = $nextPageToken;
1125 1125
   }
1126 1126
   public function getNextPageToken()
1127 1127
   {
1128
-    return $this->nextPageToken;
1128
+	return $this->nextPageToken;
1129 1129
   }
1130 1130
   public function setSelfLink($selfLink)
1131 1131
   {
1132
-    $this->selfLink = $selfLink;
1132
+	$this->selfLink = $selfLink;
1133 1133
   }
1134 1134
   public function getSelfLink()
1135 1135
   {
1136
-    return $this->selfLink;
1136
+	return $this->selfLink;
1137 1137
   }
1138 1138
 }
1139 1139
 
@@ -1150,27 +1150,27 @@  discard block
 block discarded – undo
1150 1150
 
1151 1151
   public function setCode($code)
1152 1152
   {
1153
-    $this->code = $code;
1153
+	$this->code = $code;
1154 1154
   }
1155 1155
   public function getCode()
1156 1156
   {
1157
-    return $this->code;
1157
+	return $this->code;
1158 1158
   }
1159 1159
   public function setData($data)
1160 1160
   {
1161
-    $this->data = $data;
1161
+	$this->data = $data;
1162 1162
   }
1163 1163
   public function getData()
1164 1164
   {
1165
-    return $this->data;
1165
+	return $this->data;
1166 1166
   }
1167 1167
   public function setMessage($message)
1168 1168
   {
1169
-    $this->message = $message;
1169
+	$this->message = $message;
1170 1170
   }
1171 1171
   public function getMessage()
1172 1172
   {
1173
-    return $this->message;
1173
+	return $this->message;
1174 1174
   }
1175 1175
 }
1176 1176
 
@@ -1184,19 +1184,19 @@  discard block
 block discarded – undo
1184 1184
 
1185 1185
   public function setKey($key)
1186 1186
   {
1187
-    $this->key = $key;
1187
+	$this->key = $key;
1188 1188
   }
1189 1189
   public function getKey()
1190 1190
   {
1191
-    return $this->key;
1191
+	return $this->key;
1192 1192
   }
1193 1193
   public function setValue($value)
1194 1194
   {
1195
-    $this->value = $value;
1195
+	$this->value = $value;
1196 1196
   }
1197 1197
   public function getValue()
1198 1198
   {
1199
-    return $this->value;
1199
+	return $this->value;
1200 1200
   }
1201 1201
 }
1202 1202
 
@@ -1221,83 +1221,83 @@  discard block
 block discarded – undo
1221 1221
 
1222 1222
   public function setCreationTimestamp($creationTimestamp)
1223 1223
   {
1224
-    $this->creationTimestamp = $creationTimestamp;
1224
+	$this->creationTimestamp = $creationTimestamp;
1225 1225
   }
1226 1226
   public function getCreationTimestamp()
1227 1227
   {
1228
-    return $this->creationTimestamp;
1228
+	return $this->creationTimestamp;
1229 1229
   }
1230 1230
   public function setDeprecated(Google_Service_Autoscaler_DeprecationStatus $deprecated)
1231 1231
   {
1232
-    $this->deprecated = $deprecated;
1232
+	$this->deprecated = $deprecated;
1233 1233
   }
1234 1234
   public function getDeprecated()
1235 1235
   {
1236
-    return $this->deprecated;
1236
+	return $this->deprecated;
1237 1237
   }
1238 1238
   public function setDescription($description)
1239 1239
   {
1240
-    $this->description = $description;
1240
+	$this->description = $description;
1241 1241
   }
1242 1242
   public function getDescription()
1243 1243
   {
1244
-    return $this->description;
1244
+	return $this->description;
1245 1245
   }
1246 1246
   public function setId($id)
1247 1247
   {
1248
-    $this->id = $id;
1248
+	$this->id = $id;
1249 1249
   }
1250 1250
   public function getId()
1251 1251
   {
1252
-    return $this->id;
1252
+	return $this->id;
1253 1253
   }
1254 1254
   public function setKind($kind)
1255 1255
   {
1256
-    $this->kind = $kind;
1256
+	$this->kind = $kind;
1257 1257
   }
1258 1258
   public function getKind()
1259 1259
   {
1260
-    return $this->kind;
1260
+	return $this->kind;
1261 1261
   }
1262 1262
   public function setMaintenanceWindows($maintenanceWindows)
1263 1263
   {
1264
-    $this->maintenanceWindows = $maintenanceWindows;
1264
+	$this->maintenanceWindows = $maintenanceWindows;
1265 1265
   }
1266 1266
   public function getMaintenanceWindows()
1267 1267
   {
1268
-    return $this->maintenanceWindows;
1268
+	return $this->maintenanceWindows;
1269 1269
   }
1270 1270
   public function setName($name)
1271 1271
   {
1272
-    $this->name = $name;
1272
+	$this->name = $name;
1273 1273
   }
1274 1274
   public function getName()
1275 1275
   {
1276
-    return $this->name;
1276
+	return $this->name;
1277 1277
   }
1278 1278
   public function setRegion($region)
1279 1279
   {
1280
-    $this->region = $region;
1280
+	$this->region = $region;
1281 1281
   }
1282 1282
   public function getRegion()
1283 1283
   {
1284
-    return $this->region;
1284
+	return $this->region;
1285 1285
   }
1286 1286
   public function setSelfLink($selfLink)
1287 1287
   {
1288
-    $this->selfLink = $selfLink;
1288
+	$this->selfLink = $selfLink;
1289 1289
   }
1290 1290
   public function getSelfLink()
1291 1291
   {
1292
-    return $this->selfLink;
1292
+	return $this->selfLink;
1293 1293
   }
1294 1294
   public function setStatus($status)
1295 1295
   {
1296
-    $this->status = $status;
1296
+	$this->status = $status;
1297 1297
   }
1298 1298
   public function getStatus()
1299 1299
   {
1300
-    return $this->status;
1300
+	return $this->status;
1301 1301
   }
1302 1302
 }
1303 1303
 
@@ -1316,43 +1316,43 @@  discard block
 block discarded – undo
1316 1316
 
1317 1317
   public function setId($id)
1318 1318
   {
1319
-    $this->id = $id;
1319
+	$this->id = $id;
1320 1320
   }
1321 1321
   public function getId()
1322 1322
   {
1323
-    return $this->id;
1323
+	return $this->id;
1324 1324
   }
1325 1325
   public function setItems($items)
1326 1326
   {
1327
-    $this->items = $items;
1327
+	$this->items = $items;
1328 1328
   }
1329 1329
   public function getItems()
1330 1330
   {
1331
-    return $this->items;
1331
+	return $this->items;
1332 1332
   }
1333 1333
   public function setKind($kind)
1334 1334
   {
1335
-    $this->kind = $kind;
1335
+	$this->kind = $kind;
1336 1336
   }
1337 1337
   public function getKind()
1338 1338
   {
1339
-    return $this->kind;
1339
+	return $this->kind;
1340 1340
   }
1341 1341
   public function setNextPageToken($nextPageToken)
1342 1342
   {
1343
-    $this->nextPageToken = $nextPageToken;
1343
+	$this->nextPageToken = $nextPageToken;
1344 1344
   }
1345 1345
   public function getNextPageToken()
1346 1346
   {
1347
-    return $this->nextPageToken;
1347
+	return $this->nextPageToken;
1348 1348
   }
1349 1349
   public function setSelfLink($selfLink)
1350 1350
   {
1351
-    $this->selfLink = $selfLink;
1351
+	$this->selfLink = $selfLink;
1352 1352
   }
1353 1353
   public function getSelfLink()
1354 1354
   {
1355
-    return $this->selfLink;
1355
+	return $this->selfLink;
1356 1356
   }
1357 1357
 }
1358 1358
 
@@ -1368,34 +1368,34 @@  discard block
 block discarded – undo
1368 1368
 
1369 1369
   public function setBeginTime($beginTime)
1370 1370
   {
1371
-    $this->beginTime = $beginTime;
1371
+	$this->beginTime = $beginTime;
1372 1372
   }
1373 1373
   public function getBeginTime()
1374 1374
   {
1375
-    return $this->beginTime;
1375
+	return $this->beginTime;
1376 1376
   }
1377 1377
   public function setDescription($description)
1378 1378
   {
1379
-    $this->description = $description;
1379
+	$this->description = $description;
1380 1380
   }
1381 1381
   public function getDescription()
1382 1382
   {
1383
-    return $this->description;
1383
+	return $this->description;
1384 1384
   }
1385 1385
   public function setEndTime($endTime)
1386 1386
   {
1387
-    $this->endTime = $endTime;
1387
+	$this->endTime = $endTime;
1388 1388
   }
1389 1389
   public function getEndTime()
1390 1390
   {
1391
-    return $this->endTime;
1391
+	return $this->endTime;
1392 1392
   }
1393 1393
   public function setName($name)
1394 1394
   {
1395
-    $this->name = $name;
1395
+	$this->name = $name;
1396 1396
   }
1397 1397
   public function getName()
1398 1398
   {
1399
-    return $this->name;
1399
+	return $this->name;
1400 1400
   }
1401 1401
 }
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                   'required' => true,
83 83
                 ),
84 84
               ),
85
-            ),'get' => array(
85
+            ), 'get' => array(
86 86
               'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
87 87
               'httpMethod' => 'GET',
88 88
               'parameters' => array(
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
                   'required' => true,
103 103
                 ),
104 104
               ),
105
-            ),'insert' => array(
105
+            ), 'insert' => array(
106 106
               'path' => 'projects/{project}/zones/{zone}/autoscalers',
107 107
               'httpMethod' => 'POST',
108 108
               'parameters' => array(
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
                   'required' => true,
118 118
                 ),
119 119
               ),
120
-            ),'list' => array(
120
+            ), 'list' => array(
121 121
               'path' => 'projects/{project}/zones/{zone}/autoscalers',
122 122
               'httpMethod' => 'GET',
123 123
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'type' => 'integer',
145 145
                 ),
146 146
               ),
147
-            ),'patch' => array(
147
+            ), 'patch' => array(
148 148
               'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
149 149
               'httpMethod' => 'PATCH',
150 150
               'parameters' => array(
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
                   'required' => true,
165 165
                 ),
166 166
               ),
167
-            ),'update' => array(
167
+            ), 'update' => array(
168 168
               'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
169 169
               'httpMethod' => 'PUT',
170 170
               'parameters' => array(
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                   'required' => true,
215 215
                 ),
216 216
               ),
217
-            ),'get' => array(
217
+            ), 'get' => array(
218 218
               'path' => '{project}/zones/{zone}/operations/{operation}',
219 219
               'httpMethod' => 'GET',
220 220
               'parameters' => array(
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
                   'required' => true,
235 235
                 ),
236 236
               ),
237
-            ),'list' => array(
237
+            ), 'list' => array(
238 238
               'path' => '{project}/zones/{zone}/operations',
239 239
               'httpMethod' => 'GET',
240 240
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/AdExchangeBuyer.php 2 patches
Indentation   +652 added lines, -652 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** Manage your Ad Exchange buyer account configuration. */
35 35
   const ADEXCHANGE_BUYER =
36
-      "https://www.googleapis.com/auth/adexchange.buyer";
36
+	  "https://www.googleapis.com/auth/adexchange.buyer";
37 37
 
38 38
   public $accounts;
39 39
   public $billingInfo;
@@ -51,343 +51,343 @@  discard block
 block discarded – undo
51 51
    */
52 52
   public function __construct(Google_Client $client)
53 53
   {
54
-    parent::__construct($client);
55
-    $this->rootUrl = 'https://www.googleapis.com/';
56
-    $this->servicePath = 'adexchangebuyer/v1.3/';
57
-    $this->version = 'v1.3';
58
-    $this->serviceName = 'adexchangebuyer';
59
-
60
-    $this->accounts = new Google_Service_AdExchangeBuyer_Accounts_Resource(
61
-        $this,
62
-        $this->serviceName,
63
-        'accounts',
64
-        array(
65
-          'methods' => array(
66
-            'get' => array(
67
-              'path' => 'accounts/{id}',
68
-              'httpMethod' => 'GET',
69
-              'parameters' => array(
70
-                'id' => array(
71
-                  'location' => 'path',
72
-                  'type' => 'integer',
73
-                  'required' => true,
74
-                ),
75
-              ),
76
-            ),'list' => array(
77
-              'path' => 'accounts',
78
-              'httpMethod' => 'GET',
79
-              'parameters' => array(),
80
-            ),'patch' => array(
81
-              'path' => 'accounts/{id}',
82
-              'httpMethod' => 'PATCH',
83
-              'parameters' => array(
84
-                'id' => array(
85
-                  'location' => 'path',
86
-                  'type' => 'integer',
87
-                  'required' => true,
88
-                ),
89
-              ),
90
-            ),'update' => array(
91
-              'path' => 'accounts/{id}',
92
-              'httpMethod' => 'PUT',
93
-              'parameters' => array(
94
-                'id' => array(
95
-                  'location' => 'path',
96
-                  'type' => 'integer',
97
-                  'required' => true,
98
-                ),
99
-              ),
100
-            ),
101
-          )
102
-        )
103
-    );
104
-    $this->billingInfo = new Google_Service_AdExchangeBuyer_BillingInfo_Resource(
105
-        $this,
106
-        $this->serviceName,
107
-        'billingInfo',
108
-        array(
109
-          'methods' => array(
110
-            'get' => array(
111
-              'path' => 'billinginfo/{accountId}',
112
-              'httpMethod' => 'GET',
113
-              'parameters' => array(
114
-                'accountId' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'integer',
117
-                  'required' => true,
118
-                ),
119
-              ),
120
-            ),'list' => array(
121
-              'path' => 'billinginfo',
122
-              'httpMethod' => 'GET',
123
-              'parameters' => array(),
124
-            ),
125
-          )
126
-        )
127
-    );
128
-    $this->budget = new Google_Service_AdExchangeBuyer_Budget_Resource(
129
-        $this,
130
-        $this->serviceName,
131
-        'budget',
132
-        array(
133
-          'methods' => array(
134
-            'get' => array(
135
-              'path' => 'billinginfo/{accountId}/{billingId}',
136
-              'httpMethod' => 'GET',
137
-              'parameters' => array(
138
-                'accountId' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'string',
141
-                  'required' => true,
142
-                ),
143
-                'billingId' => array(
144
-                  'location' => 'path',
145
-                  'type' => 'string',
146
-                  'required' => true,
147
-                ),
148
-              ),
149
-            ),'patch' => array(
150
-              'path' => 'billinginfo/{accountId}/{billingId}',
151
-              'httpMethod' => 'PATCH',
152
-              'parameters' => array(
153
-                'accountId' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'string',
156
-                  'required' => true,
157
-                ),
158
-                'billingId' => array(
159
-                  'location' => 'path',
160
-                  'type' => 'string',
161
-                  'required' => true,
162
-                ),
163
-              ),
164
-            ),'update' => array(
165
-              'path' => 'billinginfo/{accountId}/{billingId}',
166
-              'httpMethod' => 'PUT',
167
-              'parameters' => array(
168
-                'accountId' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-                'billingId' => array(
174
-                  'location' => 'path',
175
-                  'type' => 'string',
176
-                  'required' => true,
177
-                ),
178
-              ),
179
-            ),
180
-          )
181
-        )
182
-    );
183
-    $this->creatives = new Google_Service_AdExchangeBuyer_Creatives_Resource(
184
-        $this,
185
-        $this->serviceName,
186
-        'creatives',
187
-        array(
188
-          'methods' => array(
189
-            'get' => array(
190
-              'path' => 'creatives/{accountId}/{buyerCreativeId}',
191
-              'httpMethod' => 'GET',
192
-              'parameters' => array(
193
-                'accountId' => array(
194
-                  'location' => 'path',
195
-                  'type' => 'integer',
196
-                  'required' => true,
197
-                ),
198
-                'buyerCreativeId' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-              ),
204
-            ),'insert' => array(
205
-              'path' => 'creatives',
206
-              'httpMethod' => 'POST',
207
-              'parameters' => array(),
208
-            ),'list' => array(
209
-              'path' => 'creatives',
210
-              'httpMethod' => 'GET',
211
-              'parameters' => array(
212
-                'statusFilter' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                ),
216
-                'pageToken' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'string',
219
-                ),
220
-                'maxResults' => array(
221
-                  'location' => 'query',
222
-                  'type' => 'integer',
223
-                ),
224
-                'buyerCreativeId' => array(
225
-                  'location' => 'query',
226
-                  'type' => 'string',
227
-                  'repeated' => true,
228
-                ),
229
-                'accountId' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'integer',
232
-                  'repeated' => true,
233
-                ),
234
-              ),
235
-            ),
236
-          )
237
-        )
238
-    );
239
-    $this->directDeals = new Google_Service_AdExchangeBuyer_DirectDeals_Resource(
240
-        $this,
241
-        $this->serviceName,
242
-        'directDeals',
243
-        array(
244
-          'methods' => array(
245
-            'get' => array(
246
-              'path' => 'directdeals/{id}',
247
-              'httpMethod' => 'GET',
248
-              'parameters' => array(
249
-                'id' => array(
250
-                  'location' => 'path',
251
-                  'type' => 'string',
252
-                  'required' => true,
253
-                ),
254
-              ),
255
-            ),'list' => array(
256
-              'path' => 'directdeals',
257
-              'httpMethod' => 'GET',
258
-              'parameters' => array(),
259
-            ),
260
-          )
261
-        )
262
-    );
263
-    $this->performanceReport = new Google_Service_AdExchangeBuyer_PerformanceReport_Resource(
264
-        $this,
265
-        $this->serviceName,
266
-        'performanceReport',
267
-        array(
268
-          'methods' => array(
269
-            'list' => array(
270
-              'path' => 'performancereport',
271
-              'httpMethod' => 'GET',
272
-              'parameters' => array(
273
-                'accountId' => array(
274
-                  'location' => 'query',
275
-                  'type' => 'string',
276
-                  'required' => true,
277
-                ),
278
-                'endDateTime' => array(
279
-                  'location' => 'query',
280
-                  'type' => 'string',
281
-                  'required' => true,
282
-                ),
283
-                'startDateTime' => array(
284
-                  'location' => 'query',
285
-                  'type' => 'string',
286
-                  'required' => true,
287
-                ),
288
-                'pageToken' => array(
289
-                  'location' => 'query',
290
-                  'type' => 'string',
291
-                ),
292
-                'maxResults' => array(
293
-                  'location' => 'query',
294
-                  'type' => 'integer',
295
-                ),
296
-              ),
297
-            ),
298
-          )
299
-        )
300
-    );
301
-    $this->pretargetingConfig = new Google_Service_AdExchangeBuyer_PretargetingConfig_Resource(
302
-        $this,
303
-        $this->serviceName,
304
-        'pretargetingConfig',
305
-        array(
306
-          'methods' => array(
307
-            'delete' => array(
308
-              'path' => 'pretargetingconfigs/{accountId}/{configId}',
309
-              'httpMethod' => 'DELETE',
310
-              'parameters' => array(
311
-                'accountId' => array(
312
-                  'location' => 'path',
313
-                  'type' => 'string',
314
-                  'required' => true,
315
-                ),
316
-                'configId' => array(
317
-                  'location' => 'path',
318
-                  'type' => 'string',
319
-                  'required' => true,
320
-                ),
321
-              ),
322
-            ),'get' => array(
323
-              'path' => 'pretargetingconfigs/{accountId}/{configId}',
324
-              'httpMethod' => 'GET',
325
-              'parameters' => array(
326
-                'accountId' => array(
327
-                  'location' => 'path',
328
-                  'type' => 'string',
329
-                  'required' => true,
330
-                ),
331
-                'configId' => array(
332
-                  'location' => 'path',
333
-                  'type' => 'string',
334
-                  'required' => true,
335
-                ),
336
-              ),
337
-            ),'insert' => array(
338
-              'path' => 'pretargetingconfigs/{accountId}',
339
-              'httpMethod' => 'POST',
340
-              'parameters' => array(
341
-                'accountId' => array(
342
-                  'location' => 'path',
343
-                  'type' => 'string',
344
-                  'required' => true,
345
-                ),
346
-              ),
347
-            ),'list' => array(
348
-              'path' => 'pretargetingconfigs/{accountId}',
349
-              'httpMethod' => 'GET',
350
-              'parameters' => array(
351
-                'accountId' => array(
352
-                  'location' => 'path',
353
-                  'type' => 'string',
354
-                  'required' => true,
355
-                ),
356
-              ),
357
-            ),'patch' => array(
358
-              'path' => 'pretargetingconfigs/{accountId}/{configId}',
359
-              'httpMethod' => 'PATCH',
360
-              'parameters' => array(
361
-                'accountId' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'configId' => array(
367
-                  'location' => 'path',
368
-                  'type' => 'string',
369
-                  'required' => true,
370
-                ),
371
-              ),
372
-            ),'update' => array(
373
-              'path' => 'pretargetingconfigs/{accountId}/{configId}',
374
-              'httpMethod' => 'PUT',
375
-              'parameters' => array(
376
-                'accountId' => array(
377
-                  'location' => 'path',
378
-                  'type' => 'string',
379
-                  'required' => true,
380
-                ),
381
-                'configId' => array(
382
-                  'location' => 'path',
383
-                  'type' => 'string',
384
-                  'required' => true,
385
-                ),
386
-              ),
387
-            ),
388
-          )
389
-        )
390
-    );
54
+	parent::__construct($client);
55
+	$this->rootUrl = 'https://www.googleapis.com/';
56
+	$this->servicePath = 'adexchangebuyer/v1.3/';
57
+	$this->version = 'v1.3';
58
+	$this->serviceName = 'adexchangebuyer';
59
+
60
+	$this->accounts = new Google_Service_AdExchangeBuyer_Accounts_Resource(
61
+		$this,
62
+		$this->serviceName,
63
+		'accounts',
64
+		array(
65
+		  'methods' => array(
66
+			'get' => array(
67
+			  'path' => 'accounts/{id}',
68
+			  'httpMethod' => 'GET',
69
+			  'parameters' => array(
70
+				'id' => array(
71
+				  'location' => 'path',
72
+				  'type' => 'integer',
73
+				  'required' => true,
74
+				),
75
+			  ),
76
+			),'list' => array(
77
+			  'path' => 'accounts',
78
+			  'httpMethod' => 'GET',
79
+			  'parameters' => array(),
80
+			),'patch' => array(
81
+			  'path' => 'accounts/{id}',
82
+			  'httpMethod' => 'PATCH',
83
+			  'parameters' => array(
84
+				'id' => array(
85
+				  'location' => 'path',
86
+				  'type' => 'integer',
87
+				  'required' => true,
88
+				),
89
+			  ),
90
+			),'update' => array(
91
+			  'path' => 'accounts/{id}',
92
+			  'httpMethod' => 'PUT',
93
+			  'parameters' => array(
94
+				'id' => array(
95
+				  'location' => 'path',
96
+				  'type' => 'integer',
97
+				  'required' => true,
98
+				),
99
+			  ),
100
+			),
101
+		  )
102
+		)
103
+	);
104
+	$this->billingInfo = new Google_Service_AdExchangeBuyer_BillingInfo_Resource(
105
+		$this,
106
+		$this->serviceName,
107
+		'billingInfo',
108
+		array(
109
+		  'methods' => array(
110
+			'get' => array(
111
+			  'path' => 'billinginfo/{accountId}',
112
+			  'httpMethod' => 'GET',
113
+			  'parameters' => array(
114
+				'accountId' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'integer',
117
+				  'required' => true,
118
+				),
119
+			  ),
120
+			),'list' => array(
121
+			  'path' => 'billinginfo',
122
+			  'httpMethod' => 'GET',
123
+			  'parameters' => array(),
124
+			),
125
+		  )
126
+		)
127
+	);
128
+	$this->budget = new Google_Service_AdExchangeBuyer_Budget_Resource(
129
+		$this,
130
+		$this->serviceName,
131
+		'budget',
132
+		array(
133
+		  'methods' => array(
134
+			'get' => array(
135
+			  'path' => 'billinginfo/{accountId}/{billingId}',
136
+			  'httpMethod' => 'GET',
137
+			  'parameters' => array(
138
+				'accountId' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'string',
141
+				  'required' => true,
142
+				),
143
+				'billingId' => array(
144
+				  'location' => 'path',
145
+				  'type' => 'string',
146
+				  'required' => true,
147
+				),
148
+			  ),
149
+			),'patch' => array(
150
+			  'path' => 'billinginfo/{accountId}/{billingId}',
151
+			  'httpMethod' => 'PATCH',
152
+			  'parameters' => array(
153
+				'accountId' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'string',
156
+				  'required' => true,
157
+				),
158
+				'billingId' => array(
159
+				  'location' => 'path',
160
+				  'type' => 'string',
161
+				  'required' => true,
162
+				),
163
+			  ),
164
+			),'update' => array(
165
+			  'path' => 'billinginfo/{accountId}/{billingId}',
166
+			  'httpMethod' => 'PUT',
167
+			  'parameters' => array(
168
+				'accountId' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+				'billingId' => array(
174
+				  'location' => 'path',
175
+				  'type' => 'string',
176
+				  'required' => true,
177
+				),
178
+			  ),
179
+			),
180
+		  )
181
+		)
182
+	);
183
+	$this->creatives = new Google_Service_AdExchangeBuyer_Creatives_Resource(
184
+		$this,
185
+		$this->serviceName,
186
+		'creatives',
187
+		array(
188
+		  'methods' => array(
189
+			'get' => array(
190
+			  'path' => 'creatives/{accountId}/{buyerCreativeId}',
191
+			  'httpMethod' => 'GET',
192
+			  'parameters' => array(
193
+				'accountId' => array(
194
+				  'location' => 'path',
195
+				  'type' => 'integer',
196
+				  'required' => true,
197
+				),
198
+				'buyerCreativeId' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+			  ),
204
+			),'insert' => array(
205
+			  'path' => 'creatives',
206
+			  'httpMethod' => 'POST',
207
+			  'parameters' => array(),
208
+			),'list' => array(
209
+			  'path' => 'creatives',
210
+			  'httpMethod' => 'GET',
211
+			  'parameters' => array(
212
+				'statusFilter' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				),
216
+				'pageToken' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'string',
219
+				),
220
+				'maxResults' => array(
221
+				  'location' => 'query',
222
+				  'type' => 'integer',
223
+				),
224
+				'buyerCreativeId' => array(
225
+				  'location' => 'query',
226
+				  'type' => 'string',
227
+				  'repeated' => true,
228
+				),
229
+				'accountId' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'integer',
232
+				  'repeated' => true,
233
+				),
234
+			  ),
235
+			),
236
+		  )
237
+		)
238
+	);
239
+	$this->directDeals = new Google_Service_AdExchangeBuyer_DirectDeals_Resource(
240
+		$this,
241
+		$this->serviceName,
242
+		'directDeals',
243
+		array(
244
+		  'methods' => array(
245
+			'get' => array(
246
+			  'path' => 'directdeals/{id}',
247
+			  'httpMethod' => 'GET',
248
+			  'parameters' => array(
249
+				'id' => array(
250
+				  'location' => 'path',
251
+				  'type' => 'string',
252
+				  'required' => true,
253
+				),
254
+			  ),
255
+			),'list' => array(
256
+			  'path' => 'directdeals',
257
+			  'httpMethod' => 'GET',
258
+			  'parameters' => array(),
259
+			),
260
+		  )
261
+		)
262
+	);
263
+	$this->performanceReport = new Google_Service_AdExchangeBuyer_PerformanceReport_Resource(
264
+		$this,
265
+		$this->serviceName,
266
+		'performanceReport',
267
+		array(
268
+		  'methods' => array(
269
+			'list' => array(
270
+			  'path' => 'performancereport',
271
+			  'httpMethod' => 'GET',
272
+			  'parameters' => array(
273
+				'accountId' => array(
274
+				  'location' => 'query',
275
+				  'type' => 'string',
276
+				  'required' => true,
277
+				),
278
+				'endDateTime' => array(
279
+				  'location' => 'query',
280
+				  'type' => 'string',
281
+				  'required' => true,
282
+				),
283
+				'startDateTime' => array(
284
+				  'location' => 'query',
285
+				  'type' => 'string',
286
+				  'required' => true,
287
+				),
288
+				'pageToken' => array(
289
+				  'location' => 'query',
290
+				  'type' => 'string',
291
+				),
292
+				'maxResults' => array(
293
+				  'location' => 'query',
294
+				  'type' => 'integer',
295
+				),
296
+			  ),
297
+			),
298
+		  )
299
+		)
300
+	);
301
+	$this->pretargetingConfig = new Google_Service_AdExchangeBuyer_PretargetingConfig_Resource(
302
+		$this,
303
+		$this->serviceName,
304
+		'pretargetingConfig',
305
+		array(
306
+		  'methods' => array(
307
+			'delete' => array(
308
+			  'path' => 'pretargetingconfigs/{accountId}/{configId}',
309
+			  'httpMethod' => 'DELETE',
310
+			  'parameters' => array(
311
+				'accountId' => array(
312
+				  'location' => 'path',
313
+				  'type' => 'string',
314
+				  'required' => true,
315
+				),
316
+				'configId' => array(
317
+				  'location' => 'path',
318
+				  'type' => 'string',
319
+				  'required' => true,
320
+				),
321
+			  ),
322
+			),'get' => array(
323
+			  'path' => 'pretargetingconfigs/{accountId}/{configId}',
324
+			  'httpMethod' => 'GET',
325
+			  'parameters' => array(
326
+				'accountId' => array(
327
+				  'location' => 'path',
328
+				  'type' => 'string',
329
+				  'required' => true,
330
+				),
331
+				'configId' => array(
332
+				  'location' => 'path',
333
+				  'type' => 'string',
334
+				  'required' => true,
335
+				),
336
+			  ),
337
+			),'insert' => array(
338
+			  'path' => 'pretargetingconfigs/{accountId}',
339
+			  'httpMethod' => 'POST',
340
+			  'parameters' => array(
341
+				'accountId' => array(
342
+				  'location' => 'path',
343
+				  'type' => 'string',
344
+				  'required' => true,
345
+				),
346
+			  ),
347
+			),'list' => array(
348
+			  'path' => 'pretargetingconfigs/{accountId}',
349
+			  'httpMethod' => 'GET',
350
+			  'parameters' => array(
351
+				'accountId' => array(
352
+				  'location' => 'path',
353
+				  'type' => 'string',
354
+				  'required' => true,
355
+				),
356
+			  ),
357
+			),'patch' => array(
358
+			  'path' => 'pretargetingconfigs/{accountId}/{configId}',
359
+			  'httpMethod' => 'PATCH',
360
+			  'parameters' => array(
361
+				'accountId' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'configId' => array(
367
+				  'location' => 'path',
368
+				  'type' => 'string',
369
+				  'required' => true,
370
+				),
371
+			  ),
372
+			),'update' => array(
373
+			  'path' => 'pretargetingconfigs/{accountId}/{configId}',
374
+			  'httpMethod' => 'PUT',
375
+			  'parameters' => array(
376
+				'accountId' => array(
377
+				  'location' => 'path',
378
+				  'type' => 'string',
379
+				  'required' => true,
380
+				),
381
+				'configId' => array(
382
+				  'location' => 'path',
383
+				  'type' => 'string',
384
+				  'required' => true,
385
+				),
386
+			  ),
387
+			),
388
+		  )
389
+		)
390
+	);
391 391
   }
392 392
 }
393 393
 
@@ -412,9 +412,9 @@  discard block
 block discarded – undo
412 412
    */
413 413
   public function get($id, $optParams = array())
414 414
   {
415
-    $params = array('id' => $id);
416
-    $params = array_merge($params, $optParams);
417
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Account");
415
+	$params = array('id' => $id);
416
+	$params = array_merge($params, $optParams);
417
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Account");
418 418
   }
419 419
 
420 420
   /**
@@ -425,9 +425,9 @@  discard block
 block discarded – undo
425 425
    */
426 426
   public function listAccounts($optParams = array())
427 427
   {
428
-    $params = array();
429
-    $params = array_merge($params, $optParams);
430
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_AccountsList");
428
+	$params = array();
429
+	$params = array_merge($params, $optParams);
430
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_AccountsList");
431 431
   }
432 432
 
433 433
   /**
@@ -441,9 +441,9 @@  discard block
 block discarded – undo
441 441
    */
442 442
   public function patch($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array())
443 443
   {
444
-    $params = array('id' => $id, 'postBody' => $postBody);
445
-    $params = array_merge($params, $optParams);
446
-    return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Account");
444
+	$params = array('id' => $id, 'postBody' => $postBody);
445
+	$params = array_merge($params, $optParams);
446
+	return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Account");
447 447
   }
448 448
 
449 449
   /**
@@ -456,9 +456,9 @@  discard block
 block discarded – undo
456 456
    */
457 457
   public function update($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array())
458 458
   {
459
-    $params = array('id' => $id, 'postBody' => $postBody);
460
-    $params = array_merge($params, $optParams);
461
-    return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Account");
459
+	$params = array('id' => $id, 'postBody' => $postBody);
460
+	$params = array_merge($params, $optParams);
461
+	return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Account");
462 462
   }
463 463
 }
464 464
 
@@ -483,9 +483,9 @@  discard block
 block discarded – undo
483 483
    */
484 484
   public function get($accountId, $optParams = array())
485 485
   {
486
-    $params = array('accountId' => $accountId);
487
-    $params = array_merge($params, $optParams);
488
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo");
486
+	$params = array('accountId' => $accountId);
487
+	$params = array_merge($params, $optParams);
488
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo");
489 489
   }
490 490
 
491 491
   /**
@@ -497,9 +497,9 @@  discard block
 block discarded – undo
497 497
    */
498 498
   public function listBillingInfo($optParams = array())
499 499
   {
500
-    $params = array();
501
-    $params = array_merge($params, $optParams);
502
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_BillingInfoList");
500
+	$params = array();
501
+	$params = array_merge($params, $optParams);
502
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_BillingInfoList");
503 503
   }
504 504
 }
505 505
 
@@ -525,9 +525,9 @@  discard block
 block discarded – undo
525 525
    */
526 526
   public function get($accountId, $billingId, $optParams = array())
527 527
   {
528
-    $params = array('accountId' => $accountId, 'billingId' => $billingId);
529
-    $params = array_merge($params, $optParams);
530
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget");
528
+	$params = array('accountId' => $accountId, 'billingId' => $billingId);
529
+	$params = array_merge($params, $optParams);
530
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget");
531 531
   }
532 532
 
533 533
   /**
@@ -545,9 +545,9 @@  discard block
 block discarded – undo
545 545
    */
546 546
   public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
547 547
   {
548
-    $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
549
-    $params = array_merge($params, $optParams);
550
-    return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget");
548
+	$params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
549
+	$params = array_merge($params, $optParams);
550
+	return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget");
551 551
   }
552 552
 
553 553
   /**
@@ -565,9 +565,9 @@  discard block
 block discarded – undo
565 565
    */
566 566
   public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
567 567
   {
568
-    $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
569
-    $params = array_merge($params, $optParams);
570
-    return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget");
568
+	$params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
569
+	$params = array_merge($params, $optParams);
570
+	return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget");
571 571
   }
572 572
 }
573 573
 
@@ -593,9 +593,9 @@  discard block
 block discarded – undo
593 593
    */
594 594
   public function get($accountId, $buyerCreativeId, $optParams = array())
595 595
   {
596
-    $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId);
597
-    $params = array_merge($params, $optParams);
598
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Creative");
596
+	$params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId);
597
+	$params = array_merge($params, $optParams);
598
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Creative");
599 599
   }
600 600
 
601 601
   /**
@@ -607,9 +607,9 @@  discard block
 block discarded – undo
607 607
    */
608 608
   public function insert(Google_Service_AdExchangeBuyer_Creative $postBody, $optParams = array())
609 609
   {
610
-    $params = array('postBody' => $postBody);
611
-    $params = array_merge($params, $optParams);
612
-    return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_Creative");
610
+	$params = array('postBody' => $postBody);
611
+	$params = array_merge($params, $optParams);
612
+	return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_Creative");
613 613
   }
614 614
 
615 615
   /**
@@ -633,9 +633,9 @@  discard block
 block discarded – undo
633 633
    */
634 634
   public function listCreatives($optParams = array())
635 635
   {
636
-    $params = array();
637
-    $params = array_merge($params, $optParams);
638
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_CreativesList");
636
+	$params = array();
637
+	$params = array_merge($params, $optParams);
638
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_CreativesList");
639 639
   }
640 640
 }
641 641
 
@@ -659,9 +659,9 @@  discard block
 block discarded – undo
659 659
    */
660 660
   public function get($id, $optParams = array())
661 661
   {
662
-    $params = array('id' => $id);
663
-    $params = array_merge($params, $optParams);
664
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_DirectDeal");
662
+	$params = array('id' => $id);
663
+	$params = array_merge($params, $optParams);
664
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_DirectDeal");
665 665
   }
666 666
 
667 667
   /**
@@ -673,9 +673,9 @@  discard block
 block discarded – undo
673 673
    */
674 674
   public function listDirectDeals($optParams = array())
675 675
   {
676
-    $params = array();
677
-    $params = array_merge($params, $optParams);
678
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_DirectDealsList");
676
+	$params = array();
677
+	$params = array_merge($params, $optParams);
678
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_DirectDealsList");
679 679
   }
680 680
 }
681 681
 
@@ -710,9 +710,9 @@  discard block
 block discarded – undo
710 710
    */
711 711
   public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array())
712 712
   {
713
-    $params = array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime);
714
-    $params = array_merge($params, $optParams);
715
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PerformanceReportList");
713
+	$params = array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime);
714
+	$params = array_merge($params, $optParams);
715
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PerformanceReportList");
716 716
   }
717 717
 }
718 718
 
@@ -737,9 +737,9 @@  discard block
 block discarded – undo
737 737
    */
738 738
   public function delete($accountId, $configId, $optParams = array())
739 739
   {
740
-    $params = array('accountId' => $accountId, 'configId' => $configId);
741
-    $params = array_merge($params, $optParams);
742
-    return $this->call('delete', array($params));
740
+	$params = array('accountId' => $accountId, 'configId' => $configId);
741
+	$params = array_merge($params, $optParams);
742
+	return $this->call('delete', array($params));
743 743
   }
744 744
 
745 745
   /**
@@ -752,9 +752,9 @@  discard block
 block discarded – undo
752 752
    */
753 753
   public function get($accountId, $configId, $optParams = array())
754 754
   {
755
-    $params = array('accountId' => $accountId, 'configId' => $configId);
756
-    $params = array_merge($params, $optParams);
757
-    return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
755
+	$params = array('accountId' => $accountId, 'configId' => $configId);
756
+	$params = array_merge($params, $optParams);
757
+	return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
758 758
   }
759 759
 
760 760
   /**
@@ -768,9 +768,9 @@  discard block
 block discarded – undo
768 768
    */
769 769
   public function insert($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
770 770
   {
771
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
772
-    $params = array_merge($params, $optParams);
773
-    return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
771
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
772
+	$params = array_merge($params, $optParams);
773
+	return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
774 774
   }
775 775
 
776 776
   /**
@@ -783,9 +783,9 @@  discard block
 block discarded – undo
783 783
    */
784 784
   public function listPretargetingConfig($accountId, $optParams = array())
785 785
   {
786
-    $params = array('accountId' => $accountId);
787
-    $params = array_merge($params, $optParams);
788
-    return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList");
786
+	$params = array('accountId' => $accountId);
787
+	$params = array_merge($params, $optParams);
788
+	return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList");
789 789
   }
790 790
 
791 791
   /**
@@ -801,9 +801,9 @@  discard block
 block discarded – undo
801 801
    */
802 802
   public function patch($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
803 803
   {
804
-    $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
805
-    $params = array_merge($params, $optParams);
806
-    return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
804
+	$params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
805
+	$params = array_merge($params, $optParams);
806
+	return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
807 807
   }
808 808
 
809 809
   /**
@@ -818,9 +818,9 @@  discard block
 block discarded – undo
818 818
    */
819 819
   public function update($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
820 820
   {
821
-    $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
822
-    $params = array_merge($params, $optParams);
823
-    return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
821
+	$params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
822
+	$params = array_merge($params, $optParams);
823
+	return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
824 824
   }
825 825
 }
826 826
 
@@ -845,67 +845,67 @@  discard block
 block discarded – undo
845 845
 
846 846
   public function setBidderLocation($bidderLocation)
847 847
   {
848
-    $this->bidderLocation = $bidderLocation;
848
+	$this->bidderLocation = $bidderLocation;
849 849
   }
850 850
   public function getBidderLocation()
851 851
   {
852
-    return $this->bidderLocation;
852
+	return $this->bidderLocation;
853 853
   }
854 854
   public function setCookieMatchingNid($cookieMatchingNid)
855 855
   {
856
-    $this->cookieMatchingNid = $cookieMatchingNid;
856
+	$this->cookieMatchingNid = $cookieMatchingNid;
857 857
   }
858 858
   public function getCookieMatchingNid()
859 859
   {
860
-    return $this->cookieMatchingNid;
860
+	return $this->cookieMatchingNid;
861 861
   }
862 862
   public function setCookieMatchingUrl($cookieMatchingUrl)
863 863
   {
864
-    $this->cookieMatchingUrl = $cookieMatchingUrl;
864
+	$this->cookieMatchingUrl = $cookieMatchingUrl;
865 865
   }
866 866
   public function getCookieMatchingUrl()
867 867
   {
868
-    return $this->cookieMatchingUrl;
868
+	return $this->cookieMatchingUrl;
869 869
   }
870 870
   public function setId($id)
871 871
   {
872
-    $this->id = $id;
872
+	$this->id = $id;
873 873
   }
874 874
   public function getId()
875 875
   {
876
-    return $this->id;
876
+	return $this->id;
877 877
   }
878 878
   public function setKind($kind)
879 879
   {
880
-    $this->kind = $kind;
880
+	$this->kind = $kind;
881 881
   }
882 882
   public function getKind()
883 883
   {
884
-    return $this->kind;
884
+	return $this->kind;
885 885
   }
886 886
   public function setMaximumActiveCreatives($maximumActiveCreatives)
887 887
   {
888
-    $this->maximumActiveCreatives = $maximumActiveCreatives;
888
+	$this->maximumActiveCreatives = $maximumActiveCreatives;
889 889
   }
890 890
   public function getMaximumActiveCreatives()
891 891
   {
892
-    return $this->maximumActiveCreatives;
892
+	return $this->maximumActiveCreatives;
893 893
   }
894 894
   public function setMaximumTotalQps($maximumTotalQps)
895 895
   {
896
-    $this->maximumTotalQps = $maximumTotalQps;
896
+	$this->maximumTotalQps = $maximumTotalQps;
897 897
   }
898 898
   public function getMaximumTotalQps()
899 899
   {
900
-    return $this->maximumTotalQps;
900
+	return $this->maximumTotalQps;
901 901
   }
902 902
   public function setNumberActiveCreatives($numberActiveCreatives)
903 903
   {
904
-    $this->numberActiveCreatives = $numberActiveCreatives;
904
+	$this->numberActiveCreatives = $numberActiveCreatives;
905 905
   }
906 906
   public function getNumberActiveCreatives()
907 907
   {
908
-    return $this->numberActiveCreatives;
908
+	return $this->numberActiveCreatives;
909 909
   }
910 910
 }
911 911
 
@@ -920,27 +920,27 @@  discard block
 block discarded – undo
920 920
 
921 921
   public function setMaximumQps($maximumQps)
922 922
   {
923
-    $this->maximumQps = $maximumQps;
923
+	$this->maximumQps = $maximumQps;
924 924
   }
925 925
   public function getMaximumQps()
926 926
   {
927
-    return $this->maximumQps;
927
+	return $this->maximumQps;
928 928
   }
929 929
   public function setRegion($region)
930 930
   {
931
-    $this->region = $region;
931
+	$this->region = $region;
932 932
   }
933 933
   public function getRegion()
934 934
   {
935
-    return $this->region;
935
+	return $this->region;
936 936
   }
937 937
   public function setUrl($url)
938 938
   {
939
-    $this->url = $url;
939
+	$this->url = $url;
940 940
   }
941 941
   public function getUrl()
942 942
   {
943
-    return $this->url;
943
+	return $this->url;
944 944
   }
945 945
 }
946 946
 
@@ -956,19 +956,19 @@  discard block
 block discarded – undo
956 956
 
957 957
   public function setItems($items)
958 958
   {
959
-    $this->items = $items;
959
+	$this->items = $items;
960 960
   }
961 961
   public function getItems()
962 962
   {
963
-    return $this->items;
963
+	return $this->items;
964 964
   }
965 965
   public function setKind($kind)
966 966
   {
967
-    $this->kind = $kind;
967
+	$this->kind = $kind;
968 968
   }
969 969
   public function getKind()
970 970
   {
971
-    return $this->kind;
971
+	return $this->kind;
972 972
   }
973 973
 }
974 974
 
@@ -985,35 +985,35 @@  discard block
 block discarded – undo
985 985
 
986 986
   public function setAccountId($accountId)
987 987
   {
988
-    $this->accountId = $accountId;
988
+	$this->accountId = $accountId;
989 989
   }
990 990
   public function getAccountId()
991 991
   {
992
-    return $this->accountId;
992
+	return $this->accountId;
993 993
   }
994 994
   public function setAccountName($accountName)
995 995
   {
996
-    $this->accountName = $accountName;
996
+	$this->accountName = $accountName;
997 997
   }
998 998
   public function getAccountName()
999 999
   {
1000
-    return $this->accountName;
1000
+	return $this->accountName;
1001 1001
   }
1002 1002
   public function setBillingId($billingId)
1003 1003
   {
1004
-    $this->billingId = $billingId;
1004
+	$this->billingId = $billingId;
1005 1005
   }
1006 1006
   public function getBillingId()
1007 1007
   {
1008
-    return $this->billingId;
1008
+	return $this->billingId;
1009 1009
   }
1010 1010
   public function setKind($kind)
1011 1011
   {
1012
-    $this->kind = $kind;
1012
+	$this->kind = $kind;
1013 1013
   }
1014 1014
   public function getKind()
1015 1015
   {
1016
-    return $this->kind;
1016
+	return $this->kind;
1017 1017
   }
1018 1018
 }
1019 1019
 
@@ -1029,19 +1029,19 @@  discard block
 block discarded – undo
1029 1029
 
1030 1030
   public function setItems($items)
1031 1031
   {
1032
-    $this->items = $items;
1032
+	$this->items = $items;
1033 1033
   }
1034 1034
   public function getItems()
1035 1035
   {
1036
-    return $this->items;
1036
+	return $this->items;
1037 1037
   }
1038 1038
   public function setKind($kind)
1039 1039
   {
1040
-    $this->kind = $kind;
1040
+	$this->kind = $kind;
1041 1041
   }
1042 1042
   public function getKind()
1043 1043
   {
1044
-    return $this->kind;
1044
+	return $this->kind;
1045 1045
   }
1046 1046
 }
1047 1047
 
@@ -1059,51 +1059,51 @@  discard block
 block discarded – undo
1059 1059
 
1060 1060
   public function setAccountId($accountId)
1061 1061
   {
1062
-    $this->accountId = $accountId;
1062
+	$this->accountId = $accountId;
1063 1063
   }
1064 1064
   public function getAccountId()
1065 1065
   {
1066
-    return $this->accountId;
1066
+	return $this->accountId;
1067 1067
   }
1068 1068
   public function setBillingId($billingId)
1069 1069
   {
1070
-    $this->billingId = $billingId;
1070
+	$this->billingId = $billingId;
1071 1071
   }
1072 1072
   public function getBillingId()
1073 1073
   {
1074
-    return $this->billingId;
1074
+	return $this->billingId;
1075 1075
   }
1076 1076
   public function setBudgetAmount($budgetAmount)
1077 1077
   {
1078
-    $this->budgetAmount = $budgetAmount;
1078
+	$this->budgetAmount = $budgetAmount;
1079 1079
   }
1080 1080
   public function getBudgetAmount()
1081 1081
   {
1082
-    return $this->budgetAmount;
1082
+	return $this->budgetAmount;
1083 1083
   }
1084 1084
   public function setCurrencyCode($currencyCode)
1085 1085
   {
1086
-    $this->currencyCode = $currencyCode;
1086
+	$this->currencyCode = $currencyCode;
1087 1087
   }
1088 1088
   public function getCurrencyCode()
1089 1089
   {
1090
-    return $this->currencyCode;
1090
+	return $this->currencyCode;
1091 1091
   }
1092 1092
   public function setId($id)
1093 1093
   {
1094
-    $this->id = $id;
1094
+	$this->id = $id;
1095 1095
   }
1096 1096
   public function getId()
1097 1097
   {
1098
-    return $this->id;
1098
+	return $this->id;
1099 1099
   }
1100 1100
   public function setKind($kind)
1101 1101
   {
1102
-    $this->kind = $kind;
1102
+	$this->kind = $kind;
1103 1103
   }
1104 1104
   public function getKind()
1105 1105
   {
1106
-    return $this->kind;
1106
+	return $this->kind;
1107 1107
   }
1108 1108
 }
1109 1109
 
@@ -1111,7 +1111,7 @@  discard block
 block discarded – undo
1111 1111
 {
1112 1112
   protected $collection_key = 'vendorType';
1113 1113
   protected $internal_gapi_mappings = array(
1114
-        "hTMLSnippet" => "HTMLSnippet",
1114
+		"hTMLSnippet" => "HTMLSnippet",
1115 1115
   );
1116 1116
   public $hTMLSnippet;
1117 1117
   public $accountId;
@@ -1140,163 +1140,163 @@  discard block
 block discarded – undo
1140 1140
 
1141 1141
   public function setHTMLSnippet($hTMLSnippet)
1142 1142
   {
1143
-    $this->hTMLSnippet = $hTMLSnippet;
1143
+	$this->hTMLSnippet = $hTMLSnippet;
1144 1144
   }
1145 1145
   public function getHTMLSnippet()
1146 1146
   {
1147
-    return $this->hTMLSnippet;
1147
+	return $this->hTMLSnippet;
1148 1148
   }
1149 1149
   public function setAccountId($accountId)
1150 1150
   {
1151
-    $this->accountId = $accountId;
1151
+	$this->accountId = $accountId;
1152 1152
   }
1153 1153
   public function getAccountId()
1154 1154
   {
1155
-    return $this->accountId;
1155
+	return $this->accountId;
1156 1156
   }
1157 1157
   public function setAdvertiserId($advertiserId)
1158 1158
   {
1159
-    $this->advertiserId = $advertiserId;
1159
+	$this->advertiserId = $advertiserId;
1160 1160
   }
1161 1161
   public function getAdvertiserId()
1162 1162
   {
1163
-    return $this->advertiserId;
1163
+	return $this->advertiserId;
1164 1164
   }
1165 1165
   public function setAdvertiserName($advertiserName)
1166 1166
   {
1167
-    $this->advertiserName = $advertiserName;
1167
+	$this->advertiserName = $advertiserName;
1168 1168
   }
1169 1169
   public function getAdvertiserName()
1170 1170
   {
1171
-    return $this->advertiserName;
1171
+	return $this->advertiserName;
1172 1172
   }
1173 1173
   public function setAgencyId($agencyId)
1174 1174
   {
1175
-    $this->agencyId = $agencyId;
1175
+	$this->agencyId = $agencyId;
1176 1176
   }
1177 1177
   public function getAgencyId()
1178 1178
   {
1179
-    return $this->agencyId;
1179
+	return $this->agencyId;
1180 1180
   }
1181 1181
   public function setAttribute($attribute)
1182 1182
   {
1183
-    $this->attribute = $attribute;
1183
+	$this->attribute = $attribute;
1184 1184
   }
1185 1185
   public function getAttribute()
1186 1186
   {
1187
-    return $this->attribute;
1187
+	return $this->attribute;
1188 1188
   }
1189 1189
   public function setBuyerCreativeId($buyerCreativeId)
1190 1190
   {
1191
-    $this->buyerCreativeId = $buyerCreativeId;
1191
+	$this->buyerCreativeId = $buyerCreativeId;
1192 1192
   }
1193 1193
   public function getBuyerCreativeId()
1194 1194
   {
1195
-    return $this->buyerCreativeId;
1195
+	return $this->buyerCreativeId;
1196 1196
   }
1197 1197
   public function setClickThroughUrl($clickThroughUrl)
1198 1198
   {
1199
-    $this->clickThroughUrl = $clickThroughUrl;
1199
+	$this->clickThroughUrl = $clickThroughUrl;
1200 1200
   }
1201 1201
   public function getClickThroughUrl()
1202 1202
   {
1203
-    return $this->clickThroughUrl;
1203
+	return $this->clickThroughUrl;
1204 1204
   }
1205 1205
   public function setCorrections($corrections)
1206 1206
   {
1207
-    $this->corrections = $corrections;
1207
+	$this->corrections = $corrections;
1208 1208
   }
1209 1209
   public function getCorrections()
1210 1210
   {
1211
-    return $this->corrections;
1211
+	return $this->corrections;
1212 1212
   }
1213 1213
   public function setDisapprovalReasons($disapprovalReasons)
1214 1214
   {
1215
-    $this->disapprovalReasons = $disapprovalReasons;
1215
+	$this->disapprovalReasons = $disapprovalReasons;
1216 1216
   }
1217 1217
   public function getDisapprovalReasons()
1218 1218
   {
1219
-    return $this->disapprovalReasons;
1219
+	return $this->disapprovalReasons;
1220 1220
   }
1221 1221
   public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons)
1222 1222
   {
1223
-    $this->filteringReasons = $filteringReasons;
1223
+	$this->filteringReasons = $filteringReasons;
1224 1224
   }
1225 1225
   public function getFilteringReasons()
1226 1226
   {
1227
-    return $this->filteringReasons;
1227
+	return $this->filteringReasons;
1228 1228
   }
1229 1229
   public function setHeight($height)
1230 1230
   {
1231
-    $this->height = $height;
1231
+	$this->height = $height;
1232 1232
   }
1233 1233
   public function getHeight()
1234 1234
   {
1235
-    return $this->height;
1235
+	return $this->height;
1236 1236
   }
1237 1237
   public function setKind($kind)
1238 1238
   {
1239
-    $this->kind = $kind;
1239
+	$this->kind = $kind;
1240 1240
   }
1241 1241
   public function getKind()
1242 1242
   {
1243
-    return $this->kind;
1243
+	return $this->kind;
1244 1244
   }
1245 1245
   public function setProductCategories($productCategories)
1246 1246
   {
1247
-    $this->productCategories = $productCategories;
1247
+	$this->productCategories = $productCategories;
1248 1248
   }
1249 1249
   public function getProductCategories()
1250 1250
   {
1251
-    return $this->productCategories;
1251
+	return $this->productCategories;
1252 1252
   }
1253 1253
   public function setRestrictedCategories($restrictedCategories)
1254 1254
   {
1255
-    $this->restrictedCategories = $restrictedCategories;
1255
+	$this->restrictedCategories = $restrictedCategories;
1256 1256
   }
1257 1257
   public function getRestrictedCategories()
1258 1258
   {
1259
-    return $this->restrictedCategories;
1259
+	return $this->restrictedCategories;
1260 1260
   }
1261 1261
   public function setSensitiveCategories($sensitiveCategories)
1262 1262
   {
1263
-    $this->sensitiveCategories = $sensitiveCategories;
1263
+	$this->sensitiveCategories = $sensitiveCategories;
1264 1264
   }
1265 1265
   public function getSensitiveCategories()
1266 1266
   {
1267
-    return $this->sensitiveCategories;
1267
+	return $this->sensitiveCategories;
1268 1268
   }
1269 1269
   public function setStatus($status)
1270 1270
   {
1271
-    $this->status = $status;
1271
+	$this->status = $status;
1272 1272
   }
1273 1273
   public function getStatus()
1274 1274
   {
1275
-    return $this->status;
1275
+	return $this->status;
1276 1276
   }
1277 1277
   public function setVendorType($vendorType)
1278 1278
   {
1279
-    $this->vendorType = $vendorType;
1279
+	$this->vendorType = $vendorType;
1280 1280
   }
1281 1281
   public function getVendorType()
1282 1282
   {
1283
-    return $this->vendorType;
1283
+	return $this->vendorType;
1284 1284
   }
1285 1285
   public function setVideoURL($videoURL)
1286 1286
   {
1287
-    $this->videoURL = $videoURL;
1287
+	$this->videoURL = $videoURL;
1288 1288
   }
1289 1289
   public function getVideoURL()
1290 1290
   {
1291
-    return $this->videoURL;
1291
+	return $this->videoURL;
1292 1292
   }
1293 1293
   public function setWidth($width)
1294 1294
   {
1295
-    $this->width = $width;
1295
+	$this->width = $width;
1296 1296
   }
1297 1297
   public function getWidth()
1298 1298
   {
1299
-    return $this->width;
1299
+	return $this->width;
1300 1300
   }
1301 1301
 }
1302 1302
 
@@ -1311,19 +1311,19 @@  discard block
 block discarded – undo
1311 1311
 
1312 1312
   public function setDetails($details)
1313 1313
   {
1314
-    $this->details = $details;
1314
+	$this->details = $details;
1315 1315
   }
1316 1316
   public function getDetails()
1317 1317
   {
1318
-    return $this->details;
1318
+	return $this->details;
1319 1319
   }
1320 1320
   public function setReason($reason)
1321 1321
   {
1322
-    $this->reason = $reason;
1322
+	$this->reason = $reason;
1323 1323
   }
1324 1324
   public function getReason()
1325 1325
   {
1326
-    return $this->reason;
1326
+	return $this->reason;
1327 1327
   }
1328 1328
 }
1329 1329
 
@@ -1338,19 +1338,19 @@  discard block
 block discarded – undo
1338 1338
 
1339 1339
   public function setDetails($details)
1340 1340
   {
1341
-    $this->details = $details;
1341
+	$this->details = $details;
1342 1342
   }
1343 1343
   public function getDetails()
1344 1344
   {
1345
-    return $this->details;
1345
+	return $this->details;
1346 1346
   }
1347 1347
   public function setReason($reason)
1348 1348
   {
1349
-    $this->reason = $reason;
1349
+	$this->reason = $reason;
1350 1350
   }
1351 1351
   public function getReason()
1352 1352
   {
1353
-    return $this->reason;
1353
+	return $this->reason;
1354 1354
   }
1355 1355
 }
1356 1356
 
@@ -1366,19 +1366,19 @@  discard block
 block discarded – undo
1366 1366
 
1367 1367
   public function setDate($date)
1368 1368
   {
1369
-    $this->date = $date;
1369
+	$this->date = $date;
1370 1370
   }
1371 1371
   public function getDate()
1372 1372
   {
1373
-    return $this->date;
1373
+	return $this->date;
1374 1374
   }
1375 1375
   public function setReasons($reasons)
1376 1376
   {
1377
-    $this->reasons = $reasons;
1377
+	$this->reasons = $reasons;
1378 1378
   }
1379 1379
   public function getReasons()
1380 1380
   {
1381
-    return $this->reasons;
1381
+	return $this->reasons;
1382 1382
   }
1383 1383
 }
1384 1384
 
@@ -1392,19 +1392,19 @@  discard block
 block discarded – undo
1392 1392
 
1393 1393
   public function setFilteringCount($filteringCount)
1394 1394
   {
1395
-    $this->filteringCount = $filteringCount;
1395
+	$this->filteringCount = $filteringCount;
1396 1396
   }
1397 1397
   public function getFilteringCount()
1398 1398
   {
1399
-    return $this->filteringCount;
1399
+	return $this->filteringCount;
1400 1400
   }
1401 1401
   public function setFilteringStatus($filteringStatus)
1402 1402
   {
1403
-    $this->filteringStatus = $filteringStatus;
1403
+	$this->filteringStatus = $filteringStatus;
1404 1404
   }
1405 1405
   public function getFilteringStatus()
1406 1406
   {
1407
-    return $this->filteringStatus;
1407
+	return $this->filteringStatus;
1408 1408
   }
1409 1409
 }
1410 1410
 
@@ -1421,27 +1421,27 @@  discard block
 block discarded – undo
1421 1421
 
1422 1422
   public function setItems($items)
1423 1423
   {
1424
-    $this->items = $items;
1424
+	$this->items = $items;
1425 1425
   }
1426 1426
   public function getItems()
1427 1427
   {
1428
-    return $this->items;
1428
+	return $this->items;
1429 1429
   }
1430 1430
   public function setKind($kind)
1431 1431
   {
1432
-    $this->kind = $kind;
1432
+	$this->kind = $kind;
1433 1433
   }
1434 1434
   public function getKind()
1435 1435
   {
1436
-    return $this->kind;
1436
+	return $this->kind;
1437 1437
   }
1438 1438
   public function setNextPageToken($nextPageToken)
1439 1439
   {
1440
-    $this->nextPageToken = $nextPageToken;
1440
+	$this->nextPageToken = $nextPageToken;
1441 1441
   }
1442 1442
   public function getNextPageToken()
1443 1443
   {
1444
-    return $this->nextPageToken;
1444
+	return $this->nextPageToken;
1445 1445
   }
1446 1446
 }
1447 1447
 
@@ -1465,99 +1465,99 @@  discard block
 block discarded – undo
1465 1465
 
1466 1466
   public function setAccountId($accountId)
1467 1467
   {
1468
-    $this->accountId = $accountId;
1468
+	$this->accountId = $accountId;
1469 1469
   }
1470 1470
   public function getAccountId()
1471 1471
   {
1472
-    return $this->accountId;
1472
+	return $this->accountId;
1473 1473
   }
1474 1474
   public function setAdvertiser($advertiser)
1475 1475
   {
1476
-    $this->advertiser = $advertiser;
1476
+	$this->advertiser = $advertiser;
1477 1477
   }
1478 1478
   public function getAdvertiser()
1479 1479
   {
1480
-    return $this->advertiser;
1480
+	return $this->advertiser;
1481 1481
   }
1482 1482
   public function setCurrencyCode($currencyCode)
1483 1483
   {
1484
-    $this->currencyCode = $currencyCode;
1484
+	$this->currencyCode = $currencyCode;
1485 1485
   }
1486 1486
   public function getCurrencyCode()
1487 1487
   {
1488
-    return $this->currencyCode;
1488
+	return $this->currencyCode;
1489 1489
   }
1490 1490
   public function setEndTime($endTime)
1491 1491
   {
1492
-    $this->endTime = $endTime;
1492
+	$this->endTime = $endTime;
1493 1493
   }
1494 1494
   public function getEndTime()
1495 1495
   {
1496
-    return $this->endTime;
1496
+	return $this->endTime;
1497 1497
   }
1498 1498
   public function setFixedCpm($fixedCpm)
1499 1499
   {
1500
-    $this->fixedCpm = $fixedCpm;
1500
+	$this->fixedCpm = $fixedCpm;
1501 1501
   }
1502 1502
   public function getFixedCpm()
1503 1503
   {
1504
-    return $this->fixedCpm;
1504
+	return $this->fixedCpm;
1505 1505
   }
1506 1506
   public function setId($id)
1507 1507
   {
1508
-    $this->id = $id;
1508
+	$this->id = $id;
1509 1509
   }
1510 1510
   public function getId()
1511 1511
   {
1512
-    return $this->id;
1512
+	return $this->id;
1513 1513
   }
1514 1514
   public function setKind($kind)
1515 1515
   {
1516
-    $this->kind = $kind;
1516
+	$this->kind = $kind;
1517 1517
   }
1518 1518
   public function getKind()
1519 1519
   {
1520
-    return $this->kind;
1520
+	return $this->kind;
1521 1521
   }
1522 1522
   public function setName($name)
1523 1523
   {
1524
-    $this->name = $name;
1524
+	$this->name = $name;
1525 1525
   }
1526 1526
   public function getName()
1527 1527
   {
1528
-    return $this->name;
1528
+	return $this->name;
1529 1529
   }
1530 1530
   public function setPrivateExchangeMinCpm($privateExchangeMinCpm)
1531 1531
   {
1532
-    $this->privateExchangeMinCpm = $privateExchangeMinCpm;
1532
+	$this->privateExchangeMinCpm = $privateExchangeMinCpm;
1533 1533
   }
1534 1534
   public function getPrivateExchangeMinCpm()
1535 1535
   {
1536
-    return $this->privateExchangeMinCpm;
1536
+	return $this->privateExchangeMinCpm;
1537 1537
   }
1538 1538
   public function setPublisherBlocksOverriden($publisherBlocksOverriden)
1539 1539
   {
1540
-    $this->publisherBlocksOverriden = $publisherBlocksOverriden;
1540
+	$this->publisherBlocksOverriden = $publisherBlocksOverriden;
1541 1541
   }
1542 1542
   public function getPublisherBlocksOverriden()
1543 1543
   {
1544
-    return $this->publisherBlocksOverriden;
1544
+	return $this->publisherBlocksOverriden;
1545 1545
   }
1546 1546
   public function setSellerNetwork($sellerNetwork)
1547 1547
   {
1548
-    $this->sellerNetwork = $sellerNetwork;
1548
+	$this->sellerNetwork = $sellerNetwork;
1549 1549
   }
1550 1550
   public function getSellerNetwork()
1551 1551
   {
1552
-    return $this->sellerNetwork;
1552
+	return $this->sellerNetwork;
1553 1553
   }
1554 1554
   public function setStartTime($startTime)
1555 1555
   {
1556
-    $this->startTime = $startTime;
1556
+	$this->startTime = $startTime;
1557 1557
   }
1558 1558
   public function getStartTime()
1559 1559
   {
1560
-    return $this->startTime;
1560
+	return $this->startTime;
1561 1561
   }
1562 1562
 }
1563 1563
 
@@ -1573,19 +1573,19 @@  discard block
 block discarded – undo
1573 1573
 
1574 1574
   public function setDirectDeals($directDeals)
1575 1575
   {
1576
-    $this->directDeals = $directDeals;
1576
+	$this->directDeals = $directDeals;
1577 1577
   }
1578 1578
   public function getDirectDeals()
1579 1579
   {
1580
-    return $this->directDeals;
1580
+	return $this->directDeals;
1581 1581
   }
1582 1582
   public function setKind($kind)
1583 1583
   {
1584
-    $this->kind = $kind;
1584
+	$this->kind = $kind;
1585 1585
   }
1586 1586
   public function getKind()
1587 1587
   {
1588
-    return $this->kind;
1588
+	return $this->kind;
1589 1589
   }
1590 1590
 }
1591 1591
 
@@ -1620,179 +1620,179 @@  discard block
 block discarded – undo
1620 1620
 
1621 1621
   public function setBidRate($bidRate)
1622 1622
   {
1623
-    $this->bidRate = $bidRate;
1623
+	$this->bidRate = $bidRate;
1624 1624
   }
1625 1625
   public function getBidRate()
1626 1626
   {
1627
-    return $this->bidRate;
1627
+	return $this->bidRate;
1628 1628
   }
1629 1629
   public function setBidRequestRate($bidRequestRate)
1630 1630
   {
1631
-    $this->bidRequestRate = $bidRequestRate;
1631
+	$this->bidRequestRate = $bidRequestRate;
1632 1632
   }
1633 1633
   public function getBidRequestRate()
1634 1634
   {
1635
-    return $this->bidRequestRate;
1635
+	return $this->bidRequestRate;
1636 1636
   }
1637 1637
   public function setCalloutStatusRate($calloutStatusRate)
1638 1638
   {
1639
-    $this->calloutStatusRate = $calloutStatusRate;
1639
+	$this->calloutStatusRate = $calloutStatusRate;
1640 1640
   }
1641 1641
   public function getCalloutStatusRate()
1642 1642
   {
1643
-    return $this->calloutStatusRate;
1643
+	return $this->calloutStatusRate;
1644 1644
   }
1645 1645
   public function setCookieMatcherStatusRate($cookieMatcherStatusRate)
1646 1646
   {
1647
-    $this->cookieMatcherStatusRate = $cookieMatcherStatusRate;
1647
+	$this->cookieMatcherStatusRate = $cookieMatcherStatusRate;
1648 1648
   }
1649 1649
   public function getCookieMatcherStatusRate()
1650 1650
   {
1651
-    return $this->cookieMatcherStatusRate;
1651
+	return $this->cookieMatcherStatusRate;
1652 1652
   }
1653 1653
   public function setCreativeStatusRate($creativeStatusRate)
1654 1654
   {
1655
-    $this->creativeStatusRate = $creativeStatusRate;
1655
+	$this->creativeStatusRate = $creativeStatusRate;
1656 1656
   }
1657 1657
   public function getCreativeStatusRate()
1658 1658
   {
1659
-    return $this->creativeStatusRate;
1659
+	return $this->creativeStatusRate;
1660 1660
   }
1661 1661
   public function setFilteredBidRate($filteredBidRate)
1662 1662
   {
1663
-    $this->filteredBidRate = $filteredBidRate;
1663
+	$this->filteredBidRate = $filteredBidRate;
1664 1664
   }
1665 1665
   public function getFilteredBidRate()
1666 1666
   {
1667
-    return $this->filteredBidRate;
1667
+	return $this->filteredBidRate;
1668 1668
   }
1669 1669
   public function setHostedMatchStatusRate($hostedMatchStatusRate)
1670 1670
   {
1671
-    $this->hostedMatchStatusRate = $hostedMatchStatusRate;
1671
+	$this->hostedMatchStatusRate = $hostedMatchStatusRate;
1672 1672
   }
1673 1673
   public function getHostedMatchStatusRate()
1674 1674
   {
1675
-    return $this->hostedMatchStatusRate;
1675
+	return $this->hostedMatchStatusRate;
1676 1676
   }
1677 1677
   public function setInventoryMatchRate($inventoryMatchRate)
1678 1678
   {
1679
-    $this->inventoryMatchRate = $inventoryMatchRate;
1679
+	$this->inventoryMatchRate = $inventoryMatchRate;
1680 1680
   }
1681 1681
   public function getInventoryMatchRate()
1682 1682
   {
1683
-    return $this->inventoryMatchRate;
1683
+	return $this->inventoryMatchRate;
1684 1684
   }
1685 1685
   public function setKind($kind)
1686 1686
   {
1687
-    $this->kind = $kind;
1687
+	$this->kind = $kind;
1688 1688
   }
1689 1689
   public function getKind()
1690 1690
   {
1691
-    return $this->kind;
1691
+	return $this->kind;
1692 1692
   }
1693 1693
   public function setLatency50thPercentile($latency50thPercentile)
1694 1694
   {
1695
-    $this->latency50thPercentile = $latency50thPercentile;
1695
+	$this->latency50thPercentile = $latency50thPercentile;
1696 1696
   }
1697 1697
   public function getLatency50thPercentile()
1698 1698
   {
1699
-    return $this->latency50thPercentile;
1699
+	return $this->latency50thPercentile;
1700 1700
   }
1701 1701
   public function setLatency85thPercentile($latency85thPercentile)
1702 1702
   {
1703
-    $this->latency85thPercentile = $latency85thPercentile;
1703
+	$this->latency85thPercentile = $latency85thPercentile;
1704 1704
   }
1705 1705
   public function getLatency85thPercentile()
1706 1706
   {
1707
-    return $this->latency85thPercentile;
1707
+	return $this->latency85thPercentile;
1708 1708
   }
1709 1709
   public function setLatency95thPercentile($latency95thPercentile)
1710 1710
   {
1711
-    $this->latency95thPercentile = $latency95thPercentile;
1711
+	$this->latency95thPercentile = $latency95thPercentile;
1712 1712
   }
1713 1713
   public function getLatency95thPercentile()
1714 1714
   {
1715
-    return $this->latency95thPercentile;
1715
+	return $this->latency95thPercentile;
1716 1716
   }
1717 1717
   public function setNoQuotaInRegion($noQuotaInRegion)
1718 1718
   {
1719
-    $this->noQuotaInRegion = $noQuotaInRegion;
1719
+	$this->noQuotaInRegion = $noQuotaInRegion;
1720 1720
   }
1721 1721
   public function getNoQuotaInRegion()
1722 1722
   {
1723
-    return $this->noQuotaInRegion;
1723
+	return $this->noQuotaInRegion;
1724 1724
   }
1725 1725
   public function setOutOfQuota($outOfQuota)
1726 1726
   {
1727
-    $this->outOfQuota = $outOfQuota;
1727
+	$this->outOfQuota = $outOfQuota;
1728 1728
   }
1729 1729
   public function getOutOfQuota()
1730 1730
   {
1731
-    return $this->outOfQuota;
1731
+	return $this->outOfQuota;
1732 1732
   }
1733 1733
   public function setPixelMatchRequests($pixelMatchRequests)
1734 1734
   {
1735
-    $this->pixelMatchRequests = $pixelMatchRequests;
1735
+	$this->pixelMatchRequests = $pixelMatchRequests;
1736 1736
   }
1737 1737
   public function getPixelMatchRequests()
1738 1738
   {
1739
-    return $this->pixelMatchRequests;
1739
+	return $this->pixelMatchRequests;
1740 1740
   }
1741 1741
   public function setPixelMatchResponses($pixelMatchResponses)
1742 1742
   {
1743
-    $this->pixelMatchResponses = $pixelMatchResponses;
1743
+	$this->pixelMatchResponses = $pixelMatchResponses;
1744 1744
   }
1745 1745
   public function getPixelMatchResponses()
1746 1746
   {
1747
-    return $this->pixelMatchResponses;
1747
+	return $this->pixelMatchResponses;
1748 1748
   }
1749 1749
   public function setQuotaConfiguredLimit($quotaConfiguredLimit)
1750 1750
   {
1751
-    $this->quotaConfiguredLimit = $quotaConfiguredLimit;
1751
+	$this->quotaConfiguredLimit = $quotaConfiguredLimit;
1752 1752
   }
1753 1753
   public function getQuotaConfiguredLimit()
1754 1754
   {
1755
-    return $this->quotaConfiguredLimit;
1755
+	return $this->quotaConfiguredLimit;
1756 1756
   }
1757 1757
   public function setQuotaThrottledLimit($quotaThrottledLimit)
1758 1758
   {
1759
-    $this->quotaThrottledLimit = $quotaThrottledLimit;
1759
+	$this->quotaThrottledLimit = $quotaThrottledLimit;
1760 1760
   }
1761 1761
   public function getQuotaThrottledLimit()
1762 1762
   {
1763
-    return $this->quotaThrottledLimit;
1763
+	return $this->quotaThrottledLimit;
1764 1764
   }
1765 1765
   public function setRegion($region)
1766 1766
   {
1767
-    $this->region = $region;
1767
+	$this->region = $region;
1768 1768
   }
1769 1769
   public function getRegion()
1770 1770
   {
1771
-    return $this->region;
1771
+	return $this->region;
1772 1772
   }
1773 1773
   public function setSuccessfulRequestRate($successfulRequestRate)
1774 1774
   {
1775
-    $this->successfulRequestRate = $successfulRequestRate;
1775
+	$this->successfulRequestRate = $successfulRequestRate;
1776 1776
   }
1777 1777
   public function getSuccessfulRequestRate()
1778 1778
   {
1779
-    return $this->successfulRequestRate;
1779
+	return $this->successfulRequestRate;
1780 1780
   }
1781 1781
   public function setTimestamp($timestamp)
1782 1782
   {
1783
-    $this->timestamp = $timestamp;
1783
+	$this->timestamp = $timestamp;
1784 1784
   }
1785 1785
   public function getTimestamp()
1786 1786
   {
1787
-    return $this->timestamp;
1787
+	return $this->timestamp;
1788 1788
   }
1789 1789
   public function setUnsuccessfulRequestRate($unsuccessfulRequestRate)
1790 1790
   {
1791
-    $this->unsuccessfulRequestRate = $unsuccessfulRequestRate;
1791
+	$this->unsuccessfulRequestRate = $unsuccessfulRequestRate;
1792 1792
   }
1793 1793
   public function getUnsuccessfulRequestRate()
1794 1794
   {
1795
-    return $this->unsuccessfulRequestRate;
1795
+	return $this->unsuccessfulRequestRate;
1796 1796
   }
1797 1797
 }
1798 1798
 
@@ -1808,19 +1808,19 @@  discard block
 block discarded – undo
1808 1808
 
1809 1809
   public function setKind($kind)
1810 1810
   {
1811
-    $this->kind = $kind;
1811
+	$this->kind = $kind;
1812 1812
   }
1813 1813
   public function getKind()
1814 1814
   {
1815
-    return $this->kind;
1815
+	return $this->kind;
1816 1816
   }
1817 1817
   public function setPerformanceReport($performanceReport)
1818 1818
   {
1819
-    $this->performanceReport = $performanceReport;
1819
+	$this->performanceReport = $performanceReport;
1820 1820
   }
1821 1821
   public function getPerformanceReport()
1822 1822
   {
1823
-    return $this->performanceReport;
1823
+	return $this->performanceReport;
1824 1824
   }
1825 1825
 }
1826 1826
 
@@ -1859,187 +1859,187 @@  discard block
 block discarded – undo
1859 1859
 
1860 1860
   public function setBillingId($billingId)
1861 1861
   {
1862
-    $this->billingId = $billingId;
1862
+	$this->billingId = $billingId;
1863 1863
   }
1864 1864
   public function getBillingId()
1865 1865
   {
1866
-    return $this->billingId;
1866
+	return $this->billingId;
1867 1867
   }
1868 1868
   public function setConfigId($configId)
1869 1869
   {
1870
-    $this->configId = $configId;
1870
+	$this->configId = $configId;
1871 1871
   }
1872 1872
   public function getConfigId()
1873 1873
   {
1874
-    return $this->configId;
1874
+	return $this->configId;
1875 1875
   }
1876 1876
   public function setConfigName($configName)
1877 1877
   {
1878
-    $this->configName = $configName;
1878
+	$this->configName = $configName;
1879 1879
   }
1880 1880
   public function getConfigName()
1881 1881
   {
1882
-    return $this->configName;
1882
+	return $this->configName;
1883 1883
   }
1884 1884
   public function setCreativeType($creativeType)
1885 1885
   {
1886
-    $this->creativeType = $creativeType;
1886
+	$this->creativeType = $creativeType;
1887 1887
   }
1888 1888
   public function getCreativeType()
1889 1889
   {
1890
-    return $this->creativeType;
1890
+	return $this->creativeType;
1891 1891
   }
1892 1892
   public function setDimensions($dimensions)
1893 1893
   {
1894
-    $this->dimensions = $dimensions;
1894
+	$this->dimensions = $dimensions;
1895 1895
   }
1896 1896
   public function getDimensions()
1897 1897
   {
1898
-    return $this->dimensions;
1898
+	return $this->dimensions;
1899 1899
   }
1900 1900
   public function setExcludedContentLabels($excludedContentLabels)
1901 1901
   {
1902
-    $this->excludedContentLabels = $excludedContentLabels;
1902
+	$this->excludedContentLabels = $excludedContentLabels;
1903 1903
   }
1904 1904
   public function getExcludedContentLabels()
1905 1905
   {
1906
-    return $this->excludedContentLabels;
1906
+	return $this->excludedContentLabels;
1907 1907
   }
1908 1908
   public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds)
1909 1909
   {
1910
-    $this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds;
1910
+	$this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds;
1911 1911
   }
1912 1912
   public function getExcludedGeoCriteriaIds()
1913 1913
   {
1914
-    return $this->excludedGeoCriteriaIds;
1914
+	return $this->excludedGeoCriteriaIds;
1915 1915
   }
1916 1916
   public function setExcludedPlacements($excludedPlacements)
1917 1917
   {
1918
-    $this->excludedPlacements = $excludedPlacements;
1918
+	$this->excludedPlacements = $excludedPlacements;
1919 1919
   }
1920 1920
   public function getExcludedPlacements()
1921 1921
   {
1922
-    return $this->excludedPlacements;
1922
+	return $this->excludedPlacements;
1923 1923
   }
1924 1924
   public function setExcludedUserLists($excludedUserLists)
1925 1925
   {
1926
-    $this->excludedUserLists = $excludedUserLists;
1926
+	$this->excludedUserLists = $excludedUserLists;
1927 1927
   }
1928 1928
   public function getExcludedUserLists()
1929 1929
   {
1930
-    return $this->excludedUserLists;
1930
+	return $this->excludedUserLists;
1931 1931
   }
1932 1932
   public function setExcludedVerticals($excludedVerticals)
1933 1933
   {
1934
-    $this->excludedVerticals = $excludedVerticals;
1934
+	$this->excludedVerticals = $excludedVerticals;
1935 1935
   }
1936 1936
   public function getExcludedVerticals()
1937 1937
   {
1938
-    return $this->excludedVerticals;
1938
+	return $this->excludedVerticals;
1939 1939
   }
1940 1940
   public function setGeoCriteriaIds($geoCriteriaIds)
1941 1941
   {
1942
-    $this->geoCriteriaIds = $geoCriteriaIds;
1942
+	$this->geoCriteriaIds = $geoCriteriaIds;
1943 1943
   }
1944 1944
   public function getGeoCriteriaIds()
1945 1945
   {
1946
-    return $this->geoCriteriaIds;
1946
+	return $this->geoCriteriaIds;
1947 1947
   }
1948 1948
   public function setIsActive($isActive)
1949 1949
   {
1950
-    $this->isActive = $isActive;
1950
+	$this->isActive = $isActive;
1951 1951
   }
1952 1952
   public function getIsActive()
1953 1953
   {
1954
-    return $this->isActive;
1954
+	return $this->isActive;
1955 1955
   }
1956 1956
   public function setKind($kind)
1957 1957
   {
1958
-    $this->kind = $kind;
1958
+	$this->kind = $kind;
1959 1959
   }
1960 1960
   public function getKind()
1961 1961
   {
1962
-    return $this->kind;
1962
+	return $this->kind;
1963 1963
   }
1964 1964
   public function setLanguages($languages)
1965 1965
   {
1966
-    $this->languages = $languages;
1966
+	$this->languages = $languages;
1967 1967
   }
1968 1968
   public function getLanguages()
1969 1969
   {
1970
-    return $this->languages;
1970
+	return $this->languages;
1971 1971
   }
1972 1972
   public function setMobileCarriers($mobileCarriers)
1973 1973
   {
1974
-    $this->mobileCarriers = $mobileCarriers;
1974
+	$this->mobileCarriers = $mobileCarriers;
1975 1975
   }
1976 1976
   public function getMobileCarriers()
1977 1977
   {
1978
-    return $this->mobileCarriers;
1978
+	return $this->mobileCarriers;
1979 1979
   }
1980 1980
   public function setMobileDevices($mobileDevices)
1981 1981
   {
1982
-    $this->mobileDevices = $mobileDevices;
1982
+	$this->mobileDevices = $mobileDevices;
1983 1983
   }
1984 1984
   public function getMobileDevices()
1985 1985
   {
1986
-    return $this->mobileDevices;
1986
+	return $this->mobileDevices;
1987 1987
   }
1988 1988
   public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions)
1989 1989
   {
1990
-    $this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions;
1990
+	$this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions;
1991 1991
   }
1992 1992
   public function getMobileOperatingSystemVersions()
1993 1993
   {
1994
-    return $this->mobileOperatingSystemVersions;
1994
+	return $this->mobileOperatingSystemVersions;
1995 1995
   }
1996 1996
   public function setPlacements($placements)
1997 1997
   {
1998
-    $this->placements = $placements;
1998
+	$this->placements = $placements;
1999 1999
   }
2000 2000
   public function getPlacements()
2001 2001
   {
2002
-    return $this->placements;
2002
+	return $this->placements;
2003 2003
   }
2004 2004
   public function setPlatforms($platforms)
2005 2005
   {
2006
-    $this->platforms = $platforms;
2006
+	$this->platforms = $platforms;
2007 2007
   }
2008 2008
   public function getPlatforms()
2009 2009
   {
2010
-    return $this->platforms;
2010
+	return $this->platforms;
2011 2011
   }
2012 2012
   public function setSupportedCreativeAttributes($supportedCreativeAttributes)
2013 2013
   {
2014
-    $this->supportedCreativeAttributes = $supportedCreativeAttributes;
2014
+	$this->supportedCreativeAttributes = $supportedCreativeAttributes;
2015 2015
   }
2016 2016
   public function getSupportedCreativeAttributes()
2017 2017
   {
2018
-    return $this->supportedCreativeAttributes;
2018
+	return $this->supportedCreativeAttributes;
2019 2019
   }
2020 2020
   public function setUserLists($userLists)
2021 2021
   {
2022
-    $this->userLists = $userLists;
2022
+	$this->userLists = $userLists;
2023 2023
   }
2024 2024
   public function getUserLists()
2025 2025
   {
2026
-    return $this->userLists;
2026
+	return $this->userLists;
2027 2027
   }
2028 2028
   public function setVendorTypes($vendorTypes)
2029 2029
   {
2030
-    $this->vendorTypes = $vendorTypes;
2030
+	$this->vendorTypes = $vendorTypes;
2031 2031
   }
2032 2032
   public function getVendorTypes()
2033 2033
   {
2034
-    return $this->vendorTypes;
2034
+	return $this->vendorTypes;
2035 2035
   }
2036 2036
   public function setVerticals($verticals)
2037 2037
   {
2038
-    $this->verticals = $verticals;
2038
+	$this->verticals = $verticals;
2039 2039
   }
2040 2040
   public function getVerticals()
2041 2041
   {
2042
-    return $this->verticals;
2042
+	return $this->verticals;
2043 2043
   }
2044 2044
 }
2045 2045
 
@@ -2053,19 +2053,19 @@  discard block
 block discarded – undo
2053 2053
 
2054 2054
   public function setHeight($height)
2055 2055
   {
2056
-    $this->height = $height;
2056
+	$this->height = $height;
2057 2057
   }
2058 2058
   public function getHeight()
2059 2059
   {
2060
-    return $this->height;
2060
+	return $this->height;
2061 2061
   }
2062 2062
   public function setWidth($width)
2063 2063
   {
2064
-    $this->width = $width;
2064
+	$this->width = $width;
2065 2065
   }
2066 2066
   public function getWidth()
2067 2067
   {
2068
-    return $this->width;
2068
+	return $this->width;
2069 2069
   }
2070 2070
 }
2071 2071
 
@@ -2079,19 +2079,19 @@  discard block
 block discarded – undo
2079 2079
 
2080 2080
   public function setToken($token)
2081 2081
   {
2082
-    $this->token = $token;
2082
+	$this->token = $token;
2083 2083
   }
2084 2084
   public function getToken()
2085 2085
   {
2086
-    return $this->token;
2086
+	return $this->token;
2087 2087
   }
2088 2088
   public function setType($type)
2089 2089
   {
2090
-    $this->type = $type;
2090
+	$this->type = $type;
2091 2091
   }
2092 2092
   public function getType()
2093 2093
   {
2094
-    return $this->type;
2094
+	return $this->type;
2095 2095
   }
2096 2096
 }
2097 2097
 
@@ -2107,19 +2107,19 @@  discard block
 block discarded – undo
2107 2107
 
2108 2108
   public function setItems($items)
2109 2109
   {
2110
-    $this->items = $items;
2110
+	$this->items = $items;
2111 2111
   }
2112 2112
   public function getItems()
2113 2113
   {
2114
-    return $this->items;
2114
+	return $this->items;
2115 2115
   }
2116 2116
   public function setKind($kind)
2117 2117
   {
2118
-    $this->kind = $kind;
2118
+	$this->kind = $kind;
2119 2119
   }
2120 2120
   public function getKind()
2121 2121
   {
2122
-    return $this->kind;
2122
+	return $this->kind;
2123 2123
   }
2124 2124
 }
2125 2125
 
@@ -2133,18 +2133,18 @@  discard block
 block discarded – undo
2133 2133
 
2134 2134
   public function setToken($token)
2135 2135
   {
2136
-    $this->token = $token;
2136
+	$this->token = $token;
2137 2137
   }
2138 2138
   public function getToken()
2139 2139
   {
2140
-    return $this->token;
2140
+	return $this->token;
2141 2141
   }
2142 2142
   public function setType($type)
2143 2143
   {
2144
-    $this->type = $type;
2144
+	$this->type = $type;
2145 2145
   }
2146 2146
   public function getType()
2147 2147
   {
2148
-    return $this->type;
2148
+	return $this->type;
2149 2149
   }
2150 2150
 }
Please login to merge, or discard this patch.
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -73,11 +73,11 @@  discard block
 block discarded – undo
73 73
                   'required' => true,
74 74
                 ),
75 75
               ),
76
-            ),'list' => array(
76
+            ), 'list' => array(
77 77
               'path' => 'accounts',
78 78
               'httpMethod' => 'GET',
79 79
               'parameters' => array(),
80
-            ),'patch' => array(
80
+            ), 'patch' => array(
81 81
               'path' => 'accounts/{id}',
82 82
               'httpMethod' => 'PATCH',
83 83
               'parameters' => array(
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
                   'required' => true,
88 88
                 ),
89 89
               ),
90
-            ),'update' => array(
90
+            ), 'update' => array(
91 91
               'path' => 'accounts/{id}',
92 92
               'httpMethod' => 'PUT',
93 93
               'parameters' => array(
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
                   'required' => true,
118 118
                 ),
119 119
               ),
120
-            ),'list' => array(
120
+            ), 'list' => array(
121 121
               'path' => 'billinginfo',
122 122
               'httpMethod' => 'GET',
123 123
               'parameters' => array(),
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
                   'required' => true,
147 147
                 ),
148 148
               ),
149
-            ),'patch' => array(
149
+            ), 'patch' => array(
150 150
               'path' => 'billinginfo/{accountId}/{billingId}',
151 151
               'httpMethod' => 'PATCH',
152 152
               'parameters' => array(
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
                   'required' => true,
162 162
                 ),
163 163
               ),
164
-            ),'update' => array(
164
+            ), 'update' => array(
165 165
               'path' => 'billinginfo/{accountId}/{billingId}',
166 166
               'httpMethod' => 'PUT',
167 167
               'parameters' => array(
@@ -201,11 +201,11 @@  discard block
 block discarded – undo
201 201
                   'required' => true,
202 202
                 ),
203 203
               ),
204
-            ),'insert' => array(
204
+            ), 'insert' => array(
205 205
               'path' => 'creatives',
206 206
               'httpMethod' => 'POST',
207 207
               'parameters' => array(),
208
-            ),'list' => array(
208
+            ), 'list' => array(
209 209
               'path' => 'creatives',
210 210
               'httpMethod' => 'GET',
211 211
               'parameters' => array(
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
                   'required' => true,
253 253
                 ),
254 254
               ),
255
-            ),'list' => array(
255
+            ), 'list' => array(
256 256
               'path' => 'directdeals',
257 257
               'httpMethod' => 'GET',
258 258
               'parameters' => array(),
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
                   'required' => true,
320 320
                 ),
321 321
               ),
322
-            ),'get' => array(
322
+            ), 'get' => array(
323 323
               'path' => 'pretargetingconfigs/{accountId}/{configId}',
324 324
               'httpMethod' => 'GET',
325 325
               'parameters' => array(
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
                   'required' => true,
335 335
                 ),
336 336
               ),
337
-            ),'insert' => array(
337
+            ), 'insert' => array(
338 338
               'path' => 'pretargetingconfigs/{accountId}',
339 339
               'httpMethod' => 'POST',
340 340
               'parameters' => array(
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
                   'required' => true,
345 345
                 ),
346 346
               ),
347
-            ),'list' => array(
347
+            ), 'list' => array(
348 348
               'path' => 'pretargetingconfigs/{accountId}',
349 349
               'httpMethod' => 'GET',
350 350
               'parameters' => array(
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
                   'required' => true,
355 355
                 ),
356 356
               ),
357
-            ),'patch' => array(
357
+            ), 'patch' => array(
358 358
               'path' => 'pretargetingconfigs/{accountId}/{configId}',
359 359
               'httpMethod' => 'PATCH',
360 360
               'parameters' => array(
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
                   'required' => true,
370 370
                 ),
371 371
               ),
372
-            ),'update' => array(
372
+            ), 'update' => array(
373 373
               'path' => 'pretargetingconfigs/{accountId}/{configId}',
374 374
               'httpMethod' => 'PUT',
375 375
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Compute.php 2 patches
Indentation   +4786 added lines, -4786 removed lines patch added patch discarded remove patch
@@ -32,22 +32,22 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data across Google Cloud Platform services. */
34 34
   const CLOUD_PLATFORM =
35
-      "https://www.googleapis.com/auth/cloud-platform";
35
+	  "https://www.googleapis.com/auth/cloud-platform";
36 36
   /** View and manage your Google Compute Engine resources. */
37 37
   const COMPUTE =
38
-      "https://www.googleapis.com/auth/compute";
38
+	  "https://www.googleapis.com/auth/compute";
39 39
   /** View your Google Compute Engine resources. */
40 40
   const COMPUTE_READONLY =
41
-      "https://www.googleapis.com/auth/compute.readonly";
41
+	  "https://www.googleapis.com/auth/compute.readonly";
42 42
   /** Manage your data and permissions in Google Cloud Storage. */
43 43
   const DEVSTORAGE_FULL_CONTROL =
44
-      "https://www.googleapis.com/auth/devstorage.full_control";
44
+	  "https://www.googleapis.com/auth/devstorage.full_control";
45 45
   /** View your data in Google Cloud Storage. */
46 46
   const DEVSTORAGE_READ_ONLY =
47
-      "https://www.googleapis.com/auth/devstorage.read_only";
47
+	  "https://www.googleapis.com/auth/devstorage.read_only";
48 48
   /** Manage your data in Google Cloud Storage. */
49 49
   const DEVSTORAGE_READ_WRITE =
50
-      "https://www.googleapis.com/auth/devstorage.read_write";
50
+	  "https://www.googleapis.com/auth/devstorage.read_write";
51 51
 
52 52
   public $addresses;
53 53
   public $backendServices;
@@ -87,2990 +87,2990 @@  discard block
 block discarded – undo
87 87
    */
88 88
   public function __construct(Google_Client $client)
89 89
   {
90
-    parent::__construct($client);
91
-    $this->rootUrl = 'https://www.googleapis.com/';
92
-    $this->servicePath = 'compute/v1/projects/';
93
-    $this->version = 'v1';
94
-    $this->serviceName = 'compute';
95
-
96
-    $this->addresses = new Google_Service_Compute_Addresses_Resource(
97
-        $this,
98
-        $this->serviceName,
99
-        'addresses',
100
-        array(
101
-          'methods' => array(
102
-            'aggregatedList' => array(
103
-              'path' => '{project}/aggregated/addresses',
104
-              'httpMethod' => 'GET',
105
-              'parameters' => array(
106
-                'project' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'string',
109
-                  'required' => true,
110
-                ),
111
-                'filter' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-                'pageToken' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'string',
118
-                ),
119
-                'maxResults' => array(
120
-                  'location' => 'query',
121
-                  'type' => 'integer',
122
-                ),
123
-              ),
124
-            ),'delete' => array(
125
-              'path' => '{project}/regions/{region}/addresses/{address}',
126
-              'httpMethod' => 'DELETE',
127
-              'parameters' => array(
128
-                'project' => array(
129
-                  'location' => 'path',
130
-                  'type' => 'string',
131
-                  'required' => true,
132
-                ),
133
-                'region' => array(
134
-                  'location' => 'path',
135
-                  'type' => 'string',
136
-                  'required' => true,
137
-                ),
138
-                'address' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'string',
141
-                  'required' => true,
142
-                ),
143
-              ),
144
-            ),'get' => array(
145
-              'path' => '{project}/regions/{region}/addresses/{address}',
146
-              'httpMethod' => 'GET',
147
-              'parameters' => array(
148
-                'project' => array(
149
-                  'location' => 'path',
150
-                  'type' => 'string',
151
-                  'required' => true,
152
-                ),
153
-                'region' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'string',
156
-                  'required' => true,
157
-                ),
158
-                'address' => array(
159
-                  'location' => 'path',
160
-                  'type' => 'string',
161
-                  'required' => true,
162
-                ),
163
-              ),
164
-            ),'insert' => array(
165
-              'path' => '{project}/regions/{region}/addresses',
166
-              'httpMethod' => 'POST',
167
-              'parameters' => array(
168
-                'project' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-                'region' => array(
174
-                  'location' => 'path',
175
-                  'type' => 'string',
176
-                  'required' => true,
177
-                ),
178
-              ),
179
-            ),'list' => array(
180
-              'path' => '{project}/regions/{region}/addresses',
181
-              'httpMethod' => 'GET',
182
-              'parameters' => array(
183
-                'project' => array(
184
-                  'location' => 'path',
185
-                  'type' => 'string',
186
-                  'required' => true,
187
-                ),
188
-                'region' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-                'filter' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-                'pageToken' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'maxResults' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'integer',
204
-                ),
205
-              ),
206
-            ),
207
-          )
208
-        )
209
-    );
210
-    $this->backendServices = new Google_Service_Compute_BackendServices_Resource(
211
-        $this,
212
-        $this->serviceName,
213
-        'backendServices',
214
-        array(
215
-          'methods' => array(
216
-            'delete' => array(
217
-              'path' => '{project}/global/backendServices/{backendService}',
218
-              'httpMethod' => 'DELETE',
219
-              'parameters' => array(
220
-                'project' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'string',
223
-                  'required' => true,
224
-                ),
225
-                'backendService' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-              ),
231
-            ),'get' => array(
232
-              'path' => '{project}/global/backendServices/{backendService}',
233
-              'httpMethod' => 'GET',
234
-              'parameters' => array(
235
-                'project' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'backendService' => array(
241
-                  'location' => 'path',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-              ),
246
-            ),'getHealth' => array(
247
-              'path' => '{project}/global/backendServices/{backendService}/getHealth',
248
-              'httpMethod' => 'POST',
249
-              'parameters' => array(
250
-                'project' => array(
251
-                  'location' => 'path',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-                'backendService' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-              ),
261
-            ),'insert' => array(
262
-              'path' => '{project}/global/backendServices',
263
-              'httpMethod' => 'POST',
264
-              'parameters' => array(
265
-                'project' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-              ),
271
-            ),'list' => array(
272
-              'path' => '{project}/global/backendServices',
273
-              'httpMethod' => 'GET',
274
-              'parameters' => array(
275
-                'project' => array(
276
-                  'location' => 'path',
277
-                  'type' => 'string',
278
-                  'required' => true,
279
-                ),
280
-                'filter' => array(
281
-                  'location' => 'query',
282
-                  'type' => 'string',
283
-                ),
284
-                'pageToken' => array(
285
-                  'location' => 'query',
286
-                  'type' => 'string',
287
-                ),
288
-                'maxResults' => array(
289
-                  'location' => 'query',
290
-                  'type' => 'integer',
291
-                ),
292
-              ),
293
-            ),'patch' => array(
294
-              'path' => '{project}/global/backendServices/{backendService}',
295
-              'httpMethod' => 'PATCH',
296
-              'parameters' => array(
297
-                'project' => array(
298
-                  'location' => 'path',
299
-                  'type' => 'string',
300
-                  'required' => true,
301
-                ),
302
-                'backendService' => array(
303
-                  'location' => 'path',
304
-                  'type' => 'string',
305
-                  'required' => true,
306
-                ),
307
-              ),
308
-            ),'update' => array(
309
-              'path' => '{project}/global/backendServices/{backendService}',
310
-              'httpMethod' => 'PUT',
311
-              'parameters' => array(
312
-                'project' => array(
313
-                  'location' => 'path',
314
-                  'type' => 'string',
315
-                  'required' => true,
316
-                ),
317
-                'backendService' => array(
318
-                  'location' => 'path',
319
-                  'type' => 'string',
320
-                  'required' => true,
321
-                ),
322
-              ),
323
-            ),
324
-          )
325
-        )
326
-    );
327
-    $this->diskTypes = new Google_Service_Compute_DiskTypes_Resource(
328
-        $this,
329
-        $this->serviceName,
330
-        'diskTypes',
331
-        array(
332
-          'methods' => array(
333
-            'aggregatedList' => array(
334
-              'path' => '{project}/aggregated/diskTypes',
335
-              'httpMethod' => 'GET',
336
-              'parameters' => array(
337
-                'project' => array(
338
-                  'location' => 'path',
339
-                  'type' => 'string',
340
-                  'required' => true,
341
-                ),
342
-                'filter' => array(
343
-                  'location' => 'query',
344
-                  'type' => 'string',
345
-                ),
346
-                'pageToken' => array(
347
-                  'location' => 'query',
348
-                  'type' => 'string',
349
-                ),
350
-                'maxResults' => array(
351
-                  'location' => 'query',
352
-                  'type' => 'integer',
353
-                ),
354
-              ),
355
-            ),'get' => array(
356
-              'path' => '{project}/zones/{zone}/diskTypes/{diskType}',
357
-              'httpMethod' => 'GET',
358
-              'parameters' => array(
359
-                'project' => array(
360
-                  'location' => 'path',
361
-                  'type' => 'string',
362
-                  'required' => true,
363
-                ),
364
-                'zone' => array(
365
-                  'location' => 'path',
366
-                  'type' => 'string',
367
-                  'required' => true,
368
-                ),
369
-                'diskType' => array(
370
-                  'location' => 'path',
371
-                  'type' => 'string',
372
-                  'required' => true,
373
-                ),
374
-              ),
375
-            ),'list' => array(
376
-              'path' => '{project}/zones/{zone}/diskTypes',
377
-              'httpMethod' => 'GET',
378
-              'parameters' => array(
379
-                'project' => array(
380
-                  'location' => 'path',
381
-                  'type' => 'string',
382
-                  'required' => true,
383
-                ),
384
-                'zone' => array(
385
-                  'location' => 'path',
386
-                  'type' => 'string',
387
-                  'required' => true,
388
-                ),
389
-                'filter' => array(
390
-                  'location' => 'query',
391
-                  'type' => 'string',
392
-                ),
393
-                'pageToken' => array(
394
-                  'location' => 'query',
395
-                  'type' => 'string',
396
-                ),
397
-                'maxResults' => array(
398
-                  'location' => 'query',
399
-                  'type' => 'integer',
400
-                ),
401
-              ),
402
-            ),
403
-          )
404
-        )
405
-    );
406
-    $this->disks = new Google_Service_Compute_Disks_Resource(
407
-        $this,
408
-        $this->serviceName,
409
-        'disks',
410
-        array(
411
-          'methods' => array(
412
-            'aggregatedList' => array(
413
-              'path' => '{project}/aggregated/disks',
414
-              'httpMethod' => 'GET',
415
-              'parameters' => array(
416
-                'project' => array(
417
-                  'location' => 'path',
418
-                  'type' => 'string',
419
-                  'required' => true,
420
-                ),
421
-                'filter' => array(
422
-                  'location' => 'query',
423
-                  'type' => 'string',
424
-                ),
425
-                'pageToken' => array(
426
-                  'location' => 'query',
427
-                  'type' => 'string',
428
-                ),
429
-                'maxResults' => array(
430
-                  'location' => 'query',
431
-                  'type' => 'integer',
432
-                ),
433
-              ),
434
-            ),'createSnapshot' => array(
435
-              'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot',
436
-              'httpMethod' => 'POST',
437
-              'parameters' => array(
438
-                'project' => array(
439
-                  'location' => 'path',
440
-                  'type' => 'string',
441
-                  'required' => true,
442
-                ),
443
-                'zone' => array(
444
-                  'location' => 'path',
445
-                  'type' => 'string',
446
-                  'required' => true,
447
-                ),
448
-                'disk' => array(
449
-                  'location' => 'path',
450
-                  'type' => 'string',
451
-                  'required' => true,
452
-                ),
453
-              ),
454
-            ),'delete' => array(
455
-              'path' => '{project}/zones/{zone}/disks/{disk}',
456
-              'httpMethod' => 'DELETE',
457
-              'parameters' => array(
458
-                'project' => array(
459
-                  'location' => 'path',
460
-                  'type' => 'string',
461
-                  'required' => true,
462
-                ),
463
-                'zone' => array(
464
-                  'location' => 'path',
465
-                  'type' => 'string',
466
-                  'required' => true,
467
-                ),
468
-                'disk' => array(
469
-                  'location' => 'path',
470
-                  'type' => 'string',
471
-                  'required' => true,
472
-                ),
473
-              ),
474
-            ),'get' => array(
475
-              'path' => '{project}/zones/{zone}/disks/{disk}',
476
-              'httpMethod' => 'GET',
477
-              'parameters' => array(
478
-                'project' => array(
479
-                  'location' => 'path',
480
-                  'type' => 'string',
481
-                  'required' => true,
482
-                ),
483
-                'zone' => array(
484
-                  'location' => 'path',
485
-                  'type' => 'string',
486
-                  'required' => true,
487
-                ),
488
-                'disk' => array(
489
-                  'location' => 'path',
490
-                  'type' => 'string',
491
-                  'required' => true,
492
-                ),
493
-              ),
494
-            ),'insert' => array(
495
-              'path' => '{project}/zones/{zone}/disks',
496
-              'httpMethod' => 'POST',
497
-              'parameters' => array(
498
-                'project' => array(
499
-                  'location' => 'path',
500
-                  'type' => 'string',
501
-                  'required' => true,
502
-                ),
503
-                'zone' => array(
504
-                  'location' => 'path',
505
-                  'type' => 'string',
506
-                  'required' => true,
507
-                ),
508
-                'sourceImage' => array(
509
-                  'location' => 'query',
510
-                  'type' => 'string',
511
-                ),
512
-              ),
513
-            ),'list' => array(
514
-              'path' => '{project}/zones/{zone}/disks',
515
-              'httpMethod' => 'GET',
516
-              'parameters' => array(
517
-                'project' => array(
518
-                  'location' => 'path',
519
-                  'type' => 'string',
520
-                  'required' => true,
521
-                ),
522
-                'zone' => array(
523
-                  'location' => 'path',
524
-                  'type' => 'string',
525
-                  'required' => true,
526
-                ),
527
-                'filter' => array(
528
-                  'location' => 'query',
529
-                  'type' => 'string',
530
-                ),
531
-                'pageToken' => array(
532
-                  'location' => 'query',
533
-                  'type' => 'string',
534
-                ),
535
-                'maxResults' => array(
536
-                  'location' => 'query',
537
-                  'type' => 'integer',
538
-                ),
539
-              ),
540
-            ),
541
-          )
542
-        )
543
-    );
544
-    $this->firewalls = new Google_Service_Compute_Firewalls_Resource(
545
-        $this,
546
-        $this->serviceName,
547
-        'firewalls',
548
-        array(
549
-          'methods' => array(
550
-            'delete' => array(
551
-              'path' => '{project}/global/firewalls/{firewall}',
552
-              'httpMethod' => 'DELETE',
553
-              'parameters' => array(
554
-                'project' => array(
555
-                  'location' => 'path',
556
-                  'type' => 'string',
557
-                  'required' => true,
558
-                ),
559
-                'firewall' => array(
560
-                  'location' => 'path',
561
-                  'type' => 'string',
562
-                  'required' => true,
563
-                ),
564
-              ),
565
-            ),'get' => array(
566
-              'path' => '{project}/global/firewalls/{firewall}',
567
-              'httpMethod' => 'GET',
568
-              'parameters' => array(
569
-                'project' => array(
570
-                  'location' => 'path',
571
-                  'type' => 'string',
572
-                  'required' => true,
573
-                ),
574
-                'firewall' => array(
575
-                  'location' => 'path',
576
-                  'type' => 'string',
577
-                  'required' => true,
578
-                ),
579
-              ),
580
-            ),'insert' => array(
581
-              'path' => '{project}/global/firewalls',
582
-              'httpMethod' => 'POST',
583
-              'parameters' => array(
584
-                'project' => array(
585
-                  'location' => 'path',
586
-                  'type' => 'string',
587
-                  'required' => true,
588
-                ),
589
-              ),
590
-            ),'list' => array(
591
-              'path' => '{project}/global/firewalls',
592
-              'httpMethod' => 'GET',
593
-              'parameters' => array(
594
-                'project' => array(
595
-                  'location' => 'path',
596
-                  'type' => 'string',
597
-                  'required' => true,
598
-                ),
599
-                'filter' => array(
600
-                  'location' => 'query',
601
-                  'type' => 'string',
602
-                ),
603
-                'pageToken' => array(
604
-                  'location' => 'query',
605
-                  'type' => 'string',
606
-                ),
607
-                'maxResults' => array(
608
-                  'location' => 'query',
609
-                  'type' => 'integer',
610
-                ),
611
-              ),
612
-            ),'patch' => array(
613
-              'path' => '{project}/global/firewalls/{firewall}',
614
-              'httpMethod' => 'PATCH',
615
-              'parameters' => array(
616
-                'project' => array(
617
-                  'location' => 'path',
618
-                  'type' => 'string',
619
-                  'required' => true,
620
-                ),
621
-                'firewall' => array(
622
-                  'location' => 'path',
623
-                  'type' => 'string',
624
-                  'required' => true,
625
-                ),
626
-              ),
627
-            ),'update' => array(
628
-              'path' => '{project}/global/firewalls/{firewall}',
629
-              'httpMethod' => 'PUT',
630
-              'parameters' => array(
631
-                'project' => array(
632
-                  'location' => 'path',
633
-                  'type' => 'string',
634
-                  'required' => true,
635
-                ),
636
-                'firewall' => array(
637
-                  'location' => 'path',
638
-                  'type' => 'string',
639
-                  'required' => true,
640
-                ),
641
-              ),
642
-            ),
643
-          )
644
-        )
645
-    );
646
-    $this->forwardingRules = new Google_Service_Compute_ForwardingRules_Resource(
647
-        $this,
648
-        $this->serviceName,
649
-        'forwardingRules',
650
-        array(
651
-          'methods' => array(
652
-            'aggregatedList' => array(
653
-              'path' => '{project}/aggregated/forwardingRules',
654
-              'httpMethod' => 'GET',
655
-              'parameters' => array(
656
-                'project' => array(
657
-                  'location' => 'path',
658
-                  'type' => 'string',
659
-                  'required' => true,
660
-                ),
661
-                'filter' => array(
662
-                  'location' => 'query',
663
-                  'type' => 'string',
664
-                ),
665
-                'pageToken' => array(
666
-                  'location' => 'query',
667
-                  'type' => 'string',
668
-                ),
669
-                'maxResults' => array(
670
-                  'location' => 'query',
671
-                  'type' => 'integer',
672
-                ),
673
-              ),
674
-            ),'delete' => array(
675
-              'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
676
-              'httpMethod' => 'DELETE',
677
-              'parameters' => array(
678
-                'project' => array(
679
-                  'location' => 'path',
680
-                  'type' => 'string',
681
-                  'required' => true,
682
-                ),
683
-                'region' => array(
684
-                  'location' => 'path',
685
-                  'type' => 'string',
686
-                  'required' => true,
687
-                ),
688
-                'forwardingRule' => array(
689
-                  'location' => 'path',
690
-                  'type' => 'string',
691
-                  'required' => true,
692
-                ),
693
-              ),
694
-            ),'get' => array(
695
-              'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
696
-              'httpMethod' => 'GET',
697
-              'parameters' => array(
698
-                'project' => array(
699
-                  'location' => 'path',
700
-                  'type' => 'string',
701
-                  'required' => true,
702
-                ),
703
-                'region' => array(
704
-                  'location' => 'path',
705
-                  'type' => 'string',
706
-                  'required' => true,
707
-                ),
708
-                'forwardingRule' => array(
709
-                  'location' => 'path',
710
-                  'type' => 'string',
711
-                  'required' => true,
712
-                ),
713
-              ),
714
-            ),'insert' => array(
715
-              'path' => '{project}/regions/{region}/forwardingRules',
716
-              'httpMethod' => 'POST',
717
-              'parameters' => array(
718
-                'project' => array(
719
-                  'location' => 'path',
720
-                  'type' => 'string',
721
-                  'required' => true,
722
-                ),
723
-                'region' => array(
724
-                  'location' => 'path',
725
-                  'type' => 'string',
726
-                  'required' => true,
727
-                ),
728
-              ),
729
-            ),'list' => array(
730
-              'path' => '{project}/regions/{region}/forwardingRules',
731
-              'httpMethod' => 'GET',
732
-              'parameters' => array(
733
-                'project' => array(
734
-                  'location' => 'path',
735
-                  'type' => 'string',
736
-                  'required' => true,
737
-                ),
738
-                'region' => array(
739
-                  'location' => 'path',
740
-                  'type' => 'string',
741
-                  'required' => true,
742
-                ),
743
-                'filter' => array(
744
-                  'location' => 'query',
745
-                  'type' => 'string',
746
-                ),
747
-                'pageToken' => array(
748
-                  'location' => 'query',
749
-                  'type' => 'string',
750
-                ),
751
-                'maxResults' => array(
752
-                  'location' => 'query',
753
-                  'type' => 'integer',
754
-                ),
755
-              ),
756
-            ),'setTarget' => array(
757
-              'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget',
758
-              'httpMethod' => 'POST',
759
-              'parameters' => array(
760
-                'project' => array(
761
-                  'location' => 'path',
762
-                  'type' => 'string',
763
-                  'required' => true,
764
-                ),
765
-                'region' => array(
766
-                  'location' => 'path',
767
-                  'type' => 'string',
768
-                  'required' => true,
769
-                ),
770
-                'forwardingRule' => array(
771
-                  'location' => 'path',
772
-                  'type' => 'string',
773
-                  'required' => true,
774
-                ),
775
-              ),
776
-            ),
777
-          )
778
-        )
779
-    );
780
-    $this->globalAddresses = new Google_Service_Compute_GlobalAddresses_Resource(
781
-        $this,
782
-        $this->serviceName,
783
-        'globalAddresses',
784
-        array(
785
-          'methods' => array(
786
-            'delete' => array(
787
-              'path' => '{project}/global/addresses/{address}',
788
-              'httpMethod' => 'DELETE',
789
-              'parameters' => array(
790
-                'project' => array(
791
-                  'location' => 'path',
792
-                  'type' => 'string',
793
-                  'required' => true,
794
-                ),
795
-                'address' => array(
796
-                  'location' => 'path',
797
-                  'type' => 'string',
798
-                  'required' => true,
799
-                ),
800
-              ),
801
-            ),'get' => array(
802
-              'path' => '{project}/global/addresses/{address}',
803
-              'httpMethod' => 'GET',
804
-              'parameters' => array(
805
-                'project' => array(
806
-                  'location' => 'path',
807
-                  'type' => 'string',
808
-                  'required' => true,
809
-                ),
810
-                'address' => array(
811
-                  'location' => 'path',
812
-                  'type' => 'string',
813
-                  'required' => true,
814
-                ),
815
-              ),
816
-            ),'insert' => array(
817
-              'path' => '{project}/global/addresses',
818
-              'httpMethod' => 'POST',
819
-              'parameters' => array(
820
-                'project' => array(
821
-                  'location' => 'path',
822
-                  'type' => 'string',
823
-                  'required' => true,
824
-                ),
825
-              ),
826
-            ),'list' => array(
827
-              'path' => '{project}/global/addresses',
828
-              'httpMethod' => 'GET',
829
-              'parameters' => array(
830
-                'project' => array(
831
-                  'location' => 'path',
832
-                  'type' => 'string',
833
-                  'required' => true,
834
-                ),
835
-                'filter' => array(
836
-                  'location' => 'query',
837
-                  'type' => 'string',
838
-                ),
839
-                'pageToken' => array(
840
-                  'location' => 'query',
841
-                  'type' => 'string',
842
-                ),
843
-                'maxResults' => array(
844
-                  'location' => 'query',
845
-                  'type' => 'integer',
846
-                ),
847
-              ),
848
-            ),
849
-          )
850
-        )
851
-    );
852
-    $this->globalForwardingRules = new Google_Service_Compute_GlobalForwardingRules_Resource(
853
-        $this,
854
-        $this->serviceName,
855
-        'globalForwardingRules',
856
-        array(
857
-          'methods' => array(
858
-            'delete' => array(
859
-              'path' => '{project}/global/forwardingRules/{forwardingRule}',
860
-              'httpMethod' => 'DELETE',
861
-              'parameters' => array(
862
-                'project' => array(
863
-                  'location' => 'path',
864
-                  'type' => 'string',
865
-                  'required' => true,
866
-                ),
867
-                'forwardingRule' => array(
868
-                  'location' => 'path',
869
-                  'type' => 'string',
870
-                  'required' => true,
871
-                ),
872
-              ),
873
-            ),'get' => array(
874
-              'path' => '{project}/global/forwardingRules/{forwardingRule}',
875
-              'httpMethod' => 'GET',
876
-              'parameters' => array(
877
-                'project' => array(
878
-                  'location' => 'path',
879
-                  'type' => 'string',
880
-                  'required' => true,
881
-                ),
882
-                'forwardingRule' => array(
883
-                  'location' => 'path',
884
-                  'type' => 'string',
885
-                  'required' => true,
886
-                ),
887
-              ),
888
-            ),'insert' => array(
889
-              'path' => '{project}/global/forwardingRules',
890
-              'httpMethod' => 'POST',
891
-              'parameters' => array(
892
-                'project' => array(
893
-                  'location' => 'path',
894
-                  'type' => 'string',
895
-                  'required' => true,
896
-                ),
897
-              ),
898
-            ),'list' => array(
899
-              'path' => '{project}/global/forwardingRules',
900
-              'httpMethod' => 'GET',
901
-              'parameters' => array(
902
-                'project' => array(
903
-                  'location' => 'path',
904
-                  'type' => 'string',
905
-                  'required' => true,
906
-                ),
907
-                'filter' => array(
908
-                  'location' => 'query',
909
-                  'type' => 'string',
910
-                ),
911
-                'pageToken' => array(
912
-                  'location' => 'query',
913
-                  'type' => 'string',
914
-                ),
915
-                'maxResults' => array(
916
-                  'location' => 'query',
917
-                  'type' => 'integer',
918
-                ),
919
-              ),
920
-            ),'setTarget' => array(
921
-              'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget',
922
-              'httpMethod' => 'POST',
923
-              'parameters' => array(
924
-                'project' => array(
925
-                  'location' => 'path',
926
-                  'type' => 'string',
927
-                  'required' => true,
928
-                ),
929
-                'forwardingRule' => array(
930
-                  'location' => 'path',
931
-                  'type' => 'string',
932
-                  'required' => true,
933
-                ),
934
-              ),
935
-            ),
936
-          )
937
-        )
938
-    );
939
-    $this->globalOperations = new Google_Service_Compute_GlobalOperations_Resource(
940
-        $this,
941
-        $this->serviceName,
942
-        'globalOperations',
943
-        array(
944
-          'methods' => array(
945
-            'aggregatedList' => array(
946
-              'path' => '{project}/aggregated/operations',
947
-              'httpMethod' => 'GET',
948
-              'parameters' => array(
949
-                'project' => array(
950
-                  'location' => 'path',
951
-                  'type' => 'string',
952
-                  'required' => true,
953
-                ),
954
-                'filter' => array(
955
-                  'location' => 'query',
956
-                  'type' => 'string',
957
-                ),
958
-                'pageToken' => array(
959
-                  'location' => 'query',
960
-                  'type' => 'string',
961
-                ),
962
-                'maxResults' => array(
963
-                  'location' => 'query',
964
-                  'type' => 'integer',
965
-                ),
966
-              ),
967
-            ),'delete' => array(
968
-              'path' => '{project}/global/operations/{operation}',
969
-              'httpMethod' => 'DELETE',
970
-              'parameters' => array(
971
-                'project' => array(
972
-                  'location' => 'path',
973
-                  'type' => 'string',
974
-                  'required' => true,
975
-                ),
976
-                'operation' => array(
977
-                  'location' => 'path',
978
-                  'type' => 'string',
979
-                  'required' => true,
980
-                ),
981
-              ),
982
-            ),'get' => array(
983
-              'path' => '{project}/global/operations/{operation}',
984
-              'httpMethod' => 'GET',
985
-              'parameters' => array(
986
-                'project' => array(
987
-                  'location' => 'path',
988
-                  'type' => 'string',
989
-                  'required' => true,
990
-                ),
991
-                'operation' => array(
992
-                  'location' => 'path',
993
-                  'type' => 'string',
994
-                  'required' => true,
995
-                ),
996
-              ),
997
-            ),'list' => array(
998
-              'path' => '{project}/global/operations',
999
-              'httpMethod' => 'GET',
1000
-              'parameters' => array(
1001
-                'project' => array(
1002
-                  'location' => 'path',
1003
-                  'type' => 'string',
1004
-                  'required' => true,
1005
-                ),
1006
-                'filter' => array(
1007
-                  'location' => 'query',
1008
-                  'type' => 'string',
1009
-                ),
1010
-                'pageToken' => array(
1011
-                  'location' => 'query',
1012
-                  'type' => 'string',
1013
-                ),
1014
-                'maxResults' => array(
1015
-                  'location' => 'query',
1016
-                  'type' => 'integer',
1017
-                ),
1018
-              ),
1019
-            ),
1020
-          )
1021
-        )
1022
-    );
1023
-    $this->httpHealthChecks = new Google_Service_Compute_HttpHealthChecks_Resource(
1024
-        $this,
1025
-        $this->serviceName,
1026
-        'httpHealthChecks',
1027
-        array(
1028
-          'methods' => array(
1029
-            'delete' => array(
1030
-              'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1031
-              'httpMethod' => 'DELETE',
1032
-              'parameters' => array(
1033
-                'project' => array(
1034
-                  'location' => 'path',
1035
-                  'type' => 'string',
1036
-                  'required' => true,
1037
-                ),
1038
-                'httpHealthCheck' => array(
1039
-                  'location' => 'path',
1040
-                  'type' => 'string',
1041
-                  'required' => true,
1042
-                ),
1043
-              ),
1044
-            ),'get' => array(
1045
-              'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1046
-              'httpMethod' => 'GET',
1047
-              'parameters' => array(
1048
-                'project' => array(
1049
-                  'location' => 'path',
1050
-                  'type' => 'string',
1051
-                  'required' => true,
1052
-                ),
1053
-                'httpHealthCheck' => array(
1054
-                  'location' => 'path',
1055
-                  'type' => 'string',
1056
-                  'required' => true,
1057
-                ),
1058
-              ),
1059
-            ),'insert' => array(
1060
-              'path' => '{project}/global/httpHealthChecks',
1061
-              'httpMethod' => 'POST',
1062
-              'parameters' => array(
1063
-                'project' => array(
1064
-                  'location' => 'path',
1065
-                  'type' => 'string',
1066
-                  'required' => true,
1067
-                ),
1068
-              ),
1069
-            ),'list' => array(
1070
-              'path' => '{project}/global/httpHealthChecks',
1071
-              'httpMethod' => 'GET',
1072
-              'parameters' => array(
1073
-                'project' => array(
1074
-                  'location' => 'path',
1075
-                  'type' => 'string',
1076
-                  'required' => true,
1077
-                ),
1078
-                'filter' => array(
1079
-                  'location' => 'query',
1080
-                  'type' => 'string',
1081
-                ),
1082
-                'pageToken' => array(
1083
-                  'location' => 'query',
1084
-                  'type' => 'string',
1085
-                ),
1086
-                'maxResults' => array(
1087
-                  'location' => 'query',
1088
-                  'type' => 'integer',
1089
-                ),
1090
-              ),
1091
-            ),'patch' => array(
1092
-              'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1093
-              'httpMethod' => 'PATCH',
1094
-              'parameters' => array(
1095
-                'project' => array(
1096
-                  'location' => 'path',
1097
-                  'type' => 'string',
1098
-                  'required' => true,
1099
-                ),
1100
-                'httpHealthCheck' => array(
1101
-                  'location' => 'path',
1102
-                  'type' => 'string',
1103
-                  'required' => true,
1104
-                ),
1105
-              ),
1106
-            ),'update' => array(
1107
-              'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1108
-              'httpMethod' => 'PUT',
1109
-              'parameters' => array(
1110
-                'project' => array(
1111
-                  'location' => 'path',
1112
-                  'type' => 'string',
1113
-                  'required' => true,
1114
-                ),
1115
-                'httpHealthCheck' => array(
1116
-                  'location' => 'path',
1117
-                  'type' => 'string',
1118
-                  'required' => true,
1119
-                ),
1120
-              ),
1121
-            ),
1122
-          )
1123
-        )
1124
-    );
1125
-    $this->images = new Google_Service_Compute_Images_Resource(
1126
-        $this,
1127
-        $this->serviceName,
1128
-        'images',
1129
-        array(
1130
-          'methods' => array(
1131
-            'delete' => array(
1132
-              'path' => '{project}/global/images/{image}',
1133
-              'httpMethod' => 'DELETE',
1134
-              'parameters' => array(
1135
-                'project' => array(
1136
-                  'location' => 'path',
1137
-                  'type' => 'string',
1138
-                  'required' => true,
1139
-                ),
1140
-                'image' => array(
1141
-                  'location' => 'path',
1142
-                  'type' => 'string',
1143
-                  'required' => true,
1144
-                ),
1145
-              ),
1146
-            ),'deprecate' => array(
1147
-              'path' => '{project}/global/images/{image}/deprecate',
1148
-              'httpMethod' => 'POST',
1149
-              'parameters' => array(
1150
-                'project' => array(
1151
-                  'location' => 'path',
1152
-                  'type' => 'string',
1153
-                  'required' => true,
1154
-                ),
1155
-                'image' => array(
1156
-                  'location' => 'path',
1157
-                  'type' => 'string',
1158
-                  'required' => true,
1159
-                ),
1160
-              ),
1161
-            ),'get' => array(
1162
-              'path' => '{project}/global/images/{image}',
1163
-              'httpMethod' => 'GET',
1164
-              'parameters' => array(
1165
-                'project' => array(
1166
-                  'location' => 'path',
1167
-                  'type' => 'string',
1168
-                  'required' => true,
1169
-                ),
1170
-                'image' => array(
1171
-                  'location' => 'path',
1172
-                  'type' => 'string',
1173
-                  'required' => true,
1174
-                ),
1175
-              ),
1176
-            ),'insert' => array(
1177
-              'path' => '{project}/global/images',
1178
-              'httpMethod' => 'POST',
1179
-              'parameters' => array(
1180
-                'project' => array(
1181
-                  'location' => 'path',
1182
-                  'type' => 'string',
1183
-                  'required' => true,
1184
-                ),
1185
-              ),
1186
-            ),'list' => array(
1187
-              'path' => '{project}/global/images',
1188
-              'httpMethod' => 'GET',
1189
-              'parameters' => array(
1190
-                'project' => array(
1191
-                  'location' => 'path',
1192
-                  'type' => 'string',
1193
-                  'required' => true,
1194
-                ),
1195
-                'filter' => array(
1196
-                  'location' => 'query',
1197
-                  'type' => 'string',
1198
-                ),
1199
-                'pageToken' => array(
1200
-                  'location' => 'query',
1201
-                  'type' => 'string',
1202
-                ),
1203
-                'maxResults' => array(
1204
-                  'location' => 'query',
1205
-                  'type' => 'integer',
1206
-                ),
1207
-              ),
1208
-            ),
1209
-          )
1210
-        )
1211
-    );
1212
-    $this->instanceTemplates = new Google_Service_Compute_InstanceTemplates_Resource(
1213
-        $this,
1214
-        $this->serviceName,
1215
-        'instanceTemplates',
1216
-        array(
1217
-          'methods' => array(
1218
-            'delete' => array(
1219
-              'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
1220
-              'httpMethod' => 'DELETE',
1221
-              'parameters' => array(
1222
-                'project' => array(
1223
-                  'location' => 'path',
1224
-                  'type' => 'string',
1225
-                  'required' => true,
1226
-                ),
1227
-                'instanceTemplate' => array(
1228
-                  'location' => 'path',
1229
-                  'type' => 'string',
1230
-                  'required' => true,
1231
-                ),
1232
-              ),
1233
-            ),'get' => array(
1234
-              'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
1235
-              'httpMethod' => 'GET',
1236
-              'parameters' => array(
1237
-                'project' => array(
1238
-                  'location' => 'path',
1239
-                  'type' => 'string',
1240
-                  'required' => true,
1241
-                ),
1242
-                'instanceTemplate' => array(
1243
-                  'location' => 'path',
1244
-                  'type' => 'string',
1245
-                  'required' => true,
1246
-                ),
1247
-              ),
1248
-            ),'insert' => array(
1249
-              'path' => '{project}/global/instanceTemplates',
1250
-              'httpMethod' => 'POST',
1251
-              'parameters' => array(
1252
-                'project' => array(
1253
-                  'location' => 'path',
1254
-                  'type' => 'string',
1255
-                  'required' => true,
1256
-                ),
1257
-              ),
1258
-            ),'list' => array(
1259
-              'path' => '{project}/global/instanceTemplates',
1260
-              'httpMethod' => 'GET',
1261
-              'parameters' => array(
1262
-                'project' => array(
1263
-                  'location' => 'path',
1264
-                  'type' => 'string',
1265
-                  'required' => true,
1266
-                ),
1267
-                'filter' => array(
1268
-                  'location' => 'query',
1269
-                  'type' => 'string',
1270
-                ),
1271
-                'pageToken' => array(
1272
-                  'location' => 'query',
1273
-                  'type' => 'string',
1274
-                ),
1275
-                'maxResults' => array(
1276
-                  'location' => 'query',
1277
-                  'type' => 'integer',
1278
-                ),
1279
-              ),
1280
-            ),
1281
-          )
1282
-        )
1283
-    );
1284
-    $this->instances = new Google_Service_Compute_Instances_Resource(
1285
-        $this,
1286
-        $this->serviceName,
1287
-        'instances',
1288
-        array(
1289
-          'methods' => array(
1290
-            'addAccessConfig' => array(
1291
-              'path' => '{project}/zones/{zone}/instances/{instance}/addAccessConfig',
1292
-              'httpMethod' => 'POST',
1293
-              'parameters' => array(
1294
-                'project' => array(
1295
-                  'location' => 'path',
1296
-                  'type' => 'string',
1297
-                  'required' => true,
1298
-                ),
1299
-                'zone' => array(
1300
-                  'location' => 'path',
1301
-                  'type' => 'string',
1302
-                  'required' => true,
1303
-                ),
1304
-                'instance' => array(
1305
-                  'location' => 'path',
1306
-                  'type' => 'string',
1307
-                  'required' => true,
1308
-                ),
1309
-                'networkInterface' => array(
1310
-                  'location' => 'query',
1311
-                  'type' => 'string',
1312
-                  'required' => true,
1313
-                ),
1314
-              ),
1315
-            ),'aggregatedList' => array(
1316
-              'path' => '{project}/aggregated/instances',
1317
-              'httpMethod' => 'GET',
1318
-              'parameters' => array(
1319
-                'project' => array(
1320
-                  'location' => 'path',
1321
-                  'type' => 'string',
1322
-                  'required' => true,
1323
-                ),
1324
-                'filter' => array(
1325
-                  'location' => 'query',
1326
-                  'type' => 'string',
1327
-                ),
1328
-                'pageToken' => array(
1329
-                  'location' => 'query',
1330
-                  'type' => 'string',
1331
-                ),
1332
-                'maxResults' => array(
1333
-                  'location' => 'query',
1334
-                  'type' => 'integer',
1335
-                ),
1336
-              ),
1337
-            ),'attachDisk' => array(
1338
-              'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk',
1339
-              'httpMethod' => 'POST',
1340
-              'parameters' => array(
1341
-                'project' => array(
1342
-                  'location' => 'path',
1343
-                  'type' => 'string',
1344
-                  'required' => true,
1345
-                ),
1346
-                'zone' => array(
1347
-                  'location' => 'path',
1348
-                  'type' => 'string',
1349
-                  'required' => true,
1350
-                ),
1351
-                'instance' => array(
1352
-                  'location' => 'path',
1353
-                  'type' => 'string',
1354
-                  'required' => true,
1355
-                ),
1356
-              ),
1357
-            ),'delete' => array(
1358
-              'path' => '{project}/zones/{zone}/instances/{instance}',
1359
-              'httpMethod' => 'DELETE',
1360
-              'parameters' => array(
1361
-                'project' => array(
1362
-                  'location' => 'path',
1363
-                  'type' => 'string',
1364
-                  'required' => true,
1365
-                ),
1366
-                'zone' => array(
1367
-                  'location' => 'path',
1368
-                  'type' => 'string',
1369
-                  'required' => true,
1370
-                ),
1371
-                'instance' => array(
1372
-                  'location' => 'path',
1373
-                  'type' => 'string',
1374
-                  'required' => true,
1375
-                ),
1376
-              ),
1377
-            ),'deleteAccessConfig' => array(
1378
-              'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig',
1379
-              'httpMethod' => 'POST',
1380
-              'parameters' => array(
1381
-                'project' => array(
1382
-                  'location' => 'path',
1383
-                  'type' => 'string',
1384
-                  'required' => true,
1385
-                ),
1386
-                'zone' => array(
1387
-                  'location' => 'path',
1388
-                  'type' => 'string',
1389
-                  'required' => true,
1390
-                ),
1391
-                'instance' => array(
1392
-                  'location' => 'path',
1393
-                  'type' => 'string',
1394
-                  'required' => true,
1395
-                ),
1396
-                'accessConfig' => array(
1397
-                  'location' => 'query',
1398
-                  'type' => 'string',
1399
-                  'required' => true,
1400
-                ),
1401
-                'networkInterface' => array(
1402
-                  'location' => 'query',
1403
-                  'type' => 'string',
1404
-                  'required' => true,
1405
-                ),
1406
-              ),
1407
-            ),'detachDisk' => array(
1408
-              'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk',
1409
-              'httpMethod' => 'POST',
1410
-              'parameters' => array(
1411
-                'project' => array(
1412
-                  'location' => 'path',
1413
-                  'type' => 'string',
1414
-                  'required' => true,
1415
-                ),
1416
-                'zone' => array(
1417
-                  'location' => 'path',
1418
-                  'type' => 'string',
1419
-                  'required' => true,
1420
-                ),
1421
-                'instance' => array(
1422
-                  'location' => 'path',
1423
-                  'type' => 'string',
1424
-                  'required' => true,
1425
-                ),
1426
-                'deviceName' => array(
1427
-                  'location' => 'query',
1428
-                  'type' => 'string',
1429
-                  'required' => true,
1430
-                ),
1431
-              ),
1432
-            ),'get' => array(
1433
-              'path' => '{project}/zones/{zone}/instances/{instance}',
1434
-              'httpMethod' => 'GET',
1435
-              'parameters' => array(
1436
-                'project' => array(
1437
-                  'location' => 'path',
1438
-                  'type' => 'string',
1439
-                  'required' => true,
1440
-                ),
1441
-                'zone' => array(
1442
-                  'location' => 'path',
1443
-                  'type' => 'string',
1444
-                  'required' => true,
1445
-                ),
1446
-                'instance' => array(
1447
-                  'location' => 'path',
1448
-                  'type' => 'string',
1449
-                  'required' => true,
1450
-                ),
1451
-              ),
1452
-            ),'getSerialPortOutput' => array(
1453
-              'path' => '{project}/zones/{zone}/instances/{instance}/serialPort',
1454
-              'httpMethod' => 'GET',
1455
-              'parameters' => array(
1456
-                'project' => array(
1457
-                  'location' => 'path',
1458
-                  'type' => 'string',
1459
-                  'required' => true,
1460
-                ),
1461
-                'zone' => array(
1462
-                  'location' => 'path',
1463
-                  'type' => 'string',
1464
-                  'required' => true,
1465
-                ),
1466
-                'instance' => array(
1467
-                  'location' => 'path',
1468
-                  'type' => 'string',
1469
-                  'required' => true,
1470
-                ),
1471
-                'port' => array(
1472
-                  'location' => 'query',
1473
-                  'type' => 'integer',
1474
-                ),
1475
-              ),
1476
-            ),'insert' => array(
1477
-              'path' => '{project}/zones/{zone}/instances',
1478
-              'httpMethod' => 'POST',
1479
-              'parameters' => array(
1480
-                'project' => array(
1481
-                  'location' => 'path',
1482
-                  'type' => 'string',
1483
-                  'required' => true,
1484
-                ),
1485
-                'zone' => array(
1486
-                  'location' => 'path',
1487
-                  'type' => 'string',
1488
-                  'required' => true,
1489
-                ),
1490
-              ),
1491
-            ),'list' => array(
1492
-              'path' => '{project}/zones/{zone}/instances',
1493
-              'httpMethod' => 'GET',
1494
-              'parameters' => array(
1495
-                'project' => array(
1496
-                  'location' => 'path',
1497
-                  'type' => 'string',
1498
-                  'required' => true,
1499
-                ),
1500
-                'zone' => array(
1501
-                  'location' => 'path',
1502
-                  'type' => 'string',
1503
-                  'required' => true,
1504
-                ),
1505
-                'filter' => array(
1506
-                  'location' => 'query',
1507
-                  'type' => 'string',
1508
-                ),
1509
-                'pageToken' => array(
1510
-                  'location' => 'query',
1511
-                  'type' => 'string',
1512
-                ),
1513
-                'maxResults' => array(
1514
-                  'location' => 'query',
1515
-                  'type' => 'integer',
1516
-                ),
1517
-              ),
1518
-            ),'reset' => array(
1519
-              'path' => '{project}/zones/{zone}/instances/{instance}/reset',
1520
-              'httpMethod' => 'POST',
1521
-              'parameters' => array(
1522
-                'project' => array(
1523
-                  'location' => 'path',
1524
-                  'type' => 'string',
1525
-                  'required' => true,
1526
-                ),
1527
-                'zone' => array(
1528
-                  'location' => 'path',
1529
-                  'type' => 'string',
1530
-                  'required' => true,
1531
-                ),
1532
-                'instance' => array(
1533
-                  'location' => 'path',
1534
-                  'type' => 'string',
1535
-                  'required' => true,
1536
-                ),
1537
-              ),
1538
-            ),'setDiskAutoDelete' => array(
1539
-              'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete',
1540
-              'httpMethod' => 'POST',
1541
-              'parameters' => array(
1542
-                'project' => array(
1543
-                  'location' => 'path',
1544
-                  'type' => 'string',
1545
-                  'required' => true,
1546
-                ),
1547
-                'zone' => array(
1548
-                  'location' => 'path',
1549
-                  'type' => 'string',
1550
-                  'required' => true,
1551
-                ),
1552
-                'instance' => array(
1553
-                  'location' => 'path',
1554
-                  'type' => 'string',
1555
-                  'required' => true,
1556
-                ),
1557
-                'autoDelete' => array(
1558
-                  'location' => 'query',
1559
-                  'type' => 'boolean',
1560
-                  'required' => true,
1561
-                ),
1562
-                'deviceName' => array(
1563
-                  'location' => 'query',
1564
-                  'type' => 'string',
1565
-                  'required' => true,
1566
-                ),
1567
-              ),
1568
-            ),'setMetadata' => array(
1569
-              'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata',
1570
-              'httpMethod' => 'POST',
1571
-              'parameters' => array(
1572
-                'project' => array(
1573
-                  'location' => 'path',
1574
-                  'type' => 'string',
1575
-                  'required' => true,
1576
-                ),
1577
-                'zone' => array(
1578
-                  'location' => 'path',
1579
-                  'type' => 'string',
1580
-                  'required' => true,
1581
-                ),
1582
-                'instance' => array(
1583
-                  'location' => 'path',
1584
-                  'type' => 'string',
1585
-                  'required' => true,
1586
-                ),
1587
-              ),
1588
-            ),'setScheduling' => array(
1589
-              'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling',
1590
-              'httpMethod' => 'POST',
1591
-              'parameters' => array(
1592
-                'project' => array(
1593
-                  'location' => 'path',
1594
-                  'type' => 'string',
1595
-                  'required' => true,
1596
-                ),
1597
-                'zone' => array(
1598
-                  'location' => 'path',
1599
-                  'type' => 'string',
1600
-                  'required' => true,
1601
-                ),
1602
-                'instance' => array(
1603
-                  'location' => 'path',
1604
-                  'type' => 'string',
1605
-                  'required' => true,
1606
-                ),
1607
-              ),
1608
-            ),'setTags' => array(
1609
-              'path' => '{project}/zones/{zone}/instances/{instance}/setTags',
1610
-              'httpMethod' => 'POST',
1611
-              'parameters' => array(
1612
-                'project' => array(
1613
-                  'location' => 'path',
1614
-                  'type' => 'string',
1615
-                  'required' => true,
1616
-                ),
1617
-                'zone' => array(
1618
-                  'location' => 'path',
1619
-                  'type' => 'string',
1620
-                  'required' => true,
1621
-                ),
1622
-                'instance' => array(
1623
-                  'location' => 'path',
1624
-                  'type' => 'string',
1625
-                  'required' => true,
1626
-                ),
1627
-              ),
1628
-            ),'start' => array(
1629
-              'path' => '{project}/zones/{zone}/instances/{instance}/start',
1630
-              'httpMethod' => 'POST',
1631
-              'parameters' => array(
1632
-                'project' => array(
1633
-                  'location' => 'path',
1634
-                  'type' => 'string',
1635
-                  'required' => true,
1636
-                ),
1637
-                'zone' => array(
1638
-                  'location' => 'path',
1639
-                  'type' => 'string',
1640
-                  'required' => true,
1641
-                ),
1642
-                'instance' => array(
1643
-                  'location' => 'path',
1644
-                  'type' => 'string',
1645
-                  'required' => true,
1646
-                ),
1647
-              ),
1648
-            ),'stop' => array(
1649
-              'path' => '{project}/zones/{zone}/instances/{instance}/stop',
1650
-              'httpMethod' => 'POST',
1651
-              'parameters' => array(
1652
-                'project' => array(
1653
-                  'location' => 'path',
1654
-                  'type' => 'string',
1655
-                  'required' => true,
1656
-                ),
1657
-                'zone' => array(
1658
-                  'location' => 'path',
1659
-                  'type' => 'string',
1660
-                  'required' => true,
1661
-                ),
1662
-                'instance' => array(
1663
-                  'location' => 'path',
1664
-                  'type' => 'string',
1665
-                  'required' => true,
1666
-                ),
1667
-              ),
1668
-            ),
1669
-          )
1670
-        )
1671
-    );
1672
-    $this->licenses = new Google_Service_Compute_Licenses_Resource(
1673
-        $this,
1674
-        $this->serviceName,
1675
-        'licenses',
1676
-        array(
1677
-          'methods' => array(
1678
-            'get' => array(
1679
-              'path' => '{project}/global/licenses/{license}',
1680
-              'httpMethod' => 'GET',
1681
-              'parameters' => array(
1682
-                'project' => array(
1683
-                  'location' => 'path',
1684
-                  'type' => 'string',
1685
-                  'required' => true,
1686
-                ),
1687
-                'license' => array(
1688
-                  'location' => 'path',
1689
-                  'type' => 'string',
1690
-                  'required' => true,
1691
-                ),
1692
-              ),
1693
-            ),
1694
-          )
1695
-        )
1696
-    );
1697
-    $this->machineTypes = new Google_Service_Compute_MachineTypes_Resource(
1698
-        $this,
1699
-        $this->serviceName,
1700
-        'machineTypes',
1701
-        array(
1702
-          'methods' => array(
1703
-            'aggregatedList' => array(
1704
-              'path' => '{project}/aggregated/machineTypes',
1705
-              'httpMethod' => 'GET',
1706
-              'parameters' => array(
1707
-                'project' => array(
1708
-                  'location' => 'path',
1709
-                  'type' => 'string',
1710
-                  'required' => true,
1711
-                ),
1712
-                'filter' => array(
1713
-                  'location' => 'query',
1714
-                  'type' => 'string',
1715
-                ),
1716
-                'pageToken' => array(
1717
-                  'location' => 'query',
1718
-                  'type' => 'string',
1719
-                ),
1720
-                'maxResults' => array(
1721
-                  'location' => 'query',
1722
-                  'type' => 'integer',
1723
-                ),
1724
-              ),
1725
-            ),'get' => array(
1726
-              'path' => '{project}/zones/{zone}/machineTypes/{machineType}',
1727
-              'httpMethod' => 'GET',
1728
-              'parameters' => array(
1729
-                'project' => array(
1730
-                  'location' => 'path',
1731
-                  'type' => 'string',
1732
-                  'required' => true,
1733
-                ),
1734
-                'zone' => array(
1735
-                  'location' => 'path',
1736
-                  'type' => 'string',
1737
-                  'required' => true,
1738
-                ),
1739
-                'machineType' => array(
1740
-                  'location' => 'path',
1741
-                  'type' => 'string',
1742
-                  'required' => true,
1743
-                ),
1744
-              ),
1745
-            ),'list' => array(
1746
-              'path' => '{project}/zones/{zone}/machineTypes',
1747
-              'httpMethod' => 'GET',
1748
-              'parameters' => array(
1749
-                'project' => array(
1750
-                  'location' => 'path',
1751
-                  'type' => 'string',
1752
-                  'required' => true,
1753
-                ),
1754
-                'zone' => array(
1755
-                  'location' => 'path',
1756
-                  'type' => 'string',
1757
-                  'required' => true,
1758
-                ),
1759
-                'filter' => array(
1760
-                  'location' => 'query',
1761
-                  'type' => 'string',
1762
-                ),
1763
-                'pageToken' => array(
1764
-                  'location' => 'query',
1765
-                  'type' => 'string',
1766
-                ),
1767
-                'maxResults' => array(
1768
-                  'location' => 'query',
1769
-                  'type' => 'integer',
1770
-                ),
1771
-              ),
1772
-            ),
1773
-          )
1774
-        )
1775
-    );
1776
-    $this->networks = new Google_Service_Compute_Networks_Resource(
1777
-        $this,
1778
-        $this->serviceName,
1779
-        'networks',
1780
-        array(
1781
-          'methods' => array(
1782
-            'delete' => array(
1783
-              'path' => '{project}/global/networks/{network}',
1784
-              'httpMethod' => 'DELETE',
1785
-              'parameters' => array(
1786
-                'project' => array(
1787
-                  'location' => 'path',
1788
-                  'type' => 'string',
1789
-                  'required' => true,
1790
-                ),
1791
-                'network' => array(
1792
-                  'location' => 'path',
1793
-                  'type' => 'string',
1794
-                  'required' => true,
1795
-                ),
1796
-              ),
1797
-            ),'get' => array(
1798
-              'path' => '{project}/global/networks/{network}',
1799
-              'httpMethod' => 'GET',
1800
-              'parameters' => array(
1801
-                'project' => array(
1802
-                  'location' => 'path',
1803
-                  'type' => 'string',
1804
-                  'required' => true,
1805
-                ),
1806
-                'network' => array(
1807
-                  'location' => 'path',
1808
-                  'type' => 'string',
1809
-                  'required' => true,
1810
-                ),
1811
-              ),
1812
-            ),'insert' => array(
1813
-              'path' => '{project}/global/networks',
1814
-              'httpMethod' => 'POST',
1815
-              'parameters' => array(
1816
-                'project' => array(
1817
-                  'location' => 'path',
1818
-                  'type' => 'string',
1819
-                  'required' => true,
1820
-                ),
1821
-              ),
1822
-            ),'list' => array(
1823
-              'path' => '{project}/global/networks',
1824
-              'httpMethod' => 'GET',
1825
-              'parameters' => array(
1826
-                'project' => array(
1827
-                  'location' => 'path',
1828
-                  'type' => 'string',
1829
-                  'required' => true,
1830
-                ),
1831
-                'filter' => array(
1832
-                  'location' => 'query',
1833
-                  'type' => 'string',
1834
-                ),
1835
-                'pageToken' => array(
1836
-                  'location' => 'query',
1837
-                  'type' => 'string',
1838
-                ),
1839
-                'maxResults' => array(
1840
-                  'location' => 'query',
1841
-                  'type' => 'integer',
1842
-                ),
1843
-              ),
1844
-            ),
1845
-          )
1846
-        )
1847
-    );
1848
-    $this->projects = new Google_Service_Compute_Projects_Resource(
1849
-        $this,
1850
-        $this->serviceName,
1851
-        'projects',
1852
-        array(
1853
-          'methods' => array(
1854
-            'get' => array(
1855
-              'path' => '{project}',
1856
-              'httpMethod' => 'GET',
1857
-              'parameters' => array(
1858
-                'project' => array(
1859
-                  'location' => 'path',
1860
-                  'type' => 'string',
1861
-                  'required' => true,
1862
-                ),
1863
-              ),
1864
-            ),'moveDisk' => array(
1865
-              'path' => '{project}/moveDisk',
1866
-              'httpMethod' => 'POST',
1867
-              'parameters' => array(
1868
-                'project' => array(
1869
-                  'location' => 'path',
1870
-                  'type' => 'string',
1871
-                  'required' => true,
1872
-                ),
1873
-              ),
1874
-            ),'moveInstance' => array(
1875
-              'path' => '{project}/moveInstance',
1876
-              'httpMethod' => 'POST',
1877
-              'parameters' => array(
1878
-                'project' => array(
1879
-                  'location' => 'path',
1880
-                  'type' => 'string',
1881
-                  'required' => true,
1882
-                ),
1883
-              ),
1884
-            ),'setCommonInstanceMetadata' => array(
1885
-              'path' => '{project}/setCommonInstanceMetadata',
1886
-              'httpMethod' => 'POST',
1887
-              'parameters' => array(
1888
-                'project' => array(
1889
-                  'location' => 'path',
1890
-                  'type' => 'string',
1891
-                  'required' => true,
1892
-                ),
1893
-              ),
1894
-            ),'setUsageExportBucket' => array(
1895
-              'path' => '{project}/setUsageExportBucket',
1896
-              'httpMethod' => 'POST',
1897
-              'parameters' => array(
1898
-                'project' => array(
1899
-                  'location' => 'path',
1900
-                  'type' => 'string',
1901
-                  'required' => true,
1902
-                ),
1903
-              ),
1904
-            ),
1905
-          )
1906
-        )
1907
-    );
1908
-    $this->regionOperations = new Google_Service_Compute_RegionOperations_Resource(
1909
-        $this,
1910
-        $this->serviceName,
1911
-        'regionOperations',
1912
-        array(
1913
-          'methods' => array(
1914
-            'delete' => array(
1915
-              'path' => '{project}/regions/{region}/operations/{operation}',
1916
-              'httpMethod' => 'DELETE',
1917
-              'parameters' => array(
1918
-                'project' => array(
1919
-                  'location' => 'path',
1920
-                  'type' => 'string',
1921
-                  'required' => true,
1922
-                ),
1923
-                'region' => array(
1924
-                  'location' => 'path',
1925
-                  'type' => 'string',
1926
-                  'required' => true,
1927
-                ),
1928
-                'operation' => array(
1929
-                  'location' => 'path',
1930
-                  'type' => 'string',
1931
-                  'required' => true,
1932
-                ),
1933
-              ),
1934
-            ),'get' => array(
1935
-              'path' => '{project}/regions/{region}/operations/{operation}',
1936
-              'httpMethod' => 'GET',
1937
-              'parameters' => array(
1938
-                'project' => array(
1939
-                  'location' => 'path',
1940
-                  'type' => 'string',
1941
-                  'required' => true,
1942
-                ),
1943
-                'region' => array(
1944
-                  'location' => 'path',
1945
-                  'type' => 'string',
1946
-                  'required' => true,
1947
-                ),
1948
-                'operation' => array(
1949
-                  'location' => 'path',
1950
-                  'type' => 'string',
1951
-                  'required' => true,
1952
-                ),
1953
-              ),
1954
-            ),'list' => array(
1955
-              'path' => '{project}/regions/{region}/operations',
1956
-              'httpMethod' => 'GET',
1957
-              'parameters' => array(
1958
-                'project' => array(
1959
-                  'location' => 'path',
1960
-                  'type' => 'string',
1961
-                  'required' => true,
1962
-                ),
1963
-                'region' => array(
1964
-                  'location' => 'path',
1965
-                  'type' => 'string',
1966
-                  'required' => true,
1967
-                ),
1968
-                'filter' => array(
1969
-                  'location' => 'query',
1970
-                  'type' => 'string',
1971
-                ),
1972
-                'pageToken' => array(
1973
-                  'location' => 'query',
1974
-                  'type' => 'string',
1975
-                ),
1976
-                'maxResults' => array(
1977
-                  'location' => 'query',
1978
-                  'type' => 'integer',
1979
-                ),
1980
-              ),
1981
-            ),
1982
-          )
1983
-        )
1984
-    );
1985
-    $this->regions = new Google_Service_Compute_Regions_Resource(
1986
-        $this,
1987
-        $this->serviceName,
1988
-        'regions',
1989
-        array(
1990
-          'methods' => array(
1991
-            'get' => array(
1992
-              'path' => '{project}/regions/{region}',
1993
-              'httpMethod' => 'GET',
1994
-              'parameters' => array(
1995
-                'project' => array(
1996
-                  'location' => 'path',
1997
-                  'type' => 'string',
1998
-                  'required' => true,
1999
-                ),
2000
-                'region' => array(
2001
-                  'location' => 'path',
2002
-                  'type' => 'string',
2003
-                  'required' => true,
2004
-                ),
2005
-              ),
2006
-            ),'list' => array(
2007
-              'path' => '{project}/regions',
2008
-              'httpMethod' => 'GET',
2009
-              'parameters' => array(
2010
-                'project' => array(
2011
-                  'location' => 'path',
2012
-                  'type' => 'string',
2013
-                  'required' => true,
2014
-                ),
2015
-                'filter' => array(
2016
-                  'location' => 'query',
2017
-                  'type' => 'string',
2018
-                ),
2019
-                'pageToken' => array(
2020
-                  'location' => 'query',
2021
-                  'type' => 'string',
2022
-                ),
2023
-                'maxResults' => array(
2024
-                  'location' => 'query',
2025
-                  'type' => 'integer',
2026
-                ),
2027
-              ),
2028
-            ),
2029
-          )
2030
-        )
2031
-    );
2032
-    $this->routes = new Google_Service_Compute_Routes_Resource(
2033
-        $this,
2034
-        $this->serviceName,
2035
-        'routes',
2036
-        array(
2037
-          'methods' => array(
2038
-            'delete' => array(
2039
-              'path' => '{project}/global/routes/{route}',
2040
-              'httpMethod' => 'DELETE',
2041
-              'parameters' => array(
2042
-                'project' => array(
2043
-                  'location' => 'path',
2044
-                  'type' => 'string',
2045
-                  'required' => true,
2046
-                ),
2047
-                'route' => array(
2048
-                  'location' => 'path',
2049
-                  'type' => 'string',
2050
-                  'required' => true,
2051
-                ),
2052
-              ),
2053
-            ),'get' => array(
2054
-              'path' => '{project}/global/routes/{route}',
2055
-              'httpMethod' => 'GET',
2056
-              'parameters' => array(
2057
-                'project' => array(
2058
-                  'location' => 'path',
2059
-                  'type' => 'string',
2060
-                  'required' => true,
2061
-                ),
2062
-                'route' => array(
2063
-                  'location' => 'path',
2064
-                  'type' => 'string',
2065
-                  'required' => true,
2066
-                ),
2067
-              ),
2068
-            ),'insert' => array(
2069
-              'path' => '{project}/global/routes',
2070
-              'httpMethod' => 'POST',
2071
-              'parameters' => array(
2072
-                'project' => array(
2073
-                  'location' => 'path',
2074
-                  'type' => 'string',
2075
-                  'required' => true,
2076
-                ),
2077
-              ),
2078
-            ),'list' => array(
2079
-              'path' => '{project}/global/routes',
2080
-              'httpMethod' => 'GET',
2081
-              'parameters' => array(
2082
-                'project' => array(
2083
-                  'location' => 'path',
2084
-                  'type' => 'string',
2085
-                  'required' => true,
2086
-                ),
2087
-                'filter' => array(
2088
-                  'location' => 'query',
2089
-                  'type' => 'string',
2090
-                ),
2091
-                'pageToken' => array(
2092
-                  'location' => 'query',
2093
-                  'type' => 'string',
2094
-                ),
2095
-                'maxResults' => array(
2096
-                  'location' => 'query',
2097
-                  'type' => 'integer',
2098
-                ),
2099
-              ),
2100
-            ),
2101
-          )
2102
-        )
2103
-    );
2104
-    $this->snapshots = new Google_Service_Compute_Snapshots_Resource(
2105
-        $this,
2106
-        $this->serviceName,
2107
-        'snapshots',
2108
-        array(
2109
-          'methods' => array(
2110
-            'delete' => array(
2111
-              'path' => '{project}/global/snapshots/{snapshot}',
2112
-              'httpMethod' => 'DELETE',
2113
-              'parameters' => array(
2114
-                'project' => array(
2115
-                  'location' => 'path',
2116
-                  'type' => 'string',
2117
-                  'required' => true,
2118
-                ),
2119
-                'snapshot' => array(
2120
-                  'location' => 'path',
2121
-                  'type' => 'string',
2122
-                  'required' => true,
2123
-                ),
2124
-              ),
2125
-            ),'get' => array(
2126
-              'path' => '{project}/global/snapshots/{snapshot}',
2127
-              'httpMethod' => 'GET',
2128
-              'parameters' => array(
2129
-                'project' => array(
2130
-                  'location' => 'path',
2131
-                  'type' => 'string',
2132
-                  'required' => true,
2133
-                ),
2134
-                'snapshot' => array(
2135
-                  'location' => 'path',
2136
-                  'type' => 'string',
2137
-                  'required' => true,
2138
-                ),
2139
-              ),
2140
-            ),'list' => array(
2141
-              'path' => '{project}/global/snapshots',
2142
-              'httpMethod' => 'GET',
2143
-              'parameters' => array(
2144
-                'project' => array(
2145
-                  'location' => 'path',
2146
-                  'type' => 'string',
2147
-                  'required' => true,
2148
-                ),
2149
-                'filter' => array(
2150
-                  'location' => 'query',
2151
-                  'type' => 'string',
2152
-                ),
2153
-                'pageToken' => array(
2154
-                  'location' => 'query',
2155
-                  'type' => 'string',
2156
-                ),
2157
-                'maxResults' => array(
2158
-                  'location' => 'query',
2159
-                  'type' => 'integer',
2160
-                ),
2161
-              ),
2162
-            ),
2163
-          )
2164
-        )
2165
-    );
2166
-    $this->targetHttpProxies = new Google_Service_Compute_TargetHttpProxies_Resource(
2167
-        $this,
2168
-        $this->serviceName,
2169
-        'targetHttpProxies',
2170
-        array(
2171
-          'methods' => array(
2172
-            'delete' => array(
2173
-              'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}',
2174
-              'httpMethod' => 'DELETE',
2175
-              'parameters' => array(
2176
-                'project' => array(
2177
-                  'location' => 'path',
2178
-                  'type' => 'string',
2179
-                  'required' => true,
2180
-                ),
2181
-                'targetHttpProxy' => array(
2182
-                  'location' => 'path',
2183
-                  'type' => 'string',
2184
-                  'required' => true,
2185
-                ),
2186
-              ),
2187
-            ),'get' => array(
2188
-              'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}',
2189
-              'httpMethod' => 'GET',
2190
-              'parameters' => array(
2191
-                'project' => array(
2192
-                  'location' => 'path',
2193
-                  'type' => 'string',
2194
-                  'required' => true,
2195
-                ),
2196
-                'targetHttpProxy' => array(
2197
-                  'location' => 'path',
2198
-                  'type' => 'string',
2199
-                  'required' => true,
2200
-                ),
2201
-              ),
2202
-            ),'insert' => array(
2203
-              'path' => '{project}/global/targetHttpProxies',
2204
-              'httpMethod' => 'POST',
2205
-              'parameters' => array(
2206
-                'project' => array(
2207
-                  'location' => 'path',
2208
-                  'type' => 'string',
2209
-                  'required' => true,
2210
-                ),
2211
-              ),
2212
-            ),'list' => array(
2213
-              'path' => '{project}/global/targetHttpProxies',
2214
-              'httpMethod' => 'GET',
2215
-              'parameters' => array(
2216
-                'project' => array(
2217
-                  'location' => 'path',
2218
-                  'type' => 'string',
2219
-                  'required' => true,
2220
-                ),
2221
-                'filter' => array(
2222
-                  'location' => 'query',
2223
-                  'type' => 'string',
2224
-                ),
2225
-                'pageToken' => array(
2226
-                  'location' => 'query',
2227
-                  'type' => 'string',
2228
-                ),
2229
-                'maxResults' => array(
2230
-                  'location' => 'query',
2231
-                  'type' => 'integer',
2232
-                ),
2233
-              ),
2234
-            ),'setUrlMap' => array(
2235
-              'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap',
2236
-              'httpMethod' => 'POST',
2237
-              'parameters' => array(
2238
-                'project' => array(
2239
-                  'location' => 'path',
2240
-                  'type' => 'string',
2241
-                  'required' => true,
2242
-                ),
2243
-                'targetHttpProxy' => array(
2244
-                  'location' => 'path',
2245
-                  'type' => 'string',
2246
-                  'required' => true,
2247
-                ),
2248
-              ),
2249
-            ),
2250
-          )
2251
-        )
2252
-    );
2253
-    $this->targetInstances = new Google_Service_Compute_TargetInstances_Resource(
2254
-        $this,
2255
-        $this->serviceName,
2256
-        'targetInstances',
2257
-        array(
2258
-          'methods' => array(
2259
-            'aggregatedList' => array(
2260
-              'path' => '{project}/aggregated/targetInstances',
2261
-              'httpMethod' => 'GET',
2262
-              'parameters' => array(
2263
-                'project' => array(
2264
-                  'location' => 'path',
2265
-                  'type' => 'string',
2266
-                  'required' => true,
2267
-                ),
2268
-                'filter' => array(
2269
-                  'location' => 'query',
2270
-                  'type' => 'string',
2271
-                ),
2272
-                'pageToken' => array(
2273
-                  'location' => 'query',
2274
-                  'type' => 'string',
2275
-                ),
2276
-                'maxResults' => array(
2277
-                  'location' => 'query',
2278
-                  'type' => 'integer',
2279
-                ),
2280
-              ),
2281
-            ),'delete' => array(
2282
-              'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2283
-              'httpMethod' => 'DELETE',
2284
-              'parameters' => array(
2285
-                'project' => array(
2286
-                  'location' => 'path',
2287
-                  'type' => 'string',
2288
-                  'required' => true,
2289
-                ),
2290
-                'zone' => array(
2291
-                  'location' => 'path',
2292
-                  'type' => 'string',
2293
-                  'required' => true,
2294
-                ),
2295
-                'targetInstance' => array(
2296
-                  'location' => 'path',
2297
-                  'type' => 'string',
2298
-                  'required' => true,
2299
-                ),
2300
-              ),
2301
-            ),'get' => array(
2302
-              'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2303
-              'httpMethod' => 'GET',
2304
-              'parameters' => array(
2305
-                'project' => array(
2306
-                  'location' => 'path',
2307
-                  'type' => 'string',
2308
-                  'required' => true,
2309
-                ),
2310
-                'zone' => array(
2311
-                  'location' => 'path',
2312
-                  'type' => 'string',
2313
-                  'required' => true,
2314
-                ),
2315
-                'targetInstance' => array(
2316
-                  'location' => 'path',
2317
-                  'type' => 'string',
2318
-                  'required' => true,
2319
-                ),
2320
-              ),
2321
-            ),'insert' => array(
2322
-              'path' => '{project}/zones/{zone}/targetInstances',
2323
-              'httpMethod' => 'POST',
2324
-              'parameters' => array(
2325
-                'project' => array(
2326
-                  'location' => 'path',
2327
-                  'type' => 'string',
2328
-                  'required' => true,
2329
-                ),
2330
-                'zone' => array(
2331
-                  'location' => 'path',
2332
-                  'type' => 'string',
2333
-                  'required' => true,
2334
-                ),
2335
-              ),
2336
-            ),'list' => array(
2337
-              'path' => '{project}/zones/{zone}/targetInstances',
2338
-              'httpMethod' => 'GET',
2339
-              'parameters' => array(
2340
-                'project' => array(
2341
-                  'location' => 'path',
2342
-                  'type' => 'string',
2343
-                  'required' => true,
2344
-                ),
2345
-                'zone' => array(
2346
-                  'location' => 'path',
2347
-                  'type' => 'string',
2348
-                  'required' => true,
2349
-                ),
2350
-                'filter' => array(
2351
-                  'location' => 'query',
2352
-                  'type' => 'string',
2353
-                ),
2354
-                'pageToken' => array(
2355
-                  'location' => 'query',
2356
-                  'type' => 'string',
2357
-                ),
2358
-                'maxResults' => array(
2359
-                  'location' => 'query',
2360
-                  'type' => 'integer',
2361
-                ),
2362
-              ),
2363
-            ),
2364
-          )
2365
-        )
2366
-    );
2367
-    $this->targetPools = new Google_Service_Compute_TargetPools_Resource(
2368
-        $this,
2369
-        $this->serviceName,
2370
-        'targetPools',
2371
-        array(
2372
-          'methods' => array(
2373
-            'addHealthCheck' => array(
2374
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck',
2375
-              'httpMethod' => 'POST',
2376
-              'parameters' => array(
2377
-                'project' => array(
2378
-                  'location' => 'path',
2379
-                  'type' => 'string',
2380
-                  'required' => true,
2381
-                ),
2382
-                'region' => array(
2383
-                  'location' => 'path',
2384
-                  'type' => 'string',
2385
-                  'required' => true,
2386
-                ),
2387
-                'targetPool' => array(
2388
-                  'location' => 'path',
2389
-                  'type' => 'string',
2390
-                  'required' => true,
2391
-                ),
2392
-              ),
2393
-            ),'addInstance' => array(
2394
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance',
2395
-              'httpMethod' => 'POST',
2396
-              'parameters' => array(
2397
-                'project' => array(
2398
-                  'location' => 'path',
2399
-                  'type' => 'string',
2400
-                  'required' => true,
2401
-                ),
2402
-                'region' => array(
2403
-                  'location' => 'path',
2404
-                  'type' => 'string',
2405
-                  'required' => true,
2406
-                ),
2407
-                'targetPool' => array(
2408
-                  'location' => 'path',
2409
-                  'type' => 'string',
2410
-                  'required' => true,
2411
-                ),
2412
-              ),
2413
-            ),'aggregatedList' => array(
2414
-              'path' => '{project}/aggregated/targetPools',
2415
-              'httpMethod' => 'GET',
2416
-              'parameters' => array(
2417
-                'project' => array(
2418
-                  'location' => 'path',
2419
-                  'type' => 'string',
2420
-                  'required' => true,
2421
-                ),
2422
-                'filter' => array(
2423
-                  'location' => 'query',
2424
-                  'type' => 'string',
2425
-                ),
2426
-                'pageToken' => array(
2427
-                  'location' => 'query',
2428
-                  'type' => 'string',
2429
-                ),
2430
-                'maxResults' => array(
2431
-                  'location' => 'query',
2432
-                  'type' => 'integer',
2433
-                ),
2434
-              ),
2435
-            ),'delete' => array(
2436
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2437
-              'httpMethod' => 'DELETE',
2438
-              'parameters' => array(
2439
-                'project' => array(
2440
-                  'location' => 'path',
2441
-                  'type' => 'string',
2442
-                  'required' => true,
2443
-                ),
2444
-                'region' => array(
2445
-                  'location' => 'path',
2446
-                  'type' => 'string',
2447
-                  'required' => true,
2448
-                ),
2449
-                'targetPool' => array(
2450
-                  'location' => 'path',
2451
-                  'type' => 'string',
2452
-                  'required' => true,
2453
-                ),
2454
-              ),
2455
-            ),'get' => array(
2456
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2457
-              'httpMethod' => 'GET',
2458
-              'parameters' => array(
2459
-                'project' => array(
2460
-                  'location' => 'path',
2461
-                  'type' => 'string',
2462
-                  'required' => true,
2463
-                ),
2464
-                'region' => array(
2465
-                  'location' => 'path',
2466
-                  'type' => 'string',
2467
-                  'required' => true,
2468
-                ),
2469
-                'targetPool' => array(
2470
-                  'location' => 'path',
2471
-                  'type' => 'string',
2472
-                  'required' => true,
2473
-                ),
2474
-              ),
2475
-            ),'getHealth' => array(
2476
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth',
2477
-              'httpMethod' => 'POST',
2478
-              'parameters' => array(
2479
-                'project' => array(
2480
-                  'location' => 'path',
2481
-                  'type' => 'string',
2482
-                  'required' => true,
2483
-                ),
2484
-                'region' => array(
2485
-                  'location' => 'path',
2486
-                  'type' => 'string',
2487
-                  'required' => true,
2488
-                ),
2489
-                'targetPool' => array(
2490
-                  'location' => 'path',
2491
-                  'type' => 'string',
2492
-                  'required' => true,
2493
-                ),
2494
-              ),
2495
-            ),'insert' => array(
2496
-              'path' => '{project}/regions/{region}/targetPools',
2497
-              'httpMethod' => 'POST',
2498
-              'parameters' => array(
2499
-                'project' => array(
2500
-                  'location' => 'path',
2501
-                  'type' => 'string',
2502
-                  'required' => true,
2503
-                ),
2504
-                'region' => array(
2505
-                  'location' => 'path',
2506
-                  'type' => 'string',
2507
-                  'required' => true,
2508
-                ),
2509
-              ),
2510
-            ),'list' => array(
2511
-              'path' => '{project}/regions/{region}/targetPools',
2512
-              'httpMethod' => 'GET',
2513
-              'parameters' => array(
2514
-                'project' => array(
2515
-                  'location' => 'path',
2516
-                  'type' => 'string',
2517
-                  'required' => true,
2518
-                ),
2519
-                'region' => array(
2520
-                  'location' => 'path',
2521
-                  'type' => 'string',
2522
-                  'required' => true,
2523
-                ),
2524
-                'filter' => array(
2525
-                  'location' => 'query',
2526
-                  'type' => 'string',
2527
-                ),
2528
-                'pageToken' => array(
2529
-                  'location' => 'query',
2530
-                  'type' => 'string',
2531
-                ),
2532
-                'maxResults' => array(
2533
-                  'location' => 'query',
2534
-                  'type' => 'integer',
2535
-                ),
2536
-              ),
2537
-            ),'removeHealthCheck' => array(
2538
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck',
2539
-              'httpMethod' => 'POST',
2540
-              'parameters' => array(
2541
-                'project' => array(
2542
-                  'location' => 'path',
2543
-                  'type' => 'string',
2544
-                  'required' => true,
2545
-                ),
2546
-                'region' => array(
2547
-                  'location' => 'path',
2548
-                  'type' => 'string',
2549
-                  'required' => true,
2550
-                ),
2551
-                'targetPool' => array(
2552
-                  'location' => 'path',
2553
-                  'type' => 'string',
2554
-                  'required' => true,
2555
-                ),
2556
-              ),
2557
-            ),'removeInstance' => array(
2558
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance',
2559
-              'httpMethod' => 'POST',
2560
-              'parameters' => array(
2561
-                'project' => array(
2562
-                  'location' => 'path',
2563
-                  'type' => 'string',
2564
-                  'required' => true,
2565
-                ),
2566
-                'region' => array(
2567
-                  'location' => 'path',
2568
-                  'type' => 'string',
2569
-                  'required' => true,
2570
-                ),
2571
-                'targetPool' => array(
2572
-                  'location' => 'path',
2573
-                  'type' => 'string',
2574
-                  'required' => true,
2575
-                ),
2576
-              ),
2577
-            ),'setBackup' => array(
2578
-              'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup',
2579
-              'httpMethod' => 'POST',
2580
-              'parameters' => array(
2581
-                'project' => array(
2582
-                  'location' => 'path',
2583
-                  'type' => 'string',
2584
-                  'required' => true,
2585
-                ),
2586
-                'region' => array(
2587
-                  'location' => 'path',
2588
-                  'type' => 'string',
2589
-                  'required' => true,
2590
-                ),
2591
-                'targetPool' => array(
2592
-                  'location' => 'path',
2593
-                  'type' => 'string',
2594
-                  'required' => true,
2595
-                ),
2596
-                'failoverRatio' => array(
2597
-                  'location' => 'query',
2598
-                  'type' => 'number',
2599
-                ),
2600
-              ),
2601
-            ),
2602
-          )
2603
-        )
2604
-    );
2605
-    $this->targetVpnGateways = new Google_Service_Compute_TargetVpnGateways_Resource(
2606
-        $this,
2607
-        $this->serviceName,
2608
-        'targetVpnGateways',
2609
-        array(
2610
-          'methods' => array(
2611
-            'aggregatedList' => array(
2612
-              'path' => '{project}/aggregated/targetVpnGateways',
2613
-              'httpMethod' => 'GET',
2614
-              'parameters' => array(
2615
-                'project' => array(
2616
-                  'location' => 'path',
2617
-                  'type' => 'string',
2618
-                  'required' => true,
2619
-                ),
2620
-                'filter' => array(
2621
-                  'location' => 'query',
2622
-                  'type' => 'string',
2623
-                ),
2624
-                'pageToken' => array(
2625
-                  'location' => 'query',
2626
-                  'type' => 'string',
2627
-                ),
2628
-                'maxResults' => array(
2629
-                  'location' => 'query',
2630
-                  'type' => 'integer',
2631
-                ),
2632
-              ),
2633
-            ),'delete' => array(
2634
-              'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2635
-              'httpMethod' => 'DELETE',
2636
-              'parameters' => array(
2637
-                'project' => array(
2638
-                  'location' => 'path',
2639
-                  'type' => 'string',
2640
-                  'required' => true,
2641
-                ),
2642
-                'region' => array(
2643
-                  'location' => 'path',
2644
-                  'type' => 'string',
2645
-                  'required' => true,
2646
-                ),
2647
-                'targetVpnGateway' => array(
2648
-                  'location' => 'path',
2649
-                  'type' => 'string',
2650
-                  'required' => true,
2651
-                ),
2652
-              ),
2653
-            ),'get' => array(
2654
-              'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2655
-              'httpMethod' => 'GET',
2656
-              'parameters' => array(
2657
-                'project' => array(
2658
-                  'location' => 'path',
2659
-                  'type' => 'string',
2660
-                  'required' => true,
2661
-                ),
2662
-                'region' => array(
2663
-                  'location' => 'path',
2664
-                  'type' => 'string',
2665
-                  'required' => true,
2666
-                ),
2667
-                'targetVpnGateway' => array(
2668
-                  'location' => 'path',
2669
-                  'type' => 'string',
2670
-                  'required' => true,
2671
-                ),
2672
-              ),
2673
-            ),'insert' => array(
2674
-              'path' => '{project}/regions/{region}/targetVpnGateways',
2675
-              'httpMethod' => 'POST',
2676
-              'parameters' => array(
2677
-                'project' => array(
2678
-                  'location' => 'path',
2679
-                  'type' => 'string',
2680
-                  'required' => true,
2681
-                ),
2682
-                'region' => array(
2683
-                  'location' => 'path',
2684
-                  'type' => 'string',
2685
-                  'required' => true,
2686
-                ),
2687
-              ),
2688
-            ),'list' => array(
2689
-              'path' => '{project}/regions/{region}/targetVpnGateways',
2690
-              'httpMethod' => 'GET',
2691
-              'parameters' => array(
2692
-                'project' => array(
2693
-                  'location' => 'path',
2694
-                  'type' => 'string',
2695
-                  'required' => true,
2696
-                ),
2697
-                'region' => array(
2698
-                  'location' => 'path',
2699
-                  'type' => 'string',
2700
-                  'required' => true,
2701
-                ),
2702
-                'filter' => array(
2703
-                  'location' => 'query',
2704
-                  'type' => 'string',
2705
-                ),
2706
-                'pageToken' => array(
2707
-                  'location' => 'query',
2708
-                  'type' => 'string',
2709
-                ),
2710
-                'maxResults' => array(
2711
-                  'location' => 'query',
2712
-                  'type' => 'integer',
2713
-                ),
2714
-              ),
2715
-            ),
2716
-          )
2717
-        )
2718
-    );
2719
-    $this->urlMaps = new Google_Service_Compute_UrlMaps_Resource(
2720
-        $this,
2721
-        $this->serviceName,
2722
-        'urlMaps',
2723
-        array(
2724
-          'methods' => array(
2725
-            'delete' => array(
2726
-              'path' => '{project}/global/urlMaps/{urlMap}',
2727
-              'httpMethod' => 'DELETE',
2728
-              'parameters' => array(
2729
-                'project' => array(
2730
-                  'location' => 'path',
2731
-                  'type' => 'string',
2732
-                  'required' => true,
2733
-                ),
2734
-                'urlMap' => array(
2735
-                  'location' => 'path',
2736
-                  'type' => 'string',
2737
-                  'required' => true,
2738
-                ),
2739
-              ),
2740
-            ),'get' => array(
2741
-              'path' => '{project}/global/urlMaps/{urlMap}',
2742
-              'httpMethod' => 'GET',
2743
-              'parameters' => array(
2744
-                'project' => array(
2745
-                  'location' => 'path',
2746
-                  'type' => 'string',
2747
-                  'required' => true,
2748
-                ),
2749
-                'urlMap' => array(
2750
-                  'location' => 'path',
2751
-                  'type' => 'string',
2752
-                  'required' => true,
2753
-                ),
2754
-              ),
2755
-            ),'insert' => array(
2756
-              'path' => '{project}/global/urlMaps',
2757
-              'httpMethod' => 'POST',
2758
-              'parameters' => array(
2759
-                'project' => array(
2760
-                  'location' => 'path',
2761
-                  'type' => 'string',
2762
-                  'required' => true,
2763
-                ),
2764
-              ),
2765
-            ),'list' => array(
2766
-              'path' => '{project}/global/urlMaps',
2767
-              'httpMethod' => 'GET',
2768
-              'parameters' => array(
2769
-                'project' => array(
2770
-                  'location' => 'path',
2771
-                  'type' => 'string',
2772
-                  'required' => true,
2773
-                ),
2774
-                'filter' => array(
2775
-                  'location' => 'query',
2776
-                  'type' => 'string',
2777
-                ),
2778
-                'pageToken' => array(
2779
-                  'location' => 'query',
2780
-                  'type' => 'string',
2781
-                ),
2782
-                'maxResults' => array(
2783
-                  'location' => 'query',
2784
-                  'type' => 'integer',
2785
-                ),
2786
-              ),
2787
-            ),'patch' => array(
2788
-              'path' => '{project}/global/urlMaps/{urlMap}',
2789
-              'httpMethod' => 'PATCH',
2790
-              'parameters' => array(
2791
-                'project' => array(
2792
-                  'location' => 'path',
2793
-                  'type' => 'string',
2794
-                  'required' => true,
2795
-                ),
2796
-                'urlMap' => array(
2797
-                  'location' => 'path',
2798
-                  'type' => 'string',
2799
-                  'required' => true,
2800
-                ),
2801
-              ),
2802
-            ),'update' => array(
2803
-              'path' => '{project}/global/urlMaps/{urlMap}',
2804
-              'httpMethod' => 'PUT',
2805
-              'parameters' => array(
2806
-                'project' => array(
2807
-                  'location' => 'path',
2808
-                  'type' => 'string',
2809
-                  'required' => true,
2810
-                ),
2811
-                'urlMap' => array(
2812
-                  'location' => 'path',
2813
-                  'type' => 'string',
2814
-                  'required' => true,
2815
-                ),
2816
-              ),
2817
-            ),'validate' => array(
2818
-              'path' => '{project}/global/urlMaps/{urlMap}/validate',
2819
-              'httpMethod' => 'POST',
2820
-              'parameters' => array(
2821
-                'project' => array(
2822
-                  'location' => 'path',
2823
-                  'type' => 'string',
2824
-                  'required' => true,
2825
-                ),
2826
-                'urlMap' => array(
2827
-                  'location' => 'path',
2828
-                  'type' => 'string',
2829
-                  'required' => true,
2830
-                ),
2831
-              ),
2832
-            ),
2833
-          )
2834
-        )
2835
-    );
2836
-    $this->vpnTunnels = new Google_Service_Compute_VpnTunnels_Resource(
2837
-        $this,
2838
-        $this->serviceName,
2839
-        'vpnTunnels',
2840
-        array(
2841
-          'methods' => array(
2842
-            'aggregatedList' => array(
2843
-              'path' => '{project}/aggregated/vpnTunnels',
2844
-              'httpMethod' => 'GET',
2845
-              'parameters' => array(
2846
-                'project' => array(
2847
-                  'location' => 'path',
2848
-                  'type' => 'string',
2849
-                  'required' => true,
2850
-                ),
2851
-                'filter' => array(
2852
-                  'location' => 'query',
2853
-                  'type' => 'string',
2854
-                ),
2855
-                'pageToken' => array(
2856
-                  'location' => 'query',
2857
-                  'type' => 'string',
2858
-                ),
2859
-                'maxResults' => array(
2860
-                  'location' => 'query',
2861
-                  'type' => 'integer',
2862
-                ),
2863
-              ),
2864
-            ),'delete' => array(
2865
-              'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2866
-              'httpMethod' => 'DELETE',
2867
-              'parameters' => array(
2868
-                'project' => array(
2869
-                  'location' => 'path',
2870
-                  'type' => 'string',
2871
-                  'required' => true,
2872
-                ),
2873
-                'region' => array(
2874
-                  'location' => 'path',
2875
-                  'type' => 'string',
2876
-                  'required' => true,
2877
-                ),
2878
-                'vpnTunnel' => array(
2879
-                  'location' => 'path',
2880
-                  'type' => 'string',
2881
-                  'required' => true,
2882
-                ),
2883
-              ),
2884
-            ),'get' => array(
2885
-              'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2886
-              'httpMethod' => 'GET',
2887
-              'parameters' => array(
2888
-                'project' => array(
2889
-                  'location' => 'path',
2890
-                  'type' => 'string',
2891
-                  'required' => true,
2892
-                ),
2893
-                'region' => array(
2894
-                  'location' => 'path',
2895
-                  'type' => 'string',
2896
-                  'required' => true,
2897
-                ),
2898
-                'vpnTunnel' => array(
2899
-                  'location' => 'path',
2900
-                  'type' => 'string',
2901
-                  'required' => true,
2902
-                ),
2903
-              ),
2904
-            ),'insert' => array(
2905
-              'path' => '{project}/regions/{region}/vpnTunnels',
2906
-              'httpMethod' => 'POST',
2907
-              'parameters' => array(
2908
-                'project' => array(
2909
-                  'location' => 'path',
2910
-                  'type' => 'string',
2911
-                  'required' => true,
2912
-                ),
2913
-                'region' => array(
2914
-                  'location' => 'path',
2915
-                  'type' => 'string',
2916
-                  'required' => true,
2917
-                ),
2918
-              ),
2919
-            ),'list' => array(
2920
-              'path' => '{project}/regions/{region}/vpnTunnels',
2921
-              'httpMethod' => 'GET',
2922
-              'parameters' => array(
2923
-                'project' => array(
2924
-                  'location' => 'path',
2925
-                  'type' => 'string',
2926
-                  'required' => true,
2927
-                ),
2928
-                'region' => array(
2929
-                  'location' => 'path',
2930
-                  'type' => 'string',
2931
-                  'required' => true,
2932
-                ),
2933
-                'filter' => array(
2934
-                  'location' => 'query',
2935
-                  'type' => 'string',
2936
-                ),
2937
-                'pageToken' => array(
2938
-                  'location' => 'query',
2939
-                  'type' => 'string',
2940
-                ),
2941
-                'maxResults' => array(
2942
-                  'location' => 'query',
2943
-                  'type' => 'integer',
2944
-                ),
2945
-              ),
2946
-            ),
2947
-          )
2948
-        )
2949
-    );
2950
-    $this->zoneOperations = new Google_Service_Compute_ZoneOperations_Resource(
2951
-        $this,
2952
-        $this->serviceName,
2953
-        'zoneOperations',
2954
-        array(
2955
-          'methods' => array(
2956
-            'delete' => array(
2957
-              'path' => '{project}/zones/{zone}/operations/{operation}',
2958
-              'httpMethod' => 'DELETE',
2959
-              'parameters' => array(
2960
-                'project' => array(
2961
-                  'location' => 'path',
2962
-                  'type' => 'string',
2963
-                  'required' => true,
2964
-                ),
2965
-                'zone' => array(
2966
-                  'location' => 'path',
2967
-                  'type' => 'string',
2968
-                  'required' => true,
2969
-                ),
2970
-                'operation' => array(
2971
-                  'location' => 'path',
2972
-                  'type' => 'string',
2973
-                  'required' => true,
2974
-                ),
2975
-              ),
2976
-            ),'get' => array(
2977
-              'path' => '{project}/zones/{zone}/operations/{operation}',
2978
-              'httpMethod' => 'GET',
2979
-              'parameters' => array(
2980
-                'project' => array(
2981
-                  'location' => 'path',
2982
-                  'type' => 'string',
2983
-                  'required' => true,
2984
-                ),
2985
-                'zone' => array(
2986
-                  'location' => 'path',
2987
-                  'type' => 'string',
2988
-                  'required' => true,
2989
-                ),
2990
-                'operation' => array(
2991
-                  'location' => 'path',
2992
-                  'type' => 'string',
2993
-                  'required' => true,
2994
-                ),
2995
-              ),
2996
-            ),'list' => array(
2997
-              'path' => '{project}/zones/{zone}/operations',
2998
-              'httpMethod' => 'GET',
2999
-              'parameters' => array(
3000
-                'project' => array(
3001
-                  'location' => 'path',
3002
-                  'type' => 'string',
3003
-                  'required' => true,
3004
-                ),
3005
-                'zone' => array(
3006
-                  'location' => 'path',
3007
-                  'type' => 'string',
3008
-                  'required' => true,
3009
-                ),
3010
-                'filter' => array(
3011
-                  'location' => 'query',
3012
-                  'type' => 'string',
3013
-                ),
3014
-                'pageToken' => array(
3015
-                  'location' => 'query',
3016
-                  'type' => 'string',
3017
-                ),
3018
-                'maxResults' => array(
3019
-                  'location' => 'query',
3020
-                  'type' => 'integer',
3021
-                ),
3022
-              ),
3023
-            ),
3024
-          )
3025
-        )
3026
-    );
3027
-    $this->zones = new Google_Service_Compute_Zones_Resource(
3028
-        $this,
3029
-        $this->serviceName,
3030
-        'zones',
3031
-        array(
3032
-          'methods' => array(
3033
-            'get' => array(
3034
-              'path' => '{project}/zones/{zone}',
3035
-              'httpMethod' => 'GET',
3036
-              'parameters' => array(
3037
-                'project' => array(
3038
-                  'location' => 'path',
3039
-                  'type' => 'string',
3040
-                  'required' => true,
3041
-                ),
3042
-                'zone' => array(
3043
-                  'location' => 'path',
3044
-                  'type' => 'string',
3045
-                  'required' => true,
3046
-                ),
3047
-              ),
3048
-            ),'list' => array(
3049
-              'path' => '{project}/zones',
3050
-              'httpMethod' => 'GET',
3051
-              'parameters' => array(
3052
-                'project' => array(
3053
-                  'location' => 'path',
3054
-                  'type' => 'string',
3055
-                  'required' => true,
3056
-                ),
3057
-                'filter' => array(
3058
-                  'location' => 'query',
3059
-                  'type' => 'string',
3060
-                ),
3061
-                'pageToken' => array(
3062
-                  'location' => 'query',
3063
-                  'type' => 'string',
3064
-                ),
3065
-                'maxResults' => array(
3066
-                  'location' => 'query',
3067
-                  'type' => 'integer',
3068
-                ),
3069
-              ),
3070
-            ),
3071
-          )
3072
-        )
3073
-    );
90
+	parent::__construct($client);
91
+	$this->rootUrl = 'https://www.googleapis.com/';
92
+	$this->servicePath = 'compute/v1/projects/';
93
+	$this->version = 'v1';
94
+	$this->serviceName = 'compute';
95
+
96
+	$this->addresses = new Google_Service_Compute_Addresses_Resource(
97
+		$this,
98
+		$this->serviceName,
99
+		'addresses',
100
+		array(
101
+		  'methods' => array(
102
+			'aggregatedList' => array(
103
+			  'path' => '{project}/aggregated/addresses',
104
+			  'httpMethod' => 'GET',
105
+			  'parameters' => array(
106
+				'project' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'string',
109
+				  'required' => true,
110
+				),
111
+				'filter' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+				'pageToken' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'string',
118
+				),
119
+				'maxResults' => array(
120
+				  'location' => 'query',
121
+				  'type' => 'integer',
122
+				),
123
+			  ),
124
+			),'delete' => array(
125
+			  'path' => '{project}/regions/{region}/addresses/{address}',
126
+			  'httpMethod' => 'DELETE',
127
+			  'parameters' => array(
128
+				'project' => array(
129
+				  'location' => 'path',
130
+				  'type' => 'string',
131
+				  'required' => true,
132
+				),
133
+				'region' => array(
134
+				  'location' => 'path',
135
+				  'type' => 'string',
136
+				  'required' => true,
137
+				),
138
+				'address' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'string',
141
+				  'required' => true,
142
+				),
143
+			  ),
144
+			),'get' => array(
145
+			  'path' => '{project}/regions/{region}/addresses/{address}',
146
+			  'httpMethod' => 'GET',
147
+			  'parameters' => array(
148
+				'project' => array(
149
+				  'location' => 'path',
150
+				  'type' => 'string',
151
+				  'required' => true,
152
+				),
153
+				'region' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'string',
156
+				  'required' => true,
157
+				),
158
+				'address' => array(
159
+				  'location' => 'path',
160
+				  'type' => 'string',
161
+				  'required' => true,
162
+				),
163
+			  ),
164
+			),'insert' => array(
165
+			  'path' => '{project}/regions/{region}/addresses',
166
+			  'httpMethod' => 'POST',
167
+			  'parameters' => array(
168
+				'project' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+				'region' => array(
174
+				  'location' => 'path',
175
+				  'type' => 'string',
176
+				  'required' => true,
177
+				),
178
+			  ),
179
+			),'list' => array(
180
+			  'path' => '{project}/regions/{region}/addresses',
181
+			  'httpMethod' => 'GET',
182
+			  'parameters' => array(
183
+				'project' => array(
184
+				  'location' => 'path',
185
+				  'type' => 'string',
186
+				  'required' => true,
187
+				),
188
+				'region' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+				'filter' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+				'pageToken' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'maxResults' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'integer',
204
+				),
205
+			  ),
206
+			),
207
+		  )
208
+		)
209
+	);
210
+	$this->backendServices = new Google_Service_Compute_BackendServices_Resource(
211
+		$this,
212
+		$this->serviceName,
213
+		'backendServices',
214
+		array(
215
+		  'methods' => array(
216
+			'delete' => array(
217
+			  'path' => '{project}/global/backendServices/{backendService}',
218
+			  'httpMethod' => 'DELETE',
219
+			  'parameters' => array(
220
+				'project' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'string',
223
+				  'required' => true,
224
+				),
225
+				'backendService' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+			  ),
231
+			),'get' => array(
232
+			  'path' => '{project}/global/backendServices/{backendService}',
233
+			  'httpMethod' => 'GET',
234
+			  'parameters' => array(
235
+				'project' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'backendService' => array(
241
+				  'location' => 'path',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+			  ),
246
+			),'getHealth' => array(
247
+			  'path' => '{project}/global/backendServices/{backendService}/getHealth',
248
+			  'httpMethod' => 'POST',
249
+			  'parameters' => array(
250
+				'project' => array(
251
+				  'location' => 'path',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+				'backendService' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+			  ),
261
+			),'insert' => array(
262
+			  'path' => '{project}/global/backendServices',
263
+			  'httpMethod' => 'POST',
264
+			  'parameters' => array(
265
+				'project' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+			  ),
271
+			),'list' => array(
272
+			  'path' => '{project}/global/backendServices',
273
+			  'httpMethod' => 'GET',
274
+			  'parameters' => array(
275
+				'project' => array(
276
+				  'location' => 'path',
277
+				  'type' => 'string',
278
+				  'required' => true,
279
+				),
280
+				'filter' => array(
281
+				  'location' => 'query',
282
+				  'type' => 'string',
283
+				),
284
+				'pageToken' => array(
285
+				  'location' => 'query',
286
+				  'type' => 'string',
287
+				),
288
+				'maxResults' => array(
289
+				  'location' => 'query',
290
+				  'type' => 'integer',
291
+				),
292
+			  ),
293
+			),'patch' => array(
294
+			  'path' => '{project}/global/backendServices/{backendService}',
295
+			  'httpMethod' => 'PATCH',
296
+			  'parameters' => array(
297
+				'project' => array(
298
+				  'location' => 'path',
299
+				  'type' => 'string',
300
+				  'required' => true,
301
+				),
302
+				'backendService' => array(
303
+				  'location' => 'path',
304
+				  'type' => 'string',
305
+				  'required' => true,
306
+				),
307
+			  ),
308
+			),'update' => array(
309
+			  'path' => '{project}/global/backendServices/{backendService}',
310
+			  'httpMethod' => 'PUT',
311
+			  'parameters' => array(
312
+				'project' => array(
313
+				  'location' => 'path',
314
+				  'type' => 'string',
315
+				  'required' => true,
316
+				),
317
+				'backendService' => array(
318
+				  'location' => 'path',
319
+				  'type' => 'string',
320
+				  'required' => true,
321
+				),
322
+			  ),
323
+			),
324
+		  )
325
+		)
326
+	);
327
+	$this->diskTypes = new Google_Service_Compute_DiskTypes_Resource(
328
+		$this,
329
+		$this->serviceName,
330
+		'diskTypes',
331
+		array(
332
+		  'methods' => array(
333
+			'aggregatedList' => array(
334
+			  'path' => '{project}/aggregated/diskTypes',
335
+			  'httpMethod' => 'GET',
336
+			  'parameters' => array(
337
+				'project' => array(
338
+				  'location' => 'path',
339
+				  'type' => 'string',
340
+				  'required' => true,
341
+				),
342
+				'filter' => array(
343
+				  'location' => 'query',
344
+				  'type' => 'string',
345
+				),
346
+				'pageToken' => array(
347
+				  'location' => 'query',
348
+				  'type' => 'string',
349
+				),
350
+				'maxResults' => array(
351
+				  'location' => 'query',
352
+				  'type' => 'integer',
353
+				),
354
+			  ),
355
+			),'get' => array(
356
+			  'path' => '{project}/zones/{zone}/diskTypes/{diskType}',
357
+			  'httpMethod' => 'GET',
358
+			  'parameters' => array(
359
+				'project' => array(
360
+				  'location' => 'path',
361
+				  'type' => 'string',
362
+				  'required' => true,
363
+				),
364
+				'zone' => array(
365
+				  'location' => 'path',
366
+				  'type' => 'string',
367
+				  'required' => true,
368
+				),
369
+				'diskType' => array(
370
+				  'location' => 'path',
371
+				  'type' => 'string',
372
+				  'required' => true,
373
+				),
374
+			  ),
375
+			),'list' => array(
376
+			  'path' => '{project}/zones/{zone}/diskTypes',
377
+			  'httpMethod' => 'GET',
378
+			  'parameters' => array(
379
+				'project' => array(
380
+				  'location' => 'path',
381
+				  'type' => 'string',
382
+				  'required' => true,
383
+				),
384
+				'zone' => array(
385
+				  'location' => 'path',
386
+				  'type' => 'string',
387
+				  'required' => true,
388
+				),
389
+				'filter' => array(
390
+				  'location' => 'query',
391
+				  'type' => 'string',
392
+				),
393
+				'pageToken' => array(
394
+				  'location' => 'query',
395
+				  'type' => 'string',
396
+				),
397
+				'maxResults' => array(
398
+				  'location' => 'query',
399
+				  'type' => 'integer',
400
+				),
401
+			  ),
402
+			),
403
+		  )
404
+		)
405
+	);
406
+	$this->disks = new Google_Service_Compute_Disks_Resource(
407
+		$this,
408
+		$this->serviceName,
409
+		'disks',
410
+		array(
411
+		  'methods' => array(
412
+			'aggregatedList' => array(
413
+			  'path' => '{project}/aggregated/disks',
414
+			  'httpMethod' => 'GET',
415
+			  'parameters' => array(
416
+				'project' => array(
417
+				  'location' => 'path',
418
+				  'type' => 'string',
419
+				  'required' => true,
420
+				),
421
+				'filter' => array(
422
+				  'location' => 'query',
423
+				  'type' => 'string',
424
+				),
425
+				'pageToken' => array(
426
+				  'location' => 'query',
427
+				  'type' => 'string',
428
+				),
429
+				'maxResults' => array(
430
+				  'location' => 'query',
431
+				  'type' => 'integer',
432
+				),
433
+			  ),
434
+			),'createSnapshot' => array(
435
+			  'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot',
436
+			  'httpMethod' => 'POST',
437
+			  'parameters' => array(
438
+				'project' => array(
439
+				  'location' => 'path',
440
+				  'type' => 'string',
441
+				  'required' => true,
442
+				),
443
+				'zone' => array(
444
+				  'location' => 'path',
445
+				  'type' => 'string',
446
+				  'required' => true,
447
+				),
448
+				'disk' => array(
449
+				  'location' => 'path',
450
+				  'type' => 'string',
451
+				  'required' => true,
452
+				),
453
+			  ),
454
+			),'delete' => array(
455
+			  'path' => '{project}/zones/{zone}/disks/{disk}',
456
+			  'httpMethod' => 'DELETE',
457
+			  'parameters' => array(
458
+				'project' => array(
459
+				  'location' => 'path',
460
+				  'type' => 'string',
461
+				  'required' => true,
462
+				),
463
+				'zone' => array(
464
+				  'location' => 'path',
465
+				  'type' => 'string',
466
+				  'required' => true,
467
+				),
468
+				'disk' => array(
469
+				  'location' => 'path',
470
+				  'type' => 'string',
471
+				  'required' => true,
472
+				),
473
+			  ),
474
+			),'get' => array(
475
+			  'path' => '{project}/zones/{zone}/disks/{disk}',
476
+			  'httpMethod' => 'GET',
477
+			  'parameters' => array(
478
+				'project' => array(
479
+				  'location' => 'path',
480
+				  'type' => 'string',
481
+				  'required' => true,
482
+				),
483
+				'zone' => array(
484
+				  'location' => 'path',
485
+				  'type' => 'string',
486
+				  'required' => true,
487
+				),
488
+				'disk' => array(
489
+				  'location' => 'path',
490
+				  'type' => 'string',
491
+				  'required' => true,
492
+				),
493
+			  ),
494
+			),'insert' => array(
495
+			  'path' => '{project}/zones/{zone}/disks',
496
+			  'httpMethod' => 'POST',
497
+			  'parameters' => array(
498
+				'project' => array(
499
+				  'location' => 'path',
500
+				  'type' => 'string',
501
+				  'required' => true,
502
+				),
503
+				'zone' => array(
504
+				  'location' => 'path',
505
+				  'type' => 'string',
506
+				  'required' => true,
507
+				),
508
+				'sourceImage' => array(
509
+				  'location' => 'query',
510
+				  'type' => 'string',
511
+				),
512
+			  ),
513
+			),'list' => array(
514
+			  'path' => '{project}/zones/{zone}/disks',
515
+			  'httpMethod' => 'GET',
516
+			  'parameters' => array(
517
+				'project' => array(
518
+				  'location' => 'path',
519
+				  'type' => 'string',
520
+				  'required' => true,
521
+				),
522
+				'zone' => array(
523
+				  'location' => 'path',
524
+				  'type' => 'string',
525
+				  'required' => true,
526
+				),
527
+				'filter' => array(
528
+				  'location' => 'query',
529
+				  'type' => 'string',
530
+				),
531
+				'pageToken' => array(
532
+				  'location' => 'query',
533
+				  'type' => 'string',
534
+				),
535
+				'maxResults' => array(
536
+				  'location' => 'query',
537
+				  'type' => 'integer',
538
+				),
539
+			  ),
540
+			),
541
+		  )
542
+		)
543
+	);
544
+	$this->firewalls = new Google_Service_Compute_Firewalls_Resource(
545
+		$this,
546
+		$this->serviceName,
547
+		'firewalls',
548
+		array(
549
+		  'methods' => array(
550
+			'delete' => array(
551
+			  'path' => '{project}/global/firewalls/{firewall}',
552
+			  'httpMethod' => 'DELETE',
553
+			  'parameters' => array(
554
+				'project' => array(
555
+				  'location' => 'path',
556
+				  'type' => 'string',
557
+				  'required' => true,
558
+				),
559
+				'firewall' => array(
560
+				  'location' => 'path',
561
+				  'type' => 'string',
562
+				  'required' => true,
563
+				),
564
+			  ),
565
+			),'get' => array(
566
+			  'path' => '{project}/global/firewalls/{firewall}',
567
+			  'httpMethod' => 'GET',
568
+			  'parameters' => array(
569
+				'project' => array(
570
+				  'location' => 'path',
571
+				  'type' => 'string',
572
+				  'required' => true,
573
+				),
574
+				'firewall' => array(
575
+				  'location' => 'path',
576
+				  'type' => 'string',
577
+				  'required' => true,
578
+				),
579
+			  ),
580
+			),'insert' => array(
581
+			  'path' => '{project}/global/firewalls',
582
+			  'httpMethod' => 'POST',
583
+			  'parameters' => array(
584
+				'project' => array(
585
+				  'location' => 'path',
586
+				  'type' => 'string',
587
+				  'required' => true,
588
+				),
589
+			  ),
590
+			),'list' => array(
591
+			  'path' => '{project}/global/firewalls',
592
+			  'httpMethod' => 'GET',
593
+			  'parameters' => array(
594
+				'project' => array(
595
+				  'location' => 'path',
596
+				  'type' => 'string',
597
+				  'required' => true,
598
+				),
599
+				'filter' => array(
600
+				  'location' => 'query',
601
+				  'type' => 'string',
602
+				),
603
+				'pageToken' => array(
604
+				  'location' => 'query',
605
+				  'type' => 'string',
606
+				),
607
+				'maxResults' => array(
608
+				  'location' => 'query',
609
+				  'type' => 'integer',
610
+				),
611
+			  ),
612
+			),'patch' => array(
613
+			  'path' => '{project}/global/firewalls/{firewall}',
614
+			  'httpMethod' => 'PATCH',
615
+			  'parameters' => array(
616
+				'project' => array(
617
+				  'location' => 'path',
618
+				  'type' => 'string',
619
+				  'required' => true,
620
+				),
621
+				'firewall' => array(
622
+				  'location' => 'path',
623
+				  'type' => 'string',
624
+				  'required' => true,
625
+				),
626
+			  ),
627
+			),'update' => array(
628
+			  'path' => '{project}/global/firewalls/{firewall}',
629
+			  'httpMethod' => 'PUT',
630
+			  'parameters' => array(
631
+				'project' => array(
632
+				  'location' => 'path',
633
+				  'type' => 'string',
634
+				  'required' => true,
635
+				),
636
+				'firewall' => array(
637
+				  'location' => 'path',
638
+				  'type' => 'string',
639
+				  'required' => true,
640
+				),
641
+			  ),
642
+			),
643
+		  )
644
+		)
645
+	);
646
+	$this->forwardingRules = new Google_Service_Compute_ForwardingRules_Resource(
647
+		$this,
648
+		$this->serviceName,
649
+		'forwardingRules',
650
+		array(
651
+		  'methods' => array(
652
+			'aggregatedList' => array(
653
+			  'path' => '{project}/aggregated/forwardingRules',
654
+			  'httpMethod' => 'GET',
655
+			  'parameters' => array(
656
+				'project' => array(
657
+				  'location' => 'path',
658
+				  'type' => 'string',
659
+				  'required' => true,
660
+				),
661
+				'filter' => array(
662
+				  'location' => 'query',
663
+				  'type' => 'string',
664
+				),
665
+				'pageToken' => array(
666
+				  'location' => 'query',
667
+				  'type' => 'string',
668
+				),
669
+				'maxResults' => array(
670
+				  'location' => 'query',
671
+				  'type' => 'integer',
672
+				),
673
+			  ),
674
+			),'delete' => array(
675
+			  'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
676
+			  'httpMethod' => 'DELETE',
677
+			  'parameters' => array(
678
+				'project' => array(
679
+				  'location' => 'path',
680
+				  'type' => 'string',
681
+				  'required' => true,
682
+				),
683
+				'region' => array(
684
+				  'location' => 'path',
685
+				  'type' => 'string',
686
+				  'required' => true,
687
+				),
688
+				'forwardingRule' => array(
689
+				  'location' => 'path',
690
+				  'type' => 'string',
691
+				  'required' => true,
692
+				),
693
+			  ),
694
+			),'get' => array(
695
+			  'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
696
+			  'httpMethod' => 'GET',
697
+			  'parameters' => array(
698
+				'project' => array(
699
+				  'location' => 'path',
700
+				  'type' => 'string',
701
+				  'required' => true,
702
+				),
703
+				'region' => array(
704
+				  'location' => 'path',
705
+				  'type' => 'string',
706
+				  'required' => true,
707
+				),
708
+				'forwardingRule' => array(
709
+				  'location' => 'path',
710
+				  'type' => 'string',
711
+				  'required' => true,
712
+				),
713
+			  ),
714
+			),'insert' => array(
715
+			  'path' => '{project}/regions/{region}/forwardingRules',
716
+			  'httpMethod' => 'POST',
717
+			  'parameters' => array(
718
+				'project' => array(
719
+				  'location' => 'path',
720
+				  'type' => 'string',
721
+				  'required' => true,
722
+				),
723
+				'region' => array(
724
+				  'location' => 'path',
725
+				  'type' => 'string',
726
+				  'required' => true,
727
+				),
728
+			  ),
729
+			),'list' => array(
730
+			  'path' => '{project}/regions/{region}/forwardingRules',
731
+			  'httpMethod' => 'GET',
732
+			  'parameters' => array(
733
+				'project' => array(
734
+				  'location' => 'path',
735
+				  'type' => 'string',
736
+				  'required' => true,
737
+				),
738
+				'region' => array(
739
+				  'location' => 'path',
740
+				  'type' => 'string',
741
+				  'required' => true,
742
+				),
743
+				'filter' => array(
744
+				  'location' => 'query',
745
+				  'type' => 'string',
746
+				),
747
+				'pageToken' => array(
748
+				  'location' => 'query',
749
+				  'type' => 'string',
750
+				),
751
+				'maxResults' => array(
752
+				  'location' => 'query',
753
+				  'type' => 'integer',
754
+				),
755
+			  ),
756
+			),'setTarget' => array(
757
+			  'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget',
758
+			  'httpMethod' => 'POST',
759
+			  'parameters' => array(
760
+				'project' => array(
761
+				  'location' => 'path',
762
+				  'type' => 'string',
763
+				  'required' => true,
764
+				),
765
+				'region' => array(
766
+				  'location' => 'path',
767
+				  'type' => 'string',
768
+				  'required' => true,
769
+				),
770
+				'forwardingRule' => array(
771
+				  'location' => 'path',
772
+				  'type' => 'string',
773
+				  'required' => true,
774
+				),
775
+			  ),
776
+			),
777
+		  )
778
+		)
779
+	);
780
+	$this->globalAddresses = new Google_Service_Compute_GlobalAddresses_Resource(
781
+		$this,
782
+		$this->serviceName,
783
+		'globalAddresses',
784
+		array(
785
+		  'methods' => array(
786
+			'delete' => array(
787
+			  'path' => '{project}/global/addresses/{address}',
788
+			  'httpMethod' => 'DELETE',
789
+			  'parameters' => array(
790
+				'project' => array(
791
+				  'location' => 'path',
792
+				  'type' => 'string',
793
+				  'required' => true,
794
+				),
795
+				'address' => array(
796
+				  'location' => 'path',
797
+				  'type' => 'string',
798
+				  'required' => true,
799
+				),
800
+			  ),
801
+			),'get' => array(
802
+			  'path' => '{project}/global/addresses/{address}',
803
+			  'httpMethod' => 'GET',
804
+			  'parameters' => array(
805
+				'project' => array(
806
+				  'location' => 'path',
807
+				  'type' => 'string',
808
+				  'required' => true,
809
+				),
810
+				'address' => array(
811
+				  'location' => 'path',
812
+				  'type' => 'string',
813
+				  'required' => true,
814
+				),
815
+			  ),
816
+			),'insert' => array(
817
+			  'path' => '{project}/global/addresses',
818
+			  'httpMethod' => 'POST',
819
+			  'parameters' => array(
820
+				'project' => array(
821
+				  'location' => 'path',
822
+				  'type' => 'string',
823
+				  'required' => true,
824
+				),
825
+			  ),
826
+			),'list' => array(
827
+			  'path' => '{project}/global/addresses',
828
+			  'httpMethod' => 'GET',
829
+			  'parameters' => array(
830
+				'project' => array(
831
+				  'location' => 'path',
832
+				  'type' => 'string',
833
+				  'required' => true,
834
+				),
835
+				'filter' => array(
836
+				  'location' => 'query',
837
+				  'type' => 'string',
838
+				),
839
+				'pageToken' => array(
840
+				  'location' => 'query',
841
+				  'type' => 'string',
842
+				),
843
+				'maxResults' => array(
844
+				  'location' => 'query',
845
+				  'type' => 'integer',
846
+				),
847
+			  ),
848
+			),
849
+		  )
850
+		)
851
+	);
852
+	$this->globalForwardingRules = new Google_Service_Compute_GlobalForwardingRules_Resource(
853
+		$this,
854
+		$this->serviceName,
855
+		'globalForwardingRules',
856
+		array(
857
+		  'methods' => array(
858
+			'delete' => array(
859
+			  'path' => '{project}/global/forwardingRules/{forwardingRule}',
860
+			  'httpMethod' => 'DELETE',
861
+			  'parameters' => array(
862
+				'project' => array(
863
+				  'location' => 'path',
864
+				  'type' => 'string',
865
+				  'required' => true,
866
+				),
867
+				'forwardingRule' => array(
868
+				  'location' => 'path',
869
+				  'type' => 'string',
870
+				  'required' => true,
871
+				),
872
+			  ),
873
+			),'get' => array(
874
+			  'path' => '{project}/global/forwardingRules/{forwardingRule}',
875
+			  'httpMethod' => 'GET',
876
+			  'parameters' => array(
877
+				'project' => array(
878
+				  'location' => 'path',
879
+				  'type' => 'string',
880
+				  'required' => true,
881
+				),
882
+				'forwardingRule' => array(
883
+				  'location' => 'path',
884
+				  'type' => 'string',
885
+				  'required' => true,
886
+				),
887
+			  ),
888
+			),'insert' => array(
889
+			  'path' => '{project}/global/forwardingRules',
890
+			  'httpMethod' => 'POST',
891
+			  'parameters' => array(
892
+				'project' => array(
893
+				  'location' => 'path',
894
+				  'type' => 'string',
895
+				  'required' => true,
896
+				),
897
+			  ),
898
+			),'list' => array(
899
+			  'path' => '{project}/global/forwardingRules',
900
+			  'httpMethod' => 'GET',
901
+			  'parameters' => array(
902
+				'project' => array(
903
+				  'location' => 'path',
904
+				  'type' => 'string',
905
+				  'required' => true,
906
+				),
907
+				'filter' => array(
908
+				  'location' => 'query',
909
+				  'type' => 'string',
910
+				),
911
+				'pageToken' => array(
912
+				  'location' => 'query',
913
+				  'type' => 'string',
914
+				),
915
+				'maxResults' => array(
916
+				  'location' => 'query',
917
+				  'type' => 'integer',
918
+				),
919
+			  ),
920
+			),'setTarget' => array(
921
+			  'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget',
922
+			  'httpMethod' => 'POST',
923
+			  'parameters' => array(
924
+				'project' => array(
925
+				  'location' => 'path',
926
+				  'type' => 'string',
927
+				  'required' => true,
928
+				),
929
+				'forwardingRule' => array(
930
+				  'location' => 'path',
931
+				  'type' => 'string',
932
+				  'required' => true,
933
+				),
934
+			  ),
935
+			),
936
+		  )
937
+		)
938
+	);
939
+	$this->globalOperations = new Google_Service_Compute_GlobalOperations_Resource(
940
+		$this,
941
+		$this->serviceName,
942
+		'globalOperations',
943
+		array(
944
+		  'methods' => array(
945
+			'aggregatedList' => array(
946
+			  'path' => '{project}/aggregated/operations',
947
+			  'httpMethod' => 'GET',
948
+			  'parameters' => array(
949
+				'project' => array(
950
+				  'location' => 'path',
951
+				  'type' => 'string',
952
+				  'required' => true,
953
+				),
954
+				'filter' => array(
955
+				  'location' => 'query',
956
+				  'type' => 'string',
957
+				),
958
+				'pageToken' => array(
959
+				  'location' => 'query',
960
+				  'type' => 'string',
961
+				),
962
+				'maxResults' => array(
963
+				  'location' => 'query',
964
+				  'type' => 'integer',
965
+				),
966
+			  ),
967
+			),'delete' => array(
968
+			  'path' => '{project}/global/operations/{operation}',
969
+			  'httpMethod' => 'DELETE',
970
+			  'parameters' => array(
971
+				'project' => array(
972
+				  'location' => 'path',
973
+				  'type' => 'string',
974
+				  'required' => true,
975
+				),
976
+				'operation' => array(
977
+				  'location' => 'path',
978
+				  'type' => 'string',
979
+				  'required' => true,
980
+				),
981
+			  ),
982
+			),'get' => array(
983
+			  'path' => '{project}/global/operations/{operation}',
984
+			  'httpMethod' => 'GET',
985
+			  'parameters' => array(
986
+				'project' => array(
987
+				  'location' => 'path',
988
+				  'type' => 'string',
989
+				  'required' => true,
990
+				),
991
+				'operation' => array(
992
+				  'location' => 'path',
993
+				  'type' => 'string',
994
+				  'required' => true,
995
+				),
996
+			  ),
997
+			),'list' => array(
998
+			  'path' => '{project}/global/operations',
999
+			  'httpMethod' => 'GET',
1000
+			  'parameters' => array(
1001
+				'project' => array(
1002
+				  'location' => 'path',
1003
+				  'type' => 'string',
1004
+				  'required' => true,
1005
+				),
1006
+				'filter' => array(
1007
+				  'location' => 'query',
1008
+				  'type' => 'string',
1009
+				),
1010
+				'pageToken' => array(
1011
+				  'location' => 'query',
1012
+				  'type' => 'string',
1013
+				),
1014
+				'maxResults' => array(
1015
+				  'location' => 'query',
1016
+				  'type' => 'integer',
1017
+				),
1018
+			  ),
1019
+			),
1020
+		  )
1021
+		)
1022
+	);
1023
+	$this->httpHealthChecks = new Google_Service_Compute_HttpHealthChecks_Resource(
1024
+		$this,
1025
+		$this->serviceName,
1026
+		'httpHealthChecks',
1027
+		array(
1028
+		  'methods' => array(
1029
+			'delete' => array(
1030
+			  'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1031
+			  'httpMethod' => 'DELETE',
1032
+			  'parameters' => array(
1033
+				'project' => array(
1034
+				  'location' => 'path',
1035
+				  'type' => 'string',
1036
+				  'required' => true,
1037
+				),
1038
+				'httpHealthCheck' => array(
1039
+				  'location' => 'path',
1040
+				  'type' => 'string',
1041
+				  'required' => true,
1042
+				),
1043
+			  ),
1044
+			),'get' => array(
1045
+			  'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1046
+			  'httpMethod' => 'GET',
1047
+			  'parameters' => array(
1048
+				'project' => array(
1049
+				  'location' => 'path',
1050
+				  'type' => 'string',
1051
+				  'required' => true,
1052
+				),
1053
+				'httpHealthCheck' => array(
1054
+				  'location' => 'path',
1055
+				  'type' => 'string',
1056
+				  'required' => true,
1057
+				),
1058
+			  ),
1059
+			),'insert' => array(
1060
+			  'path' => '{project}/global/httpHealthChecks',
1061
+			  'httpMethod' => 'POST',
1062
+			  'parameters' => array(
1063
+				'project' => array(
1064
+				  'location' => 'path',
1065
+				  'type' => 'string',
1066
+				  'required' => true,
1067
+				),
1068
+			  ),
1069
+			),'list' => array(
1070
+			  'path' => '{project}/global/httpHealthChecks',
1071
+			  'httpMethod' => 'GET',
1072
+			  'parameters' => array(
1073
+				'project' => array(
1074
+				  'location' => 'path',
1075
+				  'type' => 'string',
1076
+				  'required' => true,
1077
+				),
1078
+				'filter' => array(
1079
+				  'location' => 'query',
1080
+				  'type' => 'string',
1081
+				),
1082
+				'pageToken' => array(
1083
+				  'location' => 'query',
1084
+				  'type' => 'string',
1085
+				),
1086
+				'maxResults' => array(
1087
+				  'location' => 'query',
1088
+				  'type' => 'integer',
1089
+				),
1090
+			  ),
1091
+			),'patch' => array(
1092
+			  'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1093
+			  'httpMethod' => 'PATCH',
1094
+			  'parameters' => array(
1095
+				'project' => array(
1096
+				  'location' => 'path',
1097
+				  'type' => 'string',
1098
+				  'required' => true,
1099
+				),
1100
+				'httpHealthCheck' => array(
1101
+				  'location' => 'path',
1102
+				  'type' => 'string',
1103
+				  'required' => true,
1104
+				),
1105
+			  ),
1106
+			),'update' => array(
1107
+			  'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1108
+			  'httpMethod' => 'PUT',
1109
+			  'parameters' => array(
1110
+				'project' => array(
1111
+				  'location' => 'path',
1112
+				  'type' => 'string',
1113
+				  'required' => true,
1114
+				),
1115
+				'httpHealthCheck' => array(
1116
+				  'location' => 'path',
1117
+				  'type' => 'string',
1118
+				  'required' => true,
1119
+				),
1120
+			  ),
1121
+			),
1122
+		  )
1123
+		)
1124
+	);
1125
+	$this->images = new Google_Service_Compute_Images_Resource(
1126
+		$this,
1127
+		$this->serviceName,
1128
+		'images',
1129
+		array(
1130
+		  'methods' => array(
1131
+			'delete' => array(
1132
+			  'path' => '{project}/global/images/{image}',
1133
+			  'httpMethod' => 'DELETE',
1134
+			  'parameters' => array(
1135
+				'project' => array(
1136
+				  'location' => 'path',
1137
+				  'type' => 'string',
1138
+				  'required' => true,
1139
+				),
1140
+				'image' => array(
1141
+				  'location' => 'path',
1142
+				  'type' => 'string',
1143
+				  'required' => true,
1144
+				),
1145
+			  ),
1146
+			),'deprecate' => array(
1147
+			  'path' => '{project}/global/images/{image}/deprecate',
1148
+			  'httpMethod' => 'POST',
1149
+			  'parameters' => array(
1150
+				'project' => array(
1151
+				  'location' => 'path',
1152
+				  'type' => 'string',
1153
+				  'required' => true,
1154
+				),
1155
+				'image' => array(
1156
+				  'location' => 'path',
1157
+				  'type' => 'string',
1158
+				  'required' => true,
1159
+				),
1160
+			  ),
1161
+			),'get' => array(
1162
+			  'path' => '{project}/global/images/{image}',
1163
+			  'httpMethod' => 'GET',
1164
+			  'parameters' => array(
1165
+				'project' => array(
1166
+				  'location' => 'path',
1167
+				  'type' => 'string',
1168
+				  'required' => true,
1169
+				),
1170
+				'image' => array(
1171
+				  'location' => 'path',
1172
+				  'type' => 'string',
1173
+				  'required' => true,
1174
+				),
1175
+			  ),
1176
+			),'insert' => array(
1177
+			  'path' => '{project}/global/images',
1178
+			  'httpMethod' => 'POST',
1179
+			  'parameters' => array(
1180
+				'project' => array(
1181
+				  'location' => 'path',
1182
+				  'type' => 'string',
1183
+				  'required' => true,
1184
+				),
1185
+			  ),
1186
+			),'list' => array(
1187
+			  'path' => '{project}/global/images',
1188
+			  'httpMethod' => 'GET',
1189
+			  'parameters' => array(
1190
+				'project' => array(
1191
+				  'location' => 'path',
1192
+				  'type' => 'string',
1193
+				  'required' => true,
1194
+				),
1195
+				'filter' => array(
1196
+				  'location' => 'query',
1197
+				  'type' => 'string',
1198
+				),
1199
+				'pageToken' => array(
1200
+				  'location' => 'query',
1201
+				  'type' => 'string',
1202
+				),
1203
+				'maxResults' => array(
1204
+				  'location' => 'query',
1205
+				  'type' => 'integer',
1206
+				),
1207
+			  ),
1208
+			),
1209
+		  )
1210
+		)
1211
+	);
1212
+	$this->instanceTemplates = new Google_Service_Compute_InstanceTemplates_Resource(
1213
+		$this,
1214
+		$this->serviceName,
1215
+		'instanceTemplates',
1216
+		array(
1217
+		  'methods' => array(
1218
+			'delete' => array(
1219
+			  'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
1220
+			  'httpMethod' => 'DELETE',
1221
+			  'parameters' => array(
1222
+				'project' => array(
1223
+				  'location' => 'path',
1224
+				  'type' => 'string',
1225
+				  'required' => true,
1226
+				),
1227
+				'instanceTemplate' => array(
1228
+				  'location' => 'path',
1229
+				  'type' => 'string',
1230
+				  'required' => true,
1231
+				),
1232
+			  ),
1233
+			),'get' => array(
1234
+			  'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
1235
+			  'httpMethod' => 'GET',
1236
+			  'parameters' => array(
1237
+				'project' => array(
1238
+				  'location' => 'path',
1239
+				  'type' => 'string',
1240
+				  'required' => true,
1241
+				),
1242
+				'instanceTemplate' => array(
1243
+				  'location' => 'path',
1244
+				  'type' => 'string',
1245
+				  'required' => true,
1246
+				),
1247
+			  ),
1248
+			),'insert' => array(
1249
+			  'path' => '{project}/global/instanceTemplates',
1250
+			  'httpMethod' => 'POST',
1251
+			  'parameters' => array(
1252
+				'project' => array(
1253
+				  'location' => 'path',
1254
+				  'type' => 'string',
1255
+				  'required' => true,
1256
+				),
1257
+			  ),
1258
+			),'list' => array(
1259
+			  'path' => '{project}/global/instanceTemplates',
1260
+			  'httpMethod' => 'GET',
1261
+			  'parameters' => array(
1262
+				'project' => array(
1263
+				  'location' => 'path',
1264
+				  'type' => 'string',
1265
+				  'required' => true,
1266
+				),
1267
+				'filter' => array(
1268
+				  'location' => 'query',
1269
+				  'type' => 'string',
1270
+				),
1271
+				'pageToken' => array(
1272
+				  'location' => 'query',
1273
+				  'type' => 'string',
1274
+				),
1275
+				'maxResults' => array(
1276
+				  'location' => 'query',
1277
+				  'type' => 'integer',
1278
+				),
1279
+			  ),
1280
+			),
1281
+		  )
1282
+		)
1283
+	);
1284
+	$this->instances = new Google_Service_Compute_Instances_Resource(
1285
+		$this,
1286
+		$this->serviceName,
1287
+		'instances',
1288
+		array(
1289
+		  'methods' => array(
1290
+			'addAccessConfig' => array(
1291
+			  'path' => '{project}/zones/{zone}/instances/{instance}/addAccessConfig',
1292
+			  'httpMethod' => 'POST',
1293
+			  'parameters' => array(
1294
+				'project' => array(
1295
+				  'location' => 'path',
1296
+				  'type' => 'string',
1297
+				  'required' => true,
1298
+				),
1299
+				'zone' => array(
1300
+				  'location' => 'path',
1301
+				  'type' => 'string',
1302
+				  'required' => true,
1303
+				),
1304
+				'instance' => array(
1305
+				  'location' => 'path',
1306
+				  'type' => 'string',
1307
+				  'required' => true,
1308
+				),
1309
+				'networkInterface' => array(
1310
+				  'location' => 'query',
1311
+				  'type' => 'string',
1312
+				  'required' => true,
1313
+				),
1314
+			  ),
1315
+			),'aggregatedList' => array(
1316
+			  'path' => '{project}/aggregated/instances',
1317
+			  'httpMethod' => 'GET',
1318
+			  'parameters' => array(
1319
+				'project' => array(
1320
+				  'location' => 'path',
1321
+				  'type' => 'string',
1322
+				  'required' => true,
1323
+				),
1324
+				'filter' => array(
1325
+				  'location' => 'query',
1326
+				  'type' => 'string',
1327
+				),
1328
+				'pageToken' => array(
1329
+				  'location' => 'query',
1330
+				  'type' => 'string',
1331
+				),
1332
+				'maxResults' => array(
1333
+				  'location' => 'query',
1334
+				  'type' => 'integer',
1335
+				),
1336
+			  ),
1337
+			),'attachDisk' => array(
1338
+			  'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk',
1339
+			  'httpMethod' => 'POST',
1340
+			  'parameters' => array(
1341
+				'project' => array(
1342
+				  'location' => 'path',
1343
+				  'type' => 'string',
1344
+				  'required' => true,
1345
+				),
1346
+				'zone' => array(
1347
+				  'location' => 'path',
1348
+				  'type' => 'string',
1349
+				  'required' => true,
1350
+				),
1351
+				'instance' => array(
1352
+				  'location' => 'path',
1353
+				  'type' => 'string',
1354
+				  'required' => true,
1355
+				),
1356
+			  ),
1357
+			),'delete' => array(
1358
+			  'path' => '{project}/zones/{zone}/instances/{instance}',
1359
+			  'httpMethod' => 'DELETE',
1360
+			  'parameters' => array(
1361
+				'project' => array(
1362
+				  'location' => 'path',
1363
+				  'type' => 'string',
1364
+				  'required' => true,
1365
+				),
1366
+				'zone' => array(
1367
+				  'location' => 'path',
1368
+				  'type' => 'string',
1369
+				  'required' => true,
1370
+				),
1371
+				'instance' => array(
1372
+				  'location' => 'path',
1373
+				  'type' => 'string',
1374
+				  'required' => true,
1375
+				),
1376
+			  ),
1377
+			),'deleteAccessConfig' => array(
1378
+			  'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig',
1379
+			  'httpMethod' => 'POST',
1380
+			  'parameters' => array(
1381
+				'project' => array(
1382
+				  'location' => 'path',
1383
+				  'type' => 'string',
1384
+				  'required' => true,
1385
+				),
1386
+				'zone' => array(
1387
+				  'location' => 'path',
1388
+				  'type' => 'string',
1389
+				  'required' => true,
1390
+				),
1391
+				'instance' => array(
1392
+				  'location' => 'path',
1393
+				  'type' => 'string',
1394
+				  'required' => true,
1395
+				),
1396
+				'accessConfig' => array(
1397
+				  'location' => 'query',
1398
+				  'type' => 'string',
1399
+				  'required' => true,
1400
+				),
1401
+				'networkInterface' => array(
1402
+				  'location' => 'query',
1403
+				  'type' => 'string',
1404
+				  'required' => true,
1405
+				),
1406
+			  ),
1407
+			),'detachDisk' => array(
1408
+			  'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk',
1409
+			  'httpMethod' => 'POST',
1410
+			  'parameters' => array(
1411
+				'project' => array(
1412
+				  'location' => 'path',
1413
+				  'type' => 'string',
1414
+				  'required' => true,
1415
+				),
1416
+				'zone' => array(
1417
+				  'location' => 'path',
1418
+				  'type' => 'string',
1419
+				  'required' => true,
1420
+				),
1421
+				'instance' => array(
1422
+				  'location' => 'path',
1423
+				  'type' => 'string',
1424
+				  'required' => true,
1425
+				),
1426
+				'deviceName' => array(
1427
+				  'location' => 'query',
1428
+				  'type' => 'string',
1429
+				  'required' => true,
1430
+				),
1431
+			  ),
1432
+			),'get' => array(
1433
+			  'path' => '{project}/zones/{zone}/instances/{instance}',
1434
+			  'httpMethod' => 'GET',
1435
+			  'parameters' => array(
1436
+				'project' => array(
1437
+				  'location' => 'path',
1438
+				  'type' => 'string',
1439
+				  'required' => true,
1440
+				),
1441
+				'zone' => array(
1442
+				  'location' => 'path',
1443
+				  'type' => 'string',
1444
+				  'required' => true,
1445
+				),
1446
+				'instance' => array(
1447
+				  'location' => 'path',
1448
+				  'type' => 'string',
1449
+				  'required' => true,
1450
+				),
1451
+			  ),
1452
+			),'getSerialPortOutput' => array(
1453
+			  'path' => '{project}/zones/{zone}/instances/{instance}/serialPort',
1454
+			  'httpMethod' => 'GET',
1455
+			  'parameters' => array(
1456
+				'project' => array(
1457
+				  'location' => 'path',
1458
+				  'type' => 'string',
1459
+				  'required' => true,
1460
+				),
1461
+				'zone' => array(
1462
+				  'location' => 'path',
1463
+				  'type' => 'string',
1464
+				  'required' => true,
1465
+				),
1466
+				'instance' => array(
1467
+				  'location' => 'path',
1468
+				  'type' => 'string',
1469
+				  'required' => true,
1470
+				),
1471
+				'port' => array(
1472
+				  'location' => 'query',
1473
+				  'type' => 'integer',
1474
+				),
1475
+			  ),
1476
+			),'insert' => array(
1477
+			  'path' => '{project}/zones/{zone}/instances',
1478
+			  'httpMethod' => 'POST',
1479
+			  'parameters' => array(
1480
+				'project' => array(
1481
+				  'location' => 'path',
1482
+				  'type' => 'string',
1483
+				  'required' => true,
1484
+				),
1485
+				'zone' => array(
1486
+				  'location' => 'path',
1487
+				  'type' => 'string',
1488
+				  'required' => true,
1489
+				),
1490
+			  ),
1491
+			),'list' => array(
1492
+			  'path' => '{project}/zones/{zone}/instances',
1493
+			  'httpMethod' => 'GET',
1494
+			  'parameters' => array(
1495
+				'project' => array(
1496
+				  'location' => 'path',
1497
+				  'type' => 'string',
1498
+				  'required' => true,
1499
+				),
1500
+				'zone' => array(
1501
+				  'location' => 'path',
1502
+				  'type' => 'string',
1503
+				  'required' => true,
1504
+				),
1505
+				'filter' => array(
1506
+				  'location' => 'query',
1507
+				  'type' => 'string',
1508
+				),
1509
+				'pageToken' => array(
1510
+				  'location' => 'query',
1511
+				  'type' => 'string',
1512
+				),
1513
+				'maxResults' => array(
1514
+				  'location' => 'query',
1515
+				  'type' => 'integer',
1516
+				),
1517
+			  ),
1518
+			),'reset' => array(
1519
+			  'path' => '{project}/zones/{zone}/instances/{instance}/reset',
1520
+			  'httpMethod' => 'POST',
1521
+			  'parameters' => array(
1522
+				'project' => array(
1523
+				  'location' => 'path',
1524
+				  'type' => 'string',
1525
+				  'required' => true,
1526
+				),
1527
+				'zone' => array(
1528
+				  'location' => 'path',
1529
+				  'type' => 'string',
1530
+				  'required' => true,
1531
+				),
1532
+				'instance' => array(
1533
+				  'location' => 'path',
1534
+				  'type' => 'string',
1535
+				  'required' => true,
1536
+				),
1537
+			  ),
1538
+			),'setDiskAutoDelete' => array(
1539
+			  'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete',
1540
+			  'httpMethod' => 'POST',
1541
+			  'parameters' => array(
1542
+				'project' => array(
1543
+				  'location' => 'path',
1544
+				  'type' => 'string',
1545
+				  'required' => true,
1546
+				),
1547
+				'zone' => array(
1548
+				  'location' => 'path',
1549
+				  'type' => 'string',
1550
+				  'required' => true,
1551
+				),
1552
+				'instance' => array(
1553
+				  'location' => 'path',
1554
+				  'type' => 'string',
1555
+				  'required' => true,
1556
+				),
1557
+				'autoDelete' => array(
1558
+				  'location' => 'query',
1559
+				  'type' => 'boolean',
1560
+				  'required' => true,
1561
+				),
1562
+				'deviceName' => array(
1563
+				  'location' => 'query',
1564
+				  'type' => 'string',
1565
+				  'required' => true,
1566
+				),
1567
+			  ),
1568
+			),'setMetadata' => array(
1569
+			  'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata',
1570
+			  'httpMethod' => 'POST',
1571
+			  'parameters' => array(
1572
+				'project' => array(
1573
+				  'location' => 'path',
1574
+				  'type' => 'string',
1575
+				  'required' => true,
1576
+				),
1577
+				'zone' => array(
1578
+				  'location' => 'path',
1579
+				  'type' => 'string',
1580
+				  'required' => true,
1581
+				),
1582
+				'instance' => array(
1583
+				  'location' => 'path',
1584
+				  'type' => 'string',
1585
+				  'required' => true,
1586
+				),
1587
+			  ),
1588
+			),'setScheduling' => array(
1589
+			  'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling',
1590
+			  'httpMethod' => 'POST',
1591
+			  'parameters' => array(
1592
+				'project' => array(
1593
+				  'location' => 'path',
1594
+				  'type' => 'string',
1595
+				  'required' => true,
1596
+				),
1597
+				'zone' => array(
1598
+				  'location' => 'path',
1599
+				  'type' => 'string',
1600
+				  'required' => true,
1601
+				),
1602
+				'instance' => array(
1603
+				  'location' => 'path',
1604
+				  'type' => 'string',
1605
+				  'required' => true,
1606
+				),
1607
+			  ),
1608
+			),'setTags' => array(
1609
+			  'path' => '{project}/zones/{zone}/instances/{instance}/setTags',
1610
+			  'httpMethod' => 'POST',
1611
+			  'parameters' => array(
1612
+				'project' => array(
1613
+				  'location' => 'path',
1614
+				  'type' => 'string',
1615
+				  'required' => true,
1616
+				),
1617
+				'zone' => array(
1618
+				  'location' => 'path',
1619
+				  'type' => 'string',
1620
+				  'required' => true,
1621
+				),
1622
+				'instance' => array(
1623
+				  'location' => 'path',
1624
+				  'type' => 'string',
1625
+				  'required' => true,
1626
+				),
1627
+			  ),
1628
+			),'start' => array(
1629
+			  'path' => '{project}/zones/{zone}/instances/{instance}/start',
1630
+			  'httpMethod' => 'POST',
1631
+			  'parameters' => array(
1632
+				'project' => array(
1633
+				  'location' => 'path',
1634
+				  'type' => 'string',
1635
+				  'required' => true,
1636
+				),
1637
+				'zone' => array(
1638
+				  'location' => 'path',
1639
+				  'type' => 'string',
1640
+				  'required' => true,
1641
+				),
1642
+				'instance' => array(
1643
+				  'location' => 'path',
1644
+				  'type' => 'string',
1645
+				  'required' => true,
1646
+				),
1647
+			  ),
1648
+			),'stop' => array(
1649
+			  'path' => '{project}/zones/{zone}/instances/{instance}/stop',
1650
+			  'httpMethod' => 'POST',
1651
+			  'parameters' => array(
1652
+				'project' => array(
1653
+				  'location' => 'path',
1654
+				  'type' => 'string',
1655
+				  'required' => true,
1656
+				),
1657
+				'zone' => array(
1658
+				  'location' => 'path',
1659
+				  'type' => 'string',
1660
+				  'required' => true,
1661
+				),
1662
+				'instance' => array(
1663
+				  'location' => 'path',
1664
+				  'type' => 'string',
1665
+				  'required' => true,
1666
+				),
1667
+			  ),
1668
+			),
1669
+		  )
1670
+		)
1671
+	);
1672
+	$this->licenses = new Google_Service_Compute_Licenses_Resource(
1673
+		$this,
1674
+		$this->serviceName,
1675
+		'licenses',
1676
+		array(
1677
+		  'methods' => array(
1678
+			'get' => array(
1679
+			  'path' => '{project}/global/licenses/{license}',
1680
+			  'httpMethod' => 'GET',
1681
+			  'parameters' => array(
1682
+				'project' => array(
1683
+				  'location' => 'path',
1684
+				  'type' => 'string',
1685
+				  'required' => true,
1686
+				),
1687
+				'license' => array(
1688
+				  'location' => 'path',
1689
+				  'type' => 'string',
1690
+				  'required' => true,
1691
+				),
1692
+			  ),
1693
+			),
1694
+		  )
1695
+		)
1696
+	);
1697
+	$this->machineTypes = new Google_Service_Compute_MachineTypes_Resource(
1698
+		$this,
1699
+		$this->serviceName,
1700
+		'machineTypes',
1701
+		array(
1702
+		  'methods' => array(
1703
+			'aggregatedList' => array(
1704
+			  'path' => '{project}/aggregated/machineTypes',
1705
+			  'httpMethod' => 'GET',
1706
+			  'parameters' => array(
1707
+				'project' => array(
1708
+				  'location' => 'path',
1709
+				  'type' => 'string',
1710
+				  'required' => true,
1711
+				),
1712
+				'filter' => array(
1713
+				  'location' => 'query',
1714
+				  'type' => 'string',
1715
+				),
1716
+				'pageToken' => array(
1717
+				  'location' => 'query',
1718
+				  'type' => 'string',
1719
+				),
1720
+				'maxResults' => array(
1721
+				  'location' => 'query',
1722
+				  'type' => 'integer',
1723
+				),
1724
+			  ),
1725
+			),'get' => array(
1726
+			  'path' => '{project}/zones/{zone}/machineTypes/{machineType}',
1727
+			  'httpMethod' => 'GET',
1728
+			  'parameters' => array(
1729
+				'project' => array(
1730
+				  'location' => 'path',
1731
+				  'type' => 'string',
1732
+				  'required' => true,
1733
+				),
1734
+				'zone' => array(
1735
+				  'location' => 'path',
1736
+				  'type' => 'string',
1737
+				  'required' => true,
1738
+				),
1739
+				'machineType' => array(
1740
+				  'location' => 'path',
1741
+				  'type' => 'string',
1742
+				  'required' => true,
1743
+				),
1744
+			  ),
1745
+			),'list' => array(
1746
+			  'path' => '{project}/zones/{zone}/machineTypes',
1747
+			  'httpMethod' => 'GET',
1748
+			  'parameters' => array(
1749
+				'project' => array(
1750
+				  'location' => 'path',
1751
+				  'type' => 'string',
1752
+				  'required' => true,
1753
+				),
1754
+				'zone' => array(
1755
+				  'location' => 'path',
1756
+				  'type' => 'string',
1757
+				  'required' => true,
1758
+				),
1759
+				'filter' => array(
1760
+				  'location' => 'query',
1761
+				  'type' => 'string',
1762
+				),
1763
+				'pageToken' => array(
1764
+				  'location' => 'query',
1765
+				  'type' => 'string',
1766
+				),
1767
+				'maxResults' => array(
1768
+				  'location' => 'query',
1769
+				  'type' => 'integer',
1770
+				),
1771
+			  ),
1772
+			),
1773
+		  )
1774
+		)
1775
+	);
1776
+	$this->networks = new Google_Service_Compute_Networks_Resource(
1777
+		$this,
1778
+		$this->serviceName,
1779
+		'networks',
1780
+		array(
1781
+		  'methods' => array(
1782
+			'delete' => array(
1783
+			  'path' => '{project}/global/networks/{network}',
1784
+			  'httpMethod' => 'DELETE',
1785
+			  'parameters' => array(
1786
+				'project' => array(
1787
+				  'location' => 'path',
1788
+				  'type' => 'string',
1789
+				  'required' => true,
1790
+				),
1791
+				'network' => array(
1792
+				  'location' => 'path',
1793
+				  'type' => 'string',
1794
+				  'required' => true,
1795
+				),
1796
+			  ),
1797
+			),'get' => array(
1798
+			  'path' => '{project}/global/networks/{network}',
1799
+			  'httpMethod' => 'GET',
1800
+			  'parameters' => array(
1801
+				'project' => array(
1802
+				  'location' => 'path',
1803
+				  'type' => 'string',
1804
+				  'required' => true,
1805
+				),
1806
+				'network' => array(
1807
+				  'location' => 'path',
1808
+				  'type' => 'string',
1809
+				  'required' => true,
1810
+				),
1811
+			  ),
1812
+			),'insert' => array(
1813
+			  'path' => '{project}/global/networks',
1814
+			  'httpMethod' => 'POST',
1815
+			  'parameters' => array(
1816
+				'project' => array(
1817
+				  'location' => 'path',
1818
+				  'type' => 'string',
1819
+				  'required' => true,
1820
+				),
1821
+			  ),
1822
+			),'list' => array(
1823
+			  'path' => '{project}/global/networks',
1824
+			  'httpMethod' => 'GET',
1825
+			  'parameters' => array(
1826
+				'project' => array(
1827
+				  'location' => 'path',
1828
+				  'type' => 'string',
1829
+				  'required' => true,
1830
+				),
1831
+				'filter' => array(
1832
+				  'location' => 'query',
1833
+				  'type' => 'string',
1834
+				),
1835
+				'pageToken' => array(
1836
+				  'location' => 'query',
1837
+				  'type' => 'string',
1838
+				),
1839
+				'maxResults' => array(
1840
+				  'location' => 'query',
1841
+				  'type' => 'integer',
1842
+				),
1843
+			  ),
1844
+			),
1845
+		  )
1846
+		)
1847
+	);
1848
+	$this->projects = new Google_Service_Compute_Projects_Resource(
1849
+		$this,
1850
+		$this->serviceName,
1851
+		'projects',
1852
+		array(
1853
+		  'methods' => array(
1854
+			'get' => array(
1855
+			  'path' => '{project}',
1856
+			  'httpMethod' => 'GET',
1857
+			  'parameters' => array(
1858
+				'project' => array(
1859
+				  'location' => 'path',
1860
+				  'type' => 'string',
1861
+				  'required' => true,
1862
+				),
1863
+			  ),
1864
+			),'moveDisk' => array(
1865
+			  'path' => '{project}/moveDisk',
1866
+			  'httpMethod' => 'POST',
1867
+			  'parameters' => array(
1868
+				'project' => array(
1869
+				  'location' => 'path',
1870
+				  'type' => 'string',
1871
+				  'required' => true,
1872
+				),
1873
+			  ),
1874
+			),'moveInstance' => array(
1875
+			  'path' => '{project}/moveInstance',
1876
+			  'httpMethod' => 'POST',
1877
+			  'parameters' => array(
1878
+				'project' => array(
1879
+				  'location' => 'path',
1880
+				  'type' => 'string',
1881
+				  'required' => true,
1882
+				),
1883
+			  ),
1884
+			),'setCommonInstanceMetadata' => array(
1885
+			  'path' => '{project}/setCommonInstanceMetadata',
1886
+			  'httpMethod' => 'POST',
1887
+			  'parameters' => array(
1888
+				'project' => array(
1889
+				  'location' => 'path',
1890
+				  'type' => 'string',
1891
+				  'required' => true,
1892
+				),
1893
+			  ),
1894
+			),'setUsageExportBucket' => array(
1895
+			  'path' => '{project}/setUsageExportBucket',
1896
+			  'httpMethod' => 'POST',
1897
+			  'parameters' => array(
1898
+				'project' => array(
1899
+				  'location' => 'path',
1900
+				  'type' => 'string',
1901
+				  'required' => true,
1902
+				),
1903
+			  ),
1904
+			),
1905
+		  )
1906
+		)
1907
+	);
1908
+	$this->regionOperations = new Google_Service_Compute_RegionOperations_Resource(
1909
+		$this,
1910
+		$this->serviceName,
1911
+		'regionOperations',
1912
+		array(
1913
+		  'methods' => array(
1914
+			'delete' => array(
1915
+			  'path' => '{project}/regions/{region}/operations/{operation}',
1916
+			  'httpMethod' => 'DELETE',
1917
+			  'parameters' => array(
1918
+				'project' => array(
1919
+				  'location' => 'path',
1920
+				  'type' => 'string',
1921
+				  'required' => true,
1922
+				),
1923
+				'region' => array(
1924
+				  'location' => 'path',
1925
+				  'type' => 'string',
1926
+				  'required' => true,
1927
+				),
1928
+				'operation' => array(
1929
+				  'location' => 'path',
1930
+				  'type' => 'string',
1931
+				  'required' => true,
1932
+				),
1933
+			  ),
1934
+			),'get' => array(
1935
+			  'path' => '{project}/regions/{region}/operations/{operation}',
1936
+			  'httpMethod' => 'GET',
1937
+			  'parameters' => array(
1938
+				'project' => array(
1939
+				  'location' => 'path',
1940
+				  'type' => 'string',
1941
+				  'required' => true,
1942
+				),
1943
+				'region' => array(
1944
+				  'location' => 'path',
1945
+				  'type' => 'string',
1946
+				  'required' => true,
1947
+				),
1948
+				'operation' => array(
1949
+				  'location' => 'path',
1950
+				  'type' => 'string',
1951
+				  'required' => true,
1952
+				),
1953
+			  ),
1954
+			),'list' => array(
1955
+			  'path' => '{project}/regions/{region}/operations',
1956
+			  'httpMethod' => 'GET',
1957
+			  'parameters' => array(
1958
+				'project' => array(
1959
+				  'location' => 'path',
1960
+				  'type' => 'string',
1961
+				  'required' => true,
1962
+				),
1963
+				'region' => array(
1964
+				  'location' => 'path',
1965
+				  'type' => 'string',
1966
+				  'required' => true,
1967
+				),
1968
+				'filter' => array(
1969
+				  'location' => 'query',
1970
+				  'type' => 'string',
1971
+				),
1972
+				'pageToken' => array(
1973
+				  'location' => 'query',
1974
+				  'type' => 'string',
1975
+				),
1976
+				'maxResults' => array(
1977
+				  'location' => 'query',
1978
+				  'type' => 'integer',
1979
+				),
1980
+			  ),
1981
+			),
1982
+		  )
1983
+		)
1984
+	);
1985
+	$this->regions = new Google_Service_Compute_Regions_Resource(
1986
+		$this,
1987
+		$this->serviceName,
1988
+		'regions',
1989
+		array(
1990
+		  'methods' => array(
1991
+			'get' => array(
1992
+			  'path' => '{project}/regions/{region}',
1993
+			  'httpMethod' => 'GET',
1994
+			  'parameters' => array(
1995
+				'project' => array(
1996
+				  'location' => 'path',
1997
+				  'type' => 'string',
1998
+				  'required' => true,
1999
+				),
2000
+				'region' => array(
2001
+				  'location' => 'path',
2002
+				  'type' => 'string',
2003
+				  'required' => true,
2004
+				),
2005
+			  ),
2006
+			),'list' => array(
2007
+			  'path' => '{project}/regions',
2008
+			  'httpMethod' => 'GET',
2009
+			  'parameters' => array(
2010
+				'project' => array(
2011
+				  'location' => 'path',
2012
+				  'type' => 'string',
2013
+				  'required' => true,
2014
+				),
2015
+				'filter' => array(
2016
+				  'location' => 'query',
2017
+				  'type' => 'string',
2018
+				),
2019
+				'pageToken' => array(
2020
+				  'location' => 'query',
2021
+				  'type' => 'string',
2022
+				),
2023
+				'maxResults' => array(
2024
+				  'location' => 'query',
2025
+				  'type' => 'integer',
2026
+				),
2027
+			  ),
2028
+			),
2029
+		  )
2030
+		)
2031
+	);
2032
+	$this->routes = new Google_Service_Compute_Routes_Resource(
2033
+		$this,
2034
+		$this->serviceName,
2035
+		'routes',
2036
+		array(
2037
+		  'methods' => array(
2038
+			'delete' => array(
2039
+			  'path' => '{project}/global/routes/{route}',
2040
+			  'httpMethod' => 'DELETE',
2041
+			  'parameters' => array(
2042
+				'project' => array(
2043
+				  'location' => 'path',
2044
+				  'type' => 'string',
2045
+				  'required' => true,
2046
+				),
2047
+				'route' => array(
2048
+				  'location' => 'path',
2049
+				  'type' => 'string',
2050
+				  'required' => true,
2051
+				),
2052
+			  ),
2053
+			),'get' => array(
2054
+			  'path' => '{project}/global/routes/{route}',
2055
+			  'httpMethod' => 'GET',
2056
+			  'parameters' => array(
2057
+				'project' => array(
2058
+				  'location' => 'path',
2059
+				  'type' => 'string',
2060
+				  'required' => true,
2061
+				),
2062
+				'route' => array(
2063
+				  'location' => 'path',
2064
+				  'type' => 'string',
2065
+				  'required' => true,
2066
+				),
2067
+			  ),
2068
+			),'insert' => array(
2069
+			  'path' => '{project}/global/routes',
2070
+			  'httpMethod' => 'POST',
2071
+			  'parameters' => array(
2072
+				'project' => array(
2073
+				  'location' => 'path',
2074
+				  'type' => 'string',
2075
+				  'required' => true,
2076
+				),
2077
+			  ),
2078
+			),'list' => array(
2079
+			  'path' => '{project}/global/routes',
2080
+			  'httpMethod' => 'GET',
2081
+			  'parameters' => array(
2082
+				'project' => array(
2083
+				  'location' => 'path',
2084
+				  'type' => 'string',
2085
+				  'required' => true,
2086
+				),
2087
+				'filter' => array(
2088
+				  'location' => 'query',
2089
+				  'type' => 'string',
2090
+				),
2091
+				'pageToken' => array(
2092
+				  'location' => 'query',
2093
+				  'type' => 'string',
2094
+				),
2095
+				'maxResults' => array(
2096
+				  'location' => 'query',
2097
+				  'type' => 'integer',
2098
+				),
2099
+			  ),
2100
+			),
2101
+		  )
2102
+		)
2103
+	);
2104
+	$this->snapshots = new Google_Service_Compute_Snapshots_Resource(
2105
+		$this,
2106
+		$this->serviceName,
2107
+		'snapshots',
2108
+		array(
2109
+		  'methods' => array(
2110
+			'delete' => array(
2111
+			  'path' => '{project}/global/snapshots/{snapshot}',
2112
+			  'httpMethod' => 'DELETE',
2113
+			  'parameters' => array(
2114
+				'project' => array(
2115
+				  'location' => 'path',
2116
+				  'type' => 'string',
2117
+				  'required' => true,
2118
+				),
2119
+				'snapshot' => array(
2120
+				  'location' => 'path',
2121
+				  'type' => 'string',
2122
+				  'required' => true,
2123
+				),
2124
+			  ),
2125
+			),'get' => array(
2126
+			  'path' => '{project}/global/snapshots/{snapshot}',
2127
+			  'httpMethod' => 'GET',
2128
+			  'parameters' => array(
2129
+				'project' => array(
2130
+				  'location' => 'path',
2131
+				  'type' => 'string',
2132
+				  'required' => true,
2133
+				),
2134
+				'snapshot' => array(
2135
+				  'location' => 'path',
2136
+				  'type' => 'string',
2137
+				  'required' => true,
2138
+				),
2139
+			  ),
2140
+			),'list' => array(
2141
+			  'path' => '{project}/global/snapshots',
2142
+			  'httpMethod' => 'GET',
2143
+			  'parameters' => array(
2144
+				'project' => array(
2145
+				  'location' => 'path',
2146
+				  'type' => 'string',
2147
+				  'required' => true,
2148
+				),
2149
+				'filter' => array(
2150
+				  'location' => 'query',
2151
+				  'type' => 'string',
2152
+				),
2153
+				'pageToken' => array(
2154
+				  'location' => 'query',
2155
+				  'type' => 'string',
2156
+				),
2157
+				'maxResults' => array(
2158
+				  'location' => 'query',
2159
+				  'type' => 'integer',
2160
+				),
2161
+			  ),
2162
+			),
2163
+		  )
2164
+		)
2165
+	);
2166
+	$this->targetHttpProxies = new Google_Service_Compute_TargetHttpProxies_Resource(
2167
+		$this,
2168
+		$this->serviceName,
2169
+		'targetHttpProxies',
2170
+		array(
2171
+		  'methods' => array(
2172
+			'delete' => array(
2173
+			  'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}',
2174
+			  'httpMethod' => 'DELETE',
2175
+			  'parameters' => array(
2176
+				'project' => array(
2177
+				  'location' => 'path',
2178
+				  'type' => 'string',
2179
+				  'required' => true,
2180
+				),
2181
+				'targetHttpProxy' => array(
2182
+				  'location' => 'path',
2183
+				  'type' => 'string',
2184
+				  'required' => true,
2185
+				),
2186
+			  ),
2187
+			),'get' => array(
2188
+			  'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}',
2189
+			  'httpMethod' => 'GET',
2190
+			  'parameters' => array(
2191
+				'project' => array(
2192
+				  'location' => 'path',
2193
+				  'type' => 'string',
2194
+				  'required' => true,
2195
+				),
2196
+				'targetHttpProxy' => array(
2197
+				  'location' => 'path',
2198
+				  'type' => 'string',
2199
+				  'required' => true,
2200
+				),
2201
+			  ),
2202
+			),'insert' => array(
2203
+			  'path' => '{project}/global/targetHttpProxies',
2204
+			  'httpMethod' => 'POST',
2205
+			  'parameters' => array(
2206
+				'project' => array(
2207
+				  'location' => 'path',
2208
+				  'type' => 'string',
2209
+				  'required' => true,
2210
+				),
2211
+			  ),
2212
+			),'list' => array(
2213
+			  'path' => '{project}/global/targetHttpProxies',
2214
+			  'httpMethod' => 'GET',
2215
+			  'parameters' => array(
2216
+				'project' => array(
2217
+				  'location' => 'path',
2218
+				  'type' => 'string',
2219
+				  'required' => true,
2220
+				),
2221
+				'filter' => array(
2222
+				  'location' => 'query',
2223
+				  'type' => 'string',
2224
+				),
2225
+				'pageToken' => array(
2226
+				  'location' => 'query',
2227
+				  'type' => 'string',
2228
+				),
2229
+				'maxResults' => array(
2230
+				  'location' => 'query',
2231
+				  'type' => 'integer',
2232
+				),
2233
+			  ),
2234
+			),'setUrlMap' => array(
2235
+			  'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap',
2236
+			  'httpMethod' => 'POST',
2237
+			  'parameters' => array(
2238
+				'project' => array(
2239
+				  'location' => 'path',
2240
+				  'type' => 'string',
2241
+				  'required' => true,
2242
+				),
2243
+				'targetHttpProxy' => array(
2244
+				  'location' => 'path',
2245
+				  'type' => 'string',
2246
+				  'required' => true,
2247
+				),
2248
+			  ),
2249
+			),
2250
+		  )
2251
+		)
2252
+	);
2253
+	$this->targetInstances = new Google_Service_Compute_TargetInstances_Resource(
2254
+		$this,
2255
+		$this->serviceName,
2256
+		'targetInstances',
2257
+		array(
2258
+		  'methods' => array(
2259
+			'aggregatedList' => array(
2260
+			  'path' => '{project}/aggregated/targetInstances',
2261
+			  'httpMethod' => 'GET',
2262
+			  'parameters' => array(
2263
+				'project' => array(
2264
+				  'location' => 'path',
2265
+				  'type' => 'string',
2266
+				  'required' => true,
2267
+				),
2268
+				'filter' => array(
2269
+				  'location' => 'query',
2270
+				  'type' => 'string',
2271
+				),
2272
+				'pageToken' => array(
2273
+				  'location' => 'query',
2274
+				  'type' => 'string',
2275
+				),
2276
+				'maxResults' => array(
2277
+				  'location' => 'query',
2278
+				  'type' => 'integer',
2279
+				),
2280
+			  ),
2281
+			),'delete' => array(
2282
+			  'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2283
+			  'httpMethod' => 'DELETE',
2284
+			  'parameters' => array(
2285
+				'project' => array(
2286
+				  'location' => 'path',
2287
+				  'type' => 'string',
2288
+				  'required' => true,
2289
+				),
2290
+				'zone' => array(
2291
+				  'location' => 'path',
2292
+				  'type' => 'string',
2293
+				  'required' => true,
2294
+				),
2295
+				'targetInstance' => array(
2296
+				  'location' => 'path',
2297
+				  'type' => 'string',
2298
+				  'required' => true,
2299
+				),
2300
+			  ),
2301
+			),'get' => array(
2302
+			  'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2303
+			  'httpMethod' => 'GET',
2304
+			  'parameters' => array(
2305
+				'project' => array(
2306
+				  'location' => 'path',
2307
+				  'type' => 'string',
2308
+				  'required' => true,
2309
+				),
2310
+				'zone' => array(
2311
+				  'location' => 'path',
2312
+				  'type' => 'string',
2313
+				  'required' => true,
2314
+				),
2315
+				'targetInstance' => array(
2316
+				  'location' => 'path',
2317
+				  'type' => 'string',
2318
+				  'required' => true,
2319
+				),
2320
+			  ),
2321
+			),'insert' => array(
2322
+			  'path' => '{project}/zones/{zone}/targetInstances',
2323
+			  'httpMethod' => 'POST',
2324
+			  'parameters' => array(
2325
+				'project' => array(
2326
+				  'location' => 'path',
2327
+				  'type' => 'string',
2328
+				  'required' => true,
2329
+				),
2330
+				'zone' => array(
2331
+				  'location' => 'path',
2332
+				  'type' => 'string',
2333
+				  'required' => true,
2334
+				),
2335
+			  ),
2336
+			),'list' => array(
2337
+			  'path' => '{project}/zones/{zone}/targetInstances',
2338
+			  'httpMethod' => 'GET',
2339
+			  'parameters' => array(
2340
+				'project' => array(
2341
+				  'location' => 'path',
2342
+				  'type' => 'string',
2343
+				  'required' => true,
2344
+				),
2345
+				'zone' => array(
2346
+				  'location' => 'path',
2347
+				  'type' => 'string',
2348
+				  'required' => true,
2349
+				),
2350
+				'filter' => array(
2351
+				  'location' => 'query',
2352
+				  'type' => 'string',
2353
+				),
2354
+				'pageToken' => array(
2355
+				  'location' => 'query',
2356
+				  'type' => 'string',
2357
+				),
2358
+				'maxResults' => array(
2359
+				  'location' => 'query',
2360
+				  'type' => 'integer',
2361
+				),
2362
+			  ),
2363
+			),
2364
+		  )
2365
+		)
2366
+	);
2367
+	$this->targetPools = new Google_Service_Compute_TargetPools_Resource(
2368
+		$this,
2369
+		$this->serviceName,
2370
+		'targetPools',
2371
+		array(
2372
+		  'methods' => array(
2373
+			'addHealthCheck' => array(
2374
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck',
2375
+			  'httpMethod' => 'POST',
2376
+			  'parameters' => array(
2377
+				'project' => array(
2378
+				  'location' => 'path',
2379
+				  'type' => 'string',
2380
+				  'required' => true,
2381
+				),
2382
+				'region' => array(
2383
+				  'location' => 'path',
2384
+				  'type' => 'string',
2385
+				  'required' => true,
2386
+				),
2387
+				'targetPool' => array(
2388
+				  'location' => 'path',
2389
+				  'type' => 'string',
2390
+				  'required' => true,
2391
+				),
2392
+			  ),
2393
+			),'addInstance' => array(
2394
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance',
2395
+			  'httpMethod' => 'POST',
2396
+			  'parameters' => array(
2397
+				'project' => array(
2398
+				  'location' => 'path',
2399
+				  'type' => 'string',
2400
+				  'required' => true,
2401
+				),
2402
+				'region' => array(
2403
+				  'location' => 'path',
2404
+				  'type' => 'string',
2405
+				  'required' => true,
2406
+				),
2407
+				'targetPool' => array(
2408
+				  'location' => 'path',
2409
+				  'type' => 'string',
2410
+				  'required' => true,
2411
+				),
2412
+			  ),
2413
+			),'aggregatedList' => array(
2414
+			  'path' => '{project}/aggregated/targetPools',
2415
+			  'httpMethod' => 'GET',
2416
+			  'parameters' => array(
2417
+				'project' => array(
2418
+				  'location' => 'path',
2419
+				  'type' => 'string',
2420
+				  'required' => true,
2421
+				),
2422
+				'filter' => array(
2423
+				  'location' => 'query',
2424
+				  'type' => 'string',
2425
+				),
2426
+				'pageToken' => array(
2427
+				  'location' => 'query',
2428
+				  'type' => 'string',
2429
+				),
2430
+				'maxResults' => array(
2431
+				  'location' => 'query',
2432
+				  'type' => 'integer',
2433
+				),
2434
+			  ),
2435
+			),'delete' => array(
2436
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2437
+			  'httpMethod' => 'DELETE',
2438
+			  'parameters' => array(
2439
+				'project' => array(
2440
+				  'location' => 'path',
2441
+				  'type' => 'string',
2442
+				  'required' => true,
2443
+				),
2444
+				'region' => array(
2445
+				  'location' => 'path',
2446
+				  'type' => 'string',
2447
+				  'required' => true,
2448
+				),
2449
+				'targetPool' => array(
2450
+				  'location' => 'path',
2451
+				  'type' => 'string',
2452
+				  'required' => true,
2453
+				),
2454
+			  ),
2455
+			),'get' => array(
2456
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2457
+			  'httpMethod' => 'GET',
2458
+			  'parameters' => array(
2459
+				'project' => array(
2460
+				  'location' => 'path',
2461
+				  'type' => 'string',
2462
+				  'required' => true,
2463
+				),
2464
+				'region' => array(
2465
+				  'location' => 'path',
2466
+				  'type' => 'string',
2467
+				  'required' => true,
2468
+				),
2469
+				'targetPool' => array(
2470
+				  'location' => 'path',
2471
+				  'type' => 'string',
2472
+				  'required' => true,
2473
+				),
2474
+			  ),
2475
+			),'getHealth' => array(
2476
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth',
2477
+			  'httpMethod' => 'POST',
2478
+			  'parameters' => array(
2479
+				'project' => array(
2480
+				  'location' => 'path',
2481
+				  'type' => 'string',
2482
+				  'required' => true,
2483
+				),
2484
+				'region' => array(
2485
+				  'location' => 'path',
2486
+				  'type' => 'string',
2487
+				  'required' => true,
2488
+				),
2489
+				'targetPool' => array(
2490
+				  'location' => 'path',
2491
+				  'type' => 'string',
2492
+				  'required' => true,
2493
+				),
2494
+			  ),
2495
+			),'insert' => array(
2496
+			  'path' => '{project}/regions/{region}/targetPools',
2497
+			  'httpMethod' => 'POST',
2498
+			  'parameters' => array(
2499
+				'project' => array(
2500
+				  'location' => 'path',
2501
+				  'type' => 'string',
2502
+				  'required' => true,
2503
+				),
2504
+				'region' => array(
2505
+				  'location' => 'path',
2506
+				  'type' => 'string',
2507
+				  'required' => true,
2508
+				),
2509
+			  ),
2510
+			),'list' => array(
2511
+			  'path' => '{project}/regions/{region}/targetPools',
2512
+			  'httpMethod' => 'GET',
2513
+			  'parameters' => array(
2514
+				'project' => array(
2515
+				  'location' => 'path',
2516
+				  'type' => 'string',
2517
+				  'required' => true,
2518
+				),
2519
+				'region' => array(
2520
+				  'location' => 'path',
2521
+				  'type' => 'string',
2522
+				  'required' => true,
2523
+				),
2524
+				'filter' => array(
2525
+				  'location' => 'query',
2526
+				  'type' => 'string',
2527
+				),
2528
+				'pageToken' => array(
2529
+				  'location' => 'query',
2530
+				  'type' => 'string',
2531
+				),
2532
+				'maxResults' => array(
2533
+				  'location' => 'query',
2534
+				  'type' => 'integer',
2535
+				),
2536
+			  ),
2537
+			),'removeHealthCheck' => array(
2538
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck',
2539
+			  'httpMethod' => 'POST',
2540
+			  'parameters' => array(
2541
+				'project' => array(
2542
+				  'location' => 'path',
2543
+				  'type' => 'string',
2544
+				  'required' => true,
2545
+				),
2546
+				'region' => array(
2547
+				  'location' => 'path',
2548
+				  'type' => 'string',
2549
+				  'required' => true,
2550
+				),
2551
+				'targetPool' => array(
2552
+				  'location' => 'path',
2553
+				  'type' => 'string',
2554
+				  'required' => true,
2555
+				),
2556
+			  ),
2557
+			),'removeInstance' => array(
2558
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance',
2559
+			  'httpMethod' => 'POST',
2560
+			  'parameters' => array(
2561
+				'project' => array(
2562
+				  'location' => 'path',
2563
+				  'type' => 'string',
2564
+				  'required' => true,
2565
+				),
2566
+				'region' => array(
2567
+				  'location' => 'path',
2568
+				  'type' => 'string',
2569
+				  'required' => true,
2570
+				),
2571
+				'targetPool' => array(
2572
+				  'location' => 'path',
2573
+				  'type' => 'string',
2574
+				  'required' => true,
2575
+				),
2576
+			  ),
2577
+			),'setBackup' => array(
2578
+			  'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup',
2579
+			  'httpMethod' => 'POST',
2580
+			  'parameters' => array(
2581
+				'project' => array(
2582
+				  'location' => 'path',
2583
+				  'type' => 'string',
2584
+				  'required' => true,
2585
+				),
2586
+				'region' => array(
2587
+				  'location' => 'path',
2588
+				  'type' => 'string',
2589
+				  'required' => true,
2590
+				),
2591
+				'targetPool' => array(
2592
+				  'location' => 'path',
2593
+				  'type' => 'string',
2594
+				  'required' => true,
2595
+				),
2596
+				'failoverRatio' => array(
2597
+				  'location' => 'query',
2598
+				  'type' => 'number',
2599
+				),
2600
+			  ),
2601
+			),
2602
+		  )
2603
+		)
2604
+	);
2605
+	$this->targetVpnGateways = new Google_Service_Compute_TargetVpnGateways_Resource(
2606
+		$this,
2607
+		$this->serviceName,
2608
+		'targetVpnGateways',
2609
+		array(
2610
+		  'methods' => array(
2611
+			'aggregatedList' => array(
2612
+			  'path' => '{project}/aggregated/targetVpnGateways',
2613
+			  'httpMethod' => 'GET',
2614
+			  'parameters' => array(
2615
+				'project' => array(
2616
+				  'location' => 'path',
2617
+				  'type' => 'string',
2618
+				  'required' => true,
2619
+				),
2620
+				'filter' => array(
2621
+				  'location' => 'query',
2622
+				  'type' => 'string',
2623
+				),
2624
+				'pageToken' => array(
2625
+				  'location' => 'query',
2626
+				  'type' => 'string',
2627
+				),
2628
+				'maxResults' => array(
2629
+				  'location' => 'query',
2630
+				  'type' => 'integer',
2631
+				),
2632
+			  ),
2633
+			),'delete' => array(
2634
+			  'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2635
+			  'httpMethod' => 'DELETE',
2636
+			  'parameters' => array(
2637
+				'project' => array(
2638
+				  'location' => 'path',
2639
+				  'type' => 'string',
2640
+				  'required' => true,
2641
+				),
2642
+				'region' => array(
2643
+				  'location' => 'path',
2644
+				  'type' => 'string',
2645
+				  'required' => true,
2646
+				),
2647
+				'targetVpnGateway' => array(
2648
+				  'location' => 'path',
2649
+				  'type' => 'string',
2650
+				  'required' => true,
2651
+				),
2652
+			  ),
2653
+			),'get' => array(
2654
+			  'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2655
+			  'httpMethod' => 'GET',
2656
+			  'parameters' => array(
2657
+				'project' => array(
2658
+				  'location' => 'path',
2659
+				  'type' => 'string',
2660
+				  'required' => true,
2661
+				),
2662
+				'region' => array(
2663
+				  'location' => 'path',
2664
+				  'type' => 'string',
2665
+				  'required' => true,
2666
+				),
2667
+				'targetVpnGateway' => array(
2668
+				  'location' => 'path',
2669
+				  'type' => 'string',
2670
+				  'required' => true,
2671
+				),
2672
+			  ),
2673
+			),'insert' => array(
2674
+			  'path' => '{project}/regions/{region}/targetVpnGateways',
2675
+			  'httpMethod' => 'POST',
2676
+			  'parameters' => array(
2677
+				'project' => array(
2678
+				  'location' => 'path',
2679
+				  'type' => 'string',
2680
+				  'required' => true,
2681
+				),
2682
+				'region' => array(
2683
+				  'location' => 'path',
2684
+				  'type' => 'string',
2685
+				  'required' => true,
2686
+				),
2687
+			  ),
2688
+			),'list' => array(
2689
+			  'path' => '{project}/regions/{region}/targetVpnGateways',
2690
+			  'httpMethod' => 'GET',
2691
+			  'parameters' => array(
2692
+				'project' => array(
2693
+				  'location' => 'path',
2694
+				  'type' => 'string',
2695
+				  'required' => true,
2696
+				),
2697
+				'region' => array(
2698
+				  'location' => 'path',
2699
+				  'type' => 'string',
2700
+				  'required' => true,
2701
+				),
2702
+				'filter' => array(
2703
+				  'location' => 'query',
2704
+				  'type' => 'string',
2705
+				),
2706
+				'pageToken' => array(
2707
+				  'location' => 'query',
2708
+				  'type' => 'string',
2709
+				),
2710
+				'maxResults' => array(
2711
+				  'location' => 'query',
2712
+				  'type' => 'integer',
2713
+				),
2714
+			  ),
2715
+			),
2716
+		  )
2717
+		)
2718
+	);
2719
+	$this->urlMaps = new Google_Service_Compute_UrlMaps_Resource(
2720
+		$this,
2721
+		$this->serviceName,
2722
+		'urlMaps',
2723
+		array(
2724
+		  'methods' => array(
2725
+			'delete' => array(
2726
+			  'path' => '{project}/global/urlMaps/{urlMap}',
2727
+			  'httpMethod' => 'DELETE',
2728
+			  'parameters' => array(
2729
+				'project' => array(
2730
+				  'location' => 'path',
2731
+				  'type' => 'string',
2732
+				  'required' => true,
2733
+				),
2734
+				'urlMap' => array(
2735
+				  'location' => 'path',
2736
+				  'type' => 'string',
2737
+				  'required' => true,
2738
+				),
2739
+			  ),
2740
+			),'get' => array(
2741
+			  'path' => '{project}/global/urlMaps/{urlMap}',
2742
+			  'httpMethod' => 'GET',
2743
+			  'parameters' => array(
2744
+				'project' => array(
2745
+				  'location' => 'path',
2746
+				  'type' => 'string',
2747
+				  'required' => true,
2748
+				),
2749
+				'urlMap' => array(
2750
+				  'location' => 'path',
2751
+				  'type' => 'string',
2752
+				  'required' => true,
2753
+				),
2754
+			  ),
2755
+			),'insert' => array(
2756
+			  'path' => '{project}/global/urlMaps',
2757
+			  'httpMethod' => 'POST',
2758
+			  'parameters' => array(
2759
+				'project' => array(
2760
+				  'location' => 'path',
2761
+				  'type' => 'string',
2762
+				  'required' => true,
2763
+				),
2764
+			  ),
2765
+			),'list' => array(
2766
+			  'path' => '{project}/global/urlMaps',
2767
+			  'httpMethod' => 'GET',
2768
+			  'parameters' => array(
2769
+				'project' => array(
2770
+				  'location' => 'path',
2771
+				  'type' => 'string',
2772
+				  'required' => true,
2773
+				),
2774
+				'filter' => array(
2775
+				  'location' => 'query',
2776
+				  'type' => 'string',
2777
+				),
2778
+				'pageToken' => array(
2779
+				  'location' => 'query',
2780
+				  'type' => 'string',
2781
+				),
2782
+				'maxResults' => array(
2783
+				  'location' => 'query',
2784
+				  'type' => 'integer',
2785
+				),
2786
+			  ),
2787
+			),'patch' => array(
2788
+			  'path' => '{project}/global/urlMaps/{urlMap}',
2789
+			  'httpMethod' => 'PATCH',
2790
+			  'parameters' => array(
2791
+				'project' => array(
2792
+				  'location' => 'path',
2793
+				  'type' => 'string',
2794
+				  'required' => true,
2795
+				),
2796
+				'urlMap' => array(
2797
+				  'location' => 'path',
2798
+				  'type' => 'string',
2799
+				  'required' => true,
2800
+				),
2801
+			  ),
2802
+			),'update' => array(
2803
+			  'path' => '{project}/global/urlMaps/{urlMap}',
2804
+			  'httpMethod' => 'PUT',
2805
+			  'parameters' => array(
2806
+				'project' => array(
2807
+				  'location' => 'path',
2808
+				  'type' => 'string',
2809
+				  'required' => true,
2810
+				),
2811
+				'urlMap' => array(
2812
+				  'location' => 'path',
2813
+				  'type' => 'string',
2814
+				  'required' => true,
2815
+				),
2816
+			  ),
2817
+			),'validate' => array(
2818
+			  'path' => '{project}/global/urlMaps/{urlMap}/validate',
2819
+			  'httpMethod' => 'POST',
2820
+			  'parameters' => array(
2821
+				'project' => array(
2822
+				  'location' => 'path',
2823
+				  'type' => 'string',
2824
+				  'required' => true,
2825
+				),
2826
+				'urlMap' => array(
2827
+				  'location' => 'path',
2828
+				  'type' => 'string',
2829
+				  'required' => true,
2830
+				),
2831
+			  ),
2832
+			),
2833
+		  )
2834
+		)
2835
+	);
2836
+	$this->vpnTunnels = new Google_Service_Compute_VpnTunnels_Resource(
2837
+		$this,
2838
+		$this->serviceName,
2839
+		'vpnTunnels',
2840
+		array(
2841
+		  'methods' => array(
2842
+			'aggregatedList' => array(
2843
+			  'path' => '{project}/aggregated/vpnTunnels',
2844
+			  'httpMethod' => 'GET',
2845
+			  'parameters' => array(
2846
+				'project' => array(
2847
+				  'location' => 'path',
2848
+				  'type' => 'string',
2849
+				  'required' => true,
2850
+				),
2851
+				'filter' => array(
2852
+				  'location' => 'query',
2853
+				  'type' => 'string',
2854
+				),
2855
+				'pageToken' => array(
2856
+				  'location' => 'query',
2857
+				  'type' => 'string',
2858
+				),
2859
+				'maxResults' => array(
2860
+				  'location' => 'query',
2861
+				  'type' => 'integer',
2862
+				),
2863
+			  ),
2864
+			),'delete' => array(
2865
+			  'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2866
+			  'httpMethod' => 'DELETE',
2867
+			  'parameters' => array(
2868
+				'project' => array(
2869
+				  'location' => 'path',
2870
+				  'type' => 'string',
2871
+				  'required' => true,
2872
+				),
2873
+				'region' => array(
2874
+				  'location' => 'path',
2875
+				  'type' => 'string',
2876
+				  'required' => true,
2877
+				),
2878
+				'vpnTunnel' => array(
2879
+				  'location' => 'path',
2880
+				  'type' => 'string',
2881
+				  'required' => true,
2882
+				),
2883
+			  ),
2884
+			),'get' => array(
2885
+			  'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2886
+			  'httpMethod' => 'GET',
2887
+			  'parameters' => array(
2888
+				'project' => array(
2889
+				  'location' => 'path',
2890
+				  'type' => 'string',
2891
+				  'required' => true,
2892
+				),
2893
+				'region' => array(
2894
+				  'location' => 'path',
2895
+				  'type' => 'string',
2896
+				  'required' => true,
2897
+				),
2898
+				'vpnTunnel' => array(
2899
+				  'location' => 'path',
2900
+				  'type' => 'string',
2901
+				  'required' => true,
2902
+				),
2903
+			  ),
2904
+			),'insert' => array(
2905
+			  'path' => '{project}/regions/{region}/vpnTunnels',
2906
+			  'httpMethod' => 'POST',
2907
+			  'parameters' => array(
2908
+				'project' => array(
2909
+				  'location' => 'path',
2910
+				  'type' => 'string',
2911
+				  'required' => true,
2912
+				),
2913
+				'region' => array(
2914
+				  'location' => 'path',
2915
+				  'type' => 'string',
2916
+				  'required' => true,
2917
+				),
2918
+			  ),
2919
+			),'list' => array(
2920
+			  'path' => '{project}/regions/{region}/vpnTunnels',
2921
+			  'httpMethod' => 'GET',
2922
+			  'parameters' => array(
2923
+				'project' => array(
2924
+				  'location' => 'path',
2925
+				  'type' => 'string',
2926
+				  'required' => true,
2927
+				),
2928
+				'region' => array(
2929
+				  'location' => 'path',
2930
+				  'type' => 'string',
2931
+				  'required' => true,
2932
+				),
2933
+				'filter' => array(
2934
+				  'location' => 'query',
2935
+				  'type' => 'string',
2936
+				),
2937
+				'pageToken' => array(
2938
+				  'location' => 'query',
2939
+				  'type' => 'string',
2940
+				),
2941
+				'maxResults' => array(
2942
+				  'location' => 'query',
2943
+				  'type' => 'integer',
2944
+				),
2945
+			  ),
2946
+			),
2947
+		  )
2948
+		)
2949
+	);
2950
+	$this->zoneOperations = new Google_Service_Compute_ZoneOperations_Resource(
2951
+		$this,
2952
+		$this->serviceName,
2953
+		'zoneOperations',
2954
+		array(
2955
+		  'methods' => array(
2956
+			'delete' => array(
2957
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
2958
+			  'httpMethod' => 'DELETE',
2959
+			  'parameters' => array(
2960
+				'project' => array(
2961
+				  'location' => 'path',
2962
+				  'type' => 'string',
2963
+				  'required' => true,
2964
+				),
2965
+				'zone' => array(
2966
+				  'location' => 'path',
2967
+				  'type' => 'string',
2968
+				  'required' => true,
2969
+				),
2970
+				'operation' => array(
2971
+				  'location' => 'path',
2972
+				  'type' => 'string',
2973
+				  'required' => true,
2974
+				),
2975
+			  ),
2976
+			),'get' => array(
2977
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
2978
+			  'httpMethod' => 'GET',
2979
+			  'parameters' => array(
2980
+				'project' => array(
2981
+				  'location' => 'path',
2982
+				  'type' => 'string',
2983
+				  'required' => true,
2984
+				),
2985
+				'zone' => array(
2986
+				  'location' => 'path',
2987
+				  'type' => 'string',
2988
+				  'required' => true,
2989
+				),
2990
+				'operation' => array(
2991
+				  'location' => 'path',
2992
+				  'type' => 'string',
2993
+				  'required' => true,
2994
+				),
2995
+			  ),
2996
+			),'list' => array(
2997
+			  'path' => '{project}/zones/{zone}/operations',
2998
+			  'httpMethod' => 'GET',
2999
+			  'parameters' => array(
3000
+				'project' => array(
3001
+				  'location' => 'path',
3002
+				  'type' => 'string',
3003
+				  'required' => true,
3004
+				),
3005
+				'zone' => array(
3006
+				  'location' => 'path',
3007
+				  'type' => 'string',
3008
+				  'required' => true,
3009
+				),
3010
+				'filter' => array(
3011
+				  'location' => 'query',
3012
+				  'type' => 'string',
3013
+				),
3014
+				'pageToken' => array(
3015
+				  'location' => 'query',
3016
+				  'type' => 'string',
3017
+				),
3018
+				'maxResults' => array(
3019
+				  'location' => 'query',
3020
+				  'type' => 'integer',
3021
+				),
3022
+			  ),
3023
+			),
3024
+		  )
3025
+		)
3026
+	);
3027
+	$this->zones = new Google_Service_Compute_Zones_Resource(
3028
+		$this,
3029
+		$this->serviceName,
3030
+		'zones',
3031
+		array(
3032
+		  'methods' => array(
3033
+			'get' => array(
3034
+			  'path' => '{project}/zones/{zone}',
3035
+			  'httpMethod' => 'GET',
3036
+			  'parameters' => array(
3037
+				'project' => array(
3038
+				  'location' => 'path',
3039
+				  'type' => 'string',
3040
+				  'required' => true,
3041
+				),
3042
+				'zone' => array(
3043
+				  'location' => 'path',
3044
+				  'type' => 'string',
3045
+				  'required' => true,
3046
+				),
3047
+			  ),
3048
+			),'list' => array(
3049
+			  'path' => '{project}/zones',
3050
+			  'httpMethod' => 'GET',
3051
+			  'parameters' => array(
3052
+				'project' => array(
3053
+				  'location' => 'path',
3054
+				  'type' => 'string',
3055
+				  'required' => true,
3056
+				),
3057
+				'filter' => array(
3058
+				  'location' => 'query',
3059
+				  'type' => 'string',
3060
+				),
3061
+				'pageToken' => array(
3062
+				  'location' => 'query',
3063
+				  'type' => 'string',
3064
+				),
3065
+				'maxResults' => array(
3066
+				  'location' => 'query',
3067
+				  'type' => 'integer',
3068
+				),
3069
+			  ),
3070
+			),
3071
+		  )
3072
+		)
3073
+	);
3074 3074
   }
3075 3075
 }
3076 3076
 
@@ -3100,9 +3100,9 @@  discard block
 block discarded – undo
3100 3100
    */
3101 3101
   public function aggregatedList($project, $optParams = array())
3102 3102
   {
3103
-    $params = array('project' => $project);
3104
-    $params = array_merge($params, $optParams);
3105
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList");
3103
+	$params = array('project' => $project);
3104
+	$params = array_merge($params, $optParams);
3105
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList");
3106 3106
   }
3107 3107
 
3108 3108
   /**
@@ -3116,9 +3116,9 @@  discard block
 block discarded – undo
3116 3116
    */
3117 3117
   public function delete($project, $region, $address, $optParams = array())
3118 3118
   {
3119
-    $params = array('project' => $project, 'region' => $region, 'address' => $address);
3120
-    $params = array_merge($params, $optParams);
3121
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3119
+	$params = array('project' => $project, 'region' => $region, 'address' => $address);
3120
+	$params = array_merge($params, $optParams);
3121
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3122 3122
   }
3123 3123
 
3124 3124
   /**
@@ -3132,9 +3132,9 @@  discard block
 block discarded – undo
3132 3132
    */
3133 3133
   public function get($project, $region, $address, $optParams = array())
3134 3134
   {
3135
-    $params = array('project' => $project, 'region' => $region, 'address' => $address);
3136
-    $params = array_merge($params, $optParams);
3137
-    return $this->call('get', array($params), "Google_Service_Compute_Address");
3135
+	$params = array('project' => $project, 'region' => $region, 'address' => $address);
3136
+	$params = array_merge($params, $optParams);
3137
+	return $this->call('get', array($params), "Google_Service_Compute_Address");
3138 3138
   }
3139 3139
 
3140 3140
   /**
@@ -3149,9 +3149,9 @@  discard block
 block discarded – undo
3149 3149
    */
3150 3150
   public function insert($project, $region, Google_Service_Compute_Address $postBody, $optParams = array())
3151 3151
   {
3152
-    $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
3153
-    $params = array_merge($params, $optParams);
3154
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3152
+	$params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
3153
+	$params = array_merge($params, $optParams);
3154
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3155 3155
   }
3156 3156
 
3157 3157
   /**
@@ -3170,9 +3170,9 @@  discard block
 block discarded – undo
3170 3170
    */
3171 3171
   public function listAddresses($project, $region, $optParams = array())
3172 3172
   {
3173
-    $params = array('project' => $project, 'region' => $region);
3174
-    $params = array_merge($params, $optParams);
3175
-    return $this->call('list', array($params), "Google_Service_Compute_AddressList");
3173
+	$params = array('project' => $project, 'region' => $region);
3174
+	$params = array_merge($params, $optParams);
3175
+	return $this->call('list', array($params), "Google_Service_Compute_AddressList");
3176 3176
   }
3177 3177
 }
3178 3178
 
@@ -3197,9 +3197,9 @@  discard block
 block discarded – undo
3197 3197
    */
3198 3198
   public function delete($project, $backendService, $optParams = array())
3199 3199
   {
3200
-    $params = array('project' => $project, 'backendService' => $backendService);
3201
-    $params = array_merge($params, $optParams);
3202
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3200
+	$params = array('project' => $project, 'backendService' => $backendService);
3201
+	$params = array_merge($params, $optParams);
3202
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3203 3203
   }
3204 3204
 
3205 3205
   /**
@@ -3212,9 +3212,9 @@  discard block
 block discarded – undo
3212 3212
    */
3213 3213
   public function get($project, $backendService, $optParams = array())
3214 3214
   {
3215
-    $params = array('project' => $project, 'backendService' => $backendService);
3216
-    $params = array_merge($params, $optParams);
3217
-    return $this->call('get', array($params), "Google_Service_Compute_BackendService");
3215
+	$params = array('project' => $project, 'backendService' => $backendService);
3216
+	$params = array_merge($params, $optParams);
3217
+	return $this->call('get', array($params), "Google_Service_Compute_BackendService");
3218 3218
   }
3219 3219
 
3220 3220
   /**
@@ -3230,9 +3230,9 @@  discard block
 block discarded – undo
3230 3230
    */
3231 3231
   public function getHealth($project, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array())
3232 3232
   {
3233
-    $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3234
-    $params = array_merge($params, $optParams);
3235
-    return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth");
3233
+	$params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3234
+	$params = array_merge($params, $optParams);
3235
+	return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth");
3236 3236
   }
3237 3237
 
3238 3238
   /**
@@ -3246,9 +3246,9 @@  discard block
 block discarded – undo
3246 3246
    */
3247 3247
   public function insert($project, Google_Service_Compute_BackendService $postBody, $optParams = array())
3248 3248
   {
3249
-    $params = array('project' => $project, 'postBody' => $postBody);
3250
-    $params = array_merge($params, $optParams);
3251
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3249
+	$params = array('project' => $project, 'postBody' => $postBody);
3250
+	$params = array_merge($params, $optParams);
3251
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3252 3252
   }
3253 3253
 
3254 3254
   /**
@@ -3266,9 +3266,9 @@  discard block
 block discarded – undo
3266 3266
    */
3267 3267
   public function listBackendServices($project, $optParams = array())
3268 3268
   {
3269
-    $params = array('project' => $project);
3270
-    $params = array_merge($params, $optParams);
3271
-    return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList");
3269
+	$params = array('project' => $project);
3270
+	$params = array_merge($params, $optParams);
3271
+	return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList");
3272 3272
   }
3273 3273
 
3274 3274
   /**
@@ -3283,9 +3283,9 @@  discard block
 block discarded – undo
3283 3283
    */
3284 3284
   public function patch($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array())
3285 3285
   {
3286
-    $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3287
-    $params = array_merge($params, $optParams);
3288
-    return $this->call('patch', array($params), "Google_Service_Compute_Operation");
3286
+	$params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3287
+	$params = array_merge($params, $optParams);
3288
+	return $this->call('patch', array($params), "Google_Service_Compute_Operation");
3289 3289
   }
3290 3290
 
3291 3291
   /**
@@ -3300,9 +3300,9 @@  discard block
 block discarded – undo
3300 3300
    */
3301 3301
   public function update($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array())
3302 3302
   {
3303
-    $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3304
-    $params = array_merge($params, $optParams);
3305
-    return $this->call('update', array($params), "Google_Service_Compute_Operation");
3303
+	$params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
3304
+	$params = array_merge($params, $optParams);
3305
+	return $this->call('update', array($params), "Google_Service_Compute_Operation");
3306 3306
   }
3307 3307
 }
3308 3308
 
@@ -3332,9 +3332,9 @@  discard block
 block discarded – undo
3332 3332
    */
3333 3333
   public function aggregatedList($project, $optParams = array())
3334 3334
   {
3335
-    $params = array('project' => $project);
3336
-    $params = array_merge($params, $optParams);
3337
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList");
3335
+	$params = array('project' => $project);
3336
+	$params = array_merge($params, $optParams);
3337
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList");
3338 3338
   }
3339 3339
 
3340 3340
   /**
@@ -3348,9 +3348,9 @@  discard block
 block discarded – undo
3348 3348
    */
3349 3349
   public function get($project, $zone, $diskType, $optParams = array())
3350 3350
   {
3351
-    $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType);
3352
-    $params = array_merge($params, $optParams);
3353
-    return $this->call('get', array($params), "Google_Service_Compute_DiskType");
3351
+	$params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType);
3352
+	$params = array_merge($params, $optParams);
3353
+	return $this->call('get', array($params), "Google_Service_Compute_DiskType");
3354 3354
   }
3355 3355
 
3356 3356
   /**
@@ -3369,9 +3369,9 @@  discard block
 block discarded – undo
3369 3369
    */
3370 3370
   public function listDiskTypes($project, $zone, $optParams = array())
3371 3371
   {
3372
-    $params = array('project' => $project, 'zone' => $zone);
3373
-    $params = array_merge($params, $optParams);
3374
-    return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList");
3372
+	$params = array('project' => $project, 'zone' => $zone);
3373
+	$params = array_merge($params, $optParams);
3374
+	return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList");
3375 3375
   }
3376 3376
 }
3377 3377
 
@@ -3400,9 +3400,9 @@  discard block
 block discarded – undo
3400 3400
    */
3401 3401
   public function aggregatedList($project, $optParams = array())
3402 3402
   {
3403
-    $params = array('project' => $project);
3404
-    $params = array_merge($params, $optParams);
3405
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList");
3403
+	$params = array('project' => $project);
3404
+	$params = array_merge($params, $optParams);
3405
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList");
3406 3406
   }
3407 3407
 
3408 3408
   /**
@@ -3417,9 +3417,9 @@  discard block
 block discarded – undo
3417 3417
    */
3418 3418
   public function createSnapshot($project, $zone, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array())
3419 3419
   {
3420
-    $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody);
3421
-    $params = array_merge($params, $optParams);
3422
-    return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation");
3420
+	$params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody);
3421
+	$params = array_merge($params, $optParams);
3422
+	return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation");
3423 3423
   }
3424 3424
 
3425 3425
   /**
@@ -3433,9 +3433,9 @@  discard block
 block discarded – undo
3433 3433
    */
3434 3434
   public function delete($project, $zone, $disk, $optParams = array())
3435 3435
   {
3436
-    $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk);
3437
-    $params = array_merge($params, $optParams);
3438
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3436
+	$params = array('project' => $project, 'zone' => $zone, 'disk' => $disk);
3437
+	$params = array_merge($params, $optParams);
3438
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3439 3439
   }
3440 3440
 
3441 3441
   /**
@@ -3449,9 +3449,9 @@  discard block
 block discarded – undo
3449 3449
    */
3450 3450
   public function get($project, $zone, $disk, $optParams = array())
3451 3451
   {
3452
-    $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk);
3453
-    $params = array_merge($params, $optParams);
3454
-    return $this->call('get', array($params), "Google_Service_Compute_Disk");
3452
+	$params = array('project' => $project, 'zone' => $zone, 'disk' => $disk);
3453
+	$params = array_merge($params, $optParams);
3454
+	return $this->call('get', array($params), "Google_Service_Compute_Disk");
3455 3455
   }
3456 3456
 
3457 3457
   /**
@@ -3468,9 +3468,9 @@  discard block
 block discarded – undo
3468 3468
    */
3469 3469
   public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $optParams = array())
3470 3470
   {
3471
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
3472
-    $params = array_merge($params, $optParams);
3473
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3471
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
3472
+	$params = array_merge($params, $optParams);
3473
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3474 3474
   }
3475 3475
 
3476 3476
   /**
@@ -3489,9 +3489,9 @@  discard block
 block discarded – undo
3489 3489
    */
3490 3490
   public function listDisks($project, $zone, $optParams = array())
3491 3491
   {
3492
-    $params = array('project' => $project, 'zone' => $zone);
3493
-    $params = array_merge($params, $optParams);
3494
-    return $this->call('list', array($params), "Google_Service_Compute_DiskList");
3492
+	$params = array('project' => $project, 'zone' => $zone);
3493
+	$params = array_merge($params, $optParams);
3494
+	return $this->call('list', array($params), "Google_Service_Compute_DiskList");
3495 3495
   }
3496 3496
 }
3497 3497
 
@@ -3516,9 +3516,9 @@  discard block
 block discarded – undo
3516 3516
    */
3517 3517
   public function delete($project, $firewall, $optParams = array())
3518 3518
   {
3519
-    $params = array('project' => $project, 'firewall' => $firewall);
3520
-    $params = array_merge($params, $optParams);
3521
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3519
+	$params = array('project' => $project, 'firewall' => $firewall);
3520
+	$params = array_merge($params, $optParams);
3521
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3522 3522
   }
3523 3523
 
3524 3524
   /**
@@ -3531,9 +3531,9 @@  discard block
 block discarded – undo
3531 3531
    */
3532 3532
   public function get($project, $firewall, $optParams = array())
3533 3533
   {
3534
-    $params = array('project' => $project, 'firewall' => $firewall);
3535
-    $params = array_merge($params, $optParams);
3536
-    return $this->call('get', array($params), "Google_Service_Compute_Firewall");
3534
+	$params = array('project' => $project, 'firewall' => $firewall);
3535
+	$params = array_merge($params, $optParams);
3536
+	return $this->call('get', array($params), "Google_Service_Compute_Firewall");
3537 3537
   }
3538 3538
 
3539 3539
   /**
@@ -3547,9 +3547,9 @@  discard block
 block discarded – undo
3547 3547
    */
3548 3548
   public function insert($project, Google_Service_Compute_Firewall $postBody, $optParams = array())
3549 3549
   {
3550
-    $params = array('project' => $project, 'postBody' => $postBody);
3551
-    $params = array_merge($params, $optParams);
3552
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3550
+	$params = array('project' => $project, 'postBody' => $postBody);
3551
+	$params = array_merge($params, $optParams);
3552
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3553 3553
   }
3554 3554
 
3555 3555
   /**
@@ -3567,9 +3567,9 @@  discard block
 block discarded – undo
3567 3567
    */
3568 3568
   public function listFirewalls($project, $optParams = array())
3569 3569
   {
3570
-    $params = array('project' => $project);
3571
-    $params = array_merge($params, $optParams);
3572
-    return $this->call('list', array($params), "Google_Service_Compute_FirewallList");
3570
+	$params = array('project' => $project);
3571
+	$params = array_merge($params, $optParams);
3572
+	return $this->call('list', array($params), "Google_Service_Compute_FirewallList");
3573 3573
   }
3574 3574
 
3575 3575
   /**
@@ -3584,9 +3584,9 @@  discard block
 block discarded – undo
3584 3584
    */
3585 3585
   public function patch($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array())
3586 3586
   {
3587
-    $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody);
3588
-    $params = array_merge($params, $optParams);
3589
-    return $this->call('patch', array($params), "Google_Service_Compute_Operation");
3587
+	$params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody);
3588
+	$params = array_merge($params, $optParams);
3589
+	return $this->call('patch', array($params), "Google_Service_Compute_Operation");
3590 3590
   }
3591 3591
 
3592 3592
   /**
@@ -3601,9 +3601,9 @@  discard block
 block discarded – undo
3601 3601
    */
3602 3602
   public function update($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array())
3603 3603
   {
3604
-    $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody);
3605
-    $params = array_merge($params, $optParams);
3606
-    return $this->call('update', array($params), "Google_Service_Compute_Operation");
3604
+	$params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody);
3605
+	$params = array_merge($params, $optParams);
3606
+	return $this->call('update', array($params), "Google_Service_Compute_Operation");
3607 3607
   }
3608 3608
 }
3609 3609
 
@@ -3633,9 +3633,9 @@  discard block
 block discarded – undo
3633 3633
    */
3634 3634
   public function aggregatedList($project, $optParams = array())
3635 3635
   {
3636
-    $params = array('project' => $project);
3637
-    $params = array_merge($params, $optParams);
3638
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList");
3636
+	$params = array('project' => $project);
3637
+	$params = array_merge($params, $optParams);
3638
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList");
3639 3639
   }
3640 3640
 
3641 3641
   /**
@@ -3649,9 +3649,9 @@  discard block
 block discarded – undo
3649 3649
    */
3650 3650
   public function delete($project, $region, $forwardingRule, $optParams = array())
3651 3651
   {
3652
-    $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule);
3653
-    $params = array_merge($params, $optParams);
3654
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3652
+	$params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule);
3653
+	$params = array_merge($params, $optParams);
3654
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3655 3655
   }
3656 3656
 
3657 3657
   /**
@@ -3665,9 +3665,9 @@  discard block
 block discarded – undo
3665 3665
    */
3666 3666
   public function get($project, $region, $forwardingRule, $optParams = array())
3667 3667
   {
3668
-    $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule);
3669
-    $params = array_merge($params, $optParams);
3670
-    return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
3668
+	$params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule);
3669
+	$params = array_merge($params, $optParams);
3670
+	return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
3671 3671
   }
3672 3672
 
3673 3673
   /**
@@ -3682,9 +3682,9 @@  discard block
 block discarded – undo
3682 3682
    */
3683 3683
   public function insert($project, $region, Google_Service_Compute_ForwardingRule $postBody, $optParams = array())
3684 3684
   {
3685
-    $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
3686
-    $params = array_merge($params, $optParams);
3687
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3685
+	$params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
3686
+	$params = array_merge($params, $optParams);
3687
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3688 3688
   }
3689 3689
 
3690 3690
   /**
@@ -3703,9 +3703,9 @@  discard block
 block discarded – undo
3703 3703
    */
3704 3704
   public function listForwardingRules($project, $region, $optParams = array())
3705 3705
   {
3706
-    $params = array('project' => $project, 'region' => $region);
3707
-    $params = array_merge($params, $optParams);
3708
-    return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
3706
+	$params = array('project' => $project, 'region' => $region);
3707
+	$params = array_merge($params, $optParams);
3708
+	return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
3709 3709
   }
3710 3710
 
3711 3711
   /**
@@ -3721,9 +3721,9 @@  discard block
 block discarded – undo
3721 3721
    */
3722 3722
   public function setTarget($project, $region, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array())
3723 3723
   {
3724
-    $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody);
3725
-    $params = array_merge($params, $optParams);
3726
-    return $this->call('setTarget', array($params), "Google_Service_Compute_Operation");
3724
+	$params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody);
3725
+	$params = array_merge($params, $optParams);
3726
+	return $this->call('setTarget', array($params), "Google_Service_Compute_Operation");
3727 3727
   }
3728 3728
 }
3729 3729
 
@@ -3748,9 +3748,9 @@  discard block
 block discarded – undo
3748 3748
    */
3749 3749
   public function delete($project, $address, $optParams = array())
3750 3750
   {
3751
-    $params = array('project' => $project, 'address' => $address);
3752
-    $params = array_merge($params, $optParams);
3753
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3751
+	$params = array('project' => $project, 'address' => $address);
3752
+	$params = array_merge($params, $optParams);
3753
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3754 3754
   }
3755 3755
 
3756 3756
   /**
@@ -3763,9 +3763,9 @@  discard block
 block discarded – undo
3763 3763
    */
3764 3764
   public function get($project, $address, $optParams = array())
3765 3765
   {
3766
-    $params = array('project' => $project, 'address' => $address);
3767
-    $params = array_merge($params, $optParams);
3768
-    return $this->call('get', array($params), "Google_Service_Compute_Address");
3766
+	$params = array('project' => $project, 'address' => $address);
3767
+	$params = array_merge($params, $optParams);
3768
+	return $this->call('get', array($params), "Google_Service_Compute_Address");
3769 3769
   }
3770 3770
 
3771 3771
   /**
@@ -3779,9 +3779,9 @@  discard block
 block discarded – undo
3779 3779
    */
3780 3780
   public function insert($project, Google_Service_Compute_Address $postBody, $optParams = array())
3781 3781
   {
3782
-    $params = array('project' => $project, 'postBody' => $postBody);
3783
-    $params = array_merge($params, $optParams);
3784
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3782
+	$params = array('project' => $project, 'postBody' => $postBody);
3783
+	$params = array_merge($params, $optParams);
3784
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3785 3785
   }
3786 3786
 
3787 3787
   /**
@@ -3799,9 +3799,9 @@  discard block
 block discarded – undo
3799 3799
    */
3800 3800
   public function listGlobalAddresses($project, $optParams = array())
3801 3801
   {
3802
-    $params = array('project' => $project);
3803
-    $params = array_merge($params, $optParams);
3804
-    return $this->call('list', array($params), "Google_Service_Compute_AddressList");
3802
+	$params = array('project' => $project);
3803
+	$params = array_merge($params, $optParams);
3804
+	return $this->call('list', array($params), "Google_Service_Compute_AddressList");
3805 3805
   }
3806 3806
 }
3807 3807
 
@@ -3826,9 +3826,9 @@  discard block
 block discarded – undo
3826 3826
    */
3827 3827
   public function delete($project, $forwardingRule, $optParams = array())
3828 3828
   {
3829
-    $params = array('project' => $project, 'forwardingRule' => $forwardingRule);
3830
-    $params = array_merge($params, $optParams);
3831
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3829
+	$params = array('project' => $project, 'forwardingRule' => $forwardingRule);
3830
+	$params = array_merge($params, $optParams);
3831
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
3832 3832
   }
3833 3833
 
3834 3834
   /**
@@ -3841,9 +3841,9 @@  discard block
 block discarded – undo
3841 3841
    */
3842 3842
   public function get($project, $forwardingRule, $optParams = array())
3843 3843
   {
3844
-    $params = array('project' => $project, 'forwardingRule' => $forwardingRule);
3845
-    $params = array_merge($params, $optParams);
3846
-    return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
3844
+	$params = array('project' => $project, 'forwardingRule' => $forwardingRule);
3845
+	$params = array_merge($params, $optParams);
3846
+	return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
3847 3847
   }
3848 3848
 
3849 3849
   /**
@@ -3857,9 +3857,9 @@  discard block
 block discarded – undo
3857 3857
    */
3858 3858
   public function insert($project, Google_Service_Compute_ForwardingRule $postBody, $optParams = array())
3859 3859
   {
3860
-    $params = array('project' => $project, 'postBody' => $postBody);
3861
-    $params = array_merge($params, $optParams);
3862
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3860
+	$params = array('project' => $project, 'postBody' => $postBody);
3861
+	$params = array_merge($params, $optParams);
3862
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
3863 3863
   }
3864 3864
 
3865 3865
   /**
@@ -3877,9 +3877,9 @@  discard block
 block discarded – undo
3877 3877
    */
3878 3878
   public function listGlobalForwardingRules($project, $optParams = array())
3879 3879
   {
3880
-    $params = array('project' => $project);
3881
-    $params = array_merge($params, $optParams);
3882
-    return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
3880
+	$params = array('project' => $project);
3881
+	$params = array_merge($params, $optParams);
3882
+	return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
3883 3883
   }
3884 3884
 
3885 3885
   /**
@@ -3894,9 +3894,9 @@  discard block
 block discarded – undo
3894 3894
    */
3895 3895
   public function setTarget($project, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array())
3896 3896
   {
3897
-    $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody);
3898
-    $params = array_merge($params, $optParams);
3899
-    return $this->call('setTarget', array($params), "Google_Service_Compute_Operation");
3897
+	$params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody);
3898
+	$params = array_merge($params, $optParams);
3899
+	return $this->call('setTarget', array($params), "Google_Service_Compute_Operation");
3900 3900
   }
3901 3901
 }
3902 3902
 
@@ -3926,9 +3926,9 @@  discard block
 block discarded – undo
3926 3926
    */
3927 3927
   public function aggregatedList($project, $optParams = array())
3928 3928
   {
3929
-    $params = array('project' => $project);
3930
-    $params = array_merge($params, $optParams);
3931
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList");
3929
+	$params = array('project' => $project);
3930
+	$params = array_merge($params, $optParams);
3931
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList");
3932 3932
   }
3933 3933
 
3934 3934
   /**
@@ -3940,9 +3940,9 @@  discard block
 block discarded – undo
3940 3940
    */
3941 3941
   public function delete($project, $operation, $optParams = array())
3942 3942
   {
3943
-    $params = array('project' => $project, 'operation' => $operation);
3944
-    $params = array_merge($params, $optParams);
3945
-    return $this->call('delete', array($params));
3943
+	$params = array('project' => $project, 'operation' => $operation);
3944
+	$params = array_merge($params, $optParams);
3945
+	return $this->call('delete', array($params));
3946 3946
   }
3947 3947
 
3948 3948
   /**
@@ -3955,9 +3955,9 @@  discard block
 block discarded – undo
3955 3955
    */
3956 3956
   public function get($project, $operation, $optParams = array())
3957 3957
   {
3958
-    $params = array('project' => $project, 'operation' => $operation);
3959
-    $params = array_merge($params, $optParams);
3960
-    return $this->call('get', array($params), "Google_Service_Compute_Operation");
3958
+	$params = array('project' => $project, 'operation' => $operation);
3959
+	$params = array_merge($params, $optParams);
3960
+	return $this->call('get', array($params), "Google_Service_Compute_Operation");
3961 3961
   }
3962 3962
 
3963 3963
   /**
@@ -3975,9 +3975,9 @@  discard block
 block discarded – undo
3975 3975
    */
3976 3976
   public function listGlobalOperations($project, $optParams = array())
3977 3977
   {
3978
-    $params = array('project' => $project);
3979
-    $params = array_merge($params, $optParams);
3980
-    return $this->call('list', array($params), "Google_Service_Compute_OperationList");
3978
+	$params = array('project' => $project);
3979
+	$params = array_merge($params, $optParams);
3980
+	return $this->call('list', array($params), "Google_Service_Compute_OperationList");
3981 3981
   }
3982 3982
 }
3983 3983
 
@@ -4003,9 +4003,9 @@  discard block
 block discarded – undo
4003 4003
    */
4004 4004
   public function delete($project, $httpHealthCheck, $optParams = array())
4005 4005
   {
4006
-    $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
4007
-    $params = array_merge($params, $optParams);
4008
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4006
+	$params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
4007
+	$params = array_merge($params, $optParams);
4008
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4009 4009
   }
4010 4010
 
4011 4011
   /**
@@ -4019,9 +4019,9 @@  discard block
 block discarded – undo
4019 4019
    */
4020 4020
   public function get($project, $httpHealthCheck, $optParams = array())
4021 4021
   {
4022
-    $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
4023
-    $params = array_merge($params, $optParams);
4024
-    return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck");
4022
+	$params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
4023
+	$params = array_merge($params, $optParams);
4024
+	return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck");
4025 4025
   }
4026 4026
 
4027 4027
   /**
@@ -4035,9 +4035,9 @@  discard block
 block discarded – undo
4035 4035
    */
4036 4036
   public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
4037 4037
   {
4038
-    $params = array('project' => $project, 'postBody' => $postBody);
4039
-    $params = array_merge($params, $optParams);
4040
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4038
+	$params = array('project' => $project, 'postBody' => $postBody);
4039
+	$params = array_merge($params, $optParams);
4040
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4041 4041
   }
4042 4042
 
4043 4043
   /**
@@ -4055,9 +4055,9 @@  discard block
 block discarded – undo
4055 4055
    */
4056 4056
   public function listHttpHealthChecks($project, $optParams = array())
4057 4057
   {
4058
-    $params = array('project' => $project);
4059
-    $params = array_merge($params, $optParams);
4060
-    return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList");
4058
+	$params = array('project' => $project);
4059
+	$params = array_merge($params, $optParams);
4060
+	return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList");
4061 4061
   }
4062 4062
 
4063 4063
   /**
@@ -4074,9 +4074,9 @@  discard block
 block discarded – undo
4074 4074
    */
4075 4075
   public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
4076 4076
   {
4077
-    $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
4078
-    $params = array_merge($params, $optParams);
4079
-    return $this->call('patch', array($params), "Google_Service_Compute_Operation");
4077
+	$params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
4078
+	$params = array_merge($params, $optParams);
4079
+	return $this->call('patch', array($params), "Google_Service_Compute_Operation");
4080 4080
   }
4081 4081
 
4082 4082
   /**
@@ -4092,9 +4092,9 @@  discard block
 block discarded – undo
4092 4092
    */
4093 4093
   public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
4094 4094
   {
4095
-    $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
4096
-    $params = array_merge($params, $optParams);
4097
-    return $this->call('update', array($params), "Google_Service_Compute_Operation");
4095
+	$params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
4096
+	$params = array_merge($params, $optParams);
4097
+	return $this->call('update', array($params), "Google_Service_Compute_Operation");
4098 4098
   }
4099 4099
 }
4100 4100
 
@@ -4119,9 +4119,9 @@  discard block
 block discarded – undo
4119 4119
    */
4120 4120
   public function delete($project, $image, $optParams = array())
4121 4121
   {
4122
-    $params = array('project' => $project, 'image' => $image);
4123
-    $params = array_merge($params, $optParams);
4124
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4122
+	$params = array('project' => $project, 'image' => $image);
4123
+	$params = array_merge($params, $optParams);
4124
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4125 4125
   }
4126 4126
 
4127 4127
   /**
@@ -4138,9 +4138,9 @@  discard block
 block discarded – undo
4138 4138
    */
4139 4139
   public function deprecate($project, $image, Google_Service_Compute_DeprecationStatus $postBody, $optParams = array())
4140 4140
   {
4141
-    $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody);
4142
-    $params = array_merge($params, $optParams);
4143
-    return $this->call('deprecate', array($params), "Google_Service_Compute_Operation");
4141
+	$params = array('project' => $project, 'image' => $image, 'postBody' => $postBody);
4142
+	$params = array_merge($params, $optParams);
4143
+	return $this->call('deprecate', array($params), "Google_Service_Compute_Operation");
4144 4144
   }
4145 4145
 
4146 4146
   /**
@@ -4153,9 +4153,9 @@  discard block
 block discarded – undo
4153 4153
    */
4154 4154
   public function get($project, $image, $optParams = array())
4155 4155
   {
4156
-    $params = array('project' => $project, 'image' => $image);
4157
-    $params = array_merge($params, $optParams);
4158
-    return $this->call('get', array($params), "Google_Service_Compute_Image");
4156
+	$params = array('project' => $project, 'image' => $image);
4157
+	$params = array_merge($params, $optParams);
4158
+	return $this->call('get', array($params), "Google_Service_Compute_Image");
4159 4159
   }
4160 4160
 
4161 4161
   /**
@@ -4169,9 +4169,9 @@  discard block
 block discarded – undo
4169 4169
    */
4170 4170
   public function insert($project, Google_Service_Compute_Image $postBody, $optParams = array())
4171 4171
   {
4172
-    $params = array('project' => $project, 'postBody' => $postBody);
4173
-    $params = array_merge($params, $optParams);
4174
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4172
+	$params = array('project' => $project, 'postBody' => $postBody);
4173
+	$params = array_merge($params, $optParams);
4174
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4175 4175
   }
4176 4176
 
4177 4177
   /**
@@ -4189,9 +4189,9 @@  discard block
 block discarded – undo
4189 4189
    */
4190 4190
   public function listImages($project, $optParams = array())
4191 4191
   {
4192
-    $params = array('project' => $project);
4193
-    $params = array_merge($params, $optParams);
4194
-    return $this->call('list', array($params), "Google_Service_Compute_ImageList");
4192
+	$params = array('project' => $project);
4193
+	$params = array_merge($params, $optParams);
4194
+	return $this->call('list', array($params), "Google_Service_Compute_ImageList");
4195 4195
   }
4196 4196
 }
4197 4197
 
@@ -4216,9 +4216,9 @@  discard block
 block discarded – undo
4216 4216
    */
4217 4217
   public function delete($project, $instanceTemplate, $optParams = array())
4218 4218
   {
4219
-    $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
4220
-    $params = array_merge($params, $optParams);
4221
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4219
+	$params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
4220
+	$params = array_merge($params, $optParams);
4221
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4222 4222
   }
4223 4223
 
4224 4224
   /**
@@ -4231,9 +4231,9 @@  discard block
 block discarded – undo
4231 4231
    */
4232 4232
   public function get($project, $instanceTemplate, $optParams = array())
4233 4233
   {
4234
-    $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
4235
-    $params = array_merge($params, $optParams);
4236
-    return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate");
4234
+	$params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
4235
+	$params = array_merge($params, $optParams);
4236
+	return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate");
4237 4237
   }
4238 4238
 
4239 4239
   /**
@@ -4247,9 +4247,9 @@  discard block
 block discarded – undo
4247 4247
    */
4248 4248
   public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array())
4249 4249
   {
4250
-    $params = array('project' => $project, 'postBody' => $postBody);
4251
-    $params = array_merge($params, $optParams);
4252
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4250
+	$params = array('project' => $project, 'postBody' => $postBody);
4251
+	$params = array_merge($params, $optParams);
4252
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4253 4253
   }
4254 4254
 
4255 4255
   /**
@@ -4267,9 +4267,9 @@  discard block
 block discarded – undo
4267 4267
    */
4268 4268
   public function listInstanceTemplates($project, $optParams = array())
4269 4269
   {
4270
-    $params = array('project' => $project);
4271
-    $params = array_merge($params, $optParams);
4272
-    return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList");
4270
+	$params = array('project' => $project);
4271
+	$params = array_merge($params, $optParams);
4272
+	return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList");
4273 4273
   }
4274 4274
 }
4275 4275
 
@@ -4299,9 +4299,9 @@  discard block
 block discarded – undo
4299 4299
    */
4300 4300
   public function addAccessConfig($project, $zone, $instance, $networkInterface, Google_Service_Compute_AccessConfig $postBody, $optParams = array())
4301 4301
   {
4302
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody);
4303
-    $params = array_merge($params, $optParams);
4304
-    return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation");
4302
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody);
4303
+	$params = array_merge($params, $optParams);
4304
+	return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation");
4305 4305
   }
4306 4306
 
4307 4307
   /**
@@ -4318,9 +4318,9 @@  discard block
 block discarded – undo
4318 4318
    */
4319 4319
   public function aggregatedList($project, $optParams = array())
4320 4320
   {
4321
-    $params = array('project' => $project);
4322
-    $params = array_merge($params, $optParams);
4323
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList");
4321
+	$params = array('project' => $project);
4322
+	$params = array_merge($params, $optParams);
4323
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList");
4324 4324
   }
4325 4325
 
4326 4326
   /**
@@ -4335,9 +4335,9 @@  discard block
 block discarded – undo
4335 4335
    */
4336 4336
   public function attachDisk($project, $zone, $instance, Google_Service_Compute_AttachedDisk $postBody, $optParams = array())
4337 4337
   {
4338
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4339
-    $params = array_merge($params, $optParams);
4340
-    return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation");
4338
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4339
+	$params = array_merge($params, $optParams);
4340
+	return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation");
4341 4341
   }
4342 4342
 
4343 4343
   /**
@@ -4352,9 +4352,9 @@  discard block
 block discarded – undo
4352 4352
    */
4353 4353
   public function delete($project, $zone, $instance, $optParams = array())
4354 4354
   {
4355
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4356
-    $params = array_merge($params, $optParams);
4357
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4355
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4356
+	$params = array_merge($params, $optParams);
4357
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4358 4358
   }
4359 4359
 
4360 4360
   /**
@@ -4371,9 +4371,9 @@  discard block
 block discarded – undo
4371 4371
    */
4372 4372
   public function deleteAccessConfig($project, $zone, $instance, $accessConfig, $networkInterface, $optParams = array())
4373 4373
   {
4374
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface);
4375
-    $params = array_merge($params, $optParams);
4376
-    return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation");
4374
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface);
4375
+	$params = array_merge($params, $optParams);
4376
+	return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation");
4377 4377
   }
4378 4378
 
4379 4379
   /**
@@ -4388,9 +4388,9 @@  discard block
 block discarded – undo
4388 4388
    */
4389 4389
   public function detachDisk($project, $zone, $instance, $deviceName, $optParams = array())
4390 4390
   {
4391
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName);
4392
-    $params = array_merge($params, $optParams);
4393
-    return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation");
4391
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName);
4392
+	$params = array_merge($params, $optParams);
4393
+	return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation");
4394 4394
   }
4395 4395
 
4396 4396
   /**
@@ -4404,9 +4404,9 @@  discard block
 block discarded – undo
4404 4404
    */
4405 4405
   public function get($project, $zone, $instance, $optParams = array())
4406 4406
   {
4407
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4408
-    $params = array_merge($params, $optParams);
4409
-    return $this->call('get', array($params), "Google_Service_Compute_Instance");
4407
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4408
+	$params = array_merge($params, $optParams);
4409
+	return $this->call('get', array($params), "Google_Service_Compute_Instance");
4410 4410
   }
4411 4411
 
4412 4412
   /**
@@ -4423,9 +4423,9 @@  discard block
 block discarded – undo
4423 4423
    */
4424 4424
   public function getSerialPortOutput($project, $zone, $instance, $optParams = array())
4425 4425
   {
4426
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4427
-    $params = array_merge($params, $optParams);
4428
-    return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput");
4426
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4427
+	$params = array_merge($params, $optParams);
4428
+	return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput");
4429 4429
   }
4430 4430
 
4431 4431
   /**
@@ -4440,9 +4440,9 @@  discard block
 block discarded – undo
4440 4440
    */
4441 4441
   public function insert($project, $zone, Google_Service_Compute_Instance $postBody, $optParams = array())
4442 4442
   {
4443
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
4444
-    $params = array_merge($params, $optParams);
4445
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4443
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
4444
+	$params = array_merge($params, $optParams);
4445
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4446 4446
   }
4447 4447
 
4448 4448
   /**
@@ -4461,9 +4461,9 @@  discard block
 block discarded – undo
4461 4461
    */
4462 4462
   public function listInstances($project, $zone, $optParams = array())
4463 4463
   {
4464
-    $params = array('project' => $project, 'zone' => $zone);
4465
-    $params = array_merge($params, $optParams);
4466
-    return $this->call('list', array($params), "Google_Service_Compute_InstanceList");
4464
+	$params = array('project' => $project, 'zone' => $zone);
4465
+	$params = array_merge($params, $optParams);
4466
+	return $this->call('list', array($params), "Google_Service_Compute_InstanceList");
4467 4467
   }
4468 4468
 
4469 4469
   /**
@@ -4477,9 +4477,9 @@  discard block
 block discarded – undo
4477 4477
    */
4478 4478
   public function reset($project, $zone, $instance, $optParams = array())
4479 4479
   {
4480
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4481
-    $params = array_merge($params, $optParams);
4482
-    return $this->call('reset', array($params), "Google_Service_Compute_Operation");
4480
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4481
+	$params = array_merge($params, $optParams);
4482
+	return $this->call('reset', array($params), "Google_Service_Compute_Operation");
4483 4483
   }
4484 4484
 
4485 4485
   /**
@@ -4497,9 +4497,9 @@  discard block
 block discarded – undo
4497 4497
    */
4498 4498
   public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $deviceName, $optParams = array())
4499 4499
   {
4500
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName);
4501
-    $params = array_merge($params, $optParams);
4502
-    return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation");
4500
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName);
4501
+	$params = array_merge($params, $optParams);
4502
+	return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation");
4503 4503
   }
4504 4504
 
4505 4505
   /**
@@ -4515,9 +4515,9 @@  discard block
 block discarded – undo
4515 4515
    */
4516 4516
   public function setMetadata($project, $zone, $instance, Google_Service_Compute_Metadata $postBody, $optParams = array())
4517 4517
   {
4518
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4519
-    $params = array_merge($params, $optParams);
4520
-    return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation");
4518
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4519
+	$params = array_merge($params, $optParams);
4520
+	return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation");
4521 4521
   }
4522 4522
 
4523 4523
   /**
@@ -4532,9 +4532,9 @@  discard block
 block discarded – undo
4532 4532
    */
4533 4533
   public function setScheduling($project, $zone, $instance, Google_Service_Compute_Scheduling $postBody, $optParams = array())
4534 4534
   {
4535
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4536
-    $params = array_merge($params, $optParams);
4537
-    return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation");
4535
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4536
+	$params = array_merge($params, $optParams);
4537
+	return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation");
4538 4538
   }
4539 4539
 
4540 4540
   /**
@@ -4550,9 +4550,9 @@  discard block
 block discarded – undo
4550 4550
    */
4551 4551
   public function setTags($project, $zone, $instance, Google_Service_Compute_Tags $postBody, $optParams = array())
4552 4552
   {
4553
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4554
-    $params = array_merge($params, $optParams);
4555
-    return $this->call('setTags', array($params), "Google_Service_Compute_Operation");
4553
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody);
4554
+	$params = array_merge($params, $optParams);
4555
+	return $this->call('setTags', array($params), "Google_Service_Compute_Operation");
4556 4556
   }
4557 4557
 
4558 4558
   /**
@@ -4568,9 +4568,9 @@  discard block
 block discarded – undo
4568 4568
    */
4569 4569
   public function start($project, $zone, $instance, $optParams = array())
4570 4570
   {
4571
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4572
-    $params = array_merge($params, $optParams);
4573
-    return $this->call('start', array($params), "Google_Service_Compute_Operation");
4571
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4572
+	$params = array_merge($params, $optParams);
4573
+	return $this->call('start', array($params), "Google_Service_Compute_Operation");
4574 4574
   }
4575 4575
 
4576 4576
   /**
@@ -4589,9 +4589,9 @@  discard block
 block discarded – undo
4589 4589
    */
4590 4590
   public function stop($project, $zone, $instance, $optParams = array())
4591 4591
   {
4592
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4593
-    $params = array_merge($params, $optParams);
4594
-    return $this->call('stop', array($params), "Google_Service_Compute_Operation");
4592
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
4593
+	$params = array_merge($params, $optParams);
4594
+	return $this->call('stop', array($params), "Google_Service_Compute_Operation");
4595 4595
   }
4596 4596
 }
4597 4597
 
@@ -4616,9 +4616,9 @@  discard block
 block discarded – undo
4616 4616
    */
4617 4617
   public function get($project, $license, $optParams = array())
4618 4618
   {
4619
-    $params = array('project' => $project, 'license' => $license);
4620
-    $params = array_merge($params, $optParams);
4621
-    return $this->call('get', array($params), "Google_Service_Compute_License");
4619
+	$params = array('project' => $project, 'license' => $license);
4620
+	$params = array_merge($params, $optParams);
4621
+	return $this->call('get', array($params), "Google_Service_Compute_License");
4622 4622
   }
4623 4623
 }
4624 4624
 
@@ -4648,9 +4648,9 @@  discard block
 block discarded – undo
4648 4648
    */
4649 4649
   public function aggregatedList($project, $optParams = array())
4650 4650
   {
4651
-    $params = array('project' => $project);
4652
-    $params = array_merge($params, $optParams);
4653
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList");
4651
+	$params = array('project' => $project);
4652
+	$params = array_merge($params, $optParams);
4653
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList");
4654 4654
   }
4655 4655
 
4656 4656
   /**
@@ -4664,9 +4664,9 @@  discard block
 block discarded – undo
4664 4664
    */
4665 4665
   public function get($project, $zone, $machineType, $optParams = array())
4666 4666
   {
4667
-    $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType);
4668
-    $params = array_merge($params, $optParams);
4669
-    return $this->call('get', array($params), "Google_Service_Compute_MachineType");
4667
+	$params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType);
4668
+	$params = array_merge($params, $optParams);
4669
+	return $this->call('get', array($params), "Google_Service_Compute_MachineType");
4670 4670
   }
4671 4671
 
4672 4672
   /**
@@ -4685,9 +4685,9 @@  discard block
 block discarded – undo
4685 4685
    */
4686 4686
   public function listMachineTypes($project, $zone, $optParams = array())
4687 4687
   {
4688
-    $params = array('project' => $project, 'zone' => $zone);
4689
-    $params = array_merge($params, $optParams);
4690
-    return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList");
4688
+	$params = array('project' => $project, 'zone' => $zone);
4689
+	$params = array_merge($params, $optParams);
4690
+	return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList");
4691 4691
   }
4692 4692
 }
4693 4693
 
@@ -4712,9 +4712,9 @@  discard block
 block discarded – undo
4712 4712
    */
4713 4713
   public function delete($project, $network, $optParams = array())
4714 4714
   {
4715
-    $params = array('project' => $project, 'network' => $network);
4716
-    $params = array_merge($params, $optParams);
4717
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4715
+	$params = array('project' => $project, 'network' => $network);
4716
+	$params = array_merge($params, $optParams);
4717
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4718 4718
   }
4719 4719
 
4720 4720
   /**
@@ -4727,9 +4727,9 @@  discard block
 block discarded – undo
4727 4727
    */
4728 4728
   public function get($project, $network, $optParams = array())
4729 4729
   {
4730
-    $params = array('project' => $project, 'network' => $network);
4731
-    $params = array_merge($params, $optParams);
4732
-    return $this->call('get', array($params), "Google_Service_Compute_Network");
4730
+	$params = array('project' => $project, 'network' => $network);
4731
+	$params = array_merge($params, $optParams);
4732
+	return $this->call('get', array($params), "Google_Service_Compute_Network");
4733 4733
   }
4734 4734
 
4735 4735
   /**
@@ -4743,9 +4743,9 @@  discard block
 block discarded – undo
4743 4743
    */
4744 4744
   public function insert($project, Google_Service_Compute_Network $postBody, $optParams = array())
4745 4745
   {
4746
-    $params = array('project' => $project, 'postBody' => $postBody);
4747
-    $params = array_merge($params, $optParams);
4748
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4746
+	$params = array('project' => $project, 'postBody' => $postBody);
4747
+	$params = array_merge($params, $optParams);
4748
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
4749 4749
   }
4750 4750
 
4751 4751
   /**
@@ -4763,9 +4763,9 @@  discard block
 block discarded – undo
4763 4763
    */
4764 4764
   public function listNetworks($project, $optParams = array())
4765 4765
   {
4766
-    $params = array('project' => $project);
4767
-    $params = array_merge($params, $optParams);
4768
-    return $this->call('list', array($params), "Google_Service_Compute_NetworkList");
4766
+	$params = array('project' => $project);
4767
+	$params = array_merge($params, $optParams);
4768
+	return $this->call('list', array($params), "Google_Service_Compute_NetworkList");
4769 4769
   }
4770 4770
 }
4771 4771
 
@@ -4789,9 +4789,9 @@  discard block
 block discarded – undo
4789 4789
    */
4790 4790
   public function get($project, $optParams = array())
4791 4791
   {
4792
-    $params = array('project' => $project);
4793
-    $params = array_merge($params, $optParams);
4794
-    return $this->call('get', array($params), "Google_Service_Compute_Project");
4792
+	$params = array('project' => $project);
4793
+	$params = array_merge($params, $optParams);
4794
+	return $this->call('get', array($params), "Google_Service_Compute_Project");
4795 4795
   }
4796 4796
 
4797 4797
   /**
@@ -4804,9 +4804,9 @@  discard block
 block discarded – undo
4804 4804
    */
4805 4805
   public function moveDisk($project, Google_Service_Compute_DiskMoveRequest $postBody, $optParams = array())
4806 4806
   {
4807
-    $params = array('project' => $project, 'postBody' => $postBody);
4808
-    $params = array_merge($params, $optParams);
4809
-    return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation");
4807
+	$params = array('project' => $project, 'postBody' => $postBody);
4808
+	$params = array_merge($params, $optParams);
4809
+	return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation");
4810 4810
   }
4811 4811
 
4812 4812
   /**
@@ -4820,9 +4820,9 @@  discard block
 block discarded – undo
4820 4820
    */
4821 4821
   public function moveInstance($project, Google_Service_Compute_InstanceMoveRequest $postBody, $optParams = array())
4822 4822
   {
4823
-    $params = array('project' => $project, 'postBody' => $postBody);
4824
-    $params = array_merge($params, $optParams);
4825
-    return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation");
4823
+	$params = array('project' => $project, 'postBody' => $postBody);
4824
+	$params = array_merge($params, $optParams);
4825
+	return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation");
4826 4826
   }
4827 4827
 
4828 4828
   /**
@@ -4836,9 +4836,9 @@  discard block
 block discarded – undo
4836 4836
    */
4837 4837
   public function setCommonInstanceMetadata($project, Google_Service_Compute_Metadata $postBody, $optParams = array())
4838 4838
   {
4839
-    $params = array('project' => $project, 'postBody' => $postBody);
4840
-    $params = array_merge($params, $optParams);
4841
-    return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation");
4839
+	$params = array('project' => $project, 'postBody' => $postBody);
4840
+	$params = array_merge($params, $optParams);
4841
+	return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation");
4842 4842
   }
4843 4843
 
4844 4844
   /**
@@ -4853,9 +4853,9 @@  discard block
 block discarded – undo
4853 4853
    */
4854 4854
   public function setUsageExportBucket($project, Google_Service_Compute_UsageExportLocation $postBody, $optParams = array())
4855 4855
   {
4856
-    $params = array('project' => $project, 'postBody' => $postBody);
4857
-    $params = array_merge($params, $optParams);
4858
-    return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation");
4856
+	$params = array('project' => $project, 'postBody' => $postBody);
4857
+	$params = array_merge($params, $optParams);
4858
+	return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation");
4859 4859
   }
4860 4860
 }
4861 4861
 
@@ -4881,9 +4881,9 @@  discard block
 block discarded – undo
4881 4881
    */
4882 4882
   public function delete($project, $region, $operation, $optParams = array())
4883 4883
   {
4884
-    $params = array('project' => $project, 'region' => $region, 'operation' => $operation);
4885
-    $params = array_merge($params, $optParams);
4886
-    return $this->call('delete', array($params));
4884
+	$params = array('project' => $project, 'region' => $region, 'operation' => $operation);
4885
+	$params = array_merge($params, $optParams);
4886
+	return $this->call('delete', array($params));
4887 4887
   }
4888 4888
 
4889 4889
   /**
@@ -4898,9 +4898,9 @@  discard block
 block discarded – undo
4898 4898
    */
4899 4899
   public function get($project, $region, $operation, $optParams = array())
4900 4900
   {
4901
-    $params = array('project' => $project, 'region' => $region, 'operation' => $operation);
4902
-    $params = array_merge($params, $optParams);
4903
-    return $this->call('get', array($params), "Google_Service_Compute_Operation");
4901
+	$params = array('project' => $project, 'region' => $region, 'operation' => $operation);
4902
+	$params = array_merge($params, $optParams);
4903
+	return $this->call('get', array($params), "Google_Service_Compute_Operation");
4904 4904
   }
4905 4905
 
4906 4906
   /**
@@ -4919,9 +4919,9 @@  discard block
 block discarded – undo
4919 4919
    */
4920 4920
   public function listRegionOperations($project, $region, $optParams = array())
4921 4921
   {
4922
-    $params = array('project' => $project, 'region' => $region);
4923
-    $params = array_merge($params, $optParams);
4924
-    return $this->call('list', array($params), "Google_Service_Compute_OperationList");
4922
+	$params = array('project' => $project, 'region' => $region);
4923
+	$params = array_merge($params, $optParams);
4924
+	return $this->call('list', array($params), "Google_Service_Compute_OperationList");
4925 4925
   }
4926 4926
 }
4927 4927
 
@@ -4946,9 +4946,9 @@  discard block
 block discarded – undo
4946 4946
    */
4947 4947
   public function get($project, $region, $optParams = array())
4948 4948
   {
4949
-    $params = array('project' => $project, 'region' => $region);
4950
-    $params = array_merge($params, $optParams);
4951
-    return $this->call('get', array($params), "Google_Service_Compute_Region");
4949
+	$params = array('project' => $project, 'region' => $region);
4950
+	$params = array_merge($params, $optParams);
4951
+	return $this->call('get', array($params), "Google_Service_Compute_Region");
4952 4952
   }
4953 4953
 
4954 4954
   /**
@@ -4966,9 +4966,9 @@  discard block
 block discarded – undo
4966 4966
    */
4967 4967
   public function listRegions($project, $optParams = array())
4968 4968
   {
4969
-    $params = array('project' => $project);
4970
-    $params = array_merge($params, $optParams);
4971
-    return $this->call('list', array($params), "Google_Service_Compute_RegionList");
4969
+	$params = array('project' => $project);
4970
+	$params = array_merge($params, $optParams);
4971
+	return $this->call('list', array($params), "Google_Service_Compute_RegionList");
4972 4972
   }
4973 4973
 }
4974 4974
 
@@ -4993,9 +4993,9 @@  discard block
 block discarded – undo
4993 4993
    */
4994 4994
   public function delete($project, $route, $optParams = array())
4995 4995
   {
4996
-    $params = array('project' => $project, 'route' => $route);
4997
-    $params = array_merge($params, $optParams);
4998
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4996
+	$params = array('project' => $project, 'route' => $route);
4997
+	$params = array_merge($params, $optParams);
4998
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
4999 4999
   }
5000 5000
 
5001 5001
   /**
@@ -5008,9 +5008,9 @@  discard block
 block discarded – undo
5008 5008
    */
5009 5009
   public function get($project, $route, $optParams = array())
5010 5010
   {
5011
-    $params = array('project' => $project, 'route' => $route);
5012
-    $params = array_merge($params, $optParams);
5013
-    return $this->call('get', array($params), "Google_Service_Compute_Route");
5011
+	$params = array('project' => $project, 'route' => $route);
5012
+	$params = array_merge($params, $optParams);
5013
+	return $this->call('get', array($params), "Google_Service_Compute_Route");
5014 5014
   }
5015 5015
 
5016 5016
   /**
@@ -5024,9 +5024,9 @@  discard block
 block discarded – undo
5024 5024
    */
5025 5025
   public function insert($project, Google_Service_Compute_Route $postBody, $optParams = array())
5026 5026
   {
5027
-    $params = array('project' => $project, 'postBody' => $postBody);
5028
-    $params = array_merge($params, $optParams);
5029
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5027
+	$params = array('project' => $project, 'postBody' => $postBody);
5028
+	$params = array_merge($params, $optParams);
5029
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5030 5030
   }
5031 5031
 
5032 5032
   /**
@@ -5044,9 +5044,9 @@  discard block
 block discarded – undo
5044 5044
    */
5045 5045
   public function listRoutes($project, $optParams = array())
5046 5046
   {
5047
-    $params = array('project' => $project);
5048
-    $params = array_merge($params, $optParams);
5049
-    return $this->call('list', array($params), "Google_Service_Compute_RouteList");
5047
+	$params = array('project' => $project);
5048
+	$params = array_merge($params, $optParams);
5049
+	return $this->call('list', array($params), "Google_Service_Compute_RouteList");
5050 5050
   }
5051 5051
 }
5052 5052
 
@@ -5072,9 +5072,9 @@  discard block
 block discarded – undo
5072 5072
    */
5073 5073
   public function delete($project, $snapshot, $optParams = array())
5074 5074
   {
5075
-    $params = array('project' => $project, 'snapshot' => $snapshot);
5076
-    $params = array_merge($params, $optParams);
5077
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5075
+	$params = array('project' => $project, 'snapshot' => $snapshot);
5076
+	$params = array_merge($params, $optParams);
5077
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5078 5078
   }
5079 5079
 
5080 5080
   /**
@@ -5088,9 +5088,9 @@  discard block
 block discarded – undo
5088 5088
    */
5089 5089
   public function get($project, $snapshot, $optParams = array())
5090 5090
   {
5091
-    $params = array('project' => $project, 'snapshot' => $snapshot);
5092
-    $params = array_merge($params, $optParams);
5093
-    return $this->call('get', array($params), "Google_Service_Compute_Snapshot");
5091
+	$params = array('project' => $project, 'snapshot' => $snapshot);
5092
+	$params = array_merge($params, $optParams);
5093
+	return $this->call('get', array($params), "Google_Service_Compute_Snapshot");
5094 5094
   }
5095 5095
 
5096 5096
   /**
@@ -5108,9 +5108,9 @@  discard block
 block discarded – undo
5108 5108
    */
5109 5109
   public function listSnapshots($project, $optParams = array())
5110 5110
   {
5111
-    $params = array('project' => $project);
5112
-    $params = array_merge($params, $optParams);
5113
-    return $this->call('list', array($params), "Google_Service_Compute_SnapshotList");
5111
+	$params = array('project' => $project);
5112
+	$params = array_merge($params, $optParams);
5113
+	return $this->call('list', array($params), "Google_Service_Compute_SnapshotList");
5114 5114
   }
5115 5115
 }
5116 5116
 
@@ -5136,9 +5136,9 @@  discard block
 block discarded – undo
5136 5136
    */
5137 5137
   public function delete($project, $targetHttpProxy, $optParams = array())
5138 5138
   {
5139
-    $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
5140
-    $params = array_merge($params, $optParams);
5141
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5139
+	$params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
5140
+	$params = array_merge($params, $optParams);
5141
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5142 5142
   }
5143 5143
 
5144 5144
   /**
@@ -5152,9 +5152,9 @@  discard block
 block discarded – undo
5152 5152
    */
5153 5153
   public function get($project, $targetHttpProxy, $optParams = array())
5154 5154
   {
5155
-    $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
5156
-    $params = array_merge($params, $optParams);
5157
-    return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy");
5155
+	$params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
5156
+	$params = array_merge($params, $optParams);
5157
+	return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy");
5158 5158
   }
5159 5159
 
5160 5160
   /**
@@ -5168,9 +5168,9 @@  discard block
 block discarded – undo
5168 5168
    */
5169 5169
   public function insert($project, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array())
5170 5170
   {
5171
-    $params = array('project' => $project, 'postBody' => $postBody);
5172
-    $params = array_merge($params, $optParams);
5173
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5171
+	$params = array('project' => $project, 'postBody' => $postBody);
5172
+	$params = array_merge($params, $optParams);
5173
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5174 5174
   }
5175 5175
 
5176 5176
   /**
@@ -5188,9 +5188,9 @@  discard block
 block discarded – undo
5188 5188
    */
5189 5189
   public function listTargetHttpProxies($project, $optParams = array())
5190 5190
   {
5191
-    $params = array('project' => $project);
5192
-    $params = array_merge($params, $optParams);
5193
-    return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList");
5191
+	$params = array('project' => $project);
5192
+	$params = array_merge($params, $optParams);
5193
+	return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList");
5194 5194
   }
5195 5195
 
5196 5196
   /**
@@ -5205,9 +5205,9 @@  discard block
 block discarded – undo
5205 5205
    */
5206 5206
   public function setUrlMap($project, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array())
5207 5207
   {
5208
-    $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody);
5209
-    $params = array_merge($params, $optParams);
5210
-    return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation");
5208
+	$params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody);
5209
+	$params = array_merge($params, $optParams);
5210
+	return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation");
5211 5211
   }
5212 5212
 }
5213 5213
 
@@ -5237,9 +5237,9 @@  discard block
 block discarded – undo
5237 5237
    */
5238 5238
   public function aggregatedList($project, $optParams = array())
5239 5239
   {
5240
-    $params = array('project' => $project);
5241
-    $params = array_merge($params, $optParams);
5242
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList");
5240
+	$params = array('project' => $project);
5241
+	$params = array_merge($params, $optParams);
5242
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList");
5243 5243
   }
5244 5244
 
5245 5245
   /**
@@ -5253,9 +5253,9 @@  discard block
 block discarded – undo
5253 5253
    */
5254 5254
   public function delete($project, $zone, $targetInstance, $optParams = array())
5255 5255
   {
5256
-    $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
5257
-    $params = array_merge($params, $optParams);
5258
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5256
+	$params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
5257
+	$params = array_merge($params, $optParams);
5258
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5259 5259
   }
5260 5260
 
5261 5261
   /**
@@ -5269,9 +5269,9 @@  discard block
 block discarded – undo
5269 5269
    */
5270 5270
   public function get($project, $zone, $targetInstance, $optParams = array())
5271 5271
   {
5272
-    $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
5273
-    $params = array_merge($params, $optParams);
5274
-    return $this->call('get', array($params), "Google_Service_Compute_TargetInstance");
5272
+	$params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
5273
+	$params = array_merge($params, $optParams);
5274
+	return $this->call('get', array($params), "Google_Service_Compute_TargetInstance");
5275 5275
   }
5276 5276
 
5277 5277
   /**
@@ -5286,9 +5286,9 @@  discard block
 block discarded – undo
5286 5286
    */
5287 5287
   public function insert($project, $zone, Google_Service_Compute_TargetInstance $postBody, $optParams = array())
5288 5288
   {
5289
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
5290
-    $params = array_merge($params, $optParams);
5291
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5289
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
5290
+	$params = array_merge($params, $optParams);
5291
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5292 5292
   }
5293 5293
 
5294 5294
   /**
@@ -5307,9 +5307,9 @@  discard block
 block discarded – undo
5307 5307
    */
5308 5308
   public function listTargetInstances($project, $zone, $optParams = array())
5309 5309
   {
5310
-    $params = array('project' => $project, 'zone' => $zone);
5311
-    $params = array_merge($params, $optParams);
5312
-    return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList");
5310
+	$params = array('project' => $project, 'zone' => $zone);
5311
+	$params = array_merge($params, $optParams);
5312
+	return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList");
5313 5313
   }
5314 5314
 }
5315 5315
 
@@ -5337,9 +5337,9 @@  discard block
 block discarded – undo
5337 5337
    */
5338 5338
   public function addHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody, $optParams = array())
5339 5339
   {
5340
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5341
-    $params = array_merge($params, $optParams);
5342
-    return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation");
5340
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5341
+	$params = array_merge($params, $optParams);
5342
+	return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation");
5343 5343
   }
5344 5344
 
5345 5345
   /**
@@ -5355,9 +5355,9 @@  discard block
 block discarded – undo
5355 5355
    */
5356 5356
   public function addInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody, $optParams = array())
5357 5357
   {
5358
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5359
-    $params = array_merge($params, $optParams);
5360
-    return $this->call('addInstance', array($params), "Google_Service_Compute_Operation");
5358
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5359
+	$params = array_merge($params, $optParams);
5360
+	return $this->call('addInstance', array($params), "Google_Service_Compute_Operation");
5361 5361
   }
5362 5362
 
5363 5363
   /**
@@ -5375,9 +5375,9 @@  discard block
 block discarded – undo
5375 5375
    */
5376 5376
   public function aggregatedList($project, $optParams = array())
5377 5377
   {
5378
-    $params = array('project' => $project);
5379
-    $params = array_merge($params, $optParams);
5380
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList");
5378
+	$params = array('project' => $project);
5379
+	$params = array_merge($params, $optParams);
5380
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList");
5381 5381
   }
5382 5382
 
5383 5383
   /**
@@ -5391,9 +5391,9 @@  discard block
 block discarded – undo
5391 5391
    */
5392 5392
   public function delete($project, $region, $targetPool, $optParams = array())
5393 5393
   {
5394
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool);
5395
-    $params = array_merge($params, $optParams);
5396
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5394
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool);
5395
+	$params = array_merge($params, $optParams);
5396
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5397 5397
   }
5398 5398
 
5399 5399
   /**
@@ -5407,9 +5407,9 @@  discard block
 block discarded – undo
5407 5407
    */
5408 5408
   public function get($project, $region, $targetPool, $optParams = array())
5409 5409
   {
5410
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool);
5411
-    $params = array_merge($params, $optParams);
5412
-    return $this->call('get', array($params), "Google_Service_Compute_TargetPool");
5410
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool);
5411
+	$params = array_merge($params, $optParams);
5412
+	return $this->call('get', array($params), "Google_Service_Compute_TargetPool");
5413 5413
   }
5414 5414
 
5415 5415
   /**
@@ -5426,9 +5426,9 @@  discard block
 block discarded – undo
5426 5426
    */
5427 5427
   public function getHealth($project, $region, $targetPool, Google_Service_Compute_InstanceReference $postBody, $optParams = array())
5428 5428
   {
5429
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5430
-    $params = array_merge($params, $optParams);
5431
-    return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth");
5429
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5430
+	$params = array_merge($params, $optParams);
5431
+	return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth");
5432 5432
   }
5433 5433
 
5434 5434
   /**
@@ -5443,9 +5443,9 @@  discard block
 block discarded – undo
5443 5443
    */
5444 5444
   public function insert($project, $region, Google_Service_Compute_TargetPool $postBody, $optParams = array())
5445 5445
   {
5446
-    $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5447
-    $params = array_merge($params, $optParams);
5448
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5446
+	$params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5447
+	$params = array_merge($params, $optParams);
5448
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5449 5449
   }
5450 5450
 
5451 5451
   /**
@@ -5464,9 +5464,9 @@  discard block
 block discarded – undo
5464 5464
    */
5465 5465
   public function listTargetPools($project, $region, $optParams = array())
5466 5466
   {
5467
-    $params = array('project' => $project, 'region' => $region);
5468
-    $params = array_merge($params, $optParams);
5469
-    return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList");
5467
+	$params = array('project' => $project, 'region' => $region);
5468
+	$params = array_merge($params, $optParams);
5469
+	return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList");
5470 5470
   }
5471 5471
 
5472 5472
   /**
@@ -5482,9 +5482,9 @@  discard block
 block discarded – undo
5482 5482
    */
5483 5483
   public function removeHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody, $optParams = array())
5484 5484
   {
5485
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5486
-    $params = array_merge($params, $optParams);
5487
-    return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation");
5485
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5486
+	$params = array_merge($params, $optParams);
5487
+	return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation");
5488 5488
   }
5489 5489
 
5490 5490
   /**
@@ -5500,9 +5500,9 @@  discard block
 block discarded – undo
5500 5500
    */
5501 5501
   public function removeInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody, $optParams = array())
5502 5502
   {
5503
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5504
-    $params = array_merge($params, $optParams);
5505
-    return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation");
5503
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5504
+	$params = array_merge($params, $optParams);
5505
+	return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation");
5506 5506
   }
5507 5507
 
5508 5508
   /**
@@ -5521,9 +5521,9 @@  discard block
 block discarded – undo
5521 5521
    */
5522 5522
   public function setBackup($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams = array())
5523 5523
   {
5524
-    $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5525
-    $params = array_merge($params, $optParams);
5526
-    return $this->call('setBackup', array($params), "Google_Service_Compute_Operation");
5524
+	$params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody);
5525
+	$params = array_merge($params, $optParams);
5526
+	return $this->call('setBackup', array($params), "Google_Service_Compute_Operation");
5527 5527
   }
5528 5528
 }
5529 5529
 
@@ -5553,9 +5553,9 @@  discard block
 block discarded – undo
5553 5553
    */
5554 5554
   public function aggregatedList($project, $optParams = array())
5555 5555
   {
5556
-    $params = array('project' => $project);
5557
-    $params = array_merge($params, $optParams);
5558
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList");
5556
+	$params = array('project' => $project);
5557
+	$params = array_merge($params, $optParams);
5558
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList");
5559 5559
   }
5560 5560
 
5561 5561
   /**
@@ -5570,9 +5570,9 @@  discard block
 block discarded – undo
5570 5570
    */
5571 5571
   public function delete($project, $region, $targetVpnGateway, $optParams = array())
5572 5572
   {
5573
-    $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway);
5574
-    $params = array_merge($params, $optParams);
5575
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5573
+	$params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway);
5574
+	$params = array_merge($params, $optParams);
5575
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5576 5576
   }
5577 5577
 
5578 5578
   /**
@@ -5587,9 +5587,9 @@  discard block
 block discarded – undo
5587 5587
    */
5588 5588
   public function get($project, $region, $targetVpnGateway, $optParams = array())
5589 5589
   {
5590
-    $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway);
5591
-    $params = array_merge($params, $optParams);
5592
-    return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway");
5590
+	$params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway);
5591
+	$params = array_merge($params, $optParams);
5592
+	return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway");
5593 5593
   }
5594 5594
 
5595 5595
   /**
@@ -5604,9 +5604,9 @@  discard block
 block discarded – undo
5604 5604
    */
5605 5605
   public function insert($project, $region, Google_Service_Compute_TargetVpnGateway $postBody, $optParams = array())
5606 5606
   {
5607
-    $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5608
-    $params = array_merge($params, $optParams);
5609
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5607
+	$params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5608
+	$params = array_merge($params, $optParams);
5609
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5610 5610
   }
5611 5611
 
5612 5612
   /**
@@ -5625,9 +5625,9 @@  discard block
 block discarded – undo
5625 5625
    */
5626 5626
   public function listTargetVpnGateways($project, $region, $optParams = array())
5627 5627
   {
5628
-    $params = array('project' => $project, 'region' => $region);
5629
-    $params = array_merge($params, $optParams);
5630
-    return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList");
5628
+	$params = array('project' => $project, 'region' => $region);
5629
+	$params = array_merge($params, $optParams);
5630
+	return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList");
5631 5631
   }
5632 5632
 }
5633 5633
 
@@ -5652,9 +5652,9 @@  discard block
 block discarded – undo
5652 5652
    */
5653 5653
   public function delete($project, $urlMap, $optParams = array())
5654 5654
   {
5655
-    $params = array('project' => $project, 'urlMap' => $urlMap);
5656
-    $params = array_merge($params, $optParams);
5657
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5655
+	$params = array('project' => $project, 'urlMap' => $urlMap);
5656
+	$params = array_merge($params, $optParams);
5657
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5658 5658
   }
5659 5659
 
5660 5660
   /**
@@ -5667,9 +5667,9 @@  discard block
 block discarded – undo
5667 5667
    */
5668 5668
   public function get($project, $urlMap, $optParams = array())
5669 5669
   {
5670
-    $params = array('project' => $project, 'urlMap' => $urlMap);
5671
-    $params = array_merge($params, $optParams);
5672
-    return $this->call('get', array($params), "Google_Service_Compute_UrlMap");
5670
+	$params = array('project' => $project, 'urlMap' => $urlMap);
5671
+	$params = array_merge($params, $optParams);
5672
+	return $this->call('get', array($params), "Google_Service_Compute_UrlMap");
5673 5673
   }
5674 5674
 
5675 5675
   /**
@@ -5683,9 +5683,9 @@  discard block
 block discarded – undo
5683 5683
    */
5684 5684
   public function insert($project, Google_Service_Compute_UrlMap $postBody, $optParams = array())
5685 5685
   {
5686
-    $params = array('project' => $project, 'postBody' => $postBody);
5687
-    $params = array_merge($params, $optParams);
5688
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5686
+	$params = array('project' => $project, 'postBody' => $postBody);
5687
+	$params = array_merge($params, $optParams);
5688
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5689 5689
   }
5690 5690
 
5691 5691
   /**
@@ -5703,9 +5703,9 @@  discard block
 block discarded – undo
5703 5703
    */
5704 5704
   public function listUrlMaps($project, $optParams = array())
5705 5705
   {
5706
-    $params = array('project' => $project);
5707
-    $params = array_merge($params, $optParams);
5708
-    return $this->call('list', array($params), "Google_Service_Compute_UrlMapList");
5706
+	$params = array('project' => $project);
5707
+	$params = array_merge($params, $optParams);
5708
+	return $this->call('list', array($params), "Google_Service_Compute_UrlMapList");
5709 5709
   }
5710 5710
 
5711 5711
   /**
@@ -5720,9 +5720,9 @@  discard block
 block discarded – undo
5720 5720
    */
5721 5721
   public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array())
5722 5722
   {
5723
-    $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5724
-    $params = array_merge($params, $optParams);
5725
-    return $this->call('patch', array($params), "Google_Service_Compute_Operation");
5723
+	$params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5724
+	$params = array_merge($params, $optParams);
5725
+	return $this->call('patch', array($params), "Google_Service_Compute_Operation");
5726 5726
   }
5727 5727
 
5728 5728
   /**
@@ -5736,9 +5736,9 @@  discard block
 block discarded – undo
5736 5736
    */
5737 5737
   public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array())
5738 5738
   {
5739
-    $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5740
-    $params = array_merge($params, $optParams);
5741
-    return $this->call('update', array($params), "Google_Service_Compute_Operation");
5739
+	$params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5740
+	$params = array_merge($params, $optParams);
5741
+	return $this->call('update', array($params), "Google_Service_Compute_Operation");
5742 5742
   }
5743 5743
 
5744 5744
   /**
@@ -5754,9 +5754,9 @@  discard block
 block discarded – undo
5754 5754
    */
5755 5755
   public function validate($project, $urlMap, Google_Service_Compute_UrlMapsValidateRequest $postBody, $optParams = array())
5756 5756
   {
5757
-    $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5758
-    $params = array_merge($params, $optParams);
5759
-    return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse");
5757
+	$params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
5758
+	$params = array_merge($params, $optParams);
5759
+	return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse");
5760 5760
   }
5761 5761
 }
5762 5762
 
@@ -5786,9 +5786,9 @@  discard block
 block discarded – undo
5786 5786
    */
5787 5787
   public function aggregatedList($project, $optParams = array())
5788 5788
   {
5789
-    $params = array('project' => $project);
5790
-    $params = array_merge($params, $optParams);
5791
-    return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList");
5789
+	$params = array('project' => $project);
5790
+	$params = array_merge($params, $optParams);
5791
+	return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList");
5792 5792
   }
5793 5793
 
5794 5794
   /**
@@ -5802,9 +5802,9 @@  discard block
 block discarded – undo
5802 5802
    */
5803 5803
   public function delete($project, $region, $vpnTunnel, $optParams = array())
5804 5804
   {
5805
-    $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel);
5806
-    $params = array_merge($params, $optParams);
5807
-    return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5805
+	$params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel);
5806
+	$params = array_merge($params, $optParams);
5807
+	return $this->call('delete', array($params), "Google_Service_Compute_Operation");
5808 5808
   }
5809 5809
 
5810 5810
   /**
@@ -5818,9 +5818,9 @@  discard block
 block discarded – undo
5818 5818
    */
5819 5819
   public function get($project, $region, $vpnTunnel, $optParams = array())
5820 5820
   {
5821
-    $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel);
5822
-    $params = array_merge($params, $optParams);
5823
-    return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel");
5821
+	$params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel);
5822
+	$params = array_merge($params, $optParams);
5823
+	return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel");
5824 5824
   }
5825 5825
 
5826 5826
   /**
@@ -5835,9 +5835,9 @@  discard block
 block discarded – undo
5835 5835
    */
5836 5836
   public function insert($project, $region, Google_Service_Compute_VpnTunnel $postBody, $optParams = array())
5837 5837
   {
5838
-    $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5839
-    $params = array_merge($params, $optParams);
5840
-    return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5838
+	$params = array('project' => $project, 'region' => $region, 'postBody' => $postBody);
5839
+	$params = array_merge($params, $optParams);
5840
+	return $this->call('insert', array($params), "Google_Service_Compute_Operation");
5841 5841
   }
5842 5842
 
5843 5843
   /**
@@ -5856,9 +5856,9 @@  discard block
 block discarded – undo
5856 5856
    */
5857 5857
   public function listVpnTunnels($project, $region, $optParams = array())
5858 5858
   {
5859
-    $params = array('project' => $project, 'region' => $region);
5860
-    $params = array_merge($params, $optParams);
5861
-    return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList");
5859
+	$params = array('project' => $project, 'region' => $region);
5860
+	$params = array_merge($params, $optParams);
5861
+	return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList");
5862 5862
   }
5863 5863
 }
5864 5864
 
@@ -5884,9 +5884,9 @@  discard block
 block discarded – undo
5884 5884
    */
5885 5885
   public function delete($project, $zone, $operation, $optParams = array())
5886 5886
   {
5887
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
5888
-    $params = array_merge($params, $optParams);
5889
-    return $this->call('delete', array($params));
5887
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
5888
+	$params = array_merge($params, $optParams);
5889
+	return $this->call('delete', array($params));
5890 5890
   }
5891 5891
 
5892 5892
   /**
@@ -5901,9 +5901,9 @@  discard block
 block discarded – undo
5901 5901
    */
5902 5902
   public function get($project, $zone, $operation, $optParams = array())
5903 5903
   {
5904
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
5905
-    $params = array_merge($params, $optParams);
5906
-    return $this->call('get', array($params), "Google_Service_Compute_Operation");
5904
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
5905
+	$params = array_merge($params, $optParams);
5906
+	return $this->call('get', array($params), "Google_Service_Compute_Operation");
5907 5907
   }
5908 5908
 
5909 5909
   /**
@@ -5922,9 +5922,9 @@  discard block
 block discarded – undo
5922 5922
    */
5923 5923
   public function listZoneOperations($project, $zone, $optParams = array())
5924 5924
   {
5925
-    $params = array('project' => $project, 'zone' => $zone);
5926
-    $params = array_merge($params, $optParams);
5927
-    return $this->call('list', array($params), "Google_Service_Compute_OperationList");
5925
+	$params = array('project' => $project, 'zone' => $zone);
5926
+	$params = array_merge($params, $optParams);
5927
+	return $this->call('list', array($params), "Google_Service_Compute_OperationList");
5928 5928
   }
5929 5929
 }
5930 5930
 
@@ -5949,9 +5949,9 @@  discard block
 block discarded – undo
5949 5949
    */
5950 5950
   public function get($project, $zone, $optParams = array())
5951 5951
   {
5952
-    $params = array('project' => $project, 'zone' => $zone);
5953
-    $params = array_merge($params, $optParams);
5954
-    return $this->call('get', array($params), "Google_Service_Compute_Zone");
5952
+	$params = array('project' => $project, 'zone' => $zone);
5953
+	$params = array_merge($params, $optParams);
5954
+	return $this->call('get', array($params), "Google_Service_Compute_Zone");
5955 5955
   }
5956 5956
 
5957 5957
   /**
@@ -5969,9 +5969,9 @@  discard block
 block discarded – undo
5969 5969
    */
5970 5970
   public function listZones($project, $optParams = array())
5971 5971
   {
5972
-    $params = array('project' => $project);
5973
-    $params = array_merge($params, $optParams);
5974
-    return $this->call('list', array($params), "Google_Service_Compute_ZoneList");
5972
+	$params = array('project' => $project);
5973
+	$params = array_merge($params, $optParams);
5974
+	return $this->call('list', array($params), "Google_Service_Compute_ZoneList");
5975 5975
   }
5976 5976
 }
5977 5977
 
@@ -5990,35 +5990,35 @@  discard block
 block discarded – undo
5990 5990
 
5991 5991
   public function setKind($kind)
5992 5992
   {
5993
-    $this->kind = $kind;
5993
+	$this->kind = $kind;
5994 5994
   }
5995 5995
   public function getKind()
5996 5996
   {
5997
-    return $this->kind;
5997
+	return $this->kind;
5998 5998
   }
5999 5999
   public function setName($name)
6000 6000
   {
6001
-    $this->name = $name;
6001
+	$this->name = $name;
6002 6002
   }
6003 6003
   public function getName()
6004 6004
   {
6005
-    return $this->name;
6005
+	return $this->name;
6006 6006
   }
6007 6007
   public function setNatIP($natIP)
6008 6008
   {
6009
-    $this->natIP = $natIP;
6009
+	$this->natIP = $natIP;
6010 6010
   }
6011 6011
   public function getNatIP()
6012 6012
   {
6013
-    return $this->natIP;
6013
+	return $this->natIP;
6014 6014
   }
6015 6015
   public function setType($type)
6016 6016
   {
6017
-    $this->type = $type;
6017
+	$this->type = $type;
6018 6018
   }
6019 6019
   public function getType()
6020 6020
   {
6021
-    return $this->type;
6021
+	return $this->type;
6022 6022
   }
6023 6023
 }
6024 6024
 
@@ -6041,83 +6041,83 @@  discard block
 block discarded – undo
6041 6041
 
6042 6042
   public function setAddress($address)
6043 6043
   {
6044
-    $this->address = $address;
6044
+	$this->address = $address;
6045 6045
   }
6046 6046
   public function getAddress()
6047 6047
   {
6048
-    return $this->address;
6048
+	return $this->address;
6049 6049
   }
6050 6050
   public function setCreationTimestamp($creationTimestamp)
6051 6051
   {
6052
-    $this->creationTimestamp = $creationTimestamp;
6052
+	$this->creationTimestamp = $creationTimestamp;
6053 6053
   }
6054 6054
   public function getCreationTimestamp()
6055 6055
   {
6056
-    return $this->creationTimestamp;
6056
+	return $this->creationTimestamp;
6057 6057
   }
6058 6058
   public function setDescription($description)
6059 6059
   {
6060
-    $this->description = $description;
6060
+	$this->description = $description;
6061 6061
   }
6062 6062
   public function getDescription()
6063 6063
   {
6064
-    return $this->description;
6064
+	return $this->description;
6065 6065
   }
6066 6066
   public function setId($id)
6067 6067
   {
6068
-    $this->id = $id;
6068
+	$this->id = $id;
6069 6069
   }
6070 6070
   public function getId()
6071 6071
   {
6072
-    return $this->id;
6072
+	return $this->id;
6073 6073
   }
6074 6074
   public function setKind($kind)
6075 6075
   {
6076
-    $this->kind = $kind;
6076
+	$this->kind = $kind;
6077 6077
   }
6078 6078
   public function getKind()
6079 6079
   {
6080
-    return $this->kind;
6080
+	return $this->kind;
6081 6081
   }
6082 6082
   public function setName($name)
6083 6083
   {
6084
-    $this->name = $name;
6084
+	$this->name = $name;
6085 6085
   }
6086 6086
   public function getName()
6087 6087
   {
6088
-    return $this->name;
6088
+	return $this->name;
6089 6089
   }
6090 6090
   public function setRegion($region)
6091 6091
   {
6092
-    $this->region = $region;
6092
+	$this->region = $region;
6093 6093
   }
6094 6094
   public function getRegion()
6095 6095
   {
6096
-    return $this->region;
6096
+	return $this->region;
6097 6097
   }
6098 6098
   public function setSelfLink($selfLink)
6099 6099
   {
6100
-    $this->selfLink = $selfLink;
6100
+	$this->selfLink = $selfLink;
6101 6101
   }
6102 6102
   public function getSelfLink()
6103 6103
   {
6104
-    return $this->selfLink;
6104
+	return $this->selfLink;
6105 6105
   }
6106 6106
   public function setStatus($status)
6107 6107
   {
6108
-    $this->status = $status;
6108
+	$this->status = $status;
6109 6109
   }
6110 6110
   public function getStatus()
6111 6111
   {
6112
-    return $this->status;
6112
+	return $this->status;
6113 6113
   }
6114 6114
   public function setUsers($users)
6115 6115
   {
6116
-    $this->users = $users;
6116
+	$this->users = $users;
6117 6117
   }
6118 6118
   public function getUsers()
6119 6119
   {
6120
-    return $this->users;
6120
+	return $this->users;
6121 6121
   }
6122 6122
 }
6123 6123
 
@@ -6135,43 +6135,43 @@  discard block
 block discarded – undo
6135 6135
 
6136 6136
   public function setId($id)
6137 6137
   {
6138
-    $this->id = $id;
6138
+	$this->id = $id;
6139 6139
   }
6140 6140
   public function getId()
6141 6141
   {
6142
-    return $this->id;
6142
+	return $this->id;
6143 6143
   }
6144 6144
   public function setItems($items)
6145 6145
   {
6146
-    $this->items = $items;
6146
+	$this->items = $items;
6147 6147
   }
6148 6148
   public function getItems()
6149 6149
   {
6150
-    return $this->items;
6150
+	return $this->items;
6151 6151
   }
6152 6152
   public function setKind($kind)
6153 6153
   {
6154
-    $this->kind = $kind;
6154
+	$this->kind = $kind;
6155 6155
   }
6156 6156
   public function getKind()
6157 6157
   {
6158
-    return $this->kind;
6158
+	return $this->kind;
6159 6159
   }
6160 6160
   public function setNextPageToken($nextPageToken)
6161 6161
   {
6162
-    $this->nextPageToken = $nextPageToken;
6162
+	$this->nextPageToken = $nextPageToken;
6163 6163
   }
6164 6164
   public function getNextPageToken()
6165 6165
   {
6166
-    return $this->nextPageToken;
6166
+	return $this->nextPageToken;
6167 6167
   }
6168 6168
   public function setSelfLink($selfLink)
6169 6169
   {
6170
-    $this->selfLink = $selfLink;
6170
+	$this->selfLink = $selfLink;
6171 6171
   }
6172 6172
   public function getSelfLink()
6173 6173
   {
6174
-    return $this->selfLink;
6174
+	return $this->selfLink;
6175 6175
   }
6176 6176
 }
6177 6177
 
@@ -6194,43 +6194,43 @@  discard block
 block discarded – undo
6194 6194
 
6195 6195
   public function setId($id)
6196 6196
   {
6197
-    $this->id = $id;
6197
+	$this->id = $id;
6198 6198
   }
6199 6199
   public function getId()
6200 6200
   {
6201
-    return $this->id;
6201
+	return $this->id;
6202 6202
   }
6203 6203
   public function setItems($items)
6204 6204
   {
6205
-    $this->items = $items;
6205
+	$this->items = $items;
6206 6206
   }
6207 6207
   public function getItems()
6208 6208
   {
6209
-    return $this->items;
6209
+	return $this->items;
6210 6210
   }
6211 6211
   public function setKind($kind)
6212 6212
   {
6213
-    $this->kind = $kind;
6213
+	$this->kind = $kind;
6214 6214
   }
6215 6215
   public function getKind()
6216 6216
   {
6217
-    return $this->kind;
6217
+	return $this->kind;
6218 6218
   }
6219 6219
   public function setNextPageToken($nextPageToken)
6220 6220
   {
6221
-    $this->nextPageToken = $nextPageToken;
6221
+	$this->nextPageToken = $nextPageToken;
6222 6222
   }
6223 6223
   public function getNextPageToken()
6224 6224
   {
6225
-    return $this->nextPageToken;
6225
+	return $this->nextPageToken;
6226 6226
   }
6227 6227
   public function setSelfLink($selfLink)
6228 6228
   {
6229
-    $this->selfLink = $selfLink;
6229
+	$this->selfLink = $selfLink;
6230 6230
   }
6231 6231
   public function getSelfLink()
6232 6232
   {
6233
-    return $this->selfLink;
6233
+	return $this->selfLink;
6234 6234
   }
6235 6235
 }
6236 6236
 
@@ -6247,19 +6247,19 @@  discard block
 block discarded – undo
6247 6247
 
6248 6248
   public function setAddresses($addresses)
6249 6249
   {
6250
-    $this->addresses = $addresses;
6250
+	$this->addresses = $addresses;
6251 6251
   }
6252 6252
   public function getAddresses()
6253 6253
   {
6254
-    return $this->addresses;
6254
+	return $this->addresses;
6255 6255
   }
6256 6256
   public function setWarning(Google_Service_Compute_AddressesScopedListWarning $warning)
6257 6257
   {
6258
-    $this->warning = $warning;
6258
+	$this->warning = $warning;
6259 6259
   }
6260 6260
   public function getWarning()
6261 6261
   {
6262
-    return $this->warning;
6262
+	return $this->warning;
6263 6263
   }
6264 6264
 }
6265 6265
 
@@ -6276,27 +6276,27 @@  discard block
 block discarded – undo
6276 6276
 
6277 6277
   public function setCode($code)
6278 6278
   {
6279
-    $this->code = $code;
6279
+	$this->code = $code;
6280 6280
   }
6281 6281
   public function getCode()
6282 6282
   {
6283
-    return $this->code;
6283
+	return $this->code;
6284 6284
   }
6285 6285
   public function setData($data)
6286 6286
   {
6287
-    $this->data = $data;
6287
+	$this->data = $data;
6288 6288
   }
6289 6289
   public function getData()
6290 6290
   {
6291
-    return $this->data;
6291
+	return $this->data;
6292 6292
   }
6293 6293
   public function setMessage($message)
6294 6294
   {
6295
-    $this->message = $message;
6295
+	$this->message = $message;
6296 6296
   }
6297 6297
   public function getMessage()
6298 6298
   {
6299
-    return $this->message;
6299
+	return $this->message;
6300 6300
   }
6301 6301
 }
6302 6302
 
@@ -6310,19 +6310,19 @@  discard block
 block discarded – undo
6310 6310
 
6311 6311
   public function setKey($key)
6312 6312
   {
6313
-    $this->key = $key;
6313
+	$this->key = $key;
6314 6314
   }
6315 6315
   public function getKey()
6316 6316
   {
6317
-    return $this->key;
6317
+	return $this->key;
6318 6318
   }
6319 6319
   public function setValue($value)
6320 6320
   {
6321
-    $this->value = $value;
6321
+	$this->value = $value;
6322 6322
   }
6323 6323
   public function getValue()
6324 6324
   {
6325
-    return $this->value;
6325
+	return $this->value;
6326 6326
   }
6327 6327
 }
6328 6328
 
@@ -6347,91 +6347,91 @@  discard block
 block discarded – undo
6347 6347
 
6348 6348
   public function setAutoDelete($autoDelete)
6349 6349
   {
6350
-    $this->autoDelete = $autoDelete;
6350
+	$this->autoDelete = $autoDelete;
6351 6351
   }
6352 6352
   public function getAutoDelete()
6353 6353
   {
6354
-    return $this->autoDelete;
6354
+	return $this->autoDelete;
6355 6355
   }
6356 6356
   public function setBoot($boot)
6357 6357
   {
6358
-    $this->boot = $boot;
6358
+	$this->boot = $boot;
6359 6359
   }
6360 6360
   public function getBoot()
6361 6361
   {
6362
-    return $this->boot;
6362
+	return $this->boot;
6363 6363
   }
6364 6364
   public function setDeviceName($deviceName)
6365 6365
   {
6366
-    $this->deviceName = $deviceName;
6366
+	$this->deviceName = $deviceName;
6367 6367
   }
6368 6368
   public function getDeviceName()
6369 6369
   {
6370
-    return $this->deviceName;
6370
+	return $this->deviceName;
6371 6371
   }
6372 6372
   public function setIndex($index)
6373 6373
   {
6374
-    $this->index = $index;
6374
+	$this->index = $index;
6375 6375
   }
6376 6376
   public function getIndex()
6377 6377
   {
6378
-    return $this->index;
6378
+	return $this->index;
6379 6379
   }
6380 6380
   public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams)
6381 6381
   {
6382
-    $this->initializeParams = $initializeParams;
6382
+	$this->initializeParams = $initializeParams;
6383 6383
   }
6384 6384
   public function getInitializeParams()
6385 6385
   {
6386
-    return $this->initializeParams;
6386
+	return $this->initializeParams;
6387 6387
   }
6388 6388
   public function setInterface($interface)
6389 6389
   {
6390
-    $this->interface = $interface;
6390
+	$this->interface = $interface;
6391 6391
   }
6392 6392
   public function getInterface()
6393 6393
   {
6394
-    return $this->interface;
6394
+	return $this->interface;
6395 6395
   }
6396 6396
   public function setKind($kind)
6397 6397
   {
6398
-    $this->kind = $kind;
6398
+	$this->kind = $kind;
6399 6399
   }
6400 6400
   public function getKind()
6401 6401
   {
6402
-    return $this->kind;
6402
+	return $this->kind;
6403 6403
   }
6404 6404
   public function setLicenses($licenses)
6405 6405
   {
6406
-    $this->licenses = $licenses;
6406
+	$this->licenses = $licenses;
6407 6407
   }
6408 6408
   public function getLicenses()
6409 6409
   {
6410
-    return $this->licenses;
6410
+	return $this->licenses;
6411 6411
   }
6412 6412
   public function setMode($mode)
6413 6413
   {
6414
-    $this->mode = $mode;
6414
+	$this->mode = $mode;
6415 6415
   }
6416 6416
   public function getMode()
6417 6417
   {
6418
-    return $this->mode;
6418
+	return $this->mode;
6419 6419
   }
6420 6420
   public function setSource($source)
6421 6421
   {
6422
-    $this->source = $source;
6422
+	$this->source = $source;
6423 6423
   }
6424 6424
   public function getSource()
6425 6425
   {
6426
-    return $this->source;
6426
+	return $this->source;
6427 6427
   }
6428 6428
   public function setType($type)
6429 6429
   {
6430
-    $this->type = $type;
6430
+	$this->type = $type;
6431 6431
   }
6432 6432
   public function getType()
6433 6433
   {
6434
-    return $this->type;
6434
+	return $this->type;
6435 6435
   }
6436 6436
 }
6437 6437
 
@@ -6447,35 +6447,35 @@  discard block
 block discarded – undo
6447 6447
 
6448 6448
   public function setDiskName($diskName)
6449 6449
   {
6450
-    $this->diskName = $diskName;
6450
+	$this->diskName = $diskName;
6451 6451
   }
6452 6452
   public function getDiskName()
6453 6453
   {
6454
-    return $this->diskName;
6454
+	return $this->diskName;
6455 6455
   }
6456 6456
   public function setDiskSizeGb($diskSizeGb)
6457 6457
   {
6458
-    $this->diskSizeGb = $diskSizeGb;
6458
+	$this->diskSizeGb = $diskSizeGb;
6459 6459
   }
6460 6460
   public function getDiskSizeGb()
6461 6461
   {
6462
-    return $this->diskSizeGb;
6462
+	return $this->diskSizeGb;
6463 6463
   }
6464 6464
   public function setDiskType($diskType)
6465 6465
   {
6466
-    $this->diskType = $diskType;
6466
+	$this->diskType = $diskType;
6467 6467
   }
6468 6468
   public function getDiskType()
6469 6469
   {
6470
-    return $this->diskType;
6470
+	return $this->diskType;
6471 6471
   }
6472 6472
   public function setSourceImage($sourceImage)
6473 6473
   {
6474
-    $this->sourceImage = $sourceImage;
6474
+	$this->sourceImage = $sourceImage;
6475 6475
   }
6476 6476
   public function getSourceImage()
6477 6477
   {
6478
-    return $this->sourceImage;
6478
+	return $this->sourceImage;
6479 6479
   }
6480 6480
 }
6481 6481
 
@@ -6494,59 +6494,59 @@  discard block
 block discarded – undo
6494 6494
 
6495 6495
   public function setBalancingMode($balancingMode)
6496 6496
   {
6497
-    $this->balancingMode = $balancingMode;
6497
+	$this->balancingMode = $balancingMode;
6498 6498
   }
6499 6499
   public function getBalancingMode()
6500 6500
   {
6501
-    return $this->balancingMode;
6501
+	return $this->balancingMode;
6502 6502
   }
6503 6503
   public function setCapacityScaler($capacityScaler)
6504 6504
   {
6505
-    $this->capacityScaler = $capacityScaler;
6505
+	$this->capacityScaler = $capacityScaler;
6506 6506
   }
6507 6507
   public function getCapacityScaler()
6508 6508
   {
6509
-    return $this->capacityScaler;
6509
+	return $this->capacityScaler;
6510 6510
   }
6511 6511
   public function setDescription($description)
6512 6512
   {
6513
-    $this->description = $description;
6513
+	$this->description = $description;
6514 6514
   }
6515 6515
   public function getDescription()
6516 6516
   {
6517
-    return $this->description;
6517
+	return $this->description;
6518 6518
   }
6519 6519
   public function setGroup($group)
6520 6520
   {
6521
-    $this->group = $group;
6521
+	$this->group = $group;
6522 6522
   }
6523 6523
   public function getGroup()
6524 6524
   {
6525
-    return $this->group;
6525
+	return $this->group;
6526 6526
   }
6527 6527
   public function setMaxRate($maxRate)
6528 6528
   {
6529
-    $this->maxRate = $maxRate;
6529
+	$this->maxRate = $maxRate;
6530 6530
   }
6531 6531
   public function getMaxRate()
6532 6532
   {
6533
-    return $this->maxRate;
6533
+	return $this->maxRate;
6534 6534
   }
6535 6535
   public function setMaxRatePerInstance($maxRatePerInstance)
6536 6536
   {
6537
-    $this->maxRatePerInstance = $maxRatePerInstance;
6537
+	$this->maxRatePerInstance = $maxRatePerInstance;
6538 6538
   }
6539 6539
   public function getMaxRatePerInstance()
6540 6540
   {
6541
-    return $this->maxRatePerInstance;
6541
+	return $this->maxRatePerInstance;
6542 6542
   }
6543 6543
   public function setMaxUtilization($maxUtilization)
6544 6544
   {
6545
-    $this->maxUtilization = $maxUtilization;
6545
+	$this->maxUtilization = $maxUtilization;
6546 6546
   }
6547 6547
   public function getMaxUtilization()
6548 6548
   {
6549
-    return $this->maxUtilization;
6549
+	return $this->maxUtilization;
6550 6550
   }
6551 6551
 }
6552 6552
 
@@ -6573,107 +6573,107 @@  discard block
 block discarded – undo
6573 6573
 
6574 6574
   public function setBackends($backends)
6575 6575
   {
6576
-    $this->backends = $backends;
6576
+	$this->backends = $backends;
6577 6577
   }
6578 6578
   public function getBackends()
6579 6579
   {
6580
-    return $this->backends;
6580
+	return $this->backends;
6581 6581
   }
6582 6582
   public function setCreationTimestamp($creationTimestamp)
6583 6583
   {
6584
-    $this->creationTimestamp = $creationTimestamp;
6584
+	$this->creationTimestamp = $creationTimestamp;
6585 6585
   }
6586 6586
   public function getCreationTimestamp()
6587 6587
   {
6588
-    return $this->creationTimestamp;
6588
+	return $this->creationTimestamp;
6589 6589
   }
6590 6590
   public function setDescription($description)
6591 6591
   {
6592
-    $this->description = $description;
6592
+	$this->description = $description;
6593 6593
   }
6594 6594
   public function getDescription()
6595 6595
   {
6596
-    return $this->description;
6596
+	return $this->description;
6597 6597
   }
6598 6598
   public function setFingerprint($fingerprint)
6599 6599
   {
6600
-    $this->fingerprint = $fingerprint;
6600
+	$this->fingerprint = $fingerprint;
6601 6601
   }
6602 6602
   public function getFingerprint()
6603 6603
   {
6604
-    return $this->fingerprint;
6604
+	return $this->fingerprint;
6605 6605
   }
6606 6606
   public function setHealthChecks($healthChecks)
6607 6607
   {
6608
-    $this->healthChecks = $healthChecks;
6608
+	$this->healthChecks = $healthChecks;
6609 6609
   }
6610 6610
   public function getHealthChecks()
6611 6611
   {
6612
-    return $this->healthChecks;
6612
+	return $this->healthChecks;
6613 6613
   }
6614 6614
   public function setId($id)
6615 6615
   {
6616
-    $this->id = $id;
6616
+	$this->id = $id;
6617 6617
   }
6618 6618
   public function getId()
6619 6619
   {
6620
-    return $this->id;
6620
+	return $this->id;
6621 6621
   }
6622 6622
   public function setKind($kind)
6623 6623
   {
6624
-    $this->kind = $kind;
6624
+	$this->kind = $kind;
6625 6625
   }
6626 6626
   public function getKind()
6627 6627
   {
6628
-    return $this->kind;
6628
+	return $this->kind;
6629 6629
   }
6630 6630
   public function setName($name)
6631 6631
   {
6632
-    $this->name = $name;
6632
+	$this->name = $name;
6633 6633
   }
6634 6634
   public function getName()
6635 6635
   {
6636
-    return $this->name;
6636
+	return $this->name;
6637 6637
   }
6638 6638
   public function setPort($port)
6639 6639
   {
6640
-    $this->port = $port;
6640
+	$this->port = $port;
6641 6641
   }
6642 6642
   public function getPort()
6643 6643
   {
6644
-    return $this->port;
6644
+	return $this->port;
6645 6645
   }
6646 6646
   public function setPortName($portName)
6647 6647
   {
6648
-    $this->portName = $portName;
6648
+	$this->portName = $portName;
6649 6649
   }
6650 6650
   public function getPortName()
6651 6651
   {
6652
-    return $this->portName;
6652
+	return $this->portName;
6653 6653
   }
6654 6654
   public function setProtocol($protocol)
6655 6655
   {
6656
-    $this->protocol = $protocol;
6656
+	$this->protocol = $protocol;
6657 6657
   }
6658 6658
   public function getProtocol()
6659 6659
   {
6660
-    return $this->protocol;
6660
+	return $this->protocol;
6661 6661
   }
6662 6662
   public function setSelfLink($selfLink)
6663 6663
   {
6664
-    $this->selfLink = $selfLink;
6664
+	$this->selfLink = $selfLink;
6665 6665
   }
6666 6666
   public function getSelfLink()
6667 6667
   {
6668
-    return $this->selfLink;
6668
+	return $this->selfLink;
6669 6669
   }
6670 6670
   public function setTimeoutSec($timeoutSec)
6671 6671
   {
6672
-    $this->timeoutSec = $timeoutSec;
6672
+	$this->timeoutSec = $timeoutSec;
6673 6673
   }
6674 6674
   public function getTimeoutSec()
6675 6675
   {
6676
-    return $this->timeoutSec;
6676
+	return $this->timeoutSec;
6677 6677
   }
6678 6678
 }
6679 6679
 
@@ -6689,19 +6689,19 @@  discard block
 block discarded – undo
6689 6689
 
6690 6690
   public function setHealthStatus($healthStatus)
6691 6691
   {
6692
-    $this->healthStatus = $healthStatus;
6692
+	$this->healthStatus = $healthStatus;
6693 6693
   }
6694 6694
   public function getHealthStatus()
6695 6695
   {
6696
-    return $this->healthStatus;
6696
+	return $this->healthStatus;
6697 6697
   }
6698 6698
   public function setKind($kind)
6699 6699
   {
6700
-    $this->kind = $kind;
6700
+	$this->kind = $kind;
6701 6701
   }
6702 6702
   public function getKind()
6703 6703
   {
6704
-    return $this->kind;
6704
+	return $this->kind;
6705 6705
   }
6706 6706
 }
6707 6707
 
@@ -6720,43 +6720,43 @@  discard block
 block discarded – undo
6720 6720
 
6721 6721
   public function setId($id)
6722 6722
   {
6723
-    $this->id = $id;
6723
+	$this->id = $id;
6724 6724
   }
6725 6725
   public function getId()
6726 6726
   {
6727
-    return $this->id;
6727
+	return $this->id;
6728 6728
   }
6729 6729
   public function setItems($items)
6730 6730
   {
6731
-    $this->items = $items;
6731
+	$this->items = $items;
6732 6732
   }
6733 6733
   public function getItems()
6734 6734
   {
6735
-    return $this->items;
6735
+	return $this->items;
6736 6736
   }
6737 6737
   public function setKind($kind)
6738 6738
   {
6739
-    $this->kind = $kind;
6739
+	$this->kind = $kind;
6740 6740
   }
6741 6741
   public function getKind()
6742 6742
   {
6743
-    return $this->kind;
6743
+	return $this->kind;
6744 6744
   }
6745 6745
   public function setNextPageToken($nextPageToken)
6746 6746
   {
6747
-    $this->nextPageToken = $nextPageToken;
6747
+	$this->nextPageToken = $nextPageToken;
6748 6748
   }
6749 6749
   public function getNextPageToken()
6750 6750
   {
6751
-    return $this->nextPageToken;
6751
+	return $this->nextPageToken;
6752 6752
   }
6753 6753
   public function setSelfLink($selfLink)
6754 6754
   {
6755
-    $this->selfLink = $selfLink;
6755
+	$this->selfLink = $selfLink;
6756 6756
   }
6757 6757
   public function getSelfLink()
6758 6758
   {
6759
-    return $this->selfLink;
6759
+	return $this->selfLink;
6760 6760
   }
6761 6761
 }
6762 6762
 
@@ -6773,43 +6773,43 @@  discard block
 block discarded – undo
6773 6773
 
6774 6774
   public function setDeleted($deleted)
6775 6775
   {
6776
-    $this->deleted = $deleted;
6776
+	$this->deleted = $deleted;
6777 6777
   }
6778 6778
   public function getDeleted()
6779 6779
   {
6780
-    return $this->deleted;
6780
+	return $this->deleted;
6781 6781
   }
6782 6782
   public function setDeprecated($deprecated)
6783 6783
   {
6784
-    $this->deprecated = $deprecated;
6784
+	$this->deprecated = $deprecated;
6785 6785
   }
6786 6786
   public function getDeprecated()
6787 6787
   {
6788
-    return $this->deprecated;
6788
+	return $this->deprecated;
6789 6789
   }
6790 6790
   public function setObsolete($obsolete)
6791 6791
   {
6792
-    $this->obsolete = $obsolete;
6792
+	$this->obsolete = $obsolete;
6793 6793
   }
6794 6794
   public function getObsolete()
6795 6795
   {
6796
-    return $this->obsolete;
6796
+	return $this->obsolete;
6797 6797
   }
6798 6798
   public function setReplacement($replacement)
6799 6799
   {
6800
-    $this->replacement = $replacement;
6800
+	$this->replacement = $replacement;
6801 6801
   }
6802 6802
   public function getReplacement()
6803 6803
   {
6804
-    return $this->replacement;
6804
+	return $this->replacement;
6805 6805
   }
6806 6806
   public function setState($state)
6807 6807
   {
6808
-    $this->state = $state;
6808
+	$this->state = $state;
6809 6809
   }
6810 6810
   public function getState()
6811 6811
   {
6812
-    return $this->state;
6812
+	return $this->state;
6813 6813
   }
6814 6814
 }
6815 6815
 
@@ -6841,155 +6841,155 @@  discard block
 block discarded – undo
6841 6841
 
6842 6842
   public function setCreationTimestamp($creationTimestamp)
6843 6843
   {
6844
-    $this->creationTimestamp = $creationTimestamp;
6844
+	$this->creationTimestamp = $creationTimestamp;
6845 6845
   }
6846 6846
   public function getCreationTimestamp()
6847 6847
   {
6848
-    return $this->creationTimestamp;
6848
+	return $this->creationTimestamp;
6849 6849
   }
6850 6850
   public function setDescription($description)
6851 6851
   {
6852
-    $this->description = $description;
6852
+	$this->description = $description;
6853 6853
   }
6854 6854
   public function getDescription()
6855 6855
   {
6856
-    return $this->description;
6856
+	return $this->description;
6857 6857
   }
6858 6858
   public function setId($id)
6859 6859
   {
6860
-    $this->id = $id;
6860
+	$this->id = $id;
6861 6861
   }
6862 6862
   public function getId()
6863 6863
   {
6864
-    return $this->id;
6864
+	return $this->id;
6865 6865
   }
6866 6866
   public function setKind($kind)
6867 6867
   {
6868
-    $this->kind = $kind;
6868
+	$this->kind = $kind;
6869 6869
   }
6870 6870
   public function getKind()
6871 6871
   {
6872
-    return $this->kind;
6872
+	return $this->kind;
6873 6873
   }
6874 6874
   public function setLastAttachTimestamp($lastAttachTimestamp)
6875 6875
   {
6876
-    $this->lastAttachTimestamp = $lastAttachTimestamp;
6876
+	$this->lastAttachTimestamp = $lastAttachTimestamp;
6877 6877
   }
6878 6878
   public function getLastAttachTimestamp()
6879 6879
   {
6880
-    return $this->lastAttachTimestamp;
6880
+	return $this->lastAttachTimestamp;
6881 6881
   }
6882 6882
   public function setLastDetachTimestamp($lastDetachTimestamp)
6883 6883
   {
6884
-    $this->lastDetachTimestamp = $lastDetachTimestamp;
6884
+	$this->lastDetachTimestamp = $lastDetachTimestamp;
6885 6885
   }
6886 6886
   public function getLastDetachTimestamp()
6887 6887
   {
6888
-    return $this->lastDetachTimestamp;
6888
+	return $this->lastDetachTimestamp;
6889 6889
   }
6890 6890
   public function setLicenses($licenses)
6891 6891
   {
6892
-    $this->licenses = $licenses;
6892
+	$this->licenses = $licenses;
6893 6893
   }
6894 6894
   public function getLicenses()
6895 6895
   {
6896
-    return $this->licenses;
6896
+	return $this->licenses;
6897 6897
   }
6898 6898
   public function setName($name)
6899 6899
   {
6900
-    $this->name = $name;
6900
+	$this->name = $name;
6901 6901
   }
6902 6902
   public function getName()
6903 6903
   {
6904
-    return $this->name;
6904
+	return $this->name;
6905 6905
   }
6906 6906
   public function setOptions($options)
6907 6907
   {
6908
-    $this->options = $options;
6908
+	$this->options = $options;
6909 6909
   }
6910 6910
   public function getOptions()
6911 6911
   {
6912
-    return $this->options;
6912
+	return $this->options;
6913 6913
   }
6914 6914
   public function setSelfLink($selfLink)
6915 6915
   {
6916
-    $this->selfLink = $selfLink;
6916
+	$this->selfLink = $selfLink;
6917 6917
   }
6918 6918
   public function getSelfLink()
6919 6919
   {
6920
-    return $this->selfLink;
6920
+	return $this->selfLink;
6921 6921
   }
6922 6922
   public function setSizeGb($sizeGb)
6923 6923
   {
6924
-    $this->sizeGb = $sizeGb;
6924
+	$this->sizeGb = $sizeGb;
6925 6925
   }
6926 6926
   public function getSizeGb()
6927 6927
   {
6928
-    return $this->sizeGb;
6928
+	return $this->sizeGb;
6929 6929
   }
6930 6930
   public function setSourceImage($sourceImage)
6931 6931
   {
6932
-    $this->sourceImage = $sourceImage;
6932
+	$this->sourceImage = $sourceImage;
6933 6933
   }
6934 6934
   public function getSourceImage()
6935 6935
   {
6936
-    return $this->sourceImage;
6936
+	return $this->sourceImage;
6937 6937
   }
6938 6938
   public function setSourceImageId($sourceImageId)
6939 6939
   {
6940
-    $this->sourceImageId = $sourceImageId;
6940
+	$this->sourceImageId = $sourceImageId;
6941 6941
   }
6942 6942
   public function getSourceImageId()
6943 6943
   {
6944
-    return $this->sourceImageId;
6944
+	return $this->sourceImageId;
6945 6945
   }
6946 6946
   public function setSourceSnapshot($sourceSnapshot)
6947 6947
   {
6948
-    $this->sourceSnapshot = $sourceSnapshot;
6948
+	$this->sourceSnapshot = $sourceSnapshot;
6949 6949
   }
6950 6950
   public function getSourceSnapshot()
6951 6951
   {
6952
-    return $this->sourceSnapshot;
6952
+	return $this->sourceSnapshot;
6953 6953
   }
6954 6954
   public function setSourceSnapshotId($sourceSnapshotId)
6955 6955
   {
6956
-    $this->sourceSnapshotId = $sourceSnapshotId;
6956
+	$this->sourceSnapshotId = $sourceSnapshotId;
6957 6957
   }
6958 6958
   public function getSourceSnapshotId()
6959 6959
   {
6960
-    return $this->sourceSnapshotId;
6960
+	return $this->sourceSnapshotId;
6961 6961
   }
6962 6962
   public function setStatus($status)
6963 6963
   {
6964
-    $this->status = $status;
6964
+	$this->status = $status;
6965 6965
   }
6966 6966
   public function getStatus()
6967 6967
   {
6968
-    return $this->status;
6968
+	return $this->status;
6969 6969
   }
6970 6970
   public function setType($type)
6971 6971
   {
6972
-    $this->type = $type;
6972
+	$this->type = $type;
6973 6973
   }
6974 6974
   public function getType()
6975 6975
   {
6976
-    return $this->type;
6976
+	return $this->type;
6977 6977
   }
6978 6978
   public function setUsers($users)
6979 6979
   {
6980
-    $this->users = $users;
6980
+	$this->users = $users;
6981 6981
   }
6982 6982
   public function getUsers()
6983 6983
   {
6984
-    return $this->users;
6984
+	return $this->users;
6985 6985
   }
6986 6986
   public function setZone($zone)
6987 6987
   {
6988
-    $this->zone = $zone;
6988
+	$this->zone = $zone;
6989 6989
   }
6990 6990
   public function getZone()
6991 6991
   {
6992
-    return $this->zone;
6992
+	return $this->zone;
6993 6993
   }
6994 6994
 }
6995 6995
 
@@ -7007,43 +7007,43 @@  discard block
 block discarded – undo
7007 7007
 
7008 7008
   public function setId($id)
7009 7009
   {
7010
-    $this->id = $id;
7010
+	$this->id = $id;
7011 7011
   }
7012 7012
   public function getId()
7013 7013
   {
7014
-    return $this->id;
7014
+	return $this->id;
7015 7015
   }
7016 7016
   public function setItems($items)
7017 7017
   {
7018
-    $this->items = $items;
7018
+	$this->items = $items;
7019 7019
   }
7020 7020
   public function getItems()
7021 7021
   {
7022
-    return $this->items;
7022
+	return $this->items;
7023 7023
   }
7024 7024
   public function setKind($kind)
7025 7025
   {
7026
-    $this->kind = $kind;
7026
+	$this->kind = $kind;
7027 7027
   }
7028 7028
   public function getKind()
7029 7029
   {
7030
-    return $this->kind;
7030
+	return $this->kind;
7031 7031
   }
7032 7032
   public function setNextPageToken($nextPageToken)
7033 7033
   {
7034
-    $this->nextPageToken = $nextPageToken;
7034
+	$this->nextPageToken = $nextPageToken;
7035 7035
   }
7036 7036
   public function getNextPageToken()
7037 7037
   {
7038
-    return $this->nextPageToken;
7038
+	return $this->nextPageToken;
7039 7039
   }
7040 7040
   public function setSelfLink($selfLink)
7041 7041
   {
7042
-    $this->selfLink = $selfLink;
7042
+	$this->selfLink = $selfLink;
7043 7043
   }
7044 7044
   public function getSelfLink()
7045 7045
   {
7046
-    return $this->selfLink;
7046
+	return $this->selfLink;
7047 7047
   }
7048 7048
 }
7049 7049
 
@@ -7066,43 +7066,43 @@  discard block
 block discarded – undo
7066 7066
 
7067 7067
   public function setId($id)
7068 7068
   {
7069
-    $this->id = $id;
7069
+	$this->id = $id;
7070 7070
   }
7071 7071
   public function getId()
7072 7072
   {
7073
-    return $this->id;
7073
+	return $this->id;
7074 7074
   }
7075 7075
   public function setItems($items)
7076 7076
   {
7077
-    $this->items = $items;
7077
+	$this->items = $items;
7078 7078
   }
7079 7079
   public function getItems()
7080 7080
   {
7081
-    return $this->items;
7081
+	return $this->items;
7082 7082
   }
7083 7083
   public function setKind($kind)
7084 7084
   {
7085
-    $this->kind = $kind;
7085
+	$this->kind = $kind;
7086 7086
   }
7087 7087
   public function getKind()
7088 7088
   {
7089
-    return $this->kind;
7089
+	return $this->kind;
7090 7090
   }
7091 7091
   public function setNextPageToken($nextPageToken)
7092 7092
   {
7093
-    $this->nextPageToken = $nextPageToken;
7093
+	$this->nextPageToken = $nextPageToken;
7094 7094
   }
7095 7095
   public function getNextPageToken()
7096 7096
   {
7097
-    return $this->nextPageToken;
7097
+	return $this->nextPageToken;
7098 7098
   }
7099 7099
   public function setSelfLink($selfLink)
7100 7100
   {
7101
-    $this->selfLink = $selfLink;
7101
+	$this->selfLink = $selfLink;
7102 7102
   }
7103 7103
   public function getSelfLink()
7104 7104
   {
7105
-    return $this->selfLink;
7105
+	return $this->selfLink;
7106 7106
   }
7107 7107
 }
7108 7108
 
@@ -7116,19 +7116,19 @@  discard block
 block discarded – undo
7116 7116
 
7117 7117
   public function setDestinationZone($destinationZone)
7118 7118
   {
7119
-    $this->destinationZone = $destinationZone;
7119
+	$this->destinationZone = $destinationZone;
7120 7120
   }
7121 7121
   public function getDestinationZone()
7122 7122
   {
7123
-    return $this->destinationZone;
7123
+	return $this->destinationZone;
7124 7124
   }
7125 7125
   public function setTargetDisk($targetDisk)
7126 7126
   {
7127
-    $this->targetDisk = $targetDisk;
7127
+	$this->targetDisk = $targetDisk;
7128 7128
   }
7129 7129
   public function getTargetDisk()
7130 7130
   {
7131
-    return $this->targetDisk;
7131
+	return $this->targetDisk;
7132 7132
   }
7133 7133
 }
7134 7134
 
@@ -7151,83 +7151,83 @@  discard block
 block discarded – undo
7151 7151
 
7152 7152
   public function setCreationTimestamp($creationTimestamp)
7153 7153
   {
7154
-    $this->creationTimestamp = $creationTimestamp;
7154
+	$this->creationTimestamp = $creationTimestamp;
7155 7155
   }
7156 7156
   public function getCreationTimestamp()
7157 7157
   {
7158
-    return $this->creationTimestamp;
7158
+	return $this->creationTimestamp;
7159 7159
   }
7160 7160
   public function setDefaultDiskSizeGb($defaultDiskSizeGb)
7161 7161
   {
7162
-    $this->defaultDiskSizeGb = $defaultDiskSizeGb;
7162
+	$this->defaultDiskSizeGb = $defaultDiskSizeGb;
7163 7163
   }
7164 7164
   public function getDefaultDiskSizeGb()
7165 7165
   {
7166
-    return $this->defaultDiskSizeGb;
7166
+	return $this->defaultDiskSizeGb;
7167 7167
   }
7168 7168
   public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
7169 7169
   {
7170
-    $this->deprecated = $deprecated;
7170
+	$this->deprecated = $deprecated;
7171 7171
   }
7172 7172
   public function getDeprecated()
7173 7173
   {
7174
-    return $this->deprecated;
7174
+	return $this->deprecated;
7175 7175
   }
7176 7176
   public function setDescription($description)
7177 7177
   {
7178
-    $this->description = $description;
7178
+	$this->description = $description;
7179 7179
   }
7180 7180
   public function getDescription()
7181 7181
   {
7182
-    return $this->description;
7182
+	return $this->description;
7183 7183
   }
7184 7184
   public function setId($id)
7185 7185
   {
7186
-    $this->id = $id;
7186
+	$this->id = $id;
7187 7187
   }
7188 7188
   public function getId()
7189 7189
   {
7190
-    return $this->id;
7190
+	return $this->id;
7191 7191
   }
7192 7192
   public function setKind($kind)
7193 7193
   {
7194
-    $this->kind = $kind;
7194
+	$this->kind = $kind;
7195 7195
   }
7196 7196
   public function getKind()
7197 7197
   {
7198
-    return $this->kind;
7198
+	return $this->kind;
7199 7199
   }
7200 7200
   public function setName($name)
7201 7201
   {
7202
-    $this->name = $name;
7202
+	$this->name = $name;
7203 7203
   }
7204 7204
   public function getName()
7205 7205
   {
7206
-    return $this->name;
7206
+	return $this->name;
7207 7207
   }
7208 7208
   public function setSelfLink($selfLink)
7209 7209
   {
7210
-    $this->selfLink = $selfLink;
7210
+	$this->selfLink = $selfLink;
7211 7211
   }
7212 7212
   public function getSelfLink()
7213 7213
   {
7214
-    return $this->selfLink;
7214
+	return $this->selfLink;
7215 7215
   }
7216 7216
   public function setValidDiskSize($validDiskSize)
7217 7217
   {
7218
-    $this->validDiskSize = $validDiskSize;
7218
+	$this->validDiskSize = $validDiskSize;
7219 7219
   }
7220 7220
   public function getValidDiskSize()
7221 7221
   {
7222
-    return $this->validDiskSize;
7222
+	return $this->validDiskSize;
7223 7223
   }
7224 7224
   public function setZone($zone)
7225 7225
   {
7226
-    $this->zone = $zone;
7226
+	$this->zone = $zone;
7227 7227
   }
7228 7228
   public function getZone()
7229 7229
   {
7230
-    return $this->zone;
7230
+	return $this->zone;
7231 7231
   }
7232 7232
 }
7233 7233
 
@@ -7245,43 +7245,43 @@  discard block
 block discarded – undo
7245 7245
 
7246 7246
   public function setId($id)
7247 7247
   {
7248
-    $this->id = $id;
7248
+	$this->id = $id;
7249 7249
   }
7250 7250
   public function getId()
7251 7251
   {
7252
-    return $this->id;
7252
+	return $this->id;
7253 7253
   }
7254 7254
   public function setItems($items)
7255 7255
   {
7256
-    $this->items = $items;
7256
+	$this->items = $items;
7257 7257
   }
7258 7258
   public function getItems()
7259 7259
   {
7260
-    return $this->items;
7260
+	return $this->items;
7261 7261
   }
7262 7262
   public function setKind($kind)
7263 7263
   {
7264
-    $this->kind = $kind;
7264
+	$this->kind = $kind;
7265 7265
   }
7266 7266
   public function getKind()
7267 7267
   {
7268
-    return $this->kind;
7268
+	return $this->kind;
7269 7269
   }
7270 7270
   public function setNextPageToken($nextPageToken)
7271 7271
   {
7272
-    $this->nextPageToken = $nextPageToken;
7272
+	$this->nextPageToken = $nextPageToken;
7273 7273
   }
7274 7274
   public function getNextPageToken()
7275 7275
   {
7276
-    return $this->nextPageToken;
7276
+	return $this->nextPageToken;
7277 7277
   }
7278 7278
   public function setSelfLink($selfLink)
7279 7279
   {
7280
-    $this->selfLink = $selfLink;
7280
+	$this->selfLink = $selfLink;
7281 7281
   }
7282 7282
   public function getSelfLink()
7283 7283
   {
7284
-    return $this->selfLink;
7284
+	return $this->selfLink;
7285 7285
   }
7286 7286
 }
7287 7287
 
@@ -7304,43 +7304,43 @@  discard block
 block discarded – undo
7304 7304
 
7305 7305
   public function setId($id)
7306 7306
   {
7307
-    $this->id = $id;
7307
+	$this->id = $id;
7308 7308
   }
7309 7309
   public function getId()
7310 7310
   {
7311
-    return $this->id;
7311
+	return $this->id;
7312 7312
   }
7313 7313
   public function setItems($items)
7314 7314
   {
7315
-    $this->items = $items;
7315
+	$this->items = $items;
7316 7316
   }
7317 7317
   public function getItems()
7318 7318
   {
7319
-    return $this->items;
7319
+	return $this->items;
7320 7320
   }
7321 7321
   public function setKind($kind)
7322 7322
   {
7323
-    $this->kind = $kind;
7323
+	$this->kind = $kind;
7324 7324
   }
7325 7325
   public function getKind()
7326 7326
   {
7327
-    return $this->kind;
7327
+	return $this->kind;
7328 7328
   }
7329 7329
   public function setNextPageToken($nextPageToken)
7330 7330
   {
7331
-    $this->nextPageToken = $nextPageToken;
7331
+	$this->nextPageToken = $nextPageToken;
7332 7332
   }
7333 7333
   public function getNextPageToken()
7334 7334
   {
7335
-    return $this->nextPageToken;
7335
+	return $this->nextPageToken;
7336 7336
   }
7337 7337
   public function setSelfLink($selfLink)
7338 7338
   {
7339
-    $this->selfLink = $selfLink;
7339
+	$this->selfLink = $selfLink;
7340 7340
   }
7341 7341
   public function getSelfLink()
7342 7342
   {
7343
-    return $this->selfLink;
7343
+	return $this->selfLink;
7344 7344
   }
7345 7345
 }
7346 7346
 
@@ -7357,19 +7357,19 @@  discard block
 block discarded – undo
7357 7357
 
7358 7358
   public function setDiskTypes($diskTypes)
7359 7359
   {
7360
-    $this->diskTypes = $diskTypes;
7360
+	$this->diskTypes = $diskTypes;
7361 7361
   }
7362 7362
   public function getDiskTypes()
7363 7363
   {
7364
-    return $this->diskTypes;
7364
+	return $this->diskTypes;
7365 7365
   }
7366 7366
   public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning)
7367 7367
   {
7368
-    $this->warning = $warning;
7368
+	$this->warning = $warning;
7369 7369
   }
7370 7370
   public function getWarning()
7371 7371
   {
7372
-    return $this->warning;
7372
+	return $this->warning;
7373 7373
   }
7374 7374
 }
7375 7375
 
@@ -7386,27 +7386,27 @@  discard block
 block discarded – undo
7386 7386
 
7387 7387
   public function setCode($code)
7388 7388
   {
7389
-    $this->code = $code;
7389
+	$this->code = $code;
7390 7390
   }
7391 7391
   public function getCode()
7392 7392
   {
7393
-    return $this->code;
7393
+	return $this->code;
7394 7394
   }
7395 7395
   public function setData($data)
7396 7396
   {
7397
-    $this->data = $data;
7397
+	$this->data = $data;
7398 7398
   }
7399 7399
   public function getData()
7400 7400
   {
7401
-    return $this->data;
7401
+	return $this->data;
7402 7402
   }
7403 7403
   public function setMessage($message)
7404 7404
   {
7405
-    $this->message = $message;
7405
+	$this->message = $message;
7406 7406
   }
7407 7407
   public function getMessage()
7408 7408
   {
7409
-    return $this->message;
7409
+	return $this->message;
7410 7410
   }
7411 7411
 }
7412 7412
 
@@ -7420,19 +7420,19 @@  discard block
 block discarded – undo
7420 7420
 
7421 7421
   public function setKey($key)
7422 7422
   {
7423
-    $this->key = $key;
7423
+	$this->key = $key;
7424 7424
   }
7425 7425
   public function getKey()
7426 7426
   {
7427
-    return $this->key;
7427
+	return $this->key;
7428 7428
   }
7429 7429
   public function setValue($value)
7430 7430
   {
7431
-    $this->value = $value;
7431
+	$this->value = $value;
7432 7432
   }
7433 7433
   public function getValue()
7434 7434
   {
7435
-    return $this->value;
7435
+	return $this->value;
7436 7436
   }
7437 7437
 }
7438 7438
 
@@ -7449,19 +7449,19 @@  discard block
 block discarded – undo
7449 7449
 
7450 7450
   public function setDisks($disks)
7451 7451
   {
7452
-    $this->disks = $disks;
7452
+	$this->disks = $disks;
7453 7453
   }
7454 7454
   public function getDisks()
7455 7455
   {
7456
-    return $this->disks;
7456
+	return $this->disks;
7457 7457
   }
7458 7458
   public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning)
7459 7459
   {
7460
-    $this->warning = $warning;
7460
+	$this->warning = $warning;
7461 7461
   }
7462 7462
   public function getWarning()
7463 7463
   {
7464
-    return $this->warning;
7464
+	return $this->warning;
7465 7465
   }
7466 7466
 }
7467 7467
 
@@ -7478,27 +7478,27 @@  discard block
 block discarded – undo
7478 7478
 
7479 7479
   public function setCode($code)
7480 7480
   {
7481
-    $this->code = $code;
7481
+	$this->code = $code;
7482 7482
   }
7483 7483
   public function getCode()
7484 7484
   {
7485
-    return $this->code;
7485
+	return $this->code;
7486 7486
   }
7487 7487
   public function setData($data)
7488 7488
   {
7489
-    $this->data = $data;
7489
+	$this->data = $data;
7490 7490
   }
7491 7491
   public function getData()
7492 7492
   {
7493
-    return $this->data;
7493
+	return $this->data;
7494 7494
   }
7495 7495
   public function setMessage($message)
7496 7496
   {
7497
-    $this->message = $message;
7497
+	$this->message = $message;
7498 7498
   }
7499 7499
   public function getMessage()
7500 7500
   {
7501
-    return $this->message;
7501
+	return $this->message;
7502 7502
   }
7503 7503
 }
7504 7504
 
@@ -7512,19 +7512,19 @@  discard block
 block discarded – undo
7512 7512
 
7513 7513
   public function setKey($key)
7514 7514
   {
7515
-    $this->key = $key;
7515
+	$this->key = $key;
7516 7516
   }
7517 7517
   public function getKey()
7518 7518
   {
7519
-    return $this->key;
7519
+	return $this->key;
7520 7520
   }
7521 7521
   public function setValue($value)
7522 7522
   {
7523
-    $this->value = $value;
7523
+	$this->value = $value;
7524 7524
   }
7525 7525
   public function getValue()
7526 7526
   {
7527
-    return $this->value;
7527
+	return $this->value;
7528 7528
   }
7529 7529
 }
7530 7530
 
@@ -7549,91 +7549,91 @@  discard block
 block discarded – undo
7549 7549
 
7550 7550
   public function setAllowed($allowed)
7551 7551
   {
7552
-    $this->allowed = $allowed;
7552
+	$this->allowed = $allowed;
7553 7553
   }
7554 7554
   public function getAllowed()
7555 7555
   {
7556
-    return $this->allowed;
7556
+	return $this->allowed;
7557 7557
   }
7558 7558
   public function setCreationTimestamp($creationTimestamp)
7559 7559
   {
7560
-    $this->creationTimestamp = $creationTimestamp;
7560
+	$this->creationTimestamp = $creationTimestamp;
7561 7561
   }
7562 7562
   public function getCreationTimestamp()
7563 7563
   {
7564
-    return $this->creationTimestamp;
7564
+	return $this->creationTimestamp;
7565 7565
   }
7566 7566
   public function setDescription($description)
7567 7567
   {
7568
-    $this->description = $description;
7568
+	$this->description = $description;
7569 7569
   }
7570 7570
   public function getDescription()
7571 7571
   {
7572
-    return $this->description;
7572
+	return $this->description;
7573 7573
   }
7574 7574
   public function setId($id)
7575 7575
   {
7576
-    $this->id = $id;
7576
+	$this->id = $id;
7577 7577
   }
7578 7578
   public function getId()
7579 7579
   {
7580
-    return $this->id;
7580
+	return $this->id;
7581 7581
   }
7582 7582
   public function setKind($kind)
7583 7583
   {
7584
-    $this->kind = $kind;
7584
+	$this->kind = $kind;
7585 7585
   }
7586 7586
   public function getKind()
7587 7587
   {
7588
-    return $this->kind;
7588
+	return $this->kind;
7589 7589
   }
7590 7590
   public function setName($name)
7591 7591
   {
7592
-    $this->name = $name;
7592
+	$this->name = $name;
7593 7593
   }
7594 7594
   public function getName()
7595 7595
   {
7596
-    return $this->name;
7596
+	return $this->name;
7597 7597
   }
7598 7598
   public function setNetwork($network)
7599 7599
   {
7600
-    $this->network = $network;
7600
+	$this->network = $network;
7601 7601
   }
7602 7602
   public function getNetwork()
7603 7603
   {
7604
-    return $this->network;
7604
+	return $this->network;
7605 7605
   }
7606 7606
   public function setSelfLink($selfLink)
7607 7607
   {
7608
-    $this->selfLink = $selfLink;
7608
+	$this->selfLink = $selfLink;
7609 7609
   }
7610 7610
   public function getSelfLink()
7611 7611
   {
7612
-    return $this->selfLink;
7612
+	return $this->selfLink;
7613 7613
   }
7614 7614
   public function setSourceRanges($sourceRanges)
7615 7615
   {
7616
-    $this->sourceRanges = $sourceRanges;
7616
+	$this->sourceRanges = $sourceRanges;
7617 7617
   }
7618 7618
   public function getSourceRanges()
7619 7619
   {
7620
-    return $this->sourceRanges;
7620
+	return $this->sourceRanges;
7621 7621
   }
7622 7622
   public function setSourceTags($sourceTags)
7623 7623
   {
7624
-    $this->sourceTags = $sourceTags;
7624
+	$this->sourceTags = $sourceTags;
7625 7625
   }
7626 7626
   public function getSourceTags()
7627 7627
   {
7628
-    return $this->sourceTags;
7628
+	return $this->sourceTags;
7629 7629
   }
7630 7630
   public function setTargetTags($targetTags)
7631 7631
   {
7632
-    $this->targetTags = $targetTags;
7632
+	$this->targetTags = $targetTags;
7633 7633
   }
7634 7634
   public function getTargetTags()
7635 7635
   {
7636
-    return $this->targetTags;
7636
+	return $this->targetTags;
7637 7637
   }
7638 7638
 }
7639 7639
 
@@ -7641,7 +7641,7 @@  discard block
 block discarded – undo
7641 7641
 {
7642 7642
   protected $collection_key = 'ports';
7643 7643
   protected $internal_gapi_mappings = array(
7644
-        "iPProtocol" => "IPProtocol",
7644
+		"iPProtocol" => "IPProtocol",
7645 7645
   );
7646 7646
   public $iPProtocol;
7647 7647
   public $ports;
@@ -7649,19 +7649,19 @@  discard block
 block discarded – undo
7649 7649
 
7650 7650
   public function setIPProtocol($iPProtocol)
7651 7651
   {
7652
-    $this->iPProtocol = $iPProtocol;
7652
+	$this->iPProtocol = $iPProtocol;
7653 7653
   }
7654 7654
   public function getIPProtocol()
7655 7655
   {
7656
-    return $this->iPProtocol;
7656
+	return $this->iPProtocol;
7657 7657
   }
7658 7658
   public function setPorts($ports)
7659 7659
   {
7660
-    $this->ports = $ports;
7660
+	$this->ports = $ports;
7661 7661
   }
7662 7662
   public function getPorts()
7663 7663
   {
7664
-    return $this->ports;
7664
+	return $this->ports;
7665 7665
   }
7666 7666
 }
7667 7667
 
@@ -7680,51 +7680,51 @@  discard block
 block discarded – undo
7680 7680
 
7681 7681
   public function setId($id)
7682 7682
   {
7683
-    $this->id = $id;
7683
+	$this->id = $id;
7684 7684
   }
7685 7685
   public function getId()
7686 7686
   {
7687
-    return $this->id;
7687
+	return $this->id;
7688 7688
   }
7689 7689
   public function setItems($items)
7690 7690
   {
7691
-    $this->items = $items;
7691
+	$this->items = $items;
7692 7692
   }
7693 7693
   public function getItems()
7694 7694
   {
7695
-    return $this->items;
7695
+	return $this->items;
7696 7696
   }
7697 7697
   public function setKind($kind)
7698 7698
   {
7699
-    $this->kind = $kind;
7699
+	$this->kind = $kind;
7700 7700
   }
7701 7701
   public function getKind()
7702 7702
   {
7703
-    return $this->kind;
7703
+	return $this->kind;
7704 7704
   }
7705 7705
   public function setNextPageToken($nextPageToken)
7706 7706
   {
7707
-    $this->nextPageToken = $nextPageToken;
7707
+	$this->nextPageToken = $nextPageToken;
7708 7708
   }
7709 7709
   public function getNextPageToken()
7710 7710
   {
7711
-    return $this->nextPageToken;
7711
+	return $this->nextPageToken;
7712 7712
   }
7713 7713
   public function setSelfLink($selfLink)
7714 7714
   {
7715
-    $this->selfLink = $selfLink;
7715
+	$this->selfLink = $selfLink;
7716 7716
   }
7717 7717
   public function getSelfLink()
7718 7718
   {
7719
-    return $this->selfLink;
7719
+	return $this->selfLink;
7720 7720
   }
7721 7721
 }
7722 7722
 
7723 7723
 class Google_Service_Compute_ForwardingRule extends Google_Model
7724 7724
 {
7725 7725
   protected $internal_gapi_mappings = array(
7726
-        "iPAddress" => "IPAddress",
7727
-        "iPProtocol" => "IPProtocol",
7726
+		"iPAddress" => "IPAddress",
7727
+		"iPProtocol" => "IPProtocol",
7728 7728
   );
7729 7729
   public $iPAddress;
7730 7730
   public $iPProtocol;
@@ -7741,91 +7741,91 @@  discard block
 block discarded – undo
7741 7741
 
7742 7742
   public function setIPAddress($iPAddress)
7743 7743
   {
7744
-    $this->iPAddress = $iPAddress;
7744
+	$this->iPAddress = $iPAddress;
7745 7745
   }
7746 7746
   public function getIPAddress()
7747 7747
   {
7748
-    return $this->iPAddress;
7748
+	return $this->iPAddress;
7749 7749
   }
7750 7750
   public function setIPProtocol($iPProtocol)
7751 7751
   {
7752
-    $this->iPProtocol = $iPProtocol;
7752
+	$this->iPProtocol = $iPProtocol;
7753 7753
   }
7754 7754
   public function getIPProtocol()
7755 7755
   {
7756
-    return $this->iPProtocol;
7756
+	return $this->iPProtocol;
7757 7757
   }
7758 7758
   public function setCreationTimestamp($creationTimestamp)
7759 7759
   {
7760
-    $this->creationTimestamp = $creationTimestamp;
7760
+	$this->creationTimestamp = $creationTimestamp;
7761 7761
   }
7762 7762
   public function getCreationTimestamp()
7763 7763
   {
7764
-    return $this->creationTimestamp;
7764
+	return $this->creationTimestamp;
7765 7765
   }
7766 7766
   public function setDescription($description)
7767 7767
   {
7768
-    $this->description = $description;
7768
+	$this->description = $description;
7769 7769
   }
7770 7770
   public function getDescription()
7771 7771
   {
7772
-    return $this->description;
7772
+	return $this->description;
7773 7773
   }
7774 7774
   public function setId($id)
7775 7775
   {
7776
-    $this->id = $id;
7776
+	$this->id = $id;
7777 7777
   }
7778 7778
   public function getId()
7779 7779
   {
7780
-    return $this->id;
7780
+	return $this->id;
7781 7781
   }
7782 7782
   public function setKind($kind)
7783 7783
   {
7784
-    $this->kind = $kind;
7784
+	$this->kind = $kind;
7785 7785
   }
7786 7786
   public function getKind()
7787 7787
   {
7788
-    return $this->kind;
7788
+	return $this->kind;
7789 7789
   }
7790 7790
   public function setName($name)
7791 7791
   {
7792
-    $this->name = $name;
7792
+	$this->name = $name;
7793 7793
   }
7794 7794
   public function getName()
7795 7795
   {
7796
-    return $this->name;
7796
+	return $this->name;
7797 7797
   }
7798 7798
   public function setPortRange($portRange)
7799 7799
   {
7800
-    $this->portRange = $portRange;
7800
+	$this->portRange = $portRange;
7801 7801
   }
7802 7802
   public function getPortRange()
7803 7803
   {
7804
-    return $this->portRange;
7804
+	return $this->portRange;
7805 7805
   }
7806 7806
   public function setRegion($region)
7807 7807
   {
7808
-    $this->region = $region;
7808
+	$this->region = $region;
7809 7809
   }
7810 7810
   public function getRegion()
7811 7811
   {
7812
-    return $this->region;
7812
+	return $this->region;
7813 7813
   }
7814 7814
   public function setSelfLink($selfLink)
7815 7815
   {
7816
-    $this->selfLink = $selfLink;
7816
+	$this->selfLink = $selfLink;
7817 7817
   }
7818 7818
   public function getSelfLink()
7819 7819
   {
7820
-    return $this->selfLink;
7820
+	return $this->selfLink;
7821 7821
   }
7822 7822
   public function setTarget($target)
7823 7823
   {
7824
-    $this->target = $target;
7824
+	$this->target = $target;
7825 7825
   }
7826 7826
   public function getTarget()
7827 7827
   {
7828
-    return $this->target;
7828
+	return $this->target;
7829 7829
   }
7830 7830
 }
7831 7831
 
@@ -7843,43 +7843,43 @@  discard block
 block discarded – undo
7843 7843
 
7844 7844
   public function setId($id)
7845 7845
   {
7846
-    $this->id = $id;
7846
+	$this->id = $id;
7847 7847
   }
7848 7848
   public function getId()
7849 7849
   {
7850
-    return $this->id;
7850
+	return $this->id;
7851 7851
   }
7852 7852
   public function setItems($items)
7853 7853
   {
7854
-    $this->items = $items;
7854
+	$this->items = $items;
7855 7855
   }
7856 7856
   public function getItems()
7857 7857
   {
7858
-    return $this->items;
7858
+	return $this->items;
7859 7859
   }
7860 7860
   public function setKind($kind)
7861 7861
   {
7862
-    $this->kind = $kind;
7862
+	$this->kind = $kind;
7863 7863
   }
7864 7864
   public function getKind()
7865 7865
   {
7866
-    return $this->kind;
7866
+	return $this->kind;
7867 7867
   }
7868 7868
   public function setNextPageToken($nextPageToken)
7869 7869
   {
7870
-    $this->nextPageToken = $nextPageToken;
7870
+	$this->nextPageToken = $nextPageToken;
7871 7871
   }
7872 7872
   public function getNextPageToken()
7873 7873
   {
7874
-    return $this->nextPageToken;
7874
+	return $this->nextPageToken;
7875 7875
   }
7876 7876
   public function setSelfLink($selfLink)
7877 7877
   {
7878
-    $this->selfLink = $selfLink;
7878
+	$this->selfLink = $selfLink;
7879 7879
   }
7880 7880
   public function getSelfLink()
7881 7881
   {
7882
-    return $this->selfLink;
7882
+	return $this->selfLink;
7883 7883
   }
7884 7884
 }
7885 7885
 
@@ -7902,43 +7902,43 @@  discard block
 block discarded – undo
7902 7902
 
7903 7903
   public function setId($id)
7904 7904
   {
7905
-    $this->id = $id;
7905
+	$this->id = $id;
7906 7906
   }
7907 7907
   public function getId()
7908 7908
   {
7909
-    return $this->id;
7909
+	return $this->id;
7910 7910
   }
7911 7911
   public function setItems($items)
7912 7912
   {
7913
-    $this->items = $items;
7913
+	$this->items = $items;
7914 7914
   }
7915 7915
   public function getItems()
7916 7916
   {
7917
-    return $this->items;
7917
+	return $this->items;
7918 7918
   }
7919 7919
   public function setKind($kind)
7920 7920
   {
7921
-    $this->kind = $kind;
7921
+	$this->kind = $kind;
7922 7922
   }
7923 7923
   public function getKind()
7924 7924
   {
7925
-    return $this->kind;
7925
+	return $this->kind;
7926 7926
   }
7927 7927
   public function setNextPageToken($nextPageToken)
7928 7928
   {
7929
-    $this->nextPageToken = $nextPageToken;
7929
+	$this->nextPageToken = $nextPageToken;
7930 7930
   }
7931 7931
   public function getNextPageToken()
7932 7932
   {
7933
-    return $this->nextPageToken;
7933
+	return $this->nextPageToken;
7934 7934
   }
7935 7935
   public function setSelfLink($selfLink)
7936 7936
   {
7937
-    $this->selfLink = $selfLink;
7937
+	$this->selfLink = $selfLink;
7938 7938
   }
7939 7939
   public function getSelfLink()
7940 7940
   {
7941
-    return $this->selfLink;
7941
+	return $this->selfLink;
7942 7942
   }
7943 7943
 }
7944 7944
 
@@ -7955,19 +7955,19 @@  discard block
 block discarded – undo
7955 7955
 
7956 7956
   public function setForwardingRules($forwardingRules)
7957 7957
   {
7958
-    $this->forwardingRules = $forwardingRules;
7958
+	$this->forwardingRules = $forwardingRules;
7959 7959
   }
7960 7960
   public function getForwardingRules()
7961 7961
   {
7962
-    return $this->forwardingRules;
7962
+	return $this->forwardingRules;
7963 7963
   }
7964 7964
   public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarning $warning)
7965 7965
   {
7966
-    $this->warning = $warning;
7966
+	$this->warning = $warning;
7967 7967
   }
7968 7968
   public function getWarning()
7969 7969
   {
7970
-    return $this->warning;
7970
+	return $this->warning;
7971 7971
   }
7972 7972
 }
7973 7973
 
@@ -7984,27 +7984,27 @@  discard block
 block discarded – undo
7984 7984
 
7985 7985
   public function setCode($code)
7986 7986
   {
7987
-    $this->code = $code;
7987
+	$this->code = $code;
7988 7988
   }
7989 7989
   public function getCode()
7990 7990
   {
7991
-    return $this->code;
7991
+	return $this->code;
7992 7992
   }
7993 7993
   public function setData($data)
7994 7994
   {
7995
-    $this->data = $data;
7995
+	$this->data = $data;
7996 7996
   }
7997 7997
   public function getData()
7998 7998
   {
7999
-    return $this->data;
7999
+	return $this->data;
8000 8000
   }
8001 8001
   public function setMessage($message)
8002 8002
   {
8003
-    $this->message = $message;
8003
+	$this->message = $message;
8004 8004
   }
8005 8005
   public function getMessage()
8006 8006
   {
8007
-    return $this->message;
8007
+	return $this->message;
8008 8008
   }
8009 8009
 }
8010 8010
 
@@ -8018,19 +8018,19 @@  discard block
 block discarded – undo
8018 8018
 
8019 8019
   public function setKey($key)
8020 8020
   {
8021
-    $this->key = $key;
8021
+	$this->key = $key;
8022 8022
   }
8023 8023
   public function getKey()
8024 8024
   {
8025
-    return $this->key;
8025
+	return $this->key;
8026 8026
   }
8027 8027
   public function setValue($value)
8028 8028
   {
8029
-    $this->value = $value;
8029
+	$this->value = $value;
8030 8030
   }
8031 8031
   public function getValue()
8032 8032
   {
8033
-    return $this->value;
8033
+	return $this->value;
8034 8034
   }
8035 8035
 }
8036 8036
 
@@ -8043,11 +8043,11 @@  discard block
 block discarded – undo
8043 8043
 
8044 8044
   public function setHealthCheck($healthCheck)
8045 8045
   {
8046
-    $this->healthCheck = $healthCheck;
8046
+	$this->healthCheck = $healthCheck;
8047 8047
   }
8048 8048
   public function getHealthCheck()
8049 8049
   {
8050
-    return $this->healthCheck;
8050
+	return $this->healthCheck;
8051 8051
   }
8052 8052
 }
8053 8053
 
@@ -8063,35 +8063,35 @@  discard block
 block discarded – undo
8063 8063
 
8064 8064
   public function setHealthState($healthState)
8065 8065
   {
8066
-    $this->healthState = $healthState;
8066
+	$this->healthState = $healthState;
8067 8067
   }
8068 8068
   public function getHealthState()
8069 8069
   {
8070
-    return $this->healthState;
8070
+	return $this->healthState;
8071 8071
   }
8072 8072
   public function setInstance($instance)
8073 8073
   {
8074
-    $this->instance = $instance;
8074
+	$this->instance = $instance;
8075 8075
   }
8076 8076
   public function getInstance()
8077 8077
   {
8078
-    return $this->instance;
8078
+	return $this->instance;
8079 8079
   }
8080 8080
   public function setIpAddress($ipAddress)
8081 8081
   {
8082
-    $this->ipAddress = $ipAddress;
8082
+	$this->ipAddress = $ipAddress;
8083 8083
   }
8084 8084
   public function getIpAddress()
8085 8085
   {
8086
-    return $this->ipAddress;
8086
+	return $this->ipAddress;
8087 8087
   }
8088 8088
   public function setPort($port)
8089 8089
   {
8090
-    $this->port = $port;
8090
+	$this->port = $port;
8091 8091
   }
8092 8092
   public function getPort()
8093 8093
   {
8094
-    return $this->port;
8094
+	return $this->port;
8095 8095
   }
8096 8096
 }
8097 8097
 
@@ -8107,27 +8107,27 @@  discard block
 block discarded – undo
8107 8107
 
8108 8108
   public function setDescription($description)
8109 8109
   {
8110
-    $this->description = $description;
8110
+	$this->description = $description;
8111 8111
   }
8112 8112
   public function getDescription()
8113 8113
   {
8114
-    return $this->description;
8114
+	return $this->description;
8115 8115
   }
8116 8116
   public function setHosts($hosts)
8117 8117
   {
8118
-    $this->hosts = $hosts;
8118
+	$this->hosts = $hosts;
8119 8119
   }
8120 8120
   public function getHosts()
8121 8121
   {
8122
-    return $this->hosts;
8122
+	return $this->hosts;
8123 8123
   }
8124 8124
   public function setPathMatcher($pathMatcher)
8125 8125
   {
8126
-    $this->pathMatcher = $pathMatcher;
8126
+	$this->pathMatcher = $pathMatcher;
8127 8127
   }
8128 8128
   public function getPathMatcher()
8129 8129
   {
8130
-    return $this->pathMatcher;
8130
+	return $this->pathMatcher;
8131 8131
   }
8132 8132
 }
8133 8133
 
@@ -8152,107 +8152,107 @@  discard block
 block discarded – undo
8152 8152
 
8153 8153
   public function setCheckIntervalSec($checkIntervalSec)
8154 8154
   {
8155
-    $this->checkIntervalSec = $checkIntervalSec;
8155
+	$this->checkIntervalSec = $checkIntervalSec;
8156 8156
   }
8157 8157
   public function getCheckIntervalSec()
8158 8158
   {
8159
-    return $this->checkIntervalSec;
8159
+	return $this->checkIntervalSec;
8160 8160
   }
8161 8161
   public function setCreationTimestamp($creationTimestamp)
8162 8162
   {
8163
-    $this->creationTimestamp = $creationTimestamp;
8163
+	$this->creationTimestamp = $creationTimestamp;
8164 8164
   }
8165 8165
   public function getCreationTimestamp()
8166 8166
   {
8167
-    return $this->creationTimestamp;
8167
+	return $this->creationTimestamp;
8168 8168
   }
8169 8169
   public function setDescription($description)
8170 8170
   {
8171
-    $this->description = $description;
8171
+	$this->description = $description;
8172 8172
   }
8173 8173
   public function getDescription()
8174 8174
   {
8175
-    return $this->description;
8175
+	return $this->description;
8176 8176
   }
8177 8177
   public function setHealthyThreshold($healthyThreshold)
8178 8178
   {
8179
-    $this->healthyThreshold = $healthyThreshold;
8179
+	$this->healthyThreshold = $healthyThreshold;
8180 8180
   }
8181 8181
   public function getHealthyThreshold()
8182 8182
   {
8183
-    return $this->healthyThreshold;
8183
+	return $this->healthyThreshold;
8184 8184
   }
8185 8185
   public function setHost($host)
8186 8186
   {
8187
-    $this->host = $host;
8187
+	$this->host = $host;
8188 8188
   }
8189 8189
   public function getHost()
8190 8190
   {
8191
-    return $this->host;
8191
+	return $this->host;
8192 8192
   }
8193 8193
   public function setId($id)
8194 8194
   {
8195
-    $this->id = $id;
8195
+	$this->id = $id;
8196 8196
   }
8197 8197
   public function getId()
8198 8198
   {
8199
-    return $this->id;
8199
+	return $this->id;
8200 8200
   }
8201 8201
   public function setKind($kind)
8202 8202
   {
8203
-    $this->kind = $kind;
8203
+	$this->kind = $kind;
8204 8204
   }
8205 8205
   public function getKind()
8206 8206
   {
8207
-    return $this->kind;
8207
+	return $this->kind;
8208 8208
   }
8209 8209
   public function setName($name)
8210 8210
   {
8211
-    $this->name = $name;
8211
+	$this->name = $name;
8212 8212
   }
8213 8213
   public function getName()
8214 8214
   {
8215
-    return $this->name;
8215
+	return $this->name;
8216 8216
   }
8217 8217
   public function setPort($port)
8218 8218
   {
8219
-    $this->port = $port;
8219
+	$this->port = $port;
8220 8220
   }
8221 8221
   public function getPort()
8222 8222
   {
8223
-    return $this->port;
8223
+	return $this->port;
8224 8224
   }
8225 8225
   public function setRequestPath($requestPath)
8226 8226
   {
8227
-    $this->requestPath = $requestPath;
8227
+	$this->requestPath = $requestPath;
8228 8228
   }
8229 8229
   public function getRequestPath()
8230 8230
   {
8231
-    return $this->requestPath;
8231
+	return $this->requestPath;
8232 8232
   }
8233 8233
   public function setSelfLink($selfLink)
8234 8234
   {
8235
-    $this->selfLink = $selfLink;
8235
+	$this->selfLink = $selfLink;
8236 8236
   }
8237 8237
   public function getSelfLink()
8238 8238
   {
8239
-    return $this->selfLink;
8239
+	return $this->selfLink;
8240 8240
   }
8241 8241
   public function setTimeoutSec($timeoutSec)
8242 8242
   {
8243
-    $this->timeoutSec = $timeoutSec;
8243
+	$this->timeoutSec = $timeoutSec;
8244 8244
   }
8245 8245
   public function getTimeoutSec()
8246 8246
   {
8247
-    return $this->timeoutSec;
8247
+	return $this->timeoutSec;
8248 8248
   }
8249 8249
   public function setUnhealthyThreshold($unhealthyThreshold)
8250 8250
   {
8251
-    $this->unhealthyThreshold = $unhealthyThreshold;
8251
+	$this->unhealthyThreshold = $unhealthyThreshold;
8252 8252
   }
8253 8253
   public function getUnhealthyThreshold()
8254 8254
   {
8255
-    return $this->unhealthyThreshold;
8255
+	return $this->unhealthyThreshold;
8256 8256
   }
8257 8257
 }
8258 8258
 
@@ -8271,43 +8271,43 @@  discard block
 block discarded – undo
8271 8271
 
8272 8272
   public function setId($id)
8273 8273
   {
8274
-    $this->id = $id;
8274
+	$this->id = $id;
8275 8275
   }
8276 8276
   public function getId()
8277 8277
   {
8278
-    return $this->id;
8278
+	return $this->id;
8279 8279
   }
8280 8280
   public function setItems($items)
8281 8281
   {
8282
-    $this->items = $items;
8282
+	$this->items = $items;
8283 8283
   }
8284 8284
   public function getItems()
8285 8285
   {
8286
-    return $this->items;
8286
+	return $this->items;
8287 8287
   }
8288 8288
   public function setKind($kind)
8289 8289
   {
8290
-    $this->kind = $kind;
8290
+	$this->kind = $kind;
8291 8291
   }
8292 8292
   public function getKind()
8293 8293
   {
8294
-    return $this->kind;
8294
+	return $this->kind;
8295 8295
   }
8296 8296
   public function setNextPageToken($nextPageToken)
8297 8297
   {
8298
-    $this->nextPageToken = $nextPageToken;
8298
+	$this->nextPageToken = $nextPageToken;
8299 8299
   }
8300 8300
   public function getNextPageToken()
8301 8301
   {
8302
-    return $this->nextPageToken;
8302
+	return $this->nextPageToken;
8303 8303
   }
8304 8304
   public function setSelfLink($selfLink)
8305 8305
   {
8306
-    $this->selfLink = $selfLink;
8306
+	$this->selfLink = $selfLink;
8307 8307
   }
8308 8308
   public function getSelfLink()
8309 8309
   {
8310
-    return $this->selfLink;
8310
+	return $this->selfLink;
8311 8311
   }
8312 8312
 }
8313 8313
 
@@ -8337,123 +8337,123 @@  discard block
 block discarded – undo
8337 8337
 
8338 8338
   public function setArchiveSizeBytes($archiveSizeBytes)
8339 8339
   {
8340
-    $this->archiveSizeBytes = $archiveSizeBytes;
8340
+	$this->archiveSizeBytes = $archiveSizeBytes;
8341 8341
   }
8342 8342
   public function getArchiveSizeBytes()
8343 8343
   {
8344
-    return $this->archiveSizeBytes;
8344
+	return $this->archiveSizeBytes;
8345 8345
   }
8346 8346
   public function setCreationTimestamp($creationTimestamp)
8347 8347
   {
8348
-    $this->creationTimestamp = $creationTimestamp;
8348
+	$this->creationTimestamp = $creationTimestamp;
8349 8349
   }
8350 8350
   public function getCreationTimestamp()
8351 8351
   {
8352
-    return $this->creationTimestamp;
8352
+	return $this->creationTimestamp;
8353 8353
   }
8354 8354
   public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
8355 8355
   {
8356
-    $this->deprecated = $deprecated;
8356
+	$this->deprecated = $deprecated;
8357 8357
   }
8358 8358
   public function getDeprecated()
8359 8359
   {
8360
-    return $this->deprecated;
8360
+	return $this->deprecated;
8361 8361
   }
8362 8362
   public function setDescription($description)
8363 8363
   {
8364
-    $this->description = $description;
8364
+	$this->description = $description;
8365 8365
   }
8366 8366
   public function getDescription()
8367 8367
   {
8368
-    return $this->description;
8368
+	return $this->description;
8369 8369
   }
8370 8370
   public function setDiskSizeGb($diskSizeGb)
8371 8371
   {
8372
-    $this->diskSizeGb = $diskSizeGb;
8372
+	$this->diskSizeGb = $diskSizeGb;
8373 8373
   }
8374 8374
   public function getDiskSizeGb()
8375 8375
   {
8376
-    return $this->diskSizeGb;
8376
+	return $this->diskSizeGb;
8377 8377
   }
8378 8378
   public function setId($id)
8379 8379
   {
8380
-    $this->id = $id;
8380
+	$this->id = $id;
8381 8381
   }
8382 8382
   public function getId()
8383 8383
   {
8384
-    return $this->id;
8384
+	return $this->id;
8385 8385
   }
8386 8386
   public function setKind($kind)
8387 8387
   {
8388
-    $this->kind = $kind;
8388
+	$this->kind = $kind;
8389 8389
   }
8390 8390
   public function getKind()
8391 8391
   {
8392
-    return $this->kind;
8392
+	return $this->kind;
8393 8393
   }
8394 8394
   public function setLicenses($licenses)
8395 8395
   {
8396
-    $this->licenses = $licenses;
8396
+	$this->licenses = $licenses;
8397 8397
   }
8398 8398
   public function getLicenses()
8399 8399
   {
8400
-    return $this->licenses;
8400
+	return $this->licenses;
8401 8401
   }
8402 8402
   public function setName($name)
8403 8403
   {
8404
-    $this->name = $name;
8404
+	$this->name = $name;
8405 8405
   }
8406 8406
   public function getName()
8407 8407
   {
8408
-    return $this->name;
8408
+	return $this->name;
8409 8409
   }
8410 8410
   public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk)
8411 8411
   {
8412
-    $this->rawDisk = $rawDisk;
8412
+	$this->rawDisk = $rawDisk;
8413 8413
   }
8414 8414
   public function getRawDisk()
8415 8415
   {
8416
-    return $this->rawDisk;
8416
+	return $this->rawDisk;
8417 8417
   }
8418 8418
   public function setSelfLink($selfLink)
8419 8419
   {
8420
-    $this->selfLink = $selfLink;
8420
+	$this->selfLink = $selfLink;
8421 8421
   }
8422 8422
   public function getSelfLink()
8423 8423
   {
8424
-    return $this->selfLink;
8424
+	return $this->selfLink;
8425 8425
   }
8426 8426
   public function setSourceDisk($sourceDisk)
8427 8427
   {
8428
-    $this->sourceDisk = $sourceDisk;
8428
+	$this->sourceDisk = $sourceDisk;
8429 8429
   }
8430 8430
   public function getSourceDisk()
8431 8431
   {
8432
-    return $this->sourceDisk;
8432
+	return $this->sourceDisk;
8433 8433
   }
8434 8434
   public function setSourceDiskId($sourceDiskId)
8435 8435
   {
8436
-    $this->sourceDiskId = $sourceDiskId;
8436
+	$this->sourceDiskId = $sourceDiskId;
8437 8437
   }
8438 8438
   public function getSourceDiskId()
8439 8439
   {
8440
-    return $this->sourceDiskId;
8440
+	return $this->sourceDiskId;
8441 8441
   }
8442 8442
   public function setSourceType($sourceType)
8443 8443
   {
8444
-    $this->sourceType = $sourceType;
8444
+	$this->sourceType = $sourceType;
8445 8445
   }
8446 8446
   public function getSourceType()
8447 8447
   {
8448
-    return $this->sourceType;
8448
+	return $this->sourceType;
8449 8449
   }
8450 8450
   public function setStatus($status)
8451 8451
   {
8452
-    $this->status = $status;
8452
+	$this->status = $status;
8453 8453
   }
8454 8454
   public function getStatus()
8455 8455
   {
8456
-    return $this->status;
8456
+	return $this->status;
8457 8457
   }
8458 8458
 }
8459 8459
 
@@ -8472,43 +8472,43 @@  discard block
 block discarded – undo
8472 8472
 
8473 8473
   public function setId($id)
8474 8474
   {
8475
-    $this->id = $id;
8475
+	$this->id = $id;
8476 8476
   }
8477 8477
   public function getId()
8478 8478
   {
8479
-    return $this->id;
8479
+	return $this->id;
8480 8480
   }
8481 8481
   public function setItems($items)
8482 8482
   {
8483
-    $this->items = $items;
8483
+	$this->items = $items;
8484 8484
   }
8485 8485
   public function getItems()
8486 8486
   {
8487
-    return $this->items;
8487
+	return $this->items;
8488 8488
   }
8489 8489
   public function setKind($kind)
8490 8490
   {
8491
-    $this->kind = $kind;
8491
+	$this->kind = $kind;
8492 8492
   }
8493 8493
   public function getKind()
8494 8494
   {
8495
-    return $this->kind;
8495
+	return $this->kind;
8496 8496
   }
8497 8497
   public function setNextPageToken($nextPageToken)
8498 8498
   {
8499
-    $this->nextPageToken = $nextPageToken;
8499
+	$this->nextPageToken = $nextPageToken;
8500 8500
   }
8501 8501
   public function getNextPageToken()
8502 8502
   {
8503
-    return $this->nextPageToken;
8503
+	return $this->nextPageToken;
8504 8504
   }
8505 8505
   public function setSelfLink($selfLink)
8506 8506
   {
8507
-    $this->selfLink = $selfLink;
8507
+	$this->selfLink = $selfLink;
8508 8508
   }
8509 8509
   public function getSelfLink()
8510 8510
   {
8511
-    return $this->selfLink;
8511
+	return $this->selfLink;
8512 8512
   }
8513 8513
 }
8514 8514
 
@@ -8523,27 +8523,27 @@  discard block
 block discarded – undo
8523 8523
 
8524 8524
   public function setContainerType($containerType)
8525 8525
   {
8526
-    $this->containerType = $containerType;
8526
+	$this->containerType = $containerType;
8527 8527
   }
8528 8528
   public function getContainerType()
8529 8529
   {
8530
-    return $this->containerType;
8530
+	return $this->containerType;
8531 8531
   }
8532 8532
   public function setSha1Checksum($sha1Checksum)
8533 8533
   {
8534
-    $this->sha1Checksum = $sha1Checksum;
8534
+	$this->sha1Checksum = $sha1Checksum;
8535 8535
   }
8536 8536
   public function getSha1Checksum()
8537 8537
   {
8538
-    return $this->sha1Checksum;
8538
+	return $this->sha1Checksum;
8539 8539
   }
8540 8540
   public function setSource($source)
8541 8541
   {
8542
-    $this->source = $source;
8542
+	$this->source = $source;
8543 8543
   }
8544 8544
   public function getSource()
8545 8545
   {
8546
-    return $this->source;
8546
+	return $this->source;
8547 8547
   }
8548 8548
 }
8549 8549
 
@@ -8580,147 +8580,147 @@  discard block
 block discarded – undo
8580 8580
 
8581 8581
   public function setCanIpForward($canIpForward)
8582 8582
   {
8583
-    $this->canIpForward = $canIpForward;
8583
+	$this->canIpForward = $canIpForward;
8584 8584
   }
8585 8585
   public function getCanIpForward()
8586 8586
   {
8587
-    return $this->canIpForward;
8587
+	return $this->canIpForward;
8588 8588
   }
8589 8589
   public function setCpuPlatform($cpuPlatform)
8590 8590
   {
8591
-    $this->cpuPlatform = $cpuPlatform;
8591
+	$this->cpuPlatform = $cpuPlatform;
8592 8592
   }
8593 8593
   public function getCpuPlatform()
8594 8594
   {
8595
-    return $this->cpuPlatform;
8595
+	return $this->cpuPlatform;
8596 8596
   }
8597 8597
   public function setCreationTimestamp($creationTimestamp)
8598 8598
   {
8599
-    $this->creationTimestamp = $creationTimestamp;
8599
+	$this->creationTimestamp = $creationTimestamp;
8600 8600
   }
8601 8601
   public function getCreationTimestamp()
8602 8602
   {
8603
-    return $this->creationTimestamp;
8603
+	return $this->creationTimestamp;
8604 8604
   }
8605 8605
   public function setDescription($description)
8606 8606
   {
8607
-    $this->description = $description;
8607
+	$this->description = $description;
8608 8608
   }
8609 8609
   public function getDescription()
8610 8610
   {
8611
-    return $this->description;
8611
+	return $this->description;
8612 8612
   }
8613 8613
   public function setDisks($disks)
8614 8614
   {
8615
-    $this->disks = $disks;
8615
+	$this->disks = $disks;
8616 8616
   }
8617 8617
   public function getDisks()
8618 8618
   {
8619
-    return $this->disks;
8619
+	return $this->disks;
8620 8620
   }
8621 8621
   public function setId($id)
8622 8622
   {
8623
-    $this->id = $id;
8623
+	$this->id = $id;
8624 8624
   }
8625 8625
   public function getId()
8626 8626
   {
8627
-    return $this->id;
8627
+	return $this->id;
8628 8628
   }
8629 8629
   public function setKind($kind)
8630 8630
   {
8631
-    $this->kind = $kind;
8631
+	$this->kind = $kind;
8632 8632
   }
8633 8633
   public function getKind()
8634 8634
   {
8635
-    return $this->kind;
8635
+	return $this->kind;
8636 8636
   }
8637 8637
   public function setMachineType($machineType)
8638 8638
   {
8639
-    $this->machineType = $machineType;
8639
+	$this->machineType = $machineType;
8640 8640
   }
8641 8641
   public function getMachineType()
8642 8642
   {
8643
-    return $this->machineType;
8643
+	return $this->machineType;
8644 8644
   }
8645 8645
   public function setMetadata(Google_Service_Compute_Metadata $metadata)
8646 8646
   {
8647
-    $this->metadata = $metadata;
8647
+	$this->metadata = $metadata;
8648 8648
   }
8649 8649
   public function getMetadata()
8650 8650
   {
8651
-    return $this->metadata;
8651
+	return $this->metadata;
8652 8652
   }
8653 8653
   public function setName($name)
8654 8654
   {
8655
-    $this->name = $name;
8655
+	$this->name = $name;
8656 8656
   }
8657 8657
   public function getName()
8658 8658
   {
8659
-    return $this->name;
8659
+	return $this->name;
8660 8660
   }
8661 8661
   public function setNetworkInterfaces($networkInterfaces)
8662 8662
   {
8663
-    $this->networkInterfaces = $networkInterfaces;
8663
+	$this->networkInterfaces = $networkInterfaces;
8664 8664
   }
8665 8665
   public function getNetworkInterfaces()
8666 8666
   {
8667
-    return $this->networkInterfaces;
8667
+	return $this->networkInterfaces;
8668 8668
   }
8669 8669
   public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
8670 8670
   {
8671
-    $this->scheduling = $scheduling;
8671
+	$this->scheduling = $scheduling;
8672 8672
   }
8673 8673
   public function getScheduling()
8674 8674
   {
8675
-    return $this->scheduling;
8675
+	return $this->scheduling;
8676 8676
   }
8677 8677
   public function setSelfLink($selfLink)
8678 8678
   {
8679
-    $this->selfLink = $selfLink;
8679
+	$this->selfLink = $selfLink;
8680 8680
   }
8681 8681
   public function getSelfLink()
8682 8682
   {
8683
-    return $this->selfLink;
8683
+	return $this->selfLink;
8684 8684
   }
8685 8685
   public function setServiceAccounts($serviceAccounts)
8686 8686
   {
8687
-    $this->serviceAccounts = $serviceAccounts;
8687
+	$this->serviceAccounts = $serviceAccounts;
8688 8688
   }
8689 8689
   public function getServiceAccounts()
8690 8690
   {
8691
-    return $this->serviceAccounts;
8691
+	return $this->serviceAccounts;
8692 8692
   }
8693 8693
   public function setStatus($status)
8694 8694
   {
8695
-    $this->status = $status;
8695
+	$this->status = $status;
8696 8696
   }
8697 8697
   public function getStatus()
8698 8698
   {
8699
-    return $this->status;
8699
+	return $this->status;
8700 8700
   }
8701 8701
   public function setStatusMessage($statusMessage)
8702 8702
   {
8703
-    $this->statusMessage = $statusMessage;
8703
+	$this->statusMessage = $statusMessage;
8704 8704
   }
8705 8705
   public function getStatusMessage()
8706 8706
   {
8707
-    return $this->statusMessage;
8707
+	return $this->statusMessage;
8708 8708
   }
8709 8709
   public function setTags(Google_Service_Compute_Tags $tags)
8710 8710
   {
8711
-    $this->tags = $tags;
8711
+	$this->tags = $tags;
8712 8712
   }
8713 8713
   public function getTags()
8714 8714
   {
8715
-    return $this->tags;
8715
+	return $this->tags;
8716 8716
   }
8717 8717
   public function setZone($zone)
8718 8718
   {
8719
-    $this->zone = $zone;
8719
+	$this->zone = $zone;
8720 8720
   }
8721 8721
   public function getZone()
8722 8722
   {
8723
-    return $this->zone;
8723
+	return $this->zone;
8724 8724
   }
8725 8725
 }
8726 8726
 
@@ -8738,43 +8738,43 @@  discard block
 block discarded – undo
8738 8738
 
8739 8739
   public function setId($id)
8740 8740
   {
8741
-    $this->id = $id;
8741
+	$this->id = $id;
8742 8742
   }
8743 8743
   public function getId()
8744 8744
   {
8745
-    return $this->id;
8745
+	return $this->id;
8746 8746
   }
8747 8747
   public function setItems($items)
8748 8748
   {
8749
-    $this->items = $items;
8749
+	$this->items = $items;
8750 8750
   }
8751 8751
   public function getItems()
8752 8752
   {
8753
-    return $this->items;
8753
+	return $this->items;
8754 8754
   }
8755 8755
   public function setKind($kind)
8756 8756
   {
8757
-    $this->kind = $kind;
8757
+	$this->kind = $kind;
8758 8758
   }
8759 8759
   public function getKind()
8760 8760
   {
8761
-    return $this->kind;
8761
+	return $this->kind;
8762 8762
   }
8763 8763
   public function setNextPageToken($nextPageToken)
8764 8764
   {
8765
-    $this->nextPageToken = $nextPageToken;
8765
+	$this->nextPageToken = $nextPageToken;
8766 8766
   }
8767 8767
   public function getNextPageToken()
8768 8768
   {
8769
-    return $this->nextPageToken;
8769
+	return $this->nextPageToken;
8770 8770
   }
8771 8771
   public function setSelfLink($selfLink)
8772 8772
   {
8773
-    $this->selfLink = $selfLink;
8773
+	$this->selfLink = $selfLink;
8774 8774
   }
8775 8775
   public function getSelfLink()
8776 8776
   {
8777
-    return $this->selfLink;
8777
+	return $this->selfLink;
8778 8778
   }
8779 8779
 }
8780 8780
 
@@ -8797,43 +8797,43 @@  discard block
 block discarded – undo
8797 8797
 
8798 8798
   public function setId($id)
8799 8799
   {
8800
-    $this->id = $id;
8800
+	$this->id = $id;
8801 8801
   }
8802 8802
   public function getId()
8803 8803
   {
8804
-    return $this->id;
8804
+	return $this->id;
8805 8805
   }
8806 8806
   public function setItems($items)
8807 8807
   {
8808
-    $this->items = $items;
8808
+	$this->items = $items;
8809 8809
   }
8810 8810
   public function getItems()
8811 8811
   {
8812
-    return $this->items;
8812
+	return $this->items;
8813 8813
   }
8814 8814
   public function setKind($kind)
8815 8815
   {
8816
-    $this->kind = $kind;
8816
+	$this->kind = $kind;
8817 8817
   }
8818 8818
   public function getKind()
8819 8819
   {
8820
-    return $this->kind;
8820
+	return $this->kind;
8821 8821
   }
8822 8822
   public function setNextPageToken($nextPageToken)
8823 8823
   {
8824
-    $this->nextPageToken = $nextPageToken;
8824
+	$this->nextPageToken = $nextPageToken;
8825 8825
   }
8826 8826
   public function getNextPageToken()
8827 8827
   {
8828
-    return $this->nextPageToken;
8828
+	return $this->nextPageToken;
8829 8829
   }
8830 8830
   public function setSelfLink($selfLink)
8831 8831
   {
8832
-    $this->selfLink = $selfLink;
8832
+	$this->selfLink = $selfLink;
8833 8833
   }
8834 8834
   public function getSelfLink()
8835 8835
   {
8836
-    return $this->selfLink;
8836
+	return $this->selfLink;
8837 8837
   }
8838 8838
 }
8839 8839
 
@@ -8847,19 +8847,19 @@  discard block
 block discarded – undo
8847 8847
 
8848 8848
   public function setDestinationZone($destinationZone)
8849 8849
   {
8850
-    $this->destinationZone = $destinationZone;
8850
+	$this->destinationZone = $destinationZone;
8851 8851
   }
8852 8852
   public function getDestinationZone()
8853 8853
   {
8854
-    return $this->destinationZone;
8854
+	return $this->destinationZone;
8855 8855
   }
8856 8856
   public function setTargetInstance($targetInstance)
8857 8857
   {
8858
-    $this->targetInstance = $targetInstance;
8858
+	$this->targetInstance = $targetInstance;
8859 8859
   }
8860 8860
   public function getTargetInstance()
8861 8861
   {
8862
-    return $this->targetInstance;
8862
+	return $this->targetInstance;
8863 8863
   }
8864 8864
 }
8865 8865
 
@@ -8887,75 +8887,75 @@  discard block
 block discarded – undo
8887 8887
 
8888 8888
   public function setCanIpForward($canIpForward)
8889 8889
   {
8890
-    $this->canIpForward = $canIpForward;
8890
+	$this->canIpForward = $canIpForward;
8891 8891
   }
8892 8892
   public function getCanIpForward()
8893 8893
   {
8894
-    return $this->canIpForward;
8894
+	return $this->canIpForward;
8895 8895
   }
8896 8896
   public function setDescription($description)
8897 8897
   {
8898
-    $this->description = $description;
8898
+	$this->description = $description;
8899 8899
   }
8900 8900
   public function getDescription()
8901 8901
   {
8902
-    return $this->description;
8902
+	return $this->description;
8903 8903
   }
8904 8904
   public function setDisks($disks)
8905 8905
   {
8906
-    $this->disks = $disks;
8906
+	$this->disks = $disks;
8907 8907
   }
8908 8908
   public function getDisks()
8909 8909
   {
8910
-    return $this->disks;
8910
+	return $this->disks;
8911 8911
   }
8912 8912
   public function setMachineType($machineType)
8913 8913
   {
8914
-    $this->machineType = $machineType;
8914
+	$this->machineType = $machineType;
8915 8915
   }
8916 8916
   public function getMachineType()
8917 8917
   {
8918
-    return $this->machineType;
8918
+	return $this->machineType;
8919 8919
   }
8920 8920
   public function setMetadata(Google_Service_Compute_Metadata $metadata)
8921 8921
   {
8922
-    $this->metadata = $metadata;
8922
+	$this->metadata = $metadata;
8923 8923
   }
8924 8924
   public function getMetadata()
8925 8925
   {
8926
-    return $this->metadata;
8926
+	return $this->metadata;
8927 8927
   }
8928 8928
   public function setNetworkInterfaces($networkInterfaces)
8929 8929
   {
8930
-    $this->networkInterfaces = $networkInterfaces;
8930
+	$this->networkInterfaces = $networkInterfaces;
8931 8931
   }
8932 8932
   public function getNetworkInterfaces()
8933 8933
   {
8934
-    return $this->networkInterfaces;
8934
+	return $this->networkInterfaces;
8935 8935
   }
8936 8936
   public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
8937 8937
   {
8938
-    $this->scheduling = $scheduling;
8938
+	$this->scheduling = $scheduling;
8939 8939
   }
8940 8940
   public function getScheduling()
8941 8941
   {
8942
-    return $this->scheduling;
8942
+	return $this->scheduling;
8943 8943
   }
8944 8944
   public function setServiceAccounts($serviceAccounts)
8945 8945
   {
8946
-    $this->serviceAccounts = $serviceAccounts;
8946
+	$this->serviceAccounts = $serviceAccounts;
8947 8947
   }
8948 8948
   public function getServiceAccounts()
8949 8949
   {
8950
-    return $this->serviceAccounts;
8950
+	return $this->serviceAccounts;
8951 8951
   }
8952 8952
   public function setTags(Google_Service_Compute_Tags $tags)
8953 8953
   {
8954
-    $this->tags = $tags;
8954
+	$this->tags = $tags;
8955 8955
   }
8956 8956
   public function getTags()
8957 8957
   {
8958
-    return $this->tags;
8958
+	return $this->tags;
8959 8959
   }
8960 8960
 }
8961 8961
 
@@ -8968,11 +8968,11 @@  discard block
 block discarded – undo
8968 8968
 
8969 8969
   public function setInstance($instance)
8970 8970
   {
8971
-    $this->instance = $instance;
8971
+	$this->instance = $instance;
8972 8972
   }
8973 8973
   public function getInstance()
8974 8974
   {
8975
-    return $this->instance;
8975
+	return $this->instance;
8976 8976
   }
8977 8977
 }
8978 8978
 
@@ -8992,59 +8992,59 @@  discard block
 block discarded – undo
8992 8992
 
8993 8993
   public function setCreationTimestamp($creationTimestamp)
8994 8994
   {
8995
-    $this->creationTimestamp = $creationTimestamp;
8995
+	$this->creationTimestamp = $creationTimestamp;
8996 8996
   }
8997 8997
   public function getCreationTimestamp()
8998 8998
   {
8999
-    return $this->creationTimestamp;
8999
+	return $this->creationTimestamp;
9000 9000
   }
9001 9001
   public function setDescription($description)
9002 9002
   {
9003
-    $this->description = $description;
9003
+	$this->description = $description;
9004 9004
   }
9005 9005
   public function getDescription()
9006 9006
   {
9007
-    return $this->description;
9007
+	return $this->description;
9008 9008
   }
9009 9009
   public function setId($id)
9010 9010
   {
9011
-    $this->id = $id;
9011
+	$this->id = $id;
9012 9012
   }
9013 9013
   public function getId()
9014 9014
   {
9015
-    return $this->id;
9015
+	return $this->id;
9016 9016
   }
9017 9017
   public function setKind($kind)
9018 9018
   {
9019
-    $this->kind = $kind;
9019
+	$this->kind = $kind;
9020 9020
   }
9021 9021
   public function getKind()
9022 9022
   {
9023
-    return $this->kind;
9023
+	return $this->kind;
9024 9024
   }
9025 9025
   public function setName($name)
9026 9026
   {
9027
-    $this->name = $name;
9027
+	$this->name = $name;
9028 9028
   }
9029 9029
   public function getName()
9030 9030
   {
9031
-    return $this->name;
9031
+	return $this->name;
9032 9032
   }
9033 9033
   public function setProperties(Google_Service_Compute_InstanceProperties $properties)
9034 9034
   {
9035
-    $this->properties = $properties;
9035
+	$this->properties = $properties;
9036 9036
   }
9037 9037
   public function getProperties()
9038 9038
   {
9039
-    return $this->properties;
9039
+	return $this->properties;
9040 9040
   }
9041 9041
   public function setSelfLink($selfLink)
9042 9042
   {
9043
-    $this->selfLink = $selfLink;
9043
+	$this->selfLink = $selfLink;
9044 9044
   }
9045 9045
   public function getSelfLink()
9046 9046
   {
9047
-    return $this->selfLink;
9047
+	return $this->selfLink;
9048 9048
   }
9049 9049
 }
9050 9050
 
@@ -9063,43 +9063,43 @@  discard block
 block discarded – undo
9063 9063
 
9064 9064
   public function setId($id)
9065 9065
   {
9066
-    $this->id = $id;
9066
+	$this->id = $id;
9067 9067
   }
9068 9068
   public function getId()
9069 9069
   {
9070
-    return $this->id;
9070
+	return $this->id;
9071 9071
   }
9072 9072
   public function setItems($items)
9073 9073
   {
9074
-    $this->items = $items;
9074
+	$this->items = $items;
9075 9075
   }
9076 9076
   public function getItems()
9077 9077
   {
9078
-    return $this->items;
9078
+	return $this->items;
9079 9079
   }
9080 9080
   public function setKind($kind)
9081 9081
   {
9082
-    $this->kind = $kind;
9082
+	$this->kind = $kind;
9083 9083
   }
9084 9084
   public function getKind()
9085 9085
   {
9086
-    return $this->kind;
9086
+	return $this->kind;
9087 9087
   }
9088 9088
   public function setNextPageToken($nextPageToken)
9089 9089
   {
9090
-    $this->nextPageToken = $nextPageToken;
9090
+	$this->nextPageToken = $nextPageToken;
9091 9091
   }
9092 9092
   public function getNextPageToken()
9093 9093
   {
9094
-    return $this->nextPageToken;
9094
+	return $this->nextPageToken;
9095 9095
   }
9096 9096
   public function setSelfLink($selfLink)
9097 9097
   {
9098
-    $this->selfLink = $selfLink;
9098
+	$this->selfLink = $selfLink;
9099 9099
   }
9100 9100
   public function getSelfLink()
9101 9101
   {
9102
-    return $this->selfLink;
9102
+	return $this->selfLink;
9103 9103
   }
9104 9104
 }
9105 9105
 
@@ -9116,19 +9116,19 @@  discard block
 block discarded – undo
9116 9116
 
9117 9117
   public function setInstances($instances)
9118 9118
   {
9119
-    $this->instances = $instances;
9119
+	$this->instances = $instances;
9120 9120
   }
9121 9121
   public function getInstances()
9122 9122
   {
9123
-    return $this->instances;
9123
+	return $this->instances;
9124 9124
   }
9125 9125
   public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning)
9126 9126
   {
9127
-    $this->warning = $warning;
9127
+	$this->warning = $warning;
9128 9128
   }
9129 9129
   public function getWarning()
9130 9130
   {
9131
-    return $this->warning;
9131
+	return $this->warning;
9132 9132
   }
9133 9133
 }
9134 9134
 
@@ -9145,27 +9145,27 @@  discard block
 block discarded – undo
9145 9145
 
9146 9146
   public function setCode($code)
9147 9147
   {
9148
-    $this->code = $code;
9148
+	$this->code = $code;
9149 9149
   }
9150 9150
   public function getCode()
9151 9151
   {
9152
-    return $this->code;
9152
+	return $this->code;
9153 9153
   }
9154 9154
   public function setData($data)
9155 9155
   {
9156
-    $this->data = $data;
9156
+	$this->data = $data;
9157 9157
   }
9158 9158
   public function getData()
9159 9159
   {
9160
-    return $this->data;
9160
+	return $this->data;
9161 9161
   }
9162 9162
   public function setMessage($message)
9163 9163
   {
9164
-    $this->message = $message;
9164
+	$this->message = $message;
9165 9165
   }
9166 9166
   public function getMessage()
9167 9167
   {
9168
-    return $this->message;
9168
+	return $this->message;
9169 9169
   }
9170 9170
 }
9171 9171
 
@@ -9179,19 +9179,19 @@  discard block
 block discarded – undo
9179 9179
 
9180 9180
   public function setKey($key)
9181 9181
   {
9182
-    $this->key = $key;
9182
+	$this->key = $key;
9183 9183
   }
9184 9184
   public function getKey()
9185 9185
   {
9186
-    return $this->key;
9186
+	return $this->key;
9187 9187
   }
9188 9188
   public function setValue($value)
9189 9189
   {
9190
-    $this->value = $value;
9190
+	$this->value = $value;
9191 9191
   }
9192 9192
   public function getValue()
9193 9193
   {
9194
-    return $this->value;
9194
+	return $this->value;
9195 9195
   }
9196 9196
 }
9197 9197
 
@@ -9207,35 +9207,35 @@  discard block
 block discarded – undo
9207 9207
 
9208 9208
   public function setChargesUseFee($chargesUseFee)
9209 9209
   {
9210
-    $this->chargesUseFee = $chargesUseFee;
9210
+	$this->chargesUseFee = $chargesUseFee;
9211 9211
   }
9212 9212
   public function getChargesUseFee()
9213 9213
   {
9214
-    return $this->chargesUseFee;
9214
+	return $this->chargesUseFee;
9215 9215
   }
9216 9216
   public function setKind($kind)
9217 9217
   {
9218
-    $this->kind = $kind;
9218
+	$this->kind = $kind;
9219 9219
   }
9220 9220
   public function getKind()
9221 9221
   {
9222
-    return $this->kind;
9222
+	return $this->kind;
9223 9223
   }
9224 9224
   public function setName($name)
9225 9225
   {
9226
-    $this->name = $name;
9226
+	$this->name = $name;
9227 9227
   }
9228 9228
   public function getName()
9229 9229
   {
9230
-    return $this->name;
9230
+	return $this->name;
9231 9231
   }
9232 9232
   public function setSelfLink($selfLink)
9233 9233
   {
9234
-    $this->selfLink = $selfLink;
9234
+	$this->selfLink = $selfLink;
9235 9235
   }
9236 9236
   public function getSelfLink()
9237 9237
   {
9238
-    return $this->selfLink;
9238
+	return $this->selfLink;
9239 9239
   }
9240 9240
 }
9241 9241
 
@@ -9264,115 +9264,115 @@  discard block
 block discarded – undo
9264 9264
 
9265 9265
   public function setCreationTimestamp($creationTimestamp)
9266 9266
   {
9267
-    $this->creationTimestamp = $creationTimestamp;
9267
+	$this->creationTimestamp = $creationTimestamp;
9268 9268
   }
9269 9269
   public function getCreationTimestamp()
9270 9270
   {
9271
-    return $this->creationTimestamp;
9271
+	return $this->creationTimestamp;
9272 9272
   }
9273 9273
   public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
9274 9274
   {
9275
-    $this->deprecated = $deprecated;
9275
+	$this->deprecated = $deprecated;
9276 9276
   }
9277 9277
   public function getDeprecated()
9278 9278
   {
9279
-    return $this->deprecated;
9279
+	return $this->deprecated;
9280 9280
   }
9281 9281
   public function setDescription($description)
9282 9282
   {
9283
-    $this->description = $description;
9283
+	$this->description = $description;
9284 9284
   }
9285 9285
   public function getDescription()
9286 9286
   {
9287
-    return $this->description;
9287
+	return $this->description;
9288 9288
   }
9289 9289
   public function setGuestCpus($guestCpus)
9290 9290
   {
9291
-    $this->guestCpus = $guestCpus;
9291
+	$this->guestCpus = $guestCpus;
9292 9292
   }
9293 9293
   public function getGuestCpus()
9294 9294
   {
9295
-    return $this->guestCpus;
9295
+	return $this->guestCpus;
9296 9296
   }
9297 9297
   public function setId($id)
9298 9298
   {
9299
-    $this->id = $id;
9299
+	$this->id = $id;
9300 9300
   }
9301 9301
   public function getId()
9302 9302
   {
9303
-    return $this->id;
9303
+	return $this->id;
9304 9304
   }
9305 9305
   public function setImageSpaceGb($imageSpaceGb)
9306 9306
   {
9307
-    $this->imageSpaceGb = $imageSpaceGb;
9307
+	$this->imageSpaceGb = $imageSpaceGb;
9308 9308
   }
9309 9309
   public function getImageSpaceGb()
9310 9310
   {
9311
-    return $this->imageSpaceGb;
9311
+	return $this->imageSpaceGb;
9312 9312
   }
9313 9313
   public function setKind($kind)
9314 9314
   {
9315
-    $this->kind = $kind;
9315
+	$this->kind = $kind;
9316 9316
   }
9317 9317
   public function getKind()
9318 9318
   {
9319
-    return $this->kind;
9319
+	return $this->kind;
9320 9320
   }
9321 9321
   public function setMaximumPersistentDisks($maximumPersistentDisks)
9322 9322
   {
9323
-    $this->maximumPersistentDisks = $maximumPersistentDisks;
9323
+	$this->maximumPersistentDisks = $maximumPersistentDisks;
9324 9324
   }
9325 9325
   public function getMaximumPersistentDisks()
9326 9326
   {
9327
-    return $this->maximumPersistentDisks;
9327
+	return $this->maximumPersistentDisks;
9328 9328
   }
9329 9329
   public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb)
9330 9330
   {
9331
-    $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
9331
+	$this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
9332 9332
   }
9333 9333
   public function getMaximumPersistentDisksSizeGb()
9334 9334
   {
9335
-    return $this->maximumPersistentDisksSizeGb;
9335
+	return $this->maximumPersistentDisksSizeGb;
9336 9336
   }
9337 9337
   public function setMemoryMb($memoryMb)
9338 9338
   {
9339
-    $this->memoryMb = $memoryMb;
9339
+	$this->memoryMb = $memoryMb;
9340 9340
   }
9341 9341
   public function getMemoryMb()
9342 9342
   {
9343
-    return $this->memoryMb;
9343
+	return $this->memoryMb;
9344 9344
   }
9345 9345
   public function setName($name)
9346 9346
   {
9347
-    $this->name = $name;
9347
+	$this->name = $name;
9348 9348
   }
9349 9349
   public function getName()
9350 9350
   {
9351
-    return $this->name;
9351
+	return $this->name;
9352 9352
   }
9353 9353
   public function setScratchDisks($scratchDisks)
9354 9354
   {
9355
-    $this->scratchDisks = $scratchDisks;
9355
+	$this->scratchDisks = $scratchDisks;
9356 9356
   }
9357 9357
   public function getScratchDisks()
9358 9358
   {
9359
-    return $this->scratchDisks;
9359
+	return $this->scratchDisks;
9360 9360
   }
9361 9361
   public function setSelfLink($selfLink)
9362 9362
   {
9363
-    $this->selfLink = $selfLink;
9363
+	$this->selfLink = $selfLink;
9364 9364
   }
9365 9365
   public function getSelfLink()
9366 9366
   {
9367
-    return $this->selfLink;
9367
+	return $this->selfLink;
9368 9368
   }
9369 9369
   public function setZone($zone)
9370 9370
   {
9371
-    $this->zone = $zone;
9371
+	$this->zone = $zone;
9372 9372
   }
9373 9373
   public function getZone()
9374 9374
   {
9375
-    return $this->zone;
9375
+	return $this->zone;
9376 9376
   }
9377 9377
 }
9378 9378
 
@@ -9390,43 +9390,43 @@  discard block
 block discarded – undo
9390 9390
 
9391 9391
   public function setId($id)
9392 9392
   {
9393
-    $this->id = $id;
9393
+	$this->id = $id;
9394 9394
   }
9395 9395
   public function getId()
9396 9396
   {
9397
-    return $this->id;
9397
+	return $this->id;
9398 9398
   }
9399 9399
   public function setItems($items)
9400 9400
   {
9401
-    $this->items = $items;
9401
+	$this->items = $items;
9402 9402
   }
9403 9403
   public function getItems()
9404 9404
   {
9405
-    return $this->items;
9405
+	return $this->items;
9406 9406
   }
9407 9407
   public function setKind($kind)
9408 9408
   {
9409
-    $this->kind = $kind;
9409
+	$this->kind = $kind;
9410 9410
   }
9411 9411
   public function getKind()
9412 9412
   {
9413
-    return $this->kind;
9413
+	return $this->kind;
9414 9414
   }
9415 9415
   public function setNextPageToken($nextPageToken)
9416 9416
   {
9417
-    $this->nextPageToken = $nextPageToken;
9417
+	$this->nextPageToken = $nextPageToken;
9418 9418
   }
9419 9419
   public function getNextPageToken()
9420 9420
   {
9421
-    return $this->nextPageToken;
9421
+	return $this->nextPageToken;
9422 9422
   }
9423 9423
   public function setSelfLink($selfLink)
9424 9424
   {
9425
-    $this->selfLink = $selfLink;
9425
+	$this->selfLink = $selfLink;
9426 9426
   }
9427 9427
   public function getSelfLink()
9428 9428
   {
9429
-    return $this->selfLink;
9429
+	return $this->selfLink;
9430 9430
   }
9431 9431
 }
9432 9432
 
@@ -9449,43 +9449,43 @@  discard block
 block discarded – undo
9449 9449
 
9450 9450
   public function setId($id)
9451 9451
   {
9452
-    $this->id = $id;
9452
+	$this->id = $id;
9453 9453
   }
9454 9454
   public function getId()
9455 9455
   {
9456
-    return $this->id;
9456
+	return $this->id;
9457 9457
   }
9458 9458
   public function setItems($items)
9459 9459
   {
9460
-    $this->items = $items;
9460
+	$this->items = $items;
9461 9461
   }
9462 9462
   public function getItems()
9463 9463
   {
9464
-    return $this->items;
9464
+	return $this->items;
9465 9465
   }
9466 9466
   public function setKind($kind)
9467 9467
   {
9468
-    $this->kind = $kind;
9468
+	$this->kind = $kind;
9469 9469
   }
9470 9470
   public function getKind()
9471 9471
   {
9472
-    return $this->kind;
9472
+	return $this->kind;
9473 9473
   }
9474 9474
   public function setNextPageToken($nextPageToken)
9475 9475
   {
9476
-    $this->nextPageToken = $nextPageToken;
9476
+	$this->nextPageToken = $nextPageToken;
9477 9477
   }
9478 9478
   public function getNextPageToken()
9479 9479
   {
9480
-    return $this->nextPageToken;
9480
+	return $this->nextPageToken;
9481 9481
   }
9482 9482
   public function setSelfLink($selfLink)
9483 9483
   {
9484
-    $this->selfLink = $selfLink;
9484
+	$this->selfLink = $selfLink;
9485 9485
   }
9486 9486
   public function getSelfLink()
9487 9487
   {
9488
-    return $this->selfLink;
9488
+	return $this->selfLink;
9489 9489
   }
9490 9490
 }
9491 9491
 
@@ -9498,11 +9498,11 @@  discard block
 block discarded – undo
9498 9498
 
9499 9499
   public function setDiskGb($diskGb)
9500 9500
   {
9501
-    $this->diskGb = $diskGb;
9501
+	$this->diskGb = $diskGb;
9502 9502
   }
9503 9503
   public function getDiskGb()
9504 9504
   {
9505
-    return $this->diskGb;
9505
+	return $this->diskGb;
9506 9506
   }
9507 9507
 }
9508 9508
 
@@ -9519,19 +9519,19 @@  discard block
 block discarded – undo
9519 9519
 
9520 9520
   public function setMachineTypes($machineTypes)
9521 9521
   {
9522
-    $this->machineTypes = $machineTypes;
9522
+	$this->machineTypes = $machineTypes;
9523 9523
   }
9524 9524
   public function getMachineTypes()
9525 9525
   {
9526
-    return $this->machineTypes;
9526
+	return $this->machineTypes;
9527 9527
   }
9528 9528
   public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning)
9529 9529
   {
9530
-    $this->warning = $warning;
9530
+	$this->warning = $warning;
9531 9531
   }
9532 9532
   public function getWarning()
9533 9533
   {
9534
-    return $this->warning;
9534
+	return $this->warning;
9535 9535
   }
9536 9536
 }
9537 9537
 
@@ -9548,27 +9548,27 @@  discard block
 block discarded – undo
9548 9548
 
9549 9549
   public function setCode($code)
9550 9550
   {
9551
-    $this->code = $code;
9551
+	$this->code = $code;
9552 9552
   }
9553 9553
   public function getCode()
9554 9554
   {
9555
-    return $this->code;
9555
+	return $this->code;
9556 9556
   }
9557 9557
   public function setData($data)
9558 9558
   {
9559
-    $this->data = $data;
9559
+	$this->data = $data;
9560 9560
   }
9561 9561
   public function getData()
9562 9562
   {
9563
-    return $this->data;
9563
+	return $this->data;
9564 9564
   }
9565 9565
   public function setMessage($message)
9566 9566
   {
9567
-    $this->message = $message;
9567
+	$this->message = $message;
9568 9568
   }
9569 9569
   public function getMessage()
9570 9570
   {
9571
-    return $this->message;
9571
+	return $this->message;
9572 9572
   }
9573 9573
 }
9574 9574
 
@@ -9582,19 +9582,19 @@  discard block
 block discarded – undo
9582 9582
 
9583 9583
   public function setKey($key)
9584 9584
   {
9585
-    $this->key = $key;
9585
+	$this->key = $key;
9586 9586
   }
9587 9587
   public function getKey()
9588 9588
   {
9589
-    return $this->key;
9589
+	return $this->key;
9590 9590
   }
9591 9591
   public function setValue($value)
9592 9592
   {
9593
-    $this->value = $value;
9593
+	$this->value = $value;
9594 9594
   }
9595 9595
   public function getValue()
9596 9596
   {
9597
-    return $this->value;
9597
+	return $this->value;
9598 9598
   }
9599 9599
 }
9600 9600
 
@@ -9611,27 +9611,27 @@  discard block
 block discarded – undo
9611 9611
 
9612 9612
   public function setFingerprint($fingerprint)
9613 9613
   {
9614
-    $this->fingerprint = $fingerprint;
9614
+	$this->fingerprint = $fingerprint;
9615 9615
   }
9616 9616
   public function getFingerprint()
9617 9617
   {
9618
-    return $this->fingerprint;
9618
+	return $this->fingerprint;
9619 9619
   }
9620 9620
   public function setItems($items)
9621 9621
   {
9622
-    $this->items = $items;
9622
+	$this->items = $items;
9623 9623
   }
9624 9624
   public function getItems()
9625 9625
   {
9626
-    return $this->items;
9626
+	return $this->items;
9627 9627
   }
9628 9628
   public function setKind($kind)
9629 9629
   {
9630
-    $this->kind = $kind;
9630
+	$this->kind = $kind;
9631 9631
   }
9632 9632
   public function getKind()
9633 9633
   {
9634
-    return $this->kind;
9634
+	return $this->kind;
9635 9635
   }
9636 9636
 }
9637 9637
 
@@ -9645,26 +9645,26 @@  discard block
 block discarded – undo
9645 9645
 
9646 9646
   public function setKey($key)
9647 9647
   {
9648
-    $this->key = $key;
9648
+	$this->key = $key;
9649 9649
   }
9650 9650
   public function getKey()
9651 9651
   {
9652
-    return $this->key;
9652
+	return $this->key;
9653 9653
   }
9654 9654
   public function setValue($value)
9655 9655
   {
9656
-    $this->value = $value;
9656
+	$this->value = $value;
9657 9657
   }
9658 9658
   public function getValue()
9659 9659
   {
9660
-    return $this->value;
9660
+	return $this->value;
9661 9661
   }
9662 9662
 }
9663 9663
 
9664 9664
 class Google_Service_Compute_Network extends Google_Model
9665 9665
 {
9666 9666
   protected $internal_gapi_mappings = array(
9667
-        "iPv4Range" => "IPv4Range",
9667
+		"iPv4Range" => "IPv4Range",
9668 9668
   );
9669 9669
   public $iPv4Range;
9670 9670
   public $creationTimestamp;
@@ -9678,67 +9678,67 @@  discard block
 block discarded – undo
9678 9678
 
9679 9679
   public function setIPv4Range($iPv4Range)
9680 9680
   {
9681
-    $this->iPv4Range = $iPv4Range;
9681
+	$this->iPv4Range = $iPv4Range;
9682 9682
   }
9683 9683
   public function getIPv4Range()
9684 9684
   {
9685
-    return $this->iPv4Range;
9685
+	return $this->iPv4Range;
9686 9686
   }
9687 9687
   public function setCreationTimestamp($creationTimestamp)
9688 9688
   {
9689
-    $this->creationTimestamp = $creationTimestamp;
9689
+	$this->creationTimestamp = $creationTimestamp;
9690 9690
   }
9691 9691
   public function getCreationTimestamp()
9692 9692
   {
9693
-    return $this->creationTimestamp;
9693
+	return $this->creationTimestamp;
9694 9694
   }
9695 9695
   public function setDescription($description)
9696 9696
   {
9697
-    $this->description = $description;
9697
+	$this->description = $description;
9698 9698
   }
9699 9699
   public function getDescription()
9700 9700
   {
9701
-    return $this->description;
9701
+	return $this->description;
9702 9702
   }
9703 9703
   public function setGatewayIPv4($gatewayIPv4)
9704 9704
   {
9705
-    $this->gatewayIPv4 = $gatewayIPv4;
9705
+	$this->gatewayIPv4 = $gatewayIPv4;
9706 9706
   }
9707 9707
   public function getGatewayIPv4()
9708 9708
   {
9709
-    return $this->gatewayIPv4;
9709
+	return $this->gatewayIPv4;
9710 9710
   }
9711 9711
   public function setId($id)
9712 9712
   {
9713
-    $this->id = $id;
9713
+	$this->id = $id;
9714 9714
   }
9715 9715
   public function getId()
9716 9716
   {
9717
-    return $this->id;
9717
+	return $this->id;
9718 9718
   }
9719 9719
   public function setKind($kind)
9720 9720
   {
9721
-    $this->kind = $kind;
9721
+	$this->kind = $kind;
9722 9722
   }
9723 9723
   public function getKind()
9724 9724
   {
9725
-    return $this->kind;
9725
+	return $this->kind;
9726 9726
   }
9727 9727
   public function setName($name)
9728 9728
   {
9729
-    $this->name = $name;
9729
+	$this->name = $name;
9730 9730
   }
9731 9731
   public function getName()
9732 9732
   {
9733
-    return $this->name;
9733
+	return $this->name;
9734 9734
   }
9735 9735
   public function setSelfLink($selfLink)
9736 9736
   {
9737
-    $this->selfLink = $selfLink;
9737
+	$this->selfLink = $selfLink;
9738 9738
   }
9739 9739
   public function getSelfLink()
9740 9740
   {
9741
-    return $this->selfLink;
9741
+	return $this->selfLink;
9742 9742
   }
9743 9743
 }
9744 9744
 
@@ -9756,35 +9756,35 @@  discard block
 block discarded – undo
9756 9756
 
9757 9757
   public function setAccessConfigs($accessConfigs)
9758 9758
   {
9759
-    $this->accessConfigs = $accessConfigs;
9759
+	$this->accessConfigs = $accessConfigs;
9760 9760
   }
9761 9761
   public function getAccessConfigs()
9762 9762
   {
9763
-    return $this->accessConfigs;
9763
+	return $this->accessConfigs;
9764 9764
   }
9765 9765
   public function setName($name)
9766 9766
   {
9767
-    $this->name = $name;
9767
+	$this->name = $name;
9768 9768
   }
9769 9769
   public function getName()
9770 9770
   {
9771
-    return $this->name;
9771
+	return $this->name;
9772 9772
   }
9773 9773
   public function setNetwork($network)
9774 9774
   {
9775
-    $this->network = $network;
9775
+	$this->network = $network;
9776 9776
   }
9777 9777
   public function getNetwork()
9778 9778
   {
9779
-    return $this->network;
9779
+	return $this->network;
9780 9780
   }
9781 9781
   public function setNetworkIP($networkIP)
9782 9782
   {
9783
-    $this->networkIP = $networkIP;
9783
+	$this->networkIP = $networkIP;
9784 9784
   }
9785 9785
   public function getNetworkIP()
9786 9786
   {
9787
-    return $this->networkIP;
9787
+	return $this->networkIP;
9788 9788
   }
9789 9789
 }
9790 9790
 
@@ -9803,43 +9803,43 @@  discard block
 block discarded – undo
9803 9803
 
9804 9804
   public function setId($id)
9805 9805
   {
9806
-    $this->id = $id;
9806
+	$this->id = $id;
9807 9807
   }
9808 9808
   public function getId()
9809 9809
   {
9810
-    return $this->id;
9810
+	return $this->id;
9811 9811
   }
9812 9812
   public function setItems($items)
9813 9813
   {
9814
-    $this->items = $items;
9814
+	$this->items = $items;
9815 9815
   }
9816 9816
   public function getItems()
9817 9817
   {
9818
-    return $this->items;
9818
+	return $this->items;
9819 9819
   }
9820 9820
   public function setKind($kind)
9821 9821
   {
9822
-    $this->kind = $kind;
9822
+	$this->kind = $kind;
9823 9823
   }
9824 9824
   public function getKind()
9825 9825
   {
9826
-    return $this->kind;
9826
+	return $this->kind;
9827 9827
   }
9828 9828
   public function setNextPageToken($nextPageToken)
9829 9829
   {
9830
-    $this->nextPageToken = $nextPageToken;
9830
+	$this->nextPageToken = $nextPageToken;
9831 9831
   }
9832 9832
   public function getNextPageToken()
9833 9833
   {
9834
-    return $this->nextPageToken;
9834
+	return $this->nextPageToken;
9835 9835
   }
9836 9836
   public function setSelfLink($selfLink)
9837 9837
   {
9838
-    $this->selfLink = $selfLink;
9838
+	$this->selfLink = $selfLink;
9839 9839
   }
9840 9840
   public function getSelfLink()
9841 9841
   {
9842
-    return $this->selfLink;
9842
+	return $this->selfLink;
9843 9843
   }
9844 9844
 }
9845 9845
 
@@ -9876,179 +9876,179 @@  discard block
 block discarded – undo
9876 9876
 
9877 9877
   public function setClientOperationId($clientOperationId)
9878 9878
   {
9879
-    $this->clientOperationId = $clientOperationId;
9879
+	$this->clientOperationId = $clientOperationId;
9880 9880
   }
9881 9881
   public function getClientOperationId()
9882 9882
   {
9883
-    return $this->clientOperationId;
9883
+	return $this->clientOperationId;
9884 9884
   }
9885 9885
   public function setCreationTimestamp($creationTimestamp)
9886 9886
   {
9887
-    $this->creationTimestamp = $creationTimestamp;
9887
+	$this->creationTimestamp = $creationTimestamp;
9888 9888
   }
9889 9889
   public function getCreationTimestamp()
9890 9890
   {
9891
-    return $this->creationTimestamp;
9891
+	return $this->creationTimestamp;
9892 9892
   }
9893 9893
   public function setEndTime($endTime)
9894 9894
   {
9895
-    $this->endTime = $endTime;
9895
+	$this->endTime = $endTime;
9896 9896
   }
9897 9897
   public function getEndTime()
9898 9898
   {
9899
-    return $this->endTime;
9899
+	return $this->endTime;
9900 9900
   }
9901 9901
   public function setError(Google_Service_Compute_OperationError $error)
9902 9902
   {
9903
-    $this->error = $error;
9903
+	$this->error = $error;
9904 9904
   }
9905 9905
   public function getError()
9906 9906
   {
9907
-    return $this->error;
9907
+	return $this->error;
9908 9908
   }
9909 9909
   public function setHttpErrorMessage($httpErrorMessage)
9910 9910
   {
9911
-    $this->httpErrorMessage = $httpErrorMessage;
9911
+	$this->httpErrorMessage = $httpErrorMessage;
9912 9912
   }
9913 9913
   public function getHttpErrorMessage()
9914 9914
   {
9915
-    return $this->httpErrorMessage;
9915
+	return $this->httpErrorMessage;
9916 9916
   }
9917 9917
   public function setHttpErrorStatusCode($httpErrorStatusCode)
9918 9918
   {
9919
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
9919
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
9920 9920
   }
9921 9921
   public function getHttpErrorStatusCode()
9922 9922
   {
9923
-    return $this->httpErrorStatusCode;
9923
+	return $this->httpErrorStatusCode;
9924 9924
   }
9925 9925
   public function setId($id)
9926 9926
   {
9927
-    $this->id = $id;
9927
+	$this->id = $id;
9928 9928
   }
9929 9929
   public function getId()
9930 9930
   {
9931
-    return $this->id;
9931
+	return $this->id;
9932 9932
   }
9933 9933
   public function setInsertTime($insertTime)
9934 9934
   {
9935
-    $this->insertTime = $insertTime;
9935
+	$this->insertTime = $insertTime;
9936 9936
   }
9937 9937
   public function getInsertTime()
9938 9938
   {
9939
-    return $this->insertTime;
9939
+	return $this->insertTime;
9940 9940
   }
9941 9941
   public function setKind($kind)
9942 9942
   {
9943
-    $this->kind = $kind;
9943
+	$this->kind = $kind;
9944 9944
   }
9945 9945
   public function getKind()
9946 9946
   {
9947
-    return $this->kind;
9947
+	return $this->kind;
9948 9948
   }
9949 9949
   public function setName($name)
9950 9950
   {
9951
-    $this->name = $name;
9951
+	$this->name = $name;
9952 9952
   }
9953 9953
   public function getName()
9954 9954
   {
9955
-    return $this->name;
9955
+	return $this->name;
9956 9956
   }
9957 9957
   public function setOperationType($operationType)
9958 9958
   {
9959
-    $this->operationType = $operationType;
9959
+	$this->operationType = $operationType;
9960 9960
   }
9961 9961
   public function getOperationType()
9962 9962
   {
9963
-    return $this->operationType;
9963
+	return $this->operationType;
9964 9964
   }
9965 9965
   public function setProgress($progress)
9966 9966
   {
9967
-    $this->progress = $progress;
9967
+	$this->progress = $progress;
9968 9968
   }
9969 9969
   public function getProgress()
9970 9970
   {
9971
-    return $this->progress;
9971
+	return $this->progress;
9972 9972
   }
9973 9973
   public function setRegion($region)
9974 9974
   {
9975
-    $this->region = $region;
9975
+	$this->region = $region;
9976 9976
   }
9977 9977
   public function getRegion()
9978 9978
   {
9979
-    return $this->region;
9979
+	return $this->region;
9980 9980
   }
9981 9981
   public function setSelfLink($selfLink)
9982 9982
   {
9983
-    $this->selfLink = $selfLink;
9983
+	$this->selfLink = $selfLink;
9984 9984
   }
9985 9985
   public function getSelfLink()
9986 9986
   {
9987
-    return $this->selfLink;
9987
+	return $this->selfLink;
9988 9988
   }
9989 9989
   public function setStartTime($startTime)
9990 9990
   {
9991
-    $this->startTime = $startTime;
9991
+	$this->startTime = $startTime;
9992 9992
   }
9993 9993
   public function getStartTime()
9994 9994
   {
9995
-    return $this->startTime;
9995
+	return $this->startTime;
9996 9996
   }
9997 9997
   public function setStatus($status)
9998 9998
   {
9999
-    $this->status = $status;
9999
+	$this->status = $status;
10000 10000
   }
10001 10001
   public function getStatus()
10002 10002
   {
10003
-    return $this->status;
10003
+	return $this->status;
10004 10004
   }
10005 10005
   public function setStatusMessage($statusMessage)
10006 10006
   {
10007
-    $this->statusMessage = $statusMessage;
10007
+	$this->statusMessage = $statusMessage;
10008 10008
   }
10009 10009
   public function getStatusMessage()
10010 10010
   {
10011
-    return $this->statusMessage;
10011
+	return $this->statusMessage;
10012 10012
   }
10013 10013
   public function setTargetId($targetId)
10014 10014
   {
10015
-    $this->targetId = $targetId;
10015
+	$this->targetId = $targetId;
10016 10016
   }
10017 10017
   public function getTargetId()
10018 10018
   {
10019
-    return $this->targetId;
10019
+	return $this->targetId;
10020 10020
   }
10021 10021
   public function setTargetLink($targetLink)
10022 10022
   {
10023
-    $this->targetLink = $targetLink;
10023
+	$this->targetLink = $targetLink;
10024 10024
   }
10025 10025
   public function getTargetLink()
10026 10026
   {
10027
-    return $this->targetLink;
10027
+	return $this->targetLink;
10028 10028
   }
10029 10029
   public function setUser($user)
10030 10030
   {
10031
-    $this->user = $user;
10031
+	$this->user = $user;
10032 10032
   }
10033 10033
   public function getUser()
10034 10034
   {
10035
-    return $this->user;
10035
+	return $this->user;
10036 10036
   }
10037 10037
   public function setWarnings($warnings)
10038 10038
   {
10039
-    $this->warnings = $warnings;
10039
+	$this->warnings = $warnings;
10040 10040
   }
10041 10041
   public function getWarnings()
10042 10042
   {
10043
-    return $this->warnings;
10043
+	return $this->warnings;
10044 10044
   }
10045 10045
   public function setZone($zone)
10046 10046
   {
10047
-    $this->zone = $zone;
10047
+	$this->zone = $zone;
10048 10048
   }
10049 10049
   public function getZone()
10050 10050
   {
10051
-    return $this->zone;
10051
+	return $this->zone;
10052 10052
   }
10053 10053
 }
10054 10054
 
@@ -10066,43 +10066,43 @@  discard block
 block discarded – undo
10066 10066
 
10067 10067
   public function setId($id)
10068 10068
   {
10069
-    $this->id = $id;
10069
+	$this->id = $id;
10070 10070
   }
10071 10071
   public function getId()
10072 10072
   {
10073
-    return $this->id;
10073
+	return $this->id;
10074 10074
   }
10075 10075
   public function setItems($items)
10076 10076
   {
10077
-    $this->items = $items;
10077
+	$this->items = $items;
10078 10078
   }
10079 10079
   public function getItems()
10080 10080
   {
10081
-    return $this->items;
10081
+	return $this->items;
10082 10082
   }
10083 10083
   public function setKind($kind)
10084 10084
   {
10085
-    $this->kind = $kind;
10085
+	$this->kind = $kind;
10086 10086
   }
10087 10087
   public function getKind()
10088 10088
   {
10089
-    return $this->kind;
10089
+	return $this->kind;
10090 10090
   }
10091 10091
   public function setNextPageToken($nextPageToken)
10092 10092
   {
10093
-    $this->nextPageToken = $nextPageToken;
10093
+	$this->nextPageToken = $nextPageToken;
10094 10094
   }
10095 10095
   public function getNextPageToken()
10096 10096
   {
10097
-    return $this->nextPageToken;
10097
+	return $this->nextPageToken;
10098 10098
   }
10099 10099
   public function setSelfLink($selfLink)
10100 10100
   {
10101
-    $this->selfLink = $selfLink;
10101
+	$this->selfLink = $selfLink;
10102 10102
   }
10103 10103
   public function getSelfLink()
10104 10104
   {
10105
-    return $this->selfLink;
10105
+	return $this->selfLink;
10106 10106
   }
10107 10107
 }
10108 10108
 
@@ -10121,11 +10121,11 @@  discard block
 block discarded – undo
10121 10121
 
10122 10122
   public function setErrors($errors)
10123 10123
   {
10124
-    $this->errors = $errors;
10124
+	$this->errors = $errors;
10125 10125
   }
10126 10126
   public function getErrors()
10127 10127
   {
10128
-    return $this->errors;
10128
+	return $this->errors;
10129 10129
   }
10130 10130
 }
10131 10131
 
@@ -10140,27 +10140,27 @@  discard block
 block discarded – undo
10140 10140
 
10141 10141
   public function setCode($code)
10142 10142
   {
10143
-    $this->code = $code;
10143
+	$this->code = $code;
10144 10144
   }
10145 10145
   public function getCode()
10146 10146
   {
10147
-    return $this->code;
10147
+	return $this->code;
10148 10148
   }
10149 10149
   public function setLocation($location)
10150 10150
   {
10151
-    $this->location = $location;
10151
+	$this->location = $location;
10152 10152
   }
10153 10153
   public function getLocation()
10154 10154
   {
10155
-    return $this->location;
10155
+	return $this->location;
10156 10156
   }
10157 10157
   public function setMessage($message)
10158 10158
   {
10159
-    $this->message = $message;
10159
+	$this->message = $message;
10160 10160
   }
10161 10161
   public function getMessage()
10162 10162
   {
10163
-    return $this->message;
10163
+	return $this->message;
10164 10164
   }
10165 10165
 }
10166 10166
 
@@ -10179,43 +10179,43 @@  discard block
 block discarded – undo
10179 10179
 
10180 10180
   public function setId($id)
10181 10181
   {
10182
-    $this->id = $id;
10182
+	$this->id = $id;
10183 10183
   }
10184 10184
   public function getId()
10185 10185
   {
10186
-    return $this->id;
10186
+	return $this->id;
10187 10187
   }
10188 10188
   public function setItems($items)
10189 10189
   {
10190
-    $this->items = $items;
10190
+	$this->items = $items;
10191 10191
   }
10192 10192
   public function getItems()
10193 10193
   {
10194
-    return $this->items;
10194
+	return $this->items;
10195 10195
   }
10196 10196
   public function setKind($kind)
10197 10197
   {
10198
-    $this->kind = $kind;
10198
+	$this->kind = $kind;
10199 10199
   }
10200 10200
   public function getKind()
10201 10201
   {
10202
-    return $this->kind;
10202
+	return $this->kind;
10203 10203
   }
10204 10204
   public function setNextPageToken($nextPageToken)
10205 10205
   {
10206
-    $this->nextPageToken = $nextPageToken;
10206
+	$this->nextPageToken = $nextPageToken;
10207 10207
   }
10208 10208
   public function getNextPageToken()
10209 10209
   {
10210
-    return $this->nextPageToken;
10210
+	return $this->nextPageToken;
10211 10211
   }
10212 10212
   public function setSelfLink($selfLink)
10213 10213
   {
10214
-    $this->selfLink = $selfLink;
10214
+	$this->selfLink = $selfLink;
10215 10215
   }
10216 10216
   public function getSelfLink()
10217 10217
   {
10218
-    return $this->selfLink;
10218
+	return $this->selfLink;
10219 10219
   }
10220 10220
 }
10221 10221
 
@@ -10232,27 +10232,27 @@  discard block
 block discarded – undo
10232 10232
 
10233 10233
   public function setCode($code)
10234 10234
   {
10235
-    $this->code = $code;
10235
+	$this->code = $code;
10236 10236
   }
10237 10237
   public function getCode()
10238 10238
   {
10239
-    return $this->code;
10239
+	return $this->code;
10240 10240
   }
10241 10241
   public function setData($data)
10242 10242
   {
10243
-    $this->data = $data;
10243
+	$this->data = $data;
10244 10244
   }
10245 10245
   public function getData()
10246 10246
   {
10247
-    return $this->data;
10247
+	return $this->data;
10248 10248
   }
10249 10249
   public function setMessage($message)
10250 10250
   {
10251
-    $this->message = $message;
10251
+	$this->message = $message;
10252 10252
   }
10253 10253
   public function getMessage()
10254 10254
   {
10255
-    return $this->message;
10255
+	return $this->message;
10256 10256
   }
10257 10257
 }
10258 10258
 
@@ -10266,19 +10266,19 @@  discard block
 block discarded – undo
10266 10266
 
10267 10267
   public function setKey($key)
10268 10268
   {
10269
-    $this->key = $key;
10269
+	$this->key = $key;
10270 10270
   }
10271 10271
   public function getKey()
10272 10272
   {
10273
-    return $this->key;
10273
+	return $this->key;
10274 10274
   }
10275 10275
   public function setValue($value)
10276 10276
   {
10277
-    $this->value = $value;
10277
+	$this->value = $value;
10278 10278
   }
10279 10279
   public function getValue()
10280 10280
   {
10281
-    return $this->value;
10281
+	return $this->value;
10282 10282
   }
10283 10283
 }
10284 10284
 
@@ -10295,19 +10295,19 @@  discard block
 block discarded – undo
10295 10295
 
10296 10296
   public function setOperations($operations)
10297 10297
   {
10298
-    $this->operations = $operations;
10298
+	$this->operations = $operations;
10299 10299
   }
10300 10300
   public function getOperations()
10301 10301
   {
10302
-    return $this->operations;
10302
+	return $this->operations;
10303 10303
   }
10304 10304
   public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning)
10305 10305
   {
10306
-    $this->warning = $warning;
10306
+	$this->warning = $warning;
10307 10307
   }
10308 10308
   public function getWarning()
10309 10309
   {
10310
-    return $this->warning;
10310
+	return $this->warning;
10311 10311
   }
10312 10312
 }
10313 10313
 
@@ -10324,27 +10324,27 @@  discard block
 block discarded – undo
10324 10324
 
10325 10325
   public function setCode($code)
10326 10326
   {
10327
-    $this->code = $code;
10327
+	$this->code = $code;
10328 10328
   }
10329 10329
   public function getCode()
10330 10330
   {
10331
-    return $this->code;
10331
+	return $this->code;
10332 10332
   }
10333 10333
   public function setData($data)
10334 10334
   {
10335
-    $this->data = $data;
10335
+	$this->data = $data;
10336 10336
   }
10337 10337
   public function getData()
10338 10338
   {
10339
-    return $this->data;
10339
+	return $this->data;
10340 10340
   }
10341 10341
   public function setMessage($message)
10342 10342
   {
10343
-    $this->message = $message;
10343
+	$this->message = $message;
10344 10344
   }
10345 10345
   public function getMessage()
10346 10346
   {
10347
-    return $this->message;
10347
+	return $this->message;
10348 10348
   }
10349 10349
 }
10350 10350
 
@@ -10358,19 +10358,19 @@  discard block
 block discarded – undo
10358 10358
 
10359 10359
   public function setKey($key)
10360 10360
   {
10361
-    $this->key = $key;
10361
+	$this->key = $key;
10362 10362
   }
10363 10363
   public function getKey()
10364 10364
   {
10365
-    return $this->key;
10365
+	return $this->key;
10366 10366
   }
10367 10367
   public function setValue($value)
10368 10368
   {
10369
-    $this->value = $value;
10369
+	$this->value = $value;
10370 10370
   }
10371 10371
   public function getValue()
10372 10372
   {
10373
-    return $this->value;
10373
+	return $this->value;
10374 10374
   }
10375 10375
 }
10376 10376
 
@@ -10388,35 +10388,35 @@  discard block
 block discarded – undo
10388 10388
 
10389 10389
   public function setDefaultService($defaultService)
10390 10390
   {
10391
-    $this->defaultService = $defaultService;
10391
+	$this->defaultService = $defaultService;
10392 10392
   }
10393 10393
   public function getDefaultService()
10394 10394
   {
10395
-    return $this->defaultService;
10395
+	return $this->defaultService;
10396 10396
   }
10397 10397
   public function setDescription($description)
10398 10398
   {
10399
-    $this->description = $description;
10399
+	$this->description = $description;
10400 10400
   }
10401 10401
   public function getDescription()
10402 10402
   {
10403
-    return $this->description;
10403
+	return $this->description;
10404 10404
   }
10405 10405
   public function setName($name)
10406 10406
   {
10407
-    $this->name = $name;
10407
+	$this->name = $name;
10408 10408
   }
10409 10409
   public function getName()
10410 10410
   {
10411
-    return $this->name;
10411
+	return $this->name;
10412 10412
   }
10413 10413
   public function setPathRules($pathRules)
10414 10414
   {
10415
-    $this->pathRules = $pathRules;
10415
+	$this->pathRules = $pathRules;
10416 10416
   }
10417 10417
   public function getPathRules()
10418 10418
   {
10419
-    return $this->pathRules;
10419
+	return $this->pathRules;
10420 10420
   }
10421 10421
 }
10422 10422
 
@@ -10431,19 +10431,19 @@  discard block
 block discarded – undo
10431 10431
 
10432 10432
   public function setPaths($paths)
10433 10433
   {
10434
-    $this->paths = $paths;
10434
+	$this->paths = $paths;
10435 10435
   }
10436 10436
   public function getPaths()
10437 10437
   {
10438
-    return $this->paths;
10438
+	return $this->paths;
10439 10439
   }
10440 10440
   public function setService($service)
10441 10441
   {
10442
-    $this->service = $service;
10442
+	$this->service = $service;
10443 10443
   }
10444 10444
   public function getService()
10445 10445
   {
10446
-    return $this->service;
10446
+	return $this->service;
10447 10447
   }
10448 10448
 }
10449 10449
 
@@ -10468,75 +10468,75 @@  discard block
 block discarded – undo
10468 10468
 
10469 10469
   public function setCommonInstanceMetadata(Google_Service_Compute_Metadata $commonInstanceMetadata)
10470 10470
   {
10471
-    $this->commonInstanceMetadata = $commonInstanceMetadata;
10471
+	$this->commonInstanceMetadata = $commonInstanceMetadata;
10472 10472
   }
10473 10473
   public function getCommonInstanceMetadata()
10474 10474
   {
10475
-    return $this->commonInstanceMetadata;
10475
+	return $this->commonInstanceMetadata;
10476 10476
   }
10477 10477
   public function setCreationTimestamp($creationTimestamp)
10478 10478
   {
10479
-    $this->creationTimestamp = $creationTimestamp;
10479
+	$this->creationTimestamp = $creationTimestamp;
10480 10480
   }
10481 10481
   public function getCreationTimestamp()
10482 10482
   {
10483
-    return $this->creationTimestamp;
10483
+	return $this->creationTimestamp;
10484 10484
   }
10485 10485
   public function setDescription($description)
10486 10486
   {
10487
-    $this->description = $description;
10487
+	$this->description = $description;
10488 10488
   }
10489 10489
   public function getDescription()
10490 10490
   {
10491
-    return $this->description;
10491
+	return $this->description;
10492 10492
   }
10493 10493
   public function setId($id)
10494 10494
   {
10495
-    $this->id = $id;
10495
+	$this->id = $id;
10496 10496
   }
10497 10497
   public function getId()
10498 10498
   {
10499
-    return $this->id;
10499
+	return $this->id;
10500 10500
   }
10501 10501
   public function setKind($kind)
10502 10502
   {
10503
-    $this->kind = $kind;
10503
+	$this->kind = $kind;
10504 10504
   }
10505 10505
   public function getKind()
10506 10506
   {
10507
-    return $this->kind;
10507
+	return $this->kind;
10508 10508
   }
10509 10509
   public function setName($name)
10510 10510
   {
10511
-    $this->name = $name;
10511
+	$this->name = $name;
10512 10512
   }
10513 10513
   public function getName()
10514 10514
   {
10515
-    return $this->name;
10515
+	return $this->name;
10516 10516
   }
10517 10517
   public function setQuotas($quotas)
10518 10518
   {
10519
-    $this->quotas = $quotas;
10519
+	$this->quotas = $quotas;
10520 10520
   }
10521 10521
   public function getQuotas()
10522 10522
   {
10523
-    return $this->quotas;
10523
+	return $this->quotas;
10524 10524
   }
10525 10525
   public function setSelfLink($selfLink)
10526 10526
   {
10527
-    $this->selfLink = $selfLink;
10527
+	$this->selfLink = $selfLink;
10528 10528
   }
10529 10529
   public function getSelfLink()
10530 10530
   {
10531
-    return $this->selfLink;
10531
+	return $this->selfLink;
10532 10532
   }
10533 10533
   public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation)
10534 10534
   {
10535
-    $this->usageExportLocation = $usageExportLocation;
10535
+	$this->usageExportLocation = $usageExportLocation;
10536 10536
   }
10537 10537
   public function getUsageExportLocation()
10538 10538
   {
10539
-    return $this->usageExportLocation;
10539
+	return $this->usageExportLocation;
10540 10540
   }
10541 10541
 }
10542 10542
 
@@ -10551,27 +10551,27 @@  discard block
 block discarded – undo
10551 10551
 
10552 10552
   public function setLimit($limit)
10553 10553
   {
10554
-    $this->limit = $limit;
10554
+	$this->limit = $limit;
10555 10555
   }
10556 10556
   public function getLimit()
10557 10557
   {
10558
-    return $this->limit;
10558
+	return $this->limit;
10559 10559
   }
10560 10560
   public function setMetric($metric)
10561 10561
   {
10562
-    $this->metric = $metric;
10562
+	$this->metric = $metric;
10563 10563
   }
10564 10564
   public function getMetric()
10565 10565
   {
10566
-    return $this->metric;
10566
+	return $this->metric;
10567 10567
   }
10568 10568
   public function setUsage($usage)
10569 10569
   {
10570
-    $this->usage = $usage;
10570
+	$this->usage = $usage;
10571 10571
   }
10572 10572
   public function getUsage()
10573 10573
   {
10574
-    return $this->usage;
10574
+	return $this->usage;
10575 10575
   }
10576 10576
 }
10577 10577
 
@@ -10596,83 +10596,83 @@  discard block
 block discarded – undo
10596 10596
 
10597 10597
   public function setCreationTimestamp($creationTimestamp)
10598 10598
   {
10599
-    $this->creationTimestamp = $creationTimestamp;
10599
+	$this->creationTimestamp = $creationTimestamp;
10600 10600
   }
10601 10601
   public function getCreationTimestamp()
10602 10602
   {
10603
-    return $this->creationTimestamp;
10603
+	return $this->creationTimestamp;
10604 10604
   }
10605 10605
   public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
10606 10606
   {
10607
-    $this->deprecated = $deprecated;
10607
+	$this->deprecated = $deprecated;
10608 10608
   }
10609 10609
   public function getDeprecated()
10610 10610
   {
10611
-    return $this->deprecated;
10611
+	return $this->deprecated;
10612 10612
   }
10613 10613
   public function setDescription($description)
10614 10614
   {
10615
-    $this->description = $description;
10615
+	$this->description = $description;
10616 10616
   }
10617 10617
   public function getDescription()
10618 10618
   {
10619
-    return $this->description;
10619
+	return $this->description;
10620 10620
   }
10621 10621
   public function setId($id)
10622 10622
   {
10623
-    $this->id = $id;
10623
+	$this->id = $id;
10624 10624
   }
10625 10625
   public function getId()
10626 10626
   {
10627
-    return $this->id;
10627
+	return $this->id;
10628 10628
   }
10629 10629
   public function setKind($kind)
10630 10630
   {
10631
-    $this->kind = $kind;
10631
+	$this->kind = $kind;
10632 10632
   }
10633 10633
   public function getKind()
10634 10634
   {
10635
-    return $this->kind;
10635
+	return $this->kind;
10636 10636
   }
10637 10637
   public function setName($name)
10638 10638
   {
10639
-    $this->name = $name;
10639
+	$this->name = $name;
10640 10640
   }
10641 10641
   public function getName()
10642 10642
   {
10643
-    return $this->name;
10643
+	return $this->name;
10644 10644
   }
10645 10645
   public function setQuotas($quotas)
10646 10646
   {
10647
-    $this->quotas = $quotas;
10647
+	$this->quotas = $quotas;
10648 10648
   }
10649 10649
   public function getQuotas()
10650 10650
   {
10651
-    return $this->quotas;
10651
+	return $this->quotas;
10652 10652
   }
10653 10653
   public function setSelfLink($selfLink)
10654 10654
   {
10655
-    $this->selfLink = $selfLink;
10655
+	$this->selfLink = $selfLink;
10656 10656
   }
10657 10657
   public function getSelfLink()
10658 10658
   {
10659
-    return $this->selfLink;
10659
+	return $this->selfLink;
10660 10660
   }
10661 10661
   public function setStatus($status)
10662 10662
   {
10663
-    $this->status = $status;
10663
+	$this->status = $status;
10664 10664
   }
10665 10665
   public function getStatus()
10666 10666
   {
10667
-    return $this->status;
10667
+	return $this->status;
10668 10668
   }
10669 10669
   public function setZones($zones)
10670 10670
   {
10671
-    $this->zones = $zones;
10671
+	$this->zones = $zones;
10672 10672
   }
10673 10673
   public function getZones()
10674 10674
   {
10675
-    return $this->zones;
10675
+	return $this->zones;
10676 10676
   }
10677 10677
 }
10678 10678
 
@@ -10691,43 +10691,43 @@  discard block
 block discarded – undo
10691 10691
 
10692 10692
   public function setId($id)
10693 10693
   {
10694
-    $this->id = $id;
10694
+	$this->id = $id;
10695 10695
   }
10696 10696
   public function getId()
10697 10697
   {
10698
-    return $this->id;
10698
+	return $this->id;
10699 10699
   }
10700 10700
   public function setItems($items)
10701 10701
   {
10702
-    $this->items = $items;
10702
+	$this->items = $items;
10703 10703
   }
10704 10704
   public function getItems()
10705 10705
   {
10706
-    return $this->items;
10706
+	return $this->items;
10707 10707
   }
10708 10708
   public function setKind($kind)
10709 10709
   {
10710
-    $this->kind = $kind;
10710
+	$this->kind = $kind;
10711 10711
   }
10712 10712
   public function getKind()
10713 10713
   {
10714
-    return $this->kind;
10714
+	return $this->kind;
10715 10715
   }
10716 10716
   public function setNextPageToken($nextPageToken)
10717 10717
   {
10718
-    $this->nextPageToken = $nextPageToken;
10718
+	$this->nextPageToken = $nextPageToken;
10719 10719
   }
10720 10720
   public function getNextPageToken()
10721 10721
   {
10722
-    return $this->nextPageToken;
10722
+	return $this->nextPageToken;
10723 10723
   }
10724 10724
   public function setSelfLink($selfLink)
10725 10725
   {
10726
-    $this->selfLink = $selfLink;
10726
+	$this->selfLink = $selfLink;
10727 10727
   }
10728 10728
   public function getSelfLink()
10729 10729
   {
10730
-    return $this->selfLink;
10730
+	return $this->selfLink;
10731 10731
   }
10732 10732
 }
10733 10733
 
@@ -10740,11 +10740,11 @@  discard block
 block discarded – undo
10740 10740
 
10741 10741
   public function setGroup($group)
10742 10742
   {
10743
-    $this->group = $group;
10743
+	$this->group = $group;
10744 10744
   }
10745 10745
   public function getGroup()
10746 10746
   {
10747
-    return $this->group;
10747
+	return $this->group;
10748 10748
   }
10749 10749
 }
10750 10750
 
@@ -10774,131 +10774,131 @@  discard block
 block discarded – undo
10774 10774
 
10775 10775
   public function setCreationTimestamp($creationTimestamp)
10776 10776
   {
10777
-    $this->creationTimestamp = $creationTimestamp;
10777
+	$this->creationTimestamp = $creationTimestamp;
10778 10778
   }
10779 10779
   public function getCreationTimestamp()
10780 10780
   {
10781
-    return $this->creationTimestamp;
10781
+	return $this->creationTimestamp;
10782 10782
   }
10783 10783
   public function setDescription($description)
10784 10784
   {
10785
-    $this->description = $description;
10785
+	$this->description = $description;
10786 10786
   }
10787 10787
   public function getDescription()
10788 10788
   {
10789
-    return $this->description;
10789
+	return $this->description;
10790 10790
   }
10791 10791
   public function setDestRange($destRange)
10792 10792
   {
10793
-    $this->destRange = $destRange;
10793
+	$this->destRange = $destRange;
10794 10794
   }
10795 10795
   public function getDestRange()
10796 10796
   {
10797
-    return $this->destRange;
10797
+	return $this->destRange;
10798 10798
   }
10799 10799
   public function setId($id)
10800 10800
   {
10801
-    $this->id = $id;
10801
+	$this->id = $id;
10802 10802
   }
10803 10803
   public function getId()
10804 10804
   {
10805
-    return $this->id;
10805
+	return $this->id;
10806 10806
   }
10807 10807
   public function setKind($kind)
10808 10808
   {
10809
-    $this->kind = $kind;
10809
+	$this->kind = $kind;
10810 10810
   }
10811 10811
   public function getKind()
10812 10812
   {
10813
-    return $this->kind;
10813
+	return $this->kind;
10814 10814
   }
10815 10815
   public function setName($name)
10816 10816
   {
10817
-    $this->name = $name;
10817
+	$this->name = $name;
10818 10818
   }
10819 10819
   public function getName()
10820 10820
   {
10821
-    return $this->name;
10821
+	return $this->name;
10822 10822
   }
10823 10823
   public function setNetwork($network)
10824 10824
   {
10825
-    $this->network = $network;
10825
+	$this->network = $network;
10826 10826
   }
10827 10827
   public function getNetwork()
10828 10828
   {
10829
-    return $this->network;
10829
+	return $this->network;
10830 10830
   }
10831 10831
   public function setNextHopGateway($nextHopGateway)
10832 10832
   {
10833
-    $this->nextHopGateway = $nextHopGateway;
10833
+	$this->nextHopGateway = $nextHopGateway;
10834 10834
   }
10835 10835
   public function getNextHopGateway()
10836 10836
   {
10837
-    return $this->nextHopGateway;
10837
+	return $this->nextHopGateway;
10838 10838
   }
10839 10839
   public function setNextHopInstance($nextHopInstance)
10840 10840
   {
10841
-    $this->nextHopInstance = $nextHopInstance;
10841
+	$this->nextHopInstance = $nextHopInstance;
10842 10842
   }
10843 10843
   public function getNextHopInstance()
10844 10844
   {
10845
-    return $this->nextHopInstance;
10845
+	return $this->nextHopInstance;
10846 10846
   }
10847 10847
   public function setNextHopIp($nextHopIp)
10848 10848
   {
10849
-    $this->nextHopIp = $nextHopIp;
10849
+	$this->nextHopIp = $nextHopIp;
10850 10850
   }
10851 10851
   public function getNextHopIp()
10852 10852
   {
10853
-    return $this->nextHopIp;
10853
+	return $this->nextHopIp;
10854 10854
   }
10855 10855
   public function setNextHopNetwork($nextHopNetwork)
10856 10856
   {
10857
-    $this->nextHopNetwork = $nextHopNetwork;
10857
+	$this->nextHopNetwork = $nextHopNetwork;
10858 10858
   }
10859 10859
   public function getNextHopNetwork()
10860 10860
   {
10861
-    return $this->nextHopNetwork;
10861
+	return $this->nextHopNetwork;
10862 10862
   }
10863 10863
   public function setNextHopVpnTunnel($nextHopVpnTunnel)
10864 10864
   {
10865
-    $this->nextHopVpnTunnel = $nextHopVpnTunnel;
10865
+	$this->nextHopVpnTunnel = $nextHopVpnTunnel;
10866 10866
   }
10867 10867
   public function getNextHopVpnTunnel()
10868 10868
   {
10869
-    return $this->nextHopVpnTunnel;
10869
+	return $this->nextHopVpnTunnel;
10870 10870
   }
10871 10871
   public function setPriority($priority)
10872 10872
   {
10873
-    $this->priority = $priority;
10873
+	$this->priority = $priority;
10874 10874
   }
10875 10875
   public function getPriority()
10876 10876
   {
10877
-    return $this->priority;
10877
+	return $this->priority;
10878 10878
   }
10879 10879
   public function setSelfLink($selfLink)
10880 10880
   {
10881
-    $this->selfLink = $selfLink;
10881
+	$this->selfLink = $selfLink;
10882 10882
   }
10883 10883
   public function getSelfLink()
10884 10884
   {
10885
-    return $this->selfLink;
10885
+	return $this->selfLink;
10886 10886
   }
10887 10887
   public function setTags($tags)
10888 10888
   {
10889
-    $this->tags = $tags;
10889
+	$this->tags = $tags;
10890 10890
   }
10891 10891
   public function getTags()
10892 10892
   {
10893
-    return $this->tags;
10893
+	return $this->tags;
10894 10894
   }
10895 10895
   public function setWarnings($warnings)
10896 10896
   {
10897
-    $this->warnings = $warnings;
10897
+	$this->warnings = $warnings;
10898 10898
   }
10899 10899
   public function getWarnings()
10900 10900
   {
10901
-    return $this->warnings;
10901
+	return $this->warnings;
10902 10902
   }
10903 10903
 }
10904 10904
 
@@ -10917,43 +10917,43 @@  discard block
 block discarded – undo
10917 10917
 
10918 10918
   public function setId($id)
10919 10919
   {
10920
-    $this->id = $id;
10920
+	$this->id = $id;
10921 10921
   }
10922 10922
   public function getId()
10923 10923
   {
10924
-    return $this->id;
10924
+	return $this->id;
10925 10925
   }
10926 10926
   public function setItems($items)
10927 10927
   {
10928
-    $this->items = $items;
10928
+	$this->items = $items;
10929 10929
   }
10930 10930
   public function getItems()
10931 10931
   {
10932
-    return $this->items;
10932
+	return $this->items;
10933 10933
   }
10934 10934
   public function setKind($kind)
10935 10935
   {
10936
-    $this->kind = $kind;
10936
+	$this->kind = $kind;
10937 10937
   }
10938 10938
   public function getKind()
10939 10939
   {
10940
-    return $this->kind;
10940
+	return $this->kind;
10941 10941
   }
10942 10942
   public function setNextPageToken($nextPageToken)
10943 10943
   {
10944
-    $this->nextPageToken = $nextPageToken;
10944
+	$this->nextPageToken = $nextPageToken;
10945 10945
   }
10946 10946
   public function getNextPageToken()
10947 10947
   {
10948
-    return $this->nextPageToken;
10948
+	return $this->nextPageToken;
10949 10949
   }
10950 10950
   public function setSelfLink($selfLink)
10951 10951
   {
10952
-    $this->selfLink = $selfLink;
10952
+	$this->selfLink = $selfLink;
10953 10953
   }
10954 10954
   public function getSelfLink()
10955 10955
   {
10956
-    return $this->selfLink;
10956
+	return $this->selfLink;
10957 10957
   }
10958 10958
 }
10959 10959
 
@@ -10970,27 +10970,27 @@  discard block
 block discarded – undo
10970 10970
 
10971 10971
   public function setCode($code)
10972 10972
   {
10973
-    $this->code = $code;
10973
+	$this->code = $code;
10974 10974
   }
10975 10975
   public function getCode()
10976 10976
   {
10977
-    return $this->code;
10977
+	return $this->code;
10978 10978
   }
10979 10979
   public function setData($data)
10980 10980
   {
10981
-    $this->data = $data;
10981
+	$this->data = $data;
10982 10982
   }
10983 10983
   public function getData()
10984 10984
   {
10985
-    return $this->data;
10985
+	return $this->data;
10986 10986
   }
10987 10987
   public function setMessage($message)
10988 10988
   {
10989
-    $this->message = $message;
10989
+	$this->message = $message;
10990 10990
   }
10991 10991
   public function getMessage()
10992 10992
   {
10993
-    return $this->message;
10993
+	return $this->message;
10994 10994
   }
10995 10995
 }
10996 10996
 
@@ -11004,19 +11004,19 @@  discard block
 block discarded – undo
11004 11004
 
11005 11005
   public function setKey($key)
11006 11006
   {
11007
-    $this->key = $key;
11007
+	$this->key = $key;
11008 11008
   }
11009 11009
   public function getKey()
11010 11010
   {
11011
-    return $this->key;
11011
+	return $this->key;
11012 11012
   }
11013 11013
   public function setValue($value)
11014 11014
   {
11015
-    $this->value = $value;
11015
+	$this->value = $value;
11016 11016
   }
11017 11017
   public function getValue()
11018 11018
   {
11019
-    return $this->value;
11019
+	return $this->value;
11020 11020
   }
11021 11021
 }
11022 11022
 
@@ -11031,27 +11031,27 @@  discard block
 block discarded – undo
11031 11031
 
11032 11032
   public function setAutomaticRestart($automaticRestart)
11033 11033
   {
11034
-    $this->automaticRestart = $automaticRestart;
11034
+	$this->automaticRestart = $automaticRestart;
11035 11035
   }
11036 11036
   public function getAutomaticRestart()
11037 11037
   {
11038
-    return $this->automaticRestart;
11038
+	return $this->automaticRestart;
11039 11039
   }
11040 11040
   public function setOnHostMaintenance($onHostMaintenance)
11041 11041
   {
11042
-    $this->onHostMaintenance = $onHostMaintenance;
11042
+	$this->onHostMaintenance = $onHostMaintenance;
11043 11043
   }
11044 11044
   public function getOnHostMaintenance()
11045 11045
   {
11046
-    return $this->onHostMaintenance;
11046
+	return $this->onHostMaintenance;
11047 11047
   }
11048 11048
   public function setPreemptible($preemptible)
11049 11049
   {
11050
-    $this->preemptible = $preemptible;
11050
+	$this->preemptible = $preemptible;
11051 11051
   }
11052 11052
   public function getPreemptible()
11053 11053
   {
11054
-    return $this->preemptible;
11054
+	return $this->preemptible;
11055 11055
   }
11056 11056
 }
11057 11057
 
@@ -11066,27 +11066,27 @@  discard block
 block discarded – undo
11066 11066
 
11067 11067
   public function setContents($contents)
11068 11068
   {
11069
-    $this->contents = $contents;
11069
+	$this->contents = $contents;
11070 11070
   }
11071 11071
   public function getContents()
11072 11072
   {
11073
-    return $this->contents;
11073
+	return $this->contents;
11074 11074
   }
11075 11075
   public function setKind($kind)
11076 11076
   {
11077
-    $this->kind = $kind;
11077
+	$this->kind = $kind;
11078 11078
   }
11079 11079
   public function getKind()
11080 11080
   {
11081
-    return $this->kind;
11081
+	return $this->kind;
11082 11082
   }
11083 11083
   public function setSelfLink($selfLink)
11084 11084
   {
11085
-    $this->selfLink = $selfLink;
11085
+	$this->selfLink = $selfLink;
11086 11086
   }
11087 11087
   public function getSelfLink()
11088 11088
   {
11089
-    return $this->selfLink;
11089
+	return $this->selfLink;
11090 11090
   }
11091 11091
 }
11092 11092
 
@@ -11101,19 +11101,19 @@  discard block
 block discarded – undo
11101 11101
 
11102 11102
   public function setEmail($email)
11103 11103
   {
11104
-    $this->email = $email;
11104
+	$this->email = $email;
11105 11105
   }
11106 11106
   public function getEmail()
11107 11107
   {
11108
-    return $this->email;
11108
+	return $this->email;
11109 11109
   }
11110 11110
   public function setScopes($scopes)
11111 11111
   {
11112
-    $this->scopes = $scopes;
11112
+	$this->scopes = $scopes;
11113 11113
   }
11114 11114
   public function getScopes()
11115 11115
   {
11116
-    return $this->scopes;
11116
+	return $this->scopes;
11117 11117
   }
11118 11118
 }
11119 11119
 
@@ -11139,107 +11139,107 @@  discard block
 block discarded – undo
11139 11139
 
11140 11140
   public function setCreationTimestamp($creationTimestamp)
11141 11141
   {
11142
-    $this->creationTimestamp = $creationTimestamp;
11142
+	$this->creationTimestamp = $creationTimestamp;
11143 11143
   }
11144 11144
   public function getCreationTimestamp()
11145 11145
   {
11146
-    return $this->creationTimestamp;
11146
+	return $this->creationTimestamp;
11147 11147
   }
11148 11148
   public function setDescription($description)
11149 11149
   {
11150
-    $this->description = $description;
11150
+	$this->description = $description;
11151 11151
   }
11152 11152
   public function getDescription()
11153 11153
   {
11154
-    return $this->description;
11154
+	return $this->description;
11155 11155
   }
11156 11156
   public function setDiskSizeGb($diskSizeGb)
11157 11157
   {
11158
-    $this->diskSizeGb = $diskSizeGb;
11158
+	$this->diskSizeGb = $diskSizeGb;
11159 11159
   }
11160 11160
   public function getDiskSizeGb()
11161 11161
   {
11162
-    return $this->diskSizeGb;
11162
+	return $this->diskSizeGb;
11163 11163
   }
11164 11164
   public function setId($id)
11165 11165
   {
11166
-    $this->id = $id;
11166
+	$this->id = $id;
11167 11167
   }
11168 11168
   public function getId()
11169 11169
   {
11170
-    return $this->id;
11170
+	return $this->id;
11171 11171
   }
11172 11172
   public function setKind($kind)
11173 11173
   {
11174
-    $this->kind = $kind;
11174
+	$this->kind = $kind;
11175 11175
   }
11176 11176
   public function getKind()
11177 11177
   {
11178
-    return $this->kind;
11178
+	return $this->kind;
11179 11179
   }
11180 11180
   public function setLicenses($licenses)
11181 11181
   {
11182
-    $this->licenses = $licenses;
11182
+	$this->licenses = $licenses;
11183 11183
   }
11184 11184
   public function getLicenses()
11185 11185
   {
11186
-    return $this->licenses;
11186
+	return $this->licenses;
11187 11187
   }
11188 11188
   public function setName($name)
11189 11189
   {
11190
-    $this->name = $name;
11190
+	$this->name = $name;
11191 11191
   }
11192 11192
   public function getName()
11193 11193
   {
11194
-    return $this->name;
11194
+	return $this->name;
11195 11195
   }
11196 11196
   public function setSelfLink($selfLink)
11197 11197
   {
11198
-    $this->selfLink = $selfLink;
11198
+	$this->selfLink = $selfLink;
11199 11199
   }
11200 11200
   public function getSelfLink()
11201 11201
   {
11202
-    return $this->selfLink;
11202
+	return $this->selfLink;
11203 11203
   }
11204 11204
   public function setSourceDisk($sourceDisk)
11205 11205
   {
11206
-    $this->sourceDisk = $sourceDisk;
11206
+	$this->sourceDisk = $sourceDisk;
11207 11207
   }
11208 11208
   public function getSourceDisk()
11209 11209
   {
11210
-    return $this->sourceDisk;
11210
+	return $this->sourceDisk;
11211 11211
   }
11212 11212
   public function setSourceDiskId($sourceDiskId)
11213 11213
   {
11214
-    $this->sourceDiskId = $sourceDiskId;
11214
+	$this->sourceDiskId = $sourceDiskId;
11215 11215
   }
11216 11216
   public function getSourceDiskId()
11217 11217
   {
11218
-    return $this->sourceDiskId;
11218
+	return $this->sourceDiskId;
11219 11219
   }
11220 11220
   public function setStatus($status)
11221 11221
   {
11222
-    $this->status = $status;
11222
+	$this->status = $status;
11223 11223
   }
11224 11224
   public function getStatus()
11225 11225
   {
11226
-    return $this->status;
11226
+	return $this->status;
11227 11227
   }
11228 11228
   public function setStorageBytes($storageBytes)
11229 11229
   {
11230
-    $this->storageBytes = $storageBytes;
11230
+	$this->storageBytes = $storageBytes;
11231 11231
   }
11232 11232
   public function getStorageBytes()
11233 11233
   {
11234
-    return $this->storageBytes;
11234
+	return $this->storageBytes;
11235 11235
   }
11236 11236
   public function setStorageBytesStatus($storageBytesStatus)
11237 11237
   {
11238
-    $this->storageBytesStatus = $storageBytesStatus;
11238
+	$this->storageBytesStatus = $storageBytesStatus;
11239 11239
   }
11240 11240
   public function getStorageBytesStatus()
11241 11241
   {
11242
-    return $this->storageBytesStatus;
11242
+	return $this->storageBytesStatus;
11243 11243
   }
11244 11244
 }
11245 11245
 
@@ -11258,43 +11258,43 @@  discard block
 block discarded – undo
11258 11258
 
11259 11259
   public function setId($id)
11260 11260
   {
11261
-    $this->id = $id;
11261
+	$this->id = $id;
11262 11262
   }
11263 11263
   public function getId()
11264 11264
   {
11265
-    return $this->id;
11265
+	return $this->id;
11266 11266
   }
11267 11267
   public function setItems($items)
11268 11268
   {
11269
-    $this->items = $items;
11269
+	$this->items = $items;
11270 11270
   }
11271 11271
   public function getItems()
11272 11272
   {
11273
-    return $this->items;
11273
+	return $this->items;
11274 11274
   }
11275 11275
   public function setKind($kind)
11276 11276
   {
11277
-    $this->kind = $kind;
11277
+	$this->kind = $kind;
11278 11278
   }
11279 11279
   public function getKind()
11280 11280
   {
11281
-    return $this->kind;
11281
+	return $this->kind;
11282 11282
   }
11283 11283
   public function setNextPageToken($nextPageToken)
11284 11284
   {
11285
-    $this->nextPageToken = $nextPageToken;
11285
+	$this->nextPageToken = $nextPageToken;
11286 11286
   }
11287 11287
   public function getNextPageToken()
11288 11288
   {
11289
-    return $this->nextPageToken;
11289
+	return $this->nextPageToken;
11290 11290
   }
11291 11291
   public function setSelfLink($selfLink)
11292 11292
   {
11293
-    $this->selfLink = $selfLink;
11293
+	$this->selfLink = $selfLink;
11294 11294
   }
11295 11295
   public function getSelfLink()
11296 11296
   {
11297
-    return $this->selfLink;
11297
+	return $this->selfLink;
11298 11298
   }
11299 11299
 }
11300 11300
 
@@ -11309,19 +11309,19 @@  discard block
 block discarded – undo
11309 11309
 
11310 11310
   public function setFingerprint($fingerprint)
11311 11311
   {
11312
-    $this->fingerprint = $fingerprint;
11312
+	$this->fingerprint = $fingerprint;
11313 11313
   }
11314 11314
   public function getFingerprint()
11315 11315
   {
11316
-    return $this->fingerprint;
11316
+	return $this->fingerprint;
11317 11317
   }
11318 11318
   public function setItems($items)
11319 11319
   {
11320
-    $this->items = $items;
11320
+	$this->items = $items;
11321 11321
   }
11322 11322
   public function getItems()
11323 11323
   {
11324
-    return $this->items;
11324
+	return $this->items;
11325 11325
   }
11326 11326
 }
11327 11327
 
@@ -11340,59 +11340,59 @@  discard block
 block discarded – undo
11340 11340
 
11341 11341
   public function setCreationTimestamp($creationTimestamp)
11342 11342
   {
11343
-    $this->creationTimestamp = $creationTimestamp;
11343
+	$this->creationTimestamp = $creationTimestamp;
11344 11344
   }
11345 11345
   public function getCreationTimestamp()
11346 11346
   {
11347
-    return $this->creationTimestamp;
11347
+	return $this->creationTimestamp;
11348 11348
   }
11349 11349
   public function setDescription($description)
11350 11350
   {
11351
-    $this->description = $description;
11351
+	$this->description = $description;
11352 11352
   }
11353 11353
   public function getDescription()
11354 11354
   {
11355
-    return $this->description;
11355
+	return $this->description;
11356 11356
   }
11357 11357
   public function setId($id)
11358 11358
   {
11359
-    $this->id = $id;
11359
+	$this->id = $id;
11360 11360
   }
11361 11361
   public function getId()
11362 11362
   {
11363
-    return $this->id;
11363
+	return $this->id;
11364 11364
   }
11365 11365
   public function setKind($kind)
11366 11366
   {
11367
-    $this->kind = $kind;
11367
+	$this->kind = $kind;
11368 11368
   }
11369 11369
   public function getKind()
11370 11370
   {
11371
-    return $this->kind;
11371
+	return $this->kind;
11372 11372
   }
11373 11373
   public function setName($name)
11374 11374
   {
11375
-    $this->name = $name;
11375
+	$this->name = $name;
11376 11376
   }
11377 11377
   public function getName()
11378 11378
   {
11379
-    return $this->name;
11379
+	return $this->name;
11380 11380
   }
11381 11381
   public function setSelfLink($selfLink)
11382 11382
   {
11383
-    $this->selfLink = $selfLink;
11383
+	$this->selfLink = $selfLink;
11384 11384
   }
11385 11385
   public function getSelfLink()
11386 11386
   {
11387
-    return $this->selfLink;
11387
+	return $this->selfLink;
11388 11388
   }
11389 11389
   public function setUrlMap($urlMap)
11390 11390
   {
11391
-    $this->urlMap = $urlMap;
11391
+	$this->urlMap = $urlMap;
11392 11392
   }
11393 11393
   public function getUrlMap()
11394 11394
   {
11395
-    return $this->urlMap;
11395
+	return $this->urlMap;
11396 11396
   }
11397 11397
 }
11398 11398
 
@@ -11411,43 +11411,43 @@  discard block
 block discarded – undo
11411 11411
 
11412 11412
   public function setId($id)
11413 11413
   {
11414
-    $this->id = $id;
11414
+	$this->id = $id;
11415 11415
   }
11416 11416
   public function getId()
11417 11417
   {
11418
-    return $this->id;
11418
+	return $this->id;
11419 11419
   }
11420 11420
   public function setItems($items)
11421 11421
   {
11422
-    $this->items = $items;
11422
+	$this->items = $items;
11423 11423
   }
11424 11424
   public function getItems()
11425 11425
   {
11426
-    return $this->items;
11426
+	return $this->items;
11427 11427
   }
11428 11428
   public function setKind($kind)
11429 11429
   {
11430
-    $this->kind = $kind;
11430
+	$this->kind = $kind;
11431 11431
   }
11432 11432
   public function getKind()
11433 11433
   {
11434
-    return $this->kind;
11434
+	return $this->kind;
11435 11435
   }
11436 11436
   public function setNextPageToken($nextPageToken)
11437 11437
   {
11438
-    $this->nextPageToken = $nextPageToken;
11438
+	$this->nextPageToken = $nextPageToken;
11439 11439
   }
11440 11440
   public function getNextPageToken()
11441 11441
   {
11442
-    return $this->nextPageToken;
11442
+	return $this->nextPageToken;
11443 11443
   }
11444 11444
   public function setSelfLink($selfLink)
11445 11445
   {
11446
-    $this->selfLink = $selfLink;
11446
+	$this->selfLink = $selfLink;
11447 11447
   }
11448 11448
   public function getSelfLink()
11449 11449
   {
11450
-    return $this->selfLink;
11450
+	return $this->selfLink;
11451 11451
   }
11452 11452
 }
11453 11453
 
@@ -11468,75 +11468,75 @@  discard block
 block discarded – undo
11468 11468
 
11469 11469
   public function setCreationTimestamp($creationTimestamp)
11470 11470
   {
11471
-    $this->creationTimestamp = $creationTimestamp;
11471
+	$this->creationTimestamp = $creationTimestamp;
11472 11472
   }
11473 11473
   public function getCreationTimestamp()
11474 11474
   {
11475
-    return $this->creationTimestamp;
11475
+	return $this->creationTimestamp;
11476 11476
   }
11477 11477
   public function setDescription($description)
11478 11478
   {
11479
-    $this->description = $description;
11479
+	$this->description = $description;
11480 11480
   }
11481 11481
   public function getDescription()
11482 11482
   {
11483
-    return $this->description;
11483
+	return $this->description;
11484 11484
   }
11485 11485
   public function setId($id)
11486 11486
   {
11487
-    $this->id = $id;
11487
+	$this->id = $id;
11488 11488
   }
11489 11489
   public function getId()
11490 11490
   {
11491
-    return $this->id;
11491
+	return $this->id;
11492 11492
   }
11493 11493
   public function setInstance($instance)
11494 11494
   {
11495
-    $this->instance = $instance;
11495
+	$this->instance = $instance;
11496 11496
   }
11497 11497
   public function getInstance()
11498 11498
   {
11499
-    return $this->instance;
11499
+	return $this->instance;
11500 11500
   }
11501 11501
   public function setKind($kind)
11502 11502
   {
11503
-    $this->kind = $kind;
11503
+	$this->kind = $kind;
11504 11504
   }
11505 11505
   public function getKind()
11506 11506
   {
11507
-    return $this->kind;
11507
+	return $this->kind;
11508 11508
   }
11509 11509
   public function setName($name)
11510 11510
   {
11511
-    $this->name = $name;
11511
+	$this->name = $name;
11512 11512
   }
11513 11513
   public function getName()
11514 11514
   {
11515
-    return $this->name;
11515
+	return $this->name;
11516 11516
   }
11517 11517
   public function setNatPolicy($natPolicy)
11518 11518
   {
11519
-    $this->natPolicy = $natPolicy;
11519
+	$this->natPolicy = $natPolicy;
11520 11520
   }
11521 11521
   public function getNatPolicy()
11522 11522
   {
11523
-    return $this->natPolicy;
11523
+	return $this->natPolicy;
11524 11524
   }
11525 11525
   public function setSelfLink($selfLink)
11526 11526
   {
11527
-    $this->selfLink = $selfLink;
11527
+	$this->selfLink = $selfLink;
11528 11528
   }
11529 11529
   public function getSelfLink()
11530 11530
   {
11531
-    return $this->selfLink;
11531
+	return $this->selfLink;
11532 11532
   }
11533 11533
   public function setZone($zone)
11534 11534
   {
11535
-    $this->zone = $zone;
11535
+	$this->zone = $zone;
11536 11536
   }
11537 11537
   public function getZone()
11538 11538
   {
11539
-    return $this->zone;
11539
+	return $this->zone;
11540 11540
   }
11541 11541
 }
11542 11542
 
@@ -11554,43 +11554,43 @@  discard block
 block discarded – undo
11554 11554
 
11555 11555
   public function setId($id)
11556 11556
   {
11557
-    $this->id = $id;
11557
+	$this->id = $id;
11558 11558
   }
11559 11559
   public function getId()
11560 11560
   {
11561
-    return $this->id;
11561
+	return $this->id;
11562 11562
   }
11563 11563
   public function setItems($items)
11564 11564
   {
11565
-    $this->items = $items;
11565
+	$this->items = $items;
11566 11566
   }
11567 11567
   public function getItems()
11568 11568
   {
11569
-    return $this->items;
11569
+	return $this->items;
11570 11570
   }
11571 11571
   public function setKind($kind)
11572 11572
   {
11573
-    $this->kind = $kind;
11573
+	$this->kind = $kind;
11574 11574
   }
11575 11575
   public function getKind()
11576 11576
   {
11577
-    return $this->kind;
11577
+	return $this->kind;
11578 11578
   }
11579 11579
   public function setNextPageToken($nextPageToken)
11580 11580
   {
11581
-    $this->nextPageToken = $nextPageToken;
11581
+	$this->nextPageToken = $nextPageToken;
11582 11582
   }
11583 11583
   public function getNextPageToken()
11584 11584
   {
11585
-    return $this->nextPageToken;
11585
+	return $this->nextPageToken;
11586 11586
   }
11587 11587
   public function setSelfLink($selfLink)
11588 11588
   {
11589
-    $this->selfLink = $selfLink;
11589
+	$this->selfLink = $selfLink;
11590 11590
   }
11591 11591
   public function getSelfLink()
11592 11592
   {
11593
-    return $this->selfLink;
11593
+	return $this->selfLink;
11594 11594
   }
11595 11595
 }
11596 11596
 
@@ -11613,43 +11613,43 @@  discard block
 block discarded – undo
11613 11613
 
11614 11614
   public function setId($id)
11615 11615
   {
11616
-    $this->id = $id;
11616
+	$this->id = $id;
11617 11617
   }
11618 11618
   public function getId()
11619 11619
   {
11620
-    return $this->id;
11620
+	return $this->id;
11621 11621
   }
11622 11622
   public function setItems($items)
11623 11623
   {
11624
-    $this->items = $items;
11624
+	$this->items = $items;
11625 11625
   }
11626 11626
   public function getItems()
11627 11627
   {
11628
-    return $this->items;
11628
+	return $this->items;
11629 11629
   }
11630 11630
   public function setKind($kind)
11631 11631
   {
11632
-    $this->kind = $kind;
11632
+	$this->kind = $kind;
11633 11633
   }
11634 11634
   public function getKind()
11635 11635
   {
11636
-    return $this->kind;
11636
+	return $this->kind;
11637 11637
   }
11638 11638
   public function setNextPageToken($nextPageToken)
11639 11639
   {
11640
-    $this->nextPageToken = $nextPageToken;
11640
+	$this->nextPageToken = $nextPageToken;
11641 11641
   }
11642 11642
   public function getNextPageToken()
11643 11643
   {
11644
-    return $this->nextPageToken;
11644
+	return $this->nextPageToken;
11645 11645
   }
11646 11646
   public function setSelfLink($selfLink)
11647 11647
   {
11648
-    $this->selfLink = $selfLink;
11648
+	$this->selfLink = $selfLink;
11649 11649
   }
11650 11650
   public function getSelfLink()
11651 11651
   {
11652
-    return $this->selfLink;
11652
+	return $this->selfLink;
11653 11653
   }
11654 11654
 }
11655 11655
 
@@ -11666,19 +11666,19 @@  discard block
 block discarded – undo
11666 11666
 
11667 11667
   public function setTargetInstances($targetInstances)
11668 11668
   {
11669
-    $this->targetInstances = $targetInstances;
11669
+	$this->targetInstances = $targetInstances;
11670 11670
   }
11671 11671
   public function getTargetInstances()
11672 11672
   {
11673
-    return $this->targetInstances;
11673
+	return $this->targetInstances;
11674 11674
   }
11675 11675
   public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning)
11676 11676
   {
11677
-    $this->warning = $warning;
11677
+	$this->warning = $warning;
11678 11678
   }
11679 11679
   public function getWarning()
11680 11680
   {
11681
-    return $this->warning;
11681
+	return $this->warning;
11682 11682
   }
11683 11683
 }
11684 11684
 
@@ -11695,27 +11695,27 @@  discard block
 block discarded – undo
11695 11695
 
11696 11696
   public function setCode($code)
11697 11697
   {
11698
-    $this->code = $code;
11698
+	$this->code = $code;
11699 11699
   }
11700 11700
   public function getCode()
11701 11701
   {
11702
-    return $this->code;
11702
+	return $this->code;
11703 11703
   }
11704 11704
   public function setData($data)
11705 11705
   {
11706
-    $this->data = $data;
11706
+	$this->data = $data;
11707 11707
   }
11708 11708
   public function getData()
11709 11709
   {
11710
-    return $this->data;
11710
+	return $this->data;
11711 11711
   }
11712 11712
   public function setMessage($message)
11713 11713
   {
11714
-    $this->message = $message;
11714
+	$this->message = $message;
11715 11715
   }
11716 11716
   public function getMessage()
11717 11717
   {
11718
-    return $this->message;
11718
+	return $this->message;
11719 11719
   }
11720 11720
 }
11721 11721
 
@@ -11729,19 +11729,19 @@  discard block
 block discarded – undo
11729 11729
 
11730 11730
   public function setKey($key)
11731 11731
   {
11732
-    $this->key = $key;
11732
+	$this->key = $key;
11733 11733
   }
11734 11734
   public function getKey()
11735 11735
   {
11736
-    return $this->key;
11736
+	return $this->key;
11737 11737
   }
11738 11738
   public function setValue($value)
11739 11739
   {
11740
-    $this->value = $value;
11740
+	$this->value = $value;
11741 11741
   }
11742 11742
   public function getValue()
11743 11743
   {
11744
-    return $this->value;
11744
+	return $this->value;
11745 11745
   }
11746 11746
 }
11747 11747
 
@@ -11766,99 +11766,99 @@  discard block
 block discarded – undo
11766 11766
 
11767 11767
   public function setBackupPool($backupPool)
11768 11768
   {
11769
-    $this->backupPool = $backupPool;
11769
+	$this->backupPool = $backupPool;
11770 11770
   }
11771 11771
   public function getBackupPool()
11772 11772
   {
11773
-    return $this->backupPool;
11773
+	return $this->backupPool;
11774 11774
   }
11775 11775
   public function setCreationTimestamp($creationTimestamp)
11776 11776
   {
11777
-    $this->creationTimestamp = $creationTimestamp;
11777
+	$this->creationTimestamp = $creationTimestamp;
11778 11778
   }
11779 11779
   public function getCreationTimestamp()
11780 11780
   {
11781
-    return $this->creationTimestamp;
11781
+	return $this->creationTimestamp;
11782 11782
   }
11783 11783
   public function setDescription($description)
11784 11784
   {
11785
-    $this->description = $description;
11785
+	$this->description = $description;
11786 11786
   }
11787 11787
   public function getDescription()
11788 11788
   {
11789
-    return $this->description;
11789
+	return $this->description;
11790 11790
   }
11791 11791
   public function setFailoverRatio($failoverRatio)
11792 11792
   {
11793
-    $this->failoverRatio = $failoverRatio;
11793
+	$this->failoverRatio = $failoverRatio;
11794 11794
   }
11795 11795
   public function getFailoverRatio()
11796 11796
   {
11797
-    return $this->failoverRatio;
11797
+	return $this->failoverRatio;
11798 11798
   }
11799 11799
   public function setHealthChecks($healthChecks)
11800 11800
   {
11801
-    $this->healthChecks = $healthChecks;
11801
+	$this->healthChecks = $healthChecks;
11802 11802
   }
11803 11803
   public function getHealthChecks()
11804 11804
   {
11805
-    return $this->healthChecks;
11805
+	return $this->healthChecks;
11806 11806
   }
11807 11807
   public function setId($id)
11808 11808
   {
11809
-    $this->id = $id;
11809
+	$this->id = $id;
11810 11810
   }
11811 11811
   public function getId()
11812 11812
   {
11813
-    return $this->id;
11813
+	return $this->id;
11814 11814
   }
11815 11815
   public function setInstances($instances)
11816 11816
   {
11817
-    $this->instances = $instances;
11817
+	$this->instances = $instances;
11818 11818
   }
11819 11819
   public function getInstances()
11820 11820
   {
11821
-    return $this->instances;
11821
+	return $this->instances;
11822 11822
   }
11823 11823
   public function setKind($kind)
11824 11824
   {
11825
-    $this->kind = $kind;
11825
+	$this->kind = $kind;
11826 11826
   }
11827 11827
   public function getKind()
11828 11828
   {
11829
-    return $this->kind;
11829
+	return $this->kind;
11830 11830
   }
11831 11831
   public function setName($name)
11832 11832
   {
11833
-    $this->name = $name;
11833
+	$this->name = $name;
11834 11834
   }
11835 11835
   public function getName()
11836 11836
   {
11837
-    return $this->name;
11837
+	return $this->name;
11838 11838
   }
11839 11839
   public function setRegion($region)
11840 11840
   {
11841
-    $this->region = $region;
11841
+	$this->region = $region;
11842 11842
   }
11843 11843
   public function getRegion()
11844 11844
   {
11845
-    return $this->region;
11845
+	return $this->region;
11846 11846
   }
11847 11847
   public function setSelfLink($selfLink)
11848 11848
   {
11849
-    $this->selfLink = $selfLink;
11849
+	$this->selfLink = $selfLink;
11850 11850
   }
11851 11851
   public function getSelfLink()
11852 11852
   {
11853
-    return $this->selfLink;
11853
+	return $this->selfLink;
11854 11854
   }
11855 11855
   public function setSessionAffinity($sessionAffinity)
11856 11856
   {
11857
-    $this->sessionAffinity = $sessionAffinity;
11857
+	$this->sessionAffinity = $sessionAffinity;
11858 11858
   }
11859 11859
   public function getSessionAffinity()
11860 11860
   {
11861
-    return $this->sessionAffinity;
11861
+	return $this->sessionAffinity;
11862 11862
   }
11863 11863
 }
11864 11864
 
@@ -11876,43 +11876,43 @@  discard block
 block discarded – undo
11876 11876
 
11877 11877
   public function setId($id)
11878 11878
   {
11879
-    $this->id = $id;
11879
+	$this->id = $id;
11880 11880
   }
11881 11881
   public function getId()
11882 11882
   {
11883
-    return $this->id;
11883
+	return $this->id;
11884 11884
   }
11885 11885
   public function setItems($items)
11886 11886
   {
11887
-    $this->items = $items;
11887
+	$this->items = $items;
11888 11888
   }
11889 11889
   public function getItems()
11890 11890
   {
11891
-    return $this->items;
11891
+	return $this->items;
11892 11892
   }
11893 11893
   public function setKind($kind)
11894 11894
   {
11895
-    $this->kind = $kind;
11895
+	$this->kind = $kind;
11896 11896
   }
11897 11897
   public function getKind()
11898 11898
   {
11899
-    return $this->kind;
11899
+	return $this->kind;
11900 11900
   }
11901 11901
   public function setNextPageToken($nextPageToken)
11902 11902
   {
11903
-    $this->nextPageToken = $nextPageToken;
11903
+	$this->nextPageToken = $nextPageToken;
11904 11904
   }
11905 11905
   public function getNextPageToken()
11906 11906
   {
11907
-    return $this->nextPageToken;
11907
+	return $this->nextPageToken;
11908 11908
   }
11909 11909
   public function setSelfLink($selfLink)
11910 11910
   {
11911
-    $this->selfLink = $selfLink;
11911
+	$this->selfLink = $selfLink;
11912 11912
   }
11913 11913
   public function getSelfLink()
11914 11914
   {
11915
-    return $this->selfLink;
11915
+	return $this->selfLink;
11916 11916
   }
11917 11917
 }
11918 11918
 
@@ -11932,19 +11932,19 @@  discard block
 block discarded – undo
11932 11932
 
11933 11933
   public function setHealthStatus($healthStatus)
11934 11934
   {
11935
-    $this->healthStatus = $healthStatus;
11935
+	$this->healthStatus = $healthStatus;
11936 11936
   }
11937 11937
   public function getHealthStatus()
11938 11938
   {
11939
-    return $this->healthStatus;
11939
+	return $this->healthStatus;
11940 11940
   }
11941 11941
   public function setKind($kind)
11942 11942
   {
11943
-    $this->kind = $kind;
11943
+	$this->kind = $kind;
11944 11944
   }
11945 11945
   public function getKind()
11946 11946
   {
11947
-    return $this->kind;
11947
+	return $this->kind;
11948 11948
   }
11949 11949
 }
11950 11950
 
@@ -11963,43 +11963,43 @@  discard block
 block discarded – undo
11963 11963
 
11964 11964
   public function setId($id)
11965 11965
   {
11966
-    $this->id = $id;
11966
+	$this->id = $id;
11967 11967
   }
11968 11968
   public function getId()
11969 11969
   {
11970
-    return $this->id;
11970
+	return $this->id;
11971 11971
   }
11972 11972
   public function setItems($items)
11973 11973
   {
11974
-    $this->items = $items;
11974
+	$this->items = $items;
11975 11975
   }
11976 11976
   public function getItems()
11977 11977
   {
11978
-    return $this->items;
11978
+	return $this->items;
11979 11979
   }
11980 11980
   public function setKind($kind)
11981 11981
   {
11982
-    $this->kind = $kind;
11982
+	$this->kind = $kind;
11983 11983
   }
11984 11984
   public function getKind()
11985 11985
   {
11986
-    return $this->kind;
11986
+	return $this->kind;
11987 11987
   }
11988 11988
   public function setNextPageToken($nextPageToken)
11989 11989
   {
11990
-    $this->nextPageToken = $nextPageToken;
11990
+	$this->nextPageToken = $nextPageToken;
11991 11991
   }
11992 11992
   public function getNextPageToken()
11993 11993
   {
11994
-    return $this->nextPageToken;
11994
+	return $this->nextPageToken;
11995 11995
   }
11996 11996
   public function setSelfLink($selfLink)
11997 11997
   {
11998
-    $this->selfLink = $selfLink;
11998
+	$this->selfLink = $selfLink;
11999 11999
   }
12000 12000
   public function getSelfLink()
12001 12001
   {
12002
-    return $this->selfLink;
12002
+	return $this->selfLink;
12003 12003
   }
12004 12004
 }
12005 12005
 
@@ -12014,11 +12014,11 @@  discard block
 block discarded – undo
12014 12014
 
12015 12015
   public function setHealthChecks($healthChecks)
12016 12016
   {
12017
-    $this->healthChecks = $healthChecks;
12017
+	$this->healthChecks = $healthChecks;
12018 12018
   }
12019 12019
   public function getHealthChecks()
12020 12020
   {
12021
-    return $this->healthChecks;
12021
+	return $this->healthChecks;
12022 12022
   }
12023 12023
 }
12024 12024
 
@@ -12033,11 +12033,11 @@  discard block
 block discarded – undo
12033 12033
 
12034 12034
   public function setInstances($instances)
12035 12035
   {
12036
-    $this->instances = $instances;
12036
+	$this->instances = $instances;
12037 12037
   }
12038 12038
   public function getInstances()
12039 12039
   {
12040
-    return $this->instances;
12040
+	return $this->instances;
12041 12041
   }
12042 12042
 }
12043 12043
 
@@ -12052,11 +12052,11 @@  discard block
 block discarded – undo
12052 12052
 
12053 12053
   public function setHealthChecks($healthChecks)
12054 12054
   {
12055
-    $this->healthChecks = $healthChecks;
12055
+	$this->healthChecks = $healthChecks;
12056 12056
   }
12057 12057
   public function getHealthChecks()
12058 12058
   {
12059
-    return $this->healthChecks;
12059
+	return $this->healthChecks;
12060 12060
   }
12061 12061
 }
12062 12062
 
@@ -12071,11 +12071,11 @@  discard block
 block discarded – undo
12071 12071
 
12072 12072
   public function setInstances($instances)
12073 12073
   {
12074
-    $this->instances = $instances;
12074
+	$this->instances = $instances;
12075 12075
   }
12076 12076
   public function getInstances()
12077 12077
   {
12078
-    return $this->instances;
12078
+	return $this->instances;
12079 12079
   }
12080 12080
 }
12081 12081
 
@@ -12092,19 +12092,19 @@  discard block
 block discarded – undo
12092 12092
 
12093 12093
   public function setTargetPools($targetPools)
12094 12094
   {
12095
-    $this->targetPools = $targetPools;
12095
+	$this->targetPools = $targetPools;
12096 12096
   }
12097 12097
   public function getTargetPools()
12098 12098
   {
12099
-    return $this->targetPools;
12099
+	return $this->targetPools;
12100 12100
   }
12101 12101
   public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning)
12102 12102
   {
12103
-    $this->warning = $warning;
12103
+	$this->warning = $warning;
12104 12104
   }
12105 12105
   public function getWarning()
12106 12106
   {
12107
-    return $this->warning;
12107
+	return $this->warning;
12108 12108
   }
12109 12109
 }
12110 12110
 
@@ -12121,27 +12121,27 @@  discard block
 block discarded – undo
12121 12121
 
12122 12122
   public function setCode($code)
12123 12123
   {
12124
-    $this->code = $code;
12124
+	$this->code = $code;
12125 12125
   }
12126 12126
   public function getCode()
12127 12127
   {
12128
-    return $this->code;
12128
+	return $this->code;
12129 12129
   }
12130 12130
   public function setData($data)
12131 12131
   {
12132
-    $this->data = $data;
12132
+	$this->data = $data;
12133 12133
   }
12134 12134
   public function getData()
12135 12135
   {
12136
-    return $this->data;
12136
+	return $this->data;
12137 12137
   }
12138 12138
   public function setMessage($message)
12139 12139
   {
12140
-    $this->message = $message;
12140
+	$this->message = $message;
12141 12141
   }
12142 12142
   public function getMessage()
12143 12143
   {
12144
-    return $this->message;
12144
+	return $this->message;
12145 12145
   }
12146 12146
 }
12147 12147
 
@@ -12155,19 +12155,19 @@  discard block
 block discarded – undo
12155 12155
 
12156 12156
   public function setKey($key)
12157 12157
   {
12158
-    $this->key = $key;
12158
+	$this->key = $key;
12159 12159
   }
12160 12160
   public function getKey()
12161 12161
   {
12162
-    return $this->key;
12162
+	return $this->key;
12163 12163
   }
12164 12164
   public function setValue($value)
12165 12165
   {
12166
-    $this->value = $value;
12166
+	$this->value = $value;
12167 12167
   }
12168 12168
   public function getValue()
12169 12169
   {
12170
-    return $this->value;
12170
+	return $this->value;
12171 12171
   }
12172 12172
 }
12173 12173
 
@@ -12180,11 +12180,11 @@  discard block
 block discarded – undo
12180 12180
 
12181 12181
   public function setTarget($target)
12182 12182
   {
12183
-    $this->target = $target;
12183
+	$this->target = $target;
12184 12184
   }
12185 12185
   public function getTarget()
12186 12186
   {
12187
-    return $this->target;
12187
+	return $this->target;
12188 12188
   }
12189 12189
 }
12190 12190
 
@@ -12208,91 +12208,91 @@  discard block
 block discarded – undo
12208 12208
 
12209 12209
   public function setCreationTimestamp($creationTimestamp)
12210 12210
   {
12211
-    $this->creationTimestamp = $creationTimestamp;
12211
+	$this->creationTimestamp = $creationTimestamp;
12212 12212
   }
12213 12213
   public function getCreationTimestamp()
12214 12214
   {
12215
-    return $this->creationTimestamp;
12215
+	return $this->creationTimestamp;
12216 12216
   }
12217 12217
   public function setDescription($description)
12218 12218
   {
12219
-    $this->description = $description;
12219
+	$this->description = $description;
12220 12220
   }
12221 12221
   public function getDescription()
12222 12222
   {
12223
-    return $this->description;
12223
+	return $this->description;
12224 12224
   }
12225 12225
   public function setForwardingRules($forwardingRules)
12226 12226
   {
12227
-    $this->forwardingRules = $forwardingRules;
12227
+	$this->forwardingRules = $forwardingRules;
12228 12228
   }
12229 12229
   public function getForwardingRules()
12230 12230
   {
12231
-    return $this->forwardingRules;
12231
+	return $this->forwardingRules;
12232 12232
   }
12233 12233
   public function setId($id)
12234 12234
   {
12235
-    $this->id = $id;
12235
+	$this->id = $id;
12236 12236
   }
12237 12237
   public function getId()
12238 12238
   {
12239
-    return $this->id;
12239
+	return $this->id;
12240 12240
   }
12241 12241
   public function setKind($kind)
12242 12242
   {
12243
-    $this->kind = $kind;
12243
+	$this->kind = $kind;
12244 12244
   }
12245 12245
   public function getKind()
12246 12246
   {
12247
-    return $this->kind;
12247
+	return $this->kind;
12248 12248
   }
12249 12249
   public function setName($name)
12250 12250
   {
12251
-    $this->name = $name;
12251
+	$this->name = $name;
12252 12252
   }
12253 12253
   public function getName()
12254 12254
   {
12255
-    return $this->name;
12255
+	return $this->name;
12256 12256
   }
12257 12257
   public function setNetwork($network)
12258 12258
   {
12259
-    $this->network = $network;
12259
+	$this->network = $network;
12260 12260
   }
12261 12261
   public function getNetwork()
12262 12262
   {
12263
-    return $this->network;
12263
+	return $this->network;
12264 12264
   }
12265 12265
   public function setRegion($region)
12266 12266
   {
12267
-    $this->region = $region;
12267
+	$this->region = $region;
12268 12268
   }
12269 12269
   public function getRegion()
12270 12270
   {
12271
-    return $this->region;
12271
+	return $this->region;
12272 12272
   }
12273 12273
   public function setSelfLink($selfLink)
12274 12274
   {
12275
-    $this->selfLink = $selfLink;
12275
+	$this->selfLink = $selfLink;
12276 12276
   }
12277 12277
   public function getSelfLink()
12278 12278
   {
12279
-    return $this->selfLink;
12279
+	return $this->selfLink;
12280 12280
   }
12281 12281
   public function setStatus($status)
12282 12282
   {
12283
-    $this->status = $status;
12283
+	$this->status = $status;
12284 12284
   }
12285 12285
   public function getStatus()
12286 12286
   {
12287
-    return $this->status;
12287
+	return $this->status;
12288 12288
   }
12289 12289
   public function setTunnels($tunnels)
12290 12290
   {
12291
-    $this->tunnels = $tunnels;
12291
+	$this->tunnels = $tunnels;
12292 12292
   }
12293 12293
   public function getTunnels()
12294 12294
   {
12295
-    return $this->tunnels;
12295
+	return $this->tunnels;
12296 12296
   }
12297 12297
 }
12298 12298
 
@@ -12310,43 +12310,43 @@  discard block
 block discarded – undo
12310 12310
 
12311 12311
   public function setId($id)
12312 12312
   {
12313
-    $this->id = $id;
12313
+	$this->id = $id;
12314 12314
   }
12315 12315
   public function getId()
12316 12316
   {
12317
-    return $this->id;
12317
+	return $this->id;
12318 12318
   }
12319 12319
   public function setItems($items)
12320 12320
   {
12321
-    $this->items = $items;
12321
+	$this->items = $items;
12322 12322
   }
12323 12323
   public function getItems()
12324 12324
   {
12325
-    return $this->items;
12325
+	return $this->items;
12326 12326
   }
12327 12327
   public function setKind($kind)
12328 12328
   {
12329
-    $this->kind = $kind;
12329
+	$this->kind = $kind;
12330 12330
   }
12331 12331
   public function getKind()
12332 12332
   {
12333
-    return $this->kind;
12333
+	return $this->kind;
12334 12334
   }
12335 12335
   public function setNextPageToken($nextPageToken)
12336 12336
   {
12337
-    $this->nextPageToken = $nextPageToken;
12337
+	$this->nextPageToken = $nextPageToken;
12338 12338
   }
12339 12339
   public function getNextPageToken()
12340 12340
   {
12341
-    return $this->nextPageToken;
12341
+	return $this->nextPageToken;
12342 12342
   }
12343 12343
   public function setSelfLink($selfLink)
12344 12344
   {
12345
-    $this->selfLink = $selfLink;
12345
+	$this->selfLink = $selfLink;
12346 12346
   }
12347 12347
   public function getSelfLink()
12348 12348
   {
12349
-    return $this->selfLink;
12349
+	return $this->selfLink;
12350 12350
   }
12351 12351
 }
12352 12352
 
@@ -12369,43 +12369,43 @@  discard block
 block discarded – undo
12369 12369
 
12370 12370
   public function setId($id)
12371 12371
   {
12372
-    $this->id = $id;
12372
+	$this->id = $id;
12373 12373
   }
12374 12374
   public function getId()
12375 12375
   {
12376
-    return $this->id;
12376
+	return $this->id;
12377 12377
   }
12378 12378
   public function setItems($items)
12379 12379
   {
12380
-    $this->items = $items;
12380
+	$this->items = $items;
12381 12381
   }
12382 12382
   public function getItems()
12383 12383
   {
12384
-    return $this->items;
12384
+	return $this->items;
12385 12385
   }
12386 12386
   public function setKind($kind)
12387 12387
   {
12388
-    $this->kind = $kind;
12388
+	$this->kind = $kind;
12389 12389
   }
12390 12390
   public function getKind()
12391 12391
   {
12392
-    return $this->kind;
12392
+	return $this->kind;
12393 12393
   }
12394 12394
   public function setNextPageToken($nextPageToken)
12395 12395
   {
12396
-    $this->nextPageToken = $nextPageToken;
12396
+	$this->nextPageToken = $nextPageToken;
12397 12397
   }
12398 12398
   public function getNextPageToken()
12399 12399
   {
12400
-    return $this->nextPageToken;
12400
+	return $this->nextPageToken;
12401 12401
   }
12402 12402
   public function setSelfLink($selfLink)
12403 12403
   {
12404
-    $this->selfLink = $selfLink;
12404
+	$this->selfLink = $selfLink;
12405 12405
   }
12406 12406
   public function getSelfLink()
12407 12407
   {
12408
-    return $this->selfLink;
12408
+	return $this->selfLink;
12409 12409
   }
12410 12410
 }
12411 12411
 
@@ -12422,19 +12422,19 @@  discard block
 block discarded – undo
12422 12422
 
12423 12423
   public function setTargetVpnGateways($targetVpnGateways)
12424 12424
   {
12425
-    $this->targetVpnGateways = $targetVpnGateways;
12425
+	$this->targetVpnGateways = $targetVpnGateways;
12426 12426
   }
12427 12427
   public function getTargetVpnGateways()
12428 12428
   {
12429
-    return $this->targetVpnGateways;
12429
+	return $this->targetVpnGateways;
12430 12430
   }
12431 12431
   public function setWarning(Google_Service_Compute_TargetVpnGatewaysScopedListWarning $warning)
12432 12432
   {
12433
-    $this->warning = $warning;
12433
+	$this->warning = $warning;
12434 12434
   }
12435 12435
   public function getWarning()
12436 12436
   {
12437
-    return $this->warning;
12437
+	return $this->warning;
12438 12438
   }
12439 12439
 }
12440 12440
 
@@ -12451,27 +12451,27 @@  discard block
 block discarded – undo
12451 12451
 
12452 12452
   public function setCode($code)
12453 12453
   {
12454
-    $this->code = $code;
12454
+	$this->code = $code;
12455 12455
   }
12456 12456
   public function getCode()
12457 12457
   {
12458
-    return $this->code;
12458
+	return $this->code;
12459 12459
   }
12460 12460
   public function setData($data)
12461 12461
   {
12462
-    $this->data = $data;
12462
+	$this->data = $data;
12463 12463
   }
12464 12464
   public function getData()
12465 12465
   {
12466
-    return $this->data;
12466
+	return $this->data;
12467 12467
   }
12468 12468
   public function setMessage($message)
12469 12469
   {
12470
-    $this->message = $message;
12470
+	$this->message = $message;
12471 12471
   }
12472 12472
   public function getMessage()
12473 12473
   {
12474
-    return $this->message;
12474
+	return $this->message;
12475 12475
   }
12476 12476
 }
12477 12477
 
@@ -12485,19 +12485,19 @@  discard block
 block discarded – undo
12485 12485
 
12486 12486
   public function setKey($key)
12487 12487
   {
12488
-    $this->key = $key;
12488
+	$this->key = $key;
12489 12489
   }
12490 12490
   public function getKey()
12491 12491
   {
12492
-    return $this->key;
12492
+	return $this->key;
12493 12493
   }
12494 12494
   public function setValue($value)
12495 12495
   {
12496
-    $this->value = $value;
12496
+	$this->value = $value;
12497 12497
   }
12498 12498
   public function getValue()
12499 12499
   {
12500
-    return $this->value;
12500
+	return $this->value;
12501 12501
   }
12502 12502
 }
12503 12503
 
@@ -12513,35 +12513,35 @@  discard block
 block discarded – undo
12513 12513
 
12514 12514
   public function setActualService($actualService)
12515 12515
   {
12516
-    $this->actualService = $actualService;
12516
+	$this->actualService = $actualService;
12517 12517
   }
12518 12518
   public function getActualService()
12519 12519
   {
12520
-    return $this->actualService;
12520
+	return $this->actualService;
12521 12521
   }
12522 12522
   public function setExpectedService($expectedService)
12523 12523
   {
12524
-    $this->expectedService = $expectedService;
12524
+	$this->expectedService = $expectedService;
12525 12525
   }
12526 12526
   public function getExpectedService()
12527 12527
   {
12528
-    return $this->expectedService;
12528
+	return $this->expectedService;
12529 12529
   }
12530 12530
   public function setHost($host)
12531 12531
   {
12532
-    $this->host = $host;
12532
+	$this->host = $host;
12533 12533
   }
12534 12534
   public function getHost()
12535 12535
   {
12536
-    return $this->host;
12536
+	return $this->host;
12537 12537
   }
12538 12538
   public function setPath($path)
12539 12539
   {
12540
-    $this->path = $path;
12540
+	$this->path = $path;
12541 12541
   }
12542 12542
   public function getPath()
12543 12543
   {
12544
-    return $this->path;
12544
+	return $this->path;
12545 12545
   }
12546 12546
 }
12547 12547
 
@@ -12568,91 +12568,91 @@  discard block
 block discarded – undo
12568 12568
 
12569 12569
   public function setCreationTimestamp($creationTimestamp)
12570 12570
   {
12571
-    $this->creationTimestamp = $creationTimestamp;
12571
+	$this->creationTimestamp = $creationTimestamp;
12572 12572
   }
12573 12573
   public function getCreationTimestamp()
12574 12574
   {
12575
-    return $this->creationTimestamp;
12575
+	return $this->creationTimestamp;
12576 12576
   }
12577 12577
   public function setDefaultService($defaultService)
12578 12578
   {
12579
-    $this->defaultService = $defaultService;
12579
+	$this->defaultService = $defaultService;
12580 12580
   }
12581 12581
   public function getDefaultService()
12582 12582
   {
12583
-    return $this->defaultService;
12583
+	return $this->defaultService;
12584 12584
   }
12585 12585
   public function setDescription($description)
12586 12586
   {
12587
-    $this->description = $description;
12587
+	$this->description = $description;
12588 12588
   }
12589 12589
   public function getDescription()
12590 12590
   {
12591
-    return $this->description;
12591
+	return $this->description;
12592 12592
   }
12593 12593
   public function setFingerprint($fingerprint)
12594 12594
   {
12595
-    $this->fingerprint = $fingerprint;
12595
+	$this->fingerprint = $fingerprint;
12596 12596
   }
12597 12597
   public function getFingerprint()
12598 12598
   {
12599
-    return $this->fingerprint;
12599
+	return $this->fingerprint;
12600 12600
   }
12601 12601
   public function setHostRules($hostRules)
12602 12602
   {
12603
-    $this->hostRules = $hostRules;
12603
+	$this->hostRules = $hostRules;
12604 12604
   }
12605 12605
   public function getHostRules()
12606 12606
   {
12607
-    return $this->hostRules;
12607
+	return $this->hostRules;
12608 12608
   }
12609 12609
   public function setId($id)
12610 12610
   {
12611
-    $this->id = $id;
12611
+	$this->id = $id;
12612 12612
   }
12613 12613
   public function getId()
12614 12614
   {
12615
-    return $this->id;
12615
+	return $this->id;
12616 12616
   }
12617 12617
   public function setKind($kind)
12618 12618
   {
12619
-    $this->kind = $kind;
12619
+	$this->kind = $kind;
12620 12620
   }
12621 12621
   public function getKind()
12622 12622
   {
12623
-    return $this->kind;
12623
+	return $this->kind;
12624 12624
   }
12625 12625
   public function setName($name)
12626 12626
   {
12627
-    $this->name = $name;
12627
+	$this->name = $name;
12628 12628
   }
12629 12629
   public function getName()
12630 12630
   {
12631
-    return $this->name;
12631
+	return $this->name;
12632 12632
   }
12633 12633
   public function setPathMatchers($pathMatchers)
12634 12634
   {
12635
-    $this->pathMatchers = $pathMatchers;
12635
+	$this->pathMatchers = $pathMatchers;
12636 12636
   }
12637 12637
   public function getPathMatchers()
12638 12638
   {
12639
-    return $this->pathMatchers;
12639
+	return $this->pathMatchers;
12640 12640
   }
12641 12641
   public function setSelfLink($selfLink)
12642 12642
   {
12643
-    $this->selfLink = $selfLink;
12643
+	$this->selfLink = $selfLink;
12644 12644
   }
12645 12645
   public function getSelfLink()
12646 12646
   {
12647
-    return $this->selfLink;
12647
+	return $this->selfLink;
12648 12648
   }
12649 12649
   public function setTests($tests)
12650 12650
   {
12651
-    $this->tests = $tests;
12651
+	$this->tests = $tests;
12652 12652
   }
12653 12653
   public function getTests()
12654 12654
   {
12655
-    return $this->tests;
12655
+	return $this->tests;
12656 12656
   }
12657 12657
 }
12658 12658
 
@@ -12671,43 +12671,43 @@  discard block
 block discarded – undo
12671 12671
 
12672 12672
   public function setId($id)
12673 12673
   {
12674
-    $this->id = $id;
12674
+	$this->id = $id;
12675 12675
   }
12676 12676
   public function getId()
12677 12677
   {
12678
-    return $this->id;
12678
+	return $this->id;
12679 12679
   }
12680 12680
   public function setItems($items)
12681 12681
   {
12682
-    $this->items = $items;
12682
+	$this->items = $items;
12683 12683
   }
12684 12684
   public function getItems()
12685 12685
   {
12686
-    return $this->items;
12686
+	return $this->items;
12687 12687
   }
12688 12688
   public function setKind($kind)
12689 12689
   {
12690
-    $this->kind = $kind;
12690
+	$this->kind = $kind;
12691 12691
   }
12692 12692
   public function getKind()
12693 12693
   {
12694
-    return $this->kind;
12694
+	return $this->kind;
12695 12695
   }
12696 12696
   public function setNextPageToken($nextPageToken)
12697 12697
   {
12698
-    $this->nextPageToken = $nextPageToken;
12698
+	$this->nextPageToken = $nextPageToken;
12699 12699
   }
12700 12700
   public function getNextPageToken()
12701 12701
   {
12702
-    return $this->nextPageToken;
12702
+	return $this->nextPageToken;
12703 12703
   }
12704 12704
   public function setSelfLink($selfLink)
12705 12705
   {
12706
-    $this->selfLink = $selfLink;
12706
+	$this->selfLink = $selfLink;
12707 12707
   }
12708 12708
   public function getSelfLink()
12709 12709
   {
12710
-    return $this->selfLink;
12710
+	return $this->selfLink;
12711 12711
   }
12712 12712
 }
12713 12713
 
@@ -12720,11 +12720,11 @@  discard block
 block discarded – undo
12720 12720
 
12721 12721
   public function setUrlMap($urlMap)
12722 12722
   {
12723
-    $this->urlMap = $urlMap;
12723
+	$this->urlMap = $urlMap;
12724 12724
   }
12725 12725
   public function getUrlMap()
12726 12726
   {
12727
-    return $this->urlMap;
12727
+	return $this->urlMap;
12728 12728
   }
12729 12729
 }
12730 12730
 
@@ -12740,35 +12740,35 @@  discard block
 block discarded – undo
12740 12740
 
12741 12741
   public function setDescription($description)
12742 12742
   {
12743
-    $this->description = $description;
12743
+	$this->description = $description;
12744 12744
   }
12745 12745
   public function getDescription()
12746 12746
   {
12747
-    return $this->description;
12747
+	return $this->description;
12748 12748
   }
12749 12749
   public function setHost($host)
12750 12750
   {
12751
-    $this->host = $host;
12751
+	$this->host = $host;
12752 12752
   }
12753 12753
   public function getHost()
12754 12754
   {
12755
-    return $this->host;
12755
+	return $this->host;
12756 12756
   }
12757 12757
   public function setPath($path)
12758 12758
   {
12759
-    $this->path = $path;
12759
+	$this->path = $path;
12760 12760
   }
12761 12761
   public function getPath()
12762 12762
   {
12763
-    return $this->path;
12763
+	return $this->path;
12764 12764
   }
12765 12765
   public function setService($service)
12766 12766
   {
12767
-    $this->service = $service;
12767
+	$this->service = $service;
12768 12768
   }
12769 12769
   public function getService()
12770 12770
   {
12771
-    return $this->service;
12771
+	return $this->service;
12772 12772
   }
12773 12773
 }
12774 12774
 
@@ -12786,35 +12786,35 @@  discard block
 block discarded – undo
12786 12786
 
12787 12787
   public function setLoadErrors($loadErrors)
12788 12788
   {
12789
-    $this->loadErrors = $loadErrors;
12789
+	$this->loadErrors = $loadErrors;
12790 12790
   }
12791 12791
   public function getLoadErrors()
12792 12792
   {
12793
-    return $this->loadErrors;
12793
+	return $this->loadErrors;
12794 12794
   }
12795 12795
   public function setLoadSucceeded($loadSucceeded)
12796 12796
   {
12797
-    $this->loadSucceeded = $loadSucceeded;
12797
+	$this->loadSucceeded = $loadSucceeded;
12798 12798
   }
12799 12799
   public function getLoadSucceeded()
12800 12800
   {
12801
-    return $this->loadSucceeded;
12801
+	return $this->loadSucceeded;
12802 12802
   }
12803 12803
   public function setTestFailures($testFailures)
12804 12804
   {
12805
-    $this->testFailures = $testFailures;
12805
+	$this->testFailures = $testFailures;
12806 12806
   }
12807 12807
   public function getTestFailures()
12808 12808
   {
12809
-    return $this->testFailures;
12809
+	return $this->testFailures;
12810 12810
   }
12811 12811
   public function setTestPassed($testPassed)
12812 12812
   {
12813
-    $this->testPassed = $testPassed;
12813
+	$this->testPassed = $testPassed;
12814 12814
   }
12815 12815
   public function getTestPassed()
12816 12816
   {
12817
-    return $this->testPassed;
12817
+	return $this->testPassed;
12818 12818
   }
12819 12819
 }
12820 12820
 
@@ -12828,11 +12828,11 @@  discard block
 block discarded – undo
12828 12828
 
12829 12829
   public function setResource(Google_Service_Compute_UrlMap $resource)
12830 12830
   {
12831
-    $this->resource = $resource;
12831
+	$this->resource = $resource;
12832 12832
   }
12833 12833
   public function getResource()
12834 12834
   {
12835
-    return $this->resource;
12835
+	return $this->resource;
12836 12836
   }
12837 12837
 }
12838 12838
 
@@ -12846,11 +12846,11 @@  discard block
 block discarded – undo
12846 12846
 
12847 12847
   public function setResult(Google_Service_Compute_UrlMapValidationResult $result)
12848 12848
   {
12849
-    $this->result = $result;
12849
+	$this->result = $result;
12850 12850
   }
12851 12851
   public function getResult()
12852 12852
   {
12853
-    return $this->result;
12853
+	return $this->result;
12854 12854
   }
12855 12855
 }
12856 12856
 
@@ -12864,19 +12864,19 @@  discard block
 block discarded – undo
12864 12864
 
12865 12865
   public function setBucketName($bucketName)
12866 12866
   {
12867
-    $this->bucketName = $bucketName;
12867
+	$this->bucketName = $bucketName;
12868 12868
   }
12869 12869
   public function getBucketName()
12870 12870
   {
12871
-    return $this->bucketName;
12871
+	return $this->bucketName;
12872 12872
   }
12873 12873
   public function setReportNamePrefix($reportNamePrefix)
12874 12874
   {
12875
-    $this->reportNamePrefix = $reportNamePrefix;
12875
+	$this->reportNamePrefix = $reportNamePrefix;
12876 12876
   }
12877 12877
   public function getReportNamePrefix()
12878 12878
   {
12879
-    return $this->reportNamePrefix;
12879
+	return $this->reportNamePrefix;
12880 12880
   }
12881 12881
 }
12882 12882
 
@@ -12904,123 +12904,123 @@  discard block
 block discarded – undo
12904 12904
 
12905 12905
   public function setCreationTimestamp($creationTimestamp)
12906 12906
   {
12907
-    $this->creationTimestamp = $creationTimestamp;
12907
+	$this->creationTimestamp = $creationTimestamp;
12908 12908
   }
12909 12909
   public function getCreationTimestamp()
12910 12910
   {
12911
-    return $this->creationTimestamp;
12911
+	return $this->creationTimestamp;
12912 12912
   }
12913 12913
   public function setDescription($description)
12914 12914
   {
12915
-    $this->description = $description;
12915
+	$this->description = $description;
12916 12916
   }
12917 12917
   public function getDescription()
12918 12918
   {
12919
-    return $this->description;
12919
+	return $this->description;
12920 12920
   }
12921 12921
   public function setDetailedStatus($detailedStatus)
12922 12922
   {
12923
-    $this->detailedStatus = $detailedStatus;
12923
+	$this->detailedStatus = $detailedStatus;
12924 12924
   }
12925 12925
   public function getDetailedStatus()
12926 12926
   {
12927
-    return $this->detailedStatus;
12927
+	return $this->detailedStatus;
12928 12928
   }
12929 12929
   public function setId($id)
12930 12930
   {
12931
-    $this->id = $id;
12931
+	$this->id = $id;
12932 12932
   }
12933 12933
   public function getId()
12934 12934
   {
12935
-    return $this->id;
12935
+	return $this->id;
12936 12936
   }
12937 12937
   public function setIkeNetworks($ikeNetworks)
12938 12938
   {
12939
-    $this->ikeNetworks = $ikeNetworks;
12939
+	$this->ikeNetworks = $ikeNetworks;
12940 12940
   }
12941 12941
   public function getIkeNetworks()
12942 12942
   {
12943
-    return $this->ikeNetworks;
12943
+	return $this->ikeNetworks;
12944 12944
   }
12945 12945
   public function setIkeVersion($ikeVersion)
12946 12946
   {
12947
-    $this->ikeVersion = $ikeVersion;
12947
+	$this->ikeVersion = $ikeVersion;
12948 12948
   }
12949 12949
   public function getIkeVersion()
12950 12950
   {
12951
-    return $this->ikeVersion;
12951
+	return $this->ikeVersion;
12952 12952
   }
12953 12953
   public function setKind($kind)
12954 12954
   {
12955
-    $this->kind = $kind;
12955
+	$this->kind = $kind;
12956 12956
   }
12957 12957
   public function getKind()
12958 12958
   {
12959
-    return $this->kind;
12959
+	return $this->kind;
12960 12960
   }
12961 12961
   public function setName($name)
12962 12962
   {
12963
-    $this->name = $name;
12963
+	$this->name = $name;
12964 12964
   }
12965 12965
   public function getName()
12966 12966
   {
12967
-    return $this->name;
12967
+	return $this->name;
12968 12968
   }
12969 12969
   public function setPeerIp($peerIp)
12970 12970
   {
12971
-    $this->peerIp = $peerIp;
12971
+	$this->peerIp = $peerIp;
12972 12972
   }
12973 12973
   public function getPeerIp()
12974 12974
   {
12975
-    return $this->peerIp;
12975
+	return $this->peerIp;
12976 12976
   }
12977 12977
   public function setRegion($region)
12978 12978
   {
12979
-    $this->region = $region;
12979
+	$this->region = $region;
12980 12980
   }
12981 12981
   public function getRegion()
12982 12982
   {
12983
-    return $this->region;
12983
+	return $this->region;
12984 12984
   }
12985 12985
   public function setSelfLink($selfLink)
12986 12986
   {
12987
-    $this->selfLink = $selfLink;
12987
+	$this->selfLink = $selfLink;
12988 12988
   }
12989 12989
   public function getSelfLink()
12990 12990
   {
12991
-    return $this->selfLink;
12991
+	return $this->selfLink;
12992 12992
   }
12993 12993
   public function setSharedSecret($sharedSecret)
12994 12994
   {
12995
-    $this->sharedSecret = $sharedSecret;
12995
+	$this->sharedSecret = $sharedSecret;
12996 12996
   }
12997 12997
   public function getSharedSecret()
12998 12998
   {
12999
-    return $this->sharedSecret;
12999
+	return $this->sharedSecret;
13000 13000
   }
13001 13001
   public function setSharedSecretHash($sharedSecretHash)
13002 13002
   {
13003
-    $this->sharedSecretHash = $sharedSecretHash;
13003
+	$this->sharedSecretHash = $sharedSecretHash;
13004 13004
   }
13005 13005
   public function getSharedSecretHash()
13006 13006
   {
13007
-    return $this->sharedSecretHash;
13007
+	return $this->sharedSecretHash;
13008 13008
   }
13009 13009
   public function setStatus($status)
13010 13010
   {
13011
-    $this->status = $status;
13011
+	$this->status = $status;
13012 13012
   }
13013 13013
   public function getStatus()
13014 13014
   {
13015
-    return $this->status;
13015
+	return $this->status;
13016 13016
   }
13017 13017
   public function setTargetVpnGateway($targetVpnGateway)
13018 13018
   {
13019
-    $this->targetVpnGateway = $targetVpnGateway;
13019
+	$this->targetVpnGateway = $targetVpnGateway;
13020 13020
   }
13021 13021
   public function getTargetVpnGateway()
13022 13022
   {
13023
-    return $this->targetVpnGateway;
13023
+	return $this->targetVpnGateway;
13024 13024
   }
13025 13025
 }
13026 13026
 
@@ -13038,43 +13038,43 @@  discard block
 block discarded – undo
13038 13038
 
13039 13039
   public function setId($id)
13040 13040
   {
13041
-    $this->id = $id;
13041
+	$this->id = $id;
13042 13042
   }
13043 13043
   public function getId()
13044 13044
   {
13045
-    return $this->id;
13045
+	return $this->id;
13046 13046
   }
13047 13047
   public function setItems($items)
13048 13048
   {
13049
-    $this->items = $items;
13049
+	$this->items = $items;
13050 13050
   }
13051 13051
   public function getItems()
13052 13052
   {
13053
-    return $this->items;
13053
+	return $this->items;
13054 13054
   }
13055 13055
   public function setKind($kind)
13056 13056
   {
13057
-    $this->kind = $kind;
13057
+	$this->kind = $kind;
13058 13058
   }
13059 13059
   public function getKind()
13060 13060
   {
13061
-    return $this->kind;
13061
+	return $this->kind;
13062 13062
   }
13063 13063
   public function setNextPageToken($nextPageToken)
13064 13064
   {
13065
-    $this->nextPageToken = $nextPageToken;
13065
+	$this->nextPageToken = $nextPageToken;
13066 13066
   }
13067 13067
   public function getNextPageToken()
13068 13068
   {
13069
-    return $this->nextPageToken;
13069
+	return $this->nextPageToken;
13070 13070
   }
13071 13071
   public function setSelfLink($selfLink)
13072 13072
   {
13073
-    $this->selfLink = $selfLink;
13073
+	$this->selfLink = $selfLink;
13074 13074
   }
13075 13075
   public function getSelfLink()
13076 13076
   {
13077
-    return $this->selfLink;
13077
+	return $this->selfLink;
13078 13078
   }
13079 13079
 }
13080 13080
 
@@ -13097,43 +13097,43 @@  discard block
 block discarded – undo
13097 13097
 
13098 13098
   public function setId($id)
13099 13099
   {
13100
-    $this->id = $id;
13100
+	$this->id = $id;
13101 13101
   }
13102 13102
   public function getId()
13103 13103
   {
13104
-    return $this->id;
13104
+	return $this->id;
13105 13105
   }
13106 13106
   public function setItems($items)
13107 13107
   {
13108
-    $this->items = $items;
13108
+	$this->items = $items;
13109 13109
   }
13110 13110
   public function getItems()
13111 13111
   {
13112
-    return $this->items;
13112
+	return $this->items;
13113 13113
   }
13114 13114
   public function setKind($kind)
13115 13115
   {
13116
-    $this->kind = $kind;
13116
+	$this->kind = $kind;
13117 13117
   }
13118 13118
   public function getKind()
13119 13119
   {
13120
-    return $this->kind;
13120
+	return $this->kind;
13121 13121
   }
13122 13122
   public function setNextPageToken($nextPageToken)
13123 13123
   {
13124
-    $this->nextPageToken = $nextPageToken;
13124
+	$this->nextPageToken = $nextPageToken;
13125 13125
   }
13126 13126
   public function getNextPageToken()
13127 13127
   {
13128
-    return $this->nextPageToken;
13128
+	return $this->nextPageToken;
13129 13129
   }
13130 13130
   public function setSelfLink($selfLink)
13131 13131
   {
13132
-    $this->selfLink = $selfLink;
13132
+	$this->selfLink = $selfLink;
13133 13133
   }
13134 13134
   public function getSelfLink()
13135 13135
   {
13136
-    return $this->selfLink;
13136
+	return $this->selfLink;
13137 13137
   }
13138 13138
 }
13139 13139
 
@@ -13150,19 +13150,19 @@  discard block
 block discarded – undo
13150 13150
 
13151 13151
   public function setVpnTunnels($vpnTunnels)
13152 13152
   {
13153
-    $this->vpnTunnels = $vpnTunnels;
13153
+	$this->vpnTunnels = $vpnTunnels;
13154 13154
   }
13155 13155
   public function getVpnTunnels()
13156 13156
   {
13157
-    return $this->vpnTunnels;
13157
+	return $this->vpnTunnels;
13158 13158
   }
13159 13159
   public function setWarning(Google_Service_Compute_VpnTunnelsScopedListWarning $warning)
13160 13160
   {
13161
-    $this->warning = $warning;
13161
+	$this->warning = $warning;
13162 13162
   }
13163 13163
   public function getWarning()
13164 13164
   {
13165
-    return $this->warning;
13165
+	return $this->warning;
13166 13166
   }
13167 13167
 }
13168 13168
 
@@ -13179,27 +13179,27 @@  discard block
 block discarded – undo
13179 13179
 
13180 13180
   public function setCode($code)
13181 13181
   {
13182
-    $this->code = $code;
13182
+	$this->code = $code;
13183 13183
   }
13184 13184
   public function getCode()
13185 13185
   {
13186
-    return $this->code;
13186
+	return $this->code;
13187 13187
   }
13188 13188
   public function setData($data)
13189 13189
   {
13190
-    $this->data = $data;
13190
+	$this->data = $data;
13191 13191
   }
13192 13192
   public function getData()
13193 13193
   {
13194
-    return $this->data;
13194
+	return $this->data;
13195 13195
   }
13196 13196
   public function setMessage($message)
13197 13197
   {
13198
-    $this->message = $message;
13198
+	$this->message = $message;
13199 13199
   }
13200 13200
   public function getMessage()
13201 13201
   {
13202
-    return $this->message;
13202
+	return $this->message;
13203 13203
   }
13204 13204
 }
13205 13205
 
@@ -13213,19 +13213,19 @@  discard block
 block discarded – undo
13213 13213
 
13214 13214
   public function setKey($key)
13215 13215
   {
13216
-    $this->key = $key;
13216
+	$this->key = $key;
13217 13217
   }
13218 13218
   public function getKey()
13219 13219
   {
13220
-    return $this->key;
13220
+	return $this->key;
13221 13221
   }
13222 13222
   public function setValue($value)
13223 13223
   {
13224
-    $this->value = $value;
13224
+	$this->value = $value;
13225 13225
   }
13226 13226
   public function getValue()
13227 13227
   {
13228
-    return $this->value;
13228
+	return $this->value;
13229 13229
   }
13230 13230
 }
13231 13231
 
@@ -13250,83 +13250,83 @@  discard block
 block discarded – undo
13250 13250
 
13251 13251
   public function setCreationTimestamp($creationTimestamp)
13252 13252
   {
13253
-    $this->creationTimestamp = $creationTimestamp;
13253
+	$this->creationTimestamp = $creationTimestamp;
13254 13254
   }
13255 13255
   public function getCreationTimestamp()
13256 13256
   {
13257
-    return $this->creationTimestamp;
13257
+	return $this->creationTimestamp;
13258 13258
   }
13259 13259
   public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
13260 13260
   {
13261
-    $this->deprecated = $deprecated;
13261
+	$this->deprecated = $deprecated;
13262 13262
   }
13263 13263
   public function getDeprecated()
13264 13264
   {
13265
-    return $this->deprecated;
13265
+	return $this->deprecated;
13266 13266
   }
13267 13267
   public function setDescription($description)
13268 13268
   {
13269
-    $this->description = $description;
13269
+	$this->description = $description;
13270 13270
   }
13271 13271
   public function getDescription()
13272 13272
   {
13273
-    return $this->description;
13273
+	return $this->description;
13274 13274
   }
13275 13275
   public function setId($id)
13276 13276
   {
13277
-    $this->id = $id;
13277
+	$this->id = $id;
13278 13278
   }
13279 13279
   public function getId()
13280 13280
   {
13281
-    return $this->id;
13281
+	return $this->id;
13282 13282
   }
13283 13283
   public function setKind($kind)
13284 13284
   {
13285
-    $this->kind = $kind;
13285
+	$this->kind = $kind;
13286 13286
   }
13287 13287
   public function getKind()
13288 13288
   {
13289
-    return $this->kind;
13289
+	return $this->kind;
13290 13290
   }
13291 13291
   public function setMaintenanceWindows($maintenanceWindows)
13292 13292
   {
13293
-    $this->maintenanceWindows = $maintenanceWindows;
13293
+	$this->maintenanceWindows = $maintenanceWindows;
13294 13294
   }
13295 13295
   public function getMaintenanceWindows()
13296 13296
   {
13297
-    return $this->maintenanceWindows;
13297
+	return $this->maintenanceWindows;
13298 13298
   }
13299 13299
   public function setName($name)
13300 13300
   {
13301
-    $this->name = $name;
13301
+	$this->name = $name;
13302 13302
   }
13303 13303
   public function getName()
13304 13304
   {
13305
-    return $this->name;
13305
+	return $this->name;
13306 13306
   }
13307 13307
   public function setRegion($region)
13308 13308
   {
13309
-    $this->region = $region;
13309
+	$this->region = $region;
13310 13310
   }
13311 13311
   public function getRegion()
13312 13312
   {
13313
-    return $this->region;
13313
+	return $this->region;
13314 13314
   }
13315 13315
   public function setSelfLink($selfLink)
13316 13316
   {
13317
-    $this->selfLink = $selfLink;
13317
+	$this->selfLink = $selfLink;
13318 13318
   }
13319 13319
   public function getSelfLink()
13320 13320
   {
13321
-    return $this->selfLink;
13321
+	return $this->selfLink;
13322 13322
   }
13323 13323
   public function setStatus($status)
13324 13324
   {
13325
-    $this->status = $status;
13325
+	$this->status = $status;
13326 13326
   }
13327 13327
   public function getStatus()
13328 13328
   {
13329
-    return $this->status;
13329
+	return $this->status;
13330 13330
   }
13331 13331
 }
13332 13332
 
@@ -13345,43 +13345,43 @@  discard block
 block discarded – undo
13345 13345
 
13346 13346
   public function setId($id)
13347 13347
   {
13348
-    $this->id = $id;
13348
+	$this->id = $id;
13349 13349
   }
13350 13350
   public function getId()
13351 13351
   {
13352
-    return $this->id;
13352
+	return $this->id;
13353 13353
   }
13354 13354
   public function setItems($items)
13355 13355
   {
13356
-    $this->items = $items;
13356
+	$this->items = $items;
13357 13357
   }
13358 13358
   public function getItems()
13359 13359
   {
13360
-    return $this->items;
13360
+	return $this->items;
13361 13361
   }
13362 13362
   public function setKind($kind)
13363 13363
   {
13364
-    $this->kind = $kind;
13364
+	$this->kind = $kind;
13365 13365
   }
13366 13366
   public function getKind()
13367 13367
   {
13368
-    return $this->kind;
13368
+	return $this->kind;
13369 13369
   }
13370 13370
   public function setNextPageToken($nextPageToken)
13371 13371
   {
13372
-    $this->nextPageToken = $nextPageToken;
13372
+	$this->nextPageToken = $nextPageToken;
13373 13373
   }
13374 13374
   public function getNextPageToken()
13375 13375
   {
13376
-    return $this->nextPageToken;
13376
+	return $this->nextPageToken;
13377 13377
   }
13378 13378
   public function setSelfLink($selfLink)
13379 13379
   {
13380
-    $this->selfLink = $selfLink;
13380
+	$this->selfLink = $selfLink;
13381 13381
   }
13382 13382
   public function getSelfLink()
13383 13383
   {
13384
-    return $this->selfLink;
13384
+	return $this->selfLink;
13385 13385
   }
13386 13386
 }
13387 13387
 
@@ -13397,34 +13397,34 @@  discard block
 block discarded – undo
13397 13397
 
13398 13398
   public function setBeginTime($beginTime)
13399 13399
   {
13400
-    $this->beginTime = $beginTime;
13400
+	$this->beginTime = $beginTime;
13401 13401
   }
13402 13402
   public function getBeginTime()
13403 13403
   {
13404
-    return $this->beginTime;
13404
+	return $this->beginTime;
13405 13405
   }
13406 13406
   public function setDescription($description)
13407 13407
   {
13408
-    $this->description = $description;
13408
+	$this->description = $description;
13409 13409
   }
13410 13410
   public function getDescription()
13411 13411
   {
13412
-    return $this->description;
13412
+	return $this->description;
13413 13413
   }
13414 13414
   public function setEndTime($endTime)
13415 13415
   {
13416
-    $this->endTime = $endTime;
13416
+	$this->endTime = $endTime;
13417 13417
   }
13418 13418
   public function getEndTime()
13419 13419
   {
13420
-    return $this->endTime;
13420
+	return $this->endTime;
13421 13421
   }
13422 13422
   public function setName($name)
13423 13423
   {
13424
-    $this->name = $name;
13424
+	$this->name = $name;
13425 13425
   }
13426 13426
   public function getName()
13427 13427
   {
13428
-    return $this->name;
13428
+	return $this->name;
13429 13429
   }
13430 13430
 }
Please login to merge, or discard this patch.
Spacing   +117 added lines, -117 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
                   'type' => 'integer',
122 122
                 ),
123 123
               ),
124
-            ),'delete' => array(
124
+            ), 'delete' => array(
125 125
               'path' => '{project}/regions/{region}/addresses/{address}',
126 126
               'httpMethod' => 'DELETE',
127 127
               'parameters' => array(
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
                   'required' => true,
142 142
                 ),
143 143
               ),
144
-            ),'get' => array(
144
+            ), 'get' => array(
145 145
               'path' => '{project}/regions/{region}/addresses/{address}',
146 146
               'httpMethod' => 'GET',
147 147
               'parameters' => array(
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
                   'required' => true,
162 162
                 ),
163 163
               ),
164
-            ),'insert' => array(
164
+            ), 'insert' => array(
165 165
               'path' => '{project}/regions/{region}/addresses',
166 166
               'httpMethod' => 'POST',
167 167
               'parameters' => array(
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
                   'required' => true,
177 177
                 ),
178 178
               ),
179
-            ),'list' => array(
179
+            ), 'list' => array(
180 180
               'path' => '{project}/regions/{region}/addresses',
181 181
               'httpMethod' => 'GET',
182 182
               'parameters' => array(
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
                   'required' => true,
229 229
                 ),
230 230
               ),
231
-            ),'get' => array(
231
+            ), 'get' => array(
232 232
               'path' => '{project}/global/backendServices/{backendService}',
233 233
               'httpMethod' => 'GET',
234 234
               'parameters' => array(
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
                   'required' => true,
244 244
                 ),
245 245
               ),
246
-            ),'getHealth' => array(
246
+            ), 'getHealth' => array(
247 247
               'path' => '{project}/global/backendServices/{backendService}/getHealth',
248 248
               'httpMethod' => 'POST',
249 249
               'parameters' => array(
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
                   'required' => true,
259 259
                 ),
260 260
               ),
261
-            ),'insert' => array(
261
+            ), 'insert' => array(
262 262
               'path' => '{project}/global/backendServices',
263 263
               'httpMethod' => 'POST',
264 264
               'parameters' => array(
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
                   'required' => true,
269 269
                 ),
270 270
               ),
271
-            ),'list' => array(
271
+            ), 'list' => array(
272 272
               'path' => '{project}/global/backendServices',
273 273
               'httpMethod' => 'GET',
274 274
               'parameters' => array(
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
                   'type' => 'integer',
291 291
                 ),
292 292
               ),
293
-            ),'patch' => array(
293
+            ), 'patch' => array(
294 294
               'path' => '{project}/global/backendServices/{backendService}',
295 295
               'httpMethod' => 'PATCH',
296 296
               'parameters' => array(
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
                   'required' => true,
306 306
                 ),
307 307
               ),
308
-            ),'update' => array(
308
+            ), 'update' => array(
309 309
               'path' => '{project}/global/backendServices/{backendService}',
310 310
               'httpMethod' => 'PUT',
311 311
               'parameters' => array(
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
                   'type' => 'integer',
353 353
                 ),
354 354
               ),
355
-            ),'get' => array(
355
+            ), 'get' => array(
356 356
               'path' => '{project}/zones/{zone}/diskTypes/{diskType}',
357 357
               'httpMethod' => 'GET',
358 358
               'parameters' => array(
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
                   'required' => true,
373 373
                 ),
374 374
               ),
375
-            ),'list' => array(
375
+            ), 'list' => array(
376 376
               'path' => '{project}/zones/{zone}/diskTypes',
377 377
               'httpMethod' => 'GET',
378 378
               'parameters' => array(
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
                   'type' => 'integer',
432 432
                 ),
433 433
               ),
434
-            ),'createSnapshot' => array(
434
+            ), 'createSnapshot' => array(
435 435
               'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot',
436 436
               'httpMethod' => 'POST',
437 437
               'parameters' => array(
@@ -451,7 +451,7 @@  discard block
 block discarded – undo
451 451
                   'required' => true,
452 452
                 ),
453 453
               ),
454
-            ),'delete' => array(
454
+            ), 'delete' => array(
455 455
               'path' => '{project}/zones/{zone}/disks/{disk}',
456 456
               'httpMethod' => 'DELETE',
457 457
               'parameters' => array(
@@ -471,7 +471,7 @@  discard block
 block discarded – undo
471 471
                   'required' => true,
472 472
                 ),
473 473
               ),
474
-            ),'get' => array(
474
+            ), 'get' => array(
475 475
               'path' => '{project}/zones/{zone}/disks/{disk}',
476 476
               'httpMethod' => 'GET',
477 477
               'parameters' => array(
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
                   'required' => true,
492 492
                 ),
493 493
               ),
494
-            ),'insert' => array(
494
+            ), 'insert' => array(
495 495
               'path' => '{project}/zones/{zone}/disks',
496 496
               'httpMethod' => 'POST',
497 497
               'parameters' => array(
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
                   'type' => 'string',
511 511
                 ),
512 512
               ),
513
-            ),'list' => array(
513
+            ), 'list' => array(
514 514
               'path' => '{project}/zones/{zone}/disks',
515 515
               'httpMethod' => 'GET',
516 516
               'parameters' => array(
@@ -562,7 +562,7 @@  discard block
 block discarded – undo
562 562
                   'required' => true,
563 563
                 ),
564 564
               ),
565
-            ),'get' => array(
565
+            ), 'get' => array(
566 566
               'path' => '{project}/global/firewalls/{firewall}',
567 567
               'httpMethod' => 'GET',
568 568
               'parameters' => array(
@@ -577,7 +577,7 @@  discard block
 block discarded – undo
577 577
                   'required' => true,
578 578
                 ),
579 579
               ),
580
-            ),'insert' => array(
580
+            ), 'insert' => array(
581 581
               'path' => '{project}/global/firewalls',
582 582
               'httpMethod' => 'POST',
583 583
               'parameters' => array(
@@ -587,7 +587,7 @@  discard block
 block discarded – undo
587 587
                   'required' => true,
588 588
                 ),
589 589
               ),
590
-            ),'list' => array(
590
+            ), 'list' => array(
591 591
               'path' => '{project}/global/firewalls',
592 592
               'httpMethod' => 'GET',
593 593
               'parameters' => array(
@@ -609,7 +609,7 @@  discard block
 block discarded – undo
609 609
                   'type' => 'integer',
610 610
                 ),
611 611
               ),
612
-            ),'patch' => array(
612
+            ), 'patch' => array(
613 613
               'path' => '{project}/global/firewalls/{firewall}',
614 614
               'httpMethod' => 'PATCH',
615 615
               'parameters' => array(
@@ -624,7 +624,7 @@  discard block
 block discarded – undo
624 624
                   'required' => true,
625 625
                 ),
626 626
               ),
627
-            ),'update' => array(
627
+            ), 'update' => array(
628 628
               'path' => '{project}/global/firewalls/{firewall}',
629 629
               'httpMethod' => 'PUT',
630 630
               'parameters' => array(
@@ -671,7 +671,7 @@  discard block
 block discarded – undo
671 671
                   'type' => 'integer',
672 672
                 ),
673 673
               ),
674
-            ),'delete' => array(
674
+            ), 'delete' => array(
675 675
               'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
676 676
               'httpMethod' => 'DELETE',
677 677
               'parameters' => array(
@@ -691,7 +691,7 @@  discard block
 block discarded – undo
691 691
                   'required' => true,
692 692
                 ),
693 693
               ),
694
-            ),'get' => array(
694
+            ), 'get' => array(
695 695
               'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}',
696 696
               'httpMethod' => 'GET',
697 697
               'parameters' => array(
@@ -711,7 +711,7 @@  discard block
 block discarded – undo
711 711
                   'required' => true,
712 712
                 ),
713 713
               ),
714
-            ),'insert' => array(
714
+            ), 'insert' => array(
715 715
               'path' => '{project}/regions/{region}/forwardingRules',
716 716
               'httpMethod' => 'POST',
717 717
               'parameters' => array(
@@ -726,7 +726,7 @@  discard block
 block discarded – undo
726 726
                   'required' => true,
727 727
                 ),
728 728
               ),
729
-            ),'list' => array(
729
+            ), 'list' => array(
730 730
               'path' => '{project}/regions/{region}/forwardingRules',
731 731
               'httpMethod' => 'GET',
732 732
               'parameters' => array(
@@ -753,7 +753,7 @@  discard block
 block discarded – undo
753 753
                   'type' => 'integer',
754 754
                 ),
755 755
               ),
756
-            ),'setTarget' => array(
756
+            ), 'setTarget' => array(
757 757
               'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget',
758 758
               'httpMethod' => 'POST',
759 759
               'parameters' => array(
@@ -798,7 +798,7 @@  discard block
 block discarded – undo
798 798
                   'required' => true,
799 799
                 ),
800 800
               ),
801
-            ),'get' => array(
801
+            ), 'get' => array(
802 802
               'path' => '{project}/global/addresses/{address}',
803 803
               'httpMethod' => 'GET',
804 804
               'parameters' => array(
@@ -813,7 +813,7 @@  discard block
 block discarded – undo
813 813
                   'required' => true,
814 814
                 ),
815 815
               ),
816
-            ),'insert' => array(
816
+            ), 'insert' => array(
817 817
               'path' => '{project}/global/addresses',
818 818
               'httpMethod' => 'POST',
819 819
               'parameters' => array(
@@ -823,7 +823,7 @@  discard block
 block discarded – undo
823 823
                   'required' => true,
824 824
                 ),
825 825
               ),
826
-            ),'list' => array(
826
+            ), 'list' => array(
827 827
               'path' => '{project}/global/addresses',
828 828
               'httpMethod' => 'GET',
829 829
               'parameters' => array(
@@ -870,7 +870,7 @@  discard block
 block discarded – undo
870 870
                   'required' => true,
871 871
                 ),
872 872
               ),
873
-            ),'get' => array(
873
+            ), 'get' => array(
874 874
               'path' => '{project}/global/forwardingRules/{forwardingRule}',
875 875
               'httpMethod' => 'GET',
876 876
               'parameters' => array(
@@ -885,7 +885,7 @@  discard block
 block discarded – undo
885 885
                   'required' => true,
886 886
                 ),
887 887
               ),
888
-            ),'insert' => array(
888
+            ), 'insert' => array(
889 889
               'path' => '{project}/global/forwardingRules',
890 890
               'httpMethod' => 'POST',
891 891
               'parameters' => array(
@@ -895,7 +895,7 @@  discard block
 block discarded – undo
895 895
                   'required' => true,
896 896
                 ),
897 897
               ),
898
-            ),'list' => array(
898
+            ), 'list' => array(
899 899
               'path' => '{project}/global/forwardingRules',
900 900
               'httpMethod' => 'GET',
901 901
               'parameters' => array(
@@ -917,7 +917,7 @@  discard block
 block discarded – undo
917 917
                   'type' => 'integer',
918 918
                 ),
919 919
               ),
920
-            ),'setTarget' => array(
920
+            ), 'setTarget' => array(
921 921
               'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget',
922 922
               'httpMethod' => 'POST',
923 923
               'parameters' => array(
@@ -964,7 +964,7 @@  discard block
 block discarded – undo
964 964
                   'type' => 'integer',
965 965
                 ),
966 966
               ),
967
-            ),'delete' => array(
967
+            ), 'delete' => array(
968 968
               'path' => '{project}/global/operations/{operation}',
969 969
               'httpMethod' => 'DELETE',
970 970
               'parameters' => array(
@@ -979,7 +979,7 @@  discard block
 block discarded – undo
979 979
                   'required' => true,
980 980
                 ),
981 981
               ),
982
-            ),'get' => array(
982
+            ), 'get' => array(
983 983
               'path' => '{project}/global/operations/{operation}',
984 984
               'httpMethod' => 'GET',
985 985
               'parameters' => array(
@@ -994,7 +994,7 @@  discard block
 block discarded – undo
994 994
                   'required' => true,
995 995
                 ),
996 996
               ),
997
-            ),'list' => array(
997
+            ), 'list' => array(
998 998
               'path' => '{project}/global/operations',
999 999
               'httpMethod' => 'GET',
1000 1000
               'parameters' => array(
@@ -1041,7 +1041,7 @@  discard block
 block discarded – undo
1041 1041
                   'required' => true,
1042 1042
                 ),
1043 1043
               ),
1044
-            ),'get' => array(
1044
+            ), 'get' => array(
1045 1045
               'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1046 1046
               'httpMethod' => 'GET',
1047 1047
               'parameters' => array(
@@ -1056,7 +1056,7 @@  discard block
 block discarded – undo
1056 1056
                   'required' => true,
1057 1057
                 ),
1058 1058
               ),
1059
-            ),'insert' => array(
1059
+            ), 'insert' => array(
1060 1060
               'path' => '{project}/global/httpHealthChecks',
1061 1061
               'httpMethod' => 'POST',
1062 1062
               'parameters' => array(
@@ -1066,7 +1066,7 @@  discard block
 block discarded – undo
1066 1066
                   'required' => true,
1067 1067
                 ),
1068 1068
               ),
1069
-            ),'list' => array(
1069
+            ), 'list' => array(
1070 1070
               'path' => '{project}/global/httpHealthChecks',
1071 1071
               'httpMethod' => 'GET',
1072 1072
               'parameters' => array(
@@ -1088,7 +1088,7 @@  discard block
 block discarded – undo
1088 1088
                   'type' => 'integer',
1089 1089
                 ),
1090 1090
               ),
1091
-            ),'patch' => array(
1091
+            ), 'patch' => array(
1092 1092
               'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1093 1093
               'httpMethod' => 'PATCH',
1094 1094
               'parameters' => array(
@@ -1103,7 +1103,7 @@  discard block
 block discarded – undo
1103 1103
                   'required' => true,
1104 1104
                 ),
1105 1105
               ),
1106
-            ),'update' => array(
1106
+            ), 'update' => array(
1107 1107
               'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}',
1108 1108
               'httpMethod' => 'PUT',
1109 1109
               'parameters' => array(
@@ -1143,7 +1143,7 @@  discard block
 block discarded – undo
1143 1143
                   'required' => true,
1144 1144
                 ),
1145 1145
               ),
1146
-            ),'deprecate' => array(
1146
+            ), 'deprecate' => array(
1147 1147
               'path' => '{project}/global/images/{image}/deprecate',
1148 1148
               'httpMethod' => 'POST',
1149 1149
               'parameters' => array(
@@ -1158,7 +1158,7 @@  discard block
 block discarded – undo
1158 1158
                   'required' => true,
1159 1159
                 ),
1160 1160
               ),
1161
-            ),'get' => array(
1161
+            ), 'get' => array(
1162 1162
               'path' => '{project}/global/images/{image}',
1163 1163
               'httpMethod' => 'GET',
1164 1164
               'parameters' => array(
@@ -1173,7 +1173,7 @@  discard block
 block discarded – undo
1173 1173
                   'required' => true,
1174 1174
                 ),
1175 1175
               ),
1176
-            ),'insert' => array(
1176
+            ), 'insert' => array(
1177 1177
               'path' => '{project}/global/images',
1178 1178
               'httpMethod' => 'POST',
1179 1179
               'parameters' => array(
@@ -1183,7 +1183,7 @@  discard block
 block discarded – undo
1183 1183
                   'required' => true,
1184 1184
                 ),
1185 1185
               ),
1186
-            ),'list' => array(
1186
+            ), 'list' => array(
1187 1187
               'path' => '{project}/global/images',
1188 1188
               'httpMethod' => 'GET',
1189 1189
               'parameters' => array(
@@ -1230,7 +1230,7 @@  discard block
 block discarded – undo
1230 1230
                   'required' => true,
1231 1231
                 ),
1232 1232
               ),
1233
-            ),'get' => array(
1233
+            ), 'get' => array(
1234 1234
               'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
1235 1235
               'httpMethod' => 'GET',
1236 1236
               'parameters' => array(
@@ -1245,7 +1245,7 @@  discard block
 block discarded – undo
1245 1245
                   'required' => true,
1246 1246
                 ),
1247 1247
               ),
1248
-            ),'insert' => array(
1248
+            ), 'insert' => array(
1249 1249
               'path' => '{project}/global/instanceTemplates',
1250 1250
               'httpMethod' => 'POST',
1251 1251
               'parameters' => array(
@@ -1255,7 +1255,7 @@  discard block
 block discarded – undo
1255 1255
                   'required' => true,
1256 1256
                 ),
1257 1257
               ),
1258
-            ),'list' => array(
1258
+            ), 'list' => array(
1259 1259
               'path' => '{project}/global/instanceTemplates',
1260 1260
               'httpMethod' => 'GET',
1261 1261
               'parameters' => array(
@@ -1312,7 +1312,7 @@  discard block
 block discarded – undo
1312 1312
                   'required' => true,
1313 1313
                 ),
1314 1314
               ),
1315
-            ),'aggregatedList' => array(
1315
+            ), 'aggregatedList' => array(
1316 1316
               'path' => '{project}/aggregated/instances',
1317 1317
               'httpMethod' => 'GET',
1318 1318
               'parameters' => array(
@@ -1334,7 +1334,7 @@  discard block
 block discarded – undo
1334 1334
                   'type' => 'integer',
1335 1335
                 ),
1336 1336
               ),
1337
-            ),'attachDisk' => array(
1337
+            ), 'attachDisk' => array(
1338 1338
               'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk',
1339 1339
               'httpMethod' => 'POST',
1340 1340
               'parameters' => array(
@@ -1354,7 +1354,7 @@  discard block
 block discarded – undo
1354 1354
                   'required' => true,
1355 1355
                 ),
1356 1356
               ),
1357
-            ),'delete' => array(
1357
+            ), 'delete' => array(
1358 1358
               'path' => '{project}/zones/{zone}/instances/{instance}',
1359 1359
               'httpMethod' => 'DELETE',
1360 1360
               'parameters' => array(
@@ -1374,7 +1374,7 @@  discard block
 block discarded – undo
1374 1374
                   'required' => true,
1375 1375
                 ),
1376 1376
               ),
1377
-            ),'deleteAccessConfig' => array(
1377
+            ), 'deleteAccessConfig' => array(
1378 1378
               'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig',
1379 1379
               'httpMethod' => 'POST',
1380 1380
               'parameters' => array(
@@ -1404,7 +1404,7 @@  discard block
 block discarded – undo
1404 1404
                   'required' => true,
1405 1405
                 ),
1406 1406
               ),
1407
-            ),'detachDisk' => array(
1407
+            ), 'detachDisk' => array(
1408 1408
               'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk',
1409 1409
               'httpMethod' => 'POST',
1410 1410
               'parameters' => array(
@@ -1429,7 +1429,7 @@  discard block
 block discarded – undo
1429 1429
                   'required' => true,
1430 1430
                 ),
1431 1431
               ),
1432
-            ),'get' => array(
1432
+            ), 'get' => array(
1433 1433
               'path' => '{project}/zones/{zone}/instances/{instance}',
1434 1434
               'httpMethod' => 'GET',
1435 1435
               'parameters' => array(
@@ -1449,7 +1449,7 @@  discard block
 block discarded – undo
1449 1449
                   'required' => true,
1450 1450
                 ),
1451 1451
               ),
1452
-            ),'getSerialPortOutput' => array(
1452
+            ), 'getSerialPortOutput' => array(
1453 1453
               'path' => '{project}/zones/{zone}/instances/{instance}/serialPort',
1454 1454
               'httpMethod' => 'GET',
1455 1455
               'parameters' => array(
@@ -1473,7 +1473,7 @@  discard block
 block discarded – undo
1473 1473
                   'type' => 'integer',
1474 1474
                 ),
1475 1475
               ),
1476
-            ),'insert' => array(
1476
+            ), 'insert' => array(
1477 1477
               'path' => '{project}/zones/{zone}/instances',
1478 1478
               'httpMethod' => 'POST',
1479 1479
               'parameters' => array(
@@ -1488,7 +1488,7 @@  discard block
 block discarded – undo
1488 1488
                   'required' => true,
1489 1489
                 ),
1490 1490
               ),
1491
-            ),'list' => array(
1491
+            ), 'list' => array(
1492 1492
               'path' => '{project}/zones/{zone}/instances',
1493 1493
               'httpMethod' => 'GET',
1494 1494
               'parameters' => array(
@@ -1515,7 +1515,7 @@  discard block
 block discarded – undo
1515 1515
                   'type' => 'integer',
1516 1516
                 ),
1517 1517
               ),
1518
-            ),'reset' => array(
1518
+            ), 'reset' => array(
1519 1519
               'path' => '{project}/zones/{zone}/instances/{instance}/reset',
1520 1520
               'httpMethod' => 'POST',
1521 1521
               'parameters' => array(
@@ -1535,7 +1535,7 @@  discard block
 block discarded – undo
1535 1535
                   'required' => true,
1536 1536
                 ),
1537 1537
               ),
1538
-            ),'setDiskAutoDelete' => array(
1538
+            ), 'setDiskAutoDelete' => array(
1539 1539
               'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete',
1540 1540
               'httpMethod' => 'POST',
1541 1541
               'parameters' => array(
@@ -1565,7 +1565,7 @@  discard block
 block discarded – undo
1565 1565
                   'required' => true,
1566 1566
                 ),
1567 1567
               ),
1568
-            ),'setMetadata' => array(
1568
+            ), 'setMetadata' => array(
1569 1569
               'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata',
1570 1570
               'httpMethod' => 'POST',
1571 1571
               'parameters' => array(
@@ -1585,7 +1585,7 @@  discard block
 block discarded – undo
1585 1585
                   'required' => true,
1586 1586
                 ),
1587 1587
               ),
1588
-            ),'setScheduling' => array(
1588
+            ), 'setScheduling' => array(
1589 1589
               'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling',
1590 1590
               'httpMethod' => 'POST',
1591 1591
               'parameters' => array(
@@ -1605,7 +1605,7 @@  discard block
 block discarded – undo
1605 1605
                   'required' => true,
1606 1606
                 ),
1607 1607
               ),
1608
-            ),'setTags' => array(
1608
+            ), 'setTags' => array(
1609 1609
               'path' => '{project}/zones/{zone}/instances/{instance}/setTags',
1610 1610
               'httpMethod' => 'POST',
1611 1611
               'parameters' => array(
@@ -1625,7 +1625,7 @@  discard block
 block discarded – undo
1625 1625
                   'required' => true,
1626 1626
                 ),
1627 1627
               ),
1628
-            ),'start' => array(
1628
+            ), 'start' => array(
1629 1629
               'path' => '{project}/zones/{zone}/instances/{instance}/start',
1630 1630
               'httpMethod' => 'POST',
1631 1631
               'parameters' => array(
@@ -1645,7 +1645,7 @@  discard block
 block discarded – undo
1645 1645
                   'required' => true,
1646 1646
                 ),
1647 1647
               ),
1648
-            ),'stop' => array(
1648
+            ), 'stop' => array(
1649 1649
               'path' => '{project}/zones/{zone}/instances/{instance}/stop',
1650 1650
               'httpMethod' => 'POST',
1651 1651
               'parameters' => array(
@@ -1722,7 +1722,7 @@  discard block
 block discarded – undo
1722 1722
                   'type' => 'integer',
1723 1723
                 ),
1724 1724
               ),
1725
-            ),'get' => array(
1725
+            ), 'get' => array(
1726 1726
               'path' => '{project}/zones/{zone}/machineTypes/{machineType}',
1727 1727
               'httpMethod' => 'GET',
1728 1728
               'parameters' => array(
@@ -1742,7 +1742,7 @@  discard block
 block discarded – undo
1742 1742
                   'required' => true,
1743 1743
                 ),
1744 1744
               ),
1745
-            ),'list' => array(
1745
+            ), 'list' => array(
1746 1746
               'path' => '{project}/zones/{zone}/machineTypes',
1747 1747
               'httpMethod' => 'GET',
1748 1748
               'parameters' => array(
@@ -1794,7 +1794,7 @@  discard block
 block discarded – undo
1794 1794
                   'required' => true,
1795 1795
                 ),
1796 1796
               ),
1797
-            ),'get' => array(
1797
+            ), 'get' => array(
1798 1798
               'path' => '{project}/global/networks/{network}',
1799 1799
               'httpMethod' => 'GET',
1800 1800
               'parameters' => array(
@@ -1809,7 +1809,7 @@  discard block
 block discarded – undo
1809 1809
                   'required' => true,
1810 1810
                 ),
1811 1811
               ),
1812
-            ),'insert' => array(
1812
+            ), 'insert' => array(
1813 1813
               'path' => '{project}/global/networks',
1814 1814
               'httpMethod' => 'POST',
1815 1815
               'parameters' => array(
@@ -1819,7 +1819,7 @@  discard block
 block discarded – undo
1819 1819
                   'required' => true,
1820 1820
                 ),
1821 1821
               ),
1822
-            ),'list' => array(
1822
+            ), 'list' => array(
1823 1823
               'path' => '{project}/global/networks',
1824 1824
               'httpMethod' => 'GET',
1825 1825
               'parameters' => array(
@@ -1861,7 +1861,7 @@  discard block
 block discarded – undo
1861 1861
                   'required' => true,
1862 1862
                 ),
1863 1863
               ),
1864
-            ),'moveDisk' => array(
1864
+            ), 'moveDisk' => array(
1865 1865
               'path' => '{project}/moveDisk',
1866 1866
               'httpMethod' => 'POST',
1867 1867
               'parameters' => array(
@@ -1871,7 +1871,7 @@  discard block
 block discarded – undo
1871 1871
                   'required' => true,
1872 1872
                 ),
1873 1873
               ),
1874
-            ),'moveInstance' => array(
1874
+            ), 'moveInstance' => array(
1875 1875
               'path' => '{project}/moveInstance',
1876 1876
               'httpMethod' => 'POST',
1877 1877
               'parameters' => array(
@@ -1881,7 +1881,7 @@  discard block
 block discarded – undo
1881 1881
                   'required' => true,
1882 1882
                 ),
1883 1883
               ),
1884
-            ),'setCommonInstanceMetadata' => array(
1884
+            ), 'setCommonInstanceMetadata' => array(
1885 1885
               'path' => '{project}/setCommonInstanceMetadata',
1886 1886
               'httpMethod' => 'POST',
1887 1887
               'parameters' => array(
@@ -1891,7 +1891,7 @@  discard block
 block discarded – undo
1891 1891
                   'required' => true,
1892 1892
                 ),
1893 1893
               ),
1894
-            ),'setUsageExportBucket' => array(
1894
+            ), 'setUsageExportBucket' => array(
1895 1895
               'path' => '{project}/setUsageExportBucket',
1896 1896
               'httpMethod' => 'POST',
1897 1897
               'parameters' => array(
@@ -1931,7 +1931,7 @@  discard block
 block discarded – undo
1931 1931
                   'required' => true,
1932 1932
                 ),
1933 1933
               ),
1934
-            ),'get' => array(
1934
+            ), 'get' => array(
1935 1935
               'path' => '{project}/regions/{region}/operations/{operation}',
1936 1936
               'httpMethod' => 'GET',
1937 1937
               'parameters' => array(
@@ -1951,7 +1951,7 @@  discard block
 block discarded – undo
1951 1951
                   'required' => true,
1952 1952
                 ),
1953 1953
               ),
1954
-            ),'list' => array(
1954
+            ), 'list' => array(
1955 1955
               'path' => '{project}/regions/{region}/operations',
1956 1956
               'httpMethod' => 'GET',
1957 1957
               'parameters' => array(
@@ -2003,7 +2003,7 @@  discard block
 block discarded – undo
2003 2003
                   'required' => true,
2004 2004
                 ),
2005 2005
               ),
2006
-            ),'list' => array(
2006
+            ), 'list' => array(
2007 2007
               'path' => '{project}/regions',
2008 2008
               'httpMethod' => 'GET',
2009 2009
               'parameters' => array(
@@ -2050,7 +2050,7 @@  discard block
 block discarded – undo
2050 2050
                   'required' => true,
2051 2051
                 ),
2052 2052
               ),
2053
-            ),'get' => array(
2053
+            ), 'get' => array(
2054 2054
               'path' => '{project}/global/routes/{route}',
2055 2055
               'httpMethod' => 'GET',
2056 2056
               'parameters' => array(
@@ -2065,7 +2065,7 @@  discard block
 block discarded – undo
2065 2065
                   'required' => true,
2066 2066
                 ),
2067 2067
               ),
2068
-            ),'insert' => array(
2068
+            ), 'insert' => array(
2069 2069
               'path' => '{project}/global/routes',
2070 2070
               'httpMethod' => 'POST',
2071 2071
               'parameters' => array(
@@ -2075,7 +2075,7 @@  discard block
 block discarded – undo
2075 2075
                   'required' => true,
2076 2076
                 ),
2077 2077
               ),
2078
-            ),'list' => array(
2078
+            ), 'list' => array(
2079 2079
               'path' => '{project}/global/routes',
2080 2080
               'httpMethod' => 'GET',
2081 2081
               'parameters' => array(
@@ -2122,7 +2122,7 @@  discard block
 block discarded – undo
2122 2122
                   'required' => true,
2123 2123
                 ),
2124 2124
               ),
2125
-            ),'get' => array(
2125
+            ), 'get' => array(
2126 2126
               'path' => '{project}/global/snapshots/{snapshot}',
2127 2127
               'httpMethod' => 'GET',
2128 2128
               'parameters' => array(
@@ -2137,7 +2137,7 @@  discard block
 block discarded – undo
2137 2137
                   'required' => true,
2138 2138
                 ),
2139 2139
               ),
2140
-            ),'list' => array(
2140
+            ), 'list' => array(
2141 2141
               'path' => '{project}/global/snapshots',
2142 2142
               'httpMethod' => 'GET',
2143 2143
               'parameters' => array(
@@ -2184,7 +2184,7 @@  discard block
 block discarded – undo
2184 2184
                   'required' => true,
2185 2185
                 ),
2186 2186
               ),
2187
-            ),'get' => array(
2187
+            ), 'get' => array(
2188 2188
               'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}',
2189 2189
               'httpMethod' => 'GET',
2190 2190
               'parameters' => array(
@@ -2199,7 +2199,7 @@  discard block
 block discarded – undo
2199 2199
                   'required' => true,
2200 2200
                 ),
2201 2201
               ),
2202
-            ),'insert' => array(
2202
+            ), 'insert' => array(
2203 2203
               'path' => '{project}/global/targetHttpProxies',
2204 2204
               'httpMethod' => 'POST',
2205 2205
               'parameters' => array(
@@ -2209,7 +2209,7 @@  discard block
 block discarded – undo
2209 2209
                   'required' => true,
2210 2210
                 ),
2211 2211
               ),
2212
-            ),'list' => array(
2212
+            ), 'list' => array(
2213 2213
               'path' => '{project}/global/targetHttpProxies',
2214 2214
               'httpMethod' => 'GET',
2215 2215
               'parameters' => array(
@@ -2231,7 +2231,7 @@  discard block
 block discarded – undo
2231 2231
                   'type' => 'integer',
2232 2232
                 ),
2233 2233
               ),
2234
-            ),'setUrlMap' => array(
2234
+            ), 'setUrlMap' => array(
2235 2235
               'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap',
2236 2236
               'httpMethod' => 'POST',
2237 2237
               'parameters' => array(
@@ -2278,7 +2278,7 @@  discard block
 block discarded – undo
2278 2278
                   'type' => 'integer',
2279 2279
                 ),
2280 2280
               ),
2281
-            ),'delete' => array(
2281
+            ), 'delete' => array(
2282 2282
               'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2283 2283
               'httpMethod' => 'DELETE',
2284 2284
               'parameters' => array(
@@ -2298,7 +2298,7 @@  discard block
 block discarded – undo
2298 2298
                   'required' => true,
2299 2299
                 ),
2300 2300
               ),
2301
-            ),'get' => array(
2301
+            ), 'get' => array(
2302 2302
               'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}',
2303 2303
               'httpMethod' => 'GET',
2304 2304
               'parameters' => array(
@@ -2318,7 +2318,7 @@  discard block
 block discarded – undo
2318 2318
                   'required' => true,
2319 2319
                 ),
2320 2320
               ),
2321
-            ),'insert' => array(
2321
+            ), 'insert' => array(
2322 2322
               'path' => '{project}/zones/{zone}/targetInstances',
2323 2323
               'httpMethod' => 'POST',
2324 2324
               'parameters' => array(
@@ -2333,7 +2333,7 @@  discard block
 block discarded – undo
2333 2333
                   'required' => true,
2334 2334
                 ),
2335 2335
               ),
2336
-            ),'list' => array(
2336
+            ), 'list' => array(
2337 2337
               'path' => '{project}/zones/{zone}/targetInstances',
2338 2338
               'httpMethod' => 'GET',
2339 2339
               'parameters' => array(
@@ -2390,7 +2390,7 @@  discard block
 block discarded – undo
2390 2390
                   'required' => true,
2391 2391
                 ),
2392 2392
               ),
2393
-            ),'addInstance' => array(
2393
+            ), 'addInstance' => array(
2394 2394
               'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance',
2395 2395
               'httpMethod' => 'POST',
2396 2396
               'parameters' => array(
@@ -2410,7 +2410,7 @@  discard block
 block discarded – undo
2410 2410
                   'required' => true,
2411 2411
                 ),
2412 2412
               ),
2413
-            ),'aggregatedList' => array(
2413
+            ), 'aggregatedList' => array(
2414 2414
               'path' => '{project}/aggregated/targetPools',
2415 2415
               'httpMethod' => 'GET',
2416 2416
               'parameters' => array(
@@ -2432,7 +2432,7 @@  discard block
 block discarded – undo
2432 2432
                   'type' => 'integer',
2433 2433
                 ),
2434 2434
               ),
2435
-            ),'delete' => array(
2435
+            ), 'delete' => array(
2436 2436
               'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2437 2437
               'httpMethod' => 'DELETE',
2438 2438
               'parameters' => array(
@@ -2452,7 +2452,7 @@  discard block
 block discarded – undo
2452 2452
                   'required' => true,
2453 2453
                 ),
2454 2454
               ),
2455
-            ),'get' => array(
2455
+            ), 'get' => array(
2456 2456
               'path' => '{project}/regions/{region}/targetPools/{targetPool}',
2457 2457
               'httpMethod' => 'GET',
2458 2458
               'parameters' => array(
@@ -2472,7 +2472,7 @@  discard block
 block discarded – undo
2472 2472
                   'required' => true,
2473 2473
                 ),
2474 2474
               ),
2475
-            ),'getHealth' => array(
2475
+            ), 'getHealth' => array(
2476 2476
               'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth',
2477 2477
               'httpMethod' => 'POST',
2478 2478
               'parameters' => array(
@@ -2492,7 +2492,7 @@  discard block
 block discarded – undo
2492 2492
                   'required' => true,
2493 2493
                 ),
2494 2494
               ),
2495
-            ),'insert' => array(
2495
+            ), 'insert' => array(
2496 2496
               'path' => '{project}/regions/{region}/targetPools',
2497 2497
               'httpMethod' => 'POST',
2498 2498
               'parameters' => array(
@@ -2507,7 +2507,7 @@  discard block
 block discarded – undo
2507 2507
                   'required' => true,
2508 2508
                 ),
2509 2509
               ),
2510
-            ),'list' => array(
2510
+            ), 'list' => array(
2511 2511
               'path' => '{project}/regions/{region}/targetPools',
2512 2512
               'httpMethod' => 'GET',
2513 2513
               'parameters' => array(
@@ -2534,7 +2534,7 @@  discard block
 block discarded – undo
2534 2534
                   'type' => 'integer',
2535 2535
                 ),
2536 2536
               ),
2537
-            ),'removeHealthCheck' => array(
2537
+            ), 'removeHealthCheck' => array(
2538 2538
               'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck',
2539 2539
               'httpMethod' => 'POST',
2540 2540
               'parameters' => array(
@@ -2554,7 +2554,7 @@  discard block
 block discarded – undo
2554 2554
                   'required' => true,
2555 2555
                 ),
2556 2556
               ),
2557
-            ),'removeInstance' => array(
2557
+            ), 'removeInstance' => array(
2558 2558
               'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance',
2559 2559
               'httpMethod' => 'POST',
2560 2560
               'parameters' => array(
@@ -2574,7 +2574,7 @@  discard block
 block discarded – undo
2574 2574
                   'required' => true,
2575 2575
                 ),
2576 2576
               ),
2577
-            ),'setBackup' => array(
2577
+            ), 'setBackup' => array(
2578 2578
               'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup',
2579 2579
               'httpMethod' => 'POST',
2580 2580
               'parameters' => array(
@@ -2630,7 +2630,7 @@  discard block
 block discarded – undo
2630 2630
                   'type' => 'integer',
2631 2631
                 ),
2632 2632
               ),
2633
-            ),'delete' => array(
2633
+            ), 'delete' => array(
2634 2634
               'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2635 2635
               'httpMethod' => 'DELETE',
2636 2636
               'parameters' => array(
@@ -2650,7 +2650,7 @@  discard block
 block discarded – undo
2650 2650
                   'required' => true,
2651 2651
                 ),
2652 2652
               ),
2653
-            ),'get' => array(
2653
+            ), 'get' => array(
2654 2654
               'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
2655 2655
               'httpMethod' => 'GET',
2656 2656
               'parameters' => array(
@@ -2670,7 +2670,7 @@  discard block
 block discarded – undo
2670 2670
                   'required' => true,
2671 2671
                 ),
2672 2672
               ),
2673
-            ),'insert' => array(
2673
+            ), 'insert' => array(
2674 2674
               'path' => '{project}/regions/{region}/targetVpnGateways',
2675 2675
               'httpMethod' => 'POST',
2676 2676
               'parameters' => array(
@@ -2685,7 +2685,7 @@  discard block
 block discarded – undo
2685 2685
                   'required' => true,
2686 2686
                 ),
2687 2687
               ),
2688
-            ),'list' => array(
2688
+            ), 'list' => array(
2689 2689
               'path' => '{project}/regions/{region}/targetVpnGateways',
2690 2690
               'httpMethod' => 'GET',
2691 2691
               'parameters' => array(
@@ -2737,7 +2737,7 @@  discard block
 block discarded – undo
2737 2737
                   'required' => true,
2738 2738
                 ),
2739 2739
               ),
2740
-            ),'get' => array(
2740
+            ), 'get' => array(
2741 2741
               'path' => '{project}/global/urlMaps/{urlMap}',
2742 2742
               'httpMethod' => 'GET',
2743 2743
               'parameters' => array(
@@ -2752,7 +2752,7 @@  discard block
 block discarded – undo
2752 2752
                   'required' => true,
2753 2753
                 ),
2754 2754
               ),
2755
-            ),'insert' => array(
2755
+            ), 'insert' => array(
2756 2756
               'path' => '{project}/global/urlMaps',
2757 2757
               'httpMethod' => 'POST',
2758 2758
               'parameters' => array(
@@ -2762,7 +2762,7 @@  discard block
 block discarded – undo
2762 2762
                   'required' => true,
2763 2763
                 ),
2764 2764
               ),
2765
-            ),'list' => array(
2765
+            ), 'list' => array(
2766 2766
               'path' => '{project}/global/urlMaps',
2767 2767
               'httpMethod' => 'GET',
2768 2768
               'parameters' => array(
@@ -2784,7 +2784,7 @@  discard block
 block discarded – undo
2784 2784
                   'type' => 'integer',
2785 2785
                 ),
2786 2786
               ),
2787
-            ),'patch' => array(
2787
+            ), 'patch' => array(
2788 2788
               'path' => '{project}/global/urlMaps/{urlMap}',
2789 2789
               'httpMethod' => 'PATCH',
2790 2790
               'parameters' => array(
@@ -2799,7 +2799,7 @@  discard block
 block discarded – undo
2799 2799
                   'required' => true,
2800 2800
                 ),
2801 2801
               ),
2802
-            ),'update' => array(
2802
+            ), 'update' => array(
2803 2803
               'path' => '{project}/global/urlMaps/{urlMap}',
2804 2804
               'httpMethod' => 'PUT',
2805 2805
               'parameters' => array(
@@ -2814,7 +2814,7 @@  discard block
 block discarded – undo
2814 2814
                   'required' => true,
2815 2815
                 ),
2816 2816
               ),
2817
-            ),'validate' => array(
2817
+            ), 'validate' => array(
2818 2818
               'path' => '{project}/global/urlMaps/{urlMap}/validate',
2819 2819
               'httpMethod' => 'POST',
2820 2820
               'parameters' => array(
@@ -2861,7 +2861,7 @@  discard block
 block discarded – undo
2861 2861
                   'type' => 'integer',
2862 2862
                 ),
2863 2863
               ),
2864
-            ),'delete' => array(
2864
+            ), 'delete' => array(
2865 2865
               'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2866 2866
               'httpMethod' => 'DELETE',
2867 2867
               'parameters' => array(
@@ -2881,7 +2881,7 @@  discard block
 block discarded – undo
2881 2881
                   'required' => true,
2882 2882
                 ),
2883 2883
               ),
2884
-            ),'get' => array(
2884
+            ), 'get' => array(
2885 2885
               'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}',
2886 2886
               'httpMethod' => 'GET',
2887 2887
               'parameters' => array(
@@ -2901,7 +2901,7 @@  discard block
 block discarded – undo
2901 2901
                   'required' => true,
2902 2902
                 ),
2903 2903
               ),
2904
-            ),'insert' => array(
2904
+            ), 'insert' => array(
2905 2905
               'path' => '{project}/regions/{region}/vpnTunnels',
2906 2906
               'httpMethod' => 'POST',
2907 2907
               'parameters' => array(
@@ -2916,7 +2916,7 @@  discard block
 block discarded – undo
2916 2916
                   'required' => true,
2917 2917
                 ),
2918 2918
               ),
2919
-            ),'list' => array(
2919
+            ), 'list' => array(
2920 2920
               'path' => '{project}/regions/{region}/vpnTunnels',
2921 2921
               'httpMethod' => 'GET',
2922 2922
               'parameters' => array(
@@ -2973,7 +2973,7 @@  discard block
 block discarded – undo
2973 2973
                   'required' => true,
2974 2974
                 ),
2975 2975
               ),
2976
-            ),'get' => array(
2976
+            ), 'get' => array(
2977 2977
               'path' => '{project}/zones/{zone}/operations/{operation}',
2978 2978
               'httpMethod' => 'GET',
2979 2979
               'parameters' => array(
@@ -2993,7 +2993,7 @@  discard block
 block discarded – undo
2993 2993
                   'required' => true,
2994 2994
                 ),
2995 2995
               ),
2996
-            ),'list' => array(
2996
+            ), 'list' => array(
2997 2997
               'path' => '{project}/zones/{zone}/operations',
2998 2998
               'httpMethod' => 'GET',
2999 2999
               'parameters' => array(
@@ -3045,7 +3045,7 @@  discard block
 block discarded – undo
3045 3045
                   'required' => true,
3046 3046
                 ),
3047 3047
               ),
3048
-            ),'list' => array(
3048
+            ), 'list' => array(
3049 3049
               'path' => '{project}/zones',
3050 3050
               'httpMethod' => 'GET',
3051 3051
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Drive.php 2 patches
Indentation   +2040 added lines, -2040 removed lines patch added patch discarded remove patch
@@ -32,31 +32,31 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage the files in your Google Drive. */
34 34
   const DRIVE =
35
-      "https://www.googleapis.com/auth/drive";
35
+	  "https://www.googleapis.com/auth/drive";
36 36
   /** View and manage its own configuration data in your Google Drive. */
37 37
   const DRIVE_APPDATA =
38
-      "https://www.googleapis.com/auth/drive.appdata";
38
+	  "https://www.googleapis.com/auth/drive.appdata";
39 39
   /** View your Google Drive apps. */
40 40
   const DRIVE_APPS_READONLY =
41
-      "https://www.googleapis.com/auth/drive.apps.readonly";
41
+	  "https://www.googleapis.com/auth/drive.apps.readonly";
42 42
   /** View and manage Google Drive files and folders that you have opened or created with this app. */
43 43
   const DRIVE_FILE =
44
-      "https://www.googleapis.com/auth/drive.file";
44
+	  "https://www.googleapis.com/auth/drive.file";
45 45
   /** View and manage metadata of files in your Google Drive. */
46 46
   const DRIVE_METADATA =
47
-      "https://www.googleapis.com/auth/drive.metadata";
47
+	  "https://www.googleapis.com/auth/drive.metadata";
48 48
   /** View metadata for files in your Google Drive. */
49 49
   const DRIVE_METADATA_READONLY =
50
-      "https://www.googleapis.com/auth/drive.metadata.readonly";
50
+	  "https://www.googleapis.com/auth/drive.metadata.readonly";
51 51
   /** View the photos, videos and albums in your Google Photos. */
52 52
   const DRIVE_PHOTOS_READONLY =
53
-      "https://www.googleapis.com/auth/drive.photos.readonly";
53
+	  "https://www.googleapis.com/auth/drive.photos.readonly";
54 54
   /** View the files in your Google Drive. */
55 55
   const DRIVE_READONLY =
56
-      "https://www.googleapis.com/auth/drive.readonly";
56
+	  "https://www.googleapis.com/auth/drive.readonly";
57 57
   /** Modify your Google Apps Script scripts' behavior. */
58 58
   const DRIVE_SCRIPTS =
59
-      "https://www.googleapis.com/auth/drive.scripts";
59
+	  "https://www.googleapis.com/auth/drive.scripts";
60 60
 
61 61
   public $about;
62 62
   public $apps;
@@ -80,1241 +80,1241 @@  discard block
 block discarded – undo
80 80
    */
81 81
   public function __construct(Google_Client $client)
82 82
   {
83
-    parent::__construct($client);
84
-    $this->rootUrl = 'https://www.googleapis.com/';
85
-    $this->servicePath = 'drive/v2/';
86
-    $this->version = 'v2';
87
-    $this->serviceName = 'drive';
88
-
89
-    $this->about = new Google_Service_Drive_About_Resource(
90
-        $this,
91
-        $this->serviceName,
92
-        'about',
93
-        array(
94
-          'methods' => array(
95
-            'get' => array(
96
-              'path' => 'about',
97
-              'httpMethod' => 'GET',
98
-              'parameters' => array(
99
-                'includeSubscribed' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'boolean',
102
-                ),
103
-                'maxChangeIdCount' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                ),
107
-                'startChangeId' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'string',
110
-                ),
111
-              ),
112
-            ),
113
-          )
114
-        )
115
-    );
116
-    $this->apps = new Google_Service_Drive_Apps_Resource(
117
-        $this,
118
-        $this->serviceName,
119
-        'apps',
120
-        array(
121
-          'methods' => array(
122
-            'get' => array(
123
-              'path' => 'apps/{appId}',
124
-              'httpMethod' => 'GET',
125
-              'parameters' => array(
126
-                'appId' => array(
127
-                  'location' => 'path',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-              ),
132
-            ),'list' => array(
133
-              'path' => 'apps',
134
-              'httpMethod' => 'GET',
135
-              'parameters' => array(
136
-                'languageCode' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'string',
139
-                ),
140
-                'appFilterExtensions' => array(
141
-                  'location' => 'query',
142
-                  'type' => 'string',
143
-                ),
144
-                'appFilterMimeTypes' => array(
145
-                  'location' => 'query',
146
-                  'type' => 'string',
147
-                ),
148
-              ),
149
-            ),
150
-          )
151
-        )
152
-    );
153
-    $this->changes = new Google_Service_Drive_Changes_Resource(
154
-        $this,
155
-        $this->serviceName,
156
-        'changes',
157
-        array(
158
-          'methods' => array(
159
-            'get' => array(
160
-              'path' => 'changes/{changeId}',
161
-              'httpMethod' => 'GET',
162
-              'parameters' => array(
163
-                'changeId' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-              ),
169
-            ),'list' => array(
170
-              'path' => 'changes',
171
-              'httpMethod' => 'GET',
172
-              'parameters' => array(
173
-                'includeSubscribed' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'boolean',
176
-                ),
177
-                'includeDeleted' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'boolean',
180
-                ),
181
-                'maxResults' => array(
182
-                  'location' => 'query',
183
-                  'type' => 'integer',
184
-                ),
185
-                'pageToken' => array(
186
-                  'location' => 'query',
187
-                  'type' => 'string',
188
-                ),
189
-                'spaces' => array(
190
-                  'location' => 'query',
191
-                  'type' => 'string',
192
-                ),
193
-                'startChangeId' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-              ),
198
-            ),'watch' => array(
199
-              'path' => 'changes/watch',
200
-              'httpMethod' => 'POST',
201
-              'parameters' => array(
202
-                'includeSubscribed' => array(
203
-                  'location' => 'query',
204
-                  'type' => 'boolean',
205
-                ),
206
-                'includeDeleted' => array(
207
-                  'location' => 'query',
208
-                  'type' => 'boolean',
209
-                ),
210
-                'maxResults' => array(
211
-                  'location' => 'query',
212
-                  'type' => 'integer',
213
-                ),
214
-                'pageToken' => array(
215
-                  'location' => 'query',
216
-                  'type' => 'string',
217
-                ),
218
-                'spaces' => array(
219
-                  'location' => 'query',
220
-                  'type' => 'string',
221
-                ),
222
-                'startChangeId' => array(
223
-                  'location' => 'query',
224
-                  'type' => 'string',
225
-                ),
226
-              ),
227
-            ),
228
-          )
229
-        )
230
-    );
231
-    $this->channels = new Google_Service_Drive_Channels_Resource(
232
-        $this,
233
-        $this->serviceName,
234
-        'channels',
235
-        array(
236
-          'methods' => array(
237
-            'stop' => array(
238
-              'path' => 'channels/stop',
239
-              'httpMethod' => 'POST',
240
-              'parameters' => array(),
241
-            ),
242
-          )
243
-        )
244
-    );
245
-    $this->children = new Google_Service_Drive_Children_Resource(
246
-        $this,
247
-        $this->serviceName,
248
-        'children',
249
-        array(
250
-          'methods' => array(
251
-            'delete' => array(
252
-              'path' => 'files/{folderId}/children/{childId}',
253
-              'httpMethod' => 'DELETE',
254
-              'parameters' => array(
255
-                'folderId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'childId' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-              ),
266
-            ),'get' => array(
267
-              'path' => 'files/{folderId}/children/{childId}',
268
-              'httpMethod' => 'GET',
269
-              'parameters' => array(
270
-                'folderId' => array(
271
-                  'location' => 'path',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-                'childId' => array(
276
-                  'location' => 'path',
277
-                  'type' => 'string',
278
-                  'required' => true,
279
-                ),
280
-              ),
281
-            ),'insert' => array(
282
-              'path' => 'files/{folderId}/children',
283
-              'httpMethod' => 'POST',
284
-              'parameters' => array(
285
-                'folderId' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-              ),
291
-            ),'list' => array(
292
-              'path' => 'files/{folderId}/children',
293
-              'httpMethod' => 'GET',
294
-              'parameters' => array(
295
-                'folderId' => array(
296
-                  'location' => 'path',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-                'orderBy' => array(
301
-                  'location' => 'query',
302
-                  'type' => 'string',
303
-                ),
304
-                'pageToken' => array(
305
-                  'location' => 'query',
306
-                  'type' => 'string',
307
-                ),
308
-                'q' => array(
309
-                  'location' => 'query',
310
-                  'type' => 'string',
311
-                ),
312
-                'maxResults' => array(
313
-                  'location' => 'query',
314
-                  'type' => 'integer',
315
-                ),
316
-              ),
317
-            ),
318
-          )
319
-        )
320
-    );
321
-    $this->comments = new Google_Service_Drive_Comments_Resource(
322
-        $this,
323
-        $this->serviceName,
324
-        'comments',
325
-        array(
326
-          'methods' => array(
327
-            'delete' => array(
328
-              'path' => 'files/{fileId}/comments/{commentId}',
329
-              'httpMethod' => 'DELETE',
330
-              'parameters' => array(
331
-                'fileId' => array(
332
-                  'location' => 'path',
333
-                  'type' => 'string',
334
-                  'required' => true,
335
-                ),
336
-                'commentId' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-              ),
342
-            ),'get' => array(
343
-              'path' => 'files/{fileId}/comments/{commentId}',
344
-              'httpMethod' => 'GET',
345
-              'parameters' => array(
346
-                'fileId' => array(
347
-                  'location' => 'path',
348
-                  'type' => 'string',
349
-                  'required' => true,
350
-                ),
351
-                'commentId' => array(
352
-                  'location' => 'path',
353
-                  'type' => 'string',
354
-                  'required' => true,
355
-                ),
356
-                'includeDeleted' => array(
357
-                  'location' => 'query',
358
-                  'type' => 'boolean',
359
-                ),
360
-              ),
361
-            ),'insert' => array(
362
-              'path' => 'files/{fileId}/comments',
363
-              'httpMethod' => 'POST',
364
-              'parameters' => array(
365
-                'fileId' => array(
366
-                  'location' => 'path',
367
-                  'type' => 'string',
368
-                  'required' => true,
369
-                ),
370
-              ),
371
-            ),'list' => array(
372
-              'path' => 'files/{fileId}/comments',
373
-              'httpMethod' => 'GET',
374
-              'parameters' => array(
375
-                'fileId' => array(
376
-                  'location' => 'path',
377
-                  'type' => 'string',
378
-                  'required' => true,
379
-                ),
380
-                'pageToken' => array(
381
-                  'location' => 'query',
382
-                  'type' => 'string',
383
-                ),
384
-                'updatedMin' => array(
385
-                  'location' => 'query',
386
-                  'type' => 'string',
387
-                ),
388
-                'includeDeleted' => array(
389
-                  'location' => 'query',
390
-                  'type' => 'boolean',
391
-                ),
392
-                'maxResults' => array(
393
-                  'location' => 'query',
394
-                  'type' => 'integer',
395
-                ),
396
-              ),
397
-            ),'patch' => array(
398
-              'path' => 'files/{fileId}/comments/{commentId}',
399
-              'httpMethod' => 'PATCH',
400
-              'parameters' => array(
401
-                'fileId' => array(
402
-                  'location' => 'path',
403
-                  'type' => 'string',
404
-                  'required' => true,
405
-                ),
406
-                'commentId' => array(
407
-                  'location' => 'path',
408
-                  'type' => 'string',
409
-                  'required' => true,
410
-                ),
411
-              ),
412
-            ),'update' => array(
413
-              'path' => 'files/{fileId}/comments/{commentId}',
414
-              'httpMethod' => 'PUT',
415
-              'parameters' => array(
416
-                'fileId' => array(
417
-                  'location' => 'path',
418
-                  'type' => 'string',
419
-                  'required' => true,
420
-                ),
421
-                'commentId' => array(
422
-                  'location' => 'path',
423
-                  'type' => 'string',
424
-                  'required' => true,
425
-                ),
426
-              ),
427
-            ),
428
-          )
429
-        )
430
-    );
431
-    $this->files = new Google_Service_Drive_Files_Resource(
432
-        $this,
433
-        $this->serviceName,
434
-        'files',
435
-        array(
436
-          'methods' => array(
437
-            'copy' => array(
438
-              'path' => 'files/{fileId}/copy',
439
-              'httpMethod' => 'POST',
440
-              'parameters' => array(
441
-                'fileId' => array(
442
-                  'location' => 'path',
443
-                  'type' => 'string',
444
-                  'required' => true,
445
-                ),
446
-                'convert' => array(
447
-                  'location' => 'query',
448
-                  'type' => 'boolean',
449
-                ),
450
-                'ocrLanguage' => array(
451
-                  'location' => 'query',
452
-                  'type' => 'string',
453
-                ),
454
-                'visibility' => array(
455
-                  'location' => 'query',
456
-                  'type' => 'string',
457
-                ),
458
-                'pinned' => array(
459
-                  'location' => 'query',
460
-                  'type' => 'boolean',
461
-                ),
462
-                'ocr' => array(
463
-                  'location' => 'query',
464
-                  'type' => 'boolean',
465
-                ),
466
-                'timedTextTrackName' => array(
467
-                  'location' => 'query',
468
-                  'type' => 'string',
469
-                ),
470
-                'timedTextLanguage' => array(
471
-                  'location' => 'query',
472
-                  'type' => 'string',
473
-                ),
474
-              ),
475
-            ),'delete' => array(
476
-              'path' => 'files/{fileId}',
477
-              'httpMethod' => 'DELETE',
478
-              'parameters' => array(
479
-                'fileId' => array(
480
-                  'location' => 'path',
481
-                  'type' => 'string',
482
-                  'required' => true,
483
-                ),
484
-              ),
485
-            ),'emptyTrash' => array(
486
-              'path' => 'files/trash',
487
-              'httpMethod' => 'DELETE',
488
-              'parameters' => array(),
489
-            ),'generateIds' => array(
490
-              'path' => 'files/generateIds',
491
-              'httpMethod' => 'GET',
492
-              'parameters' => array(
493
-                'maxResults' => array(
494
-                  'location' => 'query',
495
-                  'type' => 'integer',
496
-                ),
497
-                'space' => array(
498
-                  'location' => 'query',
499
-                  'type' => 'string',
500
-                ),
501
-              ),
502
-            ),'get' => array(
503
-              'path' => 'files/{fileId}',
504
-              'httpMethod' => 'GET',
505
-              'parameters' => array(
506
-                'fileId' => array(
507
-                  'location' => 'path',
508
-                  'type' => 'string',
509
-                  'required' => true,
510
-                ),
511
-                'acknowledgeAbuse' => array(
512
-                  'location' => 'query',
513
-                  'type' => 'boolean',
514
-                ),
515
-                'updateViewedDate' => array(
516
-                  'location' => 'query',
517
-                  'type' => 'boolean',
518
-                ),
519
-                'revisionId' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'string',
522
-                ),
523
-                'projection' => array(
524
-                  'location' => 'query',
525
-                  'type' => 'string',
526
-                ),
527
-              ),
528
-            ),'insert' => array(
529
-              'path' => 'files',
530
-              'httpMethod' => 'POST',
531
-              'parameters' => array(
532
-                'convert' => array(
533
-                  'location' => 'query',
534
-                  'type' => 'boolean',
535
-                ),
536
-                'useContentAsIndexableText' => array(
537
-                  'location' => 'query',
538
-                  'type' => 'boolean',
539
-                ),
540
-                'ocrLanguage' => array(
541
-                  'location' => 'query',
542
-                  'type' => 'string',
543
-                ),
544
-                'visibility' => array(
545
-                  'location' => 'query',
546
-                  'type' => 'string',
547
-                ),
548
-                'pinned' => array(
549
-                  'location' => 'query',
550
-                  'type' => 'boolean',
551
-                ),
552
-                'ocr' => array(
553
-                  'location' => 'query',
554
-                  'type' => 'boolean',
555
-                ),
556
-                'timedTextTrackName' => array(
557
-                  'location' => 'query',
558
-                  'type' => 'string',
559
-                ),
560
-                'timedTextLanguage' => array(
561
-                  'location' => 'query',
562
-                  'type' => 'string',
563
-                ),
564
-              ),
565
-            ),'list' => array(
566
-              'path' => 'files',
567
-              'httpMethod' => 'GET',
568
-              'parameters' => array(
569
-                'orderBy' => array(
570
-                  'location' => 'query',
571
-                  'type' => 'string',
572
-                ),
573
-                'projection' => array(
574
-                  'location' => 'query',
575
-                  'type' => 'string',
576
-                ),
577
-                'maxResults' => array(
578
-                  'location' => 'query',
579
-                  'type' => 'integer',
580
-                ),
581
-                'q' => array(
582
-                  'location' => 'query',
583
-                  'type' => 'string',
584
-                ),
585
-                'pageToken' => array(
586
-                  'location' => 'query',
587
-                  'type' => 'string',
588
-                ),
589
-                'spaces' => array(
590
-                  'location' => 'query',
591
-                  'type' => 'string',
592
-                ),
593
-                'corpus' => array(
594
-                  'location' => 'query',
595
-                  'type' => 'string',
596
-                ),
597
-              ),
598
-            ),'patch' => array(
599
-              'path' => 'files/{fileId}',
600
-              'httpMethod' => 'PATCH',
601
-              'parameters' => array(
602
-                'fileId' => array(
603
-                  'location' => 'path',
604
-                  'type' => 'string',
605
-                  'required' => true,
606
-                ),
607
-                'addParents' => array(
608
-                  'location' => 'query',
609
-                  'type' => 'string',
610
-                ),
611
-                'modifiedDateBehavior' => array(
612
-                  'location' => 'query',
613
-                  'type' => 'string',
614
-                ),
615
-                'removeParents' => array(
616
-                  'location' => 'query',
617
-                  'type' => 'string',
618
-                ),
619
-                'updateViewedDate' => array(
620
-                  'location' => 'query',
621
-                  'type' => 'boolean',
622
-                ),
623
-                'setModifiedDate' => array(
624
-                  'location' => 'query',
625
-                  'type' => 'boolean',
626
-                ),
627
-                'useContentAsIndexableText' => array(
628
-                  'location' => 'query',
629
-                  'type' => 'boolean',
630
-                ),
631
-                'convert' => array(
632
-                  'location' => 'query',
633
-                  'type' => 'boolean',
634
-                ),
635
-                'ocrLanguage' => array(
636
-                  'location' => 'query',
637
-                  'type' => 'string',
638
-                ),
639
-                'pinned' => array(
640
-                  'location' => 'query',
641
-                  'type' => 'boolean',
642
-                ),
643
-                'newRevision' => array(
644
-                  'location' => 'query',
645
-                  'type' => 'boolean',
646
-                ),
647
-                'ocr' => array(
648
-                  'location' => 'query',
649
-                  'type' => 'boolean',
650
-                ),
651
-                'timedTextLanguage' => array(
652
-                  'location' => 'query',
653
-                  'type' => 'string',
654
-                ),
655
-                'timedTextTrackName' => array(
656
-                  'location' => 'query',
657
-                  'type' => 'string',
658
-                ),
659
-              ),
660
-            ),'touch' => array(
661
-              'path' => 'files/{fileId}/touch',
662
-              'httpMethod' => 'POST',
663
-              'parameters' => array(
664
-                'fileId' => array(
665
-                  'location' => 'path',
666
-                  'type' => 'string',
667
-                  'required' => true,
668
-                ),
669
-              ),
670
-            ),'trash' => array(
671
-              'path' => 'files/{fileId}/trash',
672
-              'httpMethod' => 'POST',
673
-              'parameters' => array(
674
-                'fileId' => array(
675
-                  'location' => 'path',
676
-                  'type' => 'string',
677
-                  'required' => true,
678
-                ),
679
-              ),
680
-            ),'untrash' => array(
681
-              'path' => 'files/{fileId}/untrash',
682
-              'httpMethod' => 'POST',
683
-              'parameters' => array(
684
-                'fileId' => array(
685
-                  'location' => 'path',
686
-                  'type' => 'string',
687
-                  'required' => true,
688
-                ),
689
-              ),
690
-            ),'update' => array(
691
-              'path' => 'files/{fileId}',
692
-              'httpMethod' => 'PUT',
693
-              'parameters' => array(
694
-                'fileId' => array(
695
-                  'location' => 'path',
696
-                  'type' => 'string',
697
-                  'required' => true,
698
-                ),
699
-                'addParents' => array(
700
-                  'location' => 'query',
701
-                  'type' => 'string',
702
-                ),
703
-                'modifiedDateBehavior' => array(
704
-                  'location' => 'query',
705
-                  'type' => 'string',
706
-                ),
707
-                'removeParents' => array(
708
-                  'location' => 'query',
709
-                  'type' => 'string',
710
-                ),
711
-                'updateViewedDate' => array(
712
-                  'location' => 'query',
713
-                  'type' => 'boolean',
714
-                ),
715
-                'setModifiedDate' => array(
716
-                  'location' => 'query',
717
-                  'type' => 'boolean',
718
-                ),
719
-                'useContentAsIndexableText' => array(
720
-                  'location' => 'query',
721
-                  'type' => 'boolean',
722
-                ),
723
-                'convert' => array(
724
-                  'location' => 'query',
725
-                  'type' => 'boolean',
726
-                ),
727
-                'ocrLanguage' => array(
728
-                  'location' => 'query',
729
-                  'type' => 'string',
730
-                ),
731
-                'pinned' => array(
732
-                  'location' => 'query',
733
-                  'type' => 'boolean',
734
-                ),
735
-                'newRevision' => array(
736
-                  'location' => 'query',
737
-                  'type' => 'boolean',
738
-                ),
739
-                'ocr' => array(
740
-                  'location' => 'query',
741
-                  'type' => 'boolean',
742
-                ),
743
-                'timedTextLanguage' => array(
744
-                  'location' => 'query',
745
-                  'type' => 'string',
746
-                ),
747
-                'timedTextTrackName' => array(
748
-                  'location' => 'query',
749
-                  'type' => 'string',
750
-                ),
751
-              ),
752
-            ),'watch' => array(
753
-              'path' => 'files/{fileId}/watch',
754
-              'httpMethod' => 'POST',
755
-              'parameters' => array(
756
-                'fileId' => array(
757
-                  'location' => 'path',
758
-                  'type' => 'string',
759
-                  'required' => true,
760
-                ),
761
-                'acknowledgeAbuse' => array(
762
-                  'location' => 'query',
763
-                  'type' => 'boolean',
764
-                ),
765
-                'updateViewedDate' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'boolean',
768
-                ),
769
-                'revisionId' => array(
770
-                  'location' => 'query',
771
-                  'type' => 'string',
772
-                ),
773
-                'projection' => array(
774
-                  'location' => 'query',
775
-                  'type' => 'string',
776
-                ),
777
-              ),
778
-            ),
779
-          )
780
-        )
781
-    );
782
-    $this->parents = new Google_Service_Drive_Parents_Resource(
783
-        $this,
784
-        $this->serviceName,
785
-        'parents',
786
-        array(
787
-          'methods' => array(
788
-            'delete' => array(
789
-              'path' => 'files/{fileId}/parents/{parentId}',
790
-              'httpMethod' => 'DELETE',
791
-              'parameters' => array(
792
-                'fileId' => array(
793
-                  'location' => 'path',
794
-                  'type' => 'string',
795
-                  'required' => true,
796
-                ),
797
-                'parentId' => array(
798
-                  'location' => 'path',
799
-                  'type' => 'string',
800
-                  'required' => true,
801
-                ),
802
-              ),
803
-            ),'get' => array(
804
-              'path' => 'files/{fileId}/parents/{parentId}',
805
-              'httpMethod' => 'GET',
806
-              'parameters' => array(
807
-                'fileId' => array(
808
-                  'location' => 'path',
809
-                  'type' => 'string',
810
-                  'required' => true,
811
-                ),
812
-                'parentId' => array(
813
-                  'location' => 'path',
814
-                  'type' => 'string',
815
-                  'required' => true,
816
-                ),
817
-              ),
818
-            ),'insert' => array(
819
-              'path' => 'files/{fileId}/parents',
820
-              'httpMethod' => 'POST',
821
-              'parameters' => array(
822
-                'fileId' => array(
823
-                  'location' => 'path',
824
-                  'type' => 'string',
825
-                  'required' => true,
826
-                ),
827
-              ),
828
-            ),'list' => array(
829
-              'path' => 'files/{fileId}/parents',
830
-              'httpMethod' => 'GET',
831
-              'parameters' => array(
832
-                'fileId' => array(
833
-                  'location' => 'path',
834
-                  'type' => 'string',
835
-                  'required' => true,
836
-                ),
837
-              ),
838
-            ),
839
-          )
840
-        )
841
-    );
842
-    $this->permissions = new Google_Service_Drive_Permissions_Resource(
843
-        $this,
844
-        $this->serviceName,
845
-        'permissions',
846
-        array(
847
-          'methods' => array(
848
-            'delete' => array(
849
-              'path' => 'files/{fileId}/permissions/{permissionId}',
850
-              'httpMethod' => 'DELETE',
851
-              'parameters' => array(
852
-                'fileId' => array(
853
-                  'location' => 'path',
854
-                  'type' => 'string',
855
-                  'required' => true,
856
-                ),
857
-                'permissionId' => array(
858
-                  'location' => 'path',
859
-                  'type' => 'string',
860
-                  'required' => true,
861
-                ),
862
-              ),
863
-            ),'get' => array(
864
-              'path' => 'files/{fileId}/permissions/{permissionId}',
865
-              'httpMethod' => 'GET',
866
-              'parameters' => array(
867
-                'fileId' => array(
868
-                  'location' => 'path',
869
-                  'type' => 'string',
870
-                  'required' => true,
871
-                ),
872
-                'permissionId' => array(
873
-                  'location' => 'path',
874
-                  'type' => 'string',
875
-                  'required' => true,
876
-                ),
877
-              ),
878
-            ),'getIdForEmail' => array(
879
-              'path' => 'permissionIds/{email}',
880
-              'httpMethod' => 'GET',
881
-              'parameters' => array(
882
-                'email' => array(
883
-                  'location' => 'path',
884
-                  'type' => 'string',
885
-                  'required' => true,
886
-                ),
887
-              ),
888
-            ),'insert' => array(
889
-              'path' => 'files/{fileId}/permissions',
890
-              'httpMethod' => 'POST',
891
-              'parameters' => array(
892
-                'fileId' => array(
893
-                  'location' => 'path',
894
-                  'type' => 'string',
895
-                  'required' => true,
896
-                ),
897
-                'emailMessage' => array(
898
-                  'location' => 'query',
899
-                  'type' => 'string',
900
-                ),
901
-                'sendNotificationEmails' => array(
902
-                  'location' => 'query',
903
-                  'type' => 'boolean',
904
-                ),
905
-              ),
906
-            ),'list' => array(
907
-              'path' => 'files/{fileId}/permissions',
908
-              'httpMethod' => 'GET',
909
-              'parameters' => array(
910
-                'fileId' => array(
911
-                  'location' => 'path',
912
-                  'type' => 'string',
913
-                  'required' => true,
914
-                ),
915
-              ),
916
-            ),'patch' => array(
917
-              'path' => 'files/{fileId}/permissions/{permissionId}',
918
-              'httpMethod' => 'PATCH',
919
-              'parameters' => array(
920
-                'fileId' => array(
921
-                  'location' => 'path',
922
-                  'type' => 'string',
923
-                  'required' => true,
924
-                ),
925
-                'permissionId' => array(
926
-                  'location' => 'path',
927
-                  'type' => 'string',
928
-                  'required' => true,
929
-                ),
930
-                'transferOwnership' => array(
931
-                  'location' => 'query',
932
-                  'type' => 'boolean',
933
-                ),
934
-              ),
935
-            ),'update' => array(
936
-              'path' => 'files/{fileId}/permissions/{permissionId}',
937
-              'httpMethod' => 'PUT',
938
-              'parameters' => array(
939
-                'fileId' => array(
940
-                  'location' => 'path',
941
-                  'type' => 'string',
942
-                  'required' => true,
943
-                ),
944
-                'permissionId' => array(
945
-                  'location' => 'path',
946
-                  'type' => 'string',
947
-                  'required' => true,
948
-                ),
949
-                'transferOwnership' => array(
950
-                  'location' => 'query',
951
-                  'type' => 'boolean',
952
-                ),
953
-              ),
954
-            ),
955
-          )
956
-        )
957
-    );
958
-    $this->properties = new Google_Service_Drive_Properties_Resource(
959
-        $this,
960
-        $this->serviceName,
961
-        'properties',
962
-        array(
963
-          'methods' => array(
964
-            'delete' => array(
965
-              'path' => 'files/{fileId}/properties/{propertyKey}',
966
-              'httpMethod' => 'DELETE',
967
-              'parameters' => array(
968
-                'fileId' => array(
969
-                  'location' => 'path',
970
-                  'type' => 'string',
971
-                  'required' => true,
972
-                ),
973
-                'propertyKey' => array(
974
-                  'location' => 'path',
975
-                  'type' => 'string',
976
-                  'required' => true,
977
-                ),
978
-                'visibility' => array(
979
-                  'location' => 'query',
980
-                  'type' => 'string',
981
-                ),
982
-              ),
983
-            ),'get' => array(
984
-              'path' => 'files/{fileId}/properties/{propertyKey}',
985
-              'httpMethod' => 'GET',
986
-              'parameters' => array(
987
-                'fileId' => array(
988
-                  'location' => 'path',
989
-                  'type' => 'string',
990
-                  'required' => true,
991
-                ),
992
-                'propertyKey' => array(
993
-                  'location' => 'path',
994
-                  'type' => 'string',
995
-                  'required' => true,
996
-                ),
997
-                'visibility' => array(
998
-                  'location' => 'query',
999
-                  'type' => 'string',
1000
-                ),
1001
-              ),
1002
-            ),'insert' => array(
1003
-              'path' => 'files/{fileId}/properties',
1004
-              'httpMethod' => 'POST',
1005
-              'parameters' => array(
1006
-                'fileId' => array(
1007
-                  'location' => 'path',
1008
-                  'type' => 'string',
1009
-                  'required' => true,
1010
-                ),
1011
-              ),
1012
-            ),'list' => array(
1013
-              'path' => 'files/{fileId}/properties',
1014
-              'httpMethod' => 'GET',
1015
-              'parameters' => array(
1016
-                'fileId' => array(
1017
-                  'location' => 'path',
1018
-                  'type' => 'string',
1019
-                  'required' => true,
1020
-                ),
1021
-              ),
1022
-            ),'patch' => array(
1023
-              'path' => 'files/{fileId}/properties/{propertyKey}',
1024
-              'httpMethod' => 'PATCH',
1025
-              'parameters' => array(
1026
-                'fileId' => array(
1027
-                  'location' => 'path',
1028
-                  'type' => 'string',
1029
-                  'required' => true,
1030
-                ),
1031
-                'propertyKey' => array(
1032
-                  'location' => 'path',
1033
-                  'type' => 'string',
1034
-                  'required' => true,
1035
-                ),
1036
-                'visibility' => array(
1037
-                  'location' => 'query',
1038
-                  'type' => 'string',
1039
-                ),
1040
-              ),
1041
-            ),'update' => array(
1042
-              'path' => 'files/{fileId}/properties/{propertyKey}',
1043
-              'httpMethod' => 'PUT',
1044
-              'parameters' => array(
1045
-                'fileId' => array(
1046
-                  'location' => 'path',
1047
-                  'type' => 'string',
1048
-                  'required' => true,
1049
-                ),
1050
-                'propertyKey' => array(
1051
-                  'location' => 'path',
1052
-                  'type' => 'string',
1053
-                  'required' => true,
1054
-                ),
1055
-                'visibility' => array(
1056
-                  'location' => 'query',
1057
-                  'type' => 'string',
1058
-                ),
1059
-              ),
1060
-            ),
1061
-          )
1062
-        )
1063
-    );
1064
-    $this->realtime = new Google_Service_Drive_Realtime_Resource(
1065
-        $this,
1066
-        $this->serviceName,
1067
-        'realtime',
1068
-        array(
1069
-          'methods' => array(
1070
-            'get' => array(
1071
-              'path' => 'files/{fileId}/realtime',
1072
-              'httpMethod' => 'GET',
1073
-              'parameters' => array(
1074
-                'fileId' => array(
1075
-                  'location' => 'path',
1076
-                  'type' => 'string',
1077
-                  'required' => true,
1078
-                ),
1079
-                'revision' => array(
1080
-                  'location' => 'query',
1081
-                  'type' => 'integer',
1082
-                ),
1083
-              ),
1084
-            ),'update' => array(
1085
-              'path' => 'files/{fileId}/realtime',
1086
-              'httpMethod' => 'PUT',
1087
-              'parameters' => array(
1088
-                'fileId' => array(
1089
-                  'location' => 'path',
1090
-                  'type' => 'string',
1091
-                  'required' => true,
1092
-                ),
1093
-                'baseRevision' => array(
1094
-                  'location' => 'query',
1095
-                  'type' => 'string',
1096
-                ),
1097
-              ),
1098
-            ),
1099
-          )
1100
-        )
1101
-    );
1102
-    $this->replies = new Google_Service_Drive_Replies_Resource(
1103
-        $this,
1104
-        $this->serviceName,
1105
-        'replies',
1106
-        array(
1107
-          'methods' => array(
1108
-            'delete' => array(
1109
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1110
-              'httpMethod' => 'DELETE',
1111
-              'parameters' => array(
1112
-                'fileId' => array(
1113
-                  'location' => 'path',
1114
-                  'type' => 'string',
1115
-                  'required' => true,
1116
-                ),
1117
-                'commentId' => array(
1118
-                  'location' => 'path',
1119
-                  'type' => 'string',
1120
-                  'required' => true,
1121
-                ),
1122
-                'replyId' => array(
1123
-                  'location' => 'path',
1124
-                  'type' => 'string',
1125
-                  'required' => true,
1126
-                ),
1127
-              ),
1128
-            ),'get' => array(
1129
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130
-              'httpMethod' => 'GET',
1131
-              'parameters' => array(
1132
-                'fileId' => array(
1133
-                  'location' => 'path',
1134
-                  'type' => 'string',
1135
-                  'required' => true,
1136
-                ),
1137
-                'commentId' => array(
1138
-                  'location' => 'path',
1139
-                  'type' => 'string',
1140
-                  'required' => true,
1141
-                ),
1142
-                'replyId' => array(
1143
-                  'location' => 'path',
1144
-                  'type' => 'string',
1145
-                  'required' => true,
1146
-                ),
1147
-                'includeDeleted' => array(
1148
-                  'location' => 'query',
1149
-                  'type' => 'boolean',
1150
-                ),
1151
-              ),
1152
-            ),'insert' => array(
1153
-              'path' => 'files/{fileId}/comments/{commentId}/replies',
1154
-              'httpMethod' => 'POST',
1155
-              'parameters' => array(
1156
-                'fileId' => array(
1157
-                  'location' => 'path',
1158
-                  'type' => 'string',
1159
-                  'required' => true,
1160
-                ),
1161
-                'commentId' => array(
1162
-                  'location' => 'path',
1163
-                  'type' => 'string',
1164
-                  'required' => true,
1165
-                ),
1166
-              ),
1167
-            ),'list' => array(
1168
-              'path' => 'files/{fileId}/comments/{commentId}/replies',
1169
-              'httpMethod' => 'GET',
1170
-              'parameters' => array(
1171
-                'fileId' => array(
1172
-                  'location' => 'path',
1173
-                  'type' => 'string',
1174
-                  'required' => true,
1175
-                ),
1176
-                'commentId' => array(
1177
-                  'location' => 'path',
1178
-                  'type' => 'string',
1179
-                  'required' => true,
1180
-                ),
1181
-                'pageToken' => array(
1182
-                  'location' => 'query',
1183
-                  'type' => 'string',
1184
-                ),
1185
-                'includeDeleted' => array(
1186
-                  'location' => 'query',
1187
-                  'type' => 'boolean',
1188
-                ),
1189
-                'maxResults' => array(
1190
-                  'location' => 'query',
1191
-                  'type' => 'integer',
1192
-                ),
1193
-              ),
1194
-            ),'patch' => array(
1195
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196
-              'httpMethod' => 'PATCH',
1197
-              'parameters' => array(
1198
-                'fileId' => array(
1199
-                  'location' => 'path',
1200
-                  'type' => 'string',
1201
-                  'required' => true,
1202
-                ),
1203
-                'commentId' => array(
1204
-                  'location' => 'path',
1205
-                  'type' => 'string',
1206
-                  'required' => true,
1207
-                ),
1208
-                'replyId' => array(
1209
-                  'location' => 'path',
1210
-                  'type' => 'string',
1211
-                  'required' => true,
1212
-                ),
1213
-              ),
1214
-            ),'update' => array(
1215
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216
-              'httpMethod' => 'PUT',
1217
-              'parameters' => array(
1218
-                'fileId' => array(
1219
-                  'location' => 'path',
1220
-                  'type' => 'string',
1221
-                  'required' => true,
1222
-                ),
1223
-                'commentId' => array(
1224
-                  'location' => 'path',
1225
-                  'type' => 'string',
1226
-                  'required' => true,
1227
-                ),
1228
-                'replyId' => array(
1229
-                  'location' => 'path',
1230
-                  'type' => 'string',
1231
-                  'required' => true,
1232
-                ),
1233
-              ),
1234
-            ),
1235
-          )
1236
-        )
1237
-    );
1238
-    $this->revisions = new Google_Service_Drive_Revisions_Resource(
1239
-        $this,
1240
-        $this->serviceName,
1241
-        'revisions',
1242
-        array(
1243
-          'methods' => array(
1244
-            'delete' => array(
1245
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1246
-              'httpMethod' => 'DELETE',
1247
-              'parameters' => array(
1248
-                'fileId' => array(
1249
-                  'location' => 'path',
1250
-                  'type' => 'string',
1251
-                  'required' => true,
1252
-                ),
1253
-                'revisionId' => array(
1254
-                  'location' => 'path',
1255
-                  'type' => 'string',
1256
-                  'required' => true,
1257
-                ),
1258
-              ),
1259
-            ),'get' => array(
1260
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1261
-              'httpMethod' => 'GET',
1262
-              'parameters' => array(
1263
-                'fileId' => array(
1264
-                  'location' => 'path',
1265
-                  'type' => 'string',
1266
-                  'required' => true,
1267
-                ),
1268
-                'revisionId' => array(
1269
-                  'location' => 'path',
1270
-                  'type' => 'string',
1271
-                  'required' => true,
1272
-                ),
1273
-              ),
1274
-            ),'list' => array(
1275
-              'path' => 'files/{fileId}/revisions',
1276
-              'httpMethod' => 'GET',
1277
-              'parameters' => array(
1278
-                'fileId' => array(
1279
-                  'location' => 'path',
1280
-                  'type' => 'string',
1281
-                  'required' => true,
1282
-                ),
1283
-              ),
1284
-            ),'patch' => array(
1285
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1286
-              'httpMethod' => 'PATCH',
1287
-              'parameters' => array(
1288
-                'fileId' => array(
1289
-                  'location' => 'path',
1290
-                  'type' => 'string',
1291
-                  'required' => true,
1292
-                ),
1293
-                'revisionId' => array(
1294
-                  'location' => 'path',
1295
-                  'type' => 'string',
1296
-                  'required' => true,
1297
-                ),
1298
-              ),
1299
-            ),'update' => array(
1300
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1301
-              'httpMethod' => 'PUT',
1302
-              'parameters' => array(
1303
-                'fileId' => array(
1304
-                  'location' => 'path',
1305
-                  'type' => 'string',
1306
-                  'required' => true,
1307
-                ),
1308
-                'revisionId' => array(
1309
-                  'location' => 'path',
1310
-                  'type' => 'string',
1311
-                  'required' => true,
1312
-                ),
1313
-              ),
1314
-            ),
1315
-          )
1316
-        )
1317
-    );
83
+	parent::__construct($client);
84
+	$this->rootUrl = 'https://www.googleapis.com/';
85
+	$this->servicePath = 'drive/v2/';
86
+	$this->version = 'v2';
87
+	$this->serviceName = 'drive';
88
+
89
+	$this->about = new Google_Service_Drive_About_Resource(
90
+		$this,
91
+		$this->serviceName,
92
+		'about',
93
+		array(
94
+		  'methods' => array(
95
+			'get' => array(
96
+			  'path' => 'about',
97
+			  'httpMethod' => 'GET',
98
+			  'parameters' => array(
99
+				'includeSubscribed' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'boolean',
102
+				),
103
+				'maxChangeIdCount' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				),
107
+				'startChangeId' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'string',
110
+				),
111
+			  ),
112
+			),
113
+		  )
114
+		)
115
+	);
116
+	$this->apps = new Google_Service_Drive_Apps_Resource(
117
+		$this,
118
+		$this->serviceName,
119
+		'apps',
120
+		array(
121
+		  'methods' => array(
122
+			'get' => array(
123
+			  'path' => 'apps/{appId}',
124
+			  'httpMethod' => 'GET',
125
+			  'parameters' => array(
126
+				'appId' => array(
127
+				  'location' => 'path',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+			  ),
132
+			),'list' => array(
133
+			  'path' => 'apps',
134
+			  'httpMethod' => 'GET',
135
+			  'parameters' => array(
136
+				'languageCode' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'string',
139
+				),
140
+				'appFilterExtensions' => array(
141
+				  'location' => 'query',
142
+				  'type' => 'string',
143
+				),
144
+				'appFilterMimeTypes' => array(
145
+				  'location' => 'query',
146
+				  'type' => 'string',
147
+				),
148
+			  ),
149
+			),
150
+		  )
151
+		)
152
+	);
153
+	$this->changes = new Google_Service_Drive_Changes_Resource(
154
+		$this,
155
+		$this->serviceName,
156
+		'changes',
157
+		array(
158
+		  'methods' => array(
159
+			'get' => array(
160
+			  'path' => 'changes/{changeId}',
161
+			  'httpMethod' => 'GET',
162
+			  'parameters' => array(
163
+				'changeId' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+			  ),
169
+			),'list' => array(
170
+			  'path' => 'changes',
171
+			  'httpMethod' => 'GET',
172
+			  'parameters' => array(
173
+				'includeSubscribed' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'boolean',
176
+				),
177
+				'includeDeleted' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'boolean',
180
+				),
181
+				'maxResults' => array(
182
+				  'location' => 'query',
183
+				  'type' => 'integer',
184
+				),
185
+				'pageToken' => array(
186
+				  'location' => 'query',
187
+				  'type' => 'string',
188
+				),
189
+				'spaces' => array(
190
+				  'location' => 'query',
191
+				  'type' => 'string',
192
+				),
193
+				'startChangeId' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+			  ),
198
+			),'watch' => array(
199
+			  'path' => 'changes/watch',
200
+			  'httpMethod' => 'POST',
201
+			  'parameters' => array(
202
+				'includeSubscribed' => array(
203
+				  'location' => 'query',
204
+				  'type' => 'boolean',
205
+				),
206
+				'includeDeleted' => array(
207
+				  'location' => 'query',
208
+				  'type' => 'boolean',
209
+				),
210
+				'maxResults' => array(
211
+				  'location' => 'query',
212
+				  'type' => 'integer',
213
+				),
214
+				'pageToken' => array(
215
+				  'location' => 'query',
216
+				  'type' => 'string',
217
+				),
218
+				'spaces' => array(
219
+				  'location' => 'query',
220
+				  'type' => 'string',
221
+				),
222
+				'startChangeId' => array(
223
+				  'location' => 'query',
224
+				  'type' => 'string',
225
+				),
226
+			  ),
227
+			),
228
+		  )
229
+		)
230
+	);
231
+	$this->channels = new Google_Service_Drive_Channels_Resource(
232
+		$this,
233
+		$this->serviceName,
234
+		'channels',
235
+		array(
236
+		  'methods' => array(
237
+			'stop' => array(
238
+			  'path' => 'channels/stop',
239
+			  'httpMethod' => 'POST',
240
+			  'parameters' => array(),
241
+			),
242
+		  )
243
+		)
244
+	);
245
+	$this->children = new Google_Service_Drive_Children_Resource(
246
+		$this,
247
+		$this->serviceName,
248
+		'children',
249
+		array(
250
+		  'methods' => array(
251
+			'delete' => array(
252
+			  'path' => 'files/{folderId}/children/{childId}',
253
+			  'httpMethod' => 'DELETE',
254
+			  'parameters' => array(
255
+				'folderId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'childId' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+			  ),
266
+			),'get' => array(
267
+			  'path' => 'files/{folderId}/children/{childId}',
268
+			  'httpMethod' => 'GET',
269
+			  'parameters' => array(
270
+				'folderId' => array(
271
+				  'location' => 'path',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+				'childId' => array(
276
+				  'location' => 'path',
277
+				  'type' => 'string',
278
+				  'required' => true,
279
+				),
280
+			  ),
281
+			),'insert' => array(
282
+			  'path' => 'files/{folderId}/children',
283
+			  'httpMethod' => 'POST',
284
+			  'parameters' => array(
285
+				'folderId' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+			  ),
291
+			),'list' => array(
292
+			  'path' => 'files/{folderId}/children',
293
+			  'httpMethod' => 'GET',
294
+			  'parameters' => array(
295
+				'folderId' => array(
296
+				  'location' => 'path',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+				'orderBy' => array(
301
+				  'location' => 'query',
302
+				  'type' => 'string',
303
+				),
304
+				'pageToken' => array(
305
+				  'location' => 'query',
306
+				  'type' => 'string',
307
+				),
308
+				'q' => array(
309
+				  'location' => 'query',
310
+				  'type' => 'string',
311
+				),
312
+				'maxResults' => array(
313
+				  'location' => 'query',
314
+				  'type' => 'integer',
315
+				),
316
+			  ),
317
+			),
318
+		  )
319
+		)
320
+	);
321
+	$this->comments = new Google_Service_Drive_Comments_Resource(
322
+		$this,
323
+		$this->serviceName,
324
+		'comments',
325
+		array(
326
+		  'methods' => array(
327
+			'delete' => array(
328
+			  'path' => 'files/{fileId}/comments/{commentId}',
329
+			  'httpMethod' => 'DELETE',
330
+			  'parameters' => array(
331
+				'fileId' => array(
332
+				  'location' => 'path',
333
+				  'type' => 'string',
334
+				  'required' => true,
335
+				),
336
+				'commentId' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+			  ),
342
+			),'get' => array(
343
+			  'path' => 'files/{fileId}/comments/{commentId}',
344
+			  'httpMethod' => 'GET',
345
+			  'parameters' => array(
346
+				'fileId' => array(
347
+				  'location' => 'path',
348
+				  'type' => 'string',
349
+				  'required' => true,
350
+				),
351
+				'commentId' => array(
352
+				  'location' => 'path',
353
+				  'type' => 'string',
354
+				  'required' => true,
355
+				),
356
+				'includeDeleted' => array(
357
+				  'location' => 'query',
358
+				  'type' => 'boolean',
359
+				),
360
+			  ),
361
+			),'insert' => array(
362
+			  'path' => 'files/{fileId}/comments',
363
+			  'httpMethod' => 'POST',
364
+			  'parameters' => array(
365
+				'fileId' => array(
366
+				  'location' => 'path',
367
+				  'type' => 'string',
368
+				  'required' => true,
369
+				),
370
+			  ),
371
+			),'list' => array(
372
+			  'path' => 'files/{fileId}/comments',
373
+			  'httpMethod' => 'GET',
374
+			  'parameters' => array(
375
+				'fileId' => array(
376
+				  'location' => 'path',
377
+				  'type' => 'string',
378
+				  'required' => true,
379
+				),
380
+				'pageToken' => array(
381
+				  'location' => 'query',
382
+				  'type' => 'string',
383
+				),
384
+				'updatedMin' => array(
385
+				  'location' => 'query',
386
+				  'type' => 'string',
387
+				),
388
+				'includeDeleted' => array(
389
+				  'location' => 'query',
390
+				  'type' => 'boolean',
391
+				),
392
+				'maxResults' => array(
393
+				  'location' => 'query',
394
+				  'type' => 'integer',
395
+				),
396
+			  ),
397
+			),'patch' => array(
398
+			  'path' => 'files/{fileId}/comments/{commentId}',
399
+			  'httpMethod' => 'PATCH',
400
+			  'parameters' => array(
401
+				'fileId' => array(
402
+				  'location' => 'path',
403
+				  'type' => 'string',
404
+				  'required' => true,
405
+				),
406
+				'commentId' => array(
407
+				  'location' => 'path',
408
+				  'type' => 'string',
409
+				  'required' => true,
410
+				),
411
+			  ),
412
+			),'update' => array(
413
+			  'path' => 'files/{fileId}/comments/{commentId}',
414
+			  'httpMethod' => 'PUT',
415
+			  'parameters' => array(
416
+				'fileId' => array(
417
+				  'location' => 'path',
418
+				  'type' => 'string',
419
+				  'required' => true,
420
+				),
421
+				'commentId' => array(
422
+				  'location' => 'path',
423
+				  'type' => 'string',
424
+				  'required' => true,
425
+				),
426
+			  ),
427
+			),
428
+		  )
429
+		)
430
+	);
431
+	$this->files = new Google_Service_Drive_Files_Resource(
432
+		$this,
433
+		$this->serviceName,
434
+		'files',
435
+		array(
436
+		  'methods' => array(
437
+			'copy' => array(
438
+			  'path' => 'files/{fileId}/copy',
439
+			  'httpMethod' => 'POST',
440
+			  'parameters' => array(
441
+				'fileId' => array(
442
+				  'location' => 'path',
443
+				  'type' => 'string',
444
+				  'required' => true,
445
+				),
446
+				'convert' => array(
447
+				  'location' => 'query',
448
+				  'type' => 'boolean',
449
+				),
450
+				'ocrLanguage' => array(
451
+				  'location' => 'query',
452
+				  'type' => 'string',
453
+				),
454
+				'visibility' => array(
455
+				  'location' => 'query',
456
+				  'type' => 'string',
457
+				),
458
+				'pinned' => array(
459
+				  'location' => 'query',
460
+				  'type' => 'boolean',
461
+				),
462
+				'ocr' => array(
463
+				  'location' => 'query',
464
+				  'type' => 'boolean',
465
+				),
466
+				'timedTextTrackName' => array(
467
+				  'location' => 'query',
468
+				  'type' => 'string',
469
+				),
470
+				'timedTextLanguage' => array(
471
+				  'location' => 'query',
472
+				  'type' => 'string',
473
+				),
474
+			  ),
475
+			),'delete' => array(
476
+			  'path' => 'files/{fileId}',
477
+			  'httpMethod' => 'DELETE',
478
+			  'parameters' => array(
479
+				'fileId' => array(
480
+				  'location' => 'path',
481
+				  'type' => 'string',
482
+				  'required' => true,
483
+				),
484
+			  ),
485
+			),'emptyTrash' => array(
486
+			  'path' => 'files/trash',
487
+			  'httpMethod' => 'DELETE',
488
+			  'parameters' => array(),
489
+			),'generateIds' => array(
490
+			  'path' => 'files/generateIds',
491
+			  'httpMethod' => 'GET',
492
+			  'parameters' => array(
493
+				'maxResults' => array(
494
+				  'location' => 'query',
495
+				  'type' => 'integer',
496
+				),
497
+				'space' => array(
498
+				  'location' => 'query',
499
+				  'type' => 'string',
500
+				),
501
+			  ),
502
+			),'get' => array(
503
+			  'path' => 'files/{fileId}',
504
+			  'httpMethod' => 'GET',
505
+			  'parameters' => array(
506
+				'fileId' => array(
507
+				  'location' => 'path',
508
+				  'type' => 'string',
509
+				  'required' => true,
510
+				),
511
+				'acknowledgeAbuse' => array(
512
+				  'location' => 'query',
513
+				  'type' => 'boolean',
514
+				),
515
+				'updateViewedDate' => array(
516
+				  'location' => 'query',
517
+				  'type' => 'boolean',
518
+				),
519
+				'revisionId' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'string',
522
+				),
523
+				'projection' => array(
524
+				  'location' => 'query',
525
+				  'type' => 'string',
526
+				),
527
+			  ),
528
+			),'insert' => array(
529
+			  'path' => 'files',
530
+			  'httpMethod' => 'POST',
531
+			  'parameters' => array(
532
+				'convert' => array(
533
+				  'location' => 'query',
534
+				  'type' => 'boolean',
535
+				),
536
+				'useContentAsIndexableText' => array(
537
+				  'location' => 'query',
538
+				  'type' => 'boolean',
539
+				),
540
+				'ocrLanguage' => array(
541
+				  'location' => 'query',
542
+				  'type' => 'string',
543
+				),
544
+				'visibility' => array(
545
+				  'location' => 'query',
546
+				  'type' => 'string',
547
+				),
548
+				'pinned' => array(
549
+				  'location' => 'query',
550
+				  'type' => 'boolean',
551
+				),
552
+				'ocr' => array(
553
+				  'location' => 'query',
554
+				  'type' => 'boolean',
555
+				),
556
+				'timedTextTrackName' => array(
557
+				  'location' => 'query',
558
+				  'type' => 'string',
559
+				),
560
+				'timedTextLanguage' => array(
561
+				  'location' => 'query',
562
+				  'type' => 'string',
563
+				),
564
+			  ),
565
+			),'list' => array(
566
+			  'path' => 'files',
567
+			  'httpMethod' => 'GET',
568
+			  'parameters' => array(
569
+				'orderBy' => array(
570
+				  'location' => 'query',
571
+				  'type' => 'string',
572
+				),
573
+				'projection' => array(
574
+				  'location' => 'query',
575
+				  'type' => 'string',
576
+				),
577
+				'maxResults' => array(
578
+				  'location' => 'query',
579
+				  'type' => 'integer',
580
+				),
581
+				'q' => array(
582
+				  'location' => 'query',
583
+				  'type' => 'string',
584
+				),
585
+				'pageToken' => array(
586
+				  'location' => 'query',
587
+				  'type' => 'string',
588
+				),
589
+				'spaces' => array(
590
+				  'location' => 'query',
591
+				  'type' => 'string',
592
+				),
593
+				'corpus' => array(
594
+				  'location' => 'query',
595
+				  'type' => 'string',
596
+				),
597
+			  ),
598
+			),'patch' => array(
599
+			  'path' => 'files/{fileId}',
600
+			  'httpMethod' => 'PATCH',
601
+			  'parameters' => array(
602
+				'fileId' => array(
603
+				  'location' => 'path',
604
+				  'type' => 'string',
605
+				  'required' => true,
606
+				),
607
+				'addParents' => array(
608
+				  'location' => 'query',
609
+				  'type' => 'string',
610
+				),
611
+				'modifiedDateBehavior' => array(
612
+				  'location' => 'query',
613
+				  'type' => 'string',
614
+				),
615
+				'removeParents' => array(
616
+				  'location' => 'query',
617
+				  'type' => 'string',
618
+				),
619
+				'updateViewedDate' => array(
620
+				  'location' => 'query',
621
+				  'type' => 'boolean',
622
+				),
623
+				'setModifiedDate' => array(
624
+				  'location' => 'query',
625
+				  'type' => 'boolean',
626
+				),
627
+				'useContentAsIndexableText' => array(
628
+				  'location' => 'query',
629
+				  'type' => 'boolean',
630
+				),
631
+				'convert' => array(
632
+				  'location' => 'query',
633
+				  'type' => 'boolean',
634
+				),
635
+				'ocrLanguage' => array(
636
+				  'location' => 'query',
637
+				  'type' => 'string',
638
+				),
639
+				'pinned' => array(
640
+				  'location' => 'query',
641
+				  'type' => 'boolean',
642
+				),
643
+				'newRevision' => array(
644
+				  'location' => 'query',
645
+				  'type' => 'boolean',
646
+				),
647
+				'ocr' => array(
648
+				  'location' => 'query',
649
+				  'type' => 'boolean',
650
+				),
651
+				'timedTextLanguage' => array(
652
+				  'location' => 'query',
653
+				  'type' => 'string',
654
+				),
655
+				'timedTextTrackName' => array(
656
+				  'location' => 'query',
657
+				  'type' => 'string',
658
+				),
659
+			  ),
660
+			),'touch' => array(
661
+			  'path' => 'files/{fileId}/touch',
662
+			  'httpMethod' => 'POST',
663
+			  'parameters' => array(
664
+				'fileId' => array(
665
+				  'location' => 'path',
666
+				  'type' => 'string',
667
+				  'required' => true,
668
+				),
669
+			  ),
670
+			),'trash' => array(
671
+			  'path' => 'files/{fileId}/trash',
672
+			  'httpMethod' => 'POST',
673
+			  'parameters' => array(
674
+				'fileId' => array(
675
+				  'location' => 'path',
676
+				  'type' => 'string',
677
+				  'required' => true,
678
+				),
679
+			  ),
680
+			),'untrash' => array(
681
+			  'path' => 'files/{fileId}/untrash',
682
+			  'httpMethod' => 'POST',
683
+			  'parameters' => array(
684
+				'fileId' => array(
685
+				  'location' => 'path',
686
+				  'type' => 'string',
687
+				  'required' => true,
688
+				),
689
+			  ),
690
+			),'update' => array(
691
+			  'path' => 'files/{fileId}',
692
+			  'httpMethod' => 'PUT',
693
+			  'parameters' => array(
694
+				'fileId' => array(
695
+				  'location' => 'path',
696
+				  'type' => 'string',
697
+				  'required' => true,
698
+				),
699
+				'addParents' => array(
700
+				  'location' => 'query',
701
+				  'type' => 'string',
702
+				),
703
+				'modifiedDateBehavior' => array(
704
+				  'location' => 'query',
705
+				  'type' => 'string',
706
+				),
707
+				'removeParents' => array(
708
+				  'location' => 'query',
709
+				  'type' => 'string',
710
+				),
711
+				'updateViewedDate' => array(
712
+				  'location' => 'query',
713
+				  'type' => 'boolean',
714
+				),
715
+				'setModifiedDate' => array(
716
+				  'location' => 'query',
717
+				  'type' => 'boolean',
718
+				),
719
+				'useContentAsIndexableText' => array(
720
+				  'location' => 'query',
721
+				  'type' => 'boolean',
722
+				),
723
+				'convert' => array(
724
+				  'location' => 'query',
725
+				  'type' => 'boolean',
726
+				),
727
+				'ocrLanguage' => array(
728
+				  'location' => 'query',
729
+				  'type' => 'string',
730
+				),
731
+				'pinned' => array(
732
+				  'location' => 'query',
733
+				  'type' => 'boolean',
734
+				),
735
+				'newRevision' => array(
736
+				  'location' => 'query',
737
+				  'type' => 'boolean',
738
+				),
739
+				'ocr' => array(
740
+				  'location' => 'query',
741
+				  'type' => 'boolean',
742
+				),
743
+				'timedTextLanguage' => array(
744
+				  'location' => 'query',
745
+				  'type' => 'string',
746
+				),
747
+				'timedTextTrackName' => array(
748
+				  'location' => 'query',
749
+				  'type' => 'string',
750
+				),
751
+			  ),
752
+			),'watch' => array(
753
+			  'path' => 'files/{fileId}/watch',
754
+			  'httpMethod' => 'POST',
755
+			  'parameters' => array(
756
+				'fileId' => array(
757
+				  'location' => 'path',
758
+				  'type' => 'string',
759
+				  'required' => true,
760
+				),
761
+				'acknowledgeAbuse' => array(
762
+				  'location' => 'query',
763
+				  'type' => 'boolean',
764
+				),
765
+				'updateViewedDate' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'boolean',
768
+				),
769
+				'revisionId' => array(
770
+				  'location' => 'query',
771
+				  'type' => 'string',
772
+				),
773
+				'projection' => array(
774
+				  'location' => 'query',
775
+				  'type' => 'string',
776
+				),
777
+			  ),
778
+			),
779
+		  )
780
+		)
781
+	);
782
+	$this->parents = new Google_Service_Drive_Parents_Resource(
783
+		$this,
784
+		$this->serviceName,
785
+		'parents',
786
+		array(
787
+		  'methods' => array(
788
+			'delete' => array(
789
+			  'path' => 'files/{fileId}/parents/{parentId}',
790
+			  'httpMethod' => 'DELETE',
791
+			  'parameters' => array(
792
+				'fileId' => array(
793
+				  'location' => 'path',
794
+				  'type' => 'string',
795
+				  'required' => true,
796
+				),
797
+				'parentId' => array(
798
+				  'location' => 'path',
799
+				  'type' => 'string',
800
+				  'required' => true,
801
+				),
802
+			  ),
803
+			),'get' => array(
804
+			  'path' => 'files/{fileId}/parents/{parentId}',
805
+			  'httpMethod' => 'GET',
806
+			  'parameters' => array(
807
+				'fileId' => array(
808
+				  'location' => 'path',
809
+				  'type' => 'string',
810
+				  'required' => true,
811
+				),
812
+				'parentId' => array(
813
+				  'location' => 'path',
814
+				  'type' => 'string',
815
+				  'required' => true,
816
+				),
817
+			  ),
818
+			),'insert' => array(
819
+			  'path' => 'files/{fileId}/parents',
820
+			  'httpMethod' => 'POST',
821
+			  'parameters' => array(
822
+				'fileId' => array(
823
+				  'location' => 'path',
824
+				  'type' => 'string',
825
+				  'required' => true,
826
+				),
827
+			  ),
828
+			),'list' => array(
829
+			  'path' => 'files/{fileId}/parents',
830
+			  'httpMethod' => 'GET',
831
+			  'parameters' => array(
832
+				'fileId' => array(
833
+				  'location' => 'path',
834
+				  'type' => 'string',
835
+				  'required' => true,
836
+				),
837
+			  ),
838
+			),
839
+		  )
840
+		)
841
+	);
842
+	$this->permissions = new Google_Service_Drive_Permissions_Resource(
843
+		$this,
844
+		$this->serviceName,
845
+		'permissions',
846
+		array(
847
+		  'methods' => array(
848
+			'delete' => array(
849
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
850
+			  'httpMethod' => 'DELETE',
851
+			  'parameters' => array(
852
+				'fileId' => array(
853
+				  'location' => 'path',
854
+				  'type' => 'string',
855
+				  'required' => true,
856
+				),
857
+				'permissionId' => array(
858
+				  'location' => 'path',
859
+				  'type' => 'string',
860
+				  'required' => true,
861
+				),
862
+			  ),
863
+			),'get' => array(
864
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
865
+			  'httpMethod' => 'GET',
866
+			  'parameters' => array(
867
+				'fileId' => array(
868
+				  'location' => 'path',
869
+				  'type' => 'string',
870
+				  'required' => true,
871
+				),
872
+				'permissionId' => array(
873
+				  'location' => 'path',
874
+				  'type' => 'string',
875
+				  'required' => true,
876
+				),
877
+			  ),
878
+			),'getIdForEmail' => array(
879
+			  'path' => 'permissionIds/{email}',
880
+			  'httpMethod' => 'GET',
881
+			  'parameters' => array(
882
+				'email' => array(
883
+				  'location' => 'path',
884
+				  'type' => 'string',
885
+				  'required' => true,
886
+				),
887
+			  ),
888
+			),'insert' => array(
889
+			  'path' => 'files/{fileId}/permissions',
890
+			  'httpMethod' => 'POST',
891
+			  'parameters' => array(
892
+				'fileId' => array(
893
+				  'location' => 'path',
894
+				  'type' => 'string',
895
+				  'required' => true,
896
+				),
897
+				'emailMessage' => array(
898
+				  'location' => 'query',
899
+				  'type' => 'string',
900
+				),
901
+				'sendNotificationEmails' => array(
902
+				  'location' => 'query',
903
+				  'type' => 'boolean',
904
+				),
905
+			  ),
906
+			),'list' => array(
907
+			  'path' => 'files/{fileId}/permissions',
908
+			  'httpMethod' => 'GET',
909
+			  'parameters' => array(
910
+				'fileId' => array(
911
+				  'location' => 'path',
912
+				  'type' => 'string',
913
+				  'required' => true,
914
+				),
915
+			  ),
916
+			),'patch' => array(
917
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
918
+			  'httpMethod' => 'PATCH',
919
+			  'parameters' => array(
920
+				'fileId' => array(
921
+				  'location' => 'path',
922
+				  'type' => 'string',
923
+				  'required' => true,
924
+				),
925
+				'permissionId' => array(
926
+				  'location' => 'path',
927
+				  'type' => 'string',
928
+				  'required' => true,
929
+				),
930
+				'transferOwnership' => array(
931
+				  'location' => 'query',
932
+				  'type' => 'boolean',
933
+				),
934
+			  ),
935
+			),'update' => array(
936
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
937
+			  'httpMethod' => 'PUT',
938
+			  'parameters' => array(
939
+				'fileId' => array(
940
+				  'location' => 'path',
941
+				  'type' => 'string',
942
+				  'required' => true,
943
+				),
944
+				'permissionId' => array(
945
+				  'location' => 'path',
946
+				  'type' => 'string',
947
+				  'required' => true,
948
+				),
949
+				'transferOwnership' => array(
950
+				  'location' => 'query',
951
+				  'type' => 'boolean',
952
+				),
953
+			  ),
954
+			),
955
+		  )
956
+		)
957
+	);
958
+	$this->properties = new Google_Service_Drive_Properties_Resource(
959
+		$this,
960
+		$this->serviceName,
961
+		'properties',
962
+		array(
963
+		  'methods' => array(
964
+			'delete' => array(
965
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
966
+			  'httpMethod' => 'DELETE',
967
+			  'parameters' => array(
968
+				'fileId' => array(
969
+				  'location' => 'path',
970
+				  'type' => 'string',
971
+				  'required' => true,
972
+				),
973
+				'propertyKey' => array(
974
+				  'location' => 'path',
975
+				  'type' => 'string',
976
+				  'required' => true,
977
+				),
978
+				'visibility' => array(
979
+				  'location' => 'query',
980
+				  'type' => 'string',
981
+				),
982
+			  ),
983
+			),'get' => array(
984
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
985
+			  'httpMethod' => 'GET',
986
+			  'parameters' => array(
987
+				'fileId' => array(
988
+				  'location' => 'path',
989
+				  'type' => 'string',
990
+				  'required' => true,
991
+				),
992
+				'propertyKey' => array(
993
+				  'location' => 'path',
994
+				  'type' => 'string',
995
+				  'required' => true,
996
+				),
997
+				'visibility' => array(
998
+				  'location' => 'query',
999
+				  'type' => 'string',
1000
+				),
1001
+			  ),
1002
+			),'insert' => array(
1003
+			  'path' => 'files/{fileId}/properties',
1004
+			  'httpMethod' => 'POST',
1005
+			  'parameters' => array(
1006
+				'fileId' => array(
1007
+				  'location' => 'path',
1008
+				  'type' => 'string',
1009
+				  'required' => true,
1010
+				),
1011
+			  ),
1012
+			),'list' => array(
1013
+			  'path' => 'files/{fileId}/properties',
1014
+			  'httpMethod' => 'GET',
1015
+			  'parameters' => array(
1016
+				'fileId' => array(
1017
+				  'location' => 'path',
1018
+				  'type' => 'string',
1019
+				  'required' => true,
1020
+				),
1021
+			  ),
1022
+			),'patch' => array(
1023
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
1024
+			  'httpMethod' => 'PATCH',
1025
+			  'parameters' => array(
1026
+				'fileId' => array(
1027
+				  'location' => 'path',
1028
+				  'type' => 'string',
1029
+				  'required' => true,
1030
+				),
1031
+				'propertyKey' => array(
1032
+				  'location' => 'path',
1033
+				  'type' => 'string',
1034
+				  'required' => true,
1035
+				),
1036
+				'visibility' => array(
1037
+				  'location' => 'query',
1038
+				  'type' => 'string',
1039
+				),
1040
+			  ),
1041
+			),'update' => array(
1042
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
1043
+			  'httpMethod' => 'PUT',
1044
+			  'parameters' => array(
1045
+				'fileId' => array(
1046
+				  'location' => 'path',
1047
+				  'type' => 'string',
1048
+				  'required' => true,
1049
+				),
1050
+				'propertyKey' => array(
1051
+				  'location' => 'path',
1052
+				  'type' => 'string',
1053
+				  'required' => true,
1054
+				),
1055
+				'visibility' => array(
1056
+				  'location' => 'query',
1057
+				  'type' => 'string',
1058
+				),
1059
+			  ),
1060
+			),
1061
+		  )
1062
+		)
1063
+	);
1064
+	$this->realtime = new Google_Service_Drive_Realtime_Resource(
1065
+		$this,
1066
+		$this->serviceName,
1067
+		'realtime',
1068
+		array(
1069
+		  'methods' => array(
1070
+			'get' => array(
1071
+			  'path' => 'files/{fileId}/realtime',
1072
+			  'httpMethod' => 'GET',
1073
+			  'parameters' => array(
1074
+				'fileId' => array(
1075
+				  'location' => 'path',
1076
+				  'type' => 'string',
1077
+				  'required' => true,
1078
+				),
1079
+				'revision' => array(
1080
+				  'location' => 'query',
1081
+				  'type' => 'integer',
1082
+				),
1083
+			  ),
1084
+			),'update' => array(
1085
+			  'path' => 'files/{fileId}/realtime',
1086
+			  'httpMethod' => 'PUT',
1087
+			  'parameters' => array(
1088
+				'fileId' => array(
1089
+				  'location' => 'path',
1090
+				  'type' => 'string',
1091
+				  'required' => true,
1092
+				),
1093
+				'baseRevision' => array(
1094
+				  'location' => 'query',
1095
+				  'type' => 'string',
1096
+				),
1097
+			  ),
1098
+			),
1099
+		  )
1100
+		)
1101
+	);
1102
+	$this->replies = new Google_Service_Drive_Replies_Resource(
1103
+		$this,
1104
+		$this->serviceName,
1105
+		'replies',
1106
+		array(
1107
+		  'methods' => array(
1108
+			'delete' => array(
1109
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1110
+			  'httpMethod' => 'DELETE',
1111
+			  'parameters' => array(
1112
+				'fileId' => array(
1113
+				  'location' => 'path',
1114
+				  'type' => 'string',
1115
+				  'required' => true,
1116
+				),
1117
+				'commentId' => array(
1118
+				  'location' => 'path',
1119
+				  'type' => 'string',
1120
+				  'required' => true,
1121
+				),
1122
+				'replyId' => array(
1123
+				  'location' => 'path',
1124
+				  'type' => 'string',
1125
+				  'required' => true,
1126
+				),
1127
+			  ),
1128
+			),'get' => array(
1129
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130
+			  'httpMethod' => 'GET',
1131
+			  'parameters' => array(
1132
+				'fileId' => array(
1133
+				  'location' => 'path',
1134
+				  'type' => 'string',
1135
+				  'required' => true,
1136
+				),
1137
+				'commentId' => array(
1138
+				  'location' => 'path',
1139
+				  'type' => 'string',
1140
+				  'required' => true,
1141
+				),
1142
+				'replyId' => array(
1143
+				  'location' => 'path',
1144
+				  'type' => 'string',
1145
+				  'required' => true,
1146
+				),
1147
+				'includeDeleted' => array(
1148
+				  'location' => 'query',
1149
+				  'type' => 'boolean',
1150
+				),
1151
+			  ),
1152
+			),'insert' => array(
1153
+			  'path' => 'files/{fileId}/comments/{commentId}/replies',
1154
+			  'httpMethod' => 'POST',
1155
+			  'parameters' => array(
1156
+				'fileId' => array(
1157
+				  'location' => 'path',
1158
+				  'type' => 'string',
1159
+				  'required' => true,
1160
+				),
1161
+				'commentId' => array(
1162
+				  'location' => 'path',
1163
+				  'type' => 'string',
1164
+				  'required' => true,
1165
+				),
1166
+			  ),
1167
+			),'list' => array(
1168
+			  'path' => 'files/{fileId}/comments/{commentId}/replies',
1169
+			  'httpMethod' => 'GET',
1170
+			  'parameters' => array(
1171
+				'fileId' => array(
1172
+				  'location' => 'path',
1173
+				  'type' => 'string',
1174
+				  'required' => true,
1175
+				),
1176
+				'commentId' => array(
1177
+				  'location' => 'path',
1178
+				  'type' => 'string',
1179
+				  'required' => true,
1180
+				),
1181
+				'pageToken' => array(
1182
+				  'location' => 'query',
1183
+				  'type' => 'string',
1184
+				),
1185
+				'includeDeleted' => array(
1186
+				  'location' => 'query',
1187
+				  'type' => 'boolean',
1188
+				),
1189
+				'maxResults' => array(
1190
+				  'location' => 'query',
1191
+				  'type' => 'integer',
1192
+				),
1193
+			  ),
1194
+			),'patch' => array(
1195
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196
+			  'httpMethod' => 'PATCH',
1197
+			  'parameters' => array(
1198
+				'fileId' => array(
1199
+				  'location' => 'path',
1200
+				  'type' => 'string',
1201
+				  'required' => true,
1202
+				),
1203
+				'commentId' => array(
1204
+				  'location' => 'path',
1205
+				  'type' => 'string',
1206
+				  'required' => true,
1207
+				),
1208
+				'replyId' => array(
1209
+				  'location' => 'path',
1210
+				  'type' => 'string',
1211
+				  'required' => true,
1212
+				),
1213
+			  ),
1214
+			),'update' => array(
1215
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216
+			  'httpMethod' => 'PUT',
1217
+			  'parameters' => array(
1218
+				'fileId' => array(
1219
+				  'location' => 'path',
1220
+				  'type' => 'string',
1221
+				  'required' => true,
1222
+				),
1223
+				'commentId' => array(
1224
+				  'location' => 'path',
1225
+				  'type' => 'string',
1226
+				  'required' => true,
1227
+				),
1228
+				'replyId' => array(
1229
+				  'location' => 'path',
1230
+				  'type' => 'string',
1231
+				  'required' => true,
1232
+				),
1233
+			  ),
1234
+			),
1235
+		  )
1236
+		)
1237
+	);
1238
+	$this->revisions = new Google_Service_Drive_Revisions_Resource(
1239
+		$this,
1240
+		$this->serviceName,
1241
+		'revisions',
1242
+		array(
1243
+		  'methods' => array(
1244
+			'delete' => array(
1245
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1246
+			  'httpMethod' => 'DELETE',
1247
+			  'parameters' => array(
1248
+				'fileId' => array(
1249
+				  'location' => 'path',
1250
+				  'type' => 'string',
1251
+				  'required' => true,
1252
+				),
1253
+				'revisionId' => array(
1254
+				  'location' => 'path',
1255
+				  'type' => 'string',
1256
+				  'required' => true,
1257
+				),
1258
+			  ),
1259
+			),'get' => array(
1260
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1261
+			  'httpMethod' => 'GET',
1262
+			  'parameters' => array(
1263
+				'fileId' => array(
1264
+				  'location' => 'path',
1265
+				  'type' => 'string',
1266
+				  'required' => true,
1267
+				),
1268
+				'revisionId' => array(
1269
+				  'location' => 'path',
1270
+				  'type' => 'string',
1271
+				  'required' => true,
1272
+				),
1273
+			  ),
1274
+			),'list' => array(
1275
+			  'path' => 'files/{fileId}/revisions',
1276
+			  'httpMethod' => 'GET',
1277
+			  'parameters' => array(
1278
+				'fileId' => array(
1279
+				  'location' => 'path',
1280
+				  'type' => 'string',
1281
+				  'required' => true,
1282
+				),
1283
+			  ),
1284
+			),'patch' => array(
1285
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1286
+			  'httpMethod' => 'PATCH',
1287
+			  'parameters' => array(
1288
+				'fileId' => array(
1289
+				  'location' => 'path',
1290
+				  'type' => 'string',
1291
+				  'required' => true,
1292
+				),
1293
+				'revisionId' => array(
1294
+				  'location' => 'path',
1295
+				  'type' => 'string',
1296
+				  'required' => true,
1297
+				),
1298
+			  ),
1299
+			),'update' => array(
1300
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1301
+			  'httpMethod' => 'PUT',
1302
+			  'parameters' => array(
1303
+				'fileId' => array(
1304
+				  'location' => 'path',
1305
+				  'type' => 'string',
1306
+				  'required' => true,
1307
+				),
1308
+				'revisionId' => array(
1309
+				  'location' => 'path',
1310
+				  'type' => 'string',
1311
+				  'required' => true,
1312
+				),
1313
+			  ),
1314
+			),
1315
+		  )
1316
+		)
1317
+	);
1318 1318
   }
1319 1319
 }
1320 1320
 
@@ -1349,9 +1349,9 @@  discard block
 block discarded – undo
1349 1349
    */
1350 1350
   public function get($optParams = array())
1351 1351
   {
1352
-    $params = array();
1353
-    $params = array_merge($params, $optParams);
1354
-    return $this->call('get', array($params), "Google_Service_Drive_About");
1352
+	$params = array();
1353
+	$params = array_merge($params, $optParams);
1354
+	return $this->call('get', array($params), "Google_Service_Drive_About");
1355 1355
   }
1356 1356
 }
1357 1357
 
@@ -1375,9 +1375,9 @@  discard block
 block discarded – undo
1375 1375
    */
1376 1376
   public function get($appId, $optParams = array())
1377 1377
   {
1378
-    $params = array('appId' => $appId);
1379
-    $params = array_merge($params, $optParams);
1380
-    return $this->call('get', array($params), "Google_Service_Drive_App");
1378
+	$params = array('appId' => $appId);
1379
+	$params = array_merge($params, $optParams);
1380
+	return $this->call('get', array($params), "Google_Service_Drive_App");
1381 1381
   }
1382 1382
 
1383 1383
   /**
@@ -1402,9 +1402,9 @@  discard block
 block discarded – undo
1402 1402
    */
1403 1403
   public function listApps($optParams = array())
1404 1404
   {
1405
-    $params = array();
1406
-    $params = array_merge($params, $optParams);
1407
-    return $this->call('list', array($params), "Google_Service_Drive_AppList");
1405
+	$params = array();
1406
+	$params = array_merge($params, $optParams);
1407
+	return $this->call('list', array($params), "Google_Service_Drive_AppList");
1408 1408
   }
1409 1409
 }
1410 1410
 
@@ -1428,9 +1428,9 @@  discard block
 block discarded – undo
1428 1428
    */
1429 1429
   public function get($changeId, $optParams = array())
1430 1430
   {
1431
-    $params = array('changeId' => $changeId);
1432
-    $params = array_merge($params, $optParams);
1433
-    return $this->call('get', array($params), "Google_Service_Drive_Change");
1431
+	$params = array('changeId' => $changeId);
1432
+	$params = array_merge($params, $optParams);
1433
+	return $this->call('get', array($params), "Google_Service_Drive_Change");
1434 1434
   }
1435 1435
 
1436 1436
   /**
@@ -1452,9 +1452,9 @@  discard block
 block discarded – undo
1452 1452
    */
1453 1453
   public function listChanges($optParams = array())
1454 1454
   {
1455
-    $params = array();
1456
-    $params = array_merge($params, $optParams);
1457
-    return $this->call('list', array($params), "Google_Service_Drive_ChangeList");
1455
+	$params = array();
1456
+	$params = array_merge($params, $optParams);
1457
+	return $this->call('list', array($params), "Google_Service_Drive_ChangeList");
1458 1458
   }
1459 1459
 
1460 1460
   /**
@@ -1477,9 +1477,9 @@  discard block
 block discarded – undo
1477 1477
    */
1478 1478
   public function watch(Google_Service_Drive_Channel $postBody, $optParams = array())
1479 1479
   {
1480
-    $params = array('postBody' => $postBody);
1481
-    $params = array_merge($params, $optParams);
1482
-    return $this->call('watch', array($params), "Google_Service_Drive_Channel");
1480
+	$params = array('postBody' => $postBody);
1481
+	$params = array_merge($params, $optParams);
1482
+	return $this->call('watch', array($params), "Google_Service_Drive_Channel");
1483 1483
   }
1484 1484
 }
1485 1485
 
@@ -1502,9 +1502,9 @@  discard block
 block discarded – undo
1502 1502
    */
1503 1503
   public function stop(Google_Service_Drive_Channel $postBody, $optParams = array())
1504 1504
   {
1505
-    $params = array('postBody' => $postBody);
1506
-    $params = array_merge($params, $optParams);
1507
-    return $this->call('stop', array($params));
1505
+	$params = array('postBody' => $postBody);
1506
+	$params = array_merge($params, $optParams);
1507
+	return $this->call('stop', array($params));
1508 1508
   }
1509 1509
 }
1510 1510
 
@@ -1528,9 +1528,9 @@  discard block
 block discarded – undo
1528 1528
    */
1529 1529
   public function delete($folderId, $childId, $optParams = array())
1530 1530
   {
1531
-    $params = array('folderId' => $folderId, 'childId' => $childId);
1532
-    $params = array_merge($params, $optParams);
1533
-    return $this->call('delete', array($params));
1531
+	$params = array('folderId' => $folderId, 'childId' => $childId);
1532
+	$params = array_merge($params, $optParams);
1533
+	return $this->call('delete', array($params));
1534 1534
   }
1535 1535
 
1536 1536
   /**
@@ -1543,9 +1543,9 @@  discard block
 block discarded – undo
1543 1543
    */
1544 1544
   public function get($folderId, $childId, $optParams = array())
1545 1545
   {
1546
-    $params = array('folderId' => $folderId, 'childId' => $childId);
1547
-    $params = array_merge($params, $optParams);
1548
-    return $this->call('get', array($params), "Google_Service_Drive_ChildReference");
1546
+	$params = array('folderId' => $folderId, 'childId' => $childId);
1547
+	$params = array_merge($params, $optParams);
1548
+	return $this->call('get', array($params), "Google_Service_Drive_ChildReference");
1549 1549
   }
1550 1550
 
1551 1551
   /**
@@ -1558,9 +1558,9 @@  discard block
 block discarded – undo
1558 1558
    */
1559 1559
   public function insert($folderId, Google_Service_Drive_ChildReference $postBody, $optParams = array())
1560 1560
   {
1561
-    $params = array('folderId' => $folderId, 'postBody' => $postBody);
1562
-    $params = array_merge($params, $optParams);
1563
-    return $this->call('insert', array($params), "Google_Service_Drive_ChildReference");
1561
+	$params = array('folderId' => $folderId, 'postBody' => $postBody);
1562
+	$params = array_merge($params, $optParams);
1563
+	return $this->call('insert', array($params), "Google_Service_Drive_ChildReference");
1564 1564
   }
1565 1565
 
1566 1566
   /**
@@ -1583,9 +1583,9 @@  discard block
 block discarded – undo
1583 1583
    */
1584 1584
   public function listChildren($folderId, $optParams = array())
1585 1585
   {
1586
-    $params = array('folderId' => $folderId);
1587
-    $params = array_merge($params, $optParams);
1588
-    return $this->call('list', array($params), "Google_Service_Drive_ChildList");
1586
+	$params = array('folderId' => $folderId);
1587
+	$params = array_merge($params, $optParams);
1588
+	return $this->call('list', array($params), "Google_Service_Drive_ChildList");
1589 1589
   }
1590 1590
 }
1591 1591
 
@@ -1609,9 +1609,9 @@  discard block
 block discarded – undo
1609 1609
    */
1610 1610
   public function delete($fileId, $commentId, $optParams = array())
1611 1611
   {
1612
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
1613
-    $params = array_merge($params, $optParams);
1614
-    return $this->call('delete', array($params));
1612
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
1613
+	$params = array_merge($params, $optParams);
1614
+	return $this->call('delete', array($params));
1615 1615
   }
1616 1616
 
1617 1617
   /**
@@ -1627,9 +1627,9 @@  discard block
 block discarded – undo
1627 1627
    */
1628 1628
   public function get($fileId, $commentId, $optParams = array())
1629 1629
   {
1630
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
1631
-    $params = array_merge($params, $optParams);
1632
-    return $this->call('get', array($params), "Google_Service_Drive_Comment");
1630
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
1631
+	$params = array_merge($params, $optParams);
1632
+	return $this->call('get', array($params), "Google_Service_Drive_Comment");
1633 1633
   }
1634 1634
 
1635 1635
   /**
@@ -1642,9 +1642,9 @@  discard block
 block discarded – undo
1642 1642
    */
1643 1643
   public function insert($fileId, Google_Service_Drive_Comment $postBody, $optParams = array())
1644 1644
   {
1645
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1646
-    $params = array_merge($params, $optParams);
1647
-    return $this->call('insert', array($params), "Google_Service_Drive_Comment");
1645
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1646
+	$params = array_merge($params, $optParams);
1647
+	return $this->call('insert', array($params), "Google_Service_Drive_Comment");
1648 1648
   }
1649 1649
 
1650 1650
   /**
@@ -1666,9 +1666,9 @@  discard block
 block discarded – undo
1666 1666
    */
1667 1667
   public function listComments($fileId, $optParams = array())
1668 1668
   {
1669
-    $params = array('fileId' => $fileId);
1670
-    $params = array_merge($params, $optParams);
1671
-    return $this->call('list', array($params), "Google_Service_Drive_CommentList");
1669
+	$params = array('fileId' => $fileId);
1670
+	$params = array_merge($params, $optParams);
1671
+	return $this->call('list', array($params), "Google_Service_Drive_CommentList");
1672 1672
   }
1673 1673
 
1674 1674
   /**
@@ -1683,9 +1683,9 @@  discard block
 block discarded – undo
1683 1683
    */
1684 1684
   public function patch($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array())
1685 1685
   {
1686
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1687
-    $params = array_merge($params, $optParams);
1688
-    return $this->call('patch', array($params), "Google_Service_Drive_Comment");
1686
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1687
+	$params = array_merge($params, $optParams);
1688
+	return $this->call('patch', array($params), "Google_Service_Drive_Comment");
1689 1689
   }
1690 1690
 
1691 1691
   /**
@@ -1699,9 +1699,9 @@  discard block
 block discarded – undo
1699 1699
    */
1700 1700
   public function update($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array())
1701 1701
   {
1702
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1703
-    $params = array_merge($params, $optParams);
1704
-    return $this->call('update', array($params), "Google_Service_Drive_Comment");
1702
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1703
+	$params = array_merge($params, $optParams);
1704
+	return $this->call('update', array($params), "Google_Service_Drive_Comment");
1705 1705
   }
1706 1706
 }
1707 1707
 
@@ -1740,9 +1740,9 @@  discard block
 block discarded – undo
1740 1740
    */
1741 1741
   public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1742 1742
   {
1743
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1744
-    $params = array_merge($params, $optParams);
1745
-    return $this->call('copy', array($params), "Google_Service_Drive_DriveFile");
1743
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1744
+	$params = array_merge($params, $optParams);
1745
+	return $this->call('copy', array($params), "Google_Service_Drive_DriveFile");
1746 1746
   }
1747 1747
 
1748 1748
   /**
@@ -1754,9 +1754,9 @@  discard block
 block discarded – undo
1754 1754
    */
1755 1755
   public function delete($fileId, $optParams = array())
1756 1756
   {
1757
-    $params = array('fileId' => $fileId);
1758
-    $params = array_merge($params, $optParams);
1759
-    return $this->call('delete', array($params));
1757
+	$params = array('fileId' => $fileId);
1758
+	$params = array_merge($params, $optParams);
1759
+	return $this->call('delete', array($params));
1760 1760
   }
1761 1761
 
1762 1762
   /**
@@ -1766,9 +1766,9 @@  discard block
 block discarded – undo
1766 1766
    */
1767 1767
   public function emptyTrash($optParams = array())
1768 1768
   {
1769
-    $params = array();
1770
-    $params = array_merge($params, $optParams);
1771
-    return $this->call('emptyTrash', array($params));
1769
+	$params = array();
1770
+	$params = array_merge($params, $optParams);
1771
+	return $this->call('emptyTrash', array($params));
1772 1772
   }
1773 1773
 
1774 1774
   /**
@@ -1784,9 +1784,9 @@  discard block
 block discarded – undo
1784 1784
    */
1785 1785
   public function generateIds($optParams = array())
1786 1786
   {
1787
-    $params = array();
1788
-    $params = array_merge($params, $optParams);
1789
-    return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds");
1787
+	$params = array();
1788
+	$params = array_merge($params, $optParams);
1789
+	return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds");
1790 1790
   }
1791 1791
 
1792 1792
   /**
@@ -1807,9 +1807,9 @@  discard block
 block discarded – undo
1807 1807
    */
1808 1808
   public function get($fileId, $optParams = array())
1809 1809
   {
1810
-    $params = array('fileId' => $fileId);
1811
-    $params = array_merge($params, $optParams);
1812
-    return $this->call('get', array($params), "Google_Service_Drive_DriveFile");
1810
+	$params = array('fileId' => $fileId);
1811
+	$params = array_merge($params, $optParams);
1812
+	return $this->call('get', array($params), "Google_Service_Drive_DriveFile");
1813 1813
   }
1814 1814
 
1815 1815
   /**
@@ -1836,9 +1836,9 @@  discard block
 block discarded – undo
1836 1836
    */
1837 1837
   public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = array())
1838 1838
   {
1839
-    $params = array('postBody' => $postBody);
1840
-    $params = array_merge($params, $optParams);
1841
-    return $this->call('insert', array($params), "Google_Service_Drive_DriveFile");
1839
+	$params = array('postBody' => $postBody);
1840
+	$params = array_merge($params, $optParams);
1841
+	return $this->call('insert', array($params), "Google_Service_Drive_DriveFile");
1842 1842
   }
1843 1843
 
1844 1844
   /**
@@ -1866,9 +1866,9 @@  discard block
 block discarded – undo
1866 1866
    */
1867 1867
   public function listFiles($optParams = array())
1868 1868
   {
1869
-    $params = array();
1870
-    $params = array_merge($params, $optParams);
1871
-    return $this->call('list', array($params), "Google_Service_Drive_FileList");
1869
+	$params = array();
1870
+	$params = array_merge($params, $optParams);
1871
+	return $this->call('list', array($params), "Google_Service_Drive_FileList");
1872 1872
   }
1873 1873
 
1874 1874
   /**
@@ -1909,9 +1909,9 @@  discard block
 block discarded – undo
1909 1909
    */
1910 1910
   public function patch($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1911 1911
   {
1912
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1913
-    $params = array_merge($params, $optParams);
1914
-    return $this->call('patch', array($params), "Google_Service_Drive_DriveFile");
1912
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1913
+	$params = array_merge($params, $optParams);
1914
+	return $this->call('patch', array($params), "Google_Service_Drive_DriveFile");
1915 1915
   }
1916 1916
 
1917 1917
   /**
@@ -1923,9 +1923,9 @@  discard block
 block discarded – undo
1923 1923
    */
1924 1924
   public function touch($fileId, $optParams = array())
1925 1925
   {
1926
-    $params = array('fileId' => $fileId);
1927
-    $params = array_merge($params, $optParams);
1928
-    return $this->call('touch', array($params), "Google_Service_Drive_DriveFile");
1926
+	$params = array('fileId' => $fileId);
1927
+	$params = array_merge($params, $optParams);
1928
+	return $this->call('touch', array($params), "Google_Service_Drive_DriveFile");
1929 1929
   }
1930 1930
 
1931 1931
   /**
@@ -1938,9 +1938,9 @@  discard block
 block discarded – undo
1938 1938
    */
1939 1939
   public function trash($fileId, $optParams = array())
1940 1940
   {
1941
-    $params = array('fileId' => $fileId);
1942
-    $params = array_merge($params, $optParams);
1943
-    return $this->call('trash', array($params), "Google_Service_Drive_DriveFile");
1941
+	$params = array('fileId' => $fileId);
1942
+	$params = array_merge($params, $optParams);
1943
+	return $this->call('trash', array($params), "Google_Service_Drive_DriveFile");
1944 1944
   }
1945 1945
 
1946 1946
   /**
@@ -1952,9 +1952,9 @@  discard block
 block discarded – undo
1952 1952
    */
1953 1953
   public function untrash($fileId, $optParams = array())
1954 1954
   {
1955
-    $params = array('fileId' => $fileId);
1956
-    $params = array_merge($params, $optParams);
1957
-    return $this->call('untrash', array($params), "Google_Service_Drive_DriveFile");
1955
+	$params = array('fileId' => $fileId);
1956
+	$params = array_merge($params, $optParams);
1957
+	return $this->call('untrash', array($params), "Google_Service_Drive_DriveFile");
1958 1958
   }
1959 1959
 
1960 1960
   /**
@@ -1994,9 +1994,9 @@  discard block
 block discarded – undo
1994 1994
    */
1995 1995
   public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1996 1996
   {
1997
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1998
-    $params = array_merge($params, $optParams);
1999
-    return $this->call('update', array($params), "Google_Service_Drive_DriveFile");
1997
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1998
+	$params = array_merge($params, $optParams);
1999
+	return $this->call('update', array($params), "Google_Service_Drive_DriveFile");
2000 2000
   }
2001 2001
 
2002 2002
   /**
@@ -2018,9 +2018,9 @@  discard block
 block discarded – undo
2018 2018
    */
2019 2019
   public function watch($fileId, Google_Service_Drive_Channel $postBody, $optParams = array())
2020 2020
   {
2021
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2022
-    $params = array_merge($params, $optParams);
2023
-    return $this->call('watch', array($params), "Google_Service_Drive_Channel");
2021
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2022
+	$params = array_merge($params, $optParams);
2023
+	return $this->call('watch', array($params), "Google_Service_Drive_Channel");
2024 2024
   }
2025 2025
 }
2026 2026
 
@@ -2044,9 +2044,9 @@  discard block
 block discarded – undo
2044 2044
    */
2045 2045
   public function delete($fileId, $parentId, $optParams = array())
2046 2046
   {
2047
-    $params = array('fileId' => $fileId, 'parentId' => $parentId);
2048
-    $params = array_merge($params, $optParams);
2049
-    return $this->call('delete', array($params));
2047
+	$params = array('fileId' => $fileId, 'parentId' => $parentId);
2048
+	$params = array_merge($params, $optParams);
2049
+	return $this->call('delete', array($params));
2050 2050
   }
2051 2051
 
2052 2052
   /**
@@ -2059,9 +2059,9 @@  discard block
 block discarded – undo
2059 2059
    */
2060 2060
   public function get($fileId, $parentId, $optParams = array())
2061 2061
   {
2062
-    $params = array('fileId' => $fileId, 'parentId' => $parentId);
2063
-    $params = array_merge($params, $optParams);
2064
-    return $this->call('get', array($params), "Google_Service_Drive_ParentReference");
2062
+	$params = array('fileId' => $fileId, 'parentId' => $parentId);
2063
+	$params = array_merge($params, $optParams);
2064
+	return $this->call('get', array($params), "Google_Service_Drive_ParentReference");
2065 2065
   }
2066 2066
 
2067 2067
   /**
@@ -2074,9 +2074,9 @@  discard block
 block discarded – undo
2074 2074
    */
2075 2075
   public function insert($fileId, Google_Service_Drive_ParentReference $postBody, $optParams = array())
2076 2076
   {
2077
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2078
-    $params = array_merge($params, $optParams);
2079
-    return $this->call('insert', array($params), "Google_Service_Drive_ParentReference");
2077
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2078
+	$params = array_merge($params, $optParams);
2079
+	return $this->call('insert', array($params), "Google_Service_Drive_ParentReference");
2080 2080
   }
2081 2081
 
2082 2082
   /**
@@ -2088,9 +2088,9 @@  discard block
 block discarded – undo
2088 2088
    */
2089 2089
   public function listParents($fileId, $optParams = array())
2090 2090
   {
2091
-    $params = array('fileId' => $fileId);
2092
-    $params = array_merge($params, $optParams);
2093
-    return $this->call('list', array($params), "Google_Service_Drive_ParentList");
2091
+	$params = array('fileId' => $fileId);
2092
+	$params = array_merge($params, $optParams);
2093
+	return $this->call('list', array($params), "Google_Service_Drive_ParentList");
2094 2094
   }
2095 2095
 }
2096 2096
 
@@ -2114,9 +2114,9 @@  discard block
 block discarded – undo
2114 2114
    */
2115 2115
   public function delete($fileId, $permissionId, $optParams = array())
2116 2116
   {
2117
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2118
-    $params = array_merge($params, $optParams);
2119
-    return $this->call('delete', array($params));
2117
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2118
+	$params = array_merge($params, $optParams);
2119
+	return $this->call('delete', array($params));
2120 2120
   }
2121 2121
 
2122 2122
   /**
@@ -2129,9 +2129,9 @@  discard block
 block discarded – undo
2129 2129
    */
2130 2130
   public function get($fileId, $permissionId, $optParams = array())
2131 2131
   {
2132
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2133
-    $params = array_merge($params, $optParams);
2134
-    return $this->call('get', array($params), "Google_Service_Drive_Permission");
2132
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2133
+	$params = array_merge($params, $optParams);
2134
+	return $this->call('get', array($params), "Google_Service_Drive_Permission");
2135 2135
   }
2136 2136
 
2137 2137
   /**
@@ -2143,9 +2143,9 @@  discard block
 block discarded – undo
2143 2143
    */
2144 2144
   public function getIdForEmail($email, $optParams = array())
2145 2145
   {
2146
-    $params = array('email' => $email);
2147
-    $params = array_merge($params, $optParams);
2148
-    return $this->call('getIdForEmail', array($params), "Google_Service_Drive_PermissionId");
2146
+	$params = array('email' => $email);
2147
+	$params = array_merge($params, $optParams);
2148
+	return $this->call('getIdForEmail', array($params), "Google_Service_Drive_PermissionId");
2149 2149
   }
2150 2150
 
2151 2151
   /**
@@ -2164,9 +2164,9 @@  discard block
 block discarded – undo
2164 2164
    */
2165 2165
   public function insert($fileId, Google_Service_Drive_Permission $postBody, $optParams = array())
2166 2166
   {
2167
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2168
-    $params = array_merge($params, $optParams);
2169
-    return $this->call('insert', array($params), "Google_Service_Drive_Permission");
2167
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2168
+	$params = array_merge($params, $optParams);
2169
+	return $this->call('insert', array($params), "Google_Service_Drive_Permission");
2170 2170
   }
2171 2171
 
2172 2172
   /**
@@ -2178,9 +2178,9 @@  discard block
 block discarded – undo
2178 2178
    */
2179 2179
   public function listPermissions($fileId, $optParams = array())
2180 2180
   {
2181
-    $params = array('fileId' => $fileId);
2182
-    $params = array_merge($params, $optParams);
2183
-    return $this->call('list', array($params), "Google_Service_Drive_PermissionList");
2181
+	$params = array('fileId' => $fileId);
2182
+	$params = array_merge($params, $optParams);
2183
+	return $this->call('list', array($params), "Google_Service_Drive_PermissionList");
2184 2184
   }
2185 2185
 
2186 2186
   /**
@@ -2199,9 +2199,9 @@  discard block
 block discarded – undo
2199 2199
    */
2200 2200
   public function patch($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
2201 2201
   {
2202
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2203
-    $params = array_merge($params, $optParams);
2204
-    return $this->call('patch', array($params), "Google_Service_Drive_Permission");
2202
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2203
+	$params = array_merge($params, $optParams);
2204
+	return $this->call('patch', array($params), "Google_Service_Drive_Permission");
2205 2205
   }
2206 2206
 
2207 2207
   /**
@@ -2219,9 +2219,9 @@  discard block
 block discarded – undo
2219 2219
    */
2220 2220
   public function update($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
2221 2221
   {
2222
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2223
-    $params = array_merge($params, $optParams);
2224
-    return $this->call('update', array($params), "Google_Service_Drive_Permission");
2222
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2223
+	$params = array_merge($params, $optParams);
2224
+	return $this->call('update', array($params), "Google_Service_Drive_Permission");
2225 2225
   }
2226 2226
 }
2227 2227
 
@@ -2247,9 +2247,9 @@  discard block
 block discarded – undo
2247 2247
    */
2248 2248
   public function delete($fileId, $propertyKey, $optParams = array())
2249 2249
   {
2250
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2251
-    $params = array_merge($params, $optParams);
2252
-    return $this->call('delete', array($params));
2250
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2251
+	$params = array_merge($params, $optParams);
2252
+	return $this->call('delete', array($params));
2253 2253
   }
2254 2254
 
2255 2255
   /**
@@ -2264,9 +2264,9 @@  discard block
 block discarded – undo
2264 2264
    */
2265 2265
   public function get($fileId, $propertyKey, $optParams = array())
2266 2266
   {
2267
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2268
-    $params = array_merge($params, $optParams);
2269
-    return $this->call('get', array($params), "Google_Service_Drive_Property");
2267
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2268
+	$params = array_merge($params, $optParams);
2269
+	return $this->call('get', array($params), "Google_Service_Drive_Property");
2270 2270
   }
2271 2271
 
2272 2272
   /**
@@ -2279,9 +2279,9 @@  discard block
 block discarded – undo
2279 2279
    */
2280 2280
   public function insert($fileId, Google_Service_Drive_Property $postBody, $optParams = array())
2281 2281
   {
2282
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2283
-    $params = array_merge($params, $optParams);
2284
-    return $this->call('insert', array($params), "Google_Service_Drive_Property");
2282
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2283
+	$params = array_merge($params, $optParams);
2284
+	return $this->call('insert', array($params), "Google_Service_Drive_Property");
2285 2285
   }
2286 2286
 
2287 2287
   /**
@@ -2293,9 +2293,9 @@  discard block
 block discarded – undo
2293 2293
    */
2294 2294
   public function listProperties($fileId, $optParams = array())
2295 2295
   {
2296
-    $params = array('fileId' => $fileId);
2297
-    $params = array_merge($params, $optParams);
2298
-    return $this->call('list', array($params), "Google_Service_Drive_PropertyList");
2296
+	$params = array('fileId' => $fileId);
2297
+	$params = array_merge($params, $optParams);
2298
+	return $this->call('list', array($params), "Google_Service_Drive_PropertyList");
2299 2299
   }
2300 2300
 
2301 2301
   /**
@@ -2311,9 +2311,9 @@  discard block
 block discarded – undo
2311 2311
    */
2312 2312
   public function patch($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
2313 2313
   {
2314
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2315
-    $params = array_merge($params, $optParams);
2316
-    return $this->call('patch', array($params), "Google_Service_Drive_Property");
2314
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2315
+	$params = array_merge($params, $optParams);
2316
+	return $this->call('patch', array($params), "Google_Service_Drive_Property");
2317 2317
   }
2318 2318
 
2319 2319
   /**
@@ -2329,9 +2329,9 @@  discard block
 block discarded – undo
2329 2329
    */
2330 2330
   public function update($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
2331 2331
   {
2332
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2333
-    $params = array_merge($params, $optParams);
2334
-    return $this->call('update', array($params), "Google_Service_Drive_Property");
2332
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2333
+	$params = array_merge($params, $optParams);
2334
+	return $this->call('update', array($params), "Google_Service_Drive_Property");
2335 2335
   }
2336 2336
 }
2337 2337
 
@@ -2361,9 +2361,9 @@  discard block
 block discarded – undo
2361 2361
    */
2362 2362
   public function get($fileId, $optParams = array())
2363 2363
   {
2364
-    $params = array('fileId' => $fileId);
2365
-    $params = array_merge($params, $optParams);
2366
-    return $this->call('get', array($params));
2364
+	$params = array('fileId' => $fileId);
2365
+	$params = array_merge($params, $optParams);
2366
+	return $this->call('get', array($params));
2367 2367
   }
2368 2368
 
2369 2369
   /**
@@ -2382,9 +2382,9 @@  discard block
 block discarded – undo
2382 2382
    */
2383 2383
   public function update($fileId, $optParams = array())
2384 2384
   {
2385
-    $params = array('fileId' => $fileId);
2386
-    $params = array_merge($params, $optParams);
2387
-    return $this->call('update', array($params));
2385
+	$params = array('fileId' => $fileId);
2386
+	$params = array_merge($params, $optParams);
2387
+	return $this->call('update', array($params));
2388 2388
   }
2389 2389
 }
2390 2390
 
@@ -2409,9 +2409,9 @@  discard block
 block discarded – undo
2409 2409
    */
2410 2410
   public function delete($fileId, $commentId, $replyId, $optParams = array())
2411 2411
   {
2412
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2413
-    $params = array_merge($params, $optParams);
2414
-    return $this->call('delete', array($params));
2412
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2413
+	$params = array_merge($params, $optParams);
2414
+	return $this->call('delete', array($params));
2415 2415
   }
2416 2416
 
2417 2417
   /**
@@ -2428,9 +2428,9 @@  discard block
 block discarded – undo
2428 2428
    */
2429 2429
   public function get($fileId, $commentId, $replyId, $optParams = array())
2430 2430
   {
2431
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2432
-    $params = array_merge($params, $optParams);
2433
-    return $this->call('get', array($params), "Google_Service_Drive_CommentReply");
2431
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2432
+	$params = array_merge($params, $optParams);
2433
+	return $this->call('get', array($params), "Google_Service_Drive_CommentReply");
2434 2434
   }
2435 2435
 
2436 2436
   /**
@@ -2444,9 +2444,9 @@  discard block
 block discarded – undo
2444 2444
    */
2445 2445
   public function insert($fileId, $commentId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2446 2446
   {
2447
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
2448
-    $params = array_merge($params, $optParams);
2449
-    return $this->call('insert', array($params), "Google_Service_Drive_CommentReply");
2447
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
2448
+	$params = array_merge($params, $optParams);
2449
+	return $this->call('insert', array($params), "Google_Service_Drive_CommentReply");
2450 2450
   }
2451 2451
 
2452 2452
   /**
@@ -2467,9 +2467,9 @@  discard block
 block discarded – undo
2467 2467
    */
2468 2468
   public function listReplies($fileId, $commentId, $optParams = array())
2469 2469
   {
2470
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
2471
-    $params = array_merge($params, $optParams);
2472
-    return $this->call('list', array($params), "Google_Service_Drive_CommentReplyList");
2470
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
2471
+	$params = array_merge($params, $optParams);
2472
+	return $this->call('list', array($params), "Google_Service_Drive_CommentReplyList");
2473 2473
   }
2474 2474
 
2475 2475
   /**
@@ -2485,9 +2485,9 @@  discard block
 block discarded – undo
2485 2485
    */
2486 2486
   public function patch($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2487 2487
   {
2488
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2489
-    $params = array_merge($params, $optParams);
2490
-    return $this->call('patch', array($params), "Google_Service_Drive_CommentReply");
2488
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2489
+	$params = array_merge($params, $optParams);
2490
+	return $this->call('patch', array($params), "Google_Service_Drive_CommentReply");
2491 2491
   }
2492 2492
 
2493 2493
   /**
@@ -2502,9 +2502,9 @@  discard block
 block discarded – undo
2502 2502
    */
2503 2503
   public function update($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2504 2504
   {
2505
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2506
-    $params = array_merge($params, $optParams);
2507
-    return $this->call('update', array($params), "Google_Service_Drive_CommentReply");
2505
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2506
+	$params = array_merge($params, $optParams);
2507
+	return $this->call('update', array($params), "Google_Service_Drive_CommentReply");
2508 2508
   }
2509 2509
 }
2510 2510
 
@@ -2528,9 +2528,9 @@  discard block
 block discarded – undo
2528 2528
    */
2529 2529
   public function delete($fileId, $revisionId, $optParams = array())
2530 2530
   {
2531
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2532
-    $params = array_merge($params, $optParams);
2533
-    return $this->call('delete', array($params));
2531
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2532
+	$params = array_merge($params, $optParams);
2533
+	return $this->call('delete', array($params));
2534 2534
   }
2535 2535
 
2536 2536
   /**
@@ -2543,9 +2543,9 @@  discard block
 block discarded – undo
2543 2543
    */
2544 2544
   public function get($fileId, $revisionId, $optParams = array())
2545 2545
   {
2546
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2547
-    $params = array_merge($params, $optParams);
2548
-    return $this->call('get', array($params), "Google_Service_Drive_Revision");
2546
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2547
+	$params = array_merge($params, $optParams);
2548
+	return $this->call('get', array($params), "Google_Service_Drive_Revision");
2549 2549
   }
2550 2550
 
2551 2551
   /**
@@ -2557,9 +2557,9 @@  discard block
 block discarded – undo
2557 2557
    */
2558 2558
   public function listRevisions($fileId, $optParams = array())
2559 2559
   {
2560
-    $params = array('fileId' => $fileId);
2561
-    $params = array_merge($params, $optParams);
2562
-    return $this->call('list', array($params), "Google_Service_Drive_RevisionList");
2560
+	$params = array('fileId' => $fileId);
2561
+	$params = array_merge($params, $optParams);
2562
+	return $this->call('list', array($params), "Google_Service_Drive_RevisionList");
2563 2563
   }
2564 2564
 
2565 2565
   /**
@@ -2573,9 +2573,9 @@  discard block
 block discarded – undo
2573 2573
    */
2574 2574
   public function patch($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array())
2575 2575
   {
2576
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2577
-    $params = array_merge($params, $optParams);
2578
-    return $this->call('patch', array($params), "Google_Service_Drive_Revision");
2576
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2577
+	$params = array_merge($params, $optParams);
2578
+	return $this->call('patch', array($params), "Google_Service_Drive_Revision");
2579 2579
   }
2580 2580
 
2581 2581
   /**
@@ -2589,9 +2589,9 @@  discard block
 block discarded – undo
2589 2589
    */
2590 2590
   public function update($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array())
2591 2591
   {
2592
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2593
-    $params = array_merge($params, $optParams);
2594
-    return $this->call('update', array($params), "Google_Service_Drive_Revision");
2592
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2593
+	$params = array_merge($params, $optParams);
2594
+	return $this->call('update', array($params), "Google_Service_Drive_Revision");
2595 2595
   }
2596 2596
 }
2597 2597
 
@@ -2638,195 +2638,195 @@  discard block
 block discarded – undo
2638 2638
 
2639 2639
   public function setAdditionalRoleInfo($additionalRoleInfo)
2640 2640
   {
2641
-    $this->additionalRoleInfo = $additionalRoleInfo;
2641
+	$this->additionalRoleInfo = $additionalRoleInfo;
2642 2642
   }
2643 2643
   public function getAdditionalRoleInfo()
2644 2644
   {
2645
-    return $this->additionalRoleInfo;
2645
+	return $this->additionalRoleInfo;
2646 2646
   }
2647 2647
   public function setDomainSharingPolicy($domainSharingPolicy)
2648 2648
   {
2649
-    $this->domainSharingPolicy = $domainSharingPolicy;
2649
+	$this->domainSharingPolicy = $domainSharingPolicy;
2650 2650
   }
2651 2651
   public function getDomainSharingPolicy()
2652 2652
   {
2653
-    return $this->domainSharingPolicy;
2653
+	return $this->domainSharingPolicy;
2654 2654
   }
2655 2655
   public function setEtag($etag)
2656 2656
   {
2657
-    $this->etag = $etag;
2657
+	$this->etag = $etag;
2658 2658
   }
2659 2659
   public function getEtag()
2660 2660
   {
2661
-    return $this->etag;
2661
+	return $this->etag;
2662 2662
   }
2663 2663
   public function setExportFormats($exportFormats)
2664 2664
   {
2665
-    $this->exportFormats = $exportFormats;
2665
+	$this->exportFormats = $exportFormats;
2666 2666
   }
2667 2667
   public function getExportFormats()
2668 2668
   {
2669
-    return $this->exportFormats;
2669
+	return $this->exportFormats;
2670 2670
   }
2671 2671
   public function setFeatures($features)
2672 2672
   {
2673
-    $this->features = $features;
2673
+	$this->features = $features;
2674 2674
   }
2675 2675
   public function getFeatures()
2676 2676
   {
2677
-    return $this->features;
2677
+	return $this->features;
2678 2678
   }
2679 2679
   public function setFolderColorPalette($folderColorPalette)
2680 2680
   {
2681
-    $this->folderColorPalette = $folderColorPalette;
2681
+	$this->folderColorPalette = $folderColorPalette;
2682 2682
   }
2683 2683
   public function getFolderColorPalette()
2684 2684
   {
2685
-    return $this->folderColorPalette;
2685
+	return $this->folderColorPalette;
2686 2686
   }
2687 2687
   public function setImportFormats($importFormats)
2688 2688
   {
2689
-    $this->importFormats = $importFormats;
2689
+	$this->importFormats = $importFormats;
2690 2690
   }
2691 2691
   public function getImportFormats()
2692 2692
   {
2693
-    return $this->importFormats;
2693
+	return $this->importFormats;
2694 2694
   }
2695 2695
   public function setIsCurrentAppInstalled($isCurrentAppInstalled)
2696 2696
   {
2697
-    $this->isCurrentAppInstalled = $isCurrentAppInstalled;
2697
+	$this->isCurrentAppInstalled = $isCurrentAppInstalled;
2698 2698
   }
2699 2699
   public function getIsCurrentAppInstalled()
2700 2700
   {
2701
-    return $this->isCurrentAppInstalled;
2701
+	return $this->isCurrentAppInstalled;
2702 2702
   }
2703 2703
   public function setKind($kind)
2704 2704
   {
2705
-    $this->kind = $kind;
2705
+	$this->kind = $kind;
2706 2706
   }
2707 2707
   public function getKind()
2708 2708
   {
2709
-    return $this->kind;
2709
+	return $this->kind;
2710 2710
   }
2711 2711
   public function setLanguageCode($languageCode)
2712 2712
   {
2713
-    $this->languageCode = $languageCode;
2713
+	$this->languageCode = $languageCode;
2714 2714
   }
2715 2715
   public function getLanguageCode()
2716 2716
   {
2717
-    return $this->languageCode;
2717
+	return $this->languageCode;
2718 2718
   }
2719 2719
   public function setLargestChangeId($largestChangeId)
2720 2720
   {
2721
-    $this->largestChangeId = $largestChangeId;
2721
+	$this->largestChangeId = $largestChangeId;
2722 2722
   }
2723 2723
   public function getLargestChangeId()
2724 2724
   {
2725
-    return $this->largestChangeId;
2725
+	return $this->largestChangeId;
2726 2726
   }
2727 2727
   public function setMaxUploadSizes($maxUploadSizes)
2728 2728
   {
2729
-    $this->maxUploadSizes = $maxUploadSizes;
2729
+	$this->maxUploadSizes = $maxUploadSizes;
2730 2730
   }
2731 2731
   public function getMaxUploadSizes()
2732 2732
   {
2733
-    return $this->maxUploadSizes;
2733
+	return $this->maxUploadSizes;
2734 2734
   }
2735 2735
   public function setName($name)
2736 2736
   {
2737
-    $this->name = $name;
2737
+	$this->name = $name;
2738 2738
   }
2739 2739
   public function getName()
2740 2740
   {
2741
-    return $this->name;
2741
+	return $this->name;
2742 2742
   }
2743 2743
   public function setPermissionId($permissionId)
2744 2744
   {
2745
-    $this->permissionId = $permissionId;
2745
+	$this->permissionId = $permissionId;
2746 2746
   }
2747 2747
   public function getPermissionId()
2748 2748
   {
2749
-    return $this->permissionId;
2749
+	return $this->permissionId;
2750 2750
   }
2751 2751
   public function setQuotaBytesByService($quotaBytesByService)
2752 2752
   {
2753
-    $this->quotaBytesByService = $quotaBytesByService;
2753
+	$this->quotaBytesByService = $quotaBytesByService;
2754 2754
   }
2755 2755
   public function getQuotaBytesByService()
2756 2756
   {
2757
-    return $this->quotaBytesByService;
2757
+	return $this->quotaBytesByService;
2758 2758
   }
2759 2759
   public function setQuotaBytesTotal($quotaBytesTotal)
2760 2760
   {
2761
-    $this->quotaBytesTotal = $quotaBytesTotal;
2761
+	$this->quotaBytesTotal = $quotaBytesTotal;
2762 2762
   }
2763 2763
   public function getQuotaBytesTotal()
2764 2764
   {
2765
-    return $this->quotaBytesTotal;
2765
+	return $this->quotaBytesTotal;
2766 2766
   }
2767 2767
   public function setQuotaBytesUsed($quotaBytesUsed)
2768 2768
   {
2769
-    $this->quotaBytesUsed = $quotaBytesUsed;
2769
+	$this->quotaBytesUsed = $quotaBytesUsed;
2770 2770
   }
2771 2771
   public function getQuotaBytesUsed()
2772 2772
   {
2773
-    return $this->quotaBytesUsed;
2773
+	return $this->quotaBytesUsed;
2774 2774
   }
2775 2775
   public function setQuotaBytesUsedAggregate($quotaBytesUsedAggregate)
2776 2776
   {
2777
-    $this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
2777
+	$this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
2778 2778
   }
2779 2779
   public function getQuotaBytesUsedAggregate()
2780 2780
   {
2781
-    return $this->quotaBytesUsedAggregate;
2781
+	return $this->quotaBytesUsedAggregate;
2782 2782
   }
2783 2783
   public function setQuotaBytesUsedInTrash($quotaBytesUsedInTrash)
2784 2784
   {
2785
-    $this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
2785
+	$this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
2786 2786
   }
2787 2787
   public function getQuotaBytesUsedInTrash()
2788 2788
   {
2789
-    return $this->quotaBytesUsedInTrash;
2789
+	return $this->quotaBytesUsedInTrash;
2790 2790
   }
2791 2791
   public function setQuotaType($quotaType)
2792 2792
   {
2793
-    $this->quotaType = $quotaType;
2793
+	$this->quotaType = $quotaType;
2794 2794
   }
2795 2795
   public function getQuotaType()
2796 2796
   {
2797
-    return $this->quotaType;
2797
+	return $this->quotaType;
2798 2798
   }
2799 2799
   public function setRemainingChangeIds($remainingChangeIds)
2800 2800
   {
2801
-    $this->remainingChangeIds = $remainingChangeIds;
2801
+	$this->remainingChangeIds = $remainingChangeIds;
2802 2802
   }
2803 2803
   public function getRemainingChangeIds()
2804 2804
   {
2805
-    return $this->remainingChangeIds;
2805
+	return $this->remainingChangeIds;
2806 2806
   }
2807 2807
   public function setRootFolderId($rootFolderId)
2808 2808
   {
2809
-    $this->rootFolderId = $rootFolderId;
2809
+	$this->rootFolderId = $rootFolderId;
2810 2810
   }
2811 2811
   public function getRootFolderId()
2812 2812
   {
2813
-    return $this->rootFolderId;
2813
+	return $this->rootFolderId;
2814 2814
   }
2815 2815
   public function setSelfLink($selfLink)
2816 2816
   {
2817
-    $this->selfLink = $selfLink;
2817
+	$this->selfLink = $selfLink;
2818 2818
   }
2819 2819
   public function getSelfLink()
2820 2820
   {
2821
-    return $this->selfLink;
2821
+	return $this->selfLink;
2822 2822
   }
2823 2823
   public function setUser(Google_Service_Drive_User $user)
2824 2824
   {
2825
-    $this->user = $user;
2825
+	$this->user = $user;
2826 2826
   }
2827 2827
   public function getUser()
2828 2828
   {
2829
-    return $this->user;
2829
+	return $this->user;
2830 2830
   }
2831 2831
 }
2832 2832
 
@@ -2842,19 +2842,19 @@  discard block
 block discarded – undo
2842 2842
 
2843 2843
   public function setRoleSets($roleSets)
2844 2844
   {
2845
-    $this->roleSets = $roleSets;
2845
+	$this->roleSets = $roleSets;
2846 2846
   }
2847 2847
   public function getRoleSets()
2848 2848
   {
2849
-    return $this->roleSets;
2849
+	return $this->roleSets;
2850 2850
   }
2851 2851
   public function setType($type)
2852 2852
   {
2853
-    $this->type = $type;
2853
+	$this->type = $type;
2854 2854
   }
2855 2855
   public function getType()
2856 2856
   {
2857
-    return $this->type;
2857
+	return $this->type;
2858 2858
   }
2859 2859
 }
2860 2860
 
@@ -2869,19 +2869,19 @@  discard block
 block discarded – undo
2869 2869
 
2870 2870
   public function setAdditionalRoles($additionalRoles)
2871 2871
   {
2872
-    $this->additionalRoles = $additionalRoles;
2872
+	$this->additionalRoles = $additionalRoles;
2873 2873
   }
2874 2874
   public function getAdditionalRoles()
2875 2875
   {
2876
-    return $this->additionalRoles;
2876
+	return $this->additionalRoles;
2877 2877
   }
2878 2878
   public function setPrimaryRole($primaryRole)
2879 2879
   {
2880
-    $this->primaryRole = $primaryRole;
2880
+	$this->primaryRole = $primaryRole;
2881 2881
   }
2882 2882
   public function getPrimaryRole()
2883 2883
   {
2884
-    return $this->primaryRole;
2884
+	return $this->primaryRole;
2885 2885
   }
2886 2886
 }
2887 2887
 
@@ -2896,19 +2896,19 @@  discard block
 block discarded – undo
2896 2896
 
2897 2897
   public function setSource($source)
2898 2898
   {
2899
-    $this->source = $source;
2899
+	$this->source = $source;
2900 2900
   }
2901 2901
   public function getSource()
2902 2902
   {
2903
-    return $this->source;
2903
+	return $this->source;
2904 2904
   }
2905 2905
   public function setTargets($targets)
2906 2906
   {
2907
-    $this->targets = $targets;
2907
+	$this->targets = $targets;
2908 2908
   }
2909 2909
   public function getTargets()
2910 2910
   {
2911
-    return $this->targets;
2911
+	return $this->targets;
2912 2912
   }
2913 2913
 }
2914 2914
 
@@ -2922,19 +2922,19 @@  discard block
 block discarded – undo
2922 2922
 
2923 2923
   public function setFeatureName($featureName)
2924 2924
   {
2925
-    $this->featureName = $featureName;
2925
+	$this->featureName = $featureName;
2926 2926
   }
2927 2927
   public function getFeatureName()
2928 2928
   {
2929
-    return $this->featureName;
2929
+	return $this->featureName;
2930 2930
   }
2931 2931
   public function setFeatureRate($featureRate)
2932 2932
   {
2933
-    $this->featureRate = $featureRate;
2933
+	$this->featureRate = $featureRate;
2934 2934
   }
2935 2935
   public function getFeatureRate()
2936 2936
   {
2937
-    return $this->featureRate;
2937
+	return $this->featureRate;
2938 2938
   }
2939 2939
 }
2940 2940
 
@@ -2949,19 +2949,19 @@  discard block
 block discarded – undo
2949 2949
 
2950 2950
   public function setSource($source)
2951 2951
   {
2952
-    $this->source = $source;
2952
+	$this->source = $source;
2953 2953
   }
2954 2954
   public function getSource()
2955 2955
   {
2956
-    return $this->source;
2956
+	return $this->source;
2957 2957
   }
2958 2958
   public function setTargets($targets)
2959 2959
   {
2960
-    $this->targets = $targets;
2960
+	$this->targets = $targets;
2961 2961
   }
2962 2962
   public function getTargets()
2963 2963
   {
2964
-    return $this->targets;
2964
+	return $this->targets;
2965 2965
   }
2966 2966
 }
2967 2967
 
@@ -2975,19 +2975,19 @@  discard block
 block discarded – undo
2975 2975
 
2976 2976
   public function setSize($size)
2977 2977
   {
2978
-    $this->size = $size;
2978
+	$this->size = $size;
2979 2979
   }
2980 2980
   public function getSize()
2981 2981
   {
2982
-    return $this->size;
2982
+	return $this->size;
2983 2983
   }
2984 2984
   public function setType($type)
2985 2985
   {
2986
-    $this->type = $type;
2986
+	$this->type = $type;
2987 2987
   }
2988 2988
   public function getType()
2989 2989
   {
2990
-    return $this->type;
2990
+	return $this->type;
2991 2991
   }
2992 2992
 }
2993 2993
 
@@ -3001,19 +3001,19 @@  discard block
 block discarded – undo
3001 3001
 
3002 3002
   public function setBytesUsed($bytesUsed)
3003 3003
   {
3004
-    $this->bytesUsed = $bytesUsed;
3004
+	$this->bytesUsed = $bytesUsed;
3005 3005
   }
3006 3006
   public function getBytesUsed()
3007 3007
   {
3008
-    return $this->bytesUsed;
3008
+	return $this->bytesUsed;
3009 3009
   }
3010 3010
   public function setServiceName($serviceName)
3011 3011
   {
3012
-    $this->serviceName = $serviceName;
3012
+	$this->serviceName = $serviceName;
3013 3013
   }
3014 3014
   public function getServiceName()
3015 3015
   {
3016
-    return $this->serviceName;
3016
+	return $this->serviceName;
3017 3017
   }
3018 3018
 }
3019 3019
 
@@ -3051,195 +3051,195 @@  discard block
 block discarded – undo
3051 3051
 
3052 3052
   public function setAuthorized($authorized)
3053 3053
   {
3054
-    $this->authorized = $authorized;
3054
+	$this->authorized = $authorized;
3055 3055
   }
3056 3056
   public function getAuthorized()
3057 3057
   {
3058
-    return $this->authorized;
3058
+	return $this->authorized;
3059 3059
   }
3060 3060
   public function setCreateInFolderTemplate($createInFolderTemplate)
3061 3061
   {
3062
-    $this->createInFolderTemplate = $createInFolderTemplate;
3062
+	$this->createInFolderTemplate = $createInFolderTemplate;
3063 3063
   }
3064 3064
   public function getCreateInFolderTemplate()
3065 3065
   {
3066
-    return $this->createInFolderTemplate;
3066
+	return $this->createInFolderTemplate;
3067 3067
   }
3068 3068
   public function setCreateUrl($createUrl)
3069 3069
   {
3070
-    $this->createUrl = $createUrl;
3070
+	$this->createUrl = $createUrl;
3071 3071
   }
3072 3072
   public function getCreateUrl()
3073 3073
   {
3074
-    return $this->createUrl;
3074
+	return $this->createUrl;
3075 3075
   }
3076 3076
   public function setHasDriveWideScope($hasDriveWideScope)
3077 3077
   {
3078
-    $this->hasDriveWideScope = $hasDriveWideScope;
3078
+	$this->hasDriveWideScope = $hasDriveWideScope;
3079 3079
   }
3080 3080
   public function getHasDriveWideScope()
3081 3081
   {
3082
-    return $this->hasDriveWideScope;
3082
+	return $this->hasDriveWideScope;
3083 3083
   }
3084 3084
   public function setIcons($icons)
3085 3085
   {
3086
-    $this->icons = $icons;
3086
+	$this->icons = $icons;
3087 3087
   }
3088 3088
   public function getIcons()
3089 3089
   {
3090
-    return $this->icons;
3090
+	return $this->icons;
3091 3091
   }
3092 3092
   public function setId($id)
3093 3093
   {
3094
-    $this->id = $id;
3094
+	$this->id = $id;
3095 3095
   }
3096 3096
   public function getId()
3097 3097
   {
3098
-    return $this->id;
3098
+	return $this->id;
3099 3099
   }
3100 3100
   public function setInstalled($installed)
3101 3101
   {
3102
-    $this->installed = $installed;
3102
+	$this->installed = $installed;
3103 3103
   }
3104 3104
   public function getInstalled()
3105 3105
   {
3106
-    return $this->installed;
3106
+	return $this->installed;
3107 3107
   }
3108 3108
   public function setKind($kind)
3109 3109
   {
3110
-    $this->kind = $kind;
3110
+	$this->kind = $kind;
3111 3111
   }
3112 3112
   public function getKind()
3113 3113
   {
3114
-    return $this->kind;
3114
+	return $this->kind;
3115 3115
   }
3116 3116
   public function setLongDescription($longDescription)
3117 3117
   {
3118
-    $this->longDescription = $longDescription;
3118
+	$this->longDescription = $longDescription;
3119 3119
   }
3120 3120
   public function getLongDescription()
3121 3121
   {
3122
-    return $this->longDescription;
3122
+	return $this->longDescription;
3123 3123
   }
3124 3124
   public function setName($name)
3125 3125
   {
3126
-    $this->name = $name;
3126
+	$this->name = $name;
3127 3127
   }
3128 3128
   public function getName()
3129 3129
   {
3130
-    return $this->name;
3130
+	return $this->name;
3131 3131
   }
3132 3132
   public function setObjectType($objectType)
3133 3133
   {
3134
-    $this->objectType = $objectType;
3134
+	$this->objectType = $objectType;
3135 3135
   }
3136 3136
   public function getObjectType()
3137 3137
   {
3138
-    return $this->objectType;
3138
+	return $this->objectType;
3139 3139
   }
3140 3140
   public function setOpenUrlTemplate($openUrlTemplate)
3141 3141
   {
3142
-    $this->openUrlTemplate = $openUrlTemplate;
3142
+	$this->openUrlTemplate = $openUrlTemplate;
3143 3143
   }
3144 3144
   public function getOpenUrlTemplate()
3145 3145
   {
3146
-    return $this->openUrlTemplate;
3146
+	return $this->openUrlTemplate;
3147 3147
   }
3148 3148
   public function setPrimaryFileExtensions($primaryFileExtensions)
3149 3149
   {
3150
-    $this->primaryFileExtensions = $primaryFileExtensions;
3150
+	$this->primaryFileExtensions = $primaryFileExtensions;
3151 3151
   }
3152 3152
   public function getPrimaryFileExtensions()
3153 3153
   {
3154
-    return $this->primaryFileExtensions;
3154
+	return $this->primaryFileExtensions;
3155 3155
   }
3156 3156
   public function setPrimaryMimeTypes($primaryMimeTypes)
3157 3157
   {
3158
-    $this->primaryMimeTypes = $primaryMimeTypes;
3158
+	$this->primaryMimeTypes = $primaryMimeTypes;
3159 3159
   }
3160 3160
   public function getPrimaryMimeTypes()
3161 3161
   {
3162
-    return $this->primaryMimeTypes;
3162
+	return $this->primaryMimeTypes;
3163 3163
   }
3164 3164
   public function setProductId($productId)
3165 3165
   {
3166
-    $this->productId = $productId;
3166
+	$this->productId = $productId;
3167 3167
   }
3168 3168
   public function getProductId()
3169 3169
   {
3170
-    return $this->productId;
3170
+	return $this->productId;
3171 3171
   }
3172 3172
   public function setProductUrl($productUrl)
3173 3173
   {
3174
-    $this->productUrl = $productUrl;
3174
+	$this->productUrl = $productUrl;
3175 3175
   }
3176 3176
   public function getProductUrl()
3177 3177
   {
3178
-    return $this->productUrl;
3178
+	return $this->productUrl;
3179 3179
   }
3180 3180
   public function setSecondaryFileExtensions($secondaryFileExtensions)
3181 3181
   {
3182
-    $this->secondaryFileExtensions = $secondaryFileExtensions;
3182
+	$this->secondaryFileExtensions = $secondaryFileExtensions;
3183 3183
   }
3184 3184
   public function getSecondaryFileExtensions()
3185 3185
   {
3186
-    return $this->secondaryFileExtensions;
3186
+	return $this->secondaryFileExtensions;
3187 3187
   }
3188 3188
   public function setSecondaryMimeTypes($secondaryMimeTypes)
3189 3189
   {
3190
-    $this->secondaryMimeTypes = $secondaryMimeTypes;
3190
+	$this->secondaryMimeTypes = $secondaryMimeTypes;
3191 3191
   }
3192 3192
   public function getSecondaryMimeTypes()
3193 3193
   {
3194
-    return $this->secondaryMimeTypes;
3194
+	return $this->secondaryMimeTypes;
3195 3195
   }
3196 3196
   public function setShortDescription($shortDescription)
3197 3197
   {
3198
-    $this->shortDescription = $shortDescription;
3198
+	$this->shortDescription = $shortDescription;
3199 3199
   }
3200 3200
   public function getShortDescription()
3201 3201
   {
3202
-    return $this->shortDescription;
3202
+	return $this->shortDescription;
3203 3203
   }
3204 3204
   public function setSupportsCreate($supportsCreate)
3205 3205
   {
3206
-    $this->supportsCreate = $supportsCreate;
3206
+	$this->supportsCreate = $supportsCreate;
3207 3207
   }
3208 3208
   public function getSupportsCreate()
3209 3209
   {
3210
-    return $this->supportsCreate;
3210
+	return $this->supportsCreate;
3211 3211
   }
3212 3212
   public function setSupportsImport($supportsImport)
3213 3213
   {
3214
-    $this->supportsImport = $supportsImport;
3214
+	$this->supportsImport = $supportsImport;
3215 3215
   }
3216 3216
   public function getSupportsImport()
3217 3217
   {
3218
-    return $this->supportsImport;
3218
+	return $this->supportsImport;
3219 3219
   }
3220 3220
   public function setSupportsMultiOpen($supportsMultiOpen)
3221 3221
   {
3222
-    $this->supportsMultiOpen = $supportsMultiOpen;
3222
+	$this->supportsMultiOpen = $supportsMultiOpen;
3223 3223
   }
3224 3224
   public function getSupportsMultiOpen()
3225 3225
   {
3226
-    return $this->supportsMultiOpen;
3226
+	return $this->supportsMultiOpen;
3227 3227
   }
3228 3228
   public function setSupportsOfflineCreate($supportsOfflineCreate)
3229 3229
   {
3230
-    $this->supportsOfflineCreate = $supportsOfflineCreate;
3230
+	$this->supportsOfflineCreate = $supportsOfflineCreate;
3231 3231
   }
3232 3232
   public function getSupportsOfflineCreate()
3233 3233
   {
3234
-    return $this->supportsOfflineCreate;
3234
+	return $this->supportsOfflineCreate;
3235 3235
   }
3236 3236
   public function setUseByDefault($useByDefault)
3237 3237
   {
3238
-    $this->useByDefault = $useByDefault;
3238
+	$this->useByDefault = $useByDefault;
3239 3239
   }
3240 3240
   public function getUseByDefault()
3241 3241
   {
3242
-    return $this->useByDefault;
3242
+	return $this->useByDefault;
3243 3243
   }
3244 3244
 }
3245 3245
 
@@ -3254,27 +3254,27 @@  discard block
 block discarded – undo
3254 3254
 
3255 3255
   public function setCategory($category)
3256 3256
   {
3257
-    $this->category = $category;
3257
+	$this->category = $category;
3258 3258
   }
3259 3259
   public function getCategory()
3260 3260
   {
3261
-    return $this->category;
3261
+	return $this->category;
3262 3262
   }
3263 3263
   public function setIconUrl($iconUrl)
3264 3264
   {
3265
-    $this->iconUrl = $iconUrl;
3265
+	$this->iconUrl = $iconUrl;
3266 3266
   }
3267 3267
   public function getIconUrl()
3268 3268
   {
3269
-    return $this->iconUrl;
3269
+	return $this->iconUrl;
3270 3270
   }
3271 3271
   public function setSize($size)
3272 3272
   {
3273
-    $this->size = $size;
3273
+	$this->size = $size;
3274 3274
   }
3275 3275
   public function getSize()
3276 3276
   {
3277
-    return $this->size;
3277
+	return $this->size;
3278 3278
   }
3279 3279
 }
3280 3280
 
@@ -3293,43 +3293,43 @@  discard block
 block discarded – undo
3293 3293
 
3294 3294
   public function setDefaultAppIds($defaultAppIds)
3295 3295
   {
3296
-    $this->defaultAppIds = $defaultAppIds;
3296
+	$this->defaultAppIds = $defaultAppIds;
3297 3297
   }
3298 3298
   public function getDefaultAppIds()
3299 3299
   {
3300
-    return $this->defaultAppIds;
3300
+	return $this->defaultAppIds;
3301 3301
   }
3302 3302
   public function setEtag($etag)
3303 3303
   {
3304
-    $this->etag = $etag;
3304
+	$this->etag = $etag;
3305 3305
   }
3306 3306
   public function getEtag()
3307 3307
   {
3308
-    return $this->etag;
3308
+	return $this->etag;
3309 3309
   }
3310 3310
   public function setItems($items)
3311 3311
   {
3312
-    $this->items = $items;
3312
+	$this->items = $items;
3313 3313
   }
3314 3314
   public function getItems()
3315 3315
   {
3316
-    return $this->items;
3316
+	return $this->items;
3317 3317
   }
3318 3318
   public function setKind($kind)
3319 3319
   {
3320
-    $this->kind = $kind;
3320
+	$this->kind = $kind;
3321 3321
   }
3322 3322
   public function getKind()
3323 3323
   {
3324
-    return $this->kind;
3324
+	return $this->kind;
3325 3325
   }
3326 3326
   public function setSelfLink($selfLink)
3327 3327
   {
3328
-    $this->selfLink = $selfLink;
3328
+	$this->selfLink = $selfLink;
3329 3329
   }
3330 3330
   public function getSelfLink()
3331 3331
   {
3332
-    return $this->selfLink;
3332
+	return $this->selfLink;
3333 3333
   }
3334 3334
 }
3335 3335
 
@@ -3349,59 +3349,59 @@  discard block
 block discarded – undo
3349 3349
 
3350 3350
   public function setDeleted($deleted)
3351 3351
   {
3352
-    $this->deleted = $deleted;
3352
+	$this->deleted = $deleted;
3353 3353
   }
3354 3354
   public function getDeleted()
3355 3355
   {
3356
-    return $this->deleted;
3356
+	return $this->deleted;
3357 3357
   }
3358 3358
   public function setFile(Google_Service_Drive_DriveFile $file)
3359 3359
   {
3360
-    $this->file = $file;
3360
+	$this->file = $file;
3361 3361
   }
3362 3362
   public function getFile()
3363 3363
   {
3364
-    return $this->file;
3364
+	return $this->file;
3365 3365
   }
3366 3366
   public function setFileId($fileId)
3367 3367
   {
3368
-    $this->fileId = $fileId;
3368
+	$this->fileId = $fileId;
3369 3369
   }
3370 3370
   public function getFileId()
3371 3371
   {
3372
-    return $this->fileId;
3372
+	return $this->fileId;
3373 3373
   }
3374 3374
   public function setId($id)
3375 3375
   {
3376
-    $this->id = $id;
3376
+	$this->id = $id;
3377 3377
   }
3378 3378
   public function getId()
3379 3379
   {
3380
-    return $this->id;
3380
+	return $this->id;
3381 3381
   }
3382 3382
   public function setKind($kind)
3383 3383
   {
3384
-    $this->kind = $kind;
3384
+	$this->kind = $kind;
3385 3385
   }
3386 3386
   public function getKind()
3387 3387
   {
3388
-    return $this->kind;
3388
+	return $this->kind;
3389 3389
   }
3390 3390
   public function setModificationDate($modificationDate)
3391 3391
   {
3392
-    $this->modificationDate = $modificationDate;
3392
+	$this->modificationDate = $modificationDate;
3393 3393
   }
3394 3394
   public function getModificationDate()
3395 3395
   {
3396
-    return $this->modificationDate;
3396
+	return $this->modificationDate;
3397 3397
   }
3398 3398
   public function setSelfLink($selfLink)
3399 3399
   {
3400
-    $this->selfLink = $selfLink;
3400
+	$this->selfLink = $selfLink;
3401 3401
   }
3402 3402
   public function getSelfLink()
3403 3403
   {
3404
-    return $this->selfLink;
3404
+	return $this->selfLink;
3405 3405
   }
3406 3406
 }
3407 3407
 
@@ -3422,59 +3422,59 @@  discard block
 block discarded – undo
3422 3422
 
3423 3423
   public function setEtag($etag)
3424 3424
   {
3425
-    $this->etag = $etag;
3425
+	$this->etag = $etag;
3426 3426
   }
3427 3427
   public function getEtag()
3428 3428
   {
3429
-    return $this->etag;
3429
+	return $this->etag;
3430 3430
   }
3431 3431
   public function setItems($items)
3432 3432
   {
3433
-    $this->items = $items;
3433
+	$this->items = $items;
3434 3434
   }
3435 3435
   public function getItems()
3436 3436
   {
3437
-    return $this->items;
3437
+	return $this->items;
3438 3438
   }
3439 3439
   public function setKind($kind)
3440 3440
   {
3441
-    $this->kind = $kind;
3441
+	$this->kind = $kind;
3442 3442
   }
3443 3443
   public function getKind()
3444 3444
   {
3445
-    return $this->kind;
3445
+	return $this->kind;
3446 3446
   }
3447 3447
   public function setLargestChangeId($largestChangeId)
3448 3448
   {
3449
-    $this->largestChangeId = $largestChangeId;
3449
+	$this->largestChangeId = $largestChangeId;
3450 3450
   }
3451 3451
   public function getLargestChangeId()
3452 3452
   {
3453
-    return $this->largestChangeId;
3453
+	return $this->largestChangeId;
3454 3454
   }
3455 3455
   public function setNextLink($nextLink)
3456 3456
   {
3457
-    $this->nextLink = $nextLink;
3457
+	$this->nextLink = $nextLink;
3458 3458
   }
3459 3459
   public function getNextLink()
3460 3460
   {
3461
-    return $this->nextLink;
3461
+	return $this->nextLink;
3462 3462
   }
3463 3463
   public function setNextPageToken($nextPageToken)
3464 3464
   {
3465
-    $this->nextPageToken = $nextPageToken;
3465
+	$this->nextPageToken = $nextPageToken;
3466 3466
   }
3467 3467
   public function getNextPageToken()
3468 3468
   {
3469
-    return $this->nextPageToken;
3469
+	return $this->nextPageToken;
3470 3470
   }
3471 3471
   public function setSelfLink($selfLink)
3472 3472
   {
3473
-    $this->selfLink = $selfLink;
3473
+	$this->selfLink = $selfLink;
3474 3474
   }
3475 3475
   public function getSelfLink()
3476 3476
   {
3477
-    return $this->selfLink;
3477
+	return $this->selfLink;
3478 3478
   }
3479 3479
 }
3480 3480
 
@@ -3496,83 +3496,83 @@  discard block
 block discarded – undo
3496 3496
 
3497 3497
   public function setAddress($address)
3498 3498
   {
3499
-    $this->address = $address;
3499
+	$this->address = $address;
3500 3500
   }
3501 3501
   public function getAddress()
3502 3502
   {
3503
-    return $this->address;
3503
+	return $this->address;
3504 3504
   }
3505 3505
   public function setExpiration($expiration)
3506 3506
   {
3507
-    $this->expiration = $expiration;
3507
+	$this->expiration = $expiration;
3508 3508
   }
3509 3509
   public function getExpiration()
3510 3510
   {
3511
-    return $this->expiration;
3511
+	return $this->expiration;
3512 3512
   }
3513 3513
   public function setId($id)
3514 3514
   {
3515
-    $this->id = $id;
3515
+	$this->id = $id;
3516 3516
   }
3517 3517
   public function getId()
3518 3518
   {
3519
-    return $this->id;
3519
+	return $this->id;
3520 3520
   }
3521 3521
   public function setKind($kind)
3522 3522
   {
3523
-    $this->kind = $kind;
3523
+	$this->kind = $kind;
3524 3524
   }
3525 3525
   public function getKind()
3526 3526
   {
3527
-    return $this->kind;
3527
+	return $this->kind;
3528 3528
   }
3529 3529
   public function setParams($params)
3530 3530
   {
3531
-    $this->params = $params;
3531
+	$this->params = $params;
3532 3532
   }
3533 3533
   public function getParams()
3534 3534
   {
3535
-    return $this->params;
3535
+	return $this->params;
3536 3536
   }
3537 3537
   public function setPayload($payload)
3538 3538
   {
3539
-    $this->payload = $payload;
3539
+	$this->payload = $payload;
3540 3540
   }
3541 3541
   public function getPayload()
3542 3542
   {
3543
-    return $this->payload;
3543
+	return $this->payload;
3544 3544
   }
3545 3545
   public function setResourceId($resourceId)
3546 3546
   {
3547
-    $this->resourceId = $resourceId;
3547
+	$this->resourceId = $resourceId;
3548 3548
   }
3549 3549
   public function getResourceId()
3550 3550
   {
3551
-    return $this->resourceId;
3551
+	return $this->resourceId;
3552 3552
   }
3553 3553
   public function setResourceUri($resourceUri)
3554 3554
   {
3555
-    $this->resourceUri = $resourceUri;
3555
+	$this->resourceUri = $resourceUri;
3556 3556
   }
3557 3557
   public function getResourceUri()
3558 3558
   {
3559
-    return $this->resourceUri;
3559
+	return $this->resourceUri;
3560 3560
   }
3561 3561
   public function setToken($token)
3562 3562
   {
3563
-    $this->token = $token;
3563
+	$this->token = $token;
3564 3564
   }
3565 3565
   public function getToken()
3566 3566
   {
3567
-    return $this->token;
3567
+	return $this->token;
3568 3568
   }
3569 3569
   public function setType($type)
3570 3570
   {
3571
-    $this->type = $type;
3571
+	$this->type = $type;
3572 3572
   }
3573 3573
   public function getType()
3574 3574
   {
3575
-    return $this->type;
3575
+	return $this->type;
3576 3576
   }
3577 3577
 }
3578 3578
 
@@ -3596,51 +3596,51 @@  discard block
 block discarded – undo
3596 3596
 
3597 3597
   public function setEtag($etag)
3598 3598
   {
3599
-    $this->etag = $etag;
3599
+	$this->etag = $etag;
3600 3600
   }
3601 3601
   public function getEtag()
3602 3602
   {
3603
-    return $this->etag;
3603
+	return $this->etag;
3604 3604
   }
3605 3605
   public function setItems($items)
3606 3606
   {
3607
-    $this->items = $items;
3607
+	$this->items = $items;
3608 3608
   }
3609 3609
   public function getItems()
3610 3610
   {
3611
-    return $this->items;
3611
+	return $this->items;
3612 3612
   }
3613 3613
   public function setKind($kind)
3614 3614
   {
3615
-    $this->kind = $kind;
3615
+	$this->kind = $kind;
3616 3616
   }
3617 3617
   public function getKind()
3618 3618
   {
3619
-    return $this->kind;
3619
+	return $this->kind;
3620 3620
   }
3621 3621
   public function setNextLink($nextLink)
3622 3622
   {
3623
-    $this->nextLink = $nextLink;
3623
+	$this->nextLink = $nextLink;
3624 3624
   }
3625 3625
   public function getNextLink()
3626 3626
   {
3627
-    return $this->nextLink;
3627
+	return $this->nextLink;
3628 3628
   }
3629 3629
   public function setNextPageToken($nextPageToken)
3630 3630
   {
3631
-    $this->nextPageToken = $nextPageToken;
3631
+	$this->nextPageToken = $nextPageToken;
3632 3632
   }
3633 3633
   public function getNextPageToken()
3634 3634
   {
3635
-    return $this->nextPageToken;
3635
+	return $this->nextPageToken;
3636 3636
   }
3637 3637
   public function setSelfLink($selfLink)
3638 3638
   {
3639
-    $this->selfLink = $selfLink;
3639
+	$this->selfLink = $selfLink;
3640 3640
   }
3641 3641
   public function getSelfLink()
3642 3642
   {
3643
-    return $this->selfLink;
3643
+	return $this->selfLink;
3644 3644
   }
3645 3645
 }
3646 3646
 
@@ -3656,35 +3656,35 @@  discard block
 block discarded – undo
3656 3656
 
3657 3657
   public function setChildLink($childLink)
3658 3658
   {
3659
-    $this->childLink = $childLink;
3659
+	$this->childLink = $childLink;
3660 3660
   }
3661 3661
   public function getChildLink()
3662 3662
   {
3663
-    return $this->childLink;
3663
+	return $this->childLink;
3664 3664
   }
3665 3665
   public function setId($id)
3666 3666
   {
3667
-    $this->id = $id;
3667
+	$this->id = $id;
3668 3668
   }
3669 3669
   public function getId()
3670 3670
   {
3671
-    return $this->id;
3671
+	return $this->id;
3672 3672
   }
3673 3673
   public function setKind($kind)
3674 3674
   {
3675
-    $this->kind = $kind;
3675
+	$this->kind = $kind;
3676 3676
   }
3677 3677
   public function getKind()
3678 3678
   {
3679
-    return $this->kind;
3679
+	return $this->kind;
3680 3680
   }
3681 3681
   public function setSelfLink($selfLink)
3682 3682
   {
3683
-    $this->selfLink = $selfLink;
3683
+	$this->selfLink = $selfLink;
3684 3684
   }
3685 3685
   public function getSelfLink()
3686 3686
   {
3687
-    return $this->selfLink;
3687
+	return $this->selfLink;
3688 3688
   }
3689 3689
 }
3690 3690
 
@@ -3715,123 +3715,123 @@  discard block
 block discarded – undo
3715 3715
 
3716 3716
   public function setAnchor($anchor)
3717 3717
   {
3718
-    $this->anchor = $anchor;
3718
+	$this->anchor = $anchor;
3719 3719
   }
3720 3720
   public function getAnchor()
3721 3721
   {
3722
-    return $this->anchor;
3722
+	return $this->anchor;
3723 3723
   }
3724 3724
   public function setAuthor(Google_Service_Drive_User $author)
3725 3725
   {
3726
-    $this->author = $author;
3726
+	$this->author = $author;
3727 3727
   }
3728 3728
   public function getAuthor()
3729 3729
   {
3730
-    return $this->author;
3730
+	return $this->author;
3731 3731
   }
3732 3732
   public function setCommentId($commentId)
3733 3733
   {
3734
-    $this->commentId = $commentId;
3734
+	$this->commentId = $commentId;
3735 3735
   }
3736 3736
   public function getCommentId()
3737 3737
   {
3738
-    return $this->commentId;
3738
+	return $this->commentId;
3739 3739
   }
3740 3740
   public function setContent($content)
3741 3741
   {
3742
-    $this->content = $content;
3742
+	$this->content = $content;
3743 3743
   }
3744 3744
   public function getContent()
3745 3745
   {
3746
-    return $this->content;
3746
+	return $this->content;
3747 3747
   }
3748 3748
   public function setContext(Google_Service_Drive_CommentContext $context)
3749 3749
   {
3750
-    $this->context = $context;
3750
+	$this->context = $context;
3751 3751
   }
3752 3752
   public function getContext()
3753 3753
   {
3754
-    return $this->context;
3754
+	return $this->context;
3755 3755
   }
3756 3756
   public function setCreatedDate($createdDate)
3757 3757
   {
3758
-    $this->createdDate = $createdDate;
3758
+	$this->createdDate = $createdDate;
3759 3759
   }
3760 3760
   public function getCreatedDate()
3761 3761
   {
3762
-    return $this->createdDate;
3762
+	return $this->createdDate;
3763 3763
   }
3764 3764
   public function setDeleted($deleted)
3765 3765
   {
3766
-    $this->deleted = $deleted;
3766
+	$this->deleted = $deleted;
3767 3767
   }
3768 3768
   public function getDeleted()
3769 3769
   {
3770
-    return $this->deleted;
3770
+	return $this->deleted;
3771 3771
   }
3772 3772
   public function setFileId($fileId)
3773 3773
   {
3774
-    $this->fileId = $fileId;
3774
+	$this->fileId = $fileId;
3775 3775
   }
3776 3776
   public function getFileId()
3777 3777
   {
3778
-    return $this->fileId;
3778
+	return $this->fileId;
3779 3779
   }
3780 3780
   public function setFileTitle($fileTitle)
3781 3781
   {
3782
-    $this->fileTitle = $fileTitle;
3782
+	$this->fileTitle = $fileTitle;
3783 3783
   }
3784 3784
   public function getFileTitle()
3785 3785
   {
3786
-    return $this->fileTitle;
3786
+	return $this->fileTitle;
3787 3787
   }
3788 3788
   public function setHtmlContent($htmlContent)
3789 3789
   {
3790
-    $this->htmlContent = $htmlContent;
3790
+	$this->htmlContent = $htmlContent;
3791 3791
   }
3792 3792
   public function getHtmlContent()
3793 3793
   {
3794
-    return $this->htmlContent;
3794
+	return $this->htmlContent;
3795 3795
   }
3796 3796
   public function setKind($kind)
3797 3797
   {
3798
-    $this->kind = $kind;
3798
+	$this->kind = $kind;
3799 3799
   }
3800 3800
   public function getKind()
3801 3801
   {
3802
-    return $this->kind;
3802
+	return $this->kind;
3803 3803
   }
3804 3804
   public function setModifiedDate($modifiedDate)
3805 3805
   {
3806
-    $this->modifiedDate = $modifiedDate;
3806
+	$this->modifiedDate = $modifiedDate;
3807 3807
   }
3808 3808
   public function getModifiedDate()
3809 3809
   {
3810
-    return $this->modifiedDate;
3810
+	return $this->modifiedDate;
3811 3811
   }
3812 3812
   public function setReplies($replies)
3813 3813
   {
3814
-    $this->replies = $replies;
3814
+	$this->replies = $replies;
3815 3815
   }
3816 3816
   public function getReplies()
3817 3817
   {
3818
-    return $this->replies;
3818
+	return $this->replies;
3819 3819
   }
3820 3820
   public function setSelfLink($selfLink)
3821 3821
   {
3822
-    $this->selfLink = $selfLink;
3822
+	$this->selfLink = $selfLink;
3823 3823
   }
3824 3824
   public function getSelfLink()
3825 3825
   {
3826
-    return $this->selfLink;
3826
+	return $this->selfLink;
3827 3827
   }
3828 3828
   public function setStatus($status)
3829 3829
   {
3830
-    $this->status = $status;
3830
+	$this->status = $status;
3831 3831
   }
3832 3832
   public function getStatus()
3833 3833
   {
3834
-    return $this->status;
3834
+	return $this->status;
3835 3835
   }
3836 3836
 }
3837 3837
 
@@ -3845,19 +3845,19 @@  discard block
 block discarded – undo
3845 3845
 
3846 3846
   public function setType($type)
3847 3847
   {
3848
-    $this->type = $type;
3848
+	$this->type = $type;
3849 3849
   }
3850 3850
   public function getType()
3851 3851
   {
3852
-    return $this->type;
3852
+	return $this->type;
3853 3853
   }
3854 3854
   public function setValue($value)
3855 3855
   {
3856
-    $this->value = $value;
3856
+	$this->value = $value;
3857 3857
   }
3858 3858
   public function getValue()
3859 3859
   {
3860
-    return $this->value;
3860
+	return $this->value;
3861 3861
   }
3862 3862
 }
3863 3863
 
@@ -3876,43 +3876,43 @@  discard block
 block discarded – undo
3876 3876
 
3877 3877
   public function setItems($items)
3878 3878
   {
3879
-    $this->items = $items;
3879
+	$this->items = $items;
3880 3880
   }
3881 3881
   public function getItems()
3882 3882
   {
3883
-    return $this->items;
3883
+	return $this->items;
3884 3884
   }
3885 3885
   public function setKind($kind)
3886 3886
   {
3887
-    $this->kind = $kind;
3887
+	$this->kind = $kind;
3888 3888
   }
3889 3889
   public function getKind()
3890 3890
   {
3891
-    return $this->kind;
3891
+	return $this->kind;
3892 3892
   }
3893 3893
   public function setNextLink($nextLink)
3894 3894
   {
3895
-    $this->nextLink = $nextLink;
3895
+	$this->nextLink = $nextLink;
3896 3896
   }
3897 3897
   public function getNextLink()
3898 3898
   {
3899
-    return $this->nextLink;
3899
+	return $this->nextLink;
3900 3900
   }
3901 3901
   public function setNextPageToken($nextPageToken)
3902 3902
   {
3903
-    $this->nextPageToken = $nextPageToken;
3903
+	$this->nextPageToken = $nextPageToken;
3904 3904
   }
3905 3905
   public function getNextPageToken()
3906 3906
   {
3907
-    return $this->nextPageToken;
3907
+	return $this->nextPageToken;
3908 3908
   }
3909 3909
   public function setSelfLink($selfLink)
3910 3910
   {
3911
-    $this->selfLink = $selfLink;
3911
+	$this->selfLink = $selfLink;
3912 3912
   }
3913 3913
   public function getSelfLink()
3914 3914
   {
3915
-    return $this->selfLink;
3915
+	return $this->selfLink;
3916 3916
   }
3917 3917
 }
3918 3918
 
@@ -3934,75 +3934,75 @@  discard block
 block discarded – undo
3934 3934
 
3935 3935
   public function setAuthor(Google_Service_Drive_User $author)
3936 3936
   {
3937
-    $this->author = $author;
3937
+	$this->author = $author;
3938 3938
   }
3939 3939
   public function getAuthor()
3940 3940
   {
3941
-    return $this->author;
3941
+	return $this->author;
3942 3942
   }
3943 3943
   public function setContent($content)
3944 3944
   {
3945
-    $this->content = $content;
3945
+	$this->content = $content;
3946 3946
   }
3947 3947
   public function getContent()
3948 3948
   {
3949
-    return $this->content;
3949
+	return $this->content;
3950 3950
   }
3951 3951
   public function setCreatedDate($createdDate)
3952 3952
   {
3953
-    $this->createdDate = $createdDate;
3953
+	$this->createdDate = $createdDate;
3954 3954
   }
3955 3955
   public function getCreatedDate()
3956 3956
   {
3957
-    return $this->createdDate;
3957
+	return $this->createdDate;
3958 3958
   }
3959 3959
   public function setDeleted($deleted)
3960 3960
   {
3961
-    $this->deleted = $deleted;
3961
+	$this->deleted = $deleted;
3962 3962
   }
3963 3963
   public function getDeleted()
3964 3964
   {
3965
-    return $this->deleted;
3965
+	return $this->deleted;
3966 3966
   }
3967 3967
   public function setHtmlContent($htmlContent)
3968 3968
   {
3969
-    $this->htmlContent = $htmlContent;
3969
+	$this->htmlContent = $htmlContent;
3970 3970
   }
3971 3971
   public function getHtmlContent()
3972 3972
   {
3973
-    return $this->htmlContent;
3973
+	return $this->htmlContent;
3974 3974
   }
3975 3975
   public function setKind($kind)
3976 3976
   {
3977
-    $this->kind = $kind;
3977
+	$this->kind = $kind;
3978 3978
   }
3979 3979
   public function getKind()
3980 3980
   {
3981
-    return $this->kind;
3981
+	return $this->kind;
3982 3982
   }
3983 3983
   public function setModifiedDate($modifiedDate)
3984 3984
   {
3985
-    $this->modifiedDate = $modifiedDate;
3985
+	$this->modifiedDate = $modifiedDate;
3986 3986
   }
3987 3987
   public function getModifiedDate()
3988 3988
   {
3989
-    return $this->modifiedDate;
3989
+	return $this->modifiedDate;
3990 3990
   }
3991 3991
   public function setReplyId($replyId)
3992 3992
   {
3993
-    $this->replyId = $replyId;
3993
+	$this->replyId = $replyId;
3994 3994
   }
3995 3995
   public function getReplyId()
3996 3996
   {
3997
-    return $this->replyId;
3997
+	return $this->replyId;
3998 3998
   }
3999 3999
   public function setVerb($verb)
4000 4000
   {
4001
-    $this->verb = $verb;
4001
+	$this->verb = $verb;
4002 4002
   }
4003 4003
   public function getVerb()
4004 4004
   {
4005
-    return $this->verb;
4005
+	return $this->verb;
4006 4006
   }
4007 4007
 }
4008 4008
 
@@ -4021,43 +4021,43 @@  discard block
 block discarded – undo
4021 4021
 
4022 4022
   public function setItems($items)
4023 4023
   {
4024
-    $this->items = $items;
4024
+	$this->items = $items;
4025 4025
   }
4026 4026
   public function getItems()
4027 4027
   {
4028
-    return $this->items;
4028
+	return $this->items;
4029 4029
   }
4030 4030
   public function setKind($kind)
4031 4031
   {
4032
-    $this->kind = $kind;
4032
+	$this->kind = $kind;
4033 4033
   }
4034 4034
   public function getKind()
4035 4035
   {
4036
-    return $this->kind;
4036
+	return $this->kind;
4037 4037
   }
4038 4038
   public function setNextLink($nextLink)
4039 4039
   {
4040
-    $this->nextLink = $nextLink;
4040
+	$this->nextLink = $nextLink;
4041 4041
   }
4042 4042
   public function getNextLink()
4043 4043
   {
4044
-    return $this->nextLink;
4044
+	return $this->nextLink;
4045 4045
   }
4046 4046
   public function setNextPageToken($nextPageToken)
4047 4047
   {
4048
-    $this->nextPageToken = $nextPageToken;
4048
+	$this->nextPageToken = $nextPageToken;
4049 4049
   }
4050 4050
   public function getNextPageToken()
4051 4051
   {
4052
-    return $this->nextPageToken;
4052
+	return $this->nextPageToken;
4053 4053
   }
4054 4054
   public function setSelfLink($selfLink)
4055 4055
   {
4056
-    $this->selfLink = $selfLink;
4056
+	$this->selfLink = $selfLink;
4057 4057
   }
4058 4058
   public function getSelfLink()
4059 4059
   {
4060
-    return $this->selfLink;
4060
+	return $this->selfLink;
4061 4061
   }
4062 4062
 }
4063 4063
 
@@ -4138,451 +4138,451 @@  discard block
 block discarded – undo
4138 4138
 
4139 4139
   public function setAlternateLink($alternateLink)
4140 4140
   {
4141
-    $this->alternateLink = $alternateLink;
4141
+	$this->alternateLink = $alternateLink;
4142 4142
   }
4143 4143
   public function getAlternateLink()
4144 4144
   {
4145
-    return $this->alternateLink;
4145
+	return $this->alternateLink;
4146 4146
   }
4147 4147
   public function setAppDataContents($appDataContents)
4148 4148
   {
4149
-    $this->appDataContents = $appDataContents;
4149
+	$this->appDataContents = $appDataContents;
4150 4150
   }
4151 4151
   public function getAppDataContents()
4152 4152
   {
4153
-    return $this->appDataContents;
4153
+	return $this->appDataContents;
4154 4154
   }
4155 4155
   public function setCanComment($canComment)
4156 4156
   {
4157
-    $this->canComment = $canComment;
4157
+	$this->canComment = $canComment;
4158 4158
   }
4159 4159
   public function getCanComment()
4160 4160
   {
4161
-    return $this->canComment;
4161
+	return $this->canComment;
4162 4162
   }
4163 4163
   public function setCopyable($copyable)
4164 4164
   {
4165
-    $this->copyable = $copyable;
4165
+	$this->copyable = $copyable;
4166 4166
   }
4167 4167
   public function getCopyable()
4168 4168
   {
4169
-    return $this->copyable;
4169
+	return $this->copyable;
4170 4170
   }
4171 4171
   public function setCreatedDate($createdDate)
4172 4172
   {
4173
-    $this->createdDate = $createdDate;
4173
+	$this->createdDate = $createdDate;
4174 4174
   }
4175 4175
   public function getCreatedDate()
4176 4176
   {
4177
-    return $this->createdDate;
4177
+	return $this->createdDate;
4178 4178
   }
4179 4179
   public function setDefaultOpenWithLink($defaultOpenWithLink)
4180 4180
   {
4181
-    $this->defaultOpenWithLink = $defaultOpenWithLink;
4181
+	$this->defaultOpenWithLink = $defaultOpenWithLink;
4182 4182
   }
4183 4183
   public function getDefaultOpenWithLink()
4184 4184
   {
4185
-    return $this->defaultOpenWithLink;
4185
+	return $this->defaultOpenWithLink;
4186 4186
   }
4187 4187
   public function setDescription($description)
4188 4188
   {
4189
-    $this->description = $description;
4189
+	$this->description = $description;
4190 4190
   }
4191 4191
   public function getDescription()
4192 4192
   {
4193
-    return $this->description;
4193
+	return $this->description;
4194 4194
   }
4195 4195
   public function setDownloadUrl($downloadUrl)
4196 4196
   {
4197
-    $this->downloadUrl = $downloadUrl;
4197
+	$this->downloadUrl = $downloadUrl;
4198 4198
   }
4199 4199
   public function getDownloadUrl()
4200 4200
   {
4201
-    return $this->downloadUrl;
4201
+	return $this->downloadUrl;
4202 4202
   }
4203 4203
   public function setEditable($editable)
4204 4204
   {
4205
-    $this->editable = $editable;
4205
+	$this->editable = $editable;
4206 4206
   }
4207 4207
   public function getEditable()
4208 4208
   {
4209
-    return $this->editable;
4209
+	return $this->editable;
4210 4210
   }
4211 4211
   public function setEmbedLink($embedLink)
4212 4212
   {
4213
-    $this->embedLink = $embedLink;
4213
+	$this->embedLink = $embedLink;
4214 4214
   }
4215 4215
   public function getEmbedLink()
4216 4216
   {
4217
-    return $this->embedLink;
4217
+	return $this->embedLink;
4218 4218
   }
4219 4219
   public function setEtag($etag)
4220 4220
   {
4221
-    $this->etag = $etag;
4221
+	$this->etag = $etag;
4222 4222
   }
4223 4223
   public function getEtag()
4224 4224
   {
4225
-    return $this->etag;
4225
+	return $this->etag;
4226 4226
   }
4227 4227
   public function setExplicitlyTrashed($explicitlyTrashed)
4228 4228
   {
4229
-    $this->explicitlyTrashed = $explicitlyTrashed;
4229
+	$this->explicitlyTrashed = $explicitlyTrashed;
4230 4230
   }
4231 4231
   public function getExplicitlyTrashed()
4232 4232
   {
4233
-    return $this->explicitlyTrashed;
4233
+	return $this->explicitlyTrashed;
4234 4234
   }
4235 4235
   public function setExportLinks($exportLinks)
4236 4236
   {
4237
-    $this->exportLinks = $exportLinks;
4237
+	$this->exportLinks = $exportLinks;
4238 4238
   }
4239 4239
   public function getExportLinks()
4240 4240
   {
4241
-    return $this->exportLinks;
4241
+	return $this->exportLinks;
4242 4242
   }
4243 4243
   public function setFileExtension($fileExtension)
4244 4244
   {
4245
-    $this->fileExtension = $fileExtension;
4245
+	$this->fileExtension = $fileExtension;
4246 4246
   }
4247 4247
   public function getFileExtension()
4248 4248
   {
4249
-    return $this->fileExtension;
4249
+	return $this->fileExtension;
4250 4250
   }
4251 4251
   public function setFileSize($fileSize)
4252 4252
   {
4253
-    $this->fileSize = $fileSize;
4253
+	$this->fileSize = $fileSize;
4254 4254
   }
4255 4255
   public function getFileSize()
4256 4256
   {
4257
-    return $this->fileSize;
4257
+	return $this->fileSize;
4258 4258
   }
4259 4259
   public function setFolderColorRgb($folderColorRgb)
4260 4260
   {
4261
-    $this->folderColorRgb = $folderColorRgb;
4261
+	$this->folderColorRgb = $folderColorRgb;
4262 4262
   }
4263 4263
   public function getFolderColorRgb()
4264 4264
   {
4265
-    return $this->folderColorRgb;
4265
+	return $this->folderColorRgb;
4266 4266
   }
4267 4267
   public function setFullFileExtension($fullFileExtension)
4268 4268
   {
4269
-    $this->fullFileExtension = $fullFileExtension;
4269
+	$this->fullFileExtension = $fullFileExtension;
4270 4270
   }
4271 4271
   public function getFullFileExtension()
4272 4272
   {
4273
-    return $this->fullFileExtension;
4273
+	return $this->fullFileExtension;
4274 4274
   }
4275 4275
   public function setHeadRevisionId($headRevisionId)
4276 4276
   {
4277
-    $this->headRevisionId = $headRevisionId;
4277
+	$this->headRevisionId = $headRevisionId;
4278 4278
   }
4279 4279
   public function getHeadRevisionId()
4280 4280
   {
4281
-    return $this->headRevisionId;
4281
+	return $this->headRevisionId;
4282 4282
   }
4283 4283
   public function setIconLink($iconLink)
4284 4284
   {
4285
-    $this->iconLink = $iconLink;
4285
+	$this->iconLink = $iconLink;
4286 4286
   }
4287 4287
   public function getIconLink()
4288 4288
   {
4289
-    return $this->iconLink;
4289
+	return $this->iconLink;
4290 4290
   }
4291 4291
   public function setId($id)
4292 4292
   {
4293
-    $this->id = $id;
4293
+	$this->id = $id;
4294 4294
   }
4295 4295
   public function getId()
4296 4296
   {
4297
-    return $this->id;
4297
+	return $this->id;
4298 4298
   }
4299 4299
   public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMetadata $imageMediaMetadata)
4300 4300
   {
4301
-    $this->imageMediaMetadata = $imageMediaMetadata;
4301
+	$this->imageMediaMetadata = $imageMediaMetadata;
4302 4302
   }
4303 4303
   public function getImageMediaMetadata()
4304 4304
   {
4305
-    return $this->imageMediaMetadata;
4305
+	return $this->imageMediaMetadata;
4306 4306
   }
4307 4307
   public function setIndexableText(Google_Service_Drive_DriveFileIndexableText $indexableText)
4308 4308
   {
4309
-    $this->indexableText = $indexableText;
4309
+	$this->indexableText = $indexableText;
4310 4310
   }
4311 4311
   public function getIndexableText()
4312 4312
   {
4313
-    return $this->indexableText;
4313
+	return $this->indexableText;
4314 4314
   }
4315 4315
   public function setKind($kind)
4316 4316
   {
4317
-    $this->kind = $kind;
4317
+	$this->kind = $kind;
4318 4318
   }
4319 4319
   public function getKind()
4320 4320
   {
4321
-    return $this->kind;
4321
+	return $this->kind;
4322 4322
   }
4323 4323
   public function setLabels(Google_Service_Drive_DriveFileLabels $labels)
4324 4324
   {
4325
-    $this->labels = $labels;
4325
+	$this->labels = $labels;
4326 4326
   }
4327 4327
   public function getLabels()
4328 4328
   {
4329
-    return $this->labels;
4329
+	return $this->labels;
4330 4330
   }
4331 4331
   public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
4332 4332
   {
4333
-    $this->lastModifyingUser = $lastModifyingUser;
4333
+	$this->lastModifyingUser = $lastModifyingUser;
4334 4334
   }
4335 4335
   public function getLastModifyingUser()
4336 4336
   {
4337
-    return $this->lastModifyingUser;
4337
+	return $this->lastModifyingUser;
4338 4338
   }
4339 4339
   public function setLastModifyingUserName($lastModifyingUserName)
4340 4340
   {
4341
-    $this->lastModifyingUserName = $lastModifyingUserName;
4341
+	$this->lastModifyingUserName = $lastModifyingUserName;
4342 4342
   }
4343 4343
   public function getLastModifyingUserName()
4344 4344
   {
4345
-    return $this->lastModifyingUserName;
4345
+	return $this->lastModifyingUserName;
4346 4346
   }
4347 4347
   public function setLastViewedByMeDate($lastViewedByMeDate)
4348 4348
   {
4349
-    $this->lastViewedByMeDate = $lastViewedByMeDate;
4349
+	$this->lastViewedByMeDate = $lastViewedByMeDate;
4350 4350
   }
4351 4351
   public function getLastViewedByMeDate()
4352 4352
   {
4353
-    return $this->lastViewedByMeDate;
4353
+	return $this->lastViewedByMeDate;
4354 4354
   }
4355 4355
   public function setMarkedViewedByMeDate($markedViewedByMeDate)
4356 4356
   {
4357
-    $this->markedViewedByMeDate = $markedViewedByMeDate;
4357
+	$this->markedViewedByMeDate = $markedViewedByMeDate;
4358 4358
   }
4359 4359
   public function getMarkedViewedByMeDate()
4360 4360
   {
4361
-    return $this->markedViewedByMeDate;
4361
+	return $this->markedViewedByMeDate;
4362 4362
   }
4363 4363
   public function setMd5Checksum($md5Checksum)
4364 4364
   {
4365
-    $this->md5Checksum = $md5Checksum;
4365
+	$this->md5Checksum = $md5Checksum;
4366 4366
   }
4367 4367
   public function getMd5Checksum()
4368 4368
   {
4369
-    return $this->md5Checksum;
4369
+	return $this->md5Checksum;
4370 4370
   }
4371 4371
   public function setMimeType($mimeType)
4372 4372
   {
4373
-    $this->mimeType = $mimeType;
4373
+	$this->mimeType = $mimeType;
4374 4374
   }
4375 4375
   public function getMimeType()
4376 4376
   {
4377
-    return $this->mimeType;
4377
+	return $this->mimeType;
4378 4378
   }
4379 4379
   public function setModifiedByMeDate($modifiedByMeDate)
4380 4380
   {
4381
-    $this->modifiedByMeDate = $modifiedByMeDate;
4381
+	$this->modifiedByMeDate = $modifiedByMeDate;
4382 4382
   }
4383 4383
   public function getModifiedByMeDate()
4384 4384
   {
4385
-    return $this->modifiedByMeDate;
4385
+	return $this->modifiedByMeDate;
4386 4386
   }
4387 4387
   public function setModifiedDate($modifiedDate)
4388 4388
   {
4389
-    $this->modifiedDate = $modifiedDate;
4389
+	$this->modifiedDate = $modifiedDate;
4390 4390
   }
4391 4391
   public function getModifiedDate()
4392 4392
   {
4393
-    return $this->modifiedDate;
4393
+	return $this->modifiedDate;
4394 4394
   }
4395 4395
   public function setOpenWithLinks($openWithLinks)
4396 4396
   {
4397
-    $this->openWithLinks = $openWithLinks;
4397
+	$this->openWithLinks = $openWithLinks;
4398 4398
   }
4399 4399
   public function getOpenWithLinks()
4400 4400
   {
4401
-    return $this->openWithLinks;
4401
+	return $this->openWithLinks;
4402 4402
   }
4403 4403
   public function setOriginalFilename($originalFilename)
4404 4404
   {
4405
-    $this->originalFilename = $originalFilename;
4405
+	$this->originalFilename = $originalFilename;
4406 4406
   }
4407 4407
   public function getOriginalFilename()
4408 4408
   {
4409
-    return $this->originalFilename;
4409
+	return $this->originalFilename;
4410 4410
   }
4411 4411
   public function setOwnedByMe($ownedByMe)
4412 4412
   {
4413
-    $this->ownedByMe = $ownedByMe;
4413
+	$this->ownedByMe = $ownedByMe;
4414 4414
   }
4415 4415
   public function getOwnedByMe()
4416 4416
   {
4417
-    return $this->ownedByMe;
4417
+	return $this->ownedByMe;
4418 4418
   }
4419 4419
   public function setOwnerNames($ownerNames)
4420 4420
   {
4421
-    $this->ownerNames = $ownerNames;
4421
+	$this->ownerNames = $ownerNames;
4422 4422
   }
4423 4423
   public function getOwnerNames()
4424 4424
   {
4425
-    return $this->ownerNames;
4425
+	return $this->ownerNames;
4426 4426
   }
4427 4427
   public function setOwners($owners)
4428 4428
   {
4429
-    $this->owners = $owners;
4429
+	$this->owners = $owners;
4430 4430
   }
4431 4431
   public function getOwners()
4432 4432
   {
4433
-    return $this->owners;
4433
+	return $this->owners;
4434 4434
   }
4435 4435
   public function setParents($parents)
4436 4436
   {
4437
-    $this->parents = $parents;
4437
+	$this->parents = $parents;
4438 4438
   }
4439 4439
   public function getParents()
4440 4440
   {
4441
-    return $this->parents;
4441
+	return $this->parents;
4442 4442
   }
4443 4443
   public function setPermissions($permissions)
4444 4444
   {
4445
-    $this->permissions = $permissions;
4445
+	$this->permissions = $permissions;
4446 4446
   }
4447 4447
   public function getPermissions()
4448 4448
   {
4449
-    return $this->permissions;
4449
+	return $this->permissions;
4450 4450
   }
4451 4451
   public function setProperties($properties)
4452 4452
   {
4453
-    $this->properties = $properties;
4453
+	$this->properties = $properties;
4454 4454
   }
4455 4455
   public function getProperties()
4456 4456
   {
4457
-    return $this->properties;
4457
+	return $this->properties;
4458 4458
   }
4459 4459
   public function setQuotaBytesUsed($quotaBytesUsed)
4460 4460
   {
4461
-    $this->quotaBytesUsed = $quotaBytesUsed;
4461
+	$this->quotaBytesUsed = $quotaBytesUsed;
4462 4462
   }
4463 4463
   public function getQuotaBytesUsed()
4464 4464
   {
4465
-    return $this->quotaBytesUsed;
4465
+	return $this->quotaBytesUsed;
4466 4466
   }
4467 4467
   public function setSelfLink($selfLink)
4468 4468
   {
4469
-    $this->selfLink = $selfLink;
4469
+	$this->selfLink = $selfLink;
4470 4470
   }
4471 4471
   public function getSelfLink()
4472 4472
   {
4473
-    return $this->selfLink;
4473
+	return $this->selfLink;
4474 4474
   }
4475 4475
   public function setShareable($shareable)
4476 4476
   {
4477
-    $this->shareable = $shareable;
4477
+	$this->shareable = $shareable;
4478 4478
   }
4479 4479
   public function getShareable()
4480 4480
   {
4481
-    return $this->shareable;
4481
+	return $this->shareable;
4482 4482
   }
4483 4483
   public function setShared($shared)
4484 4484
   {
4485
-    $this->shared = $shared;
4485
+	$this->shared = $shared;
4486 4486
   }
4487 4487
   public function getShared()
4488 4488
   {
4489
-    return $this->shared;
4489
+	return $this->shared;
4490 4490
   }
4491 4491
   public function setSharedWithMeDate($sharedWithMeDate)
4492 4492
   {
4493
-    $this->sharedWithMeDate = $sharedWithMeDate;
4493
+	$this->sharedWithMeDate = $sharedWithMeDate;
4494 4494
   }
4495 4495
   public function getSharedWithMeDate()
4496 4496
   {
4497
-    return $this->sharedWithMeDate;
4497
+	return $this->sharedWithMeDate;
4498 4498
   }
4499 4499
   public function setSharingUser(Google_Service_Drive_User $sharingUser)
4500 4500
   {
4501
-    $this->sharingUser = $sharingUser;
4501
+	$this->sharingUser = $sharingUser;
4502 4502
   }
4503 4503
   public function getSharingUser()
4504 4504
   {
4505
-    return $this->sharingUser;
4505
+	return $this->sharingUser;
4506 4506
   }
4507 4507
   public function setSpaces($spaces)
4508 4508
   {
4509
-    $this->spaces = $spaces;
4509
+	$this->spaces = $spaces;
4510 4510
   }
4511 4511
   public function getSpaces()
4512 4512
   {
4513
-    return $this->spaces;
4513
+	return $this->spaces;
4514 4514
   }
4515 4515
   public function setThumbnail(Google_Service_Drive_DriveFileThumbnail $thumbnail)
4516 4516
   {
4517
-    $this->thumbnail = $thumbnail;
4517
+	$this->thumbnail = $thumbnail;
4518 4518
   }
4519 4519
   public function getThumbnail()
4520 4520
   {
4521
-    return $this->thumbnail;
4521
+	return $this->thumbnail;
4522 4522
   }
4523 4523
   public function setThumbnailLink($thumbnailLink)
4524 4524
   {
4525
-    $this->thumbnailLink = $thumbnailLink;
4525
+	$this->thumbnailLink = $thumbnailLink;
4526 4526
   }
4527 4527
   public function getThumbnailLink()
4528 4528
   {
4529
-    return $this->thumbnailLink;
4529
+	return $this->thumbnailLink;
4530 4530
   }
4531 4531
   public function setTitle($title)
4532 4532
   {
4533
-    $this->title = $title;
4533
+	$this->title = $title;
4534 4534
   }
4535 4535
   public function getTitle()
4536 4536
   {
4537
-    return $this->title;
4537
+	return $this->title;
4538 4538
   }
4539 4539
   public function setUserPermission(Google_Service_Drive_Permission $userPermission)
4540 4540
   {
4541
-    $this->userPermission = $userPermission;
4541
+	$this->userPermission = $userPermission;
4542 4542
   }
4543 4543
   public function getUserPermission()
4544 4544
   {
4545
-    return $this->userPermission;
4545
+	return $this->userPermission;
4546 4546
   }
4547 4547
   public function setVersion($version)
4548 4548
   {
4549
-    $this->version = $version;
4549
+	$this->version = $version;
4550 4550
   }
4551 4551
   public function getVersion()
4552 4552
   {
4553
-    return $this->version;
4553
+	return $this->version;
4554 4554
   }
4555 4555
   public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata)
4556 4556
   {
4557
-    $this->videoMediaMetadata = $videoMediaMetadata;
4557
+	$this->videoMediaMetadata = $videoMediaMetadata;
4558 4558
   }
4559 4559
   public function getVideoMediaMetadata()
4560 4560
   {
4561
-    return $this->videoMediaMetadata;
4561
+	return $this->videoMediaMetadata;
4562 4562
   }
4563 4563
   public function setWebContentLink($webContentLink)
4564 4564
   {
4565
-    $this->webContentLink = $webContentLink;
4565
+	$this->webContentLink = $webContentLink;
4566 4566
   }
4567 4567
   public function getWebContentLink()
4568 4568
   {
4569
-    return $this->webContentLink;
4569
+	return $this->webContentLink;
4570 4570
   }
4571 4571
   public function setWebViewLink($webViewLink)
4572 4572
   {
4573
-    $this->webViewLink = $webViewLink;
4573
+	$this->webViewLink = $webViewLink;
4574 4574
   }
4575 4575
   public function getWebViewLink()
4576 4576
   {
4577
-    return $this->webViewLink;
4577
+	return $this->webViewLink;
4578 4578
   }
4579 4579
   public function setWritersCanShare($writersCanShare)
4580 4580
   {
4581
-    $this->writersCanShare = $writersCanShare;
4581
+	$this->writersCanShare = $writersCanShare;
4582 4582
   }
4583 4583
   public function getWritersCanShare()
4584 4584
   {
4585
-    return $this->writersCanShare;
4585
+	return $this->writersCanShare;
4586 4586
   }
4587 4587
 }
4588 4588
 
@@ -4620,171 +4620,171 @@  discard block
 block discarded – undo
4620 4620
 
4621 4621
   public function setAperture($aperture)
4622 4622
   {
4623
-    $this->aperture = $aperture;
4623
+	$this->aperture = $aperture;
4624 4624
   }
4625 4625
   public function getAperture()
4626 4626
   {
4627
-    return $this->aperture;
4627
+	return $this->aperture;
4628 4628
   }
4629 4629
   public function setCameraMake($cameraMake)
4630 4630
   {
4631
-    $this->cameraMake = $cameraMake;
4631
+	$this->cameraMake = $cameraMake;
4632 4632
   }
4633 4633
   public function getCameraMake()
4634 4634
   {
4635
-    return $this->cameraMake;
4635
+	return $this->cameraMake;
4636 4636
   }
4637 4637
   public function setCameraModel($cameraModel)
4638 4638
   {
4639
-    $this->cameraModel = $cameraModel;
4639
+	$this->cameraModel = $cameraModel;
4640 4640
   }
4641 4641
   public function getCameraModel()
4642 4642
   {
4643
-    return $this->cameraModel;
4643
+	return $this->cameraModel;
4644 4644
   }
4645 4645
   public function setColorSpace($colorSpace)
4646 4646
   {
4647
-    $this->colorSpace = $colorSpace;
4647
+	$this->colorSpace = $colorSpace;
4648 4648
   }
4649 4649
   public function getColorSpace()
4650 4650
   {
4651
-    return $this->colorSpace;
4651
+	return $this->colorSpace;
4652 4652
   }
4653 4653
   public function setDate($date)
4654 4654
   {
4655
-    $this->date = $date;
4655
+	$this->date = $date;
4656 4656
   }
4657 4657
   public function getDate()
4658 4658
   {
4659
-    return $this->date;
4659
+	return $this->date;
4660 4660
   }
4661 4661
   public function setExposureBias($exposureBias)
4662 4662
   {
4663
-    $this->exposureBias = $exposureBias;
4663
+	$this->exposureBias = $exposureBias;
4664 4664
   }
4665 4665
   public function getExposureBias()
4666 4666
   {
4667
-    return $this->exposureBias;
4667
+	return $this->exposureBias;
4668 4668
   }
4669 4669
   public function setExposureMode($exposureMode)
4670 4670
   {
4671
-    $this->exposureMode = $exposureMode;
4671
+	$this->exposureMode = $exposureMode;
4672 4672
   }
4673 4673
   public function getExposureMode()
4674 4674
   {
4675
-    return $this->exposureMode;
4675
+	return $this->exposureMode;
4676 4676
   }
4677 4677
   public function setExposureTime($exposureTime)
4678 4678
   {
4679
-    $this->exposureTime = $exposureTime;
4679
+	$this->exposureTime = $exposureTime;
4680 4680
   }
4681 4681
   public function getExposureTime()
4682 4682
   {
4683
-    return $this->exposureTime;
4683
+	return $this->exposureTime;
4684 4684
   }
4685 4685
   public function setFlashUsed($flashUsed)
4686 4686
   {
4687
-    $this->flashUsed = $flashUsed;
4687
+	$this->flashUsed = $flashUsed;
4688 4688
   }
4689 4689
   public function getFlashUsed()
4690 4690
   {
4691
-    return $this->flashUsed;
4691
+	return $this->flashUsed;
4692 4692
   }
4693 4693
   public function setFocalLength($focalLength)
4694 4694
   {
4695
-    $this->focalLength = $focalLength;
4695
+	$this->focalLength = $focalLength;
4696 4696
   }
4697 4697
   public function getFocalLength()
4698 4698
   {
4699
-    return $this->focalLength;
4699
+	return $this->focalLength;
4700 4700
   }
4701 4701
   public function setHeight($height)
4702 4702
   {
4703
-    $this->height = $height;
4703
+	$this->height = $height;
4704 4704
   }
4705 4705
   public function getHeight()
4706 4706
   {
4707
-    return $this->height;
4707
+	return $this->height;
4708 4708
   }
4709 4709
   public function setIsoSpeed($isoSpeed)
4710 4710
   {
4711
-    $this->isoSpeed = $isoSpeed;
4711
+	$this->isoSpeed = $isoSpeed;
4712 4712
   }
4713 4713
   public function getIsoSpeed()
4714 4714
   {
4715
-    return $this->isoSpeed;
4715
+	return $this->isoSpeed;
4716 4716
   }
4717 4717
   public function setLens($lens)
4718 4718
   {
4719
-    $this->lens = $lens;
4719
+	$this->lens = $lens;
4720 4720
   }
4721 4721
   public function getLens()
4722 4722
   {
4723
-    return $this->lens;
4723
+	return $this->lens;
4724 4724
   }
4725 4725
   public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLocation $location)
4726 4726
   {
4727
-    $this->location = $location;
4727
+	$this->location = $location;
4728 4728
   }
4729 4729
   public function getLocation()
4730 4730
   {
4731
-    return $this->location;
4731
+	return $this->location;
4732 4732
   }
4733 4733
   public function setMaxApertureValue($maxApertureValue)
4734 4734
   {
4735
-    $this->maxApertureValue = $maxApertureValue;
4735
+	$this->maxApertureValue = $maxApertureValue;
4736 4736
   }
4737 4737
   public function getMaxApertureValue()
4738 4738
   {
4739
-    return $this->maxApertureValue;
4739
+	return $this->maxApertureValue;
4740 4740
   }
4741 4741
   public function setMeteringMode($meteringMode)
4742 4742
   {
4743
-    $this->meteringMode = $meteringMode;
4743
+	$this->meteringMode = $meteringMode;
4744 4744
   }
4745 4745
   public function getMeteringMode()
4746 4746
   {
4747
-    return $this->meteringMode;
4747
+	return $this->meteringMode;
4748 4748
   }
4749 4749
   public function setRotation($rotation)
4750 4750
   {
4751
-    $this->rotation = $rotation;
4751
+	$this->rotation = $rotation;
4752 4752
   }
4753 4753
   public function getRotation()
4754 4754
   {
4755
-    return $this->rotation;
4755
+	return $this->rotation;
4756 4756
   }
4757 4757
   public function setSensor($sensor)
4758 4758
   {
4759
-    $this->sensor = $sensor;
4759
+	$this->sensor = $sensor;
4760 4760
   }
4761 4761
   public function getSensor()
4762 4762
   {
4763
-    return $this->sensor;
4763
+	return $this->sensor;
4764 4764
   }
4765 4765
   public function setSubjectDistance($subjectDistance)
4766 4766
   {
4767
-    $this->subjectDistance = $subjectDistance;
4767
+	$this->subjectDistance = $subjectDistance;
4768 4768
   }
4769 4769
   public function getSubjectDistance()
4770 4770
   {
4771
-    return $this->subjectDistance;
4771
+	return $this->subjectDistance;
4772 4772
   }
4773 4773
   public function setWhiteBalance($whiteBalance)
4774 4774
   {
4775
-    $this->whiteBalance = $whiteBalance;
4775
+	$this->whiteBalance = $whiteBalance;
4776 4776
   }
4777 4777
   public function getWhiteBalance()
4778 4778
   {
4779
-    return $this->whiteBalance;
4779
+	return $this->whiteBalance;
4780 4780
   }
4781 4781
   public function setWidth($width)
4782 4782
   {
4783
-    $this->width = $width;
4783
+	$this->width = $width;
4784 4784
   }
4785 4785
   public function getWidth()
4786 4786
   {
4787
-    return $this->width;
4787
+	return $this->width;
4788 4788
   }
4789 4789
 }
4790 4790
 
@@ -4799,27 +4799,27 @@  discard block
 block discarded – undo
4799 4799
 
4800 4800
   public function setAltitude($altitude)
4801 4801
   {
4802
-    $this->altitude = $altitude;
4802
+	$this->altitude = $altitude;
4803 4803
   }
4804 4804
   public function getAltitude()
4805 4805
   {
4806
-    return $this->altitude;
4806
+	return $this->altitude;
4807 4807
   }
4808 4808
   public function setLatitude($latitude)
4809 4809
   {
4810
-    $this->latitude = $latitude;
4810
+	$this->latitude = $latitude;
4811 4811
   }
4812 4812
   public function getLatitude()
4813 4813
   {
4814
-    return $this->latitude;
4814
+	return $this->latitude;
4815 4815
   }
4816 4816
   public function setLongitude($longitude)
4817 4817
   {
4818
-    $this->longitude = $longitude;
4818
+	$this->longitude = $longitude;
4819 4819
   }
4820 4820
   public function getLongitude()
4821 4821
   {
4822
-    return $this->longitude;
4822
+	return $this->longitude;
4823 4823
   }
4824 4824
 }
4825 4825
 
@@ -4832,11 +4832,11 @@  discard block
 block discarded – undo
4832 4832
 
4833 4833
   public function setText($text)
4834 4834
   {
4835
-    $this->text = $text;
4835
+	$this->text = $text;
4836 4836
   }
4837 4837
   public function getText()
4838 4838
   {
4839
-    return $this->text;
4839
+	return $this->text;
4840 4840
   }
4841 4841
 }
4842 4842
 
@@ -4853,43 +4853,43 @@  discard block
 block discarded – undo
4853 4853
 
4854 4854
   public function setHidden($hidden)
4855 4855
   {
4856
-    $this->hidden = $hidden;
4856
+	$this->hidden = $hidden;
4857 4857
   }
4858 4858
   public function getHidden()
4859 4859
   {
4860
-    return $this->hidden;
4860
+	return $this->hidden;
4861 4861
   }
4862 4862
   public function setRestricted($restricted)
4863 4863
   {
4864
-    $this->restricted = $restricted;
4864
+	$this->restricted = $restricted;
4865 4865
   }
4866 4866
   public function getRestricted()
4867 4867
   {
4868
-    return $this->restricted;
4868
+	return $this->restricted;
4869 4869
   }
4870 4870
   public function setStarred($starred)
4871 4871
   {
4872
-    $this->starred = $starred;
4872
+	$this->starred = $starred;
4873 4873
   }
4874 4874
   public function getStarred()
4875 4875
   {
4876
-    return $this->starred;
4876
+	return $this->starred;
4877 4877
   }
4878 4878
   public function setTrashed($trashed)
4879 4879
   {
4880
-    $this->trashed = $trashed;
4880
+	$this->trashed = $trashed;
4881 4881
   }
4882 4882
   public function getTrashed()
4883 4883
   {
4884
-    return $this->trashed;
4884
+	return $this->trashed;
4885 4885
   }
4886 4886
   public function setViewed($viewed)
4887 4887
   {
4888
-    $this->viewed = $viewed;
4888
+	$this->viewed = $viewed;
4889 4889
   }
4890 4890
   public function getViewed()
4891 4891
   {
4892
-    return $this->viewed;
4892
+	return $this->viewed;
4893 4893
   }
4894 4894
 }
4895 4895
 
@@ -4907,19 +4907,19 @@  discard block
 block discarded – undo
4907 4907
 
4908 4908
   public function setImage($image)
4909 4909
   {
4910
-    $this->image = $image;
4910
+	$this->image = $image;
4911 4911
   }
4912 4912
   public function getImage()
4913 4913
   {
4914
-    return $this->image;
4914
+	return $this->image;
4915 4915
   }
4916 4916
   public function setMimeType($mimeType)
4917 4917
   {
4918
-    $this->mimeType = $mimeType;
4918
+	$this->mimeType = $mimeType;
4919 4919
   }
4920 4920
   public function getMimeType()
4921 4921
   {
4922
-    return $this->mimeType;
4922
+	return $this->mimeType;
4923 4923
   }
4924 4924
 }
4925 4925
 
@@ -4934,27 +4934,27 @@  discard block
 block discarded – undo
4934 4934
 
4935 4935
   public function setDurationMillis($durationMillis)
4936 4936
   {
4937
-    $this->durationMillis = $durationMillis;
4937
+	$this->durationMillis = $durationMillis;
4938 4938
   }
4939 4939
   public function getDurationMillis()
4940 4940
   {
4941
-    return $this->durationMillis;
4941
+	return $this->durationMillis;
4942 4942
   }
4943 4943
   public function setHeight($height)
4944 4944
   {
4945
-    $this->height = $height;
4945
+	$this->height = $height;
4946 4946
   }
4947 4947
   public function getHeight()
4948 4948
   {
4949
-    return $this->height;
4949
+	return $this->height;
4950 4950
   }
4951 4951
   public function setWidth($width)
4952 4952
   {
4953
-    $this->width = $width;
4953
+	$this->width = $width;
4954 4954
   }
4955 4955
   public function getWidth()
4956 4956
   {
4957
-    return $this->width;
4957
+	return $this->width;
4958 4958
   }
4959 4959
 }
4960 4960
 
@@ -4974,51 +4974,51 @@  discard block
 block discarded – undo
4974 4974
 
4975 4975
   public function setEtag($etag)
4976 4976
   {
4977
-    $this->etag = $etag;
4977
+	$this->etag = $etag;
4978 4978
   }
4979 4979
   public function getEtag()
4980 4980
   {
4981
-    return $this->etag;
4981
+	return $this->etag;
4982 4982
   }
4983 4983
   public function setItems($items)
4984 4984
   {
4985
-    $this->items = $items;
4985
+	$this->items = $items;
4986 4986
   }
4987 4987
   public function getItems()
4988 4988
   {
4989
-    return $this->items;
4989
+	return $this->items;
4990 4990
   }
4991 4991
   public function setKind($kind)
4992 4992
   {
4993
-    $this->kind = $kind;
4993
+	$this->kind = $kind;
4994 4994
   }
4995 4995
   public function getKind()
4996 4996
   {
4997
-    return $this->kind;
4997
+	return $this->kind;
4998 4998
   }
4999 4999
   public function setNextLink($nextLink)
5000 5000
   {
5001
-    $this->nextLink = $nextLink;
5001
+	$this->nextLink = $nextLink;
5002 5002
   }
5003 5003
   public function getNextLink()
5004 5004
   {
5005
-    return $this->nextLink;
5005
+	return $this->nextLink;
5006 5006
   }
5007 5007
   public function setNextPageToken($nextPageToken)
5008 5008
   {
5009
-    $this->nextPageToken = $nextPageToken;
5009
+	$this->nextPageToken = $nextPageToken;
5010 5010
   }
5011 5011
   public function getNextPageToken()
5012 5012
   {
5013
-    return $this->nextPageToken;
5013
+	return $this->nextPageToken;
5014 5014
   }
5015 5015
   public function setSelfLink($selfLink)
5016 5016
   {
5017
-    $this->selfLink = $selfLink;
5017
+	$this->selfLink = $selfLink;
5018 5018
   }
5019 5019
   public function getSelfLink()
5020 5020
   {
5021
-    return $this->selfLink;
5021
+	return $this->selfLink;
5022 5022
   }
5023 5023
 }
5024 5024
 
@@ -5034,27 +5034,27 @@  discard block
 block discarded – undo
5034 5034
 
5035 5035
   public function setIds($ids)
5036 5036
   {
5037
-    $this->ids = $ids;
5037
+	$this->ids = $ids;
5038 5038
   }
5039 5039
   public function getIds()
5040 5040
   {
5041
-    return $this->ids;
5041
+	return $this->ids;
5042 5042
   }
5043 5043
   public function setKind($kind)
5044 5044
   {
5045
-    $this->kind = $kind;
5045
+	$this->kind = $kind;
5046 5046
   }
5047 5047
   public function getKind()
5048 5048
   {
5049
-    return $this->kind;
5049
+	return $this->kind;
5050 5050
   }
5051 5051
   public function setSpace($space)
5052 5052
   {
5053
-    $this->space = $space;
5053
+	$this->space = $space;
5054 5054
   }
5055 5055
   public function getSpace()
5056 5056
   {
5057
-    return $this->space;
5057
+	return $this->space;
5058 5058
   }
5059 5059
 }
5060 5060
 
@@ -5072,35 +5072,35 @@  discard block
 block discarded – undo
5072 5072
 
5073 5073
   public function setEtag($etag)
5074 5074
   {
5075
-    $this->etag = $etag;
5075
+	$this->etag = $etag;
5076 5076
   }
5077 5077
   public function getEtag()
5078 5078
   {
5079
-    return $this->etag;
5079
+	return $this->etag;
5080 5080
   }
5081 5081
   public function setItems($items)
5082 5082
   {
5083
-    $this->items = $items;
5083
+	$this->items = $items;
5084 5084
   }
5085 5085
   public function getItems()
5086 5086
   {
5087
-    return $this->items;
5087
+	return $this->items;
5088 5088
   }
5089 5089
   public function setKind($kind)
5090 5090
   {
5091
-    $this->kind = $kind;
5091
+	$this->kind = $kind;
5092 5092
   }
5093 5093
   public function getKind()
5094 5094
   {
5095
-    return $this->kind;
5095
+	return $this->kind;
5096 5096
   }
5097 5097
   public function setSelfLink($selfLink)
5098 5098
   {
5099
-    $this->selfLink = $selfLink;
5099
+	$this->selfLink = $selfLink;
5100 5100
   }
5101 5101
   public function getSelfLink()
5102 5102
   {
5103
-    return $this->selfLink;
5103
+	return $this->selfLink;
5104 5104
   }
5105 5105
 }
5106 5106
 
@@ -5117,43 +5117,43 @@  discard block
 block discarded – undo
5117 5117
 
5118 5118
   public function setId($id)
5119 5119
   {
5120
-    $this->id = $id;
5120
+	$this->id = $id;
5121 5121
   }
5122 5122
   public function getId()
5123 5123
   {
5124
-    return $this->id;
5124
+	return $this->id;
5125 5125
   }
5126 5126
   public function setIsRoot($isRoot)
5127 5127
   {
5128
-    $this->isRoot = $isRoot;
5128
+	$this->isRoot = $isRoot;
5129 5129
   }
5130 5130
   public function getIsRoot()
5131 5131
   {
5132
-    return $this->isRoot;
5132
+	return $this->isRoot;
5133 5133
   }
5134 5134
   public function setKind($kind)
5135 5135
   {
5136
-    $this->kind = $kind;
5136
+	$this->kind = $kind;
5137 5137
   }
5138 5138
   public function getKind()
5139 5139
   {
5140
-    return $this->kind;
5140
+	return $this->kind;
5141 5141
   }
5142 5142
   public function setParentLink($parentLink)
5143 5143
   {
5144
-    $this->parentLink = $parentLink;
5144
+	$this->parentLink = $parentLink;
5145 5145
   }
5146 5146
   public function getParentLink()
5147 5147
   {
5148
-    return $this->parentLink;
5148
+	return $this->parentLink;
5149 5149
   }
5150 5150
   public function setSelfLink($selfLink)
5151 5151
   {
5152
-    $this->selfLink = $selfLink;
5152
+	$this->selfLink = $selfLink;
5153 5153
   }
5154 5154
   public function getSelfLink()
5155 5155
   {
5156
-    return $this->selfLink;
5156
+	return $this->selfLink;
5157 5157
   }
5158 5158
 }
5159 5159
 
@@ -5180,115 +5180,115 @@  discard block
 block discarded – undo
5180 5180
 
5181 5181
   public function setAdditionalRoles($additionalRoles)
5182 5182
   {
5183
-    $this->additionalRoles = $additionalRoles;
5183
+	$this->additionalRoles = $additionalRoles;
5184 5184
   }
5185 5185
   public function getAdditionalRoles()
5186 5186
   {
5187
-    return $this->additionalRoles;
5187
+	return $this->additionalRoles;
5188 5188
   }
5189 5189
   public function setAuthKey($authKey)
5190 5190
   {
5191
-    $this->authKey = $authKey;
5191
+	$this->authKey = $authKey;
5192 5192
   }
5193 5193
   public function getAuthKey()
5194 5194
   {
5195
-    return $this->authKey;
5195
+	return $this->authKey;
5196 5196
   }
5197 5197
   public function setDomain($domain)
5198 5198
   {
5199
-    $this->domain = $domain;
5199
+	$this->domain = $domain;
5200 5200
   }
5201 5201
   public function getDomain()
5202 5202
   {
5203
-    return $this->domain;
5203
+	return $this->domain;
5204 5204
   }
5205 5205
   public function setEmailAddress($emailAddress)
5206 5206
   {
5207
-    $this->emailAddress = $emailAddress;
5207
+	$this->emailAddress = $emailAddress;
5208 5208
   }
5209 5209
   public function getEmailAddress()
5210 5210
   {
5211
-    return $this->emailAddress;
5211
+	return $this->emailAddress;
5212 5212
   }
5213 5213
   public function setEtag($etag)
5214 5214
   {
5215
-    $this->etag = $etag;
5215
+	$this->etag = $etag;
5216 5216
   }
5217 5217
   public function getEtag()
5218 5218
   {
5219
-    return $this->etag;
5219
+	return $this->etag;
5220 5220
   }
5221 5221
   public function setId($id)
5222 5222
   {
5223
-    $this->id = $id;
5223
+	$this->id = $id;
5224 5224
   }
5225 5225
   public function getId()
5226 5226
   {
5227
-    return $this->id;
5227
+	return $this->id;
5228 5228
   }
5229 5229
   public function setKind($kind)
5230 5230
   {
5231
-    $this->kind = $kind;
5231
+	$this->kind = $kind;
5232 5232
   }
5233 5233
   public function getKind()
5234 5234
   {
5235
-    return $this->kind;
5235
+	return $this->kind;
5236 5236
   }
5237 5237
   public function setName($name)
5238 5238
   {
5239
-    $this->name = $name;
5239
+	$this->name = $name;
5240 5240
   }
5241 5241
   public function getName()
5242 5242
   {
5243
-    return $this->name;
5243
+	return $this->name;
5244 5244
   }
5245 5245
   public function setPhotoLink($photoLink)
5246 5246
   {
5247
-    $this->photoLink = $photoLink;
5247
+	$this->photoLink = $photoLink;
5248 5248
   }
5249 5249
   public function getPhotoLink()
5250 5250
   {
5251
-    return $this->photoLink;
5251
+	return $this->photoLink;
5252 5252
   }
5253 5253
   public function setRole($role)
5254 5254
   {
5255
-    $this->role = $role;
5255
+	$this->role = $role;
5256 5256
   }
5257 5257
   public function getRole()
5258 5258
   {
5259
-    return $this->role;
5259
+	return $this->role;
5260 5260
   }
5261 5261
   public function setSelfLink($selfLink)
5262 5262
   {
5263
-    $this->selfLink = $selfLink;
5263
+	$this->selfLink = $selfLink;
5264 5264
   }
5265 5265
   public function getSelfLink()
5266 5266
   {
5267
-    return $this->selfLink;
5267
+	return $this->selfLink;
5268 5268
   }
5269 5269
   public function setType($type)
5270 5270
   {
5271
-    $this->type = $type;
5271
+	$this->type = $type;
5272 5272
   }
5273 5273
   public function getType()
5274 5274
   {
5275
-    return $this->type;
5275
+	return $this->type;
5276 5276
   }
5277 5277
   public function setValue($value)
5278 5278
   {
5279
-    $this->value = $value;
5279
+	$this->value = $value;
5280 5280
   }
5281 5281
   public function getValue()
5282 5282
   {
5283
-    return $this->value;
5283
+	return $this->value;
5284 5284
   }
5285 5285
   public function setWithLink($withLink)
5286 5286
   {
5287
-    $this->withLink = $withLink;
5287
+	$this->withLink = $withLink;
5288 5288
   }
5289 5289
   public function getWithLink()
5290 5290
   {
5291
-    return $this->withLink;
5291
+	return $this->withLink;
5292 5292
   }
5293 5293
 }
5294 5294
 
@@ -5302,19 +5302,19 @@  discard block
 block discarded – undo
5302 5302
 
5303 5303
   public function setId($id)
5304 5304
   {
5305
-    $this->id = $id;
5305
+	$this->id = $id;
5306 5306
   }
5307 5307
   public function getId()
5308 5308
   {
5309
-    return $this->id;
5309
+	return $this->id;
5310 5310
   }
5311 5311
   public function setKind($kind)
5312 5312
   {
5313
-    $this->kind = $kind;
5313
+	$this->kind = $kind;
5314 5314
   }
5315 5315
   public function getKind()
5316 5316
   {
5317
-    return $this->kind;
5317
+	return $this->kind;
5318 5318
   }
5319 5319
 }
5320 5320
 
@@ -5332,35 +5332,35 @@  discard block
 block discarded – undo
5332 5332
 
5333 5333
   public function setEtag($etag)
5334 5334
   {
5335
-    $this->etag = $etag;
5335
+	$this->etag = $etag;
5336 5336
   }
5337 5337
   public function getEtag()
5338 5338
   {
5339
-    return $this->etag;
5339
+	return $this->etag;
5340 5340
   }
5341 5341
   public function setItems($items)
5342 5342
   {
5343
-    $this->items = $items;
5343
+	$this->items = $items;
5344 5344
   }
5345 5345
   public function getItems()
5346 5346
   {
5347
-    return $this->items;
5347
+	return $this->items;
5348 5348
   }
5349 5349
   public function setKind($kind)
5350 5350
   {
5351
-    $this->kind = $kind;
5351
+	$this->kind = $kind;
5352 5352
   }
5353 5353
   public function getKind()
5354 5354
   {
5355
-    return $this->kind;
5355
+	return $this->kind;
5356 5356
   }
5357 5357
   public function setSelfLink($selfLink)
5358 5358
   {
5359
-    $this->selfLink = $selfLink;
5359
+	$this->selfLink = $selfLink;
5360 5360
   }
5361 5361
   public function getSelfLink()
5362 5362
   {
5363
-    return $this->selfLink;
5363
+	return $this->selfLink;
5364 5364
   }
5365 5365
 }
5366 5366
 
@@ -5378,51 +5378,51 @@  discard block
 block discarded – undo
5378 5378
 
5379 5379
   public function setEtag($etag)
5380 5380
   {
5381
-    $this->etag = $etag;
5381
+	$this->etag = $etag;
5382 5382
   }
5383 5383
   public function getEtag()
5384 5384
   {
5385
-    return $this->etag;
5385
+	return $this->etag;
5386 5386
   }
5387 5387
   public function setKey($key)
5388 5388
   {
5389
-    $this->key = $key;
5389
+	$this->key = $key;
5390 5390
   }
5391 5391
   public function getKey()
5392 5392
   {
5393
-    return $this->key;
5393
+	return $this->key;
5394 5394
   }
5395 5395
   public function setKind($kind)
5396 5396
   {
5397
-    $this->kind = $kind;
5397
+	$this->kind = $kind;
5398 5398
   }
5399 5399
   public function getKind()
5400 5400
   {
5401
-    return $this->kind;
5401
+	return $this->kind;
5402 5402
   }
5403 5403
   public function setSelfLink($selfLink)
5404 5404
   {
5405
-    $this->selfLink = $selfLink;
5405
+	$this->selfLink = $selfLink;
5406 5406
   }
5407 5407
   public function getSelfLink()
5408 5408
   {
5409
-    return $this->selfLink;
5409
+	return $this->selfLink;
5410 5410
   }
5411 5411
   public function setValue($value)
5412 5412
   {
5413
-    $this->value = $value;
5413
+	$this->value = $value;
5414 5414
   }
5415 5415
   public function getValue()
5416 5416
   {
5417
-    return $this->value;
5417
+	return $this->value;
5418 5418
   }
5419 5419
   public function setVisibility($visibility)
5420 5420
   {
5421
-    $this->visibility = $visibility;
5421
+	$this->visibility = $visibility;
5422 5422
   }
5423 5423
   public function getVisibility()
5424 5424
   {
5425
-    return $this->visibility;
5425
+	return $this->visibility;
5426 5426
   }
5427 5427
 }
5428 5428
 
@@ -5440,35 +5440,35 @@  discard block
 block discarded – undo
5440 5440
 
5441 5441
   public function setEtag($etag)
5442 5442
   {
5443
-    $this->etag = $etag;
5443
+	$this->etag = $etag;
5444 5444
   }
5445 5445
   public function getEtag()
5446 5446
   {
5447
-    return $this->etag;
5447
+	return $this->etag;
5448 5448
   }
5449 5449
   public function setItems($items)
5450 5450
   {
5451
-    $this->items = $items;
5451
+	$this->items = $items;
5452 5452
   }
5453 5453
   public function getItems()
5454 5454
   {
5455
-    return $this->items;
5455
+	return $this->items;
5456 5456
   }
5457 5457
   public function setKind($kind)
5458 5458
   {
5459
-    $this->kind = $kind;
5459
+	$this->kind = $kind;
5460 5460
   }
5461 5461
   public function getKind()
5462 5462
   {
5463
-    return $this->kind;
5463
+	return $this->kind;
5464 5464
   }
5465 5465
   public function setSelfLink($selfLink)
5466 5466
   {
5467
-    $this->selfLink = $selfLink;
5467
+	$this->selfLink = $selfLink;
5468 5468
   }
5469 5469
   public function getSelfLink()
5470 5470
   {
5471
-    return $this->selfLink;
5471
+	return $this->selfLink;
5472 5472
   }
5473 5473
 }
5474 5474
 
@@ -5499,147 +5499,147 @@  discard block
 block discarded – undo
5499 5499
 
5500 5500
   public function setDownloadUrl($downloadUrl)
5501 5501
   {
5502
-    $this->downloadUrl = $downloadUrl;
5502
+	$this->downloadUrl = $downloadUrl;
5503 5503
   }
5504 5504
   public function getDownloadUrl()
5505 5505
   {
5506
-    return $this->downloadUrl;
5506
+	return $this->downloadUrl;
5507 5507
   }
5508 5508
   public function setEtag($etag)
5509 5509
   {
5510
-    $this->etag = $etag;
5510
+	$this->etag = $etag;
5511 5511
   }
5512 5512
   public function getEtag()
5513 5513
   {
5514
-    return $this->etag;
5514
+	return $this->etag;
5515 5515
   }
5516 5516
   public function setExportLinks($exportLinks)
5517 5517
   {
5518
-    $this->exportLinks = $exportLinks;
5518
+	$this->exportLinks = $exportLinks;
5519 5519
   }
5520 5520
   public function getExportLinks()
5521 5521
   {
5522
-    return $this->exportLinks;
5522
+	return $this->exportLinks;
5523 5523
   }
5524 5524
   public function setFileSize($fileSize)
5525 5525
   {
5526
-    $this->fileSize = $fileSize;
5526
+	$this->fileSize = $fileSize;
5527 5527
   }
5528 5528
   public function getFileSize()
5529 5529
   {
5530
-    return $this->fileSize;
5530
+	return $this->fileSize;
5531 5531
   }
5532 5532
   public function setId($id)
5533 5533
   {
5534
-    $this->id = $id;
5534
+	$this->id = $id;
5535 5535
   }
5536 5536
   public function getId()
5537 5537
   {
5538
-    return $this->id;
5538
+	return $this->id;
5539 5539
   }
5540 5540
   public function setKind($kind)
5541 5541
   {
5542
-    $this->kind = $kind;
5542
+	$this->kind = $kind;
5543 5543
   }
5544 5544
   public function getKind()
5545 5545
   {
5546
-    return $this->kind;
5546
+	return $this->kind;
5547 5547
   }
5548 5548
   public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
5549 5549
   {
5550
-    $this->lastModifyingUser = $lastModifyingUser;
5550
+	$this->lastModifyingUser = $lastModifyingUser;
5551 5551
   }
5552 5552
   public function getLastModifyingUser()
5553 5553
   {
5554
-    return $this->lastModifyingUser;
5554
+	return $this->lastModifyingUser;
5555 5555
   }
5556 5556
   public function setLastModifyingUserName($lastModifyingUserName)
5557 5557
   {
5558
-    $this->lastModifyingUserName = $lastModifyingUserName;
5558
+	$this->lastModifyingUserName = $lastModifyingUserName;
5559 5559
   }
5560 5560
   public function getLastModifyingUserName()
5561 5561
   {
5562
-    return $this->lastModifyingUserName;
5562
+	return $this->lastModifyingUserName;
5563 5563
   }
5564 5564
   public function setMd5Checksum($md5Checksum)
5565 5565
   {
5566
-    $this->md5Checksum = $md5Checksum;
5566
+	$this->md5Checksum = $md5Checksum;
5567 5567
   }
5568 5568
   public function getMd5Checksum()
5569 5569
   {
5570
-    return $this->md5Checksum;
5570
+	return $this->md5Checksum;
5571 5571
   }
5572 5572
   public function setMimeType($mimeType)
5573 5573
   {
5574
-    $this->mimeType = $mimeType;
5574
+	$this->mimeType = $mimeType;
5575 5575
   }
5576 5576
   public function getMimeType()
5577 5577
   {
5578
-    return $this->mimeType;
5578
+	return $this->mimeType;
5579 5579
   }
5580 5580
   public function setModifiedDate($modifiedDate)
5581 5581
   {
5582
-    $this->modifiedDate = $modifiedDate;
5582
+	$this->modifiedDate = $modifiedDate;
5583 5583
   }
5584 5584
   public function getModifiedDate()
5585 5585
   {
5586
-    return $this->modifiedDate;
5586
+	return $this->modifiedDate;
5587 5587
   }
5588 5588
   public function setOriginalFilename($originalFilename)
5589 5589
   {
5590
-    $this->originalFilename = $originalFilename;
5590
+	$this->originalFilename = $originalFilename;
5591 5591
   }
5592 5592
   public function getOriginalFilename()
5593 5593
   {
5594
-    return $this->originalFilename;
5594
+	return $this->originalFilename;
5595 5595
   }
5596 5596
   public function setPinned($pinned)
5597 5597
   {
5598
-    $this->pinned = $pinned;
5598
+	$this->pinned = $pinned;
5599 5599
   }
5600 5600
   public function getPinned()
5601 5601
   {
5602
-    return $this->pinned;
5602
+	return $this->pinned;
5603 5603
   }
5604 5604
   public function setPublishAuto($publishAuto)
5605 5605
   {
5606
-    $this->publishAuto = $publishAuto;
5606
+	$this->publishAuto = $publishAuto;
5607 5607
   }
5608 5608
   public function getPublishAuto()
5609 5609
   {
5610
-    return $this->publishAuto;
5610
+	return $this->publishAuto;
5611 5611
   }
5612 5612
   public function setPublished($published)
5613 5613
   {
5614
-    $this->published = $published;
5614
+	$this->published = $published;
5615 5615
   }
5616 5616
   public function getPublished()
5617 5617
   {
5618
-    return $this->published;
5618
+	return $this->published;
5619 5619
   }
5620 5620
   public function setPublishedLink($publishedLink)
5621 5621
   {
5622
-    $this->publishedLink = $publishedLink;
5622
+	$this->publishedLink = $publishedLink;
5623 5623
   }
5624 5624
   public function getPublishedLink()
5625 5625
   {
5626
-    return $this->publishedLink;
5626
+	return $this->publishedLink;
5627 5627
   }
5628 5628
   public function setPublishedOutsideDomain($publishedOutsideDomain)
5629 5629
   {
5630
-    $this->publishedOutsideDomain = $publishedOutsideDomain;
5630
+	$this->publishedOutsideDomain = $publishedOutsideDomain;
5631 5631
   }
5632 5632
   public function getPublishedOutsideDomain()
5633 5633
   {
5634
-    return $this->publishedOutsideDomain;
5634
+	return $this->publishedOutsideDomain;
5635 5635
   }
5636 5636
   public function setSelfLink($selfLink)
5637 5637
   {
5638
-    $this->selfLink = $selfLink;
5638
+	$this->selfLink = $selfLink;
5639 5639
   }
5640 5640
   public function getSelfLink()
5641 5641
   {
5642
-    return $this->selfLink;
5642
+	return $this->selfLink;
5643 5643
   }
5644 5644
 }
5645 5645
 
@@ -5661,35 +5661,35 @@  discard block
 block discarded – undo
5661 5661
 
5662 5662
   public function setEtag($etag)
5663 5663
   {
5664
-    $this->etag = $etag;
5664
+	$this->etag = $etag;
5665 5665
   }
5666 5666
   public function getEtag()
5667 5667
   {
5668
-    return $this->etag;
5668
+	return $this->etag;
5669 5669
   }
5670 5670
   public function setItems($items)
5671 5671
   {
5672
-    $this->items = $items;
5672
+	$this->items = $items;
5673 5673
   }
5674 5674
   public function getItems()
5675 5675
   {
5676
-    return $this->items;
5676
+	return $this->items;
5677 5677
   }
5678 5678
   public function setKind($kind)
5679 5679
   {
5680
-    $this->kind = $kind;
5680
+	$this->kind = $kind;
5681 5681
   }
5682 5682
   public function getKind()
5683 5683
   {
5684
-    return $this->kind;
5684
+	return $this->kind;
5685 5685
   }
5686 5686
   public function setSelfLink($selfLink)
5687 5687
   {
5688
-    $this->selfLink = $selfLink;
5688
+	$this->selfLink = $selfLink;
5689 5689
   }
5690 5690
   public function getSelfLink()
5691 5691
   {
5692
-    return $this->selfLink;
5692
+	return $this->selfLink;
5693 5693
   }
5694 5694
 }
5695 5695
 
@@ -5708,51 +5708,51 @@  discard block
 block discarded – undo
5708 5708
 
5709 5709
   public function setDisplayName($displayName)
5710 5710
   {
5711
-    $this->displayName = $displayName;
5711
+	$this->displayName = $displayName;
5712 5712
   }
5713 5713
   public function getDisplayName()
5714 5714
   {
5715
-    return $this->displayName;
5715
+	return $this->displayName;
5716 5716
   }
5717 5717
   public function setEmailAddress($emailAddress)
5718 5718
   {
5719
-    $this->emailAddress = $emailAddress;
5719
+	$this->emailAddress = $emailAddress;
5720 5720
   }
5721 5721
   public function getEmailAddress()
5722 5722
   {
5723
-    return $this->emailAddress;
5723
+	return $this->emailAddress;
5724 5724
   }
5725 5725
   public function setIsAuthenticatedUser($isAuthenticatedUser)
5726 5726
   {
5727
-    $this->isAuthenticatedUser = $isAuthenticatedUser;
5727
+	$this->isAuthenticatedUser = $isAuthenticatedUser;
5728 5728
   }
5729 5729
   public function getIsAuthenticatedUser()
5730 5730
   {
5731
-    return $this->isAuthenticatedUser;
5731
+	return $this->isAuthenticatedUser;
5732 5732
   }
5733 5733
   public function setKind($kind)
5734 5734
   {
5735
-    $this->kind = $kind;
5735
+	$this->kind = $kind;
5736 5736
   }
5737 5737
   public function getKind()
5738 5738
   {
5739
-    return $this->kind;
5739
+	return $this->kind;
5740 5740
   }
5741 5741
   public function setPermissionId($permissionId)
5742 5742
   {
5743
-    $this->permissionId = $permissionId;
5743
+	$this->permissionId = $permissionId;
5744 5744
   }
5745 5745
   public function getPermissionId()
5746 5746
   {
5747
-    return $this->permissionId;
5747
+	return $this->permissionId;
5748 5748
   }
5749 5749
   public function setPicture(Google_Service_Drive_UserPicture $picture)
5750 5750
   {
5751
-    $this->picture = $picture;
5751
+	$this->picture = $picture;
5752 5752
   }
5753 5753
   public function getPicture()
5754 5754
   {
5755
-    return $this->picture;
5755
+	return $this->picture;
5756 5756
   }
5757 5757
 }
5758 5758
 
@@ -5765,10 +5765,10 @@  discard block
 block discarded – undo
5765 5765
 
5766 5766
   public function setUrl($url)
5767 5767
   {
5768
-    $this->url = $url;
5768
+	$this->url = $url;
5769 5769
   }
5770 5770
   public function getUrl()
5771 5771
   {
5772
-    return $this->url;
5772
+	return $this->url;
5773 5773
   }
5774 5774
 }
Please login to merge, or discard this patch.
Spacing   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'required' => true,
130 130
                 ),
131 131
               ),
132
-            ),'list' => array(
132
+            ), 'list' => array(
133 133
               'path' => 'apps',
134 134
               'httpMethod' => 'GET',
135 135
               'parameters' => array(
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                   'required' => true,
167 167
                 ),
168 168
               ),
169
-            ),'list' => array(
169
+            ), 'list' => array(
170 170
               'path' => 'changes',
171 171
               'httpMethod' => 'GET',
172 172
               'parameters' => array(
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
                   'type' => 'string',
196 196
                 ),
197 197
               ),
198
-            ),'watch' => array(
198
+            ), 'watch' => array(
199 199
               'path' => 'changes/watch',
200 200
               'httpMethod' => 'POST',
201 201
               'parameters' => array(
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
                   'required' => true,
264 264
                 ),
265 265
               ),
266
-            ),'get' => array(
266
+            ), 'get' => array(
267 267
               'path' => 'files/{folderId}/children/{childId}',
268 268
               'httpMethod' => 'GET',
269 269
               'parameters' => array(
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
                   'required' => true,
279 279
                 ),
280 280
               ),
281
-            ),'insert' => array(
281
+            ), 'insert' => array(
282 282
               'path' => 'files/{folderId}/children',
283 283
               'httpMethod' => 'POST',
284 284
               'parameters' => array(
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
                   'required' => true,
289 289
                 ),
290 290
               ),
291
-            ),'list' => array(
291
+            ), 'list' => array(
292 292
               'path' => 'files/{folderId}/children',
293 293
               'httpMethod' => 'GET',
294 294
               'parameters' => array(
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
                   'required' => true,
340 340
                 ),
341 341
               ),
342
-            ),'get' => array(
342
+            ), 'get' => array(
343 343
               'path' => 'files/{fileId}/comments/{commentId}',
344 344
               'httpMethod' => 'GET',
345 345
               'parameters' => array(
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
                   'type' => 'boolean',
359 359
                 ),
360 360
               ),
361
-            ),'insert' => array(
361
+            ), 'insert' => array(
362 362
               'path' => 'files/{fileId}/comments',
363 363
               'httpMethod' => 'POST',
364 364
               'parameters' => array(
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
                   'required' => true,
369 369
                 ),
370 370
               ),
371
-            ),'list' => array(
371
+            ), 'list' => array(
372 372
               'path' => 'files/{fileId}/comments',
373 373
               'httpMethod' => 'GET',
374 374
               'parameters' => array(
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
                   'type' => 'integer',
395 395
                 ),
396 396
               ),
397
-            ),'patch' => array(
397
+            ), 'patch' => array(
398 398
               'path' => 'files/{fileId}/comments/{commentId}',
399 399
               'httpMethod' => 'PATCH',
400 400
               'parameters' => array(
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
                   'required' => true,
410 410
                 ),
411 411
               ),
412
-            ),'update' => array(
412
+            ), 'update' => array(
413 413
               'path' => 'files/{fileId}/comments/{commentId}',
414 414
               'httpMethod' => 'PUT',
415 415
               'parameters' => array(
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
                   'type' => 'string',
473 473
                 ),
474 474
               ),
475
-            ),'delete' => array(
475
+            ), 'delete' => array(
476 476
               'path' => 'files/{fileId}',
477 477
               'httpMethod' => 'DELETE',
478 478
               'parameters' => array(
@@ -482,11 +482,11 @@  discard block
 block discarded – undo
482 482
                   'required' => true,
483 483
                 ),
484 484
               ),
485
-            ),'emptyTrash' => array(
485
+            ), 'emptyTrash' => array(
486 486
               'path' => 'files/trash',
487 487
               'httpMethod' => 'DELETE',
488 488
               'parameters' => array(),
489
-            ),'generateIds' => array(
489
+            ), 'generateIds' => array(
490 490
               'path' => 'files/generateIds',
491 491
               'httpMethod' => 'GET',
492 492
               'parameters' => array(
@@ -499,7 +499,7 @@  discard block
 block discarded – undo
499 499
                   'type' => 'string',
500 500
                 ),
501 501
               ),
502
-            ),'get' => array(
502
+            ), 'get' => array(
503 503
               'path' => 'files/{fileId}',
504 504
               'httpMethod' => 'GET',
505 505
               'parameters' => array(
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
                   'type' => 'string',
526 526
                 ),
527 527
               ),
528
-            ),'insert' => array(
528
+            ), 'insert' => array(
529 529
               'path' => 'files',
530 530
               'httpMethod' => 'POST',
531 531
               'parameters' => array(
@@ -562,7 +562,7 @@  discard block
 block discarded – undo
562 562
                   'type' => 'string',
563 563
                 ),
564 564
               ),
565
-            ),'list' => array(
565
+            ), 'list' => array(
566 566
               'path' => 'files',
567 567
               'httpMethod' => 'GET',
568 568
               'parameters' => array(
@@ -595,7 +595,7 @@  discard block
 block discarded – undo
595 595
                   'type' => 'string',
596 596
                 ),
597 597
               ),
598
-            ),'patch' => array(
598
+            ), 'patch' => array(
599 599
               'path' => 'files/{fileId}',
600 600
               'httpMethod' => 'PATCH',
601 601
               'parameters' => array(
@@ -657,7 +657,7 @@  discard block
 block discarded – undo
657 657
                   'type' => 'string',
658 658
                 ),
659 659
               ),
660
-            ),'touch' => array(
660
+            ), 'touch' => array(
661 661
               'path' => 'files/{fileId}/touch',
662 662
               'httpMethod' => 'POST',
663 663
               'parameters' => array(
@@ -667,7 +667,7 @@  discard block
 block discarded – undo
667 667
                   'required' => true,
668 668
                 ),
669 669
               ),
670
-            ),'trash' => array(
670
+            ), 'trash' => array(
671 671
               'path' => 'files/{fileId}/trash',
672 672
               'httpMethod' => 'POST',
673 673
               'parameters' => array(
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
                   'required' => true,
678 678
                 ),
679 679
               ),
680
-            ),'untrash' => array(
680
+            ), 'untrash' => array(
681 681
               'path' => 'files/{fileId}/untrash',
682 682
               'httpMethod' => 'POST',
683 683
               'parameters' => array(
@@ -687,7 +687,7 @@  discard block
 block discarded – undo
687 687
                   'required' => true,
688 688
                 ),
689 689
               ),
690
-            ),'update' => array(
690
+            ), 'update' => array(
691 691
               'path' => 'files/{fileId}',
692 692
               'httpMethod' => 'PUT',
693 693
               'parameters' => array(
@@ -749,7 +749,7 @@  discard block
 block discarded – undo
749 749
                   'type' => 'string',
750 750
                 ),
751 751
               ),
752
-            ),'watch' => array(
752
+            ), 'watch' => array(
753 753
               'path' => 'files/{fileId}/watch',
754 754
               'httpMethod' => 'POST',
755 755
               'parameters' => array(
@@ -800,7 +800,7 @@  discard block
 block discarded – undo
800 800
                   'required' => true,
801 801
                 ),
802 802
               ),
803
-            ),'get' => array(
803
+            ), 'get' => array(
804 804
               'path' => 'files/{fileId}/parents/{parentId}',
805 805
               'httpMethod' => 'GET',
806 806
               'parameters' => array(
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
                   'required' => true,
816 816
                 ),
817 817
               ),
818
-            ),'insert' => array(
818
+            ), 'insert' => array(
819 819
               'path' => 'files/{fileId}/parents',
820 820
               'httpMethod' => 'POST',
821 821
               'parameters' => array(
@@ -825,7 +825,7 @@  discard block
 block discarded – undo
825 825
                   'required' => true,
826 826
                 ),
827 827
               ),
828
-            ),'list' => array(
828
+            ), 'list' => array(
829 829
               'path' => 'files/{fileId}/parents',
830 830
               'httpMethod' => 'GET',
831 831
               'parameters' => array(
@@ -860,7 +860,7 @@  discard block
 block discarded – undo
860 860
                   'required' => true,
861 861
                 ),
862 862
               ),
863
-            ),'get' => array(
863
+            ), 'get' => array(
864 864
               'path' => 'files/{fileId}/permissions/{permissionId}',
865 865
               'httpMethod' => 'GET',
866 866
               'parameters' => array(
@@ -875,7 +875,7 @@  discard block
 block discarded – undo
875 875
                   'required' => true,
876 876
                 ),
877 877
               ),
878
-            ),'getIdForEmail' => array(
878
+            ), 'getIdForEmail' => array(
879 879
               'path' => 'permissionIds/{email}',
880 880
               'httpMethod' => 'GET',
881 881
               'parameters' => array(
@@ -885,7 +885,7 @@  discard block
 block discarded – undo
885 885
                   'required' => true,
886 886
                 ),
887 887
               ),
888
-            ),'insert' => array(
888
+            ), 'insert' => array(
889 889
               'path' => 'files/{fileId}/permissions',
890 890
               'httpMethod' => 'POST',
891 891
               'parameters' => array(
@@ -903,7 +903,7 @@  discard block
 block discarded – undo
903 903
                   'type' => 'boolean',
904 904
                 ),
905 905
               ),
906
-            ),'list' => array(
906
+            ), 'list' => array(
907 907
               'path' => 'files/{fileId}/permissions',
908 908
               'httpMethod' => 'GET',
909 909
               'parameters' => array(
@@ -913,7 +913,7 @@  discard block
 block discarded – undo
913 913
                   'required' => true,
914 914
                 ),
915 915
               ),
916
-            ),'patch' => array(
916
+            ), 'patch' => array(
917 917
               'path' => 'files/{fileId}/permissions/{permissionId}',
918 918
               'httpMethod' => 'PATCH',
919 919
               'parameters' => array(
@@ -932,7 +932,7 @@  discard block
 block discarded – undo
932 932
                   'type' => 'boolean',
933 933
                 ),
934 934
               ),
935
-            ),'update' => array(
935
+            ), 'update' => array(
936 936
               'path' => 'files/{fileId}/permissions/{permissionId}',
937 937
               'httpMethod' => 'PUT',
938 938
               'parameters' => array(
@@ -980,7 +980,7 @@  discard block
 block discarded – undo
980 980
                   'type' => 'string',
981 981
                 ),
982 982
               ),
983
-            ),'get' => array(
983
+            ), 'get' => array(
984 984
               'path' => 'files/{fileId}/properties/{propertyKey}',
985 985
               'httpMethod' => 'GET',
986 986
               'parameters' => array(
@@ -999,7 +999,7 @@  discard block
 block discarded – undo
999 999
                   'type' => 'string',
1000 1000
                 ),
1001 1001
               ),
1002
-            ),'insert' => array(
1002
+            ), 'insert' => array(
1003 1003
               'path' => 'files/{fileId}/properties',
1004 1004
               'httpMethod' => 'POST',
1005 1005
               'parameters' => array(
@@ -1009,7 +1009,7 @@  discard block
 block discarded – undo
1009 1009
                   'required' => true,
1010 1010
                 ),
1011 1011
               ),
1012
-            ),'list' => array(
1012
+            ), 'list' => array(
1013 1013
               'path' => 'files/{fileId}/properties',
1014 1014
               'httpMethod' => 'GET',
1015 1015
               'parameters' => array(
@@ -1019,7 +1019,7 @@  discard block
 block discarded – undo
1019 1019
                   'required' => true,
1020 1020
                 ),
1021 1021
               ),
1022
-            ),'patch' => array(
1022
+            ), 'patch' => array(
1023 1023
               'path' => 'files/{fileId}/properties/{propertyKey}',
1024 1024
               'httpMethod' => 'PATCH',
1025 1025
               'parameters' => array(
@@ -1038,7 +1038,7 @@  discard block
 block discarded – undo
1038 1038
                   'type' => 'string',
1039 1039
                 ),
1040 1040
               ),
1041
-            ),'update' => array(
1041
+            ), 'update' => array(
1042 1042
               'path' => 'files/{fileId}/properties/{propertyKey}',
1043 1043
               'httpMethod' => 'PUT',
1044 1044
               'parameters' => array(
@@ -1081,7 +1081,7 @@  discard block
 block discarded – undo
1081 1081
                   'type' => 'integer',
1082 1082
                 ),
1083 1083
               ),
1084
-            ),'update' => array(
1084
+            ), 'update' => array(
1085 1085
               'path' => 'files/{fileId}/realtime',
1086 1086
               'httpMethod' => 'PUT',
1087 1087
               'parameters' => array(
@@ -1125,7 +1125,7 @@  discard block
 block discarded – undo
1125 1125
                   'required' => true,
1126 1126
                 ),
1127 1127
               ),
1128
-            ),'get' => array(
1128
+            ), 'get' => array(
1129 1129
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130 1130
               'httpMethod' => 'GET',
1131 1131
               'parameters' => array(
@@ -1149,7 +1149,7 @@  discard block
 block discarded – undo
1149 1149
                   'type' => 'boolean',
1150 1150
                 ),
1151 1151
               ),
1152
-            ),'insert' => array(
1152
+            ), 'insert' => array(
1153 1153
               'path' => 'files/{fileId}/comments/{commentId}/replies',
1154 1154
               'httpMethod' => 'POST',
1155 1155
               'parameters' => array(
@@ -1164,7 +1164,7 @@  discard block
 block discarded – undo
1164 1164
                   'required' => true,
1165 1165
                 ),
1166 1166
               ),
1167
-            ),'list' => array(
1167
+            ), 'list' => array(
1168 1168
               'path' => 'files/{fileId}/comments/{commentId}/replies',
1169 1169
               'httpMethod' => 'GET',
1170 1170
               'parameters' => array(
@@ -1191,7 +1191,7 @@  discard block
 block discarded – undo
1191 1191
                   'type' => 'integer',
1192 1192
                 ),
1193 1193
               ),
1194
-            ),'patch' => array(
1194
+            ), 'patch' => array(
1195 1195
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196 1196
               'httpMethod' => 'PATCH',
1197 1197
               'parameters' => array(
@@ -1211,7 +1211,7 @@  discard block
 block discarded – undo
1211 1211
                   'required' => true,
1212 1212
                 ),
1213 1213
               ),
1214
-            ),'update' => array(
1214
+            ), 'update' => array(
1215 1215
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216 1216
               'httpMethod' => 'PUT',
1217 1217
               'parameters' => array(
@@ -1256,7 +1256,7 @@  discard block
 block discarded – undo
1256 1256
                   'required' => true,
1257 1257
                 ),
1258 1258
               ),
1259
-            ),'get' => array(
1259
+            ), 'get' => array(
1260 1260
               'path' => 'files/{fileId}/revisions/{revisionId}',
1261 1261
               'httpMethod' => 'GET',
1262 1262
               'parameters' => array(
@@ -1271,7 +1271,7 @@  discard block
 block discarded – undo
1271 1271
                   'required' => true,
1272 1272
                 ),
1273 1273
               ),
1274
-            ),'list' => array(
1274
+            ), 'list' => array(
1275 1275
               'path' => 'files/{fileId}/revisions',
1276 1276
               'httpMethod' => 'GET',
1277 1277
               'parameters' => array(
@@ -1281,7 +1281,7 @@  discard block
 block discarded – undo
1281 1281
                   'required' => true,
1282 1282
                 ),
1283 1283
               ),
1284
-            ),'patch' => array(
1284
+            ), 'patch' => array(
1285 1285
               'path' => 'files/{fileId}/revisions/{revisionId}',
1286 1286
               'httpMethod' => 'PATCH',
1287 1287
               'parameters' => array(
@@ -1296,7 +1296,7 @@  discard block
 block discarded – undo
1296 1296
                   'required' => true,
1297 1297
                 ),
1298 1298
               ),
1299
-            ),'update' => array(
1299
+            ), 'update' => array(
1300 1300
               'path' => 'files/{fileId}/revisions/{revisionId}',
1301 1301
               'httpMethod' => 'PUT',
1302 1302
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Bigquery.php 2 patches
Indentation   +1001 added lines, -1001 removed lines patch added patch discarded remove patch
@@ -32,25 +32,25 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data in Google BigQuery. */
34 34
   const BIGQUERY =
35
-      "https://www.googleapis.com/auth/bigquery";
35
+	  "https://www.googleapis.com/auth/bigquery";
36 36
   /** Insert data into Google BigQuery. */
37 37
   const BIGQUERY_INSERTDATA =
38
-      "https://www.googleapis.com/auth/bigquery.insertdata";
38
+	  "https://www.googleapis.com/auth/bigquery.insertdata";
39 39
   /** View and manage your data across Google Cloud Platform services. */
40 40
   const CLOUD_PLATFORM =
41
-      "https://www.googleapis.com/auth/cloud-platform";
41
+	  "https://www.googleapis.com/auth/cloud-platform";
42 42
   /** View your data across Google Cloud Platform services. */
43 43
   const CLOUD_PLATFORM_READ_ONLY =
44
-      "https://www.googleapis.com/auth/cloud-platform.read-only";
44
+	  "https://www.googleapis.com/auth/cloud-platform.read-only";
45 45
   /** Manage your data and permissions in Google Cloud Storage. */
46 46
   const DEVSTORAGE_FULL_CONTROL =
47
-      "https://www.googleapis.com/auth/devstorage.full_control";
47
+	  "https://www.googleapis.com/auth/devstorage.full_control";
48 48
   /** View your data in Google Cloud Storage. */
49 49
   const DEVSTORAGE_READ_ONLY =
50
-      "https://www.googleapis.com/auth/devstorage.read_only";
50
+	  "https://www.googleapis.com/auth/devstorage.read_only";
51 51
   /** Manage your data in Google Cloud Storage. */
52 52
   const DEVSTORAGE_READ_WRITE =
53
-      "https://www.googleapis.com/auth/devstorage.read_write";
53
+	  "https://www.googleapis.com/auth/devstorage.read_write";
54 54
 
55 55
   public $datasets;
56 56
   public $jobs;
@@ -66,453 +66,453 @@  discard block
 block discarded – undo
66 66
    */
67 67
   public function __construct(Google_Client $client)
68 68
   {
69
-    parent::__construct($client);
70
-    $this->rootUrl = 'https://www.googleapis.com/';
71
-    $this->servicePath = 'bigquery/v2/';
72
-    $this->version = 'v2';
73
-    $this->serviceName = 'bigquery';
74
-
75
-    $this->datasets = new Google_Service_Bigquery_Datasets_Resource(
76
-        $this,
77
-        $this->serviceName,
78
-        'datasets',
79
-        array(
80
-          'methods' => array(
81
-            'delete' => array(
82
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
83
-              'httpMethod' => 'DELETE',
84
-              'parameters' => array(
85
-                'projectId' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-                'datasetId' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'deleteContents' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'boolean',
98
-                ),
99
-              ),
100
-            ),'get' => array(
101
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
102
-              'httpMethod' => 'GET',
103
-              'parameters' => array(
104
-                'projectId' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-                'datasetId' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-              ),
115
-            ),'insert' => array(
116
-              'path' => 'projects/{projectId}/datasets',
117
-              'httpMethod' => 'POST',
118
-              'parameters' => array(
119
-                'projectId' => array(
120
-                  'location' => 'path',
121
-                  'type' => 'string',
122
-                  'required' => true,
123
-                ),
124
-              ),
125
-            ),'list' => array(
126
-              'path' => 'projects/{projectId}/datasets',
127
-              'httpMethod' => 'GET',
128
-              'parameters' => array(
129
-                'projectId' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'pageToken' => array(
135
-                  'location' => 'query',
136
-                  'type' => 'string',
137
-                ),
138
-                'all' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'boolean',
141
-                ),
142
-                'maxResults' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'integer',
145
-                ),
146
-              ),
147
-            ),'patch' => array(
148
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
149
-              'httpMethod' => 'PATCH',
150
-              'parameters' => array(
151
-                'projectId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'datasetId' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'update' => array(
163
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
164
-              'httpMethod' => 'PUT',
165
-              'parameters' => array(
166
-                'projectId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'datasetId' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),
178
-          )
179
-        )
180
-    );
181
-    $this->jobs = new Google_Service_Bigquery_Jobs_Resource(
182
-        $this,
183
-        $this->serviceName,
184
-        'jobs',
185
-        array(
186
-          'methods' => array(
187
-            'cancel' => array(
188
-              'path' => 'project/{projectId}/jobs/{jobId}/cancel',
189
-              'httpMethod' => 'POST',
190
-              'parameters' => array(
191
-                'projectId' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'jobId' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-              ),
202
-            ),'get' => array(
203
-              'path' => 'projects/{projectId}/jobs/{jobId}',
204
-              'httpMethod' => 'GET',
205
-              'parameters' => array(
206
-                'projectId' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-                'jobId' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-              ),
217
-            ),'getQueryResults' => array(
218
-              'path' => 'projects/{projectId}/queries/{jobId}',
219
-              'httpMethod' => 'GET',
220
-              'parameters' => array(
221
-                'projectId' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'jobId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'timeoutMs' => array(
232
-                  'location' => 'query',
233
-                  'type' => 'integer',
234
-                ),
235
-                'maxResults' => array(
236
-                  'location' => 'query',
237
-                  'type' => 'integer',
238
-                ),
239
-                'pageToken' => array(
240
-                  'location' => 'query',
241
-                  'type' => 'string',
242
-                ),
243
-                'startIndex' => array(
244
-                  'location' => 'query',
245
-                  'type' => 'string',
246
-                ),
247
-              ),
248
-            ),'insert' => array(
249
-              'path' => 'projects/{projectId}/jobs',
250
-              'httpMethod' => 'POST',
251
-              'parameters' => array(
252
-                'projectId' => array(
253
-                  'location' => 'path',
254
-                  'type' => 'string',
255
-                  'required' => true,
256
-                ),
257
-              ),
258
-            ),'list' => array(
259
-              'path' => 'projects/{projectId}/jobs',
260
-              'httpMethod' => 'GET',
261
-              'parameters' => array(
262
-                'projectId' => array(
263
-                  'location' => 'path',
264
-                  'type' => 'string',
265
-                  'required' => true,
266
-                ),
267
-                'projection' => array(
268
-                  'location' => 'query',
269
-                  'type' => 'string',
270
-                ),
271
-                'stateFilter' => array(
272
-                  'location' => 'query',
273
-                  'type' => 'string',
274
-                  'repeated' => true,
275
-                ),
276
-                'allUsers' => array(
277
-                  'location' => 'query',
278
-                  'type' => 'boolean',
279
-                ),
280
-                'maxResults' => array(
281
-                  'location' => 'query',
282
-                  'type' => 'integer',
283
-                ),
284
-                'pageToken' => array(
285
-                  'location' => 'query',
286
-                  'type' => 'string',
287
-                ),
288
-              ),
289
-            ),'query' => array(
290
-              'path' => 'projects/{projectId}/queries',
291
-              'httpMethod' => 'POST',
292
-              'parameters' => array(
293
-                'projectId' => array(
294
-                  'location' => 'path',
295
-                  'type' => 'string',
296
-                  'required' => true,
297
-                ),
298
-              ),
299
-            ),
300
-          )
301
-        )
302
-    );
303
-    $this->projects = new Google_Service_Bigquery_Projects_Resource(
304
-        $this,
305
-        $this->serviceName,
306
-        'projects',
307
-        array(
308
-          'methods' => array(
309
-            'list' => array(
310
-              'path' => 'projects',
311
-              'httpMethod' => 'GET',
312
-              'parameters' => array(
313
-                'pageToken' => array(
314
-                  'location' => 'query',
315
-                  'type' => 'string',
316
-                ),
317
-                'maxResults' => array(
318
-                  'location' => 'query',
319
-                  'type' => 'integer',
320
-                ),
321
-              ),
322
-            ),
323
-          )
324
-        )
325
-    );
326
-    $this->tabledata = new Google_Service_Bigquery_Tabledata_Resource(
327
-        $this,
328
-        $this->serviceName,
329
-        'tabledata',
330
-        array(
331
-          'methods' => array(
332
-            'insertAll' => array(
333
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
334
-              'httpMethod' => 'POST',
335
-              'parameters' => array(
336
-                'projectId' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-                'datasetId' => array(
342
-                  'location' => 'path',
343
-                  'type' => 'string',
344
-                  'required' => true,
345
-                ),
346
-                'tableId' => array(
347
-                  'location' => 'path',
348
-                  'type' => 'string',
349
-                  'required' => true,
350
-                ),
351
-              ),
352
-            ),'list' => array(
353
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354
-              'httpMethod' => 'GET',
355
-              'parameters' => array(
356
-                'projectId' => array(
357
-                  'location' => 'path',
358
-                  'type' => 'string',
359
-                  'required' => true,
360
-                ),
361
-                'datasetId' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'tableId' => array(
367
-                  'location' => 'path',
368
-                  'type' => 'string',
369
-                  'required' => true,
370
-                ),
371
-                'maxResults' => array(
372
-                  'location' => 'query',
373
-                  'type' => 'integer',
374
-                ),
375
-                'pageToken' => array(
376
-                  'location' => 'query',
377
-                  'type' => 'string',
378
-                ),
379
-                'startIndex' => array(
380
-                  'location' => 'query',
381
-                  'type' => 'string',
382
-                ),
383
-              ),
384
-            ),
385
-          )
386
-        )
387
-    );
388
-    $this->tables = new Google_Service_Bigquery_Tables_Resource(
389
-        $this,
390
-        $this->serviceName,
391
-        'tables',
392
-        array(
393
-          'methods' => array(
394
-            'delete' => array(
395
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
396
-              'httpMethod' => 'DELETE',
397
-              'parameters' => array(
398
-                'projectId' => array(
399
-                  'location' => 'path',
400
-                  'type' => 'string',
401
-                  'required' => true,
402
-                ),
403
-                'datasetId' => array(
404
-                  'location' => 'path',
405
-                  'type' => 'string',
406
-                  'required' => true,
407
-                ),
408
-                'tableId' => array(
409
-                  'location' => 'path',
410
-                  'type' => 'string',
411
-                  'required' => true,
412
-                ),
413
-              ),
414
-            ),'get' => array(
415
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416
-              'httpMethod' => 'GET',
417
-              'parameters' => array(
418
-                'projectId' => array(
419
-                  'location' => 'path',
420
-                  'type' => 'string',
421
-                  'required' => true,
422
-                ),
423
-                'datasetId' => array(
424
-                  'location' => 'path',
425
-                  'type' => 'string',
426
-                  'required' => true,
427
-                ),
428
-                'tableId' => array(
429
-                  'location' => 'path',
430
-                  'type' => 'string',
431
-                  'required' => true,
432
-                ),
433
-              ),
434
-            ),'insert' => array(
435
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436
-              'httpMethod' => 'POST',
437
-              'parameters' => array(
438
-                'projectId' => array(
439
-                  'location' => 'path',
440
-                  'type' => 'string',
441
-                  'required' => true,
442
-                ),
443
-                'datasetId' => array(
444
-                  'location' => 'path',
445
-                  'type' => 'string',
446
-                  'required' => true,
447
-                ),
448
-              ),
449
-            ),'list' => array(
450
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451
-              'httpMethod' => 'GET',
452
-              'parameters' => array(
453
-                'projectId' => array(
454
-                  'location' => 'path',
455
-                  'type' => 'string',
456
-                  'required' => true,
457
-                ),
458
-                'datasetId' => array(
459
-                  'location' => 'path',
460
-                  'type' => 'string',
461
-                  'required' => true,
462
-                ),
463
-                'pageToken' => array(
464
-                  'location' => 'query',
465
-                  'type' => 'string',
466
-                ),
467
-                'maxResults' => array(
468
-                  'location' => 'query',
469
-                  'type' => 'integer',
470
-                ),
471
-              ),
472
-            ),'patch' => array(
473
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474
-              'httpMethod' => 'PATCH',
475
-              'parameters' => array(
476
-                'projectId' => array(
477
-                  'location' => 'path',
478
-                  'type' => 'string',
479
-                  'required' => true,
480
-                ),
481
-                'datasetId' => array(
482
-                  'location' => 'path',
483
-                  'type' => 'string',
484
-                  'required' => true,
485
-                ),
486
-                'tableId' => array(
487
-                  'location' => 'path',
488
-                  'type' => 'string',
489
-                  'required' => true,
490
-                ),
491
-              ),
492
-            ),'update' => array(
493
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494
-              'httpMethod' => 'PUT',
495
-              'parameters' => array(
496
-                'projectId' => array(
497
-                  'location' => 'path',
498
-                  'type' => 'string',
499
-                  'required' => true,
500
-                ),
501
-                'datasetId' => array(
502
-                  'location' => 'path',
503
-                  'type' => 'string',
504
-                  'required' => true,
505
-                ),
506
-                'tableId' => array(
507
-                  'location' => 'path',
508
-                  'type' => 'string',
509
-                  'required' => true,
510
-                ),
511
-              ),
512
-            ),
513
-          )
514
-        )
515
-    );
69
+	parent::__construct($client);
70
+	$this->rootUrl = 'https://www.googleapis.com/';
71
+	$this->servicePath = 'bigquery/v2/';
72
+	$this->version = 'v2';
73
+	$this->serviceName = 'bigquery';
74
+
75
+	$this->datasets = new Google_Service_Bigquery_Datasets_Resource(
76
+		$this,
77
+		$this->serviceName,
78
+		'datasets',
79
+		array(
80
+		  'methods' => array(
81
+			'delete' => array(
82
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
83
+			  'httpMethod' => 'DELETE',
84
+			  'parameters' => array(
85
+				'projectId' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+				'datasetId' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'deleteContents' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'boolean',
98
+				),
99
+			  ),
100
+			),'get' => array(
101
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
102
+			  'httpMethod' => 'GET',
103
+			  'parameters' => array(
104
+				'projectId' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+				'datasetId' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+			  ),
115
+			),'insert' => array(
116
+			  'path' => 'projects/{projectId}/datasets',
117
+			  'httpMethod' => 'POST',
118
+			  'parameters' => array(
119
+				'projectId' => array(
120
+				  'location' => 'path',
121
+				  'type' => 'string',
122
+				  'required' => true,
123
+				),
124
+			  ),
125
+			),'list' => array(
126
+			  'path' => 'projects/{projectId}/datasets',
127
+			  'httpMethod' => 'GET',
128
+			  'parameters' => array(
129
+				'projectId' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'pageToken' => array(
135
+				  'location' => 'query',
136
+				  'type' => 'string',
137
+				),
138
+				'all' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'boolean',
141
+				),
142
+				'maxResults' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'integer',
145
+				),
146
+			  ),
147
+			),'patch' => array(
148
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
149
+			  'httpMethod' => 'PATCH',
150
+			  'parameters' => array(
151
+				'projectId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'datasetId' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'update' => array(
163
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
164
+			  'httpMethod' => 'PUT',
165
+			  'parameters' => array(
166
+				'projectId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'datasetId' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),
178
+		  )
179
+		)
180
+	);
181
+	$this->jobs = new Google_Service_Bigquery_Jobs_Resource(
182
+		$this,
183
+		$this->serviceName,
184
+		'jobs',
185
+		array(
186
+		  'methods' => array(
187
+			'cancel' => array(
188
+			  'path' => 'project/{projectId}/jobs/{jobId}/cancel',
189
+			  'httpMethod' => 'POST',
190
+			  'parameters' => array(
191
+				'projectId' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'jobId' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+			  ),
202
+			),'get' => array(
203
+			  'path' => 'projects/{projectId}/jobs/{jobId}',
204
+			  'httpMethod' => 'GET',
205
+			  'parameters' => array(
206
+				'projectId' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+				'jobId' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+			  ),
217
+			),'getQueryResults' => array(
218
+			  'path' => 'projects/{projectId}/queries/{jobId}',
219
+			  'httpMethod' => 'GET',
220
+			  'parameters' => array(
221
+				'projectId' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'jobId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'timeoutMs' => array(
232
+				  'location' => 'query',
233
+				  'type' => 'integer',
234
+				),
235
+				'maxResults' => array(
236
+				  'location' => 'query',
237
+				  'type' => 'integer',
238
+				),
239
+				'pageToken' => array(
240
+				  'location' => 'query',
241
+				  'type' => 'string',
242
+				),
243
+				'startIndex' => array(
244
+				  'location' => 'query',
245
+				  'type' => 'string',
246
+				),
247
+			  ),
248
+			),'insert' => array(
249
+			  'path' => 'projects/{projectId}/jobs',
250
+			  'httpMethod' => 'POST',
251
+			  'parameters' => array(
252
+				'projectId' => array(
253
+				  'location' => 'path',
254
+				  'type' => 'string',
255
+				  'required' => true,
256
+				),
257
+			  ),
258
+			),'list' => array(
259
+			  'path' => 'projects/{projectId}/jobs',
260
+			  'httpMethod' => 'GET',
261
+			  'parameters' => array(
262
+				'projectId' => array(
263
+				  'location' => 'path',
264
+				  'type' => 'string',
265
+				  'required' => true,
266
+				),
267
+				'projection' => array(
268
+				  'location' => 'query',
269
+				  'type' => 'string',
270
+				),
271
+				'stateFilter' => array(
272
+				  'location' => 'query',
273
+				  'type' => 'string',
274
+				  'repeated' => true,
275
+				),
276
+				'allUsers' => array(
277
+				  'location' => 'query',
278
+				  'type' => 'boolean',
279
+				),
280
+				'maxResults' => array(
281
+				  'location' => 'query',
282
+				  'type' => 'integer',
283
+				),
284
+				'pageToken' => array(
285
+				  'location' => 'query',
286
+				  'type' => 'string',
287
+				),
288
+			  ),
289
+			),'query' => array(
290
+			  'path' => 'projects/{projectId}/queries',
291
+			  'httpMethod' => 'POST',
292
+			  'parameters' => array(
293
+				'projectId' => array(
294
+				  'location' => 'path',
295
+				  'type' => 'string',
296
+				  'required' => true,
297
+				),
298
+			  ),
299
+			),
300
+		  )
301
+		)
302
+	);
303
+	$this->projects = new Google_Service_Bigquery_Projects_Resource(
304
+		$this,
305
+		$this->serviceName,
306
+		'projects',
307
+		array(
308
+		  'methods' => array(
309
+			'list' => array(
310
+			  'path' => 'projects',
311
+			  'httpMethod' => 'GET',
312
+			  'parameters' => array(
313
+				'pageToken' => array(
314
+				  'location' => 'query',
315
+				  'type' => 'string',
316
+				),
317
+				'maxResults' => array(
318
+				  'location' => 'query',
319
+				  'type' => 'integer',
320
+				),
321
+			  ),
322
+			),
323
+		  )
324
+		)
325
+	);
326
+	$this->tabledata = new Google_Service_Bigquery_Tabledata_Resource(
327
+		$this,
328
+		$this->serviceName,
329
+		'tabledata',
330
+		array(
331
+		  'methods' => array(
332
+			'insertAll' => array(
333
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
334
+			  'httpMethod' => 'POST',
335
+			  'parameters' => array(
336
+				'projectId' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+				'datasetId' => array(
342
+				  'location' => 'path',
343
+				  'type' => 'string',
344
+				  'required' => true,
345
+				),
346
+				'tableId' => array(
347
+				  'location' => 'path',
348
+				  'type' => 'string',
349
+				  'required' => true,
350
+				),
351
+			  ),
352
+			),'list' => array(
353
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354
+			  'httpMethod' => 'GET',
355
+			  'parameters' => array(
356
+				'projectId' => array(
357
+				  'location' => 'path',
358
+				  'type' => 'string',
359
+				  'required' => true,
360
+				),
361
+				'datasetId' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'tableId' => array(
367
+				  'location' => 'path',
368
+				  'type' => 'string',
369
+				  'required' => true,
370
+				),
371
+				'maxResults' => array(
372
+				  'location' => 'query',
373
+				  'type' => 'integer',
374
+				),
375
+				'pageToken' => array(
376
+				  'location' => 'query',
377
+				  'type' => 'string',
378
+				),
379
+				'startIndex' => array(
380
+				  'location' => 'query',
381
+				  'type' => 'string',
382
+				),
383
+			  ),
384
+			),
385
+		  )
386
+		)
387
+	);
388
+	$this->tables = new Google_Service_Bigquery_Tables_Resource(
389
+		$this,
390
+		$this->serviceName,
391
+		'tables',
392
+		array(
393
+		  'methods' => array(
394
+			'delete' => array(
395
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
396
+			  'httpMethod' => 'DELETE',
397
+			  'parameters' => array(
398
+				'projectId' => array(
399
+				  'location' => 'path',
400
+				  'type' => 'string',
401
+				  'required' => true,
402
+				),
403
+				'datasetId' => array(
404
+				  'location' => 'path',
405
+				  'type' => 'string',
406
+				  'required' => true,
407
+				),
408
+				'tableId' => array(
409
+				  'location' => 'path',
410
+				  'type' => 'string',
411
+				  'required' => true,
412
+				),
413
+			  ),
414
+			),'get' => array(
415
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416
+			  'httpMethod' => 'GET',
417
+			  'parameters' => array(
418
+				'projectId' => array(
419
+				  'location' => 'path',
420
+				  'type' => 'string',
421
+				  'required' => true,
422
+				),
423
+				'datasetId' => array(
424
+				  'location' => 'path',
425
+				  'type' => 'string',
426
+				  'required' => true,
427
+				),
428
+				'tableId' => array(
429
+				  'location' => 'path',
430
+				  'type' => 'string',
431
+				  'required' => true,
432
+				),
433
+			  ),
434
+			),'insert' => array(
435
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436
+			  'httpMethod' => 'POST',
437
+			  'parameters' => array(
438
+				'projectId' => array(
439
+				  'location' => 'path',
440
+				  'type' => 'string',
441
+				  'required' => true,
442
+				),
443
+				'datasetId' => array(
444
+				  'location' => 'path',
445
+				  'type' => 'string',
446
+				  'required' => true,
447
+				),
448
+			  ),
449
+			),'list' => array(
450
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451
+			  'httpMethod' => 'GET',
452
+			  'parameters' => array(
453
+				'projectId' => array(
454
+				  'location' => 'path',
455
+				  'type' => 'string',
456
+				  'required' => true,
457
+				),
458
+				'datasetId' => array(
459
+				  'location' => 'path',
460
+				  'type' => 'string',
461
+				  'required' => true,
462
+				),
463
+				'pageToken' => array(
464
+				  'location' => 'query',
465
+				  'type' => 'string',
466
+				),
467
+				'maxResults' => array(
468
+				  'location' => 'query',
469
+				  'type' => 'integer',
470
+				),
471
+			  ),
472
+			),'patch' => array(
473
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474
+			  'httpMethod' => 'PATCH',
475
+			  'parameters' => array(
476
+				'projectId' => array(
477
+				  'location' => 'path',
478
+				  'type' => 'string',
479
+				  'required' => true,
480
+				),
481
+				'datasetId' => array(
482
+				  'location' => 'path',
483
+				  'type' => 'string',
484
+				  'required' => true,
485
+				),
486
+				'tableId' => array(
487
+				  'location' => 'path',
488
+				  'type' => 'string',
489
+				  'required' => true,
490
+				),
491
+			  ),
492
+			),'update' => array(
493
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494
+			  'httpMethod' => 'PUT',
495
+			  'parameters' => array(
496
+				'projectId' => array(
497
+				  'location' => 'path',
498
+				  'type' => 'string',
499
+				  'required' => true,
500
+				),
501
+				'datasetId' => array(
502
+				  'location' => 'path',
503
+				  'type' => 'string',
504
+				  'required' => true,
505
+				),
506
+				'tableId' => array(
507
+				  'location' => 'path',
508
+				  'type' => 'string',
509
+				  'required' => true,
510
+				),
511
+			  ),
512
+			),
513
+		  )
514
+		)
515
+	);
516 516
   }
517 517
 }
518 518
 
@@ -544,9 +544,9 @@  discard block
 block discarded – undo
544 544
    */
545 545
   public function delete($projectId, $datasetId, $optParams = array())
546 546
   {
547
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
548
-    $params = array_merge($params, $optParams);
549
-    return $this->call('delete', array($params));
547
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
548
+	$params = array_merge($params, $optParams);
549
+	return $this->call('delete', array($params));
550 550
   }
551 551
 
552 552
   /**
@@ -559,9 +559,9 @@  discard block
 block discarded – undo
559 559
    */
560 560
   public function get($projectId, $datasetId, $optParams = array())
561 561
   {
562
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
563
-    $params = array_merge($params, $optParams);
564
-    return $this->call('get', array($params), "Google_Service_Bigquery_Dataset");
562
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
563
+	$params = array_merge($params, $optParams);
564
+	return $this->call('get', array($params), "Google_Service_Bigquery_Dataset");
565 565
   }
566 566
 
567 567
   /**
@@ -574,9 +574,9 @@  discard block
 block discarded – undo
574 574
    */
575 575
   public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
576 576
   {
577
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
578
-    $params = array_merge($params, $optParams);
579
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset");
577
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
578
+	$params = array_merge($params, $optParams);
579
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset");
580 580
   }
581 581
 
582 582
   /**
@@ -594,9 +594,9 @@  discard block
 block discarded – undo
594 594
    */
595 595
   public function listDatasets($projectId, $optParams = array())
596 596
   {
597
-    $params = array('projectId' => $projectId);
598
-    $params = array_merge($params, $optParams);
599
-    return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList");
597
+	$params = array('projectId' => $projectId);
598
+	$params = array_merge($params, $optParams);
599
+	return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList");
600 600
   }
601 601
 
602 602
   /**
@@ -613,9 +613,9 @@  discard block
 block discarded – undo
613 613
    */
614 614
   public function patch($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
615 615
   {
616
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
617
-    $params = array_merge($params, $optParams);
618
-    return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset");
616
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
617
+	$params = array_merge($params, $optParams);
618
+	return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset");
619 619
   }
620 620
 
621 621
   /**
@@ -631,9 +631,9 @@  discard block
 block discarded – undo
631 631
    */
632 632
   public function update($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
633 633
   {
634
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
635
-    $params = array_merge($params, $optParams);
636
-    return $this->call('update', array($params), "Google_Service_Bigquery_Dataset");
634
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
635
+	$params = array_merge($params, $optParams);
636
+	return $this->call('update', array($params), "Google_Service_Bigquery_Dataset");
637 637
   }
638 638
 }
639 639
 
@@ -660,9 +660,9 @@  discard block
 block discarded – undo
660 660
    */
661 661
   public function cancel($projectId, $jobId, $optParams = array())
662 662
   {
663
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
664
-    $params = array_merge($params, $optParams);
665
-    return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse");
663
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
664
+	$params = array_merge($params, $optParams);
665
+	return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse");
666 666
   }
667 667
 
668 668
   /**
@@ -677,9 +677,9 @@  discard block
 block discarded – undo
677 677
    */
678 678
   public function get($projectId, $jobId, $optParams = array())
679 679
   {
680
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
681
-    $params = array_merge($params, $optParams);
682
-    return $this->call('get', array($params), "Google_Service_Bigquery_Job");
680
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
681
+	$params = array_merge($params, $optParams);
682
+	return $this->call('get', array($params), "Google_Service_Bigquery_Job");
683 683
   }
684 684
 
685 685
   /**
@@ -701,9 +701,9 @@  discard block
 block discarded – undo
701 701
    */
702 702
   public function getQueryResults($projectId, $jobId, $optParams = array())
703 703
   {
704
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
705
-    $params = array_merge($params, $optParams);
706
-    return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse");
704
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
705
+	$params = array_merge($params, $optParams);
706
+	return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse");
707 707
   }
708 708
 
709 709
   /**
@@ -718,9 +718,9 @@  discard block
 block discarded – undo
718 718
    */
719 719
   public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optParams = array())
720 720
   {
721
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
722
-    $params = array_merge($params, $optParams);
723
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Job");
721
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
722
+	$params = array_merge($params, $optParams);
723
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Job");
724 724
   }
725 725
 
726 726
   /**
@@ -745,9 +745,9 @@  discard block
 block discarded – undo
745 745
    */
746 746
   public function listJobs($projectId, $optParams = array())
747 747
   {
748
-    $params = array('projectId' => $projectId);
749
-    $params = array_merge($params, $optParams);
750
-    return $this->call('list', array($params), "Google_Service_Bigquery_JobList");
748
+	$params = array('projectId' => $projectId);
749
+	$params = array_merge($params, $optParams);
750
+	return $this->call('list', array($params), "Google_Service_Bigquery_JobList");
751 751
   }
752 752
 
753 753
   /**
@@ -761,9 +761,9 @@  discard block
 block discarded – undo
761 761
    */
762 762
   public function query($projectId, Google_Service_Bigquery_QueryRequest $postBody, $optParams = array())
763 763
   {
764
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
765
-    $params = array_merge($params, $optParams);
766
-    return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse");
764
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
765
+	$params = array_merge($params, $optParams);
766
+	return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse");
767 767
   }
768 768
 }
769 769
 
@@ -791,9 +791,9 @@  discard block
 block discarded – undo
791 791
    */
792 792
   public function listProjects($optParams = array())
793 793
   {
794
-    $params = array();
795
-    $params = array_merge($params, $optParams);
796
-    return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList");
794
+	$params = array();
795
+	$params = array_merge($params, $optParams);
796
+	return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList");
797 797
   }
798 798
 }
799 799
 
@@ -821,9 +821,9 @@  discard block
 block discarded – undo
821 821
    */
822 822
   public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigquery_TableDataInsertAllRequest $postBody, $optParams = array())
823 823
   {
824
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
825
-    $params = array_merge($params, $optParams);
826
-    return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse");
824
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
825
+	$params = array_merge($params, $optParams);
826
+	return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse");
827 827
   }
828 828
 
829 829
   /**
@@ -843,9 +843,9 @@  discard block
 block discarded – undo
843 843
    */
844 844
   public function listTabledata($projectId, $datasetId, $tableId, $optParams = array())
845 845
   {
846
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
847
-    $params = array_merge($params, $optParams);
848
-    return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList");
846
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
847
+	$params = array_merge($params, $optParams);
848
+	return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList");
849 849
   }
850 850
 }
851 851
 
@@ -871,9 +871,9 @@  discard block
 block discarded – undo
871 871
    */
872 872
   public function delete($projectId, $datasetId, $tableId, $optParams = array())
873 873
   {
874
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
875
-    $params = array_merge($params, $optParams);
876
-    return $this->call('delete', array($params));
874
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
875
+	$params = array_merge($params, $optParams);
876
+	return $this->call('delete', array($params));
877 877
   }
878 878
 
879 879
   /**
@@ -889,9 +889,9 @@  discard block
 block discarded – undo
889 889
    */
890 890
   public function get($projectId, $datasetId, $tableId, $optParams = array())
891 891
   {
892
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
893
-    $params = array_merge($params, $optParams);
894
-    return $this->call('get', array($params), "Google_Service_Bigquery_Table");
892
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
893
+	$params = array_merge($params, $optParams);
894
+	return $this->call('get', array($params), "Google_Service_Bigquery_Table");
895 895
   }
896 896
 
897 897
   /**
@@ -905,9 +905,9 @@  discard block
 block discarded – undo
905 905
    */
906 906
   public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $postBody, $optParams = array())
907 907
   {
908
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
909
-    $params = array_merge($params, $optParams);
910
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Table");
908
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
909
+	$params = array_merge($params, $optParams);
910
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Table");
911 911
   }
912 912
 
913 913
   /**
@@ -925,9 +925,9 @@  discard block
 block discarded – undo
925 925
    */
926 926
   public function listTables($projectId, $datasetId, $optParams = array())
927 927
   {
928
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
929
-    $params = array_merge($params, $optParams);
930
-    return $this->call('list', array($params), "Google_Service_Bigquery_TableList");
928
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
929
+	$params = array_merge($params, $optParams);
930
+	return $this->call('list', array($params), "Google_Service_Bigquery_TableList");
931 931
   }
932 932
 
933 933
   /**
@@ -945,9 +945,9 @@  discard block
 block discarded – undo
945 945
    */
946 946
   public function patch($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array())
947 947
   {
948
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
949
-    $params = array_merge($params, $optParams);
950
-    return $this->call('patch', array($params), "Google_Service_Bigquery_Table");
948
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
949
+	$params = array_merge($params, $optParams);
950
+	return $this->call('patch', array($params), "Google_Service_Bigquery_Table");
951 951
   }
952 952
 
953 953
   /**
@@ -964,9 +964,9 @@  discard block
 block discarded – undo
964 964
    */
965 965
   public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array())
966 966
   {
967
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
968
-    $params = array_merge($params, $optParams);
969
-    return $this->call('update', array($params), "Google_Service_Bigquery_Table");
967
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
968
+	$params = array_merge($params, $optParams);
969
+	return $this->call('update', array($params), "Google_Service_Bigquery_Table");
970 970
   }
971 971
 }
972 972
 
@@ -987,51 +987,51 @@  discard block
 block discarded – undo
987 987
 
988 988
   public function setAllowJaggedRows($allowJaggedRows)
989 989
   {
990
-    $this->allowJaggedRows = $allowJaggedRows;
990
+	$this->allowJaggedRows = $allowJaggedRows;
991 991
   }
992 992
   public function getAllowJaggedRows()
993 993
   {
994
-    return $this->allowJaggedRows;
994
+	return $this->allowJaggedRows;
995 995
   }
996 996
   public function setAllowQuotedNewlines($allowQuotedNewlines)
997 997
   {
998
-    $this->allowQuotedNewlines = $allowQuotedNewlines;
998
+	$this->allowQuotedNewlines = $allowQuotedNewlines;
999 999
   }
1000 1000
   public function getAllowQuotedNewlines()
1001 1001
   {
1002
-    return $this->allowQuotedNewlines;
1002
+	return $this->allowQuotedNewlines;
1003 1003
   }
1004 1004
   public function setEncoding($encoding)
1005 1005
   {
1006
-    $this->encoding = $encoding;
1006
+	$this->encoding = $encoding;
1007 1007
   }
1008 1008
   public function getEncoding()
1009 1009
   {
1010
-    return $this->encoding;
1010
+	return $this->encoding;
1011 1011
   }
1012 1012
   public function setFieldDelimiter($fieldDelimiter)
1013 1013
   {
1014
-    $this->fieldDelimiter = $fieldDelimiter;
1014
+	$this->fieldDelimiter = $fieldDelimiter;
1015 1015
   }
1016 1016
   public function getFieldDelimiter()
1017 1017
   {
1018
-    return $this->fieldDelimiter;
1018
+	return $this->fieldDelimiter;
1019 1019
   }
1020 1020
   public function setQuote($quote)
1021 1021
   {
1022
-    $this->quote = $quote;
1022
+	$this->quote = $quote;
1023 1023
   }
1024 1024
   public function getQuote()
1025 1025
   {
1026
-    return $this->quote;
1026
+	return $this->quote;
1027 1027
   }
1028 1028
   public function setSkipLeadingRows($skipLeadingRows)
1029 1029
   {
1030
-    $this->skipLeadingRows = $skipLeadingRows;
1030
+	$this->skipLeadingRows = $skipLeadingRows;
1031 1031
   }
1032 1032
   public function getSkipLeadingRows()
1033 1033
   {
1034
-    return $this->skipLeadingRows;
1034
+	return $this->skipLeadingRows;
1035 1035
   }
1036 1036
 }
1037 1037
 
@@ -1058,99 +1058,99 @@  discard block
 block discarded – undo
1058 1058
 
1059 1059
   public function setAccess($access)
1060 1060
   {
1061
-    $this->access = $access;
1061
+	$this->access = $access;
1062 1062
   }
1063 1063
   public function getAccess()
1064 1064
   {
1065
-    return $this->access;
1065
+	return $this->access;
1066 1066
   }
1067 1067
   public function setCreationTime($creationTime)
1068 1068
   {
1069
-    $this->creationTime = $creationTime;
1069
+	$this->creationTime = $creationTime;
1070 1070
   }
1071 1071
   public function getCreationTime()
1072 1072
   {
1073
-    return $this->creationTime;
1073
+	return $this->creationTime;
1074 1074
   }
1075 1075
   public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
1076 1076
   {
1077
-    $this->datasetReference = $datasetReference;
1077
+	$this->datasetReference = $datasetReference;
1078 1078
   }
1079 1079
   public function getDatasetReference()
1080 1080
   {
1081
-    return $this->datasetReference;
1081
+	return $this->datasetReference;
1082 1082
   }
1083 1083
   public function setDefaultTableExpirationMs($defaultTableExpirationMs)
1084 1084
   {
1085
-    $this->defaultTableExpirationMs = $defaultTableExpirationMs;
1085
+	$this->defaultTableExpirationMs = $defaultTableExpirationMs;
1086 1086
   }
1087 1087
   public function getDefaultTableExpirationMs()
1088 1088
   {
1089
-    return $this->defaultTableExpirationMs;
1089
+	return $this->defaultTableExpirationMs;
1090 1090
   }
1091 1091
   public function setDescription($description)
1092 1092
   {
1093
-    $this->description = $description;
1093
+	$this->description = $description;
1094 1094
   }
1095 1095
   public function getDescription()
1096 1096
   {
1097
-    return $this->description;
1097
+	return $this->description;
1098 1098
   }
1099 1099
   public function setEtag($etag)
1100 1100
   {
1101
-    $this->etag = $etag;
1101
+	$this->etag = $etag;
1102 1102
   }
1103 1103
   public function getEtag()
1104 1104
   {
1105
-    return $this->etag;
1105
+	return $this->etag;
1106 1106
   }
1107 1107
   public function setFriendlyName($friendlyName)
1108 1108
   {
1109
-    $this->friendlyName = $friendlyName;
1109
+	$this->friendlyName = $friendlyName;
1110 1110
   }
1111 1111
   public function getFriendlyName()
1112 1112
   {
1113
-    return $this->friendlyName;
1113
+	return $this->friendlyName;
1114 1114
   }
1115 1115
   public function setId($id)
1116 1116
   {
1117
-    $this->id = $id;
1117
+	$this->id = $id;
1118 1118
   }
1119 1119
   public function getId()
1120 1120
   {
1121
-    return $this->id;
1121
+	return $this->id;
1122 1122
   }
1123 1123
   public function setKind($kind)
1124 1124
   {
1125
-    $this->kind = $kind;
1125
+	$this->kind = $kind;
1126 1126
   }
1127 1127
   public function getKind()
1128 1128
   {
1129
-    return $this->kind;
1129
+	return $this->kind;
1130 1130
   }
1131 1131
   public function setLastModifiedTime($lastModifiedTime)
1132 1132
   {
1133
-    $this->lastModifiedTime = $lastModifiedTime;
1133
+	$this->lastModifiedTime = $lastModifiedTime;
1134 1134
   }
1135 1135
   public function getLastModifiedTime()
1136 1136
   {
1137
-    return $this->lastModifiedTime;
1137
+	return $this->lastModifiedTime;
1138 1138
   }
1139 1139
   public function setLocation($location)
1140 1140
   {
1141
-    $this->location = $location;
1141
+	$this->location = $location;
1142 1142
   }
1143 1143
   public function getLocation()
1144 1144
   {
1145
-    return $this->location;
1145
+	return $this->location;
1146 1146
   }
1147 1147
   public function setSelfLink($selfLink)
1148 1148
   {
1149
-    $this->selfLink = $selfLink;
1149
+	$this->selfLink = $selfLink;
1150 1150
   }
1151 1151
   public function getSelfLink()
1152 1152
   {
1153
-    return $this->selfLink;
1153
+	return $this->selfLink;
1154 1154
   }
1155 1155
 }
1156 1156
 
@@ -1169,51 +1169,51 @@  discard block
 block discarded – undo
1169 1169
 
1170 1170
   public function setDomain($domain)
1171 1171
   {
1172
-    $this->domain = $domain;
1172
+	$this->domain = $domain;
1173 1173
   }
1174 1174
   public function getDomain()
1175 1175
   {
1176
-    return $this->domain;
1176
+	return $this->domain;
1177 1177
   }
1178 1178
   public function setGroupByEmail($groupByEmail)
1179 1179
   {
1180
-    $this->groupByEmail = $groupByEmail;
1180
+	$this->groupByEmail = $groupByEmail;
1181 1181
   }
1182 1182
   public function getGroupByEmail()
1183 1183
   {
1184
-    return $this->groupByEmail;
1184
+	return $this->groupByEmail;
1185 1185
   }
1186 1186
   public function setRole($role)
1187 1187
   {
1188
-    $this->role = $role;
1188
+	$this->role = $role;
1189 1189
   }
1190 1190
   public function getRole()
1191 1191
   {
1192
-    return $this->role;
1192
+	return $this->role;
1193 1193
   }
1194 1194
   public function setSpecialGroup($specialGroup)
1195 1195
   {
1196
-    $this->specialGroup = $specialGroup;
1196
+	$this->specialGroup = $specialGroup;
1197 1197
   }
1198 1198
   public function getSpecialGroup()
1199 1199
   {
1200
-    return $this->specialGroup;
1200
+	return $this->specialGroup;
1201 1201
   }
1202 1202
   public function setUserByEmail($userByEmail)
1203 1203
   {
1204
-    $this->userByEmail = $userByEmail;
1204
+	$this->userByEmail = $userByEmail;
1205 1205
   }
1206 1206
   public function getUserByEmail()
1207 1207
   {
1208
-    return $this->userByEmail;
1208
+	return $this->userByEmail;
1209 1209
   }
1210 1210
   public function setView(Google_Service_Bigquery_TableReference $view)
1211 1211
   {
1212
-    $this->view = $view;
1212
+	$this->view = $view;
1213 1213
   }
1214 1214
   public function getView()
1215 1215
   {
1216
-    return $this->view;
1216
+	return $this->view;
1217 1217
   }
1218 1218
 }
1219 1219
 
@@ -1231,35 +1231,35 @@  discard block
 block discarded – undo
1231 1231
 
1232 1232
   public function setDatasets($datasets)
1233 1233
   {
1234
-    $this->datasets = $datasets;
1234
+	$this->datasets = $datasets;
1235 1235
   }
1236 1236
   public function getDatasets()
1237 1237
   {
1238
-    return $this->datasets;
1238
+	return $this->datasets;
1239 1239
   }
1240 1240
   public function setEtag($etag)
1241 1241
   {
1242
-    $this->etag = $etag;
1242
+	$this->etag = $etag;
1243 1243
   }
1244 1244
   public function getEtag()
1245 1245
   {
1246
-    return $this->etag;
1246
+	return $this->etag;
1247 1247
   }
1248 1248
   public function setKind($kind)
1249 1249
   {
1250
-    $this->kind = $kind;
1250
+	$this->kind = $kind;
1251 1251
   }
1252 1252
   public function getKind()
1253 1253
   {
1254
-    return $this->kind;
1254
+	return $this->kind;
1255 1255
   }
1256 1256
   public function setNextPageToken($nextPageToken)
1257 1257
   {
1258
-    $this->nextPageToken = $nextPageToken;
1258
+	$this->nextPageToken = $nextPageToken;
1259 1259
   }
1260 1260
   public function getNextPageToken()
1261 1261
   {
1262
-    return $this->nextPageToken;
1262
+	return $this->nextPageToken;
1263 1263
   }
1264 1264
 }
1265 1265
 
@@ -1276,35 +1276,35 @@  discard block
 block discarded – undo
1276 1276
 
1277 1277
   public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
1278 1278
   {
1279
-    $this->datasetReference = $datasetReference;
1279
+	$this->datasetReference = $datasetReference;
1280 1280
   }
1281 1281
   public function getDatasetReference()
1282 1282
   {
1283
-    return $this->datasetReference;
1283
+	return $this->datasetReference;
1284 1284
   }
1285 1285
   public function setFriendlyName($friendlyName)
1286 1286
   {
1287
-    $this->friendlyName = $friendlyName;
1287
+	$this->friendlyName = $friendlyName;
1288 1288
   }
1289 1289
   public function getFriendlyName()
1290 1290
   {
1291
-    return $this->friendlyName;
1291
+	return $this->friendlyName;
1292 1292
   }
1293 1293
   public function setId($id)
1294 1294
   {
1295
-    $this->id = $id;
1295
+	$this->id = $id;
1296 1296
   }
1297 1297
   public function getId()
1298 1298
   {
1299
-    return $this->id;
1299
+	return $this->id;
1300 1300
   }
1301 1301
   public function setKind($kind)
1302 1302
   {
1303
-    $this->kind = $kind;
1303
+	$this->kind = $kind;
1304 1304
   }
1305 1305
   public function getKind()
1306 1306
   {
1307
-    return $this->kind;
1307
+	return $this->kind;
1308 1308
   }
1309 1309
 }
1310 1310
 
@@ -1318,19 +1318,19 @@  discard block
 block discarded – undo
1318 1318
 
1319 1319
   public function setDatasetId($datasetId)
1320 1320
   {
1321
-    $this->datasetId = $datasetId;
1321
+	$this->datasetId = $datasetId;
1322 1322
   }
1323 1323
   public function getDatasetId()
1324 1324
   {
1325
-    return $this->datasetId;
1325
+	return $this->datasetId;
1326 1326
   }
1327 1327
   public function setProjectId($projectId)
1328 1328
   {
1329
-    $this->projectId = $projectId;
1329
+	$this->projectId = $projectId;
1330 1330
   }
1331 1331
   public function getProjectId()
1332 1332
   {
1333
-    return $this->projectId;
1333
+	return $this->projectId;
1334 1334
   }
1335 1335
 }
1336 1336
 
@@ -1346,35 +1346,35 @@  discard block
 block discarded – undo
1346 1346
 
1347 1347
   public function setDebugInfo($debugInfo)
1348 1348
   {
1349
-    $this->debugInfo = $debugInfo;
1349
+	$this->debugInfo = $debugInfo;
1350 1350
   }
1351 1351
   public function getDebugInfo()
1352 1352
   {
1353
-    return $this->debugInfo;
1353
+	return $this->debugInfo;
1354 1354
   }
1355 1355
   public function setLocation($location)
1356 1356
   {
1357
-    $this->location = $location;
1357
+	$this->location = $location;
1358 1358
   }
1359 1359
   public function getLocation()
1360 1360
   {
1361
-    return $this->location;
1361
+	return $this->location;
1362 1362
   }
1363 1363
   public function setMessage($message)
1364 1364
   {
1365
-    $this->message = $message;
1365
+	$this->message = $message;
1366 1366
   }
1367 1367
   public function getMessage()
1368 1368
   {
1369
-    return $this->message;
1369
+	return $this->message;
1370 1370
   }
1371 1371
   public function setReason($reason)
1372 1372
   {
1373
-    $this->reason = $reason;
1373
+	$this->reason = $reason;
1374 1374
   }
1375 1375
   public function getReason()
1376 1376
   {
1377
-    return $this->reason;
1377
+	return $this->reason;
1378 1378
   }
1379 1379
 }
1380 1380
 
@@ -1396,59 +1396,59 @@  discard block
 block discarded – undo
1396 1396
 
1397 1397
   public function setCompression($compression)
1398 1398
   {
1399
-    $this->compression = $compression;
1399
+	$this->compression = $compression;
1400 1400
   }
1401 1401
   public function getCompression()
1402 1402
   {
1403
-    return $this->compression;
1403
+	return $this->compression;
1404 1404
   }
1405 1405
   public function setCsvOptions(Google_Service_Bigquery_CsvOptions $csvOptions)
1406 1406
   {
1407
-    $this->csvOptions = $csvOptions;
1407
+	$this->csvOptions = $csvOptions;
1408 1408
   }
1409 1409
   public function getCsvOptions()
1410 1410
   {
1411
-    return $this->csvOptions;
1411
+	return $this->csvOptions;
1412 1412
   }
1413 1413
   public function setIgnoreUnknownValues($ignoreUnknownValues)
1414 1414
   {
1415
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
1415
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
1416 1416
   }
1417 1417
   public function getIgnoreUnknownValues()
1418 1418
   {
1419
-    return $this->ignoreUnknownValues;
1419
+	return $this->ignoreUnknownValues;
1420 1420
   }
1421 1421
   public function setMaxBadRecords($maxBadRecords)
1422 1422
   {
1423
-    $this->maxBadRecords = $maxBadRecords;
1423
+	$this->maxBadRecords = $maxBadRecords;
1424 1424
   }
1425 1425
   public function getMaxBadRecords()
1426 1426
   {
1427
-    return $this->maxBadRecords;
1427
+	return $this->maxBadRecords;
1428 1428
   }
1429 1429
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1430 1430
   {
1431
-    $this->schema = $schema;
1431
+	$this->schema = $schema;
1432 1432
   }
1433 1433
   public function getSchema()
1434 1434
   {
1435
-    return $this->schema;
1435
+	return $this->schema;
1436 1436
   }
1437 1437
   public function setSourceFormat($sourceFormat)
1438 1438
   {
1439
-    $this->sourceFormat = $sourceFormat;
1439
+	$this->sourceFormat = $sourceFormat;
1440 1440
   }
1441 1441
   public function getSourceFormat()
1442 1442
   {
1443
-    return $this->sourceFormat;
1443
+	return $this->sourceFormat;
1444 1444
   }
1445 1445
   public function setSourceUris($sourceUris)
1446 1446
   {
1447
-    $this->sourceUris = $sourceUris;
1447
+	$this->sourceUris = $sourceUris;
1448 1448
   }
1449 1449
   public function getSourceUris()
1450 1450
   {
1451
-    return $this->sourceUris;
1451
+	return $this->sourceUris;
1452 1452
   }
1453 1453
 }
1454 1454
 
@@ -1476,98 +1476,98 @@  discard block
 block discarded – undo
1476 1476
 
1477 1477
   public function setCacheHit($cacheHit)
1478 1478
   {
1479
-    $this->cacheHit = $cacheHit;
1479
+	$this->cacheHit = $cacheHit;
1480 1480
   }
1481 1481
   public function getCacheHit()
1482 1482
   {
1483
-    return $this->cacheHit;
1483
+	return $this->cacheHit;
1484 1484
   }
1485 1485
   public function setErrors($errors)
1486 1486
   {
1487
-    $this->errors = $errors;
1487
+	$this->errors = $errors;
1488 1488
   }
1489 1489
   public function getErrors()
1490 1490
   {
1491
-    return $this->errors;
1491
+	return $this->errors;
1492 1492
   }
1493 1493
   public function setEtag($etag)
1494 1494
   {
1495
-    $this->etag = $etag;
1495
+	$this->etag = $etag;
1496 1496
   }
1497 1497
   public function getEtag()
1498 1498
   {
1499
-    return $this->etag;
1499
+	return $this->etag;
1500 1500
   }
1501 1501
   public function setJobComplete($jobComplete)
1502 1502
   {
1503
-    $this->jobComplete = $jobComplete;
1503
+	$this->jobComplete = $jobComplete;
1504 1504
   }
1505 1505
   public function getJobComplete()
1506 1506
   {
1507
-    return $this->jobComplete;
1507
+	return $this->jobComplete;
1508 1508
   }
1509 1509
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
1510 1510
   {
1511
-    $this->jobReference = $jobReference;
1511
+	$this->jobReference = $jobReference;
1512 1512
   }
1513 1513
   public function getJobReference()
1514 1514
   {
1515
-    return $this->jobReference;
1515
+	return $this->jobReference;
1516 1516
   }
1517 1517
   public function setKind($kind)
1518 1518
   {
1519
-    $this->kind = $kind;
1519
+	$this->kind = $kind;
1520 1520
   }
1521 1521
   public function getKind()
1522 1522
   {
1523
-    return $this->kind;
1523
+	return $this->kind;
1524 1524
   }
1525 1525
   public function setPageToken($pageToken)
1526 1526
   {
1527
-    $this->pageToken = $pageToken;
1527
+	$this->pageToken = $pageToken;
1528 1528
   }
1529 1529
   public function getPageToken()
1530 1530
   {
1531
-    return $this->pageToken;
1531
+	return $this->pageToken;
1532 1532
   }
1533 1533
   public function setRows($rows)
1534 1534
   {
1535
-    $this->rows = $rows;
1535
+	$this->rows = $rows;
1536 1536
   }
1537 1537
   public function getRows()
1538 1538
   {
1539
-    return $this->rows;
1539
+	return $this->rows;
1540 1540
   }
1541 1541
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1542 1542
   {
1543
-    $this->schema = $schema;
1543
+	$this->schema = $schema;
1544 1544
   }
1545 1545
   public function getSchema()
1546 1546
   {
1547
-    return $this->schema;
1547
+	return $this->schema;
1548 1548
   }
1549 1549
   public function setTotalBytesProcessed($totalBytesProcessed)
1550 1550
   {
1551
-    $this->totalBytesProcessed = $totalBytesProcessed;
1551
+	$this->totalBytesProcessed = $totalBytesProcessed;
1552 1552
   }
1553 1553
   public function getTotalBytesProcessed()
1554 1554
   {
1555
-    return $this->totalBytesProcessed;
1555
+	return $this->totalBytesProcessed;
1556 1556
   }
1557 1557
   public function setTotalRows($totalRows)
1558 1558
   {
1559
-    $this->totalRows = $totalRows;
1559
+	$this->totalRows = $totalRows;
1560 1560
   }
1561 1561
   public function getTotalRows()
1562 1562
   {
1563
-    return $this->totalRows;
1563
+	return $this->totalRows;
1564 1564
   }
1565 1565
 }
1566 1566
 
1567 1567
 class Google_Service_Bigquery_Job extends Google_Model
1568 1568
 {
1569 1569
   protected $internal_gapi_mappings = array(
1570
-        "userEmail" => "user_email",
1570
+		"userEmail" => "user_email",
1571 1571
   );
1572 1572
   protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
1573 1573
   protected $configurationDataType = '';
@@ -1586,75 +1586,75 @@  discard block
 block discarded – undo
1586 1586
 
1587 1587
   public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
1588 1588
   {
1589
-    $this->configuration = $configuration;
1589
+	$this->configuration = $configuration;
1590 1590
   }
1591 1591
   public function getConfiguration()
1592 1592
   {
1593
-    return $this->configuration;
1593
+	return $this->configuration;
1594 1594
   }
1595 1595
   public function setEtag($etag)
1596 1596
   {
1597
-    $this->etag = $etag;
1597
+	$this->etag = $etag;
1598 1598
   }
1599 1599
   public function getEtag()
1600 1600
   {
1601
-    return $this->etag;
1601
+	return $this->etag;
1602 1602
   }
1603 1603
   public function setId($id)
1604 1604
   {
1605
-    $this->id = $id;
1605
+	$this->id = $id;
1606 1606
   }
1607 1607
   public function getId()
1608 1608
   {
1609
-    return $this->id;
1609
+	return $this->id;
1610 1610
   }
1611 1611
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
1612 1612
   {
1613
-    $this->jobReference = $jobReference;
1613
+	$this->jobReference = $jobReference;
1614 1614
   }
1615 1615
   public function getJobReference()
1616 1616
   {
1617
-    return $this->jobReference;
1617
+	return $this->jobReference;
1618 1618
   }
1619 1619
   public function setKind($kind)
1620 1620
   {
1621
-    $this->kind = $kind;
1621
+	$this->kind = $kind;
1622 1622
   }
1623 1623
   public function getKind()
1624 1624
   {
1625
-    return $this->kind;
1625
+	return $this->kind;
1626 1626
   }
1627 1627
   public function setSelfLink($selfLink)
1628 1628
   {
1629
-    $this->selfLink = $selfLink;
1629
+	$this->selfLink = $selfLink;
1630 1630
   }
1631 1631
   public function getSelfLink()
1632 1632
   {
1633
-    return $this->selfLink;
1633
+	return $this->selfLink;
1634 1634
   }
1635 1635
   public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
1636 1636
   {
1637
-    $this->statistics = $statistics;
1637
+	$this->statistics = $statistics;
1638 1638
   }
1639 1639
   public function getStatistics()
1640 1640
   {
1641
-    return $this->statistics;
1641
+	return $this->statistics;
1642 1642
   }
1643 1643
   public function setStatus(Google_Service_Bigquery_JobStatus $status)
1644 1644
   {
1645
-    $this->status = $status;
1645
+	$this->status = $status;
1646 1646
   }
1647 1647
   public function getStatus()
1648 1648
   {
1649
-    return $this->status;
1649
+	return $this->status;
1650 1650
   }
1651 1651
   public function setUserEmail($userEmail)
1652 1652
   {
1653
-    $this->userEmail = $userEmail;
1653
+	$this->userEmail = $userEmail;
1654 1654
   }
1655 1655
   public function getUserEmail()
1656 1656
   {
1657
-    return $this->userEmail;
1657
+	return $this->userEmail;
1658 1658
   }
1659 1659
 }
1660 1660
 
@@ -1669,19 +1669,19 @@  discard block
 block discarded – undo
1669 1669
 
1670 1670
   public function setJob(Google_Service_Bigquery_Job $job)
1671 1671
   {
1672
-    $this->job = $job;
1672
+	$this->job = $job;
1673 1673
   }
1674 1674
   public function getJob()
1675 1675
   {
1676
-    return $this->job;
1676
+	return $this->job;
1677 1677
   }
1678 1678
   public function setKind($kind)
1679 1679
   {
1680
-    $this->kind = $kind;
1680
+	$this->kind = $kind;
1681 1681
   }
1682 1682
   public function getKind()
1683 1683
   {
1684
-    return $this->kind;
1684
+	return $this->kind;
1685 1685
   }
1686 1686
 }
1687 1687
 
@@ -1704,51 +1704,51 @@  discard block
 block discarded – undo
1704 1704
 
1705 1705
   public function setCopy(Google_Service_Bigquery_JobConfigurationTableCopy $copy)
1706 1706
   {
1707
-    $this->copy = $copy;
1707
+	$this->copy = $copy;
1708 1708
   }
1709 1709
   public function getCopy()
1710 1710
   {
1711
-    return $this->copy;
1711
+	return $this->copy;
1712 1712
   }
1713 1713
   public function setDryRun($dryRun)
1714 1714
   {
1715
-    $this->dryRun = $dryRun;
1715
+	$this->dryRun = $dryRun;
1716 1716
   }
1717 1717
   public function getDryRun()
1718 1718
   {
1719
-    return $this->dryRun;
1719
+	return $this->dryRun;
1720 1720
   }
1721 1721
   public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract)
1722 1722
   {
1723
-    $this->extract = $extract;
1723
+	$this->extract = $extract;
1724 1724
   }
1725 1725
   public function getExtract()
1726 1726
   {
1727
-    return $this->extract;
1727
+	return $this->extract;
1728 1728
   }
1729 1729
   public function setLink(Google_Service_Bigquery_JobConfigurationLink $link)
1730 1730
   {
1731
-    $this->link = $link;
1731
+	$this->link = $link;
1732 1732
   }
1733 1733
   public function getLink()
1734 1734
   {
1735
-    return $this->link;
1735
+	return $this->link;
1736 1736
   }
1737 1737
   public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load)
1738 1738
   {
1739
-    $this->load = $load;
1739
+	$this->load = $load;
1740 1740
   }
1741 1741
   public function getLoad()
1742 1742
   {
1743
-    return $this->load;
1743
+	return $this->load;
1744 1744
   }
1745 1745
   public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query)
1746 1746
   {
1747
-    $this->query = $query;
1747
+	$this->query = $query;
1748 1748
   }
1749 1749
   public function getQuery()
1750 1750
   {
1751
-    return $this->query;
1751
+	return $this->query;
1752 1752
   }
1753 1753
 }
1754 1754
 
@@ -1769,59 +1769,59 @@  discard block
 block discarded – undo
1769 1769
 
1770 1770
   public function setCompression($compression)
1771 1771
   {
1772
-    $this->compression = $compression;
1772
+	$this->compression = $compression;
1773 1773
   }
1774 1774
   public function getCompression()
1775 1775
   {
1776
-    return $this->compression;
1776
+	return $this->compression;
1777 1777
   }
1778 1778
   public function setDestinationFormat($destinationFormat)
1779 1779
   {
1780
-    $this->destinationFormat = $destinationFormat;
1780
+	$this->destinationFormat = $destinationFormat;
1781 1781
   }
1782 1782
   public function getDestinationFormat()
1783 1783
   {
1784
-    return $this->destinationFormat;
1784
+	return $this->destinationFormat;
1785 1785
   }
1786 1786
   public function setDestinationUri($destinationUri)
1787 1787
   {
1788
-    $this->destinationUri = $destinationUri;
1788
+	$this->destinationUri = $destinationUri;
1789 1789
   }
1790 1790
   public function getDestinationUri()
1791 1791
   {
1792
-    return $this->destinationUri;
1792
+	return $this->destinationUri;
1793 1793
   }
1794 1794
   public function setDestinationUris($destinationUris)
1795 1795
   {
1796
-    $this->destinationUris = $destinationUris;
1796
+	$this->destinationUris = $destinationUris;
1797 1797
   }
1798 1798
   public function getDestinationUris()
1799 1799
   {
1800
-    return $this->destinationUris;
1800
+	return $this->destinationUris;
1801 1801
   }
1802 1802
   public function setFieldDelimiter($fieldDelimiter)
1803 1803
   {
1804
-    $this->fieldDelimiter = $fieldDelimiter;
1804
+	$this->fieldDelimiter = $fieldDelimiter;
1805 1805
   }
1806 1806
   public function getFieldDelimiter()
1807 1807
   {
1808
-    return $this->fieldDelimiter;
1808
+	return $this->fieldDelimiter;
1809 1809
   }
1810 1810
   public function setPrintHeader($printHeader)
1811 1811
   {
1812
-    $this->printHeader = $printHeader;
1812
+	$this->printHeader = $printHeader;
1813 1813
   }
1814 1814
   public function getPrintHeader()
1815 1815
   {
1816
-    return $this->printHeader;
1816
+	return $this->printHeader;
1817 1817
   }
1818 1818
   public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
1819 1819
   {
1820
-    $this->sourceTable = $sourceTable;
1820
+	$this->sourceTable = $sourceTable;
1821 1821
   }
1822 1822
   public function getSourceTable()
1823 1823
   {
1824
-    return $this->sourceTable;
1824
+	return $this->sourceTable;
1825 1825
   }
1826 1826
 }
1827 1827
 
@@ -1839,35 +1839,35 @@  discard block
 block discarded – undo
1839 1839
 
1840 1840
   public function setCreateDisposition($createDisposition)
1841 1841
   {
1842
-    $this->createDisposition = $createDisposition;
1842
+	$this->createDisposition = $createDisposition;
1843 1843
   }
1844 1844
   public function getCreateDisposition()
1845 1845
   {
1846
-    return $this->createDisposition;
1846
+	return $this->createDisposition;
1847 1847
   }
1848 1848
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
1849 1849
   {
1850
-    $this->destinationTable = $destinationTable;
1850
+	$this->destinationTable = $destinationTable;
1851 1851
   }
1852 1852
   public function getDestinationTable()
1853 1853
   {
1854
-    return $this->destinationTable;
1854
+	return $this->destinationTable;
1855 1855
   }
1856 1856
   public function setSourceUri($sourceUri)
1857 1857
   {
1858
-    $this->sourceUri = $sourceUri;
1858
+	$this->sourceUri = $sourceUri;
1859 1859
   }
1860 1860
   public function getSourceUri()
1861 1861
   {
1862
-    return $this->sourceUri;
1862
+	return $this->sourceUri;
1863 1863
   }
1864 1864
   public function setWriteDisposition($writeDisposition)
1865 1865
   {
1866
-    $this->writeDisposition = $writeDisposition;
1866
+	$this->writeDisposition = $writeDisposition;
1867 1867
   }
1868 1868
   public function getWriteDisposition()
1869 1869
   {
1870
-    return $this->writeDisposition;
1870
+	return $this->writeDisposition;
1871 1871
   }
1872 1872
 }
1873 1873
 
@@ -1899,139 +1899,139 @@  discard block
 block discarded – undo
1899 1899
 
1900 1900
   public function setAllowJaggedRows($allowJaggedRows)
1901 1901
   {
1902
-    $this->allowJaggedRows = $allowJaggedRows;
1902
+	$this->allowJaggedRows = $allowJaggedRows;
1903 1903
   }
1904 1904
   public function getAllowJaggedRows()
1905 1905
   {
1906
-    return $this->allowJaggedRows;
1906
+	return $this->allowJaggedRows;
1907 1907
   }
1908 1908
   public function setAllowQuotedNewlines($allowQuotedNewlines)
1909 1909
   {
1910
-    $this->allowQuotedNewlines = $allowQuotedNewlines;
1910
+	$this->allowQuotedNewlines = $allowQuotedNewlines;
1911 1911
   }
1912 1912
   public function getAllowQuotedNewlines()
1913 1913
   {
1914
-    return $this->allowQuotedNewlines;
1914
+	return $this->allowQuotedNewlines;
1915 1915
   }
1916 1916
   public function setCreateDisposition($createDisposition)
1917 1917
   {
1918
-    $this->createDisposition = $createDisposition;
1918
+	$this->createDisposition = $createDisposition;
1919 1919
   }
1920 1920
   public function getCreateDisposition()
1921 1921
   {
1922
-    return $this->createDisposition;
1922
+	return $this->createDisposition;
1923 1923
   }
1924 1924
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
1925 1925
   {
1926
-    $this->destinationTable = $destinationTable;
1926
+	$this->destinationTable = $destinationTable;
1927 1927
   }
1928 1928
   public function getDestinationTable()
1929 1929
   {
1930
-    return $this->destinationTable;
1930
+	return $this->destinationTable;
1931 1931
   }
1932 1932
   public function setEncoding($encoding)
1933 1933
   {
1934
-    $this->encoding = $encoding;
1934
+	$this->encoding = $encoding;
1935 1935
   }
1936 1936
   public function getEncoding()
1937 1937
   {
1938
-    return $this->encoding;
1938
+	return $this->encoding;
1939 1939
   }
1940 1940
   public function setFieldDelimiter($fieldDelimiter)
1941 1941
   {
1942
-    $this->fieldDelimiter = $fieldDelimiter;
1942
+	$this->fieldDelimiter = $fieldDelimiter;
1943 1943
   }
1944 1944
   public function getFieldDelimiter()
1945 1945
   {
1946
-    return $this->fieldDelimiter;
1946
+	return $this->fieldDelimiter;
1947 1947
   }
1948 1948
   public function setIgnoreUnknownValues($ignoreUnknownValues)
1949 1949
   {
1950
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
1950
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
1951 1951
   }
1952 1952
   public function getIgnoreUnknownValues()
1953 1953
   {
1954
-    return $this->ignoreUnknownValues;
1954
+	return $this->ignoreUnknownValues;
1955 1955
   }
1956 1956
   public function setMaxBadRecords($maxBadRecords)
1957 1957
   {
1958
-    $this->maxBadRecords = $maxBadRecords;
1958
+	$this->maxBadRecords = $maxBadRecords;
1959 1959
   }
1960 1960
   public function getMaxBadRecords()
1961 1961
   {
1962
-    return $this->maxBadRecords;
1962
+	return $this->maxBadRecords;
1963 1963
   }
1964 1964
   public function setProjectionFields($projectionFields)
1965 1965
   {
1966
-    $this->projectionFields = $projectionFields;
1966
+	$this->projectionFields = $projectionFields;
1967 1967
   }
1968 1968
   public function getProjectionFields()
1969 1969
   {
1970
-    return $this->projectionFields;
1970
+	return $this->projectionFields;
1971 1971
   }
1972 1972
   public function setQuote($quote)
1973 1973
   {
1974
-    $this->quote = $quote;
1974
+	$this->quote = $quote;
1975 1975
   }
1976 1976
   public function getQuote()
1977 1977
   {
1978
-    return $this->quote;
1978
+	return $this->quote;
1979 1979
   }
1980 1980
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1981 1981
   {
1982
-    $this->schema = $schema;
1982
+	$this->schema = $schema;
1983 1983
   }
1984 1984
   public function getSchema()
1985 1985
   {
1986
-    return $this->schema;
1986
+	return $this->schema;
1987 1987
   }
1988 1988
   public function setSchemaInline($schemaInline)
1989 1989
   {
1990
-    $this->schemaInline = $schemaInline;
1990
+	$this->schemaInline = $schemaInline;
1991 1991
   }
1992 1992
   public function getSchemaInline()
1993 1993
   {
1994
-    return $this->schemaInline;
1994
+	return $this->schemaInline;
1995 1995
   }
1996 1996
   public function setSchemaInlineFormat($schemaInlineFormat)
1997 1997
   {
1998
-    $this->schemaInlineFormat = $schemaInlineFormat;
1998
+	$this->schemaInlineFormat = $schemaInlineFormat;
1999 1999
   }
2000 2000
   public function getSchemaInlineFormat()
2001 2001
   {
2002
-    return $this->schemaInlineFormat;
2002
+	return $this->schemaInlineFormat;
2003 2003
   }
2004 2004
   public function setSkipLeadingRows($skipLeadingRows)
2005 2005
   {
2006
-    $this->skipLeadingRows = $skipLeadingRows;
2006
+	$this->skipLeadingRows = $skipLeadingRows;
2007 2007
   }
2008 2008
   public function getSkipLeadingRows()
2009 2009
   {
2010
-    return $this->skipLeadingRows;
2010
+	return $this->skipLeadingRows;
2011 2011
   }
2012 2012
   public function setSourceFormat($sourceFormat)
2013 2013
   {
2014
-    $this->sourceFormat = $sourceFormat;
2014
+	$this->sourceFormat = $sourceFormat;
2015 2015
   }
2016 2016
   public function getSourceFormat()
2017 2017
   {
2018
-    return $this->sourceFormat;
2018
+	return $this->sourceFormat;
2019 2019
   }
2020 2020
   public function setSourceUris($sourceUris)
2021 2021
   {
2022
-    $this->sourceUris = $sourceUris;
2022
+	$this->sourceUris = $sourceUris;
2023 2023
   }
2024 2024
   public function getSourceUris()
2025 2025
   {
2026
-    return $this->sourceUris;
2026
+	return $this->sourceUris;
2027 2027
   }
2028 2028
   public function setWriteDisposition($writeDisposition)
2029 2029
   {
2030
-    $this->writeDisposition = $writeDisposition;
2030
+	$this->writeDisposition = $writeDisposition;
2031 2031
   }
2032 2032
   public function getWriteDisposition()
2033 2033
   {
2034
-    return $this->writeDisposition;
2034
+	return $this->writeDisposition;
2035 2035
   }
2036 2036
 }
2037 2037
 
@@ -2060,99 +2060,99 @@  discard block
 block discarded – undo
2060 2060
 
2061 2061
   public function setAllowLargeResults($allowLargeResults)
2062 2062
   {
2063
-    $this->allowLargeResults = $allowLargeResults;
2063
+	$this->allowLargeResults = $allowLargeResults;
2064 2064
   }
2065 2065
   public function getAllowLargeResults()
2066 2066
   {
2067
-    return $this->allowLargeResults;
2067
+	return $this->allowLargeResults;
2068 2068
   }
2069 2069
   public function setCreateDisposition($createDisposition)
2070 2070
   {
2071
-    $this->createDisposition = $createDisposition;
2071
+	$this->createDisposition = $createDisposition;
2072 2072
   }
2073 2073
   public function getCreateDisposition()
2074 2074
   {
2075
-    return $this->createDisposition;
2075
+	return $this->createDisposition;
2076 2076
   }
2077 2077
   public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
2078 2078
   {
2079
-    $this->defaultDataset = $defaultDataset;
2079
+	$this->defaultDataset = $defaultDataset;
2080 2080
   }
2081 2081
   public function getDefaultDataset()
2082 2082
   {
2083
-    return $this->defaultDataset;
2083
+	return $this->defaultDataset;
2084 2084
   }
2085 2085
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
2086 2086
   {
2087
-    $this->destinationTable = $destinationTable;
2087
+	$this->destinationTable = $destinationTable;
2088 2088
   }
2089 2089
   public function getDestinationTable()
2090 2090
   {
2091
-    return $this->destinationTable;
2091
+	return $this->destinationTable;
2092 2092
   }
2093 2093
   public function setFlattenResults($flattenResults)
2094 2094
   {
2095
-    $this->flattenResults = $flattenResults;
2095
+	$this->flattenResults = $flattenResults;
2096 2096
   }
2097 2097
   public function getFlattenResults()
2098 2098
   {
2099
-    return $this->flattenResults;
2099
+	return $this->flattenResults;
2100 2100
   }
2101 2101
   public function setPreserveNulls($preserveNulls)
2102 2102
   {
2103
-    $this->preserveNulls = $preserveNulls;
2103
+	$this->preserveNulls = $preserveNulls;
2104 2104
   }
2105 2105
   public function getPreserveNulls()
2106 2106
   {
2107
-    return $this->preserveNulls;
2107
+	return $this->preserveNulls;
2108 2108
   }
2109 2109
   public function setPriority($priority)
2110 2110
   {
2111
-    $this->priority = $priority;
2111
+	$this->priority = $priority;
2112 2112
   }
2113 2113
   public function getPriority()
2114 2114
   {
2115
-    return $this->priority;
2115
+	return $this->priority;
2116 2116
   }
2117 2117
   public function setQuery($query)
2118 2118
   {
2119
-    $this->query = $query;
2119
+	$this->query = $query;
2120 2120
   }
2121 2121
   public function getQuery()
2122 2122
   {
2123
-    return $this->query;
2123
+	return $this->query;
2124 2124
   }
2125 2125
   public function setTableDefinitions($tableDefinitions)
2126 2126
   {
2127
-    $this->tableDefinitions = $tableDefinitions;
2127
+	$this->tableDefinitions = $tableDefinitions;
2128 2128
   }
2129 2129
   public function getTableDefinitions()
2130 2130
   {
2131
-    return $this->tableDefinitions;
2131
+	return $this->tableDefinitions;
2132 2132
   }
2133 2133
   public function setUseQueryCache($useQueryCache)
2134 2134
   {
2135
-    $this->useQueryCache = $useQueryCache;
2135
+	$this->useQueryCache = $useQueryCache;
2136 2136
   }
2137 2137
   public function getUseQueryCache()
2138 2138
   {
2139
-    return $this->useQueryCache;
2139
+	return $this->useQueryCache;
2140 2140
   }
2141 2141
   public function setUserDefinedFunctionResources($userDefinedFunctionResources)
2142 2142
   {
2143
-    $this->userDefinedFunctionResources = $userDefinedFunctionResources;
2143
+	$this->userDefinedFunctionResources = $userDefinedFunctionResources;
2144 2144
   }
2145 2145
   public function getUserDefinedFunctionResources()
2146 2146
   {
2147
-    return $this->userDefinedFunctionResources;
2147
+	return $this->userDefinedFunctionResources;
2148 2148
   }
2149 2149
   public function setWriteDisposition($writeDisposition)
2150 2150
   {
2151
-    $this->writeDisposition = $writeDisposition;
2151
+	$this->writeDisposition = $writeDisposition;
2152 2152
   }
2153 2153
   public function getWriteDisposition()
2154 2154
   {
2155
-    return $this->writeDisposition;
2155
+	return $this->writeDisposition;
2156 2156
   }
2157 2157
 }
2158 2158
 
@@ -2177,43 +2177,43 @@  discard block
 block discarded – undo
2177 2177
 
2178 2178
   public function setCreateDisposition($createDisposition)
2179 2179
   {
2180
-    $this->createDisposition = $createDisposition;
2180
+	$this->createDisposition = $createDisposition;
2181 2181
   }
2182 2182
   public function getCreateDisposition()
2183 2183
   {
2184
-    return $this->createDisposition;
2184
+	return $this->createDisposition;
2185 2185
   }
2186 2186
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
2187 2187
   {
2188
-    $this->destinationTable = $destinationTable;
2188
+	$this->destinationTable = $destinationTable;
2189 2189
   }
2190 2190
   public function getDestinationTable()
2191 2191
   {
2192
-    return $this->destinationTable;
2192
+	return $this->destinationTable;
2193 2193
   }
2194 2194
   public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
2195 2195
   {
2196
-    $this->sourceTable = $sourceTable;
2196
+	$this->sourceTable = $sourceTable;
2197 2197
   }
2198 2198
   public function getSourceTable()
2199 2199
   {
2200
-    return $this->sourceTable;
2200
+	return $this->sourceTable;
2201 2201
   }
2202 2202
   public function setSourceTables($sourceTables)
2203 2203
   {
2204
-    $this->sourceTables = $sourceTables;
2204
+	$this->sourceTables = $sourceTables;
2205 2205
   }
2206 2206
   public function getSourceTables()
2207 2207
   {
2208
-    return $this->sourceTables;
2208
+	return $this->sourceTables;
2209 2209
   }
2210 2210
   public function setWriteDisposition($writeDisposition)
2211 2211
   {
2212
-    $this->writeDisposition = $writeDisposition;
2212
+	$this->writeDisposition = $writeDisposition;
2213 2213
   }
2214 2214
   public function getWriteDisposition()
2215 2215
   {
2216
-    return $this->writeDisposition;
2216
+	return $this->writeDisposition;
2217 2217
   }
2218 2218
 }
2219 2219
 
@@ -2231,42 +2231,42 @@  discard block
 block discarded – undo
2231 2231
 
2232 2232
   public function setEtag($etag)
2233 2233
   {
2234
-    $this->etag = $etag;
2234
+	$this->etag = $etag;
2235 2235
   }
2236 2236
   public function getEtag()
2237 2237
   {
2238
-    return $this->etag;
2238
+	return $this->etag;
2239 2239
   }
2240 2240
   public function setJobs($jobs)
2241 2241
   {
2242
-    $this->jobs = $jobs;
2242
+	$this->jobs = $jobs;
2243 2243
   }
2244 2244
   public function getJobs()
2245 2245
   {
2246
-    return $this->jobs;
2246
+	return $this->jobs;
2247 2247
   }
2248 2248
   public function setKind($kind)
2249 2249
   {
2250
-    $this->kind = $kind;
2250
+	$this->kind = $kind;
2251 2251
   }
2252 2252
   public function getKind()
2253 2253
   {
2254
-    return $this->kind;
2254
+	return $this->kind;
2255 2255
   }
2256 2256
   public function setNextPageToken($nextPageToken)
2257 2257
   {
2258
-    $this->nextPageToken = $nextPageToken;
2258
+	$this->nextPageToken = $nextPageToken;
2259 2259
   }
2260 2260
   public function getNextPageToken()
2261 2261
   {
2262
-    return $this->nextPageToken;
2262
+	return $this->nextPageToken;
2263 2263
   }
2264 2264
 }
2265 2265
 
2266 2266
 class Google_Service_Bigquery_JobListJobs extends Google_Model
2267 2267
 {
2268 2268
   protected $internal_gapi_mappings = array(
2269
-        "userEmail" => "user_email",
2269
+		"userEmail" => "user_email",
2270 2270
   );
2271 2271
   protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
2272 2272
   protected $configurationDataType = '';
@@ -2286,75 +2286,75 @@  discard block
 block discarded – undo
2286 2286
 
2287 2287
   public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
2288 2288
   {
2289
-    $this->configuration = $configuration;
2289
+	$this->configuration = $configuration;
2290 2290
   }
2291 2291
   public function getConfiguration()
2292 2292
   {
2293
-    return $this->configuration;
2293
+	return $this->configuration;
2294 2294
   }
2295 2295
   public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
2296 2296
   {
2297
-    $this->errorResult = $errorResult;
2297
+	$this->errorResult = $errorResult;
2298 2298
   }
2299 2299
   public function getErrorResult()
2300 2300
   {
2301
-    return $this->errorResult;
2301
+	return $this->errorResult;
2302 2302
   }
2303 2303
   public function setId($id)
2304 2304
   {
2305
-    $this->id = $id;
2305
+	$this->id = $id;
2306 2306
   }
2307 2307
   public function getId()
2308 2308
   {
2309
-    return $this->id;
2309
+	return $this->id;
2310 2310
   }
2311 2311
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
2312 2312
   {
2313
-    $this->jobReference = $jobReference;
2313
+	$this->jobReference = $jobReference;
2314 2314
   }
2315 2315
   public function getJobReference()
2316 2316
   {
2317
-    return $this->jobReference;
2317
+	return $this->jobReference;
2318 2318
   }
2319 2319
   public function setKind($kind)
2320 2320
   {
2321
-    $this->kind = $kind;
2321
+	$this->kind = $kind;
2322 2322
   }
2323 2323
   public function getKind()
2324 2324
   {
2325
-    return $this->kind;
2325
+	return $this->kind;
2326 2326
   }
2327 2327
   public function setState($state)
2328 2328
   {
2329
-    $this->state = $state;
2329
+	$this->state = $state;
2330 2330
   }
2331 2331
   public function getState()
2332 2332
   {
2333
-    return $this->state;
2333
+	return $this->state;
2334 2334
   }
2335 2335
   public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
2336 2336
   {
2337
-    $this->statistics = $statistics;
2337
+	$this->statistics = $statistics;
2338 2338
   }
2339 2339
   public function getStatistics()
2340 2340
   {
2341
-    return $this->statistics;
2341
+	return $this->statistics;
2342 2342
   }
2343 2343
   public function setStatus(Google_Service_Bigquery_JobStatus $status)
2344 2344
   {
2345
-    $this->status = $status;
2345
+	$this->status = $status;
2346 2346
   }
2347 2347
   public function getStatus()
2348 2348
   {
2349
-    return $this->status;
2349
+	return $this->status;
2350 2350
   }
2351 2351
   public function setUserEmail($userEmail)
2352 2352
   {
2353
-    $this->userEmail = $userEmail;
2353
+	$this->userEmail = $userEmail;
2354 2354
   }
2355 2355
   public function getUserEmail()
2356 2356
   {
2357
-    return $this->userEmail;
2357
+	return $this->userEmail;
2358 2358
   }
2359 2359
 }
2360 2360
 
@@ -2368,19 +2368,19 @@  discard block
 block discarded – undo
2368 2368
 
2369 2369
   public function setJobId($jobId)
2370 2370
   {
2371
-    $this->jobId = $jobId;
2371
+	$this->jobId = $jobId;
2372 2372
   }
2373 2373
   public function getJobId()
2374 2374
   {
2375
-    return $this->jobId;
2375
+	return $this->jobId;
2376 2376
   }
2377 2377
   public function setProjectId($projectId)
2378 2378
   {
2379
-    $this->projectId = $projectId;
2379
+	$this->projectId = $projectId;
2380 2380
   }
2381 2381
   public function getProjectId()
2382 2382
   {
2383
-    return $this->projectId;
2383
+	return $this->projectId;
2384 2384
   }
2385 2385
 }
2386 2386
 
@@ -2402,59 +2402,59 @@  discard block
 block discarded – undo
2402 2402
 
2403 2403
   public function setCreationTime($creationTime)
2404 2404
   {
2405
-    $this->creationTime = $creationTime;
2405
+	$this->creationTime = $creationTime;
2406 2406
   }
2407 2407
   public function getCreationTime()
2408 2408
   {
2409
-    return $this->creationTime;
2409
+	return $this->creationTime;
2410 2410
   }
2411 2411
   public function setEndTime($endTime)
2412 2412
   {
2413
-    $this->endTime = $endTime;
2413
+	$this->endTime = $endTime;
2414 2414
   }
2415 2415
   public function getEndTime()
2416 2416
   {
2417
-    return $this->endTime;
2417
+	return $this->endTime;
2418 2418
   }
2419 2419
   public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract)
2420 2420
   {
2421
-    $this->extract = $extract;
2421
+	$this->extract = $extract;
2422 2422
   }
2423 2423
   public function getExtract()
2424 2424
   {
2425
-    return $this->extract;
2425
+	return $this->extract;
2426 2426
   }
2427 2427
   public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
2428 2428
   {
2429
-    $this->load = $load;
2429
+	$this->load = $load;
2430 2430
   }
2431 2431
   public function getLoad()
2432 2432
   {
2433
-    return $this->load;
2433
+	return $this->load;
2434 2434
   }
2435 2435
   public function setQuery(Google_Service_Bigquery_JobStatistics2 $query)
2436 2436
   {
2437
-    $this->query = $query;
2437
+	$this->query = $query;
2438 2438
   }
2439 2439
   public function getQuery()
2440 2440
   {
2441
-    return $this->query;
2441
+	return $this->query;
2442 2442
   }
2443 2443
   public function setStartTime($startTime)
2444 2444
   {
2445
-    $this->startTime = $startTime;
2445
+	$this->startTime = $startTime;
2446 2446
   }
2447 2447
   public function getStartTime()
2448 2448
   {
2449
-    return $this->startTime;
2449
+	return $this->startTime;
2450 2450
   }
2451 2451
   public function setTotalBytesProcessed($totalBytesProcessed)
2452 2452
   {
2453
-    $this->totalBytesProcessed = $totalBytesProcessed;
2453
+	$this->totalBytesProcessed = $totalBytesProcessed;
2454 2454
   }
2455 2455
   public function getTotalBytesProcessed()
2456 2456
   {
2457
-    return $this->totalBytesProcessed;
2457
+	return $this->totalBytesProcessed;
2458 2458
   }
2459 2459
 }
2460 2460
 
@@ -2470,35 +2470,35 @@  discard block
 block discarded – undo
2470 2470
 
2471 2471
   public function setBillingTier($billingTier)
2472 2472
   {
2473
-    $this->billingTier = $billingTier;
2473
+	$this->billingTier = $billingTier;
2474 2474
   }
2475 2475
   public function getBillingTier()
2476 2476
   {
2477
-    return $this->billingTier;
2477
+	return $this->billingTier;
2478 2478
   }
2479 2479
   public function setCacheHit($cacheHit)
2480 2480
   {
2481
-    $this->cacheHit = $cacheHit;
2481
+	$this->cacheHit = $cacheHit;
2482 2482
   }
2483 2483
   public function getCacheHit()
2484 2484
   {
2485
-    return $this->cacheHit;
2485
+	return $this->cacheHit;
2486 2486
   }
2487 2487
   public function setTotalBytesBilled($totalBytesBilled)
2488 2488
   {
2489
-    $this->totalBytesBilled = $totalBytesBilled;
2489
+	$this->totalBytesBilled = $totalBytesBilled;
2490 2490
   }
2491 2491
   public function getTotalBytesBilled()
2492 2492
   {
2493
-    return $this->totalBytesBilled;
2493
+	return $this->totalBytesBilled;
2494 2494
   }
2495 2495
   public function setTotalBytesProcessed($totalBytesProcessed)
2496 2496
   {
2497
-    $this->totalBytesProcessed = $totalBytesProcessed;
2497
+	$this->totalBytesProcessed = $totalBytesProcessed;
2498 2498
   }
2499 2499
   public function getTotalBytesProcessed()
2500 2500
   {
2501
-    return $this->totalBytesProcessed;
2501
+	return $this->totalBytesProcessed;
2502 2502
   }
2503 2503
 }
2504 2504
 
@@ -2514,35 +2514,35 @@  discard block
 block discarded – undo
2514 2514
 
2515 2515
   public function setInputFileBytes($inputFileBytes)
2516 2516
   {
2517
-    $this->inputFileBytes = $inputFileBytes;
2517
+	$this->inputFileBytes = $inputFileBytes;
2518 2518
   }
2519 2519
   public function getInputFileBytes()
2520 2520
   {
2521
-    return $this->inputFileBytes;
2521
+	return $this->inputFileBytes;
2522 2522
   }
2523 2523
   public function setInputFiles($inputFiles)
2524 2524
   {
2525
-    $this->inputFiles = $inputFiles;
2525
+	$this->inputFiles = $inputFiles;
2526 2526
   }
2527 2527
   public function getInputFiles()
2528 2528
   {
2529
-    return $this->inputFiles;
2529
+	return $this->inputFiles;
2530 2530
   }
2531 2531
   public function setOutputBytes($outputBytes)
2532 2532
   {
2533
-    $this->outputBytes = $outputBytes;
2533
+	$this->outputBytes = $outputBytes;
2534 2534
   }
2535 2535
   public function getOutputBytes()
2536 2536
   {
2537
-    return $this->outputBytes;
2537
+	return $this->outputBytes;
2538 2538
   }
2539 2539
   public function setOutputRows($outputRows)
2540 2540
   {
2541
-    $this->outputRows = $outputRows;
2541
+	$this->outputRows = $outputRows;
2542 2542
   }
2543 2543
   public function getOutputRows()
2544 2544
   {
2545
-    return $this->outputRows;
2545
+	return $this->outputRows;
2546 2546
   }
2547 2547
 }
2548 2548
 
@@ -2556,11 +2556,11 @@  discard block
 block discarded – undo
2556 2556
 
2557 2557
   public function setDestinationUriFileCounts($destinationUriFileCounts)
2558 2558
   {
2559
-    $this->destinationUriFileCounts = $destinationUriFileCounts;
2559
+	$this->destinationUriFileCounts = $destinationUriFileCounts;
2560 2560
   }
2561 2561
   public function getDestinationUriFileCounts()
2562 2562
   {
2563
-    return $this->destinationUriFileCounts;
2563
+	return $this->destinationUriFileCounts;
2564 2564
   }
2565 2565
 }
2566 2566
 
@@ -2578,27 +2578,27 @@  discard block
 block discarded – undo
2578 2578
 
2579 2579
   public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
2580 2580
   {
2581
-    $this->errorResult = $errorResult;
2581
+	$this->errorResult = $errorResult;
2582 2582
   }
2583 2583
   public function getErrorResult()
2584 2584
   {
2585
-    return $this->errorResult;
2585
+	return $this->errorResult;
2586 2586
   }
2587 2587
   public function setErrors($errors)
2588 2588
   {
2589
-    $this->errors = $errors;
2589
+	$this->errors = $errors;
2590 2590
   }
2591 2591
   public function getErrors()
2592 2592
   {
2593
-    return $this->errors;
2593
+	return $this->errors;
2594 2594
   }
2595 2595
   public function setState($state)
2596 2596
   {
2597
-    $this->state = $state;
2597
+	$this->state = $state;
2598 2598
   }
2599 2599
   public function getState()
2600 2600
   {
2601
-    return $this->state;
2601
+	return $this->state;
2602 2602
   }
2603 2603
 }
2604 2604
 
@@ -2621,43 +2621,43 @@  discard block
 block discarded – undo
2621 2621
 
2622 2622
   public function setEtag($etag)
2623 2623
   {
2624
-    $this->etag = $etag;
2624
+	$this->etag = $etag;
2625 2625
   }
2626 2626
   public function getEtag()
2627 2627
   {
2628
-    return $this->etag;
2628
+	return $this->etag;
2629 2629
   }
2630 2630
   public function setKind($kind)
2631 2631
   {
2632
-    $this->kind = $kind;
2632
+	$this->kind = $kind;
2633 2633
   }
2634 2634
   public function getKind()
2635 2635
   {
2636
-    return $this->kind;
2636
+	return $this->kind;
2637 2637
   }
2638 2638
   public function setNextPageToken($nextPageToken)
2639 2639
   {
2640
-    $this->nextPageToken = $nextPageToken;
2640
+	$this->nextPageToken = $nextPageToken;
2641 2641
   }
2642 2642
   public function getNextPageToken()
2643 2643
   {
2644
-    return $this->nextPageToken;
2644
+	return $this->nextPageToken;
2645 2645
   }
2646 2646
   public function setProjects($projects)
2647 2647
   {
2648
-    $this->projects = $projects;
2648
+	$this->projects = $projects;
2649 2649
   }
2650 2650
   public function getProjects()
2651 2651
   {
2652
-    return $this->projects;
2652
+	return $this->projects;
2653 2653
   }
2654 2654
   public function setTotalItems($totalItems)
2655 2655
   {
2656
-    $this->totalItems = $totalItems;
2656
+	$this->totalItems = $totalItems;
2657 2657
   }
2658 2658
   public function getTotalItems()
2659 2659
   {
2660
-    return $this->totalItems;
2660
+	return $this->totalItems;
2661 2661
   }
2662 2662
 }
2663 2663
 
@@ -2675,43 +2675,43 @@  discard block
 block discarded – undo
2675 2675
 
2676 2676
   public function setFriendlyName($friendlyName)
2677 2677
   {
2678
-    $this->friendlyName = $friendlyName;
2678
+	$this->friendlyName = $friendlyName;
2679 2679
   }
2680 2680
   public function getFriendlyName()
2681 2681
   {
2682
-    return $this->friendlyName;
2682
+	return $this->friendlyName;
2683 2683
   }
2684 2684
   public function setId($id)
2685 2685
   {
2686
-    $this->id = $id;
2686
+	$this->id = $id;
2687 2687
   }
2688 2688
   public function getId()
2689 2689
   {
2690
-    return $this->id;
2690
+	return $this->id;
2691 2691
   }
2692 2692
   public function setKind($kind)
2693 2693
   {
2694
-    $this->kind = $kind;
2694
+	$this->kind = $kind;
2695 2695
   }
2696 2696
   public function getKind()
2697 2697
   {
2698
-    return $this->kind;
2698
+	return $this->kind;
2699 2699
   }
2700 2700
   public function setNumericId($numericId)
2701 2701
   {
2702
-    $this->numericId = $numericId;
2702
+	$this->numericId = $numericId;
2703 2703
   }
2704 2704
   public function getNumericId()
2705 2705
   {
2706
-    return $this->numericId;
2706
+	return $this->numericId;
2707 2707
   }
2708 2708
   public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference)
2709 2709
   {
2710
-    $this->projectReference = $projectReference;
2710
+	$this->projectReference = $projectReference;
2711 2711
   }
2712 2712
   public function getProjectReference()
2713 2713
   {
2714
-    return $this->projectReference;
2714
+	return $this->projectReference;
2715 2715
   }
2716 2716
 }
2717 2717
 
@@ -2724,11 +2724,11 @@  discard block
 block discarded – undo
2724 2724
 
2725 2725
   public function setProjectId($projectId)
2726 2726
   {
2727
-    $this->projectId = $projectId;
2727
+	$this->projectId = $projectId;
2728 2728
   }
2729 2729
   public function getProjectId()
2730 2730
   {
2731
-    return $this->projectId;
2731
+	return $this->projectId;
2732 2732
   }
2733 2733
 }
2734 2734
 
@@ -2749,67 +2749,67 @@  discard block
 block discarded – undo
2749 2749
 
2750 2750
   public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
2751 2751
   {
2752
-    $this->defaultDataset = $defaultDataset;
2752
+	$this->defaultDataset = $defaultDataset;
2753 2753
   }
2754 2754
   public function getDefaultDataset()
2755 2755
   {
2756
-    return $this->defaultDataset;
2756
+	return $this->defaultDataset;
2757 2757
   }
2758 2758
   public function setDryRun($dryRun)
2759 2759
   {
2760
-    $this->dryRun = $dryRun;
2760
+	$this->dryRun = $dryRun;
2761 2761
   }
2762 2762
   public function getDryRun()
2763 2763
   {
2764
-    return $this->dryRun;
2764
+	return $this->dryRun;
2765 2765
   }
2766 2766
   public function setKind($kind)
2767 2767
   {
2768
-    $this->kind = $kind;
2768
+	$this->kind = $kind;
2769 2769
   }
2770 2770
   public function getKind()
2771 2771
   {
2772
-    return $this->kind;
2772
+	return $this->kind;
2773 2773
   }
2774 2774
   public function setMaxResults($maxResults)
2775 2775
   {
2776
-    $this->maxResults = $maxResults;
2776
+	$this->maxResults = $maxResults;
2777 2777
   }
2778 2778
   public function getMaxResults()
2779 2779
   {
2780
-    return $this->maxResults;
2780
+	return $this->maxResults;
2781 2781
   }
2782 2782
   public function setPreserveNulls($preserveNulls)
2783 2783
   {
2784
-    $this->preserveNulls = $preserveNulls;
2784
+	$this->preserveNulls = $preserveNulls;
2785 2785
   }
2786 2786
   public function getPreserveNulls()
2787 2787
   {
2788
-    return $this->preserveNulls;
2788
+	return $this->preserveNulls;
2789 2789
   }
2790 2790
   public function setQuery($query)
2791 2791
   {
2792
-    $this->query = $query;
2792
+	$this->query = $query;
2793 2793
   }
2794 2794
   public function getQuery()
2795 2795
   {
2796
-    return $this->query;
2796
+	return $this->query;
2797 2797
   }
2798 2798
   public function setTimeoutMs($timeoutMs)
2799 2799
   {
2800
-    $this->timeoutMs = $timeoutMs;
2800
+	$this->timeoutMs = $timeoutMs;
2801 2801
   }
2802 2802
   public function getTimeoutMs()
2803 2803
   {
2804
-    return $this->timeoutMs;
2804
+	return $this->timeoutMs;
2805 2805
   }
2806 2806
   public function setUseQueryCache($useQueryCache)
2807 2807
   {
2808
-    $this->useQueryCache = $useQueryCache;
2808
+	$this->useQueryCache = $useQueryCache;
2809 2809
   }
2810 2810
   public function getUseQueryCache()
2811 2811
   {
2812
-    return $this->useQueryCache;
2812
+	return $this->useQueryCache;
2813 2813
   }
2814 2814
 }
2815 2815
 
@@ -2836,83 +2836,83 @@  discard block
 block discarded – undo
2836 2836
 
2837 2837
   public function setCacheHit($cacheHit)
2838 2838
   {
2839
-    $this->cacheHit = $cacheHit;
2839
+	$this->cacheHit = $cacheHit;
2840 2840
   }
2841 2841
   public function getCacheHit()
2842 2842
   {
2843
-    return $this->cacheHit;
2843
+	return $this->cacheHit;
2844 2844
   }
2845 2845
   public function setErrors($errors)
2846 2846
   {
2847
-    $this->errors = $errors;
2847
+	$this->errors = $errors;
2848 2848
   }
2849 2849
   public function getErrors()
2850 2850
   {
2851
-    return $this->errors;
2851
+	return $this->errors;
2852 2852
   }
2853 2853
   public function setJobComplete($jobComplete)
2854 2854
   {
2855
-    $this->jobComplete = $jobComplete;
2855
+	$this->jobComplete = $jobComplete;
2856 2856
   }
2857 2857
   public function getJobComplete()
2858 2858
   {
2859
-    return $this->jobComplete;
2859
+	return $this->jobComplete;
2860 2860
   }
2861 2861
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
2862 2862
   {
2863
-    $this->jobReference = $jobReference;
2863
+	$this->jobReference = $jobReference;
2864 2864
   }
2865 2865
   public function getJobReference()
2866 2866
   {
2867
-    return $this->jobReference;
2867
+	return $this->jobReference;
2868 2868
   }
2869 2869
   public function setKind($kind)
2870 2870
   {
2871
-    $this->kind = $kind;
2871
+	$this->kind = $kind;
2872 2872
   }
2873 2873
   public function getKind()
2874 2874
   {
2875
-    return $this->kind;
2875
+	return $this->kind;
2876 2876
   }
2877 2877
   public function setPageToken($pageToken)
2878 2878
   {
2879
-    $this->pageToken = $pageToken;
2879
+	$this->pageToken = $pageToken;
2880 2880
   }
2881 2881
   public function getPageToken()
2882 2882
   {
2883
-    return $this->pageToken;
2883
+	return $this->pageToken;
2884 2884
   }
2885 2885
   public function setRows($rows)
2886 2886
   {
2887
-    $this->rows = $rows;
2887
+	$this->rows = $rows;
2888 2888
   }
2889 2889
   public function getRows()
2890 2890
   {
2891
-    return $this->rows;
2891
+	return $this->rows;
2892 2892
   }
2893 2893
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
2894 2894
   {
2895
-    $this->schema = $schema;
2895
+	$this->schema = $schema;
2896 2896
   }
2897 2897
   public function getSchema()
2898 2898
   {
2899
-    return $this->schema;
2899
+	return $this->schema;
2900 2900
   }
2901 2901
   public function setTotalBytesProcessed($totalBytesProcessed)
2902 2902
   {
2903
-    $this->totalBytesProcessed = $totalBytesProcessed;
2903
+	$this->totalBytesProcessed = $totalBytesProcessed;
2904 2904
   }
2905 2905
   public function getTotalBytesProcessed()
2906 2906
   {
2907
-    return $this->totalBytesProcessed;
2907
+	return $this->totalBytesProcessed;
2908 2908
   }
2909 2909
   public function setTotalRows($totalRows)
2910 2910
   {
2911
-    $this->totalRows = $totalRows;
2911
+	$this->totalRows = $totalRows;
2912 2912
   }
2913 2913
   public function getTotalRows()
2914 2914
   {
2915
-    return $this->totalRows;
2915
+	return $this->totalRows;
2916 2916
   }
2917 2917
 }
2918 2918
 
@@ -2927,27 +2927,27 @@  discard block
 block discarded – undo
2927 2927
 
2928 2928
   public function setEstimatedBytes($estimatedBytes)
2929 2929
   {
2930
-    $this->estimatedBytes = $estimatedBytes;
2930
+	$this->estimatedBytes = $estimatedBytes;
2931 2931
   }
2932 2932
   public function getEstimatedBytes()
2933 2933
   {
2934
-    return $this->estimatedBytes;
2934
+	return $this->estimatedBytes;
2935 2935
   }
2936 2936
   public function setEstimatedRows($estimatedRows)
2937 2937
   {
2938
-    $this->estimatedRows = $estimatedRows;
2938
+	$this->estimatedRows = $estimatedRows;
2939 2939
   }
2940 2940
   public function getEstimatedRows()
2941 2941
   {
2942
-    return $this->estimatedRows;
2942
+	return $this->estimatedRows;
2943 2943
   }
2944 2944
   public function setOldestEntryTime($oldestEntryTime)
2945 2945
   {
2946
-    $this->oldestEntryTime = $oldestEntryTime;
2946
+	$this->oldestEntryTime = $oldestEntryTime;
2947 2947
   }
2948 2948
   public function getOldestEntryTime()
2949 2949
   {
2950
-    return $this->oldestEntryTime;
2950
+	return $this->oldestEntryTime;
2951 2951
   }
2952 2952
 }
2953 2953
 
@@ -2982,147 +2982,147 @@  discard block
 block discarded – undo
2982 2982
 
2983 2983
   public function setCreationTime($creationTime)
2984 2984
   {
2985
-    $this->creationTime = $creationTime;
2985
+	$this->creationTime = $creationTime;
2986 2986
   }
2987 2987
   public function getCreationTime()
2988 2988
   {
2989
-    return $this->creationTime;
2989
+	return $this->creationTime;
2990 2990
   }
2991 2991
   public function setDescription($description)
2992 2992
   {
2993
-    $this->description = $description;
2993
+	$this->description = $description;
2994 2994
   }
2995 2995
   public function getDescription()
2996 2996
   {
2997
-    return $this->description;
2997
+	return $this->description;
2998 2998
   }
2999 2999
   public function setEtag($etag)
3000 3000
   {
3001
-    $this->etag = $etag;
3001
+	$this->etag = $etag;
3002 3002
   }
3003 3003
   public function getEtag()
3004 3004
   {
3005
-    return $this->etag;
3005
+	return $this->etag;
3006 3006
   }
3007 3007
   public function setExpirationTime($expirationTime)
3008 3008
   {
3009
-    $this->expirationTime = $expirationTime;
3009
+	$this->expirationTime = $expirationTime;
3010 3010
   }
3011 3011
   public function getExpirationTime()
3012 3012
   {
3013
-    return $this->expirationTime;
3013
+	return $this->expirationTime;
3014 3014
   }
3015 3015
   public function setExternalDataConfiguration(Google_Service_Bigquery_ExternalDataConfiguration $externalDataConfiguration)
3016 3016
   {
3017
-    $this->externalDataConfiguration = $externalDataConfiguration;
3017
+	$this->externalDataConfiguration = $externalDataConfiguration;
3018 3018
   }
3019 3019
   public function getExternalDataConfiguration()
3020 3020
   {
3021
-    return $this->externalDataConfiguration;
3021
+	return $this->externalDataConfiguration;
3022 3022
   }
3023 3023
   public function setFriendlyName($friendlyName)
3024 3024
   {
3025
-    $this->friendlyName = $friendlyName;
3025
+	$this->friendlyName = $friendlyName;
3026 3026
   }
3027 3027
   public function getFriendlyName()
3028 3028
   {
3029
-    return $this->friendlyName;
3029
+	return $this->friendlyName;
3030 3030
   }
3031 3031
   public function setId($id)
3032 3032
   {
3033
-    $this->id = $id;
3033
+	$this->id = $id;
3034 3034
   }
3035 3035
   public function getId()
3036 3036
   {
3037
-    return $this->id;
3037
+	return $this->id;
3038 3038
   }
3039 3039
   public function setKind($kind)
3040 3040
   {
3041
-    $this->kind = $kind;
3041
+	$this->kind = $kind;
3042 3042
   }
3043 3043
   public function getKind()
3044 3044
   {
3045
-    return $this->kind;
3045
+	return $this->kind;
3046 3046
   }
3047 3047
   public function setLastModifiedTime($lastModifiedTime)
3048 3048
   {
3049
-    $this->lastModifiedTime = $lastModifiedTime;
3049
+	$this->lastModifiedTime = $lastModifiedTime;
3050 3050
   }
3051 3051
   public function getLastModifiedTime()
3052 3052
   {
3053
-    return $this->lastModifiedTime;
3053
+	return $this->lastModifiedTime;
3054 3054
   }
3055 3055
   public function setLocation($location)
3056 3056
   {
3057
-    $this->location = $location;
3057
+	$this->location = $location;
3058 3058
   }
3059 3059
   public function getLocation()
3060 3060
   {
3061
-    return $this->location;
3061
+	return $this->location;
3062 3062
   }
3063 3063
   public function setNumBytes($numBytes)
3064 3064
   {
3065
-    $this->numBytes = $numBytes;
3065
+	$this->numBytes = $numBytes;
3066 3066
   }
3067 3067
   public function getNumBytes()
3068 3068
   {
3069
-    return $this->numBytes;
3069
+	return $this->numBytes;
3070 3070
   }
3071 3071
   public function setNumRows($numRows)
3072 3072
   {
3073
-    $this->numRows = $numRows;
3073
+	$this->numRows = $numRows;
3074 3074
   }
3075 3075
   public function getNumRows()
3076 3076
   {
3077
-    return $this->numRows;
3077
+	return $this->numRows;
3078 3078
   }
3079 3079
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
3080 3080
   {
3081
-    $this->schema = $schema;
3081
+	$this->schema = $schema;
3082 3082
   }
3083 3083
   public function getSchema()
3084 3084
   {
3085
-    return $this->schema;
3085
+	return $this->schema;
3086 3086
   }
3087 3087
   public function setSelfLink($selfLink)
3088 3088
   {
3089
-    $this->selfLink = $selfLink;
3089
+	$this->selfLink = $selfLink;
3090 3090
   }
3091 3091
   public function getSelfLink()
3092 3092
   {
3093
-    return $this->selfLink;
3093
+	return $this->selfLink;
3094 3094
   }
3095 3095
   public function setStreamingBuffer(Google_Service_Bigquery_Streamingbuffer $streamingBuffer)
3096 3096
   {
3097
-    $this->streamingBuffer = $streamingBuffer;
3097
+	$this->streamingBuffer = $streamingBuffer;
3098 3098
   }
3099 3099
   public function getStreamingBuffer()
3100 3100
   {
3101
-    return $this->streamingBuffer;
3101
+	return $this->streamingBuffer;
3102 3102
   }
3103 3103
   public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
3104 3104
   {
3105
-    $this->tableReference = $tableReference;
3105
+	$this->tableReference = $tableReference;
3106 3106
   }
3107 3107
   public function getTableReference()
3108 3108
   {
3109
-    return $this->tableReference;
3109
+	return $this->tableReference;
3110 3110
   }
3111 3111
   public function setType($type)
3112 3112
   {
3113
-    $this->type = $type;
3113
+	$this->type = $type;
3114 3114
   }
3115 3115
   public function getType()
3116 3116
   {
3117
-    return $this->type;
3117
+	return $this->type;
3118 3118
   }
3119 3119
   public function setView(Google_Service_Bigquery_ViewDefinition $view)
3120 3120
   {
3121
-    $this->view = $view;
3121
+	$this->view = $view;
3122 3122
   }
3123 3123
   public function getView()
3124 3124
   {
3125
-    return $this->view;
3125
+	return $this->view;
3126 3126
   }
3127 3127
 }
3128 3128
 
@@ -3135,11 +3135,11 @@  discard block
 block discarded – undo
3135 3135
 
3136 3136
   public function setV($v)
3137 3137
   {
3138
-    $this->v = $v;
3138
+	$this->v = $v;
3139 3139
   }
3140 3140
   public function getV()
3141 3141
   {
3142
-    return $this->v;
3142
+	return $this->v;
3143 3143
   }
3144 3144
 }
3145 3145
 
@@ -3157,35 +3157,35 @@  discard block
 block discarded – undo
3157 3157
 
3158 3158
   public function setIgnoreUnknownValues($ignoreUnknownValues)
3159 3159
   {
3160
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
3160
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
3161 3161
   }
3162 3162
   public function getIgnoreUnknownValues()
3163 3163
   {
3164
-    return $this->ignoreUnknownValues;
3164
+	return $this->ignoreUnknownValues;
3165 3165
   }
3166 3166
   public function setKind($kind)
3167 3167
   {
3168
-    $this->kind = $kind;
3168
+	$this->kind = $kind;
3169 3169
   }
3170 3170
   public function getKind()
3171 3171
   {
3172
-    return $this->kind;
3172
+	return $this->kind;
3173 3173
   }
3174 3174
   public function setRows($rows)
3175 3175
   {
3176
-    $this->rows = $rows;
3176
+	$this->rows = $rows;
3177 3177
   }
3178 3178
   public function getRows()
3179 3179
   {
3180
-    return $this->rows;
3180
+	return $this->rows;
3181 3181
   }
3182 3182
   public function setSkipInvalidRows($skipInvalidRows)
3183 3183
   {
3184
-    $this->skipInvalidRows = $skipInvalidRows;
3184
+	$this->skipInvalidRows = $skipInvalidRows;
3185 3185
   }
3186 3186
   public function getSkipInvalidRows()
3187 3187
   {
3188
-    return $this->skipInvalidRows;
3188
+	return $this->skipInvalidRows;
3189 3189
   }
3190 3190
 }
3191 3191
 
@@ -3199,19 +3199,19 @@  discard block
 block discarded – undo
3199 3199
 
3200 3200
   public function setInsertId($insertId)
3201 3201
   {
3202
-    $this->insertId = $insertId;
3202
+	$this->insertId = $insertId;
3203 3203
   }
3204 3204
   public function getInsertId()
3205 3205
   {
3206
-    return $this->insertId;
3206
+	return $this->insertId;
3207 3207
   }
3208 3208
   public function setJson($json)
3209 3209
   {
3210
-    $this->json = $json;
3210
+	$this->json = $json;
3211 3211
   }
3212 3212
   public function getJson()
3213 3213
   {
3214
-    return $this->json;
3214
+	return $this->json;
3215 3215
   }
3216 3216
 }
3217 3217
 
@@ -3227,19 +3227,19 @@  discard block
 block discarded – undo
3227 3227
 
3228 3228
   public function setInsertErrors($insertErrors)
3229 3229
   {
3230
-    $this->insertErrors = $insertErrors;
3230
+	$this->insertErrors = $insertErrors;
3231 3231
   }
3232 3232
   public function getInsertErrors()
3233 3233
   {
3234
-    return $this->insertErrors;
3234
+	return $this->insertErrors;
3235 3235
   }
3236 3236
   public function setKind($kind)
3237 3237
   {
3238
-    $this->kind = $kind;
3238
+	$this->kind = $kind;
3239 3239
   }
3240 3240
   public function getKind()
3241 3241
   {
3242
-    return $this->kind;
3242
+	return $this->kind;
3243 3243
   }
3244 3244
 }
3245 3245
 
@@ -3255,19 +3255,19 @@  discard block
 block discarded – undo
3255 3255
 
3256 3256
   public function setErrors($errors)
3257 3257
   {
3258
-    $this->errors = $errors;
3258
+	$this->errors = $errors;
3259 3259
   }
3260 3260
   public function getErrors()
3261 3261
   {
3262
-    return $this->errors;
3262
+	return $this->errors;
3263 3263
   }
3264 3264
   public function setIndex($index)
3265 3265
   {
3266
-    $this->index = $index;
3266
+	$this->index = $index;
3267 3267
   }
3268 3268
   public function getIndex()
3269 3269
   {
3270
-    return $this->index;
3270
+	return $this->index;
3271 3271
   }
3272 3272
 }
3273 3273
 
@@ -3286,43 +3286,43 @@  discard block
 block discarded – undo
3286 3286
 
3287 3287
   public function setEtag($etag)
3288 3288
   {
3289
-    $this->etag = $etag;
3289
+	$this->etag = $etag;
3290 3290
   }
3291 3291
   public function getEtag()
3292 3292
   {
3293
-    return $this->etag;
3293
+	return $this->etag;
3294 3294
   }
3295 3295
   public function setKind($kind)
3296 3296
   {
3297
-    $this->kind = $kind;
3297
+	$this->kind = $kind;
3298 3298
   }
3299 3299
   public function getKind()
3300 3300
   {
3301
-    return $this->kind;
3301
+	return $this->kind;
3302 3302
   }
3303 3303
   public function setPageToken($pageToken)
3304 3304
   {
3305
-    $this->pageToken = $pageToken;
3305
+	$this->pageToken = $pageToken;
3306 3306
   }
3307 3307
   public function getPageToken()
3308 3308
   {
3309
-    return $this->pageToken;
3309
+	return $this->pageToken;
3310 3310
   }
3311 3311
   public function setRows($rows)
3312 3312
   {
3313
-    $this->rows = $rows;
3313
+	$this->rows = $rows;
3314 3314
   }
3315 3315
   public function getRows()
3316 3316
   {
3317
-    return $this->rows;
3317
+	return $this->rows;
3318 3318
   }
3319 3319
   public function setTotalRows($totalRows)
3320 3320
   {
3321
-    $this->totalRows = $totalRows;
3321
+	$this->totalRows = $totalRows;
3322 3322
   }
3323 3323
   public function getTotalRows()
3324 3324
   {
3325
-    return $this->totalRows;
3325
+	return $this->totalRows;
3326 3326
   }
3327 3327
 }
3328 3328
 
@@ -3341,43 +3341,43 @@  discard block
 block discarded – undo
3341 3341
 
3342 3342
   public function setDescription($description)
3343 3343
   {
3344
-    $this->description = $description;
3344
+	$this->description = $description;
3345 3345
   }
3346 3346
   public function getDescription()
3347 3347
   {
3348
-    return $this->description;
3348
+	return $this->description;
3349 3349
   }
3350 3350
   public function setFields($fields)
3351 3351
   {
3352
-    $this->fields = $fields;
3352
+	$this->fields = $fields;
3353 3353
   }
3354 3354
   public function getFields()
3355 3355
   {
3356
-    return $this->fields;
3356
+	return $this->fields;
3357 3357
   }
3358 3358
   public function setMode($mode)
3359 3359
   {
3360
-    $this->mode = $mode;
3360
+	$this->mode = $mode;
3361 3361
   }
3362 3362
   public function getMode()
3363 3363
   {
3364
-    return $this->mode;
3364
+	return $this->mode;
3365 3365
   }
3366 3366
   public function setName($name)
3367 3367
   {
3368
-    $this->name = $name;
3368
+	$this->name = $name;
3369 3369
   }
3370 3370
   public function getName()
3371 3371
   {
3372
-    return $this->name;
3372
+	return $this->name;
3373 3373
   }
3374 3374
   public function setType($type)
3375 3375
   {
3376
-    $this->type = $type;
3376
+	$this->type = $type;
3377 3377
   }
3378 3378
   public function getType()
3379 3379
   {
3380
-    return $this->type;
3380
+	return $this->type;
3381 3381
   }
3382 3382
 }
3383 3383
 
@@ -3396,43 +3396,43 @@  discard block
 block discarded – undo
3396 3396
 
3397 3397
   public function setEtag($etag)
3398 3398
   {
3399
-    $this->etag = $etag;
3399
+	$this->etag = $etag;
3400 3400
   }
3401 3401
   public function getEtag()
3402 3402
   {
3403
-    return $this->etag;
3403
+	return $this->etag;
3404 3404
   }
3405 3405
   public function setKind($kind)
3406 3406
   {
3407
-    $this->kind = $kind;
3407
+	$this->kind = $kind;
3408 3408
   }
3409 3409
   public function getKind()
3410 3410
   {
3411
-    return $this->kind;
3411
+	return $this->kind;
3412 3412
   }
3413 3413
   public function setNextPageToken($nextPageToken)
3414 3414
   {
3415
-    $this->nextPageToken = $nextPageToken;
3415
+	$this->nextPageToken = $nextPageToken;
3416 3416
   }
3417 3417
   public function getNextPageToken()
3418 3418
   {
3419
-    return $this->nextPageToken;
3419
+	return $this->nextPageToken;
3420 3420
   }
3421 3421
   public function setTables($tables)
3422 3422
   {
3423
-    $this->tables = $tables;
3423
+	$this->tables = $tables;
3424 3424
   }
3425 3425
   public function getTables()
3426 3426
   {
3427
-    return $this->tables;
3427
+	return $this->tables;
3428 3428
   }
3429 3429
   public function setTotalItems($totalItems)
3430 3430
   {
3431
-    $this->totalItems = $totalItems;
3431
+	$this->totalItems = $totalItems;
3432 3432
   }
3433 3433
   public function getTotalItems()
3434 3434
   {
3435
-    return $this->totalItems;
3435
+	return $this->totalItems;
3436 3436
   }
3437 3437
 }
3438 3438
 
@@ -3450,43 +3450,43 @@  discard block
 block discarded – undo
3450 3450
 
3451 3451
   public function setFriendlyName($friendlyName)
3452 3452
   {
3453
-    $this->friendlyName = $friendlyName;
3453
+	$this->friendlyName = $friendlyName;
3454 3454
   }
3455 3455
   public function getFriendlyName()
3456 3456
   {
3457
-    return $this->friendlyName;
3457
+	return $this->friendlyName;
3458 3458
   }
3459 3459
   public function setId($id)
3460 3460
   {
3461
-    $this->id = $id;
3461
+	$this->id = $id;
3462 3462
   }
3463 3463
   public function getId()
3464 3464
   {
3465
-    return $this->id;
3465
+	return $this->id;
3466 3466
   }
3467 3467
   public function setKind($kind)
3468 3468
   {
3469
-    $this->kind = $kind;
3469
+	$this->kind = $kind;
3470 3470
   }
3471 3471
   public function getKind()
3472 3472
   {
3473
-    return $this->kind;
3473
+	return $this->kind;
3474 3474
   }
3475 3475
   public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
3476 3476
   {
3477
-    $this->tableReference = $tableReference;
3477
+	$this->tableReference = $tableReference;
3478 3478
   }
3479 3479
   public function getTableReference()
3480 3480
   {
3481
-    return $this->tableReference;
3481
+	return $this->tableReference;
3482 3482
   }
3483 3483
   public function setType($type)
3484 3484
   {
3485
-    $this->type = $type;
3485
+	$this->type = $type;
3486 3486
   }
3487 3487
   public function getType()
3488 3488
   {
3489
-    return $this->type;
3489
+	return $this->type;
3490 3490
   }
3491 3491
 }
3492 3492
 
@@ -3501,27 +3501,27 @@  discard block
 block discarded – undo
3501 3501
 
3502 3502
   public function setDatasetId($datasetId)
3503 3503
   {
3504
-    $this->datasetId = $datasetId;
3504
+	$this->datasetId = $datasetId;
3505 3505
   }
3506 3506
   public function getDatasetId()
3507 3507
   {
3508
-    return $this->datasetId;
3508
+	return $this->datasetId;
3509 3509
   }
3510 3510
   public function setProjectId($projectId)
3511 3511
   {
3512
-    $this->projectId = $projectId;
3512
+	$this->projectId = $projectId;
3513 3513
   }
3514 3514
   public function getProjectId()
3515 3515
   {
3516
-    return $this->projectId;
3516
+	return $this->projectId;
3517 3517
   }
3518 3518
   public function setTableId($tableId)
3519 3519
   {
3520
-    $this->tableId = $tableId;
3520
+	$this->tableId = $tableId;
3521 3521
   }
3522 3522
   public function getTableId()
3523 3523
   {
3524
-    return $this->tableId;
3524
+	return $this->tableId;
3525 3525
   }
3526 3526
 }
3527 3527
 
@@ -3536,11 +3536,11 @@  discard block
 block discarded – undo
3536 3536
 
3537 3537
   public function setF($f)
3538 3538
   {
3539
-    $this->f = $f;
3539
+	$this->f = $f;
3540 3540
   }
3541 3541
   public function getF()
3542 3542
   {
3543
-    return $this->f;
3543
+	return $this->f;
3544 3544
   }
3545 3545
 }
3546 3546
 
@@ -3555,11 +3555,11 @@  discard block
 block discarded – undo
3555 3555
 
3556 3556
   public function setFields($fields)
3557 3557
   {
3558
-    $this->fields = $fields;
3558
+	$this->fields = $fields;
3559 3559
   }
3560 3560
   public function getFields()
3561 3561
   {
3562
-    return $this->fields;
3562
+	return $this->fields;
3563 3563
   }
3564 3564
 }
3565 3565
 
@@ -3573,19 +3573,19 @@  discard block
 block discarded – undo
3573 3573
 
3574 3574
   public function setInlineCode($inlineCode)
3575 3575
   {
3576
-    $this->inlineCode = $inlineCode;
3576
+	$this->inlineCode = $inlineCode;
3577 3577
   }
3578 3578
   public function getInlineCode()
3579 3579
   {
3580
-    return $this->inlineCode;
3580
+	return $this->inlineCode;
3581 3581
   }
3582 3582
   public function setResourceUri($resourceUri)
3583 3583
   {
3584
-    $this->resourceUri = $resourceUri;
3584
+	$this->resourceUri = $resourceUri;
3585 3585
   }
3586 3586
   public function getResourceUri()
3587 3587
   {
3588
-    return $this->resourceUri;
3588
+	return $this->resourceUri;
3589 3589
   }
3590 3590
 }
3591 3591
 
@@ -3598,10 +3598,10 @@  discard block
 block discarded – undo
3598 3598
 
3599 3599
   public function setQuery($query)
3600 3600
   {
3601
-    $this->query = $query;
3601
+	$this->query = $query;
3602 3602
   }
3603 3603
   public function getQuery()
3604 3604
   {
3605
-    return $this->query;
3605
+	return $this->query;
3606 3606
   }
3607 3607
 }
Please login to merge, or discard this patch.
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'type' => 'boolean',
98 98
                 ),
99 99
               ),
100
-            ),'get' => array(
100
+            ), 'get' => array(
101 101
               'path' => 'projects/{projectId}/datasets/{datasetId}',
102 102
               'httpMethod' => 'GET',
103 103
               'parameters' => array(
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
                   'required' => true,
113 113
                 ),
114 114
               ),
115
-            ),'insert' => array(
115
+            ), 'insert' => array(
116 116
               'path' => 'projects/{projectId}/datasets',
117 117
               'httpMethod' => 'POST',
118 118
               'parameters' => array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'required' => true,
123 123
                 ),
124 124
               ),
125
-            ),'list' => array(
125
+            ), 'list' => array(
126 126
               'path' => 'projects/{projectId}/datasets',
127 127
               'httpMethod' => 'GET',
128 128
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'type' => 'integer',
145 145
                 ),
146 146
               ),
147
-            ),'patch' => array(
147
+            ), 'patch' => array(
148 148
               'path' => 'projects/{projectId}/datasets/{datasetId}',
149 149
               'httpMethod' => 'PATCH',
150 150
               'parameters' => array(
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'update' => array(
162
+            ), 'update' => array(
163 163
               'path' => 'projects/{projectId}/datasets/{datasetId}',
164 164
               'httpMethod' => 'PUT',
165 165
               'parameters' => array(
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
                   'required' => true,
200 200
                 ),
201 201
               ),
202
-            ),'get' => array(
202
+            ), 'get' => array(
203 203
               'path' => 'projects/{projectId}/jobs/{jobId}',
204 204
               'httpMethod' => 'GET',
205 205
               'parameters' => array(
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                   'required' => true,
215 215
                 ),
216 216
               ),
217
-            ),'getQueryResults' => array(
217
+            ), 'getQueryResults' => array(
218 218
               'path' => 'projects/{projectId}/queries/{jobId}',
219 219
               'httpMethod' => 'GET',
220 220
               'parameters' => array(
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
                   'type' => 'string',
246 246
                 ),
247 247
               ),
248
-            ),'insert' => array(
248
+            ), 'insert' => array(
249 249
               'path' => 'projects/{projectId}/jobs',
250 250
               'httpMethod' => 'POST',
251 251
               'parameters' => array(
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
                   'required' => true,
256 256
                 ),
257 257
               ),
258
-            ),'list' => array(
258
+            ), 'list' => array(
259 259
               'path' => 'projects/{projectId}/jobs',
260 260
               'httpMethod' => 'GET',
261 261
               'parameters' => array(
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
                   'type' => 'string',
287 287
                 ),
288 288
               ),
289
-            ),'query' => array(
289
+            ), 'query' => array(
290 290
               'path' => 'projects/{projectId}/queries',
291 291
               'httpMethod' => 'POST',
292 292
               'parameters' => array(
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
                   'required' => true,
350 350
                 ),
351 351
               ),
352
-            ),'list' => array(
352
+            ), 'list' => array(
353 353
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354 354
               'httpMethod' => 'GET',
355 355
               'parameters' => array(
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
                   'required' => true,
412 412
                 ),
413 413
               ),
414
-            ),'get' => array(
414
+            ), 'get' => array(
415 415
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416 416
               'httpMethod' => 'GET',
417 417
               'parameters' => array(
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
                   'required' => true,
432 432
                 ),
433 433
               ),
434
-            ),'insert' => array(
434
+            ), 'insert' => array(
435 435
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436 436
               'httpMethod' => 'POST',
437 437
               'parameters' => array(
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
                   'required' => true,
447 447
                 ),
448 448
               ),
449
-            ),'list' => array(
449
+            ), 'list' => array(
450 450
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451 451
               'httpMethod' => 'GET',
452 452
               'parameters' => array(
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
                   'type' => 'integer',
470 470
                 ),
471 471
               ),
472
-            ),'patch' => array(
472
+            ), 'patch' => array(
473 473
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474 474
               'httpMethod' => 'PATCH',
475 475
               'parameters' => array(
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
                   'required' => true,
490 490
                 ),
491 491
               ),
492
-            ),'update' => array(
492
+            ), 'update' => array(
493 493
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494 494
               'httpMethod' => 'PUT',
495 495
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/AppState.php 2 patches
Indentation   +112 added lines, -112 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data for this application. */
34 34
   const APPSTATE =
35
-      "https://www.googleapis.com/auth/appstate";
35
+	  "https://www.googleapis.com/auth/appstate";
36 36
 
37 37
   public $states;
38 38
   
@@ -44,79 +44,79 @@  discard block
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->rootUrl = 'https://www.googleapis.com/';
49
-    $this->servicePath = 'appstate/v1/';
50
-    $this->version = 'v1';
51
-    $this->serviceName = 'appstate';
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'appstate/v1/';
50
+	$this->version = 'v1';
51
+	$this->serviceName = 'appstate';
52 52
 
53
-    $this->states = new Google_Service_AppState_States_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'states',
57
-        array(
58
-          'methods' => array(
59
-            'clear' => array(
60
-              'path' => 'states/{stateKey}/clear',
61
-              'httpMethod' => 'POST',
62
-              'parameters' => array(
63
-                'stateKey' => array(
64
-                  'location' => 'path',
65
-                  'type' => 'integer',
66
-                  'required' => true,
67
-                ),
68
-                'currentDataVersion' => array(
69
-                  'location' => 'query',
70
-                  'type' => 'string',
71
-                ),
72
-              ),
73
-            ),'delete' => array(
74
-              'path' => 'states/{stateKey}',
75
-              'httpMethod' => 'DELETE',
76
-              'parameters' => array(
77
-                'stateKey' => array(
78
-                  'location' => 'path',
79
-                  'type' => 'integer',
80
-                  'required' => true,
81
-                ),
82
-              ),
83
-            ),'get' => array(
84
-              'path' => 'states/{stateKey}',
85
-              'httpMethod' => 'GET',
86
-              'parameters' => array(
87
-                'stateKey' => array(
88
-                  'location' => 'path',
89
-                  'type' => 'integer',
90
-                  'required' => true,
91
-                ),
92
-              ),
93
-            ),'list' => array(
94
-              'path' => 'states',
95
-              'httpMethod' => 'GET',
96
-              'parameters' => array(
97
-                'includeData' => array(
98
-                  'location' => 'query',
99
-                  'type' => 'boolean',
100
-                ),
101
-              ),
102
-            ),'update' => array(
103
-              'path' => 'states/{stateKey}',
104
-              'httpMethod' => 'PUT',
105
-              'parameters' => array(
106
-                'stateKey' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'integer',
109
-                  'required' => true,
110
-                ),
111
-                'currentStateVersion' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-              ),
116
-            ),
117
-          )
118
-        )
119
-    );
53
+	$this->states = new Google_Service_AppState_States_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'states',
57
+		array(
58
+		  'methods' => array(
59
+			'clear' => array(
60
+			  'path' => 'states/{stateKey}/clear',
61
+			  'httpMethod' => 'POST',
62
+			  'parameters' => array(
63
+				'stateKey' => array(
64
+				  'location' => 'path',
65
+				  'type' => 'integer',
66
+				  'required' => true,
67
+				),
68
+				'currentDataVersion' => array(
69
+				  'location' => 'query',
70
+				  'type' => 'string',
71
+				),
72
+			  ),
73
+			),'delete' => array(
74
+			  'path' => 'states/{stateKey}',
75
+			  'httpMethod' => 'DELETE',
76
+			  'parameters' => array(
77
+				'stateKey' => array(
78
+				  'location' => 'path',
79
+				  'type' => 'integer',
80
+				  'required' => true,
81
+				),
82
+			  ),
83
+			),'get' => array(
84
+			  'path' => 'states/{stateKey}',
85
+			  'httpMethod' => 'GET',
86
+			  'parameters' => array(
87
+				'stateKey' => array(
88
+				  'location' => 'path',
89
+				  'type' => 'integer',
90
+				  'required' => true,
91
+				),
92
+			  ),
93
+			),'list' => array(
94
+			  'path' => 'states',
95
+			  'httpMethod' => 'GET',
96
+			  'parameters' => array(
97
+				'includeData' => array(
98
+				  'location' => 'query',
99
+				  'type' => 'boolean',
100
+				),
101
+			  ),
102
+			),'update' => array(
103
+			  'path' => 'states/{stateKey}',
104
+			  'httpMethod' => 'PUT',
105
+			  'parameters' => array(
106
+				'stateKey' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'integer',
109
+				  'required' => true,
110
+				),
111
+				'currentStateVersion' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+			  ),
116
+			),
117
+		  )
118
+		)
119
+	);
120 120
   }
121 121
 }
122 122
 
@@ -146,9 +146,9 @@  discard block
 block discarded – undo
146 146
    */
147 147
   public function clear($stateKey, $optParams = array())
148 148
   {
149
-    $params = array('stateKey' => $stateKey);
150
-    $params = array_merge($params, $optParams);
151
-    return $this->call('clear', array($params), "Google_Service_AppState_WriteResult");
149
+	$params = array('stateKey' => $stateKey);
150
+	$params = array_merge($params, $optParams);
151
+	return $this->call('clear', array($params), "Google_Service_AppState_WriteResult");
152 152
   }
153 153
 
154 154
   /**
@@ -163,9 +163,9 @@  discard block
 block discarded – undo
163 163
    */
164 164
   public function delete($stateKey, $optParams = array())
165 165
   {
166
-    $params = array('stateKey' => $stateKey);
167
-    $params = array_merge($params, $optParams);
168
-    return $this->call('delete', array($params));
166
+	$params = array('stateKey' => $stateKey);
167
+	$params = array_merge($params, $optParams);
168
+	return $this->call('delete', array($params));
169 169
   }
170 170
 
171 171
   /**
@@ -178,9 +178,9 @@  discard block
 block discarded – undo
178 178
    */
179 179
   public function get($stateKey, $optParams = array())
180 180
   {
181
-    $params = array('stateKey' => $stateKey);
182
-    $params = array_merge($params, $optParams);
183
-    return $this->call('get', array($params), "Google_Service_AppState_GetResponse");
181
+	$params = array('stateKey' => $stateKey);
182
+	$params = array_merge($params, $optParams);
183
+	return $this->call('get', array($params), "Google_Service_AppState_GetResponse");
184 184
   }
185 185
 
186 186
   /**
@@ -194,9 +194,9 @@  discard block
 block discarded – undo
194 194
    */
195 195
   public function listStates($optParams = array())
196 196
   {
197
-    $params = array();
198
-    $params = array_merge($params, $optParams);
199
-    return $this->call('list', array($params), "Google_Service_AppState_ListResponse");
197
+	$params = array();
198
+	$params = array_merge($params, $optParams);
199
+	return $this->call('list', array($params), "Google_Service_AppState_ListResponse");
200 200
   }
201 201
 
202 202
   /**
@@ -217,9 +217,9 @@  discard block
 block discarded – undo
217 217
    */
218 218
   public function update($stateKey, Google_Service_AppState_UpdateRequest $postBody, $optParams = array())
219 219
   {
220
-    $params = array('stateKey' => $stateKey, 'postBody' => $postBody);
221
-    $params = array_merge($params, $optParams);
222
-    return $this->call('update', array($params), "Google_Service_AppState_WriteResult");
220
+	$params = array('stateKey' => $stateKey, 'postBody' => $postBody);
221
+	$params = array_merge($params, $optParams);
222
+	return $this->call('update', array($params), "Google_Service_AppState_WriteResult");
223 223
   }
224 224
 }
225 225
 
@@ -238,35 +238,35 @@  discard block
 block discarded – undo
238 238
 
239 239
   public function setCurrentStateVersion($currentStateVersion)
240 240
   {
241
-    $this->currentStateVersion = $currentStateVersion;
241
+	$this->currentStateVersion = $currentStateVersion;
242 242
   }
243 243
   public function getCurrentStateVersion()
244 244
   {
245
-    return $this->currentStateVersion;
245
+	return $this->currentStateVersion;
246 246
   }
247 247
   public function setData($data)
248 248
   {
249
-    $this->data = $data;
249
+	$this->data = $data;
250 250
   }
251 251
   public function getData()
252 252
   {
253
-    return $this->data;
253
+	return $this->data;
254 254
   }
255 255
   public function setKind($kind)
256 256
   {
257
-    $this->kind = $kind;
257
+	$this->kind = $kind;
258 258
   }
259 259
   public function getKind()
260 260
   {
261
-    return $this->kind;
261
+	return $this->kind;
262 262
   }
263 263
   public function setStateKey($stateKey)
264 264
   {
265
-    $this->stateKey = $stateKey;
265
+	$this->stateKey = $stateKey;
266 266
   }
267 267
   public function getStateKey()
268 268
   {
269
-    return $this->stateKey;
269
+	return $this->stateKey;
270 270
   }
271 271
 }
272 272
 
@@ -283,27 +283,27 @@  discard block
 block discarded – undo
283 283
 
284 284
   public function setItems($items)
285 285
   {
286
-    $this->items = $items;
286
+	$this->items = $items;
287 287
   }
288 288
   public function getItems()
289 289
   {
290
-    return $this->items;
290
+	return $this->items;
291 291
   }
292 292
   public function setKind($kind)
293 293
   {
294
-    $this->kind = $kind;
294
+	$this->kind = $kind;
295 295
   }
296 296
   public function getKind()
297 297
   {
298
-    return $this->kind;
298
+	return $this->kind;
299 299
   }
300 300
   public function setMaximumKeyCount($maximumKeyCount)
301 301
   {
302
-    $this->maximumKeyCount = $maximumKeyCount;
302
+	$this->maximumKeyCount = $maximumKeyCount;
303 303
   }
304 304
   public function getMaximumKeyCount()
305 305
   {
306
-    return $this->maximumKeyCount;
306
+	return $this->maximumKeyCount;
307 307
   }
308 308
 }
309 309
 
@@ -317,19 +317,19 @@  discard block
 block discarded – undo
317 317
 
318 318
   public function setData($data)
319 319
   {
320
-    $this->data = $data;
320
+	$this->data = $data;
321 321
   }
322 322
   public function getData()
323 323
   {
324
-    return $this->data;
324
+	return $this->data;
325 325
   }
326 326
   public function setKind($kind)
327 327
   {
328
-    $this->kind = $kind;
328
+	$this->kind = $kind;
329 329
   }
330 330
   public function getKind()
331 331
   {
332
-    return $this->kind;
332
+	return $this->kind;
333 333
   }
334 334
 }
335 335
 
@@ -344,26 +344,26 @@  discard block
 block discarded – undo
344 344
 
345 345
   public function setCurrentStateVersion($currentStateVersion)
346 346
   {
347
-    $this->currentStateVersion = $currentStateVersion;
347
+	$this->currentStateVersion = $currentStateVersion;
348 348
   }
349 349
   public function getCurrentStateVersion()
350 350
   {
351
-    return $this->currentStateVersion;
351
+	return $this->currentStateVersion;
352 352
   }
353 353
   public function setKind($kind)
354 354
   {
355
-    $this->kind = $kind;
355
+	$this->kind = $kind;
356 356
   }
357 357
   public function getKind()
358 358
   {
359
-    return $this->kind;
359
+	return $this->kind;
360 360
   }
361 361
   public function setStateKey($stateKey)
362 362
   {
363
-    $this->stateKey = $stateKey;
363
+	$this->stateKey = $stateKey;
364 364
   }
365 365
   public function getStateKey()
366 366
   {
367
-    return $this->stateKey;
367
+	return $this->stateKey;
368 368
   }
369 369
 }
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                   'type' => 'string',
71 71
                 ),
72 72
               ),
73
-            ),'delete' => array(
73
+            ), 'delete' => array(
74 74
               'path' => 'states/{stateKey}',
75 75
               'httpMethod' => 'DELETE',
76 76
               'parameters' => array(
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
                   'required' => true,
81 81
                 ),
82 82
               ),
83
-            ),'get' => array(
83
+            ), 'get' => array(
84 84
               'path' => 'states/{stateKey}',
85 85
               'httpMethod' => 'GET',
86 86
               'parameters' => array(
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
                   'required' => true,
91 91
                 ),
92 92
               ),
93
-            ),'list' => array(
93
+            ), 'list' => array(
94 94
               'path' => 'states',
95 95
               'httpMethod' => 'GET',
96 96
               'parameters' => array(
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
                   'type' => 'boolean',
100 100
                 ),
101 101
               ),
102
-            ),'update' => array(
102
+            ), 'update' => array(
103 103
               'path' => 'states/{stateKey}',
104 104
               'httpMethod' => 'PUT',
105 105
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Cloudlatencytest.php 2 patches
Indentation   +57 added lines, -57 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View monitoring data for all of your Google Cloud and API projects. */
34 34
   const MONITORING_READONLY =
35
-      "https://www.googleapis.com/auth/monitoring.readonly";
35
+	  "https://www.googleapis.com/auth/monitoring.readonly";
36 36
 
37 37
   public $statscollection;
38 38
   
@@ -44,30 +44,30 @@  discard block
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/';
49
-    $this->servicePath = 'v2/statscollection/';
50
-    $this->version = 'v2';
51
-    $this->serviceName = 'cloudlatencytest';
52
-
53
-    $this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'statscollection',
57
-        array(
58
-          'methods' => array(
59
-            'updateaggregatedstats' => array(
60
-              'path' => 'updateaggregatedstats',
61
-              'httpMethod' => 'POST',
62
-              'parameters' => array(),
63
-            ),'updatestats' => array(
64
-              'path' => 'updatestats',
65
-              'httpMethod' => 'POST',
66
-              'parameters' => array(),
67
-            ),
68
-          )
69
-        )
70
-    );
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/';
49
+	$this->servicePath = 'v2/statscollection/';
50
+	$this->version = 'v2';
51
+	$this->serviceName = 'cloudlatencytest';
52
+
53
+	$this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'statscollection',
57
+		array(
58
+		  'methods' => array(
59
+			'updateaggregatedstats' => array(
60
+			  'path' => 'updateaggregatedstats',
61
+			  'httpMethod' => 'POST',
62
+			  'parameters' => array(),
63
+			),'updatestats' => array(
64
+			  'path' => 'updatestats',
65
+			  'httpMethod' => 'POST',
66
+			  'parameters' => array(),
67
+			),
68
+		  )
69
+		)
70
+	);
71 71
   }
72 72
 }
73 73
 
@@ -92,9 +92,9 @@  discard block
 block discarded – undo
92 92
    */
93 93
   public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array())
94 94
   {
95
-    $params = array('postBody' => $postBody);
96
-    $params = array_merge($params, $optParams);
97
-    return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply");
95
+	$params = array('postBody' => $postBody);
96
+	$params = array_merge($params, $optParams);
97
+	return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply");
98 98
   }
99 99
 
100 100
   /**
@@ -106,9 +106,9 @@  discard block
 block discarded – undo
106 106
    */
107 107
   public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array())
108 108
   {
109
-    $params = array('postBody' => $postBody);
110
-    $params = array_merge($params, $optParams);
111
-    return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply");
109
+	$params = array('postBody' => $postBody);
110
+	$params = array_merge($params, $optParams);
111
+	return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply");
112 112
   }
113 113
 }
114 114
 
@@ -126,11 +126,11 @@  discard block
 block discarded – undo
126 126
 
127 127
   public function setStats($stats)
128 128
   {
129
-    $this->stats = $stats;
129
+	$this->stats = $stats;
130 130
   }
131 131
   public function getStats()
132 132
   {
133
-    return $this->stats;
133
+	return $this->stats;
134 134
   }
135 135
 }
136 136
 
@@ -143,11 +143,11 @@  discard block
 block discarded – undo
143 143
 
144 144
   public function setTestValue($testValue)
145 145
   {
146
-    $this->testValue = $testValue;
146
+	$this->testValue = $testValue;
147 147
   }
148 148
   public function getTestValue()
149 149
   {
150
-    return $this->testValue;
150
+	return $this->testValue;
151 151
   }
152 152
 }
153 153
 
@@ -161,19 +161,19 @@  discard block
 block discarded – undo
161 161
 
162 162
   public function setLabel($label)
163 163
   {
164
-    $this->label = $label;
164
+	$this->label = $label;
165 165
   }
166 166
   public function getLabel()
167 167
   {
168
-    return $this->label;
168
+	return $this->label;
169 169
   }
170 170
   public function setValue($value)
171 171
   {
172
-    $this->value = $value;
172
+	$this->value = $value;
173 173
   }
174 174
   public function getValue()
175 175
   {
176
-    return $this->value;
176
+	return $this->value;
177 177
   }
178 178
 }
179 179
 
@@ -187,19 +187,19 @@  discard block
 block discarded – undo
187 187
 
188 188
   public function setLabel($label)
189 189
   {
190
-    $this->label = $label;
190
+	$this->label = $label;
191 191
   }
192 192
   public function getLabel()
193 193
   {
194
-    return $this->label;
194
+	return $this->label;
195 195
   }
196 196
   public function setValue($value)
197 197
   {
198
-    $this->value = $value;
198
+	$this->value = $value;
199 199
   }
200 200
   public function getValue()
201 201
   {
202
-    return $this->value;
202
+	return $this->value;
203 203
   }
204 204
 }
205 205
 
@@ -219,35 +219,35 @@  discard block
 block discarded – undo
219 219
 
220 220
   public function setDoubleValues($doubleValues)
221 221
   {
222
-    $this->doubleValues = $doubleValues;
222
+	$this->doubleValues = $doubleValues;
223 223
   }
224 224
   public function getDoubleValues()
225 225
   {
226
-    return $this->doubleValues;
226
+	return $this->doubleValues;
227 227
   }
228 228
   public function setIntValues($intValues)
229 229
   {
230
-    $this->intValues = $intValues;
230
+	$this->intValues = $intValues;
231 231
   }
232 232
   public function getIntValues()
233 233
   {
234
-    return $this->intValues;
234
+	return $this->intValues;
235 235
   }
236 236
   public function setStringValues($stringValues)
237 237
   {
238
-    $this->stringValues = $stringValues;
238
+	$this->stringValues = $stringValues;
239 239
   }
240 240
   public function getStringValues()
241 241
   {
242
-    return $this->stringValues;
242
+	return $this->stringValues;
243 243
   }
244 244
   public function setTime($time)
245 245
   {
246
-    $this->time = $time;
246
+	$this->time = $time;
247 247
   }
248 248
   public function getTime()
249 249
   {
250
-    return $this->time;
250
+	return $this->time;
251 251
   }
252 252
 }
253 253
 
@@ -260,11 +260,11 @@  discard block
 block discarded – undo
260 260
 
261 261
   public function setTestValue($testValue)
262 262
   {
263
-    $this->testValue = $testValue;
263
+	$this->testValue = $testValue;
264 264
   }
265 265
   public function getTestValue()
266 266
   {
267
-    return $this->testValue;
267
+	return $this->testValue;
268 268
   }
269 269
 }
270 270
 
@@ -278,18 +278,18 @@  discard block
 block discarded – undo
278 278
 
279 279
   public function setLabel($label)
280 280
   {
281
-    $this->label = $label;
281
+	$this->label = $label;
282 282
   }
283 283
   public function getLabel()
284 284
   {
285
-    return $this->label;
285
+	return $this->label;
286 286
   }
287 287
   public function setValue($value)
288 288
   {
289
-    $this->value = $value;
289
+	$this->value = $value;
290 290
   }
291 291
   public function getValue()
292 292
   {
293
-    return $this->value;
293
+	return $this->value;
294 294
   }
295 295
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
               'path' => 'updateaggregatedstats',
61 61
               'httpMethod' => 'POST',
62 62
               'parameters' => array(),
63
-            ),'updatestats' => array(
63
+            ), 'updatestats' => array(
64 64
               'path' => 'updatestats',
65 65
               'httpMethod' => 'POST',
66 66
               'parameters' => array(),
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Webmasters.php 2 patches
Indentation   +392 added lines, -392 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and modify Webmaster Tools data for your verified sites. */
34 34
   const WEBMASTERS =
35
-      "https://www.googleapis.com/auth/webmasters";
35
+	  "https://www.googleapis.com/auth/webmasters";
36 36
   /** View Webmaster Tools data for your verified sites. */
37 37
   const WEBMASTERS_READONLY =
38
-      "https://www.googleapis.com/auth/webmasters.readonly";
38
+	  "https://www.googleapis.com/auth/webmasters.readonly";
39 39
 
40 40
   public $searchanalytics;
41 41
   public $sitemaps;
@@ -51,257 +51,257 @@  discard block
 block discarded – undo
51 51
    */
52 52
   public function __construct(Google_Client $client)
53 53
   {
54
-    parent::__construct($client);
55
-    $this->rootUrl = 'https://www.googleapis.com/';
56
-    $this->servicePath = 'webmasters/v3/';
57
-    $this->version = 'v3';
58
-    $this->serviceName = 'webmasters';
59
-
60
-    $this->searchanalytics = new Google_Service_Webmasters_Searchanalytics_Resource(
61
-        $this,
62
-        $this->serviceName,
63
-        'searchanalytics',
64
-        array(
65
-          'methods' => array(
66
-            'query' => array(
67
-              'path' => 'sites/{siteUrl}/searchAnalytics/query',
68
-              'httpMethod' => 'POST',
69
-              'parameters' => array(
70
-                'siteUrl' => array(
71
-                  'location' => 'path',
72
-                  'type' => 'string',
73
-                  'required' => true,
74
-                ),
75
-              ),
76
-            ),
77
-          )
78
-        )
79
-    );
80
-    $this->sitemaps = new Google_Service_Webmasters_Sitemaps_Resource(
81
-        $this,
82
-        $this->serviceName,
83
-        'sitemaps',
84
-        array(
85
-          'methods' => array(
86
-            'delete' => array(
87
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
88
-              'httpMethod' => 'DELETE',
89
-              'parameters' => array(
90
-                'siteUrl' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'feedpath' => array(
96
-                  'location' => 'path',
97
-                  'type' => 'string',
98
-                  'required' => true,
99
-                ),
100
-              ),
101
-            ),'get' => array(
102
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103
-              'httpMethod' => 'GET',
104
-              'parameters' => array(
105
-                'siteUrl' => array(
106
-                  'location' => 'path',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'feedpath' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),'list' => array(
117
-              'path' => 'sites/{siteUrl}/sitemaps',
118
-              'httpMethod' => 'GET',
119
-              'parameters' => array(
120
-                'siteUrl' => array(
121
-                  'location' => 'path',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'sitemapIndex' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'string',
128
-                ),
129
-              ),
130
-            ),'submit' => array(
131
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132
-              'httpMethod' => 'PUT',
133
-              'parameters' => array(
134
-                'siteUrl' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-                'feedpath' => array(
140
-                  'location' => 'path',
141
-                  'type' => 'string',
142
-                  'required' => true,
143
-                ),
144
-              ),
145
-            ),
146
-          )
147
-        )
148
-    );
149
-    $this->sites = new Google_Service_Webmasters_Sites_Resource(
150
-        $this,
151
-        $this->serviceName,
152
-        'sites',
153
-        array(
154
-          'methods' => array(
155
-            'add' => array(
156
-              'path' => 'sites/{siteUrl}',
157
-              'httpMethod' => 'PUT',
158
-              'parameters' => array(
159
-                'siteUrl' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-              ),
165
-            ),'delete' => array(
166
-              'path' => 'sites/{siteUrl}',
167
-              'httpMethod' => 'DELETE',
168
-              'parameters' => array(
169
-                'siteUrl' => array(
170
-                  'location' => 'path',
171
-                  'type' => 'string',
172
-                  'required' => true,
173
-                ),
174
-              ),
175
-            ),'get' => array(
176
-              'path' => 'sites/{siteUrl}',
177
-              'httpMethod' => 'GET',
178
-              'parameters' => array(
179
-                'siteUrl' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-              ),
185
-            ),'list' => array(
186
-              'path' => 'sites',
187
-              'httpMethod' => 'GET',
188
-              'parameters' => array(),
189
-            ),
190
-          )
191
-        )
192
-    );
193
-    $this->urlcrawlerrorscounts = new Google_Service_Webmasters_Urlcrawlerrorscounts_Resource(
194
-        $this,
195
-        $this->serviceName,
196
-        'urlcrawlerrorscounts',
197
-        array(
198
-          'methods' => array(
199
-            'query' => array(
200
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsCounts/query',
201
-              'httpMethod' => 'GET',
202
-              'parameters' => array(
203
-                'siteUrl' => array(
204
-                  'location' => 'path',
205
-                  'type' => 'string',
206
-                  'required' => true,
207
-                ),
208
-                'category' => array(
209
-                  'location' => 'query',
210
-                  'type' => 'string',
211
-                ),
212
-                'platform' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                ),
216
-                'latestCountsOnly' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'boolean',
219
-                ),
220
-              ),
221
-            ),
222
-          )
223
-        )
224
-    );
225
-    $this->urlcrawlerrorssamples = new Google_Service_Webmasters_Urlcrawlerrorssamples_Resource(
226
-        $this,
227
-        $this->serviceName,
228
-        'urlcrawlerrorssamples',
229
-        array(
230
-          'methods' => array(
231
-            'get' => array(
232
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
233
-              'httpMethod' => 'GET',
234
-              'parameters' => array(
235
-                'siteUrl' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'url' => array(
241
-                  'location' => 'path',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-                'category' => array(
246
-                  'location' => 'query',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-                'platform' => array(
251
-                  'location' => 'query',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-              ),
256
-            ),'list' => array(
257
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258
-              'httpMethod' => 'GET',
259
-              'parameters' => array(
260
-                'siteUrl' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-                'category' => array(
266
-                  'location' => 'query',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'platform' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-              ),
276
-            ),'markAsFixed' => array(
277
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278
-              'httpMethod' => 'DELETE',
279
-              'parameters' => array(
280
-                'siteUrl' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'url' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-                'category' => array(
291
-                  'location' => 'query',
292
-                  'type' => 'string',
293
-                  'required' => true,
294
-                ),
295
-                'platform' => array(
296
-                  'location' => 'query',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-              ),
301
-            ),
302
-          )
303
-        )
304
-    );
54
+	parent::__construct($client);
55
+	$this->rootUrl = 'https://www.googleapis.com/';
56
+	$this->servicePath = 'webmasters/v3/';
57
+	$this->version = 'v3';
58
+	$this->serviceName = 'webmasters';
59
+
60
+	$this->searchanalytics = new Google_Service_Webmasters_Searchanalytics_Resource(
61
+		$this,
62
+		$this->serviceName,
63
+		'searchanalytics',
64
+		array(
65
+		  'methods' => array(
66
+			'query' => array(
67
+			  'path' => 'sites/{siteUrl}/searchAnalytics/query',
68
+			  'httpMethod' => 'POST',
69
+			  'parameters' => array(
70
+				'siteUrl' => array(
71
+				  'location' => 'path',
72
+				  'type' => 'string',
73
+				  'required' => true,
74
+				),
75
+			  ),
76
+			),
77
+		  )
78
+		)
79
+	);
80
+	$this->sitemaps = new Google_Service_Webmasters_Sitemaps_Resource(
81
+		$this,
82
+		$this->serviceName,
83
+		'sitemaps',
84
+		array(
85
+		  'methods' => array(
86
+			'delete' => array(
87
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
88
+			  'httpMethod' => 'DELETE',
89
+			  'parameters' => array(
90
+				'siteUrl' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'feedpath' => array(
96
+				  'location' => 'path',
97
+				  'type' => 'string',
98
+				  'required' => true,
99
+				),
100
+			  ),
101
+			),'get' => array(
102
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103
+			  'httpMethod' => 'GET',
104
+			  'parameters' => array(
105
+				'siteUrl' => array(
106
+				  'location' => 'path',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'feedpath' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),'list' => array(
117
+			  'path' => 'sites/{siteUrl}/sitemaps',
118
+			  'httpMethod' => 'GET',
119
+			  'parameters' => array(
120
+				'siteUrl' => array(
121
+				  'location' => 'path',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'sitemapIndex' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'string',
128
+				),
129
+			  ),
130
+			),'submit' => array(
131
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132
+			  'httpMethod' => 'PUT',
133
+			  'parameters' => array(
134
+				'siteUrl' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+				'feedpath' => array(
140
+				  'location' => 'path',
141
+				  'type' => 'string',
142
+				  'required' => true,
143
+				),
144
+			  ),
145
+			),
146
+		  )
147
+		)
148
+	);
149
+	$this->sites = new Google_Service_Webmasters_Sites_Resource(
150
+		$this,
151
+		$this->serviceName,
152
+		'sites',
153
+		array(
154
+		  'methods' => array(
155
+			'add' => array(
156
+			  'path' => 'sites/{siteUrl}',
157
+			  'httpMethod' => 'PUT',
158
+			  'parameters' => array(
159
+				'siteUrl' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+			  ),
165
+			),'delete' => array(
166
+			  'path' => 'sites/{siteUrl}',
167
+			  'httpMethod' => 'DELETE',
168
+			  'parameters' => array(
169
+				'siteUrl' => array(
170
+				  'location' => 'path',
171
+				  'type' => 'string',
172
+				  'required' => true,
173
+				),
174
+			  ),
175
+			),'get' => array(
176
+			  'path' => 'sites/{siteUrl}',
177
+			  'httpMethod' => 'GET',
178
+			  'parameters' => array(
179
+				'siteUrl' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+			  ),
185
+			),'list' => array(
186
+			  'path' => 'sites',
187
+			  'httpMethod' => 'GET',
188
+			  'parameters' => array(),
189
+			),
190
+		  )
191
+		)
192
+	);
193
+	$this->urlcrawlerrorscounts = new Google_Service_Webmasters_Urlcrawlerrorscounts_Resource(
194
+		$this,
195
+		$this->serviceName,
196
+		'urlcrawlerrorscounts',
197
+		array(
198
+		  'methods' => array(
199
+			'query' => array(
200
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsCounts/query',
201
+			  'httpMethod' => 'GET',
202
+			  'parameters' => array(
203
+				'siteUrl' => array(
204
+				  'location' => 'path',
205
+				  'type' => 'string',
206
+				  'required' => true,
207
+				),
208
+				'category' => array(
209
+				  'location' => 'query',
210
+				  'type' => 'string',
211
+				),
212
+				'platform' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				),
216
+				'latestCountsOnly' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'boolean',
219
+				),
220
+			  ),
221
+			),
222
+		  )
223
+		)
224
+	);
225
+	$this->urlcrawlerrorssamples = new Google_Service_Webmasters_Urlcrawlerrorssamples_Resource(
226
+		$this,
227
+		$this->serviceName,
228
+		'urlcrawlerrorssamples',
229
+		array(
230
+		  'methods' => array(
231
+			'get' => array(
232
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
233
+			  'httpMethod' => 'GET',
234
+			  'parameters' => array(
235
+				'siteUrl' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'url' => array(
241
+				  'location' => 'path',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+				'category' => array(
246
+				  'location' => 'query',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+				'platform' => array(
251
+				  'location' => 'query',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+			  ),
256
+			),'list' => array(
257
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258
+			  'httpMethod' => 'GET',
259
+			  'parameters' => array(
260
+				'siteUrl' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+				'category' => array(
266
+				  'location' => 'query',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'platform' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+			  ),
276
+			),'markAsFixed' => array(
277
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278
+			  'httpMethod' => 'DELETE',
279
+			  'parameters' => array(
280
+				'siteUrl' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'url' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+				'category' => array(
291
+				  'location' => 'query',
292
+				  'type' => 'string',
293
+				  'required' => true,
294
+				),
295
+				'platform' => array(
296
+				  'location' => 'query',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+			  ),
301
+			),
302
+		  )
303
+		)
304
+	);
305 305
   }
306 306
 }
307 307
 
@@ -337,9 +337,9 @@  discard block
 block discarded – undo
337 337
    */
338 338
   public function query($siteUrl, Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody, $optParams = array())
339 339
   {
340
-    $params = array('siteUrl' => $siteUrl, 'postBody' => $postBody);
341
-    $params = array_merge($params, $optParams);
342
-    return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse");
340
+	$params = array('siteUrl' => $siteUrl, 'postBody' => $postBody);
341
+	$params = array_merge($params, $optParams);
342
+	return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse");
343 343
   }
344 344
 }
345 345
 
@@ -365,9 +365,9 @@  discard block
 block discarded – undo
365 365
    */
366 366
   public function delete($siteUrl, $feedpath, $optParams = array())
367 367
   {
368
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
369
-    $params = array_merge($params, $optParams);
370
-    return $this->call('delete', array($params));
368
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
369
+	$params = array_merge($params, $optParams);
370
+	return $this->call('delete', array($params));
371 371
   }
372 372
 
373 373
   /**
@@ -382,9 +382,9 @@  discard block
 block discarded – undo
382 382
    */
383 383
   public function get($siteUrl, $feedpath, $optParams = array())
384 384
   {
385
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
386
-    $params = array_merge($params, $optParams);
387
-    return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
385
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
386
+	$params = array_merge($params, $optParams);
387
+	return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
388 388
   }
389 389
 
390 390
   /**
@@ -402,9 +402,9 @@  discard block
 block discarded – undo
402 402
    */
403 403
   public function listSitemaps($siteUrl, $optParams = array())
404 404
   {
405
-    $params = array('siteUrl' => $siteUrl);
406
-    $params = array_merge($params, $optParams);
407
-    return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
405
+	$params = array('siteUrl' => $siteUrl);
406
+	$params = array_merge($params, $optParams);
407
+	return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
408 408
   }
409 409
 
410 410
   /**
@@ -418,9 +418,9 @@  discard block
 block discarded – undo
418 418
    */
419 419
   public function submit($siteUrl, $feedpath, $optParams = array())
420 420
   {
421
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
422
-    $params = array_merge($params, $optParams);
423
-    return $this->call('submit', array($params));
421
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
422
+	$params = array_merge($params, $optParams);
423
+	return $this->call('submit', array($params));
424 424
   }
425 425
 }
426 426
 
@@ -443,9 +443,9 @@  discard block
 block discarded – undo
443 443
    */
444 444
   public function add($siteUrl, $optParams = array())
445 445
   {
446
-    $params = array('siteUrl' => $siteUrl);
447
-    $params = array_merge($params, $optParams);
448
-    return $this->call('add', array($params));
446
+	$params = array('siteUrl' => $siteUrl);
447
+	$params = array_merge($params, $optParams);
448
+	return $this->call('add', array($params));
449 449
   }
450 450
 
451 451
   /**
@@ -458,9 +458,9 @@  discard block
 block discarded – undo
458 458
    */
459 459
   public function delete($siteUrl, $optParams = array())
460 460
   {
461
-    $params = array('siteUrl' => $siteUrl);
462
-    $params = array_merge($params, $optParams);
463
-    return $this->call('delete', array($params));
461
+	$params = array('siteUrl' => $siteUrl);
462
+	$params = array_merge($params, $optParams);
463
+	return $this->call('delete', array($params));
464 464
   }
465 465
 
466 466
   /**
@@ -473,9 +473,9 @@  discard block
 block discarded – undo
473 473
    */
474 474
   public function get($siteUrl, $optParams = array())
475 475
   {
476
-    $params = array('siteUrl' => $siteUrl);
477
-    $params = array_merge($params, $optParams);
478
-    return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
476
+	$params = array('siteUrl' => $siteUrl);
477
+	$params = array_merge($params, $optParams);
478
+	return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
479 479
   }
480 480
 
481 481
   /**
@@ -486,9 +486,9 @@  discard block
 block discarded – undo
486 486
    */
487 487
   public function listSites($optParams = array())
488 488
   {
489
-    $params = array();
490
-    $params = array_merge($params, $optParams);
491
-    return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse");
489
+	$params = array();
490
+	$params = array_merge($params, $optParams);
491
+	return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse");
492 492
   }
493 493
 }
494 494
 
@@ -522,9 +522,9 @@  discard block
 block discarded – undo
522 522
    */
523 523
   public function query($siteUrl, $optParams = array())
524 524
   {
525
-    $params = array('siteUrl' => $siteUrl);
526
-    $params = array_merge($params, $optParams);
527
-    return $this->call('query', array($params), "Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse");
525
+	$params = array('siteUrl' => $siteUrl);
526
+	$params = array_merge($params, $optParams);
527
+	return $this->call('query', array($params), "Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse");
528 528
   }
529 529
 }
530 530
 
@@ -558,9 +558,9 @@  discard block
 block discarded – undo
558 558
    */
559 559
   public function get($siteUrl, $url, $category, $platform, $optParams = array())
560 560
   {
561
-    $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
562
-    $params = array_merge($params, $optParams);
563
-    return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
561
+	$params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
562
+	$params = array_merge($params, $optParams);
563
+	return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
564 564
   }
565 565
 
566 566
   /**
@@ -578,9 +578,9 @@  discard block
 block discarded – undo
578 578
    */
579 579
   public function listUrlcrawlerrorssamples($siteUrl, $category, $platform, $optParams = array())
580 580
   {
581
-    $params = array('siteUrl' => $siteUrl, 'category' => $category, 'platform' => $platform);
582
-    $params = array_merge($params, $optParams);
583
-    return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
581
+	$params = array('siteUrl' => $siteUrl, 'category' => $category, 'platform' => $platform);
582
+	$params = array_merge($params, $optParams);
583
+	return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
584 584
   }
585 585
 
586 586
   /**
@@ -601,9 +601,9 @@  discard block
 block discarded – undo
601 601
    */
602 602
   public function markAsFixed($siteUrl, $url, $category, $platform, $optParams = array())
603 603
   {
604
-    $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
605
-    $params = array_merge($params, $optParams);
606
-    return $this->call('markAsFixed', array($params));
604
+	$params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
605
+	$params = array_merge($params, $optParams);
606
+	return $this->call('markAsFixed', array($params));
607 607
   }
608 608
 }
609 609
 
@@ -624,43 +624,43 @@  discard block
 block discarded – undo
624 624
 
625 625
   public function setClicks($clicks)
626 626
   {
627
-    $this->clicks = $clicks;
627
+	$this->clicks = $clicks;
628 628
   }
629 629
   public function getClicks()
630 630
   {
631
-    return $this->clicks;
631
+	return $this->clicks;
632 632
   }
633 633
   public function setCtr($ctr)
634 634
   {
635
-    $this->ctr = $ctr;
635
+	$this->ctr = $ctr;
636 636
   }
637 637
   public function getCtr()
638 638
   {
639
-    return $this->ctr;
639
+	return $this->ctr;
640 640
   }
641 641
   public function setImpressions($impressions)
642 642
   {
643
-    $this->impressions = $impressions;
643
+	$this->impressions = $impressions;
644 644
   }
645 645
   public function getImpressions()
646 646
   {
647
-    return $this->impressions;
647
+	return $this->impressions;
648 648
   }
649 649
   public function setKeys($keys)
650 650
   {
651
-    $this->keys = $keys;
651
+	$this->keys = $keys;
652 652
   }
653 653
   public function getKeys()
654 654
   {
655
-    return $this->keys;
655
+	return $this->keys;
656 656
   }
657 657
   public function setPosition($position)
658 658
   {
659
-    $this->position = $position;
659
+	$this->position = $position;
660 660
   }
661 661
   public function getPosition()
662 662
   {
663
-    return $this->position;
663
+	return $this->position;
664 664
   }
665 665
 }
666 666
 
@@ -675,27 +675,27 @@  discard block
 block discarded – undo
675 675
 
676 676
   public function setDimension($dimension)
677 677
   {
678
-    $this->dimension = $dimension;
678
+	$this->dimension = $dimension;
679 679
   }
680 680
   public function getDimension()
681 681
   {
682
-    return $this->dimension;
682
+	return $this->dimension;
683 683
   }
684 684
   public function setExpression($expression)
685 685
   {
686
-    $this->expression = $expression;
686
+	$this->expression = $expression;
687 687
   }
688 688
   public function getExpression()
689 689
   {
690
-    return $this->expression;
690
+	return $this->expression;
691 691
   }
692 692
   public function setOperator($operator)
693 693
   {
694
-    $this->operator = $operator;
694
+	$this->operator = $operator;
695 695
   }
696 696
   public function getOperator()
697 697
   {
698
-    return $this->operator;
698
+	return $this->operator;
699 699
   }
700 700
 }
701 701
 
@@ -711,19 +711,19 @@  discard block
 block discarded – undo
711 711
 
712 712
   public function setFilters($filters)
713 713
   {
714
-    $this->filters = $filters;
714
+	$this->filters = $filters;
715 715
   }
716 716
   public function getFilters()
717 717
   {
718
-    return $this->filters;
718
+	return $this->filters;
719 719
   }
720 720
   public function setGroupType($groupType)
721 721
   {
722
-    $this->groupType = $groupType;
722
+	$this->groupType = $groupType;
723 723
   }
724 724
   public function getGroupType()
725 725
   {
726
-    return $this->groupType;
726
+	return $this->groupType;
727 727
   }
728 728
 }
729 729
 
@@ -744,59 +744,59 @@  discard block
 block discarded – undo
744 744
 
745 745
   public function setAggregationType($aggregationType)
746 746
   {
747
-    $this->aggregationType = $aggregationType;
747
+	$this->aggregationType = $aggregationType;
748 748
   }
749 749
   public function getAggregationType()
750 750
   {
751
-    return $this->aggregationType;
751
+	return $this->aggregationType;
752 752
   }
753 753
   public function setDimensionFilterGroups($dimensionFilterGroups)
754 754
   {
755
-    $this->dimensionFilterGroups = $dimensionFilterGroups;
755
+	$this->dimensionFilterGroups = $dimensionFilterGroups;
756 756
   }
757 757
   public function getDimensionFilterGroups()
758 758
   {
759
-    return $this->dimensionFilterGroups;
759
+	return $this->dimensionFilterGroups;
760 760
   }
761 761
   public function setDimensions($dimensions)
762 762
   {
763
-    $this->dimensions = $dimensions;
763
+	$this->dimensions = $dimensions;
764 764
   }
765 765
   public function getDimensions()
766 766
   {
767
-    return $this->dimensions;
767
+	return $this->dimensions;
768 768
   }
769 769
   public function setEndDate($endDate)
770 770
   {
771
-    $this->endDate = $endDate;
771
+	$this->endDate = $endDate;
772 772
   }
773 773
   public function getEndDate()
774 774
   {
775
-    return $this->endDate;
775
+	return $this->endDate;
776 776
   }
777 777
   public function setRowLimit($rowLimit)
778 778
   {
779
-    $this->rowLimit = $rowLimit;
779
+	$this->rowLimit = $rowLimit;
780 780
   }
781 781
   public function getRowLimit()
782 782
   {
783
-    return $this->rowLimit;
783
+	return $this->rowLimit;
784 784
   }
785 785
   public function setSearchType($searchType)
786 786
   {
787
-    $this->searchType = $searchType;
787
+	$this->searchType = $searchType;
788 788
   }
789 789
   public function getSearchType()
790 790
   {
791
-    return $this->searchType;
791
+	return $this->searchType;
792 792
   }
793 793
   public function setStartDate($startDate)
794 794
   {
795
-    $this->startDate = $startDate;
795
+	$this->startDate = $startDate;
796 796
   }
797 797
   public function getStartDate()
798 798
   {
799
-    return $this->startDate;
799
+	return $this->startDate;
800 800
   }
801 801
 }
802 802
 
@@ -812,19 +812,19 @@  discard block
 block discarded – undo
812 812
 
813 813
   public function setResponseAggregationType($responseAggregationType)
814 814
   {
815
-    $this->responseAggregationType = $responseAggregationType;
815
+	$this->responseAggregationType = $responseAggregationType;
816 816
   }
817 817
   public function getResponseAggregationType()
818 818
   {
819
-    return $this->responseAggregationType;
819
+	return $this->responseAggregationType;
820 820
   }
821 821
   public function setRows($rows)
822 822
   {
823
-    $this->rows = $rows;
823
+	$this->rows = $rows;
824 824
   }
825 825
   public function getRows()
826 826
   {
827
-    return $this->rows;
827
+	return $this->rows;
828 828
   }
829 829
 }
830 830
 
@@ -839,11 +839,11 @@  discard block
 block discarded – undo
839 839
 
840 840
   public function setSitemap($sitemap)
841 841
   {
842
-    $this->sitemap = $sitemap;
842
+	$this->sitemap = $sitemap;
843 843
   }
844 844
   public function getSitemap()
845 845
   {
846
-    return $this->sitemap;
846
+	return $this->sitemap;
847 847
   }
848 848
 }
849 849
 
@@ -858,11 +858,11 @@  discard block
 block discarded – undo
858 858
 
859 859
   public function setSiteEntry($siteEntry)
860 860
   {
861
-    $this->siteEntry = $siteEntry;
861
+	$this->siteEntry = $siteEntry;
862 862
   }
863 863
   public function getSiteEntry()
864 864
   {
865
-    return $this->siteEntry;
865
+	return $this->siteEntry;
866 866
   }
867 867
 }
868 868
 
@@ -876,19 +876,19 @@  discard block
 block discarded – undo
876 876
 
877 877
   public function setCount($count)
878 878
   {
879
-    $this->count = $count;
879
+	$this->count = $count;
880 880
   }
881 881
   public function getCount()
882 882
   {
883
-    return $this->count;
883
+	return $this->count;
884 884
   }
885 885
   public function setTimestamp($timestamp)
886 886
   {
887
-    $this->timestamp = $timestamp;
887
+	$this->timestamp = $timestamp;
888 888
   }
889 889
   public function getTimestamp()
890 890
   {
891
-    return $this->timestamp;
891
+	return $this->timestamp;
892 892
   }
893 893
 }
894 894
 
@@ -905,27 +905,27 @@  discard block
 block discarded – undo
905 905
 
906 906
   public function setCategory($category)
907 907
   {
908
-    $this->category = $category;
908
+	$this->category = $category;
909 909
   }
910 910
   public function getCategory()
911 911
   {
912
-    return $this->category;
912
+	return $this->category;
913 913
   }
914 914
   public function setEntries($entries)
915 915
   {
916
-    $this->entries = $entries;
916
+	$this->entries = $entries;
917 917
   }
918 918
   public function getEntries()
919 919
   {
920
-    return $this->entries;
920
+	return $this->entries;
921 921
   }
922 922
   public function setPlatform($platform)
923 923
   {
924
-    $this->platform = $platform;
924
+	$this->platform = $platform;
925 925
   }
926 926
   public function getPlatform()
927 927
   {
928
-    return $this->platform;
928
+	return $this->platform;
929 929
   }
930 930
 }
931 931
 
@@ -940,19 +940,19 @@  discard block
 block discarded – undo
940 940
 
941 941
   public function setCountPerTypes($countPerTypes)
942 942
   {
943
-    $this->countPerTypes = $countPerTypes;
943
+	$this->countPerTypes = $countPerTypes;
944 944
   }
945 945
   public function getCountPerTypes()
946 946
   {
947
-    return $this->countPerTypes;
947
+	return $this->countPerTypes;
948 948
   }
949 949
 }
950 950
 
951 951
 class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
952 952
 {
953 953
   protected $internal_gapi_mappings = array(
954
-        "firstDetected" => "first_detected",
955
-        "lastCrawled" => "last_crawled",
954
+		"firstDetected" => "first_detected",
955
+		"lastCrawled" => "last_crawled",
956 956
   );
957 957
   public $firstDetected;
958 958
   public $lastCrawled;
@@ -964,43 +964,43 @@  discard block
 block discarded – undo
964 964
 
965 965
   public function setFirstDetected($firstDetected)
966 966
   {
967
-    $this->firstDetected = $firstDetected;
967
+	$this->firstDetected = $firstDetected;
968 968
   }
969 969
   public function getFirstDetected()
970 970
   {
971
-    return $this->firstDetected;
971
+	return $this->firstDetected;
972 972
   }
973 973
   public function setLastCrawled($lastCrawled)
974 974
   {
975
-    $this->lastCrawled = $lastCrawled;
975
+	$this->lastCrawled = $lastCrawled;
976 976
   }
977 977
   public function getLastCrawled()
978 978
   {
979
-    return $this->lastCrawled;
979
+	return $this->lastCrawled;
980 980
   }
981 981
   public function setPageUrl($pageUrl)
982 982
   {
983
-    $this->pageUrl = $pageUrl;
983
+	$this->pageUrl = $pageUrl;
984 984
   }
985 985
   public function getPageUrl()
986 986
   {
987
-    return $this->pageUrl;
987
+	return $this->pageUrl;
988 988
   }
989 989
   public function setResponseCode($responseCode)
990 990
   {
991
-    $this->responseCode = $responseCode;
991
+	$this->responseCode = $responseCode;
992 992
   }
993 993
   public function getResponseCode()
994 994
   {
995
-    return $this->responseCode;
995
+	return $this->responseCode;
996 996
   }
997 997
   public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDetails)
998 998
   {
999
-    $this->urlDetails = $urlDetails;
999
+	$this->urlDetails = $urlDetails;
1000 1000
   }
1001 1001
   public function getUrlDetails()
1002 1002
   {
1003
-    return $this->urlDetails;
1003
+	return $this->urlDetails;
1004 1004
   }
1005 1005
 }
1006 1006
 
@@ -1015,11 +1015,11 @@  discard block
 block discarded – undo
1015 1015
 
1016 1016
   public function setUrlCrawlErrorSample($urlCrawlErrorSample)
1017 1017
   {
1018
-    $this->urlCrawlErrorSample = $urlCrawlErrorSample;
1018
+	$this->urlCrawlErrorSample = $urlCrawlErrorSample;
1019 1019
   }
1020 1020
   public function getUrlCrawlErrorSample()
1021 1021
   {
1022
-    return $this->urlCrawlErrorSample;
1022
+	return $this->urlCrawlErrorSample;
1023 1023
   }
1024 1024
 }
1025 1025
 
@@ -1034,19 +1034,19 @@  discard block
 block discarded – undo
1034 1034
 
1035 1035
   public function setContainingSitemaps($containingSitemaps)
1036 1036
   {
1037
-    $this->containingSitemaps = $containingSitemaps;
1037
+	$this->containingSitemaps = $containingSitemaps;
1038 1038
   }
1039 1039
   public function getContainingSitemaps()
1040 1040
   {
1041
-    return $this->containingSitemaps;
1041
+	return $this->containingSitemaps;
1042 1042
   }
1043 1043
   public function setLinkedFromUrls($linkedFromUrls)
1044 1044
   {
1045
-    $this->linkedFromUrls = $linkedFromUrls;
1045
+	$this->linkedFromUrls = $linkedFromUrls;
1046 1046
   }
1047 1047
   public function getLinkedFromUrls()
1048 1048
   {
1049
-    return $this->linkedFromUrls;
1049
+	return $this->linkedFromUrls;
1050 1050
   }
1051 1051
 }
1052 1052
 
@@ -1060,19 +1060,19 @@  discard block
 block discarded – undo
1060 1060
 
1061 1061
   public function setPermissionLevel($permissionLevel)
1062 1062
   {
1063
-    $this->permissionLevel = $permissionLevel;
1063
+	$this->permissionLevel = $permissionLevel;
1064 1064
   }
1065 1065
   public function getPermissionLevel()
1066 1066
   {
1067
-    return $this->permissionLevel;
1067
+	return $this->permissionLevel;
1068 1068
   }
1069 1069
   public function setSiteUrl($siteUrl)
1070 1070
   {
1071
-    $this->siteUrl = $siteUrl;
1071
+	$this->siteUrl = $siteUrl;
1072 1072
   }
1073 1073
   public function getSiteUrl()
1074 1074
   {
1075
-    return $this->siteUrl;
1075
+	return $this->siteUrl;
1076 1076
   }
1077 1077
 }
1078 1078
 
@@ -1095,75 +1095,75 @@  discard block
 block discarded – undo
1095 1095
 
1096 1096
   public function setContents($contents)
1097 1097
   {
1098
-    $this->contents = $contents;
1098
+	$this->contents = $contents;
1099 1099
   }
1100 1100
   public function getContents()
1101 1101
   {
1102
-    return $this->contents;
1102
+	return $this->contents;
1103 1103
   }
1104 1104
   public function setErrors($errors)
1105 1105
   {
1106
-    $this->errors = $errors;
1106
+	$this->errors = $errors;
1107 1107
   }
1108 1108
   public function getErrors()
1109 1109
   {
1110
-    return $this->errors;
1110
+	return $this->errors;
1111 1111
   }
1112 1112
   public function setIsPending($isPending)
1113 1113
   {
1114
-    $this->isPending = $isPending;
1114
+	$this->isPending = $isPending;
1115 1115
   }
1116 1116
   public function getIsPending()
1117 1117
   {
1118
-    return $this->isPending;
1118
+	return $this->isPending;
1119 1119
   }
1120 1120
   public function setIsSitemapsIndex($isSitemapsIndex)
1121 1121
   {
1122
-    $this->isSitemapsIndex = $isSitemapsIndex;
1122
+	$this->isSitemapsIndex = $isSitemapsIndex;
1123 1123
   }
1124 1124
   public function getIsSitemapsIndex()
1125 1125
   {
1126
-    return $this->isSitemapsIndex;
1126
+	return $this->isSitemapsIndex;
1127 1127
   }
1128 1128
   public function setLastDownloaded($lastDownloaded)
1129 1129
   {
1130
-    $this->lastDownloaded = $lastDownloaded;
1130
+	$this->lastDownloaded = $lastDownloaded;
1131 1131
   }
1132 1132
   public function getLastDownloaded()
1133 1133
   {
1134
-    return $this->lastDownloaded;
1134
+	return $this->lastDownloaded;
1135 1135
   }
1136 1136
   public function setLastSubmitted($lastSubmitted)
1137 1137
   {
1138
-    $this->lastSubmitted = $lastSubmitted;
1138
+	$this->lastSubmitted = $lastSubmitted;
1139 1139
   }
1140 1140
   public function getLastSubmitted()
1141 1141
   {
1142
-    return $this->lastSubmitted;
1142
+	return $this->lastSubmitted;
1143 1143
   }
1144 1144
   public function setPath($path)
1145 1145
   {
1146
-    $this->path = $path;
1146
+	$this->path = $path;
1147 1147
   }
1148 1148
   public function getPath()
1149 1149
   {
1150
-    return $this->path;
1150
+	return $this->path;
1151 1151
   }
1152 1152
   public function setType($type)
1153 1153
   {
1154
-    $this->type = $type;
1154
+	$this->type = $type;
1155 1155
   }
1156 1156
   public function getType()
1157 1157
   {
1158
-    return $this->type;
1158
+	return $this->type;
1159 1159
   }
1160 1160
   public function setWarnings($warnings)
1161 1161
   {
1162
-    $this->warnings = $warnings;
1162
+	$this->warnings = $warnings;
1163 1163
   }
1164 1164
   public function getWarnings()
1165 1165
   {
1166
-    return $this->warnings;
1166
+	return $this->warnings;
1167 1167
   }
1168 1168
 }
1169 1169
 
@@ -1178,26 +1178,26 @@  discard block
 block discarded – undo
1178 1178
 
1179 1179
   public function setIndexed($indexed)
1180 1180
   {
1181
-    $this->indexed = $indexed;
1181
+	$this->indexed = $indexed;
1182 1182
   }
1183 1183
   public function getIndexed()
1184 1184
   {
1185
-    return $this->indexed;
1185
+	return $this->indexed;
1186 1186
   }
1187 1187
   public function setSubmitted($submitted)
1188 1188
   {
1189
-    $this->submitted = $submitted;
1189
+	$this->submitted = $submitted;
1190 1190
   }
1191 1191
   public function getSubmitted()
1192 1192
   {
1193
-    return $this->submitted;
1193
+	return $this->submitted;
1194 1194
   }
1195 1195
   public function setType($type)
1196 1196
   {
1197
-    $this->type = $type;
1197
+	$this->type = $type;
1198 1198
   }
1199 1199
   public function getType()
1200 1200
   {
1201
-    return $this->type;
1201
+	return $this->type;
1202 1202
   }
1203 1203
 }
Please login to merge, or discard this patch.
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
                   'required' => true,
99 99
                 ),
100 100
               ),
101
-            ),'get' => array(
101
+            ), 'get' => array(
102 102
               'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103 103
               'httpMethod' => 'GET',
104 104
               'parameters' => array(
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'required' => true,
114 114
                 ),
115 115
               ),
116
-            ),'list' => array(
116
+            ), 'list' => array(
117 117
               'path' => 'sites/{siteUrl}/sitemaps',
118 118
               'httpMethod' => 'GET',
119 119
               'parameters' => array(
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
                   'type' => 'string',
128 128
                 ),
129 129
               ),
130
-            ),'submit' => array(
130
+            ), 'submit' => array(
131 131
               'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132 132
               'httpMethod' => 'PUT',
133 133
               'parameters' => array(
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
                   'required' => true,
163 163
                 ),
164 164
               ),
165
-            ),'delete' => array(
165
+            ), 'delete' => array(
166 166
               'path' => 'sites/{siteUrl}',
167 167
               'httpMethod' => 'DELETE',
168 168
               'parameters' => array(
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
                   'required' => true,
173 173
                 ),
174 174
               ),
175
-            ),'get' => array(
175
+            ), 'get' => array(
176 176
               'path' => 'sites/{siteUrl}',
177 177
               'httpMethod' => 'GET',
178 178
               'parameters' => array(
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
                   'required' => true,
183 183
                 ),
184 184
               ),
185
-            ),'list' => array(
185
+            ), 'list' => array(
186 186
               'path' => 'sites',
187 187
               'httpMethod' => 'GET',
188 188
               'parameters' => array(),
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
                   'required' => true,
254 254
                 ),
255 255
               ),
256
-            ),'list' => array(
256
+            ), 'list' => array(
257 257
               'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258 258
               'httpMethod' => 'GET',
259 259
               'parameters' => array(
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                   'required' => true,
274 274
                 ),
275 275
               ),
276
-            ),'markAsFixed' => array(
276
+            ), 'markAsFixed' => array(
277 277
               'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278 278
               'httpMethod' => 'DELETE',
279 279
               'parameters' => array(
Please login to merge, or discard this patch.