Test Setup Failed
Push — master ( 2261e5...599f56 )
by Stiofan
02:03
created
geodirectory-admin/google-api-php-client/src/Google/Service/Datastore.php 2 patches
Indentation   +307 added lines, -307 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@  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 Cloud Datastore data. */
37 37
   const DATASTORE =
38
-      "https://www.googleapis.com/auth/datastore";
38
+	  "https://www.googleapis.com/auth/datastore";
39 39
   /** View your email address. */
40 40
   const USERINFO_EMAIL =
41
-      "https://www.googleapis.com/auth/userinfo.email";
41
+	  "https://www.googleapis.com/auth/userinfo.email";
42 42
 
43 43
   public $datasets;
44 44
   
@@ -50,82 +50,82 @@  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 = 'datastore/v1beta2/datasets/';
56
-    $this->version = 'v1beta2';
57
-    $this->serviceName = 'datastore';
58
-
59
-    $this->datasets = new Google_Service_Datastore_Datasets_Resource(
60
-        $this,
61
-        $this->serviceName,
62
-        'datasets',
63
-        array(
64
-          'methods' => array(
65
-            'allocateIds' => array(
66
-              'path' => '{datasetId}/allocateIds',
67
-              'httpMethod' => 'POST',
68
-              'parameters' => array(
69
-                'datasetId' => array(
70
-                  'location' => 'path',
71
-                  'type' => 'string',
72
-                  'required' => true,
73
-                ),
74
-              ),
75
-            ),'beginTransaction' => array(
76
-              'path' => '{datasetId}/beginTransaction',
77
-              'httpMethod' => 'POST',
78
-              'parameters' => array(
79
-                'datasetId' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),'commit' => array(
86
-              'path' => '{datasetId}/commit',
87
-              'httpMethod' => 'POST',
88
-              'parameters' => array(
89
-                'datasetId' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-              ),
95
-            ),'lookup' => array(
96
-              'path' => '{datasetId}/lookup',
97
-              'httpMethod' => 'POST',
98
-              'parameters' => array(
99
-                'datasetId' => array(
100
-                  'location' => 'path',
101
-                  'type' => 'string',
102
-                  'required' => true,
103
-                ),
104
-              ),
105
-            ),'rollback' => array(
106
-              'path' => '{datasetId}/rollback',
107
-              'httpMethod' => 'POST',
108
-              'parameters' => array(
109
-                'datasetId' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-              ),
115
-            ),'runQuery' => array(
116
-              'path' => '{datasetId}/runQuery',
117
-              'httpMethod' => 'POST',
118
-              'parameters' => array(
119
-                'datasetId' => array(
120
-                  'location' => 'path',
121
-                  'type' => 'string',
122
-                  'required' => true,
123
-                ),
124
-              ),
125
-            ),
126
-          )
127
-        )
128
-    );
53
+	parent::__construct($client);
54
+	$this->rootUrl = 'https://www.googleapis.com/';
55
+	$this->servicePath = 'datastore/v1beta2/datasets/';
56
+	$this->version = 'v1beta2';
57
+	$this->serviceName = 'datastore';
58
+
59
+	$this->datasets = new Google_Service_Datastore_Datasets_Resource(
60
+		$this,
61
+		$this->serviceName,
62
+		'datasets',
63
+		array(
64
+		  'methods' => array(
65
+			'allocateIds' => array(
66
+			  'path' => '{datasetId}/allocateIds',
67
+			  'httpMethod' => 'POST',
68
+			  'parameters' => array(
69
+				'datasetId' => array(
70
+				  'location' => 'path',
71
+				  'type' => 'string',
72
+				  'required' => true,
73
+				),
74
+			  ),
75
+			),'beginTransaction' => array(
76
+			  'path' => '{datasetId}/beginTransaction',
77
+			  'httpMethod' => 'POST',
78
+			  'parameters' => array(
79
+				'datasetId' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),'commit' => array(
86
+			  'path' => '{datasetId}/commit',
87
+			  'httpMethod' => 'POST',
88
+			  'parameters' => array(
89
+				'datasetId' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+			  ),
95
+			),'lookup' => array(
96
+			  'path' => '{datasetId}/lookup',
97
+			  'httpMethod' => 'POST',
98
+			  'parameters' => array(
99
+				'datasetId' => array(
100
+				  'location' => 'path',
101
+				  'type' => 'string',
102
+				  'required' => true,
103
+				),
104
+			  ),
105
+			),'rollback' => array(
106
+			  'path' => '{datasetId}/rollback',
107
+			  'httpMethod' => 'POST',
108
+			  'parameters' => array(
109
+				'datasetId' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+			  ),
115
+			),'runQuery' => array(
116
+			  'path' => '{datasetId}/runQuery',
117
+			  'httpMethod' => 'POST',
118
+			  'parameters' => array(
119
+				'datasetId' => array(
120
+				  'location' => 'path',
121
+				  'type' => 'string',
122
+				  'required' => true,
123
+				),
124
+			  ),
125
+			),
126
+		  )
127
+		)
128
+	);
129 129
   }
130 130
 }
131 131
 
@@ -152,9 +152,9 @@  discard block
 block discarded – undo
152 152
    */
153 153
   public function allocateIds($datasetId, Google_Service_Datastore_AllocateIdsRequest $postBody, $optParams = array())
154 154
   {
155
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
156
-    $params = array_merge($params, $optParams);
157
-    return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse");
155
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
156
+	$params = array_merge($params, $optParams);
157
+	return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse");
158 158
   }
159 159
 
160 160
   /**
@@ -167,9 +167,9 @@  discard block
 block discarded – undo
167 167
    */
168 168
   public function beginTransaction($datasetId, Google_Service_Datastore_BeginTransactionRequest $postBody, $optParams = array())
169 169
   {
170
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
171
-    $params = array_merge($params, $optParams);
172
-    return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse");
170
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
171
+	$params = array_merge($params, $optParams);
172
+	return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse");
173 173
   }
174 174
 
175 175
   /**
@@ -183,9 +183,9 @@  discard block
 block discarded – undo
183 183
    */
184 184
   public function commit($datasetId, Google_Service_Datastore_CommitRequest $postBody, $optParams = array())
185 185
   {
186
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
187
-    $params = array_merge($params, $optParams);
188
-    return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse");
186
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
187
+	$params = array_merge($params, $optParams);
188
+	return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse");
189 189
   }
190 190
 
191 191
   /**
@@ -198,9 +198,9 @@  discard block
 block discarded – undo
198 198
    */
199 199
   public function lookup($datasetId, Google_Service_Datastore_LookupRequest $postBody, $optParams = array())
200 200
   {
201
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
202
-    $params = array_merge($params, $optParams);
203
-    return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse");
201
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
202
+	$params = array_merge($params, $optParams);
203
+	return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse");
204 204
   }
205 205
 
206 206
   /**
@@ -213,9 +213,9 @@  discard block
 block discarded – undo
213 213
    */
214 214
   public function rollback($datasetId, Google_Service_Datastore_RollbackRequest $postBody, $optParams = array())
215 215
   {
216
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
217
-    $params = array_merge($params, $optParams);
218
-    return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse");
216
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
217
+	$params = array_merge($params, $optParams);
218
+	return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse");
219 219
   }
220 220
 
221 221
   /**
@@ -228,9 +228,9 @@  discard block
 block discarded – undo
228 228
    */
229 229
   public function runQuery($datasetId, Google_Service_Datastore_RunQueryRequest $postBody, $optParams = array())
230 230
   {
231
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
232
-    $params = array_merge($params, $optParams);
233
-    return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse");
231
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
232
+	$params = array_merge($params, $optParams);
233
+	return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse");
234 234
   }
235 235
 }
236 236
 
@@ -248,11 +248,11 @@  discard block
 block discarded – undo
248 248
 
249 249
   public function setKeys($keys)
250 250
   {
251
-    $this->keys = $keys;
251
+	$this->keys = $keys;
252 252
   }
253 253
   public function getKeys()
254 254
   {
255
-    return $this->keys;
255
+	return $this->keys;
256 256
   }
257 257
 }
258 258
 
@@ -269,19 +269,19 @@  discard block
 block discarded – undo
269 269
 
270 270
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
271 271
   {
272
-    $this->header = $header;
272
+	$this->header = $header;
273 273
   }
274 274
   public function getHeader()
275 275
   {
276
-    return $this->header;
276
+	return $this->header;
277 277
   }
278 278
   public function setKeys($keys)
279 279
   {
280
-    $this->keys = $keys;
280
+	$this->keys = $keys;
281 281
   }
282 282
   public function getKeys()
283 283
   {
284
-    return $this->keys;
284
+	return $this->keys;
285 285
   }
286 286
 }
287 287
 
@@ -294,11 +294,11 @@  discard block
 block discarded – undo
294 294
 
295 295
   public function setIsolationLevel($isolationLevel)
296 296
   {
297
-    $this->isolationLevel = $isolationLevel;
297
+	$this->isolationLevel = $isolationLevel;
298 298
   }
299 299
   public function getIsolationLevel()
300 300
   {
301
-    return $this->isolationLevel;
301
+	return $this->isolationLevel;
302 302
   }
303 303
 }
304 304
 
@@ -313,19 +313,19 @@  discard block
 block discarded – undo
313 313
 
314 314
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
315 315
   {
316
-    $this->header = $header;
316
+	$this->header = $header;
317 317
   }
318 318
   public function getHeader()
319 319
   {
320
-    return $this->header;
320
+	return $this->header;
321 321
   }
322 322
   public function setTransaction($transaction)
323 323
   {
324
-    $this->transaction = $transaction;
324
+	$this->transaction = $transaction;
325 325
   }
326 326
   public function getTransaction()
327 327
   {
328
-    return $this->transaction;
328
+	return $this->transaction;
329 329
   }
330 330
 }
331 331
 
@@ -342,35 +342,35 @@  discard block
 block discarded – undo
342 342
 
343 343
   public function setIgnoreReadOnly($ignoreReadOnly)
344 344
   {
345
-    $this->ignoreReadOnly = $ignoreReadOnly;
345
+	$this->ignoreReadOnly = $ignoreReadOnly;
346 346
   }
347 347
   public function getIgnoreReadOnly()
348 348
   {
349
-    return $this->ignoreReadOnly;
349
+	return $this->ignoreReadOnly;
350 350
   }
351 351
   public function setMode($mode)
352 352
   {
353
-    $this->mode = $mode;
353
+	$this->mode = $mode;
354 354
   }
355 355
   public function getMode()
356 356
   {
357
-    return $this->mode;
357
+	return $this->mode;
358 358
   }
359 359
   public function setMutation(Google_Service_Datastore_Mutation $mutation)
360 360
   {
361
-    $this->mutation = $mutation;
361
+	$this->mutation = $mutation;
362 362
   }
363 363
   public function getMutation()
364 364
   {
365
-    return $this->mutation;
365
+	return $this->mutation;
366 366
   }
367 367
   public function setTransaction($transaction)
368 368
   {
369
-    $this->transaction = $transaction;
369
+	$this->transaction = $transaction;
370 370
   }
371 371
   public function getTransaction()
372 372
   {
373
-    return $this->transaction;
373
+	return $this->transaction;
374 374
   }
375 375
 }
376 376
 
@@ -386,19 +386,19 @@  discard block
 block discarded – undo
386 386
 
387 387
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
388 388
   {
389
-    $this->header = $header;
389
+	$this->header = $header;
390 390
   }
391 391
   public function getHeader()
392 392
   {
393
-    return $this->header;
393
+	return $this->header;
394 394
   }
395 395
   public function setMutationResult(Google_Service_Datastore_MutationResult $mutationResult)
396 396
   {
397
-    $this->mutationResult = $mutationResult;
397
+	$this->mutationResult = $mutationResult;
398 398
   }
399 399
   public function getMutationResult()
400 400
   {
401
-    return $this->mutationResult;
401
+	return $this->mutationResult;
402 402
   }
403 403
 }
404 404
 
@@ -414,19 +414,19 @@  discard block
 block discarded – undo
414 414
 
415 415
   public function setFilters($filters)
416 416
   {
417
-    $this->filters = $filters;
417
+	$this->filters = $filters;
418 418
   }
419 419
   public function getFilters()
420 420
   {
421
-    return $this->filters;
421
+	return $this->filters;
422 422
   }
423 423
   public function setOperator($operator)
424 424
   {
425
-    $this->operator = $operator;
425
+	$this->operator = $operator;
426 426
   }
427 427
   public function getOperator()
428 428
   {
429
-    return $this->operator;
429
+	return $this->operator;
430 430
   }
431 431
 }
432 432
 
@@ -442,19 +442,19 @@  discard block
 block discarded – undo
442 442
 
443 443
   public function setKey(Google_Service_Datastore_Key $key)
444 444
   {
445
-    $this->key = $key;
445
+	$this->key = $key;
446 446
   }
447 447
   public function getKey()
448 448
   {
449
-    return $this->key;
449
+	return $this->key;
450 450
   }
451 451
   public function setProperties($properties)
452 452
   {
453
-    $this->properties = $properties;
453
+	$this->properties = $properties;
454 454
   }
455 455
   public function getProperties()
456 456
   {
457
-    return $this->properties;
457
+	return $this->properties;
458 458
   }
459 459
 }
460 460
 
@@ -472,11 +472,11 @@  discard block
 block discarded – undo
472 472
 
473 473
   public function setEntity(Google_Service_Datastore_Entity $entity)
474 474
   {
475
-    $this->entity = $entity;
475
+	$this->entity = $entity;
476 476
   }
477 477
   public function getEntity()
478 478
   {
479
-    return $this->entity;
479
+	return $this->entity;
480 480
   }
481 481
 }
482 482
 
@@ -492,19 +492,19 @@  discard block
 block discarded – undo
492 492
 
493 493
   public function setCompositeFilter(Google_Service_Datastore_CompositeFilter $compositeFilter)
494 494
   {
495
-    $this->compositeFilter = $compositeFilter;
495
+	$this->compositeFilter = $compositeFilter;
496 496
   }
497 497
   public function getCompositeFilter()
498 498
   {
499
-    return $this->compositeFilter;
499
+	return $this->compositeFilter;
500 500
   }
501 501
   public function setPropertyFilter(Google_Service_Datastore_PropertyFilter $propertyFilter)
502 502
   {
503
-    $this->propertyFilter = $propertyFilter;
503
+	$this->propertyFilter = $propertyFilter;
504 504
   }
505 505
   public function getPropertyFilter()
506 506
   {
507
-    return $this->propertyFilter;
507
+	return $this->propertyFilter;
508 508
   }
509 509
 }
510 510
 
@@ -523,35 +523,35 @@  discard block
 block discarded – undo
523 523
 
524 524
   public function setAllowLiteral($allowLiteral)
525 525
   {
526
-    $this->allowLiteral = $allowLiteral;
526
+	$this->allowLiteral = $allowLiteral;
527 527
   }
528 528
   public function getAllowLiteral()
529 529
   {
530
-    return $this->allowLiteral;
530
+	return $this->allowLiteral;
531 531
   }
532 532
   public function setNameArgs($nameArgs)
533 533
   {
534
-    $this->nameArgs = $nameArgs;
534
+	$this->nameArgs = $nameArgs;
535 535
   }
536 536
   public function getNameArgs()
537 537
   {
538
-    return $this->nameArgs;
538
+	return $this->nameArgs;
539 539
   }
540 540
   public function setNumberArgs($numberArgs)
541 541
   {
542
-    $this->numberArgs = $numberArgs;
542
+	$this->numberArgs = $numberArgs;
543 543
   }
544 544
   public function getNumberArgs()
545 545
   {
546
-    return $this->numberArgs;
546
+	return $this->numberArgs;
547 547
   }
548 548
   public function setQueryString($queryString)
549 549
   {
550
-    $this->queryString = $queryString;
550
+	$this->queryString = $queryString;
551 551
   }
552 552
   public function getQueryString()
553 553
   {
554
-    return $this->queryString;
554
+	return $this->queryString;
555 555
   }
556 556
 }
557 557
 
@@ -567,27 +567,27 @@  discard block
 block discarded – undo
567 567
 
568 568
   public function setCursor($cursor)
569 569
   {
570
-    $this->cursor = $cursor;
570
+	$this->cursor = $cursor;
571 571
   }
572 572
   public function getCursor()
573 573
   {
574
-    return $this->cursor;
574
+	return $this->cursor;
575 575
   }
576 576
   public function setName($name)
577 577
   {
578
-    $this->name = $name;
578
+	$this->name = $name;
579 579
   }
580 580
   public function getName()
581 581
   {
582
-    return $this->name;
582
+	return $this->name;
583 583
   }
584 584
   public function setValue(Google_Service_Datastore_Value $value)
585 585
   {
586
-    $this->value = $value;
586
+	$this->value = $value;
587 587
   }
588 588
   public function getValue()
589 589
   {
590
-    return $this->value;
590
+	return $this->value;
591 591
   }
592 592
 }
593 593
 
@@ -604,19 +604,19 @@  discard block
 block discarded – undo
604 604
 
605 605
   public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
606 606
   {
607
-    $this->partitionId = $partitionId;
607
+	$this->partitionId = $partitionId;
608 608
   }
609 609
   public function getPartitionId()
610 610
   {
611
-    return $this->partitionId;
611
+	return $this->partitionId;
612 612
   }
613 613
   public function setPath($path)
614 614
   {
615
-    $this->path = $path;
615
+	$this->path = $path;
616 616
   }
617 617
   public function getPath()
618 618
   {
619
-    return $this->path;
619
+	return $this->path;
620 620
   }
621 621
 }
622 622
 
@@ -631,27 +631,27 @@  discard block
 block discarded – undo
631 631
 
632 632
   public function setId($id)
633 633
   {
634
-    $this->id = $id;
634
+	$this->id = $id;
635 635
   }
636 636
   public function getId()
637 637
   {
638
-    return $this->id;
638
+	return $this->id;
639 639
   }
640 640
   public function setKind($kind)
641 641
   {
642
-    $this->kind = $kind;
642
+	$this->kind = $kind;
643 643
   }
644 644
   public function getKind()
645 645
   {
646
-    return $this->kind;
646
+	return $this->kind;
647 647
   }
648 648
   public function setName($name)
649 649
   {
650
-    $this->name = $name;
650
+	$this->name = $name;
651 651
   }
652 652
   public function getName()
653 653
   {
654
-    return $this->name;
654
+	return $this->name;
655 655
   }
656 656
 }
657 657
 
@@ -664,11 +664,11 @@  discard block
 block discarded – undo
664 664
 
665 665
   public function setName($name)
666 666
   {
667
-    $this->name = $name;
667
+	$this->name = $name;
668 668
   }
669 669
   public function getName()
670 670
   {
671
-    return $this->name;
671
+	return $this->name;
672 672
   }
673 673
 }
674 674
 
@@ -685,19 +685,19 @@  discard block
 block discarded – undo
685 685
 
686 686
   public function setKeys($keys)
687 687
   {
688
-    $this->keys = $keys;
688
+	$this->keys = $keys;
689 689
   }
690 690
   public function getKeys()
691 691
   {
692
-    return $this->keys;
692
+	return $this->keys;
693 693
   }
694 694
   public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
695 695
   {
696
-    $this->readOptions = $readOptions;
696
+	$this->readOptions = $readOptions;
697 697
   }
698 698
   public function getReadOptions()
699 699
   {
700
-    return $this->readOptions;
700
+	return $this->readOptions;
701 701
   }
702 702
 }
703 703
 
@@ -718,35 +718,35 @@  discard block
 block discarded – undo
718 718
 
719 719
   public function setDeferred($deferred)
720 720
   {
721
-    $this->deferred = $deferred;
721
+	$this->deferred = $deferred;
722 722
   }
723 723
   public function getDeferred()
724 724
   {
725
-    return $this->deferred;
725
+	return $this->deferred;
726 726
   }
727 727
   public function setFound($found)
728 728
   {
729
-    $this->found = $found;
729
+	$this->found = $found;
730 730
   }
731 731
   public function getFound()
732 732
   {
733
-    return $this->found;
733
+	return $this->found;
734 734
   }
735 735
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
736 736
   {
737
-    $this->header = $header;
737
+	$this->header = $header;
738 738
   }
739 739
   public function getHeader()
740 740
   {
741
-    return $this->header;
741
+	return $this->header;
742 742
   }
743 743
   public function setMissing($missing)
744 744
   {
745
-    $this->missing = $missing;
745
+	$this->missing = $missing;
746 746
   }
747 747
   public function getMissing()
748 748
   {
749
-    return $this->missing;
749
+	return $this->missing;
750 750
   }
751 751
 }
752 752
 
@@ -770,51 +770,51 @@  discard block
 block discarded – undo
770 770
 
771 771
   public function setDelete($delete)
772 772
   {
773
-    $this->delete = $delete;
773
+	$this->delete = $delete;
774 774
   }
775 775
   public function getDelete()
776 776
   {
777
-    return $this->delete;
777
+	return $this->delete;
778 778
   }
779 779
   public function setForce($force)
780 780
   {
781
-    $this->force = $force;
781
+	$this->force = $force;
782 782
   }
783 783
   public function getForce()
784 784
   {
785
-    return $this->force;
785
+	return $this->force;
786 786
   }
787 787
   public function setInsert($insert)
788 788
   {
789
-    $this->insert = $insert;
789
+	$this->insert = $insert;
790 790
   }
791 791
   public function getInsert()
792 792
   {
793
-    return $this->insert;
793
+	return $this->insert;
794 794
   }
795 795
   public function setInsertAutoId($insertAutoId)
796 796
   {
797
-    $this->insertAutoId = $insertAutoId;
797
+	$this->insertAutoId = $insertAutoId;
798 798
   }
799 799
   public function getInsertAutoId()
800 800
   {
801
-    return $this->insertAutoId;
801
+	return $this->insertAutoId;
802 802
   }
803 803
   public function setUpdate($update)
804 804
   {
805
-    $this->update = $update;
805
+	$this->update = $update;
806 806
   }
807 807
   public function getUpdate()
808 808
   {
809
-    return $this->update;
809
+	return $this->update;
810 810
   }
811 811
   public function setUpsert($upsert)
812 812
   {
813
-    $this->upsert = $upsert;
813
+	$this->upsert = $upsert;
814 814
   }
815 815
   public function getUpsert()
816 816
   {
817
-    return $this->upsert;
817
+	return $this->upsert;
818 818
   }
819 819
 }
820 820
 
@@ -830,19 +830,19 @@  discard block
 block discarded – undo
830 830
 
831 831
   public function setIndexUpdates($indexUpdates)
832 832
   {
833
-    $this->indexUpdates = $indexUpdates;
833
+	$this->indexUpdates = $indexUpdates;
834 834
   }
835 835
   public function getIndexUpdates()
836 836
   {
837
-    return $this->indexUpdates;
837
+	return $this->indexUpdates;
838 838
   }
839 839
   public function setInsertAutoIdKeys($insertAutoIdKeys)
840 840
   {
841
-    $this->insertAutoIdKeys = $insertAutoIdKeys;
841
+	$this->insertAutoIdKeys = $insertAutoIdKeys;
842 842
   }
843 843
   public function getInsertAutoIdKeys()
844 844
   {
845
-    return $this->insertAutoIdKeys;
845
+	return $this->insertAutoIdKeys;
846 846
   }
847 847
 }
848 848
 
@@ -856,19 +856,19 @@  discard block
 block discarded – undo
856 856
 
857 857
   public function setDatasetId($datasetId)
858 858
   {
859
-    $this->datasetId = $datasetId;
859
+	$this->datasetId = $datasetId;
860 860
   }
861 861
   public function getDatasetId()
862 862
   {
863
-    return $this->datasetId;
863
+	return $this->datasetId;
864 864
   }
865 865
   public function setNamespace($namespace)
866 866
   {
867
-    $this->namespace = $namespace;
867
+	$this->namespace = $namespace;
868 868
   }
869 869
   public function getNamespace()
870 870
   {
871
-    return $this->namespace;
871
+	return $this->namespace;
872 872
   }
873 873
 }
874 874
 
@@ -896,99 +896,99 @@  discard block
 block discarded – undo
896 896
 
897 897
   public function setBlobKeyValue($blobKeyValue)
898 898
   {
899
-    $this->blobKeyValue = $blobKeyValue;
899
+	$this->blobKeyValue = $blobKeyValue;
900 900
   }
901 901
   public function getBlobKeyValue()
902 902
   {
903
-    return $this->blobKeyValue;
903
+	return $this->blobKeyValue;
904 904
   }
905 905
   public function setBlobValue($blobValue)
906 906
   {
907
-    $this->blobValue = $blobValue;
907
+	$this->blobValue = $blobValue;
908 908
   }
909 909
   public function getBlobValue()
910 910
   {
911
-    return $this->blobValue;
911
+	return $this->blobValue;
912 912
   }
913 913
   public function setBooleanValue($booleanValue)
914 914
   {
915
-    $this->booleanValue = $booleanValue;
915
+	$this->booleanValue = $booleanValue;
916 916
   }
917 917
   public function getBooleanValue()
918 918
   {
919
-    return $this->booleanValue;
919
+	return $this->booleanValue;
920 920
   }
921 921
   public function setDateTimeValue($dateTimeValue)
922 922
   {
923
-    $this->dateTimeValue = $dateTimeValue;
923
+	$this->dateTimeValue = $dateTimeValue;
924 924
   }
925 925
   public function getDateTimeValue()
926 926
   {
927
-    return $this->dateTimeValue;
927
+	return $this->dateTimeValue;
928 928
   }
929 929
   public function setDoubleValue($doubleValue)
930 930
   {
931
-    $this->doubleValue = $doubleValue;
931
+	$this->doubleValue = $doubleValue;
932 932
   }
933 933
   public function getDoubleValue()
934 934
   {
935
-    return $this->doubleValue;
935
+	return $this->doubleValue;
936 936
   }
937 937
   public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
938 938
   {
939
-    $this->entityValue = $entityValue;
939
+	$this->entityValue = $entityValue;
940 940
   }
941 941
   public function getEntityValue()
942 942
   {
943
-    return $this->entityValue;
943
+	return $this->entityValue;
944 944
   }
945 945
   public function setIndexed($indexed)
946 946
   {
947
-    $this->indexed = $indexed;
947
+	$this->indexed = $indexed;
948 948
   }
949 949
   public function getIndexed()
950 950
   {
951
-    return $this->indexed;
951
+	return $this->indexed;
952 952
   }
953 953
   public function setIntegerValue($integerValue)
954 954
   {
955
-    $this->integerValue = $integerValue;
955
+	$this->integerValue = $integerValue;
956 956
   }
957 957
   public function getIntegerValue()
958 958
   {
959
-    return $this->integerValue;
959
+	return $this->integerValue;
960 960
   }
961 961
   public function setKeyValue(Google_Service_Datastore_Key $keyValue)
962 962
   {
963
-    $this->keyValue = $keyValue;
963
+	$this->keyValue = $keyValue;
964 964
   }
965 965
   public function getKeyValue()
966 966
   {
967
-    return $this->keyValue;
967
+	return $this->keyValue;
968 968
   }
969 969
   public function setListValue($listValue)
970 970
   {
971
-    $this->listValue = $listValue;
971
+	$this->listValue = $listValue;
972 972
   }
973 973
   public function getListValue()
974 974
   {
975
-    return $this->listValue;
975
+	return $this->listValue;
976 976
   }
977 977
   public function setMeaning($meaning)
978 978
   {
979
-    $this->meaning = $meaning;
979
+	$this->meaning = $meaning;
980 980
   }
981 981
   public function getMeaning()
982 982
   {
983
-    return $this->meaning;
983
+	return $this->meaning;
984 984
   }
985 985
   public function setStringValue($stringValue)
986 986
   {
987
-    $this->stringValue = $stringValue;
987
+	$this->stringValue = $stringValue;
988 988
   }
989 989
   public function getStringValue()
990 990
   {
991
-    return $this->stringValue;
991
+	return $this->stringValue;
992 992
   }
993 993
 }
994 994
 
@@ -1003,19 +1003,19 @@  discard block
 block discarded – undo
1003 1003
 
1004 1004
   public function setAggregationFunction($aggregationFunction)
1005 1005
   {
1006
-    $this->aggregationFunction = $aggregationFunction;
1006
+	$this->aggregationFunction = $aggregationFunction;
1007 1007
   }
1008 1008
   public function getAggregationFunction()
1009 1009
   {
1010
-    return $this->aggregationFunction;
1010
+	return $this->aggregationFunction;
1011 1011
   }
1012 1012
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1013 1013
   {
1014
-    $this->property = $property;
1014
+	$this->property = $property;
1015 1015
   }
1016 1016
   public function getProperty()
1017 1017
   {
1018
-    return $this->property;
1018
+	return $this->property;
1019 1019
   }
1020 1020
 }
1021 1021
 
@@ -1032,27 +1032,27 @@  discard block
 block discarded – undo
1032 1032
 
1033 1033
   public function setOperator($operator)
1034 1034
   {
1035
-    $this->operator = $operator;
1035
+	$this->operator = $operator;
1036 1036
   }
1037 1037
   public function getOperator()
1038 1038
   {
1039
-    return $this->operator;
1039
+	return $this->operator;
1040 1040
   }
1041 1041
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1042 1042
   {
1043
-    $this->property = $property;
1043
+	$this->property = $property;
1044 1044
   }
1045 1045
   public function getProperty()
1046 1046
   {
1047
-    return $this->property;
1047
+	return $this->property;
1048 1048
   }
1049 1049
   public function setValue(Google_Service_Datastore_Value $value)
1050 1050
   {
1051
-    $this->value = $value;
1051
+	$this->value = $value;
1052 1052
   }
1053 1053
   public function getValue()
1054 1054
   {
1055
-    return $this->value;
1055
+	return $this->value;
1056 1056
   }
1057 1057
 }
1058 1058
 
@@ -1067,19 +1067,19 @@  discard block
 block discarded – undo
1067 1067
 
1068 1068
   public function setDirection($direction)
1069 1069
   {
1070
-    $this->direction = $direction;
1070
+	$this->direction = $direction;
1071 1071
   }
1072 1072
   public function getDirection()
1073 1073
   {
1074
-    return $this->direction;
1074
+	return $this->direction;
1075 1075
   }
1076 1076
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1077 1077
   {
1078
-    $this->property = $property;
1078
+	$this->property = $property;
1079 1079
   }
1080 1080
   public function getProperty()
1081 1081
   {
1082
-    return $this->property;
1082
+	return $this->property;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1092,11 +1092,11 @@  discard block
 block discarded – undo
1092 1092
 
1093 1093
   public function setName($name)
1094 1094
   {
1095
-    $this->name = $name;
1095
+	$this->name = $name;
1096 1096
   }
1097 1097
   public function getName()
1098 1098
   {
1099
-    return $this->name;
1099
+	return $this->name;
1100 1100
   }
1101 1101
 }
1102 1102
 
@@ -1123,75 +1123,75 @@  discard block
 block discarded – undo
1123 1123
 
1124 1124
   public function setEndCursor($endCursor)
1125 1125
   {
1126
-    $this->endCursor = $endCursor;
1126
+	$this->endCursor = $endCursor;
1127 1127
   }
1128 1128
   public function getEndCursor()
1129 1129
   {
1130
-    return $this->endCursor;
1130
+	return $this->endCursor;
1131 1131
   }
1132 1132
   public function setFilter(Google_Service_Datastore_Filter $filter)
1133 1133
   {
1134
-    $this->filter = $filter;
1134
+	$this->filter = $filter;
1135 1135
   }
1136 1136
   public function getFilter()
1137 1137
   {
1138
-    return $this->filter;
1138
+	return $this->filter;
1139 1139
   }
1140 1140
   public function setGroupBy($groupBy)
1141 1141
   {
1142
-    $this->groupBy = $groupBy;
1142
+	$this->groupBy = $groupBy;
1143 1143
   }
1144 1144
   public function getGroupBy()
1145 1145
   {
1146
-    return $this->groupBy;
1146
+	return $this->groupBy;
1147 1147
   }
1148 1148
   public function setKinds($kinds)
1149 1149
   {
1150
-    $this->kinds = $kinds;
1150
+	$this->kinds = $kinds;
1151 1151
   }
1152 1152
   public function getKinds()
1153 1153
   {
1154
-    return $this->kinds;
1154
+	return $this->kinds;
1155 1155
   }
1156 1156
   public function setLimit($limit)
1157 1157
   {
1158
-    $this->limit = $limit;
1158
+	$this->limit = $limit;
1159 1159
   }
1160 1160
   public function getLimit()
1161 1161
   {
1162
-    return $this->limit;
1162
+	return $this->limit;
1163 1163
   }
1164 1164
   public function setOffset($offset)
1165 1165
   {
1166
-    $this->offset = $offset;
1166
+	$this->offset = $offset;
1167 1167
   }
1168 1168
   public function getOffset()
1169 1169
   {
1170
-    return $this->offset;
1170
+	return $this->offset;
1171 1171
   }
1172 1172
   public function setOrder($order)
1173 1173
   {
1174
-    $this->order = $order;
1174
+	$this->order = $order;
1175 1175
   }
1176 1176
   public function getOrder()
1177 1177
   {
1178
-    return $this->order;
1178
+	return $this->order;
1179 1179
   }
1180 1180
   public function setProjection($projection)
1181 1181
   {
1182
-    $this->projection = $projection;
1182
+	$this->projection = $projection;
1183 1183
   }
1184 1184
   public function getProjection()
1185 1185
   {
1186
-    return $this->projection;
1186
+	return $this->projection;
1187 1187
   }
1188 1188
   public function setStartCursor($startCursor)
1189 1189
   {
1190
-    $this->startCursor = $startCursor;
1190
+	$this->startCursor = $startCursor;
1191 1191
   }
1192 1192
   public function getStartCursor()
1193 1193
   {
1194
-    return $this->startCursor;
1194
+	return $this->startCursor;
1195 1195
   }
1196 1196
 }
1197 1197
 
@@ -1210,43 +1210,43 @@  discard block
 block discarded – undo
1210 1210
 
1211 1211
   public function setEndCursor($endCursor)
1212 1212
   {
1213
-    $this->endCursor = $endCursor;
1213
+	$this->endCursor = $endCursor;
1214 1214
   }
1215 1215
   public function getEndCursor()
1216 1216
   {
1217
-    return $this->endCursor;
1217
+	return $this->endCursor;
1218 1218
   }
1219 1219
   public function setEntityResultType($entityResultType)
1220 1220
   {
1221
-    $this->entityResultType = $entityResultType;
1221
+	$this->entityResultType = $entityResultType;
1222 1222
   }
1223 1223
   public function getEntityResultType()
1224 1224
   {
1225
-    return $this->entityResultType;
1225
+	return $this->entityResultType;
1226 1226
   }
1227 1227
   public function setEntityResults($entityResults)
1228 1228
   {
1229
-    $this->entityResults = $entityResults;
1229
+	$this->entityResults = $entityResults;
1230 1230
   }
1231 1231
   public function getEntityResults()
1232 1232
   {
1233
-    return $this->entityResults;
1233
+	return $this->entityResults;
1234 1234
   }
1235 1235
   public function setMoreResults($moreResults)
1236 1236
   {
1237
-    $this->moreResults = $moreResults;
1237
+	$this->moreResults = $moreResults;
1238 1238
   }
1239 1239
   public function getMoreResults()
1240 1240
   {
1241
-    return $this->moreResults;
1241
+	return $this->moreResults;
1242 1242
   }
1243 1243
   public function setSkippedResults($skippedResults)
1244 1244
   {
1245
-    $this->skippedResults = $skippedResults;
1245
+	$this->skippedResults = $skippedResults;
1246 1246
   }
1247 1247
   public function getSkippedResults()
1248 1248
   {
1249
-    return $this->skippedResults;
1249
+	return $this->skippedResults;
1250 1250
   }
1251 1251
 }
1252 1252
 
@@ -1260,19 +1260,19 @@  discard block
 block discarded – undo
1260 1260
 
1261 1261
   public function setReadConsistency($readConsistency)
1262 1262
   {
1263
-    $this->readConsistency = $readConsistency;
1263
+	$this->readConsistency = $readConsistency;
1264 1264
   }
1265 1265
   public function getReadConsistency()
1266 1266
   {
1267
-    return $this->readConsistency;
1267
+	return $this->readConsistency;
1268 1268
   }
1269 1269
   public function setTransaction($transaction)
1270 1270
   {
1271
-    $this->transaction = $transaction;
1271
+	$this->transaction = $transaction;
1272 1272
   }
1273 1273
   public function getTransaction()
1274 1274
   {
1275
-    return $this->transaction;
1275
+	return $this->transaction;
1276 1276
   }
1277 1277
 }
1278 1278
 
@@ -1285,11 +1285,11 @@  discard block
 block discarded – undo
1285 1285
 
1286 1286
   public function setKind($kind)
1287 1287
   {
1288
-    $this->kind = $kind;
1288
+	$this->kind = $kind;
1289 1289
   }
1290 1290
   public function getKind()
1291 1291
   {
1292
-    return $this->kind;
1292
+	return $this->kind;
1293 1293
   }
1294 1294
 }
1295 1295
 
@@ -1302,11 +1302,11 @@  discard block
 block discarded – undo
1302 1302
 
1303 1303
   public function setTransaction($transaction)
1304 1304
   {
1305
-    $this->transaction = $transaction;
1305
+	$this->transaction = $transaction;
1306 1306
   }
1307 1307
   public function getTransaction()
1308 1308
   {
1309
-    return $this->transaction;
1309
+	return $this->transaction;
1310 1310
   }
1311 1311
 }
1312 1312
 
@@ -1320,11 +1320,11 @@  discard block
 block discarded – undo
1320 1320
 
1321 1321
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
1322 1322
   {
1323
-    $this->header = $header;
1323
+	$this->header = $header;
1324 1324
   }
1325 1325
   public function getHeader()
1326 1326
   {
1327
-    return $this->header;
1327
+	return $this->header;
1328 1328
   }
1329 1329
 }
1330 1330
 
@@ -1344,35 +1344,35 @@  discard block
 block discarded – undo
1344 1344
 
1345 1345
   public function setGqlQuery(Google_Service_Datastore_GqlQuery $gqlQuery)
1346 1346
   {
1347
-    $this->gqlQuery = $gqlQuery;
1347
+	$this->gqlQuery = $gqlQuery;
1348 1348
   }
1349 1349
   public function getGqlQuery()
1350 1350
   {
1351
-    return $this->gqlQuery;
1351
+	return $this->gqlQuery;
1352 1352
   }
1353 1353
   public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
1354 1354
   {
1355
-    $this->partitionId = $partitionId;
1355
+	$this->partitionId = $partitionId;
1356 1356
   }
1357 1357
   public function getPartitionId()
1358 1358
   {
1359
-    return $this->partitionId;
1359
+	return $this->partitionId;
1360 1360
   }
1361 1361
   public function setQuery(Google_Service_Datastore_Query $query)
1362 1362
   {
1363
-    $this->query = $query;
1363
+	$this->query = $query;
1364 1364
   }
1365 1365
   public function getQuery()
1366 1366
   {
1367
-    return $this->query;
1367
+	return $this->query;
1368 1368
   }
1369 1369
   public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
1370 1370
   {
1371
-    $this->readOptions = $readOptions;
1371
+	$this->readOptions = $readOptions;
1372 1372
   }
1373 1373
   public function getReadOptions()
1374 1374
   {
1375
-    return $this->readOptions;
1375
+	return $this->readOptions;
1376 1376
   }
1377 1377
 }
1378 1378
 
@@ -1388,19 +1388,19 @@  discard block
 block discarded – undo
1388 1388
 
1389 1389
   public function setBatch(Google_Service_Datastore_QueryResultBatch $batch)
1390 1390
   {
1391
-    $this->batch = $batch;
1391
+	$this->batch = $batch;
1392 1392
   }
1393 1393
   public function getBatch()
1394 1394
   {
1395
-    return $this->batch;
1395
+	return $this->batch;
1396 1396
   }
1397 1397
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
1398 1398
   {
1399
-    $this->header = $header;
1399
+	$this->header = $header;
1400 1400
   }
1401 1401
   public function getHeader()
1402 1402
   {
1403
-    return $this->header;
1403
+	return $this->header;
1404 1404
   }
1405 1405
 }
1406 1406
 
@@ -1428,98 +1428,98 @@  discard block
 block discarded – undo
1428 1428
 
1429 1429
   public function setBlobKeyValue($blobKeyValue)
1430 1430
   {
1431
-    $this->blobKeyValue = $blobKeyValue;
1431
+	$this->blobKeyValue = $blobKeyValue;
1432 1432
   }
1433 1433
   public function getBlobKeyValue()
1434 1434
   {
1435
-    return $this->blobKeyValue;
1435
+	return $this->blobKeyValue;
1436 1436
   }
1437 1437
   public function setBlobValue($blobValue)
1438 1438
   {
1439
-    $this->blobValue = $blobValue;
1439
+	$this->blobValue = $blobValue;
1440 1440
   }
1441 1441
   public function getBlobValue()
1442 1442
   {
1443
-    return $this->blobValue;
1443
+	return $this->blobValue;
1444 1444
   }
1445 1445
   public function setBooleanValue($booleanValue)
1446 1446
   {
1447
-    $this->booleanValue = $booleanValue;
1447
+	$this->booleanValue = $booleanValue;
1448 1448
   }
1449 1449
   public function getBooleanValue()
1450 1450
   {
1451
-    return $this->booleanValue;
1451
+	return $this->booleanValue;
1452 1452
   }
1453 1453
   public function setDateTimeValue($dateTimeValue)
1454 1454
   {
1455
-    $this->dateTimeValue = $dateTimeValue;
1455
+	$this->dateTimeValue = $dateTimeValue;
1456 1456
   }
1457 1457
   public function getDateTimeValue()
1458 1458
   {
1459
-    return $this->dateTimeValue;
1459
+	return $this->dateTimeValue;
1460 1460
   }
1461 1461
   public function setDoubleValue($doubleValue)
1462 1462
   {
1463
-    $this->doubleValue = $doubleValue;
1463
+	$this->doubleValue = $doubleValue;
1464 1464
   }
1465 1465
   public function getDoubleValue()
1466 1466
   {
1467
-    return $this->doubleValue;
1467
+	return $this->doubleValue;
1468 1468
   }
1469 1469
   public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
1470 1470
   {
1471
-    $this->entityValue = $entityValue;
1471
+	$this->entityValue = $entityValue;
1472 1472
   }
1473 1473
   public function getEntityValue()
1474 1474
   {
1475
-    return $this->entityValue;
1475
+	return $this->entityValue;
1476 1476
   }
1477 1477
   public function setIndexed($indexed)
1478 1478
   {
1479
-    $this->indexed = $indexed;
1479
+	$this->indexed = $indexed;
1480 1480
   }
1481 1481
   public function getIndexed()
1482 1482
   {
1483
-    return $this->indexed;
1483
+	return $this->indexed;
1484 1484
   }
1485 1485
   public function setIntegerValue($integerValue)
1486 1486
   {
1487
-    $this->integerValue = $integerValue;
1487
+	$this->integerValue = $integerValue;
1488 1488
   }
1489 1489
   public function getIntegerValue()
1490 1490
   {
1491
-    return $this->integerValue;
1491
+	return $this->integerValue;
1492 1492
   }
1493 1493
   public function setKeyValue(Google_Service_Datastore_Key $keyValue)
1494 1494
   {
1495
-    $this->keyValue = $keyValue;
1495
+	$this->keyValue = $keyValue;
1496 1496
   }
1497 1497
   public function getKeyValue()
1498 1498
   {
1499
-    return $this->keyValue;
1499
+	return $this->keyValue;
1500 1500
   }
1501 1501
   public function setListValue($listValue)
1502 1502
   {
1503
-    $this->listValue = $listValue;
1503
+	$this->listValue = $listValue;
1504 1504
   }
1505 1505
   public function getListValue()
1506 1506
   {
1507
-    return $this->listValue;
1507
+	return $this->listValue;
1508 1508
   }
1509 1509
   public function setMeaning($meaning)
1510 1510
   {
1511
-    $this->meaning = $meaning;
1511
+	$this->meaning = $meaning;
1512 1512
   }
1513 1513
   public function getMeaning()
1514 1514
   {
1515
-    return $this->meaning;
1515
+	return $this->meaning;
1516 1516
   }
1517 1517
   public function setStringValue($stringValue)
1518 1518
   {
1519
-    $this->stringValue = $stringValue;
1519
+	$this->stringValue = $stringValue;
1520 1520
   }
1521 1521
   public function getStringValue()
1522 1522
   {
1523
-    return $this->stringValue;
1523
+	return $this->stringValue;
1524 1524
   }
1525 1525
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
                   'required' => true,
73 73
                 ),
74 74
               ),
75
-            ),'beginTransaction' => array(
75
+            ), 'beginTransaction' => array(
76 76
               'path' => '{datasetId}/beginTransaction',
77 77
               'httpMethod' => 'POST',
78 78
               'parameters' => array(
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                   'required' => true,
83 83
                 ),
84 84
               ),
85
-            ),'commit' => array(
85
+            ), 'commit' => array(
86 86
               'path' => '{datasetId}/commit',
87 87
               'httpMethod' => 'POST',
88 88
               'parameters' => array(
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
                   'required' => true,
93 93
                 ),
94 94
               ),
95
-            ),'lookup' => array(
95
+            ), 'lookup' => array(
96 96
               'path' => '{datasetId}/lookup',
97 97
               'httpMethod' => 'POST',
98 98
               'parameters' => array(
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
                   'required' => true,
103 103
                 ),
104 104
               ),
105
-            ),'rollback' => array(
105
+            ), 'rollback' => array(
106 106
               'path' => '{datasetId}/rollback',
107 107
               'httpMethod' => 'POST',
108 108
               'parameters' => array(
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
                   'required' => true,
113 113
                 ),
114 114
               ),
115
-            ),'runQuery' => array(
115
+            ), 'runQuery' => array(
116 116
               'path' => '{datasetId}/runQuery',
117 117
               'httpMethod' => 'POST',
118 118
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/GroupsMigration.php 1 patch
Indentation   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage messages in groups on your domain. */
34 34
   const APPS_GROUPS_MIGRATION =
35
-      "https://www.googleapis.com/auth/apps.groups.migration";
35
+	  "https://www.googleapis.com/auth/apps.groups.migration";
36 36
 
37 37
   public $archive;
38 38
   
@@ -44,32 +44,32 @@  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 = 'groups/v1/groups/';
50
-    $this->version = 'v1';
51
-    $this->serviceName = 'groupsmigration';
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'groups/v1/groups/';
50
+	$this->version = 'v1';
51
+	$this->serviceName = 'groupsmigration';
52 52
 
53
-    $this->archive = new Google_Service_GroupsMigration_Archive_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'archive',
57
-        array(
58
-          'methods' => array(
59
-            'insert' => array(
60
-              'path' => '{groupId}/archive',
61
-              'httpMethod' => 'POST',
62
-              'parameters' => array(
63
-                'groupId' => array(
64
-                  'location' => 'path',
65
-                  'type' => 'string',
66
-                  'required' => true,
67
-                ),
68
-              ),
69
-            ),
70
-          )
71
-        )
72
-    );
53
+	$this->archive = new Google_Service_GroupsMigration_Archive_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'archive',
57
+		array(
58
+		  'methods' => array(
59
+			'insert' => array(
60
+			  'path' => '{groupId}/archive',
61
+			  'httpMethod' => 'POST',
62
+			  'parameters' => array(
63
+				'groupId' => array(
64
+				  'location' => 'path',
65
+				  'type' => 'string',
66
+				  'required' => true,
67
+				),
68
+			  ),
69
+			),
70
+		  )
71
+		)
72
+	);
73 73
   }
74 74
 }
75 75
 
@@ -94,9 +94,9 @@  discard block
 block discarded – undo
94 94
    */
95 95
   public function insert($groupId, $optParams = array())
96 96
   {
97
-    $params = array('groupId' => $groupId);
98
-    $params = array_merge($params, $optParams);
99
-    return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups");
97
+	$params = array('groupId' => $groupId);
98
+	$params = array_merge($params, $optParams);
99
+	return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups");
100 100
   }
101 101
 }
102 102
 
@@ -113,18 +113,18 @@  discard block
 block discarded – undo
113 113
 
114 114
   public function setKind($kind)
115 115
   {
116
-    $this->kind = $kind;
116
+	$this->kind = $kind;
117 117
   }
118 118
   public function getKind()
119 119
   {
120
-    return $this->kind;
120
+	return $this->kind;
121 121
   }
122 122
   public function setResponseCode($responseCode)
123 123
   {
124
-    $this->responseCode = $responseCode;
124
+	$this->responseCode = $responseCode;
125 125
   }
126 126
   public function getResponseCode()
127 127
   {
128
-    return $this->responseCode;
128
+	return $this->responseCode;
129 129
   }
130 130
 }
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Admin.php 1 patch
Indentation   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage email messages of users on your domain. */
34 34
   const EMAIL_MIGRATION =
35
-      "https://www.googleapis.com/auth/email.migration";
35
+	  "https://www.googleapis.com/auth/email.migration";
36 36
 
37 37
   public $mail;
38 38
   
@@ -44,32 +44,32 @@  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 = 'email/v2/users/';
50
-    $this->version = 'email_migration_v2';
51
-    $this->serviceName = 'admin';
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'email/v2/users/';
50
+	$this->version = 'email_migration_v2';
51
+	$this->serviceName = 'admin';
52 52
 
53
-    $this->mail = new Google_Service_Admin_Mail_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'mail',
57
-        array(
58
-          'methods' => array(
59
-            'insert' => array(
60
-              'path' => '{userKey}/mail',
61
-              'httpMethod' => 'POST',
62
-              'parameters' => array(
63
-                'userKey' => array(
64
-                  'location' => 'path',
65
-                  'type' => 'string',
66
-                  'required' => true,
67
-                ),
68
-              ),
69
-            ),
70
-          )
71
-        )
72
-    );
53
+	$this->mail = new Google_Service_Admin_Mail_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'mail',
57
+		array(
58
+		  'methods' => array(
59
+			'insert' => array(
60
+			  'path' => '{userKey}/mail',
61
+			  'httpMethod' => 'POST',
62
+			  'parameters' => array(
63
+				'userKey' => array(
64
+				  'location' => 'path',
65
+				  'type' => 'string',
66
+				  'required' => true,
67
+				),
68
+			  ),
69
+			),
70
+		  )
71
+		)
72
+	);
73 73
   }
74 74
 }
75 75
 
@@ -94,9 +94,9 @@  discard block
 block discarded – undo
94 94
    */
95 95
   public function insert($userKey, Google_Service_Admin_MailItem $postBody, $optParams = array())
96 96
   {
97
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
98
-    $params = array_merge($params, $optParams);
99
-    return $this->call('insert', array($params));
97
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
98
+	$params = array_merge($params, $optParams);
99
+	return $this->call('insert', array($params));
100 100
   }
101 101
 }
102 102
 
@@ -121,74 +121,74 @@  discard block
 block discarded – undo
121 121
 
122 122
   public function setIsDeleted($isDeleted)
123 123
   {
124
-    $this->isDeleted = $isDeleted;
124
+	$this->isDeleted = $isDeleted;
125 125
   }
126 126
   public function getIsDeleted()
127 127
   {
128
-    return $this->isDeleted;
128
+	return $this->isDeleted;
129 129
   }
130 130
   public function setIsDraft($isDraft)
131 131
   {
132
-    $this->isDraft = $isDraft;
132
+	$this->isDraft = $isDraft;
133 133
   }
134 134
   public function getIsDraft()
135 135
   {
136
-    return $this->isDraft;
136
+	return $this->isDraft;
137 137
   }
138 138
   public function setIsInbox($isInbox)
139 139
   {
140
-    $this->isInbox = $isInbox;
140
+	$this->isInbox = $isInbox;
141 141
   }
142 142
   public function getIsInbox()
143 143
   {
144
-    return $this->isInbox;
144
+	return $this->isInbox;
145 145
   }
146 146
   public function setIsSent($isSent)
147 147
   {
148
-    $this->isSent = $isSent;
148
+	$this->isSent = $isSent;
149 149
   }
150 150
   public function getIsSent()
151 151
   {
152
-    return $this->isSent;
152
+	return $this->isSent;
153 153
   }
154 154
   public function setIsStarred($isStarred)
155 155
   {
156
-    $this->isStarred = $isStarred;
156
+	$this->isStarred = $isStarred;
157 157
   }
158 158
   public function getIsStarred()
159 159
   {
160
-    return $this->isStarred;
160
+	return $this->isStarred;
161 161
   }
162 162
   public function setIsTrash($isTrash)
163 163
   {
164
-    $this->isTrash = $isTrash;
164
+	$this->isTrash = $isTrash;
165 165
   }
166 166
   public function getIsTrash()
167 167
   {
168
-    return $this->isTrash;
168
+	return $this->isTrash;
169 169
   }
170 170
   public function setIsUnread($isUnread)
171 171
   {
172
-    $this->isUnread = $isUnread;
172
+	$this->isUnread = $isUnread;
173 173
   }
174 174
   public function getIsUnread()
175 175
   {
176
-    return $this->isUnread;
176
+	return $this->isUnread;
177 177
   }
178 178
   public function setKind($kind)
179 179
   {
180
-    $this->kind = $kind;
180
+	$this->kind = $kind;
181 181
   }
182 182
   public function getKind()
183 183
   {
184
-    return $this->kind;
184
+	return $this->kind;
185 185
   }
186 186
   public function setLabels($labels)
187 187
   {
188
-    $this->labels = $labels;
188
+	$this->labels = $labels;
189 189
   }
190 190
   public function getLabels()
191 191
   {
192
-    return $this->labels;
192
+	return $this->labels;
193 193
   }
194 194
 }
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/DeploymentManager.php 2 patches
Indentation   +533 added lines, -533 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
   /** View and manage your Google Cloud Platform management resources and deployment status information. */
38 38
   const NDEV_CLOUDMAN =
39
-      "https://www.googleapis.com/auth/ndev.cloudman";
39
+	  "https://www.googleapis.com/auth/ndev.cloudman";
40 40
   /** View your Google Cloud Platform management resources and deployment status information. */
41 41
   const NDEV_CLOUDMAN_READONLY =
42
-      "https://www.googleapis.com/auth/ndev.cloudman.readonly";
42
+	  "https://www.googleapis.com/auth/ndev.cloudman.readonly";
43 43
 
44 44
   public $deployments;
45 45
   public $manifests;
@@ -55,331 +55,331 @@  discard block
 block discarded – undo
55 55
    */
56 56
   public function __construct(Google_Client $client)
57 57
   {
58
-    parent::__construct($client);
59
-    $this->rootUrl = 'https://www.googleapis.com/';
60
-    $this->servicePath = 'deploymentmanager/v2beta2/projects/';
61
-    $this->version = 'v2beta2';
62
-    $this->serviceName = 'deploymentmanager';
63
-
64
-    $this->deployments = new Google_Service_DeploymentManager_Deployments_Resource(
65
-        $this,
66
-        $this->serviceName,
67
-        'deployments',
68
-        array(
69
-          'methods' => array(
70
-            'delete' => array(
71
-              'path' => '{project}/global/deployments/{deployment}',
72
-              'httpMethod' => 'DELETE',
73
-              'parameters' => array(
74
-                'project' => array(
75
-                  'location' => 'path',
76
-                  'type' => 'string',
77
-                  'required' => true,
78
-                ),
79
-                'deployment' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),'get' => array(
86
-              'path' => '{project}/global/deployments/{deployment}',
87
-              'httpMethod' => 'GET',
88
-              'parameters' => array(
89
-                'project' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-                'deployment' => array(
95
-                  'location' => 'path',
96
-                  'type' => 'string',
97
-                  'required' => true,
98
-                ),
99
-              ),
100
-            ),'insert' => array(
101
-              'path' => '{project}/global/deployments',
102
-              'httpMethod' => 'POST',
103
-              'parameters' => array(
104
-                'project' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'list' => array(
111
-              'path' => '{project}/global/deployments',
112
-              'httpMethod' => 'GET',
113
-              'parameters' => array(
114
-                'project' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-                'filter' => array(
120
-                  'location' => 'query',
121
-                  'type' => 'string',
122
-                ),
123
-                'pageToken' => array(
124
-                  'location' => 'query',
125
-                  'type' => 'string',
126
-                ),
127
-                'maxResults' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'integer',
130
-                ),
131
-              ),
132
-            ),'patch' => array(
133
-              'path' => '{project}/global/deployments/{deployment}',
134
-              'httpMethod' => 'PATCH',
135
-              'parameters' => array(
136
-                'project' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-                'deployment' => array(
142
-                  'location' => 'path',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-                'deletePolicy' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'string',
149
-                ),
150
-                'updatePolicy' => array(
151
-                  'location' => 'query',
152
-                  'type' => 'string',
153
-                ),
154
-                'createPolicy' => array(
155
-                  'location' => 'query',
156
-                  'type' => 'string',
157
-                ),
158
-              ),
159
-            ),'update' => array(
160
-              'path' => '{project}/global/deployments/{deployment}',
161
-              'httpMethod' => 'PUT',
162
-              'parameters' => array(
163
-                'project' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-                'deployment' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-                'deletePolicy' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'string',
176
-                ),
177
-                'updatePolicy' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'string',
180
-                ),
181
-                'createPolicy' => array(
182
-                  'location' => 'query',
183
-                  'type' => 'string',
184
-                ),
185
-              ),
186
-            ),
187
-          )
188
-        )
189
-    );
190
-    $this->manifests = new Google_Service_DeploymentManager_Manifests_Resource(
191
-        $this,
192
-        $this->serviceName,
193
-        'manifests',
194
-        array(
195
-          'methods' => array(
196
-            'get' => array(
197
-              'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}',
198
-              'httpMethod' => 'GET',
199
-              'parameters' => array(
200
-                'project' => array(
201
-                  'location' => 'path',
202
-                  'type' => 'string',
203
-                  'required' => true,
204
-                ),
205
-                'deployment' => array(
206
-                  'location' => 'path',
207
-                  'type' => 'string',
208
-                  'required' => true,
209
-                ),
210
-                'manifest' => array(
211
-                  'location' => 'path',
212
-                  'type' => 'string',
213
-                  'required' => true,
214
-                ),
215
-              ),
216
-            ),'list' => array(
217
-              'path' => '{project}/global/deployments/{deployment}/manifests',
218
-              'httpMethod' => 'GET',
219
-              'parameters' => array(
220
-                'project' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'string',
223
-                  'required' => true,
224
-                ),
225
-                'deployment' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-                'filter' => array(
231
-                  'location' => 'query',
232
-                  'type' => 'string',
233
-                ),
234
-                'pageToken' => array(
235
-                  'location' => 'query',
236
-                  'type' => 'string',
237
-                ),
238
-                'maxResults' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'integer',
241
-                ),
242
-              ),
243
-            ),
244
-          )
245
-        )
246
-    );
247
-    $this->operations = new Google_Service_DeploymentManager_Operations_Resource(
248
-        $this,
249
-        $this->serviceName,
250
-        'operations',
251
-        array(
252
-          'methods' => array(
253
-            'get' => array(
254
-              'path' => '{project}/global/operations/{operation}',
255
-              'httpMethod' => 'GET',
256
-              'parameters' => array(
257
-                'project' => array(
258
-                  'location' => 'path',
259
-                  'type' => 'string',
260
-                  'required' => true,
261
-                ),
262
-                'operation' => array(
263
-                  'location' => 'path',
264
-                  'type' => 'string',
265
-                  'required' => true,
266
-                ),
267
-              ),
268
-            ),'list' => array(
269
-              'path' => '{project}/global/operations',
270
-              'httpMethod' => 'GET',
271
-              'parameters' => array(
272
-                'project' => array(
273
-                  'location' => 'path',
274
-                  'type' => 'string',
275
-                  'required' => true,
276
-                ),
277
-                'filter' => array(
278
-                  'location' => 'query',
279
-                  'type' => 'string',
280
-                ),
281
-                'pageToken' => array(
282
-                  'location' => 'query',
283
-                  'type' => 'string',
284
-                ),
285
-                'maxResults' => array(
286
-                  'location' => 'query',
287
-                  'type' => 'integer',
288
-                ),
289
-              ),
290
-            ),
291
-          )
292
-        )
293
-    );
294
-    $this->resources = new Google_Service_DeploymentManager_Resources_Resource(
295
-        $this,
296
-        $this->serviceName,
297
-        'resources',
298
-        array(
299
-          'methods' => array(
300
-            'get' => array(
301
-              'path' => '{project}/global/deployments/{deployment}/resources/{resource}',
302
-              'httpMethod' => 'GET',
303
-              'parameters' => array(
304
-                'project' => array(
305
-                  'location' => 'path',
306
-                  'type' => 'string',
307
-                  'required' => true,
308
-                ),
309
-                'deployment' => array(
310
-                  'location' => 'path',
311
-                  'type' => 'string',
312
-                  'required' => true,
313
-                ),
314
-                'resource' => array(
315
-                  'location' => 'path',
316
-                  'type' => 'string',
317
-                  'required' => true,
318
-                ),
319
-              ),
320
-            ),'list' => array(
321
-              'path' => '{project}/global/deployments/{deployment}/resources',
322
-              'httpMethod' => 'GET',
323
-              'parameters' => array(
324
-                'project' => array(
325
-                  'location' => 'path',
326
-                  'type' => 'string',
327
-                  'required' => true,
328
-                ),
329
-                'deployment' => array(
330
-                  'location' => 'path',
331
-                  'type' => 'string',
332
-                  'required' => true,
333
-                ),
334
-                'filter' => array(
335
-                  'location' => 'query',
336
-                  'type' => 'string',
337
-                ),
338
-                'pageToken' => array(
339
-                  'location' => 'query',
340
-                  'type' => 'string',
341
-                ),
342
-                'maxResults' => array(
343
-                  'location' => 'query',
344
-                  'type' => 'integer',
345
-                ),
346
-              ),
347
-            ),
348
-          )
349
-        )
350
-    );
351
-    $this->types = new Google_Service_DeploymentManager_Types_Resource(
352
-        $this,
353
-        $this->serviceName,
354
-        'types',
355
-        array(
356
-          'methods' => array(
357
-            'list' => array(
358
-              'path' => '{project}/global/types',
359
-              'httpMethod' => 'GET',
360
-              'parameters' => array(
361
-                'project' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'filter' => array(
367
-                  'location' => 'query',
368
-                  'type' => 'string',
369
-                ),
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
-    );
58
+	parent::__construct($client);
59
+	$this->rootUrl = 'https://www.googleapis.com/';
60
+	$this->servicePath = 'deploymentmanager/v2beta2/projects/';
61
+	$this->version = 'v2beta2';
62
+	$this->serviceName = 'deploymentmanager';
63
+
64
+	$this->deployments = new Google_Service_DeploymentManager_Deployments_Resource(
65
+		$this,
66
+		$this->serviceName,
67
+		'deployments',
68
+		array(
69
+		  'methods' => array(
70
+			'delete' => array(
71
+			  'path' => '{project}/global/deployments/{deployment}',
72
+			  'httpMethod' => 'DELETE',
73
+			  'parameters' => array(
74
+				'project' => array(
75
+				  'location' => 'path',
76
+				  'type' => 'string',
77
+				  'required' => true,
78
+				),
79
+				'deployment' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),'get' => array(
86
+			  'path' => '{project}/global/deployments/{deployment}',
87
+			  'httpMethod' => 'GET',
88
+			  'parameters' => array(
89
+				'project' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+				'deployment' => array(
95
+				  'location' => 'path',
96
+				  'type' => 'string',
97
+				  'required' => true,
98
+				),
99
+			  ),
100
+			),'insert' => array(
101
+			  'path' => '{project}/global/deployments',
102
+			  'httpMethod' => 'POST',
103
+			  'parameters' => array(
104
+				'project' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'list' => array(
111
+			  'path' => '{project}/global/deployments',
112
+			  'httpMethod' => 'GET',
113
+			  'parameters' => array(
114
+				'project' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+				'filter' => array(
120
+				  'location' => 'query',
121
+				  'type' => 'string',
122
+				),
123
+				'pageToken' => array(
124
+				  'location' => 'query',
125
+				  'type' => 'string',
126
+				),
127
+				'maxResults' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'integer',
130
+				),
131
+			  ),
132
+			),'patch' => array(
133
+			  'path' => '{project}/global/deployments/{deployment}',
134
+			  'httpMethod' => 'PATCH',
135
+			  'parameters' => array(
136
+				'project' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+				'deployment' => array(
142
+				  'location' => 'path',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+				'deletePolicy' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'string',
149
+				),
150
+				'updatePolicy' => array(
151
+				  'location' => 'query',
152
+				  'type' => 'string',
153
+				),
154
+				'createPolicy' => array(
155
+				  'location' => 'query',
156
+				  'type' => 'string',
157
+				),
158
+			  ),
159
+			),'update' => array(
160
+			  'path' => '{project}/global/deployments/{deployment}',
161
+			  'httpMethod' => 'PUT',
162
+			  'parameters' => array(
163
+				'project' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+				'deployment' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+				'deletePolicy' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'string',
176
+				),
177
+				'updatePolicy' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'string',
180
+				),
181
+				'createPolicy' => array(
182
+				  'location' => 'query',
183
+				  'type' => 'string',
184
+				),
185
+			  ),
186
+			),
187
+		  )
188
+		)
189
+	);
190
+	$this->manifests = new Google_Service_DeploymentManager_Manifests_Resource(
191
+		$this,
192
+		$this->serviceName,
193
+		'manifests',
194
+		array(
195
+		  'methods' => array(
196
+			'get' => array(
197
+			  'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}',
198
+			  'httpMethod' => 'GET',
199
+			  'parameters' => array(
200
+				'project' => array(
201
+				  'location' => 'path',
202
+				  'type' => 'string',
203
+				  'required' => true,
204
+				),
205
+				'deployment' => array(
206
+				  'location' => 'path',
207
+				  'type' => 'string',
208
+				  'required' => true,
209
+				),
210
+				'manifest' => array(
211
+				  'location' => 'path',
212
+				  'type' => 'string',
213
+				  'required' => true,
214
+				),
215
+			  ),
216
+			),'list' => array(
217
+			  'path' => '{project}/global/deployments/{deployment}/manifests',
218
+			  'httpMethod' => 'GET',
219
+			  'parameters' => array(
220
+				'project' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'string',
223
+				  'required' => true,
224
+				),
225
+				'deployment' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+				'filter' => array(
231
+				  'location' => 'query',
232
+				  'type' => 'string',
233
+				),
234
+				'pageToken' => array(
235
+				  'location' => 'query',
236
+				  'type' => 'string',
237
+				),
238
+				'maxResults' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'integer',
241
+				),
242
+			  ),
243
+			),
244
+		  )
245
+		)
246
+	);
247
+	$this->operations = new Google_Service_DeploymentManager_Operations_Resource(
248
+		$this,
249
+		$this->serviceName,
250
+		'operations',
251
+		array(
252
+		  'methods' => array(
253
+			'get' => array(
254
+			  'path' => '{project}/global/operations/{operation}',
255
+			  'httpMethod' => 'GET',
256
+			  'parameters' => array(
257
+				'project' => array(
258
+				  'location' => 'path',
259
+				  'type' => 'string',
260
+				  'required' => true,
261
+				),
262
+				'operation' => array(
263
+				  'location' => 'path',
264
+				  'type' => 'string',
265
+				  'required' => true,
266
+				),
267
+			  ),
268
+			),'list' => array(
269
+			  'path' => '{project}/global/operations',
270
+			  'httpMethod' => 'GET',
271
+			  'parameters' => array(
272
+				'project' => array(
273
+				  'location' => 'path',
274
+				  'type' => 'string',
275
+				  'required' => true,
276
+				),
277
+				'filter' => array(
278
+				  'location' => 'query',
279
+				  'type' => 'string',
280
+				),
281
+				'pageToken' => array(
282
+				  'location' => 'query',
283
+				  'type' => 'string',
284
+				),
285
+				'maxResults' => array(
286
+				  'location' => 'query',
287
+				  'type' => 'integer',
288
+				),
289
+			  ),
290
+			),
291
+		  )
292
+		)
293
+	);
294
+	$this->resources = new Google_Service_DeploymentManager_Resources_Resource(
295
+		$this,
296
+		$this->serviceName,
297
+		'resources',
298
+		array(
299
+		  'methods' => array(
300
+			'get' => array(
301
+			  'path' => '{project}/global/deployments/{deployment}/resources/{resource}',
302
+			  'httpMethod' => 'GET',
303
+			  'parameters' => array(
304
+				'project' => array(
305
+				  'location' => 'path',
306
+				  'type' => 'string',
307
+				  'required' => true,
308
+				),
309
+				'deployment' => array(
310
+				  'location' => 'path',
311
+				  'type' => 'string',
312
+				  'required' => true,
313
+				),
314
+				'resource' => array(
315
+				  'location' => 'path',
316
+				  'type' => 'string',
317
+				  'required' => true,
318
+				),
319
+			  ),
320
+			),'list' => array(
321
+			  'path' => '{project}/global/deployments/{deployment}/resources',
322
+			  'httpMethod' => 'GET',
323
+			  'parameters' => array(
324
+				'project' => array(
325
+				  'location' => 'path',
326
+				  'type' => 'string',
327
+				  'required' => true,
328
+				),
329
+				'deployment' => array(
330
+				  'location' => 'path',
331
+				  'type' => 'string',
332
+				  'required' => true,
333
+				),
334
+				'filter' => array(
335
+				  'location' => 'query',
336
+				  'type' => 'string',
337
+				),
338
+				'pageToken' => array(
339
+				  'location' => 'query',
340
+				  'type' => 'string',
341
+				),
342
+				'maxResults' => array(
343
+				  'location' => 'query',
344
+				  'type' => 'integer',
345
+				),
346
+			  ),
347
+			),
348
+		  )
349
+		)
350
+	);
351
+	$this->types = new Google_Service_DeploymentManager_Types_Resource(
352
+		$this,
353
+		$this->serviceName,
354
+		'types',
355
+		array(
356
+		  'methods' => array(
357
+			'list' => array(
358
+			  'path' => '{project}/global/types',
359
+			  'httpMethod' => 'GET',
360
+			  'parameters' => array(
361
+				'project' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'filter' => array(
367
+				  'location' => 'query',
368
+				  'type' => 'string',
369
+				),
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 383
   }
384 384
 }
385 385
 
@@ -406,9 +406,9 @@  discard block
 block discarded – undo
406 406
    */
407 407
   public function delete($project, $deployment, $optParams = array())
408 408
   {
409
-    $params = array('project' => $project, 'deployment' => $deployment);
410
-    $params = array_merge($params, $optParams);
411
-    return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation");
409
+	$params = array('project' => $project, 'deployment' => $deployment);
410
+	$params = array_merge($params, $optParams);
411
+	return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation");
412 412
   }
413 413
 
414 414
   /**
@@ -421,9 +421,9 @@  discard block
 block discarded – undo
421 421
    */
422 422
   public function get($project, $deployment, $optParams = array())
423 423
   {
424
-    $params = array('project' => $project, 'deployment' => $deployment);
425
-    $params = array_merge($params, $optParams);
426
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment");
424
+	$params = array('project' => $project, 'deployment' => $deployment);
425
+	$params = array_merge($params, $optParams);
426
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment");
427 427
   }
428 428
 
429 429
   /**
@@ -437,9 +437,9 @@  discard block
 block discarded – undo
437 437
    */
438 438
   public function insert($project, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
439 439
   {
440
-    $params = array('project' => $project, 'postBody' => $postBody);
441
-    $params = array_merge($params, $optParams);
442
-    return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation");
440
+	$params = array('project' => $project, 'postBody' => $postBody);
441
+	$params = array_merge($params, $optParams);
442
+	return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation");
443 443
   }
444 444
 
445 445
   /**
@@ -456,9 +456,9 @@  discard block
 block discarded – undo
456 456
    */
457 457
   public function listDeployments($project, $optParams = array())
458 458
   {
459
-    $params = array('project' => $project);
460
-    $params = array_merge($params, $optParams);
461
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse");
459
+	$params = array('project' => $project);
460
+	$params = array_merge($params, $optParams);
461
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse");
462 462
   }
463 463
 
464 464
   /**
@@ -478,9 +478,9 @@  discard block
 block discarded – undo
478 478
    */
479 479
   public function patch($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
480 480
   {
481
-    $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
482
-    $params = array_merge($params, $optParams);
483
-    return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation");
481
+	$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
482
+	$params = array_merge($params, $optParams);
483
+	return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation");
484 484
   }
485 485
 
486 486
   /**
@@ -500,9 +500,9 @@  discard block
 block discarded – undo
500 500
    */
501 501
   public function update($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
502 502
   {
503
-    $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
504
-    $params = array_merge($params, $optParams);
505
-    return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation");
503
+	$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
504
+	$params = array_merge($params, $optParams);
505
+	return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation");
506 506
   }
507 507
 }
508 508
 
@@ -528,9 +528,9 @@  discard block
 block discarded – undo
528 528
    */
529 529
   public function get($project, $deployment, $manifest, $optParams = array())
530 530
   {
531
-    $params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
532
-    $params = array_merge($params, $optParams);
533
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest");
531
+	$params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
532
+	$params = array_merge($params, $optParams);
533
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest");
534 534
   }
535 535
 
536 536
   /**
@@ -548,9 +548,9 @@  discard block
 block discarded – undo
548 548
    */
549 549
   public function listManifests($project, $deployment, $optParams = array())
550 550
   {
551
-    $params = array('project' => $project, 'deployment' => $deployment);
552
-    $params = array_merge($params, $optParams);
553
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse");
551
+	$params = array('project' => $project, 'deployment' => $deployment);
552
+	$params = array_merge($params, $optParams);
553
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse");
554 554
   }
555 555
 }
556 556
 
@@ -575,9 +575,9 @@  discard block
 block discarded – undo
575 575
    */
576 576
   public function get($project, $operation, $optParams = array())
577 577
   {
578
-    $params = array('project' => $project, 'operation' => $operation);
579
-    $params = array_merge($params, $optParams);
580
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation");
578
+	$params = array('project' => $project, 'operation' => $operation);
579
+	$params = array_merge($params, $optParams);
580
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation");
581 581
   }
582 582
 
583 583
   /**
@@ -594,9 +594,9 @@  discard block
 block discarded – undo
594 594
    */
595 595
   public function listOperations($project, $optParams = array())
596 596
   {
597
-    $params = array('project' => $project);
598
-    $params = array_merge($params, $optParams);
599
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse");
597
+	$params = array('project' => $project);
598
+	$params = array_merge($params, $optParams);
599
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse");
600 600
   }
601 601
 }
602 602
 
@@ -622,9 +622,9 @@  discard block
 block discarded – undo
622 622
    */
623 623
   public function get($project, $deployment, $resource, $optParams = array())
624 624
   {
625
-    $params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
626
-    $params = array_merge($params, $optParams);
627
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource");
625
+	$params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
626
+	$params = array_merge($params, $optParams);
627
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource");
628 628
   }
629 629
 
630 630
   /**
@@ -642,9 +642,9 @@  discard block
 block discarded – undo
642 642
    */
643 643
   public function listResources($project, $deployment, $optParams = array())
644 644
   {
645
-    $params = array('project' => $project, 'deployment' => $deployment);
646
-    $params = array_merge($params, $optParams);
647
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse");
645
+	$params = array('project' => $project, 'deployment' => $deployment);
646
+	$params = array_merge($params, $optParams);
647
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse");
648 648
   }
649 649
 }
650 650
 
@@ -673,9 +673,9 @@  discard block
 block discarded – undo
673 673
    */
674 674
   public function listTypes($project, $optParams = array())
675 675
   {
676
-    $params = array('project' => $project);
677
-    $params = array_merge($params, $optParams);
678
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse");
676
+	$params = array('project' => $project);
677
+	$params = array_merge($params, $optParams);
678
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse");
679 679
   }
680 680
 }
681 681
 
@@ -703,91 +703,91 @@  discard block
 block discarded – undo
703 703
 
704 704
   public function setDescription($description)
705 705
   {
706
-    $this->description = $description;
706
+	$this->description = $description;
707 707
   }
708 708
   public function getDescription()
709 709
   {
710
-    return $this->description;
710
+	return $this->description;
711 711
   }
712 712
   public function setFingerprint($fingerprint)
713 713
   {
714
-    $this->fingerprint = $fingerprint;
714
+	$this->fingerprint = $fingerprint;
715 715
   }
716 716
   public function getFingerprint()
717 717
   {
718
-    return $this->fingerprint;
718
+	return $this->fingerprint;
719 719
   }
720 720
   public function setId($id)
721 721
   {
722
-    $this->id = $id;
722
+	$this->id = $id;
723 723
   }
724 724
   public function getId()
725 725
   {
726
-    return $this->id;
726
+	return $this->id;
727 727
   }
728 728
   public function setInsertTime($insertTime)
729 729
   {
730
-    $this->insertTime = $insertTime;
730
+	$this->insertTime = $insertTime;
731 731
   }
732 732
   public function getInsertTime()
733 733
   {
734
-    return $this->insertTime;
734
+	return $this->insertTime;
735 735
   }
736 736
   public function setIntent($intent)
737 737
   {
738
-    $this->intent = $intent;
738
+	$this->intent = $intent;
739 739
   }
740 740
   public function getIntent()
741 741
   {
742
-    return $this->intent;
742
+	return $this->intent;
743 743
   }
744 744
   public function setManifest($manifest)
745 745
   {
746
-    $this->manifest = $manifest;
746
+	$this->manifest = $manifest;
747 747
   }
748 748
   public function getManifest()
749 749
   {
750
-    return $this->manifest;
750
+	return $this->manifest;
751 751
   }
752 752
   public function setName($name)
753 753
   {
754
-    $this->name = $name;
754
+	$this->name = $name;
755 755
   }
756 756
   public function getName()
757 757
   {
758
-    return $this->name;
758
+	return $this->name;
759 759
   }
760 760
   public function setState($state)
761 761
   {
762
-    $this->state = $state;
762
+	$this->state = $state;
763 763
   }
764 764
   public function getState()
765 765
   {
766
-    return $this->state;
766
+	return $this->state;
767 767
   }
768 768
   public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target)
769 769
   {
770
-    $this->target = $target;
770
+	$this->target = $target;
771 771
   }
772 772
   public function getTarget()
773 773
   {
774
-    return $this->target;
774
+	return $this->target;
775 775
   }
776 776
   public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update)
777 777
   {
778
-    $this->update = $update;
778
+	$this->update = $update;
779 779
   }
780 780
   public function getUpdate()
781 781
   {
782
-    return $this->update;
782
+	return $this->update;
783 783
   }
784 784
   public function setUpdateTime($updateTime)
785 785
   {
786
-    $this->updateTime = $updateTime;
786
+	$this->updateTime = $updateTime;
787 787
   }
788 788
   public function getUpdateTime()
789 789
   {
790
-    return $this->updateTime;
790
+	return $this->updateTime;
791 791
   }
792 792
 }
793 793
 
@@ -802,19 +802,19 @@  discard block
 block discarded – undo
802 802
 
803 803
   public function setErrors($errors)
804 804
   {
805
-    $this->errors = $errors;
805
+	$this->errors = $errors;
806 806
   }
807 807
   public function getErrors()
808 808
   {
809
-    return $this->errors;
809
+	return $this->errors;
810 810
   }
811 811
   public function setManifest($manifest)
812 812
   {
813
-    $this->manifest = $manifest;
813
+	$this->manifest = $manifest;
814 814
   }
815 815
   public function getManifest()
816 816
   {
817
-    return $this->manifest;
817
+	return $this->manifest;
818 818
   }
819 819
 }
820 820
 
@@ -837,83 +837,83 @@  discard block
 block discarded – undo
837 837
 
838 838
   public function setFinalProperties($finalProperties)
839 839
   {
840
-    $this->finalProperties = $finalProperties;
840
+	$this->finalProperties = $finalProperties;
841 841
   }
842 842
   public function getFinalProperties()
843 843
   {
844
-    return $this->finalProperties;
844
+	return $this->finalProperties;
845 845
   }
846 846
   public function setId($id)
847 847
   {
848
-    $this->id = $id;
848
+	$this->id = $id;
849 849
   }
850 850
   public function getId()
851 851
   {
852
-    return $this->id;
852
+	return $this->id;
853 853
   }
854 854
   public function setInsertTime($insertTime)
855 855
   {
856
-    $this->insertTime = $insertTime;
856
+	$this->insertTime = $insertTime;
857 857
   }
858 858
   public function getInsertTime()
859 859
   {
860
-    return $this->insertTime;
860
+	return $this->insertTime;
861 861
   }
862 862
   public function setManifest($manifest)
863 863
   {
864
-    $this->manifest = $manifest;
864
+	$this->manifest = $manifest;
865 865
   }
866 866
   public function getManifest()
867 867
   {
868
-    return $this->manifest;
868
+	return $this->manifest;
869 869
   }
870 870
   public function setName($name)
871 871
   {
872
-    $this->name = $name;
872
+	$this->name = $name;
873 873
   }
874 874
   public function getName()
875 875
   {
876
-    return $this->name;
876
+	return $this->name;
877 877
   }
878 878
   public function setProperties($properties)
879 879
   {
880
-    $this->properties = $properties;
880
+	$this->properties = $properties;
881 881
   }
882 882
   public function getProperties()
883 883
   {
884
-    return $this->properties;
884
+	return $this->properties;
885 885
   }
886 886
   public function setType($type)
887 887
   {
888
-    $this->type = $type;
888
+	$this->type = $type;
889 889
   }
890 890
   public function getType()
891 891
   {
892
-    return $this->type;
892
+	return $this->type;
893 893
   }
894 894
   public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update)
895 895
   {
896
-    $this->update = $update;
896
+	$this->update = $update;
897 897
   }
898 898
   public function getUpdate()
899 899
   {
900
-    return $this->update;
900
+	return $this->update;
901 901
   }
902 902
   public function setUpdateTime($updateTime)
903 903
   {
904
-    $this->updateTime = $updateTime;
904
+	$this->updateTime = $updateTime;
905 905
   }
906 906
   public function getUpdateTime()
907 907
   {
908
-    return $this->updateTime;
908
+	return $this->updateTime;
909 909
   }
910 910
   public function setUrl($url)
911 911
   {
912
-    $this->url = $url;
912
+	$this->url = $url;
913 913
   }
914 914
   public function getUrl()
915 915
   {
916
-    return $this->url;
916
+	return $this->url;
917 917
   }
918 918
 }
919 919
 
@@ -929,19 +929,19 @@  discard block
 block discarded – undo
929 929
 
930 930
   public function setDeployments($deployments)
931 931
   {
932
-    $this->deployments = $deployments;
932
+	$this->deployments = $deployments;
933 933
   }
934 934
   public function getDeployments()
935 935
   {
936
-    return $this->deployments;
936
+	return $this->deployments;
937 937
   }
938 938
   public function setNextPageToken($nextPageToken)
939 939
   {
940
-    $this->nextPageToken = $nextPageToken;
940
+	$this->nextPageToken = $nextPageToken;
941 941
   }
942 942
   public function getNextPageToken()
943 943
   {
944
-    return $this->nextPageToken;
944
+	return $this->nextPageToken;
945 945
   }
946 946
 }
947 947
 
@@ -955,19 +955,19 @@  discard block
 block discarded – undo
955 955
 
956 956
   public function setContent($content)
957 957
   {
958
-    $this->content = $content;
958
+	$this->content = $content;
959 959
   }
960 960
   public function getContent()
961 961
   {
962
-    return $this->content;
962
+	return $this->content;
963 963
   }
964 964
   public function setName($name)
965 965
   {
966
-    $this->name = $name;
966
+	$this->name = $name;
967 967
   }
968 968
   public function getName()
969 969
   {
970
-    return $this->name;
970
+	return $this->name;
971 971
   }
972 972
 }
973 973
 
@@ -989,67 +989,67 @@  discard block
 block discarded – undo
989 989
 
990 990
   public function setConfig($config)
991 991
   {
992
-    $this->config = $config;
992
+	$this->config = $config;
993 993
   }
994 994
   public function getConfig()
995 995
   {
996
-    return $this->config;
996
+	return $this->config;
997 997
   }
998 998
   public function setEvaluatedConfig($evaluatedConfig)
999 999
   {
1000
-    $this->evaluatedConfig = $evaluatedConfig;
1000
+	$this->evaluatedConfig = $evaluatedConfig;
1001 1001
   }
1002 1002
   public function getEvaluatedConfig()
1003 1003
   {
1004
-    return $this->evaluatedConfig;
1004
+	return $this->evaluatedConfig;
1005 1005
   }
1006 1006
   public function setId($id)
1007 1007
   {
1008
-    $this->id = $id;
1008
+	$this->id = $id;
1009 1009
   }
1010 1010
   public function getId()
1011 1011
   {
1012
-    return $this->id;
1012
+	return $this->id;
1013 1013
   }
1014 1014
   public function setImports($imports)
1015 1015
   {
1016
-    $this->imports = $imports;
1016
+	$this->imports = $imports;
1017 1017
   }
1018 1018
   public function getImports()
1019 1019
   {
1020
-    return $this->imports;
1020
+	return $this->imports;
1021 1021
   }
1022 1022
   public function setInsertTime($insertTime)
1023 1023
   {
1024
-    $this->insertTime = $insertTime;
1024
+	$this->insertTime = $insertTime;
1025 1025
   }
1026 1026
   public function getInsertTime()
1027 1027
   {
1028
-    return $this->insertTime;
1028
+	return $this->insertTime;
1029 1029
   }
1030 1030
   public function setLayout($layout)
1031 1031
   {
1032
-    $this->layout = $layout;
1032
+	$this->layout = $layout;
1033 1033
   }
1034 1034
   public function getLayout()
1035 1035
   {
1036
-    return $this->layout;
1036
+	return $this->layout;
1037 1037
   }
1038 1038
   public function setName($name)
1039 1039
   {
1040
-    $this->name = $name;
1040
+	$this->name = $name;
1041 1041
   }
1042 1042
   public function getName()
1043 1043
   {
1044
-    return $this->name;
1044
+	return $this->name;
1045 1045
   }
1046 1046
   public function setSelfLink($selfLink)
1047 1047
   {
1048
-    $this->selfLink = $selfLink;
1048
+	$this->selfLink = $selfLink;
1049 1049
   }
1050 1050
   public function getSelfLink()
1051 1051
   {
1052
-    return $this->selfLink;
1052
+	return $this->selfLink;
1053 1053
   }
1054 1054
 }
1055 1055
 
@@ -1065,19 +1065,19 @@  discard block
 block discarded – undo
1065 1065
 
1066 1066
   public function setManifests($manifests)
1067 1067
   {
1068
-    $this->manifests = $manifests;
1068
+	$this->manifests = $manifests;
1069 1069
   }
1070 1070
   public function getManifests()
1071 1071
   {
1072
-    return $this->manifests;
1072
+	return $this->manifests;
1073 1073
   }
1074 1074
   public function setNextPageToken($nextPageToken)
1075 1075
   {
1076
-    $this->nextPageToken = $nextPageToken;
1076
+	$this->nextPageToken = $nextPageToken;
1077 1077
   }
1078 1078
   public function getNextPageToken()
1079 1079
   {
1080
-    return $this->nextPageToken;
1080
+	return $this->nextPageToken;
1081 1081
   }
1082 1082
 }
1083 1083
 
@@ -1114,179 +1114,179 @@  discard block
 block discarded – undo
1114 1114
 
1115 1115
   public function setClientOperationId($clientOperationId)
1116 1116
   {
1117
-    $this->clientOperationId = $clientOperationId;
1117
+	$this->clientOperationId = $clientOperationId;
1118 1118
   }
1119 1119
   public function getClientOperationId()
1120 1120
   {
1121
-    return $this->clientOperationId;
1121
+	return $this->clientOperationId;
1122 1122
   }
1123 1123
   public function setCreationTimestamp($creationTimestamp)
1124 1124
   {
1125
-    $this->creationTimestamp = $creationTimestamp;
1125
+	$this->creationTimestamp = $creationTimestamp;
1126 1126
   }
1127 1127
   public function getCreationTimestamp()
1128 1128
   {
1129
-    return $this->creationTimestamp;
1129
+	return $this->creationTimestamp;
1130 1130
   }
1131 1131
   public function setEndTime($endTime)
1132 1132
   {
1133
-    $this->endTime = $endTime;
1133
+	$this->endTime = $endTime;
1134 1134
   }
1135 1135
   public function getEndTime()
1136 1136
   {
1137
-    return $this->endTime;
1137
+	return $this->endTime;
1138 1138
   }
1139 1139
   public function setError(Google_Service_DeploymentManager_OperationError $error)
1140 1140
   {
1141
-    $this->error = $error;
1141
+	$this->error = $error;
1142 1142
   }
1143 1143
   public function getError()
1144 1144
   {
1145
-    return $this->error;
1145
+	return $this->error;
1146 1146
   }
1147 1147
   public function setHttpErrorMessage($httpErrorMessage)
1148 1148
   {
1149
-    $this->httpErrorMessage = $httpErrorMessage;
1149
+	$this->httpErrorMessage = $httpErrorMessage;
1150 1150
   }
1151 1151
   public function getHttpErrorMessage()
1152 1152
   {
1153
-    return $this->httpErrorMessage;
1153
+	return $this->httpErrorMessage;
1154 1154
   }
1155 1155
   public function setHttpErrorStatusCode($httpErrorStatusCode)
1156 1156
   {
1157
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
1157
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
1158 1158
   }
1159 1159
   public function getHttpErrorStatusCode()
1160 1160
   {
1161
-    return $this->httpErrorStatusCode;
1161
+	return $this->httpErrorStatusCode;
1162 1162
   }
1163 1163
   public function setId($id)
1164 1164
   {
1165
-    $this->id = $id;
1165
+	$this->id = $id;
1166 1166
   }
1167 1167
   public function getId()
1168 1168
   {
1169
-    return $this->id;
1169
+	return $this->id;
1170 1170
   }
1171 1171
   public function setInsertTime($insertTime)
1172 1172
   {
1173
-    $this->insertTime = $insertTime;
1173
+	$this->insertTime = $insertTime;
1174 1174
   }
1175 1175
   public function getInsertTime()
1176 1176
   {
1177
-    return $this->insertTime;
1177
+	return $this->insertTime;
1178 1178
   }
1179 1179
   public function setKind($kind)
1180 1180
   {
1181
-    $this->kind = $kind;
1181
+	$this->kind = $kind;
1182 1182
   }
1183 1183
   public function getKind()
1184 1184
   {
1185
-    return $this->kind;
1185
+	return $this->kind;
1186 1186
   }
1187 1187
   public function setName($name)
1188 1188
   {
1189
-    $this->name = $name;
1189
+	$this->name = $name;
1190 1190
   }
1191 1191
   public function getName()
1192 1192
   {
1193
-    return $this->name;
1193
+	return $this->name;
1194 1194
   }
1195 1195
   public function setOperationType($operationType)
1196 1196
   {
1197
-    $this->operationType = $operationType;
1197
+	$this->operationType = $operationType;
1198 1198
   }
1199 1199
   public function getOperationType()
1200 1200
   {
1201
-    return $this->operationType;
1201
+	return $this->operationType;
1202 1202
   }
1203 1203
   public function setProgress($progress)
1204 1204
   {
1205
-    $this->progress = $progress;
1205
+	$this->progress = $progress;
1206 1206
   }
1207 1207
   public function getProgress()
1208 1208
   {
1209
-    return $this->progress;
1209
+	return $this->progress;
1210 1210
   }
1211 1211
   public function setRegion($region)
1212 1212
   {
1213
-    $this->region = $region;
1213
+	$this->region = $region;
1214 1214
   }
1215 1215
   public function getRegion()
1216 1216
   {
1217
-    return $this->region;
1217
+	return $this->region;
1218 1218
   }
1219 1219
   public function setSelfLink($selfLink)
1220 1220
   {
1221
-    $this->selfLink = $selfLink;
1221
+	$this->selfLink = $selfLink;
1222 1222
   }
1223 1223
   public function getSelfLink()
1224 1224
   {
1225
-    return $this->selfLink;
1225
+	return $this->selfLink;
1226 1226
   }
1227 1227
   public function setStartTime($startTime)
1228 1228
   {
1229
-    $this->startTime = $startTime;
1229
+	$this->startTime = $startTime;
1230 1230
   }
1231 1231
   public function getStartTime()
1232 1232
   {
1233
-    return $this->startTime;
1233
+	return $this->startTime;
1234 1234
   }
1235 1235
   public function setStatus($status)
1236 1236
   {
1237
-    $this->status = $status;
1237
+	$this->status = $status;
1238 1238
   }
1239 1239
   public function getStatus()
1240 1240
   {
1241
-    return $this->status;
1241
+	return $this->status;
1242 1242
   }
1243 1243
   public function setStatusMessage($statusMessage)
1244 1244
   {
1245
-    $this->statusMessage = $statusMessage;
1245
+	$this->statusMessage = $statusMessage;
1246 1246
   }
1247 1247
   public function getStatusMessage()
1248 1248
   {
1249
-    return $this->statusMessage;
1249
+	return $this->statusMessage;
1250 1250
   }
1251 1251
   public function setTargetId($targetId)
1252 1252
   {
1253
-    $this->targetId = $targetId;
1253
+	$this->targetId = $targetId;
1254 1254
   }
1255 1255
   public function getTargetId()
1256 1256
   {
1257
-    return $this->targetId;
1257
+	return $this->targetId;
1258 1258
   }
1259 1259
   public function setTargetLink($targetLink)
1260 1260
   {
1261
-    $this->targetLink = $targetLink;
1261
+	$this->targetLink = $targetLink;
1262 1262
   }
1263 1263
   public function getTargetLink()
1264 1264
   {
1265
-    return $this->targetLink;
1265
+	return $this->targetLink;
1266 1266
   }
1267 1267
   public function setUser($user)
1268 1268
   {
1269
-    $this->user = $user;
1269
+	$this->user = $user;
1270 1270
   }
1271 1271
   public function getUser()
1272 1272
   {
1273
-    return $this->user;
1273
+	return $this->user;
1274 1274
   }
1275 1275
   public function setWarnings($warnings)
1276 1276
   {
1277
-    $this->warnings = $warnings;
1277
+	$this->warnings = $warnings;
1278 1278
   }
1279 1279
   public function getWarnings()
1280 1280
   {
1281
-    return $this->warnings;
1281
+	return $this->warnings;
1282 1282
   }
1283 1283
   public function setZone($zone)
1284 1284
   {
1285
-    $this->zone = $zone;
1285
+	$this->zone = $zone;
1286 1286
   }
1287 1287
   public function getZone()
1288 1288
   {
1289
-    return $this->zone;
1289
+	return $this->zone;
1290 1290
   }
1291 1291
 }
1292 1292
 
@@ -1301,11 +1301,11 @@  discard block
 block discarded – undo
1301 1301
 
1302 1302
   public function setErrors($errors)
1303 1303
   {
1304
-    $this->errors = $errors;
1304
+	$this->errors = $errors;
1305 1305
   }
1306 1306
   public function getErrors()
1307 1307
   {
1308
-    return $this->errors;
1308
+	return $this->errors;
1309 1309
   }
1310 1310
 }
1311 1311
 
@@ -1320,27 +1320,27 @@  discard block
 block discarded – undo
1320 1320
 
1321 1321
   public function setCode($code)
1322 1322
   {
1323
-    $this->code = $code;
1323
+	$this->code = $code;
1324 1324
   }
1325 1325
   public function getCode()
1326 1326
   {
1327
-    return $this->code;
1327
+	return $this->code;
1328 1328
   }
1329 1329
   public function setLocation($location)
1330 1330
   {
1331
-    $this->location = $location;
1331
+	$this->location = $location;
1332 1332
   }
1333 1333
   public function getLocation()
1334 1334
   {
1335
-    return $this->location;
1335
+	return $this->location;
1336 1336
   }
1337 1337
   public function setMessage($message)
1338 1338
   {
1339
-    $this->message = $message;
1339
+	$this->message = $message;
1340 1340
   }
1341 1341
   public function getMessage()
1342 1342
   {
1343
-    return $this->message;
1343
+	return $this->message;
1344 1344
   }
1345 1345
 }
1346 1346
 
@@ -1357,27 +1357,27 @@  discard block
 block discarded – undo
1357 1357
 
1358 1358
   public function setCode($code)
1359 1359
   {
1360
-    $this->code = $code;
1360
+	$this->code = $code;
1361 1361
   }
1362 1362
   public function getCode()
1363 1363
   {
1364
-    return $this->code;
1364
+	return $this->code;
1365 1365
   }
1366 1366
   public function setData($data)
1367 1367
   {
1368
-    $this->data = $data;
1368
+	$this->data = $data;
1369 1369
   }
1370 1370
   public function getData()
1371 1371
   {
1372
-    return $this->data;
1372
+	return $this->data;
1373 1373
   }
1374 1374
   public function setMessage($message)
1375 1375
   {
1376
-    $this->message = $message;
1376
+	$this->message = $message;
1377 1377
   }
1378 1378
   public function getMessage()
1379 1379
   {
1380
-    return $this->message;
1380
+	return $this->message;
1381 1381
   }
1382 1382
 }
1383 1383
 
@@ -1391,19 +1391,19 @@  discard block
 block discarded – undo
1391 1391
 
1392 1392
   public function setKey($key)
1393 1393
   {
1394
-    $this->key = $key;
1394
+	$this->key = $key;
1395 1395
   }
1396 1396
   public function getKey()
1397 1397
   {
1398
-    return $this->key;
1398
+	return $this->key;
1399 1399
   }
1400 1400
   public function setValue($value)
1401 1401
   {
1402
-    $this->value = $value;
1402
+	$this->value = $value;
1403 1403
   }
1404 1404
   public function getValue()
1405 1405
   {
1406
-    return $this->value;
1406
+	return $this->value;
1407 1407
   }
1408 1408
 }
1409 1409
 
@@ -1419,19 +1419,19 @@  discard block
 block discarded – undo
1419 1419
 
1420 1420
   public function setNextPageToken($nextPageToken)
1421 1421
   {
1422
-    $this->nextPageToken = $nextPageToken;
1422
+	$this->nextPageToken = $nextPageToken;
1423 1423
   }
1424 1424
   public function getNextPageToken()
1425 1425
   {
1426
-    return $this->nextPageToken;
1426
+	return $this->nextPageToken;
1427 1427
   }
1428 1428
   public function setOperations($operations)
1429 1429
   {
1430
-    $this->operations = $operations;
1430
+	$this->operations = $operations;
1431 1431
   }
1432 1432
   public function getOperations()
1433 1433
   {
1434
-    return $this->operations;
1434
+	return $this->operations;
1435 1435
   }
1436 1436
 }
1437 1437
 
@@ -1450,51 +1450,51 @@  discard block
 block discarded – undo
1450 1450
 
1451 1451
   public function setErrors($errors)
1452 1452
   {
1453
-    $this->errors = $errors;
1453
+	$this->errors = $errors;
1454 1454
   }
1455 1455
   public function getErrors()
1456 1456
   {
1457
-    return $this->errors;
1457
+	return $this->errors;
1458 1458
   }
1459 1459
   public function setFinalProperties($finalProperties)
1460 1460
   {
1461
-    $this->finalProperties = $finalProperties;
1461
+	$this->finalProperties = $finalProperties;
1462 1462
   }
1463 1463
   public function getFinalProperties()
1464 1464
   {
1465
-    return $this->finalProperties;
1465
+	return $this->finalProperties;
1466 1466
   }
1467 1467
   public function setIntent($intent)
1468 1468
   {
1469
-    $this->intent = $intent;
1469
+	$this->intent = $intent;
1470 1470
   }
1471 1471
   public function getIntent()
1472 1472
   {
1473
-    return $this->intent;
1473
+	return $this->intent;
1474 1474
   }
1475 1475
   public function setManifest($manifest)
1476 1476
   {
1477
-    $this->manifest = $manifest;
1477
+	$this->manifest = $manifest;
1478 1478
   }
1479 1479
   public function getManifest()
1480 1480
   {
1481
-    return $this->manifest;
1481
+	return $this->manifest;
1482 1482
   }
1483 1483
   public function setProperties($properties)
1484 1484
   {
1485
-    $this->properties = $properties;
1485
+	$this->properties = $properties;
1486 1486
   }
1487 1487
   public function getProperties()
1488 1488
   {
1489
-    return $this->properties;
1489
+	return $this->properties;
1490 1490
   }
1491 1491
   public function setState($state)
1492 1492
   {
1493
-    $this->state = $state;
1493
+	$this->state = $state;
1494 1494
   }
1495 1495
   public function getState()
1496 1496
   {
1497
-    return $this->state;
1497
+	return $this->state;
1498 1498
   }
1499 1499
 }
1500 1500
 
@@ -1510,19 +1510,19 @@  discard block
 block discarded – undo
1510 1510
 
1511 1511
   public function setNextPageToken($nextPageToken)
1512 1512
   {
1513
-    $this->nextPageToken = $nextPageToken;
1513
+	$this->nextPageToken = $nextPageToken;
1514 1514
   }
1515 1515
   public function getNextPageToken()
1516 1516
   {
1517
-    return $this->nextPageToken;
1517
+	return $this->nextPageToken;
1518 1518
   }
1519 1519
   public function setResources($resources)
1520 1520
   {
1521
-    $this->resources = $resources;
1521
+	$this->resources = $resources;
1522 1522
   }
1523 1523
   public function getResources()
1524 1524
   {
1525
-    return $this->resources;
1525
+	return $this->resources;
1526 1526
   }
1527 1527
 }
1528 1528
 
@@ -1538,19 +1538,19 @@  discard block
 block discarded – undo
1538 1538
 
1539 1539
   public function setConfig($config)
1540 1540
   {
1541
-    $this->config = $config;
1541
+	$this->config = $config;
1542 1542
   }
1543 1543
   public function getConfig()
1544 1544
   {
1545
-    return $this->config;
1545
+	return $this->config;
1546 1546
   }
1547 1547
   public function setImports($imports)
1548 1548
   {
1549
-    $this->imports = $imports;
1549
+	$this->imports = $imports;
1550 1550
   }
1551 1551
   public function getImports()
1552 1552
   {
1553
-    return $this->imports;
1553
+	return $this->imports;
1554 1554
   }
1555 1555
 }
1556 1556
 
@@ -1563,11 +1563,11 @@  discard block
 block discarded – undo
1563 1563
 
1564 1564
   public function setName($name)
1565 1565
   {
1566
-    $this->name = $name;
1566
+	$this->name = $name;
1567 1567
   }
1568 1568
   public function getName()
1569 1569
   {
1570
-    return $this->name;
1570
+	return $this->name;
1571 1571
   }
1572 1572
 }
1573 1573
 
@@ -1583,18 +1583,18 @@  discard block
 block discarded – undo
1583 1583
 
1584 1584
   public function setNextPageToken($nextPageToken)
1585 1585
   {
1586
-    $this->nextPageToken = $nextPageToken;
1586
+	$this->nextPageToken = $nextPageToken;
1587 1587
   }
1588 1588
   public function getNextPageToken()
1589 1589
   {
1590
-    return $this->nextPageToken;
1590
+	return $this->nextPageToken;
1591 1591
   }
1592 1592
   public function setTypes($types)
1593 1593
   {
1594
-    $this->types = $types;
1594
+	$this->types = $types;
1595 1595
   }
1596 1596
   public function getTypes()
1597 1597
   {
1598
-    return $this->types;
1598
+	return $this->types;
1599 1599
   }
1600 1600
 }
Please login to merge, or discard this patch.
Spacing   +8 added lines, -8 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' => '{project}/global/deployments/{deployment}',
87 87
               'httpMethod' => 'GET',
88 88
               'parameters' => array(
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'required' => true,
98 98
                 ),
99 99
               ),
100
-            ),'insert' => array(
100
+            ), 'insert' => array(
101 101
               'path' => '{project}/global/deployments',
102 102
               'httpMethod' => 'POST',
103 103
               'parameters' => array(
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'list' => array(
110
+            ), 'list' => array(
111 111
               'path' => '{project}/global/deployments',
112 112
               'httpMethod' => 'GET',
113 113
               'parameters' => array(
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'type' => 'integer',
130 130
                 ),
131 131
               ),
132
-            ),'patch' => array(
132
+            ), 'patch' => array(
133 133
               'path' => '{project}/global/deployments/{deployment}',
134 134
               'httpMethod' => 'PATCH',
135 135
               'parameters' => array(
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                   'type' => 'string',
157 157
                 ),
158 158
               ),
159
-            ),'update' => array(
159
+            ), 'update' => array(
160 160
               'path' => '{project}/global/deployments/{deployment}',
161 161
               'httpMethod' => 'PUT',
162 162
               'parameters' => array(
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
                   'required' => true,
214 214
                 ),
215 215
               ),
216
-            ),'list' => array(
216
+            ), 'list' => array(
217 217
               'path' => '{project}/global/deployments/{deployment}/manifests',
218 218
               'httpMethod' => 'GET',
219 219
               'parameters' => array(
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
                   'required' => true,
266 266
                 ),
267 267
               ),
268
-            ),'list' => array(
268
+            ), 'list' => array(
269 269
               'path' => '{project}/global/operations',
270 270
               'httpMethod' => 'GET',
271 271
               'parameters' => array(
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
                   'required' => true,
318 318
                 ),
319 319
               ),
320
-            ),'list' => array(
320
+            ), 'list' => array(
321 321
               'path' => '{project}/global/deployments/{deployment}/resources',
322 322
               'httpMethod' => 'GET',
323 323
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Pagespeedonline.php 1 patch
Indentation   +177 added lines, -177 removed lines patch added patch discarded remove patch
@@ -43,53 +43,53 @@  discard block
 block discarded – undo
43 43
    */
44 44
   public function __construct(Google_Client $client)
45 45
   {
46
-    parent::__construct($client);
47
-    $this->rootUrl = 'https://www.googleapis.com/';
48
-    $this->servicePath = 'pagespeedonline/v2/';
49
-    $this->version = 'v2';
50
-    $this->serviceName = 'pagespeedonline';
51
-
52
-    $this->pagespeedapi = new Google_Service_Pagespeedonline_Pagespeedapi_Resource(
53
-        $this,
54
-        $this->serviceName,
55
-        'pagespeedapi',
56
-        array(
57
-          'methods' => array(
58
-            'runpagespeed' => array(
59
-              'path' => 'runPagespeed',
60
-              'httpMethod' => 'GET',
61
-              'parameters' => array(
62
-                'url' => array(
63
-                  'location' => 'query',
64
-                  'type' => 'string',
65
-                  'required' => true,
66
-                ),
67
-                'screenshot' => array(
68
-                  'location' => 'query',
69
-                  'type' => 'boolean',
70
-                ),
71
-                'locale' => array(
72
-                  'location' => 'query',
73
-                  'type' => 'string',
74
-                ),
75
-                'rule' => array(
76
-                  'location' => 'query',
77
-                  'type' => 'string',
78
-                  'repeated' => true,
79
-                ),
80
-                'strategy' => array(
81
-                  'location' => 'query',
82
-                  'type' => 'string',
83
-                ),
84
-                'filter_third_party_resources' => array(
85
-                  'location' => 'query',
86
-                  'type' => 'boolean',
87
-                ),
88
-              ),
89
-            ),
90
-          )
91
-        )
92
-    );
46
+	parent::__construct($client);
47
+	$this->rootUrl = 'https://www.googleapis.com/';
48
+	$this->servicePath = 'pagespeedonline/v2/';
49
+	$this->version = 'v2';
50
+	$this->serviceName = 'pagespeedonline';
51
+
52
+	$this->pagespeedapi = new Google_Service_Pagespeedonline_Pagespeedapi_Resource(
53
+		$this,
54
+		$this->serviceName,
55
+		'pagespeedapi',
56
+		array(
57
+		  'methods' => array(
58
+			'runpagespeed' => array(
59
+			  'path' => 'runPagespeed',
60
+			  'httpMethod' => 'GET',
61
+			  'parameters' => array(
62
+				'url' => array(
63
+				  'location' => 'query',
64
+				  'type' => 'string',
65
+				  'required' => true,
66
+				),
67
+				'screenshot' => array(
68
+				  'location' => 'query',
69
+				  'type' => 'boolean',
70
+				),
71
+				'locale' => array(
72
+				  'location' => 'query',
73
+				  'type' => 'string',
74
+				),
75
+				'rule' => array(
76
+				  'location' => 'query',
77
+				  'type' => 'string',
78
+				  'repeated' => true,
79
+				),
80
+				'strategy' => array(
81
+				  'location' => 'query',
82
+				  'type' => 'string',
83
+				),
84
+				'filter_third_party_resources' => array(
85
+				  'location' => 'query',
86
+				  'type' => 'boolean',
87
+				),
88
+			  ),
89
+			),
90
+		  )
91
+		)
92
+	);
93 93
   }
94 94
 }
95 95
 
@@ -125,9 +125,9 @@  discard block
 block discarded – undo
125 125
    */
126 126
   public function runpagespeed($url, $optParams = array())
127 127
   {
128
-    $params = array('url' => $url);
129
-    $params = array_merge($params, $optParams);
130
-    return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_Result");
128
+	$params = array('url' => $url);
129
+	$params = array_merge($params, $optParams);
130
+	return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_Result");
131 131
   }
132 132
 }
133 133
 
@@ -146,19 +146,19 @@  discard block
 block discarded – undo
146 146
 
147 147
   public function setArgs($args)
148 148
   {
149
-    $this->args = $args;
149
+	$this->args = $args;
150 150
   }
151 151
   public function getArgs()
152 152
   {
153
-    return $this->args;
153
+	return $this->args;
154 154
   }
155 155
   public function setFormat($format)
156 156
   {
157
-    $this->format = $format;
157
+	$this->format = $format;
158 158
   }
159 159
   public function getFormat()
160 160
   {
161
-    return $this->format;
161
+	return $this->format;
162 162
   }
163 163
 }
164 164
 
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
 {
167 167
   protected $collection_key = 'secondary_rects';
168 168
   protected $internal_gapi_mappings = array(
169
-        "secondaryRects" => "secondary_rects",
169
+		"secondaryRects" => "secondary_rects",
170 170
   );
171 171
   public $key;
172 172
   protected $rectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects';
@@ -179,43 +179,43 @@  discard block
 block discarded – undo
179 179
 
180 180
   public function setKey($key)
181 181
   {
182
-    $this->key = $key;
182
+	$this->key = $key;
183 183
   }
184 184
   public function getKey()
185 185
   {
186
-    return $this->key;
186
+	return $this->key;
187 187
   }
188 188
   public function setRects($rects)
189 189
   {
190
-    $this->rects = $rects;
190
+	$this->rects = $rects;
191 191
   }
192 192
   public function getRects()
193 193
   {
194
-    return $this->rects;
194
+	return $this->rects;
195 195
   }
196 196
   public function setSecondaryRects($secondaryRects)
197 197
   {
198
-    $this->secondaryRects = $secondaryRects;
198
+	$this->secondaryRects = $secondaryRects;
199 199
   }
200 200
   public function getSecondaryRects()
201 201
   {
202
-    return $this->secondaryRects;
202
+	return $this->secondaryRects;
203 203
   }
204 204
   public function setType($type)
205 205
   {
206
-    $this->type = $type;
206
+	$this->type = $type;
207 207
   }
208 208
   public function getType()
209 209
   {
210
-    return $this->type;
210
+	return $this->type;
211 211
   }
212 212
   public function setValue($value)
213 213
   {
214
-    $this->value = $value;
214
+	$this->value = $value;
215 215
   }
216 216
   public function getValue()
217 217
   {
218
-    return $this->value;
218
+	return $this->value;
219 219
   }
220 220
 }
221 221
 
@@ -231,35 +231,35 @@  discard block
 block discarded – undo
231 231
 
232 232
   public function setHeight($height)
233 233
   {
234
-    $this->height = $height;
234
+	$this->height = $height;
235 235
   }
236 236
   public function getHeight()
237 237
   {
238
-    return $this->height;
238
+	return $this->height;
239 239
   }
240 240
   public function setLeft($left)
241 241
   {
242
-    $this->left = $left;
242
+	$this->left = $left;
243 243
   }
244 244
   public function getLeft()
245 245
   {
246
-    return $this->left;
246
+	return $this->left;
247 247
   }
248 248
   public function setTop($top)
249 249
   {
250
-    $this->top = $top;
250
+	$this->top = $top;
251 251
   }
252 252
   public function getTop()
253 253
   {
254
-    return $this->top;
254
+	return $this->top;
255 255
   }
256 256
   public function setWidth($width)
257 257
   {
258
-    $this->width = $width;
258
+	$this->width = $width;
259 259
   }
260 260
   public function getWidth()
261 261
   {
262
-    return $this->width;
262
+	return $this->width;
263 263
   }
264 264
 }
265 265
 
@@ -275,43 +275,43 @@  discard block
 block discarded – undo
275 275
 
276 276
   public function setHeight($height)
277 277
   {
278
-    $this->height = $height;
278
+	$this->height = $height;
279 279
   }
280 280
   public function getHeight()
281 281
   {
282
-    return $this->height;
282
+	return $this->height;
283 283
   }
284 284
   public function setLeft($left)
285 285
   {
286
-    $this->left = $left;
286
+	$this->left = $left;
287 287
   }
288 288
   public function getLeft()
289 289
   {
290
-    return $this->left;
290
+	return $this->left;
291 291
   }
292 292
   public function setTop($top)
293 293
   {
294
-    $this->top = $top;
294
+	$this->top = $top;
295 295
   }
296 296
   public function getTop()
297 297
   {
298
-    return $this->top;
298
+	return $this->top;
299 299
   }
300 300
   public function setWidth($width)
301 301
   {
302
-    $this->width = $width;
302
+	$this->width = $width;
303 303
   }
304 304
   public function getWidth()
305 305
   {
306
-    return $this->width;
306
+	return $this->width;
307 307
   }
308 308
 }
309 309
 
310 310
 class Google_Service_Pagespeedonline_PagespeedApiImageV2 extends Google_Model
311 311
 {
312 312
   protected $internal_gapi_mappings = array(
313
-        "mimeType" => "mime_type",
314
-        "pageRect" => "page_rect",
313
+		"mimeType" => "mime_type",
314
+		"pageRect" => "page_rect",
315 315
   );
316 316
   public $data;
317 317
   public $height;
@@ -324,51 +324,51 @@  discard block
 block discarded – undo
324 324
 
325 325
   public function setData($data)
326 326
   {
327
-    $this->data = $data;
327
+	$this->data = $data;
328 328
   }
329 329
   public function getData()
330 330
   {
331
-    return $this->data;
331
+	return $this->data;
332 332
   }
333 333
   public function setHeight($height)
334 334
   {
335
-    $this->height = $height;
335
+	$this->height = $height;
336 336
   }
337 337
   public function getHeight()
338 338
   {
339
-    return $this->height;
339
+	return $this->height;
340 340
   }
341 341
   public function setKey($key)
342 342
   {
343
-    $this->key = $key;
343
+	$this->key = $key;
344 344
   }
345 345
   public function getKey()
346 346
   {
347
-    return $this->key;
347
+	return $this->key;
348 348
   }
349 349
   public function setMimeType($mimeType)
350 350
   {
351
-    $this->mimeType = $mimeType;
351
+	$this->mimeType = $mimeType;
352 352
   }
353 353
   public function getMimeType()
354 354
   {
355
-    return $this->mimeType;
355
+	return $this->mimeType;
356 356
   }
357 357
   public function setPageRect(Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect $pageRect)
358 358
   {
359
-    $this->pageRect = $pageRect;
359
+	$this->pageRect = $pageRect;
360 360
   }
361 361
   public function getPageRect()
362 362
   {
363
-    return $this->pageRect;
363
+	return $this->pageRect;
364 364
   }
365 365
   public function setWidth($width)
366 366
   {
367
-    $this->width = $width;
367
+	$this->width = $width;
368 368
   }
369 369
   public function getWidth()
370 370
   {
371
-    return $this->width;
371
+	return $this->width;
372 372
   }
373 373
 }
374 374
 
@@ -384,35 +384,35 @@  discard block
 block discarded – undo
384 384
 
385 385
   public function setHeight($height)
386 386
   {
387
-    $this->height = $height;
387
+	$this->height = $height;
388 388
   }
389 389
   public function getHeight()
390 390
   {
391
-    return $this->height;
391
+	return $this->height;
392 392
   }
393 393
   public function setLeft($left)
394 394
   {
395
-    $this->left = $left;
395
+	$this->left = $left;
396 396
   }
397 397
   public function getLeft()
398 398
   {
399
-    return $this->left;
399
+	return $this->left;
400 400
   }
401 401
   public function setTop($top)
402 402
   {
403
-    $this->top = $top;
403
+	$this->top = $top;
404 404
   }
405 405
   public function getTop()
406 406
   {
407
-    return $this->top;
407
+	return $this->top;
408 408
   }
409 409
   public function setWidth($width)
410 410
   {
411
-    $this->width = $width;
411
+	$this->width = $width;
412 412
   }
413 413
   public function getWidth()
414 414
   {
415
-    return $this->width;
415
+	return $this->width;
416 416
   }
417 417
 }
418 418
 
@@ -440,83 +440,83 @@  discard block
 block discarded – undo
440 440
 
441 441
   public function setFormattedResults(Google_Service_Pagespeedonline_ResultFormattedResults $formattedResults)
442 442
   {
443
-    $this->formattedResults = $formattedResults;
443
+	$this->formattedResults = $formattedResults;
444 444
   }
445 445
   public function getFormattedResults()
446 446
   {
447
-    return $this->formattedResults;
447
+	return $this->formattedResults;
448 448
   }
449 449
   public function setId($id)
450 450
   {
451
-    $this->id = $id;
451
+	$this->id = $id;
452 452
   }
453 453
   public function getId()
454 454
   {
455
-    return $this->id;
455
+	return $this->id;
456 456
   }
457 457
   public function setInvalidRules($invalidRules)
458 458
   {
459
-    $this->invalidRules = $invalidRules;
459
+	$this->invalidRules = $invalidRules;
460 460
   }
461 461
   public function getInvalidRules()
462 462
   {
463
-    return $this->invalidRules;
463
+	return $this->invalidRules;
464 464
   }
465 465
   public function setKind($kind)
466 466
   {
467
-    $this->kind = $kind;
467
+	$this->kind = $kind;
468 468
   }
469 469
   public function getKind()
470 470
   {
471
-    return $this->kind;
471
+	return $this->kind;
472 472
   }
473 473
   public function setPageStats(Google_Service_Pagespeedonline_ResultPageStats $pageStats)
474 474
   {
475
-    $this->pageStats = $pageStats;
475
+	$this->pageStats = $pageStats;
476 476
   }
477 477
   public function getPageStats()
478 478
   {
479
-    return $this->pageStats;
479
+	return $this->pageStats;
480 480
   }
481 481
   public function setResponseCode($responseCode)
482 482
   {
483
-    $this->responseCode = $responseCode;
483
+	$this->responseCode = $responseCode;
484 484
   }
485 485
   public function getResponseCode()
486 486
   {
487
-    return $this->responseCode;
487
+	return $this->responseCode;
488 488
   }
489 489
   public function setRuleGroups($ruleGroups)
490 490
   {
491
-    $this->ruleGroups = $ruleGroups;
491
+	$this->ruleGroups = $ruleGroups;
492 492
   }
493 493
   public function getRuleGroups()
494 494
   {
495
-    return $this->ruleGroups;
495
+	return $this->ruleGroups;
496 496
   }
497 497
   public function setScreenshot(Google_Service_Pagespeedonline_PagespeedApiImageV2 $screenshot)
498 498
   {
499
-    $this->screenshot = $screenshot;
499
+	$this->screenshot = $screenshot;
500 500
   }
501 501
   public function getScreenshot()
502 502
   {
503
-    return $this->screenshot;
503
+	return $this->screenshot;
504 504
   }
505 505
   public function setTitle($title)
506 506
   {
507
-    $this->title = $title;
507
+	$this->title = $title;
508 508
   }
509 509
   public function getTitle()
510 510
   {
511
-    return $this->title;
511
+	return $this->title;
512 512
   }
513 513
   public function setVersion(Google_Service_Pagespeedonline_ResultVersion $version)
514 514
   {
515
-    $this->version = $version;
515
+	$this->version = $version;
516 516
   }
517 517
   public function getVersion()
518 518
   {
519
-    return $this->version;
519
+	return $this->version;
520 520
   }
521 521
 }
522 522
 
@@ -531,19 +531,19 @@  discard block
 block discarded – undo
531 531
 
532 532
   public function setLocale($locale)
533 533
   {
534
-    $this->locale = $locale;
534
+	$this->locale = $locale;
535 535
   }
536 536
   public function getLocale()
537 537
   {
538
-    return $this->locale;
538
+	return $this->locale;
539 539
   }
540 540
   public function setRuleResults($ruleResults)
541 541
   {
542
-    $this->ruleResults = $ruleResults;
542
+	$this->ruleResults = $ruleResults;
543 543
   }
544 544
   public function getRuleResults()
545 545
   {
546
-    return $this->ruleResults;
546
+	return $this->ruleResults;
547 547
   }
548 548
 }
549 549
 
@@ -567,43 +567,43 @@  discard block
 block discarded – undo
567 567
 
568 568
   public function setGroups($groups)
569 569
   {
570
-    $this->groups = $groups;
570
+	$this->groups = $groups;
571 571
   }
572 572
   public function getGroups()
573 573
   {
574
-    return $this->groups;
574
+	return $this->groups;
575 575
   }
576 576
   public function setLocalizedRuleName($localizedRuleName)
577 577
   {
578
-    $this->localizedRuleName = $localizedRuleName;
578
+	$this->localizedRuleName = $localizedRuleName;
579 579
   }
580 580
   public function getLocalizedRuleName()
581 581
   {
582
-    return $this->localizedRuleName;
582
+	return $this->localizedRuleName;
583 583
   }
584 584
   public function setRuleImpact($ruleImpact)
585 585
   {
586
-    $this->ruleImpact = $ruleImpact;
586
+	$this->ruleImpact = $ruleImpact;
587 587
   }
588 588
   public function getRuleImpact()
589 589
   {
590
-    return $this->ruleImpact;
590
+	return $this->ruleImpact;
591 591
   }
592 592
   public function setSummary(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $summary)
593 593
   {
594
-    $this->summary = $summary;
594
+	$this->summary = $summary;
595 595
   }
596 596
   public function getSummary()
597 597
   {
598
-    return $this->summary;
598
+	return $this->summary;
599 599
   }
600 600
   public function setUrlBlocks($urlBlocks)
601 601
   {
602
-    $this->urlBlocks = $urlBlocks;
602
+	$this->urlBlocks = $urlBlocks;
603 603
   }
604 604
   public function getUrlBlocks()
605 605
   {
606
-    return $this->urlBlocks;
606
+	return $this->urlBlocks;
607 607
   }
608 608
 }
609 609
 
@@ -620,19 +620,19 @@  discard block
 block discarded – undo
620 620
 
621 621
   public function setHeader(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $header)
622 622
   {
623
-    $this->header = $header;
623
+	$this->header = $header;
624 624
   }
625 625
   public function getHeader()
626 626
   {
627
-    return $this->header;
627
+	return $this->header;
628 628
   }
629 629
   public function setUrls($urls)
630 630
   {
631
-    $this->urls = $urls;
631
+	$this->urls = $urls;
632 632
   }
633 633
   public function getUrls()
634 634
   {
635
-    return $this->urls;
635
+	return $this->urls;
636 636
   }
637 637
 }
638 638
 
@@ -649,19 +649,19 @@  discard block
 block discarded – undo
649 649
 
650 650
   public function setDetails($details)
651 651
   {
652
-    $this->details = $details;
652
+	$this->details = $details;
653 653
   }
654 654
   public function getDetails()
655 655
   {
656
-    return $this->details;
656
+	return $this->details;
657 657
   }
658 658
   public function setResult(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $result)
659 659
   {
660
-    $this->result = $result;
660
+	$this->result = $result;
661 661
   }
662 662
   public function getResult()
663 663
   {
664
-    return $this->result;
664
+	return $this->result;
665 665
   }
666 666
 }
667 667
 
@@ -686,107 +686,107 @@  discard block
 block discarded – undo
686 686
 
687 687
   public function setCssResponseBytes($cssResponseBytes)
688 688
   {
689
-    $this->cssResponseBytes = $cssResponseBytes;
689
+	$this->cssResponseBytes = $cssResponseBytes;
690 690
   }
691 691
   public function getCssResponseBytes()
692 692
   {
693
-    return $this->cssResponseBytes;
693
+	return $this->cssResponseBytes;
694 694
   }
695 695
   public function setFlashResponseBytes($flashResponseBytes)
696 696
   {
697
-    $this->flashResponseBytes = $flashResponseBytes;
697
+	$this->flashResponseBytes = $flashResponseBytes;
698 698
   }
699 699
   public function getFlashResponseBytes()
700 700
   {
701
-    return $this->flashResponseBytes;
701
+	return $this->flashResponseBytes;
702 702
   }
703 703
   public function setHtmlResponseBytes($htmlResponseBytes)
704 704
   {
705
-    $this->htmlResponseBytes = $htmlResponseBytes;
705
+	$this->htmlResponseBytes = $htmlResponseBytes;
706 706
   }
707 707
   public function getHtmlResponseBytes()
708 708
   {
709
-    return $this->htmlResponseBytes;
709
+	return $this->htmlResponseBytes;
710 710
   }
711 711
   public function setImageResponseBytes($imageResponseBytes)
712 712
   {
713
-    $this->imageResponseBytes = $imageResponseBytes;
713
+	$this->imageResponseBytes = $imageResponseBytes;
714 714
   }
715 715
   public function getImageResponseBytes()
716 716
   {
717
-    return $this->imageResponseBytes;
717
+	return $this->imageResponseBytes;
718 718
   }
719 719
   public function setJavascriptResponseBytes($javascriptResponseBytes)
720 720
   {
721
-    $this->javascriptResponseBytes = $javascriptResponseBytes;
721
+	$this->javascriptResponseBytes = $javascriptResponseBytes;
722 722
   }
723 723
   public function getJavascriptResponseBytes()
724 724
   {
725
-    return $this->javascriptResponseBytes;
725
+	return $this->javascriptResponseBytes;
726 726
   }
727 727
   public function setNumberCssResources($numberCssResources)
728 728
   {
729
-    $this->numberCssResources = $numberCssResources;
729
+	$this->numberCssResources = $numberCssResources;
730 730
   }
731 731
   public function getNumberCssResources()
732 732
   {
733
-    return $this->numberCssResources;
733
+	return $this->numberCssResources;
734 734
   }
735 735
   public function setNumberHosts($numberHosts)
736 736
   {
737
-    $this->numberHosts = $numberHosts;
737
+	$this->numberHosts = $numberHosts;
738 738
   }
739 739
   public function getNumberHosts()
740 740
   {
741
-    return $this->numberHosts;
741
+	return $this->numberHosts;
742 742
   }
743 743
   public function setNumberJsResources($numberJsResources)
744 744
   {
745
-    $this->numberJsResources = $numberJsResources;
745
+	$this->numberJsResources = $numberJsResources;
746 746
   }
747 747
   public function getNumberJsResources()
748 748
   {
749
-    return $this->numberJsResources;
749
+	return $this->numberJsResources;
750 750
   }
751 751
   public function setNumberResources($numberResources)
752 752
   {
753
-    $this->numberResources = $numberResources;
753
+	$this->numberResources = $numberResources;
754 754
   }
755 755
   public function getNumberResources()
756 756
   {
757
-    return $this->numberResources;
757
+	return $this->numberResources;
758 758
   }
759 759
   public function setNumberStaticResources($numberStaticResources)
760 760
   {
761
-    $this->numberStaticResources = $numberStaticResources;
761
+	$this->numberStaticResources = $numberStaticResources;
762 762
   }
763 763
   public function getNumberStaticResources()
764 764
   {
765
-    return $this->numberStaticResources;
765
+	return $this->numberStaticResources;
766 766
   }
767 767
   public function setOtherResponseBytes($otherResponseBytes)
768 768
   {
769
-    $this->otherResponseBytes = $otherResponseBytes;
769
+	$this->otherResponseBytes = $otherResponseBytes;
770 770
   }
771 771
   public function getOtherResponseBytes()
772 772
   {
773
-    return $this->otherResponseBytes;
773
+	return $this->otherResponseBytes;
774 774
   }
775 775
   public function setTextResponseBytes($textResponseBytes)
776 776
   {
777
-    $this->textResponseBytes = $textResponseBytes;
777
+	$this->textResponseBytes = $textResponseBytes;
778 778
   }
779 779
   public function getTextResponseBytes()
780 780
   {
781
-    return $this->textResponseBytes;
781
+	return $this->textResponseBytes;
782 782
   }
783 783
   public function setTotalRequestBytes($totalRequestBytes)
784 784
   {
785
-    $this->totalRequestBytes = $totalRequestBytes;
785
+	$this->totalRequestBytes = $totalRequestBytes;
786 786
   }
787 787
   public function getTotalRequestBytes()
788 788
   {
789
-    return $this->totalRequestBytes;
789
+	return $this->totalRequestBytes;
790 790
   }
791 791
 }
792 792
 
@@ -803,11 +803,11 @@  discard block
 block discarded – undo
803 803
 
804 804
   public function setScore($score)
805 805
   {
806
-    $this->score = $score;
806
+	$this->score = $score;
807 807
   }
808 808
   public function getScore()
809 809
   {
810
-    return $this->score;
810
+	return $this->score;
811 811
   }
812 812
 }
813 813
 
@@ -821,18 +821,18 @@  discard block
 block discarded – undo
821 821
 
822 822
   public function setMajor($major)
823 823
   {
824
-    $this->major = $major;
824
+	$this->major = $major;
825 825
   }
826 826
   public function getMajor()
827 827
   {
828
-    return $this->major;
828
+	return $this->major;
829 829
   }
830 830
   public function setMinor($minor)
831 831
   {
832
-    $this->minor = $minor;
832
+	$this->minor = $minor;
833 833
   }
834 834
   public function getMinor()
835 835
   {
836
-    return $this->minor;
836
+	return $this->minor;
837 837
   }
838 838
 }
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Oauth2.php 2 patches
Indentation   +143 added lines, -143 removed lines patch added patch discarded remove patch
@@ -32,16 +32,16 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Know your basic profile info and list of people in your circles.. */
34 34
   const PLUS_LOGIN =
35
-      "https://www.googleapis.com/auth/plus.login";
35
+	  "https://www.googleapis.com/auth/plus.login";
36 36
   /** Know who you are on Google. */
37 37
   const PLUS_ME =
38
-      "https://www.googleapis.com/auth/plus.me";
38
+	  "https://www.googleapis.com/auth/plus.me";
39 39
   /** View your email address. */
40 40
   const USERINFO_EMAIL =
41
-      "https://www.googleapis.com/auth/userinfo.email";
41
+	  "https://www.googleapis.com/auth/userinfo.email";
42 42
   /** View your basic profile info. */
43 43
   const USERINFO_PROFILE =
44
-      "https://www.googleapis.com/auth/userinfo.profile";
44
+	  "https://www.googleapis.com/auth/userinfo.profile";
45 45
 
46 46
   public $userinfo;
47 47
   public $userinfo_v2_me;
@@ -54,71 +54,71 @@  discard block
 block discarded – undo
54 54
    */
55 55
   public function __construct(Google_Client $client)
56 56
   {
57
-    parent::__construct($client);
58
-    $this->rootUrl = 'https://www.googleapis.com/';
59
-    $this->servicePath = '';
60
-    $this->version = 'v2';
61
-    $this->serviceName = 'oauth2';
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = '';
60
+	$this->version = 'v2';
61
+	$this->serviceName = 'oauth2';
62 62
 
63
-    $this->userinfo = new Google_Service_Oauth2_Userinfo_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'userinfo',
67
-        array(
68
-          'methods' => array(
69
-            'get' => array(
70
-              'path' => 'oauth2/v2/userinfo',
71
-              'httpMethod' => 'GET',
72
-              'parameters' => array(),
73
-            ),
74
-          )
75
-        )
76
-    );
77
-    $this->userinfo_v2_me = new Google_Service_Oauth2_UserinfoV2Me_Resource(
78
-        $this,
79
-        $this->serviceName,
80
-        'me',
81
-        array(
82
-          'methods' => array(
83
-            'get' => array(
84
-              'path' => 'userinfo/v2/me',
85
-              'httpMethod' => 'GET',
86
-              'parameters' => array(),
87
-            ),
88
-          )
89
-        )
90
-    );
91
-    $this->base_methods = new Google_Service_Resource(
92
-        $this,
93
-        $this->serviceName,
94
-        '',
95
-        array(
96
-          'methods' => array(
97
-            'getCertForOpenIdConnect' => array(
98
-              'path' => 'oauth2/v2/certs',
99
-              'httpMethod' => 'GET',
100
-              'parameters' => array(),
101
-            ),'tokeninfo' => array(
102
-              'path' => 'oauth2/v2/tokeninfo',
103
-              'httpMethod' => 'POST',
104
-              'parameters' => array(
105
-                'access_token' => array(
106
-                  'location' => 'query',
107
-                  'type' => 'string',
108
-                ),
109
-                'id_token' => array(
110
-                  'location' => 'query',
111
-                  'type' => 'string',
112
-                ),
113
-                'token_handle' => array(
114
-                  'location' => 'query',
115
-                  'type' => 'string',
116
-                ),
117
-              ),
118
-            ),
119
-          )
120
-        )
121
-    );
63
+	$this->userinfo = new Google_Service_Oauth2_Userinfo_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'userinfo',
67
+		array(
68
+		  'methods' => array(
69
+			'get' => array(
70
+			  'path' => 'oauth2/v2/userinfo',
71
+			  'httpMethod' => 'GET',
72
+			  'parameters' => array(),
73
+			),
74
+		  )
75
+		)
76
+	);
77
+	$this->userinfo_v2_me = new Google_Service_Oauth2_UserinfoV2Me_Resource(
78
+		$this,
79
+		$this->serviceName,
80
+		'me',
81
+		array(
82
+		  'methods' => array(
83
+			'get' => array(
84
+			  'path' => 'userinfo/v2/me',
85
+			  'httpMethod' => 'GET',
86
+			  'parameters' => array(),
87
+			),
88
+		  )
89
+		)
90
+	);
91
+	$this->base_methods = new Google_Service_Resource(
92
+		$this,
93
+		$this->serviceName,
94
+		'',
95
+		array(
96
+		  'methods' => array(
97
+			'getCertForOpenIdConnect' => array(
98
+			  'path' => 'oauth2/v2/certs',
99
+			  'httpMethod' => 'GET',
100
+			  'parameters' => array(),
101
+			),'tokeninfo' => array(
102
+			  'path' => 'oauth2/v2/tokeninfo',
103
+			  'httpMethod' => 'POST',
104
+			  'parameters' => array(
105
+				'access_token' => array(
106
+				  'location' => 'query',
107
+				  'type' => 'string',
108
+				),
109
+				'id_token' => array(
110
+				  'location' => 'query',
111
+				  'type' => 'string',
112
+				),
113
+				'token_handle' => array(
114
+				  'location' => 'query',
115
+				  'type' => 'string',
116
+				),
117
+			  ),
118
+			),
119
+		  )
120
+		)
121
+	);
122 122
   }
123 123
   /**
124 124
    * (getCertForOpenIdConnect)
@@ -128,9 +128,9 @@  discard block
 block discarded – undo
128 128
    */
129 129
   public function getCertForOpenIdConnect($optParams = array())
130 130
   {
131
-    $params = array();
132
-    $params = array_merge($params, $optParams);
133
-    return $this->base_methods->call('getCertForOpenIdConnect', array($params), "Google_Service_Oauth2_Jwk");
131
+	$params = array();
132
+	$params = array_merge($params, $optParams);
133
+	return $this->base_methods->call('getCertForOpenIdConnect', array($params), "Google_Service_Oauth2_Jwk");
134 134
   }
135 135
   /**
136 136
    * (tokeninfo)
@@ -144,9 +144,9 @@  discard block
 block discarded – undo
144 144
    */
145 145
   public function tokeninfo($optParams = array())
146 146
   {
147
-    $params = array();
148
-    $params = array_merge($params, $optParams);
149
-    return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo");
147
+	$params = array();
148
+	$params = array_merge($params, $optParams);
149
+	return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo");
150 150
   }
151 151
 }
152 152
 
@@ -170,9 +170,9 @@  discard block
 block discarded – undo
170 170
    */
171 171
   public function get($optParams = array())
172 172
   {
173
-    $params = array();
174
-    $params = array_merge($params, $optParams);
175
-    return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus");
173
+	$params = array();
174
+	$params = array_merge($params, $optParams);
175
+	return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus");
176 176
   }
177 177
 }
178 178
 
@@ -207,9 +207,9 @@  discard block
 block discarded – undo
207 207
    */
208 208
   public function get($optParams = array())
209 209
   {
210
-    $params = array();
211
-    $params = array_merge($params, $optParams);
212
-    return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus");
210
+	$params = array();
211
+	$params = array_merge($params, $optParams);
212
+	return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus");
213 213
   }
214 214
 }
215 215
 
@@ -227,11 +227,11 @@  discard block
 block discarded – undo
227 227
 
228 228
   public function setKeys($keys)
229 229
   {
230
-    $this->keys = $keys;
230
+	$this->keys = $keys;
231 231
   }
232 232
   public function getKeys()
233 233
   {
234
-    return $this->keys;
234
+	return $this->keys;
235 235
   }
236 236
 }
237 237
 
@@ -249,63 +249,63 @@  discard block
 block discarded – undo
249 249
 
250 250
   public function setAlg($alg)
251 251
   {
252
-    $this->alg = $alg;
252
+	$this->alg = $alg;
253 253
   }
254 254
   public function getAlg()
255 255
   {
256
-    return $this->alg;
256
+	return $this->alg;
257 257
   }
258 258
   public function setE($e)
259 259
   {
260
-    $this->e = $e;
260
+	$this->e = $e;
261 261
   }
262 262
   public function getE()
263 263
   {
264
-    return $this->e;
264
+	return $this->e;
265 265
   }
266 266
   public function setKid($kid)
267 267
   {
268
-    $this->kid = $kid;
268
+	$this->kid = $kid;
269 269
   }
270 270
   public function getKid()
271 271
   {
272
-    return $this->kid;
272
+	return $this->kid;
273 273
   }
274 274
   public function setKty($kty)
275 275
   {
276
-    $this->kty = $kty;
276
+	$this->kty = $kty;
277 277
   }
278 278
   public function getKty()
279 279
   {
280
-    return $this->kty;
280
+	return $this->kty;
281 281
   }
282 282
   public function setN($n)
283 283
   {
284
-    $this->n = $n;
284
+	$this->n = $n;
285 285
   }
286 286
   public function getN()
287 287
   {
288
-    return $this->n;
288
+	return $this->n;
289 289
   }
290 290
   public function setUse($use)
291 291
   {
292
-    $this->use = $use;
292
+	$this->use = $use;
293 293
   }
294 294
   public function getUse()
295 295
   {
296
-    return $this->use;
296
+	return $this->use;
297 297
   }
298 298
 }
299 299
 
300 300
 class Google_Service_Oauth2_Tokeninfo extends Google_Model
301 301
 {
302 302
   protected $internal_gapi_mappings = array(
303
-        "accessType" => "access_type",
304
-        "expiresIn" => "expires_in",
305
-        "issuedTo" => "issued_to",
306
-        "tokenHandle" => "token_handle",
307
-        "userId" => "user_id",
308
-        "verifiedEmail" => "verified_email",
303
+		"accessType" => "access_type",
304
+		"expiresIn" => "expires_in",
305
+		"issuedTo" => "issued_to",
306
+		"tokenHandle" => "token_handle",
307
+		"userId" => "user_id",
308
+		"verifiedEmail" => "verified_email",
309 309
   );
310 310
   public $accessType;
311 311
   public $audience;
@@ -320,84 +320,84 @@  discard block
 block discarded – undo
320 320
 
321 321
   public function setAccessType($accessType)
322 322
   {
323
-    $this->accessType = $accessType;
323
+	$this->accessType = $accessType;
324 324
   }
325 325
   public function getAccessType()
326 326
   {
327
-    return $this->accessType;
327
+	return $this->accessType;
328 328
   }
329 329
   public function setAudience($audience)
330 330
   {
331
-    $this->audience = $audience;
331
+	$this->audience = $audience;
332 332
   }
333 333
   public function getAudience()
334 334
   {
335
-    return $this->audience;
335
+	return $this->audience;
336 336
   }
337 337
   public function setEmail($email)
338 338
   {
339
-    $this->email = $email;
339
+	$this->email = $email;
340 340
   }
341 341
   public function getEmail()
342 342
   {
343
-    return $this->email;
343
+	return $this->email;
344 344
   }
345 345
   public function setExpiresIn($expiresIn)
346 346
   {
347
-    $this->expiresIn = $expiresIn;
347
+	$this->expiresIn = $expiresIn;
348 348
   }
349 349
   public function getExpiresIn()
350 350
   {
351
-    return $this->expiresIn;
351
+	return $this->expiresIn;
352 352
   }
353 353
   public function setIssuedTo($issuedTo)
354 354
   {
355
-    $this->issuedTo = $issuedTo;
355
+	$this->issuedTo = $issuedTo;
356 356
   }
357 357
   public function getIssuedTo()
358 358
   {
359
-    return $this->issuedTo;
359
+	return $this->issuedTo;
360 360
   }
361 361
   public function setScope($scope)
362 362
   {
363
-    $this->scope = $scope;
363
+	$this->scope = $scope;
364 364
   }
365 365
   public function getScope()
366 366
   {
367
-    return $this->scope;
367
+	return $this->scope;
368 368
   }
369 369
   public function setTokenHandle($tokenHandle)
370 370
   {
371
-    $this->tokenHandle = $tokenHandle;
371
+	$this->tokenHandle = $tokenHandle;
372 372
   }
373 373
   public function getTokenHandle()
374 374
   {
375
-    return $this->tokenHandle;
375
+	return $this->tokenHandle;
376 376
   }
377 377
   public function setUserId($userId)
378 378
   {
379
-    $this->userId = $userId;
379
+	$this->userId = $userId;
380 380
   }
381 381
   public function getUserId()
382 382
   {
383
-    return $this->userId;
383
+	return $this->userId;
384 384
   }
385 385
   public function setVerifiedEmail($verifiedEmail)
386 386
   {
387
-    $this->verifiedEmail = $verifiedEmail;
387
+	$this->verifiedEmail = $verifiedEmail;
388 388
   }
389 389
   public function getVerifiedEmail()
390 390
   {
391
-    return $this->verifiedEmail;
391
+	return $this->verifiedEmail;
392 392
   }
393 393
 }
394 394
 
395 395
 class Google_Service_Oauth2_Userinfoplus extends Google_Model
396 396
 {
397 397
   protected $internal_gapi_mappings = array(
398
-        "familyName" => "family_name",
399
-        "givenName" => "given_name",
400
-        "verifiedEmail" => "verified_email",
398
+		"familyName" => "family_name",
399
+		"givenName" => "given_name",
400
+		"verifiedEmail" => "verified_email",
401 401
   );
402 402
   public $email;
403 403
   public $familyName;
@@ -414,90 +414,90 @@  discard block
 block discarded – undo
414 414
 
415 415
   public function setEmail($email)
416 416
   {
417
-    $this->email = $email;
417
+	$this->email = $email;
418 418
   }
419 419
   public function getEmail()
420 420
   {
421
-    return $this->email;
421
+	return $this->email;
422 422
   }
423 423
   public function setFamilyName($familyName)
424 424
   {
425
-    $this->familyName = $familyName;
425
+	$this->familyName = $familyName;
426 426
   }
427 427
   public function getFamilyName()
428 428
   {
429
-    return $this->familyName;
429
+	return $this->familyName;
430 430
   }
431 431
   public function setGender($gender)
432 432
   {
433
-    $this->gender = $gender;
433
+	$this->gender = $gender;
434 434
   }
435 435
   public function getGender()
436 436
   {
437
-    return $this->gender;
437
+	return $this->gender;
438 438
   }
439 439
   public function setGivenName($givenName)
440 440
   {
441
-    $this->givenName = $givenName;
441
+	$this->givenName = $givenName;
442 442
   }
443 443
   public function getGivenName()
444 444
   {
445
-    return $this->givenName;
445
+	return $this->givenName;
446 446
   }
447 447
   public function setHd($hd)
448 448
   {
449
-    $this->hd = $hd;
449
+	$this->hd = $hd;
450 450
   }
451 451
   public function getHd()
452 452
   {
453
-    return $this->hd;
453
+	return $this->hd;
454 454
   }
455 455
   public function setId($id)
456 456
   {
457
-    $this->id = $id;
457
+	$this->id = $id;
458 458
   }
459 459
   public function getId()
460 460
   {
461
-    return $this->id;
461
+	return $this->id;
462 462
   }
463 463
   public function setLink($link)
464 464
   {
465
-    $this->link = $link;
465
+	$this->link = $link;
466 466
   }
467 467
   public function getLink()
468 468
   {
469
-    return $this->link;
469
+	return $this->link;
470 470
   }
471 471
   public function setLocale($locale)
472 472
   {
473
-    $this->locale = $locale;
473
+	$this->locale = $locale;
474 474
   }
475 475
   public function getLocale()
476 476
   {
477
-    return $this->locale;
477
+	return $this->locale;
478 478
   }
479 479
   public function setName($name)
480 480
   {
481
-    $this->name = $name;
481
+	$this->name = $name;
482 482
   }
483 483
   public function getName()
484 484
   {
485
-    return $this->name;
485
+	return $this->name;
486 486
   }
487 487
   public function setPicture($picture)
488 488
   {
489
-    $this->picture = $picture;
489
+	$this->picture = $picture;
490 490
   }
491 491
   public function getPicture()
492 492
   {
493
-    return $this->picture;
493
+	return $this->picture;
494 494
   }
495 495
   public function setVerifiedEmail($verifiedEmail)
496 496
   {
497
-    $this->verifiedEmail = $verifiedEmail;
497
+	$this->verifiedEmail = $verifiedEmail;
498 498
   }
499 499
   public function getVerifiedEmail()
500 500
   {
501
-    return $this->verifiedEmail;
501
+	return $this->verifiedEmail;
502 502
   }
503 503
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
               'path' => 'oauth2/v2/certs',
99 99
               'httpMethod' => 'GET',
100 100
               'parameters' => array(),
101
-            ),'tokeninfo' => array(
101
+            ), 'tokeninfo' => array(
102 102
               'path' => 'oauth2/v2/tokeninfo',
103 103
               'httpMethod' => 'POST',
104 104
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Analytics.php 2 patches
Indentation   +3292 added lines, -3292 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 Google Analytics data. */
34 34
   const ANALYTICS =
35
-      "https://www.googleapis.com/auth/analytics";
35
+	  "https://www.googleapis.com/auth/analytics";
36 36
   /** Edit Google Analytics management entities. */
37 37
   const ANALYTICS_EDIT =
38
-      "https://www.googleapis.com/auth/analytics.edit";
38
+	  "https://www.googleapis.com/auth/analytics.edit";
39 39
   /** Manage Google Analytics Account users by email address. */
40 40
   const ANALYTICS_MANAGE_USERS =
41
-      "https://www.googleapis.com/auth/analytics.manage.users";
41
+	  "https://www.googleapis.com/auth/analytics.manage.users";
42 42
   /** View Google Analytics user permissions. */
43 43
   const ANALYTICS_MANAGE_USERS_READONLY =
44
-      "https://www.googleapis.com/auth/analytics.manage.users.readonly";
44
+	  "https://www.googleapis.com/auth/analytics.manage.users.readonly";
45 45
   /** Create a new Google Analytics account along with its default property and view. */
46 46
   const ANALYTICS_PROVISION =
47
-      "https://www.googleapis.com/auth/analytics.provision";
47
+	  "https://www.googleapis.com/auth/analytics.provision";
48 48
   /** View your Google Analytics data. */
49 49
   const ANALYTICS_READONLY =
50
-      "https://www.googleapis.com/auth/analytics.readonly";
50
+	  "https://www.googleapis.com/auth/analytics.readonly";
51 51
 
52 52
   public $data_ga;
53 53
   public $data_mcf;
@@ -81,1883 +81,1883 @@  discard block
 block discarded – undo
81 81
    */
82 82
   public function __construct(Google_Client $client)
83 83
   {
84
-    parent::__construct($client);
85
-    $this->rootUrl = 'https://www.googleapis.com/';
86
-    $this->servicePath = 'analytics/v3/';
87
-    $this->version = 'v3';
88
-    $this->serviceName = 'analytics';
89
-
90
-    $this->data_ga = new Google_Service_Analytics_DataGa_Resource(
91
-        $this,
92
-        $this->serviceName,
93
-        'ga',
94
-        array(
95
-          'methods' => array(
96
-            'get' => array(
97
-              'path' => 'data/ga',
98
-              'httpMethod' => 'GET',
99
-              'parameters' => array(
100
-                'ids' => array(
101
-                  'location' => 'query',
102
-                  'type' => 'string',
103
-                  'required' => true,
104
-                ),
105
-                'start-date' => array(
106
-                  'location' => 'query',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'end-date' => array(
111
-                  'location' => 'query',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-                'metrics' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'string',
118
-                  'required' => true,
119
-                ),
120
-                'max-results' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'integer',
123
-                ),
124
-                'sort' => array(
125
-                  'location' => 'query',
126
-                  'type' => 'string',
127
-                ),
128
-                'dimensions' => array(
129
-                  'location' => 'query',
130
-                  'type' => 'string',
131
-                ),
132
-                'start-index' => array(
133
-                  'location' => 'query',
134
-                  'type' => 'integer',
135
-                ),
136
-                'segment' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'string',
139
-                ),
140
-                'samplingLevel' => array(
141
-                  'location' => 'query',
142
-                  'type' => 'string',
143
-                ),
144
-                'filters' => array(
145
-                  'location' => 'query',
146
-                  'type' => 'string',
147
-                ),
148
-                'output' => array(
149
-                  'location' => 'query',
150
-                  'type' => 'string',
151
-                ),
152
-              ),
153
-            ),
154
-          )
155
-        )
156
-    );
157
-    $this->data_mcf = new Google_Service_Analytics_DataMcf_Resource(
158
-        $this,
159
-        $this->serviceName,
160
-        'mcf',
161
-        array(
162
-          'methods' => array(
163
-            'get' => array(
164
-              'path' => 'data/mcf',
165
-              'httpMethod' => 'GET',
166
-              'parameters' => array(
167
-                'ids' => array(
168
-                  'location' => 'query',
169
-                  'type' => 'string',
170
-                  'required' => true,
171
-                ),
172
-                'start-date' => array(
173
-                  'location' => 'query',
174
-                  'type' => 'string',
175
-                  'required' => true,
176
-                ),
177
-                'end-date' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'string',
180
-                  'required' => true,
181
-                ),
182
-                'metrics' => array(
183
-                  'location' => 'query',
184
-                  'type' => 'string',
185
-                  'required' => true,
186
-                ),
187
-                'max-results' => array(
188
-                  'location' => 'query',
189
-                  'type' => 'integer',
190
-                ),
191
-                'sort' => array(
192
-                  'location' => 'query',
193
-                  'type' => 'string',
194
-                ),
195
-                'dimensions' => array(
196
-                  'location' => 'query',
197
-                  'type' => 'string',
198
-                ),
199
-                'start-index' => array(
200
-                  'location' => 'query',
201
-                  'type' => 'integer',
202
-                ),
203
-                'samplingLevel' => array(
204
-                  'location' => 'query',
205
-                  'type' => 'string',
206
-                ),
207
-                'filters' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'string',
210
-                ),
211
-              ),
212
-            ),
213
-          )
214
-        )
215
-    );
216
-    $this->data_realtime = new Google_Service_Analytics_DataRealtime_Resource(
217
-        $this,
218
-        $this->serviceName,
219
-        'realtime',
220
-        array(
221
-          'methods' => array(
222
-            'get' => array(
223
-              'path' => 'data/realtime',
224
-              'httpMethod' => 'GET',
225
-              'parameters' => array(
226
-                'ids' => array(
227
-                  'location' => 'query',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'metrics' => array(
232
-                  'location' => 'query',
233
-                  'type' => 'string',
234
-                  'required' => true,
235
-                ),
236
-                'max-results' => array(
237
-                  'location' => 'query',
238
-                  'type' => 'integer',
239
-                ),
240
-                'sort' => array(
241
-                  'location' => 'query',
242
-                  'type' => 'string',
243
-                ),
244
-                'dimensions' => array(
245
-                  'location' => 'query',
246
-                  'type' => 'string',
247
-                ),
248
-                'filters' => array(
249
-                  'location' => 'query',
250
-                  'type' => 'string',
251
-                ),
252
-              ),
253
-            ),
254
-          )
255
-        )
256
-    );
257
-    $this->management_accountSummaries = new Google_Service_Analytics_ManagementAccountSummaries_Resource(
258
-        $this,
259
-        $this->serviceName,
260
-        'accountSummaries',
261
-        array(
262
-          'methods' => array(
263
-            'list' => array(
264
-              'path' => 'management/accountSummaries',
265
-              'httpMethod' => 'GET',
266
-              'parameters' => array(
267
-                'max-results' => array(
268
-                  'location' => 'query',
269
-                  'type' => 'integer',
270
-                ),
271
-                'start-index' => array(
272
-                  'location' => 'query',
273
-                  'type' => 'integer',
274
-                ),
275
-              ),
276
-            ),
277
-          )
278
-        )
279
-    );
280
-    $this->management_accountUserLinks = new Google_Service_Analytics_ManagementAccountUserLinks_Resource(
281
-        $this,
282
-        $this->serviceName,
283
-        'accountUserLinks',
284
-        array(
285
-          'methods' => array(
286
-            'delete' => array(
287
-              'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
288
-              'httpMethod' => 'DELETE',
289
-              'parameters' => array(
290
-                'accountId' => array(
291
-                  'location' => 'path',
292
-                  'type' => 'string',
293
-                  'required' => true,
294
-                ),
295
-                'linkId' => array(
296
-                  'location' => 'path',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-              ),
301
-            ),'insert' => array(
302
-              'path' => 'management/accounts/{accountId}/entityUserLinks',
303
-              'httpMethod' => 'POST',
304
-              'parameters' => array(
305
-                'accountId' => array(
306
-                  'location' => 'path',
307
-                  'type' => 'string',
308
-                  'required' => true,
309
-                ),
310
-              ),
311
-            ),'list' => array(
312
-              'path' => 'management/accounts/{accountId}/entityUserLinks',
313
-              'httpMethod' => 'GET',
314
-              'parameters' => array(
315
-                'accountId' => array(
316
-                  'location' => 'path',
317
-                  'type' => 'string',
318
-                  'required' => true,
319
-                ),
320
-                'max-results' => array(
321
-                  'location' => 'query',
322
-                  'type' => 'integer',
323
-                ),
324
-                'start-index' => array(
325
-                  'location' => 'query',
326
-                  'type' => 'integer',
327
-                ),
328
-              ),
329
-            ),'update' => array(
330
-              'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
331
-              'httpMethod' => 'PUT',
332
-              'parameters' => array(
333
-                'accountId' => array(
334
-                  'location' => 'path',
335
-                  'type' => 'string',
336
-                  'required' => true,
337
-                ),
338
-                'linkId' => array(
339
-                  'location' => 'path',
340
-                  'type' => 'string',
341
-                  'required' => true,
342
-                ),
343
-              ),
344
-            ),
345
-          )
346
-        )
347
-    );
348
-    $this->management_accounts = new Google_Service_Analytics_ManagementAccounts_Resource(
349
-        $this,
350
-        $this->serviceName,
351
-        'accounts',
352
-        array(
353
-          'methods' => array(
354
-            'list' => array(
355
-              'path' => 'management/accounts',
356
-              'httpMethod' => 'GET',
357
-              'parameters' => array(
358
-                'max-results' => array(
359
-                  'location' => 'query',
360
-                  'type' => 'integer',
361
-                ),
362
-                'start-index' => array(
363
-                  'location' => 'query',
364
-                  'type' => 'integer',
365
-                ),
366
-              ),
367
-            ),
368
-          )
369
-        )
370
-    );
371
-    $this->management_customDataSources = new Google_Service_Analytics_ManagementCustomDataSources_Resource(
372
-        $this,
373
-        $this->serviceName,
374
-        'customDataSources',
375
-        array(
376
-          'methods' => array(
377
-            'list' => array(
378
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources',
379
-              'httpMethod' => 'GET',
380
-              'parameters' => array(
381
-                'accountId' => array(
382
-                  'location' => 'path',
383
-                  'type' => 'string',
384
-                  'required' => true,
385
-                ),
386
-                'webPropertyId' => array(
387
-                  'location' => 'path',
388
-                  'type' => 'string',
389
-                  'required' => true,
390
-                ),
391
-                'max-results' => array(
392
-                  'location' => 'query',
393
-                  'type' => 'integer',
394
-                ),
395
-                'start-index' => array(
396
-                  'location' => 'query',
397
-                  'type' => 'integer',
398
-                ),
399
-              ),
400
-            ),
401
-          )
402
-        )
403
-    );
404
-    $this->management_customDimensions = new Google_Service_Analytics_ManagementCustomDimensions_Resource(
405
-        $this,
406
-        $this->serviceName,
407
-        'customDimensions',
408
-        array(
409
-          'methods' => array(
410
-            'get' => array(
411
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
412
-              'httpMethod' => 'GET',
413
-              'parameters' => array(
414
-                'accountId' => array(
415
-                  'location' => 'path',
416
-                  'type' => 'string',
417
-                  'required' => true,
418
-                ),
419
-                'webPropertyId' => array(
420
-                  'location' => 'path',
421
-                  'type' => 'string',
422
-                  'required' => true,
423
-                ),
424
-                'customDimensionId' => array(
425
-                  'location' => 'path',
426
-                  'type' => 'string',
427
-                  'required' => true,
428
-                ),
429
-              ),
430
-            ),'insert' => array(
431
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
432
-              'httpMethod' => 'POST',
433
-              'parameters' => array(
434
-                'accountId' => array(
435
-                  'location' => 'path',
436
-                  'type' => 'string',
437
-                  'required' => true,
438
-                ),
439
-                'webPropertyId' => array(
440
-                  'location' => 'path',
441
-                  'type' => 'string',
442
-                  'required' => true,
443
-                ),
444
-              ),
445
-            ),'list' => array(
446
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
447
-              'httpMethod' => 'GET',
448
-              'parameters' => array(
449
-                'accountId' => array(
450
-                  'location' => 'path',
451
-                  'type' => 'string',
452
-                  'required' => true,
453
-                ),
454
-                'webPropertyId' => array(
455
-                  'location' => 'path',
456
-                  'type' => 'string',
457
-                  'required' => true,
458
-                ),
459
-                'max-results' => array(
460
-                  'location' => 'query',
461
-                  'type' => 'integer',
462
-                ),
463
-                'start-index' => array(
464
-                  'location' => 'query',
465
-                  'type' => 'integer',
466
-                ),
467
-              ),
468
-            ),'patch' => array(
469
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
470
-              'httpMethod' => 'PATCH',
471
-              'parameters' => array(
472
-                'accountId' => array(
473
-                  'location' => 'path',
474
-                  'type' => 'string',
475
-                  'required' => true,
476
-                ),
477
-                'webPropertyId' => array(
478
-                  'location' => 'path',
479
-                  'type' => 'string',
480
-                  'required' => true,
481
-                ),
482
-                'customDimensionId' => array(
483
-                  'location' => 'path',
484
-                  'type' => 'string',
485
-                  'required' => true,
486
-                ),
487
-                'ignoreCustomDataSourceLinks' => array(
488
-                  'location' => 'query',
489
-                  'type' => 'boolean',
490
-                ),
491
-              ),
492
-            ),'update' => array(
493
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
494
-              'httpMethod' => 'PUT',
495
-              'parameters' => array(
496
-                'accountId' => array(
497
-                  'location' => 'path',
498
-                  'type' => 'string',
499
-                  'required' => true,
500
-                ),
501
-                'webPropertyId' => array(
502
-                  'location' => 'path',
503
-                  'type' => 'string',
504
-                  'required' => true,
505
-                ),
506
-                'customDimensionId' => array(
507
-                  'location' => 'path',
508
-                  'type' => 'string',
509
-                  'required' => true,
510
-                ),
511
-                'ignoreCustomDataSourceLinks' => array(
512
-                  'location' => 'query',
513
-                  'type' => 'boolean',
514
-                ),
515
-              ),
516
-            ),
517
-          )
518
-        )
519
-    );
520
-    $this->management_customMetrics = new Google_Service_Analytics_ManagementCustomMetrics_Resource(
521
-        $this,
522
-        $this->serviceName,
523
-        'customMetrics',
524
-        array(
525
-          'methods' => array(
526
-            'get' => array(
527
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
528
-              'httpMethod' => 'GET',
529
-              'parameters' => array(
530
-                'accountId' => array(
531
-                  'location' => 'path',
532
-                  'type' => 'string',
533
-                  'required' => true,
534
-                ),
535
-                'webPropertyId' => array(
536
-                  'location' => 'path',
537
-                  'type' => 'string',
538
-                  'required' => true,
539
-                ),
540
-                'customMetricId' => array(
541
-                  'location' => 'path',
542
-                  'type' => 'string',
543
-                  'required' => true,
544
-                ),
545
-              ),
546
-            ),'insert' => array(
547
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
548
-              'httpMethod' => 'POST',
549
-              'parameters' => array(
550
-                'accountId' => array(
551
-                  'location' => 'path',
552
-                  'type' => 'string',
553
-                  'required' => true,
554
-                ),
555
-                'webPropertyId' => array(
556
-                  'location' => 'path',
557
-                  'type' => 'string',
558
-                  'required' => true,
559
-                ),
560
-              ),
561
-            ),'list' => array(
562
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
563
-              'httpMethod' => 'GET',
564
-              'parameters' => array(
565
-                'accountId' => array(
566
-                  'location' => 'path',
567
-                  'type' => 'string',
568
-                  'required' => true,
569
-                ),
570
-                'webPropertyId' => array(
571
-                  'location' => 'path',
572
-                  'type' => 'string',
573
-                  'required' => true,
574
-                ),
575
-                'max-results' => array(
576
-                  'location' => 'query',
577
-                  'type' => 'integer',
578
-                ),
579
-                'start-index' => array(
580
-                  'location' => 'query',
581
-                  'type' => 'integer',
582
-                ),
583
-              ),
584
-            ),'patch' => array(
585
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
586
-              'httpMethod' => 'PATCH',
587
-              'parameters' => array(
588
-                'accountId' => array(
589
-                  'location' => 'path',
590
-                  'type' => 'string',
591
-                  'required' => true,
592
-                ),
593
-                'webPropertyId' => array(
594
-                  'location' => 'path',
595
-                  'type' => 'string',
596
-                  'required' => true,
597
-                ),
598
-                'customMetricId' => array(
599
-                  'location' => 'path',
600
-                  'type' => 'string',
601
-                  'required' => true,
602
-                ),
603
-                'ignoreCustomDataSourceLinks' => array(
604
-                  'location' => 'query',
605
-                  'type' => 'boolean',
606
-                ),
607
-              ),
608
-            ),'update' => array(
609
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
610
-              'httpMethod' => 'PUT',
611
-              'parameters' => array(
612
-                'accountId' => array(
613
-                  'location' => 'path',
614
-                  'type' => 'string',
615
-                  'required' => true,
616
-                ),
617
-                'webPropertyId' => array(
618
-                  'location' => 'path',
619
-                  'type' => 'string',
620
-                  'required' => true,
621
-                ),
622
-                'customMetricId' => array(
623
-                  'location' => 'path',
624
-                  'type' => 'string',
625
-                  'required' => true,
626
-                ),
627
-                'ignoreCustomDataSourceLinks' => array(
628
-                  'location' => 'query',
629
-                  'type' => 'boolean',
630
-                ),
631
-              ),
632
-            ),
633
-          )
634
-        )
635
-    );
636
-    $this->management_experiments = new Google_Service_Analytics_ManagementExperiments_Resource(
637
-        $this,
638
-        $this->serviceName,
639
-        'experiments',
640
-        array(
641
-          'methods' => array(
642
-            'delete' => array(
643
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
644
-              'httpMethod' => 'DELETE',
645
-              'parameters' => array(
646
-                'accountId' => array(
647
-                  'location' => 'path',
648
-                  'type' => 'string',
649
-                  'required' => true,
650
-                ),
651
-                'webPropertyId' => array(
652
-                  'location' => 'path',
653
-                  'type' => 'string',
654
-                  'required' => true,
655
-                ),
656
-                'profileId' => array(
657
-                  'location' => 'path',
658
-                  'type' => 'string',
659
-                  'required' => true,
660
-                ),
661
-                'experimentId' => array(
662
-                  'location' => 'path',
663
-                  'type' => 'string',
664
-                  'required' => true,
665
-                ),
666
-              ),
667
-            ),'get' => array(
668
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
669
-              'httpMethod' => 'GET',
670
-              'parameters' => array(
671
-                'accountId' => array(
672
-                  'location' => 'path',
673
-                  'type' => 'string',
674
-                  'required' => true,
675
-                ),
676
-                'webPropertyId' => array(
677
-                  'location' => 'path',
678
-                  'type' => 'string',
679
-                  'required' => true,
680
-                ),
681
-                'profileId' => array(
682
-                  'location' => 'path',
683
-                  'type' => 'string',
684
-                  'required' => true,
685
-                ),
686
-                'experimentId' => array(
687
-                  'location' => 'path',
688
-                  'type' => 'string',
689
-                  'required' => true,
690
-                ),
691
-              ),
692
-            ),'insert' => array(
693
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
694
-              'httpMethod' => 'POST',
695
-              'parameters' => array(
696
-                'accountId' => array(
697
-                  'location' => 'path',
698
-                  'type' => 'string',
699
-                  'required' => true,
700
-                ),
701
-                'webPropertyId' => array(
702
-                  'location' => 'path',
703
-                  'type' => 'string',
704
-                  'required' => true,
705
-                ),
706
-                'profileId' => array(
707
-                  'location' => 'path',
708
-                  'type' => 'string',
709
-                  'required' => true,
710
-                ),
711
-              ),
712
-            ),'list' => array(
713
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
714
-              'httpMethod' => 'GET',
715
-              'parameters' => array(
716
-                'accountId' => array(
717
-                  'location' => 'path',
718
-                  'type' => 'string',
719
-                  'required' => true,
720
-                ),
721
-                'webPropertyId' => array(
722
-                  'location' => 'path',
723
-                  'type' => 'string',
724
-                  'required' => true,
725
-                ),
726
-                'profileId' => array(
727
-                  'location' => 'path',
728
-                  'type' => 'string',
729
-                  'required' => true,
730
-                ),
731
-                'max-results' => array(
732
-                  'location' => 'query',
733
-                  'type' => 'integer',
734
-                ),
735
-                'start-index' => array(
736
-                  'location' => 'query',
737
-                  'type' => 'integer',
738
-                ),
739
-              ),
740
-            ),'patch' => array(
741
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
742
-              'httpMethod' => 'PATCH',
743
-              'parameters' => array(
744
-                'accountId' => array(
745
-                  'location' => 'path',
746
-                  'type' => 'string',
747
-                  'required' => true,
748
-                ),
749
-                'webPropertyId' => array(
750
-                  'location' => 'path',
751
-                  'type' => 'string',
752
-                  'required' => true,
753
-                ),
754
-                'profileId' => array(
755
-                  'location' => 'path',
756
-                  'type' => 'string',
757
-                  'required' => true,
758
-                ),
759
-                'experimentId' => array(
760
-                  'location' => 'path',
761
-                  'type' => 'string',
762
-                  'required' => true,
763
-                ),
764
-              ),
765
-            ),'update' => array(
766
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
767
-              'httpMethod' => 'PUT',
768
-              'parameters' => array(
769
-                'accountId' => array(
770
-                  'location' => 'path',
771
-                  'type' => 'string',
772
-                  'required' => true,
773
-                ),
774
-                'webPropertyId' => array(
775
-                  'location' => 'path',
776
-                  'type' => 'string',
777
-                  'required' => true,
778
-                ),
779
-                'profileId' => array(
780
-                  'location' => 'path',
781
-                  'type' => 'string',
782
-                  'required' => true,
783
-                ),
784
-                'experimentId' => array(
785
-                  'location' => 'path',
786
-                  'type' => 'string',
787
-                  'required' => true,
788
-                ),
789
-              ),
790
-            ),
791
-          )
792
-        )
793
-    );
794
-    $this->management_filters = new Google_Service_Analytics_ManagementFilters_Resource(
795
-        $this,
796
-        $this->serviceName,
797
-        'filters',
798
-        array(
799
-          'methods' => array(
800
-            'delete' => array(
801
-              'path' => 'management/accounts/{accountId}/filters/{filterId}',
802
-              'httpMethod' => 'DELETE',
803
-              'parameters' => array(
804
-                'accountId' => array(
805
-                  'location' => 'path',
806
-                  'type' => 'string',
807
-                  'required' => true,
808
-                ),
809
-                'filterId' => array(
810
-                  'location' => 'path',
811
-                  'type' => 'string',
812
-                  'required' => true,
813
-                ),
814
-              ),
815
-            ),'get' => array(
816
-              'path' => 'management/accounts/{accountId}/filters/{filterId}',
817
-              'httpMethod' => 'GET',
818
-              'parameters' => array(
819
-                'accountId' => array(
820
-                  'location' => 'path',
821
-                  'type' => 'string',
822
-                  'required' => true,
823
-                ),
824
-                'filterId' => array(
825
-                  'location' => 'path',
826
-                  'type' => 'string',
827
-                  'required' => true,
828
-                ),
829
-              ),
830
-            ),'insert' => array(
831
-              'path' => 'management/accounts/{accountId}/filters',
832
-              'httpMethod' => 'POST',
833
-              'parameters' => array(
834
-                'accountId' => array(
835
-                  'location' => 'path',
836
-                  'type' => 'string',
837
-                  'required' => true,
838
-                ),
839
-              ),
840
-            ),'list' => array(
841
-              'path' => 'management/accounts/{accountId}/filters',
842
-              'httpMethod' => 'GET',
843
-              'parameters' => array(
844
-                'accountId' => array(
845
-                  'location' => 'path',
846
-                  'type' => 'string',
847
-                  'required' => true,
848
-                ),
849
-                'max-results' => array(
850
-                  'location' => 'query',
851
-                  'type' => 'integer',
852
-                ),
853
-                'start-index' => array(
854
-                  'location' => 'query',
855
-                  'type' => 'integer',
856
-                ),
857
-              ),
858
-            ),'patch' => array(
859
-              'path' => 'management/accounts/{accountId}/filters/{filterId}',
860
-              'httpMethod' => 'PATCH',
861
-              'parameters' => array(
862
-                'accountId' => array(
863
-                  'location' => 'path',
864
-                  'type' => 'string',
865
-                  'required' => true,
866
-                ),
867
-                'filterId' => array(
868
-                  'location' => 'path',
869
-                  'type' => 'string',
870
-                  'required' => true,
871
-                ),
872
-              ),
873
-            ),'update' => array(
874
-              'path' => 'management/accounts/{accountId}/filters/{filterId}',
875
-              'httpMethod' => 'PUT',
876
-              'parameters' => array(
877
-                'accountId' => array(
878
-                  'location' => 'path',
879
-                  'type' => 'string',
880
-                  'required' => true,
881
-                ),
882
-                'filterId' => array(
883
-                  'location' => 'path',
884
-                  'type' => 'string',
885
-                  'required' => true,
886
-                ),
887
-              ),
888
-            ),
889
-          )
890
-        )
891
-    );
892
-    $this->management_goals = new Google_Service_Analytics_ManagementGoals_Resource(
893
-        $this,
894
-        $this->serviceName,
895
-        'goals',
896
-        array(
897
-          'methods' => array(
898
-            'get' => array(
899
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
900
-              'httpMethod' => 'GET',
901
-              'parameters' => array(
902
-                'accountId' => array(
903
-                  'location' => 'path',
904
-                  'type' => 'string',
905
-                  'required' => true,
906
-                ),
907
-                'webPropertyId' => array(
908
-                  'location' => 'path',
909
-                  'type' => 'string',
910
-                  'required' => true,
911
-                ),
912
-                'profileId' => array(
913
-                  'location' => 'path',
914
-                  'type' => 'string',
915
-                  'required' => true,
916
-                ),
917
-                'goalId' => array(
918
-                  'location' => 'path',
919
-                  'type' => 'string',
920
-                  'required' => true,
921
-                ),
922
-              ),
923
-            ),'insert' => array(
924
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
925
-              'httpMethod' => 'POST',
926
-              'parameters' => array(
927
-                'accountId' => array(
928
-                  'location' => 'path',
929
-                  'type' => 'string',
930
-                  'required' => true,
931
-                ),
932
-                'webPropertyId' => array(
933
-                  'location' => 'path',
934
-                  'type' => 'string',
935
-                  'required' => true,
936
-                ),
937
-                'profileId' => array(
938
-                  'location' => 'path',
939
-                  'type' => 'string',
940
-                  'required' => true,
941
-                ),
942
-              ),
943
-            ),'list' => array(
944
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
945
-              'httpMethod' => 'GET',
946
-              'parameters' => array(
947
-                'accountId' => array(
948
-                  'location' => 'path',
949
-                  'type' => 'string',
950
-                  'required' => true,
951
-                ),
952
-                'webPropertyId' => array(
953
-                  'location' => 'path',
954
-                  'type' => 'string',
955
-                  'required' => true,
956
-                ),
957
-                'profileId' => array(
958
-                  'location' => 'path',
959
-                  'type' => 'string',
960
-                  'required' => true,
961
-                ),
962
-                'max-results' => array(
963
-                  'location' => 'query',
964
-                  'type' => 'integer',
965
-                ),
966
-                'start-index' => array(
967
-                  'location' => 'query',
968
-                  'type' => 'integer',
969
-                ),
970
-              ),
971
-            ),'patch' => array(
972
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
973
-              'httpMethod' => 'PATCH',
974
-              'parameters' => array(
975
-                'accountId' => array(
976
-                  'location' => 'path',
977
-                  'type' => 'string',
978
-                  'required' => true,
979
-                ),
980
-                'webPropertyId' => array(
981
-                  'location' => 'path',
982
-                  'type' => 'string',
983
-                  'required' => true,
984
-                ),
985
-                'profileId' => array(
986
-                  'location' => 'path',
987
-                  'type' => 'string',
988
-                  'required' => true,
989
-                ),
990
-                'goalId' => array(
991
-                  'location' => 'path',
992
-                  'type' => 'string',
993
-                  'required' => true,
994
-                ),
995
-              ),
996
-            ),'update' => array(
997
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
998
-              'httpMethod' => 'PUT',
999
-              'parameters' => array(
1000
-                'accountId' => array(
1001
-                  'location' => 'path',
1002
-                  'type' => 'string',
1003
-                  'required' => true,
1004
-                ),
1005
-                'webPropertyId' => array(
1006
-                  'location' => 'path',
1007
-                  'type' => 'string',
1008
-                  'required' => true,
1009
-                ),
1010
-                'profileId' => array(
1011
-                  'location' => 'path',
1012
-                  'type' => 'string',
1013
-                  'required' => true,
1014
-                ),
1015
-                'goalId' => array(
1016
-                  'location' => 'path',
1017
-                  'type' => 'string',
1018
-                  'required' => true,
1019
-                ),
1020
-              ),
1021
-            ),
1022
-          )
1023
-        )
1024
-    );
1025
-    $this->management_profileFilterLinks = new Google_Service_Analytics_ManagementProfileFilterLinks_Resource(
1026
-        $this,
1027
-        $this->serviceName,
1028
-        'profileFilterLinks',
1029
-        array(
1030
-          'methods' => array(
1031
-            'delete' => array(
1032
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1033
-              'httpMethod' => 'DELETE',
1034
-              'parameters' => array(
1035
-                'accountId' => array(
1036
-                  'location' => 'path',
1037
-                  'type' => 'string',
1038
-                  'required' => true,
1039
-                ),
1040
-                'webPropertyId' => array(
1041
-                  'location' => 'path',
1042
-                  'type' => 'string',
1043
-                  'required' => true,
1044
-                ),
1045
-                'profileId' => array(
1046
-                  'location' => 'path',
1047
-                  'type' => 'string',
1048
-                  'required' => true,
1049
-                ),
1050
-                'linkId' => array(
1051
-                  'location' => 'path',
1052
-                  'type' => 'string',
1053
-                  'required' => true,
1054
-                ),
1055
-              ),
1056
-            ),'get' => array(
1057
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1058
-              'httpMethod' => 'GET',
1059
-              'parameters' => array(
1060
-                'accountId' => array(
1061
-                  'location' => 'path',
1062
-                  'type' => 'string',
1063
-                  'required' => true,
1064
-                ),
1065
-                'webPropertyId' => array(
1066
-                  'location' => 'path',
1067
-                  'type' => 'string',
1068
-                  'required' => true,
1069
-                ),
1070
-                'profileId' => array(
1071
-                  'location' => 'path',
1072
-                  'type' => 'string',
1073
-                  'required' => true,
1074
-                ),
1075
-                'linkId' => array(
1076
-                  'location' => 'path',
1077
-                  'type' => 'string',
1078
-                  'required' => true,
1079
-                ),
1080
-              ),
1081
-            ),'insert' => array(
1082
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1083
-              'httpMethod' => 'POST',
1084
-              'parameters' => array(
1085
-                'accountId' => array(
1086
-                  'location' => 'path',
1087
-                  'type' => 'string',
1088
-                  'required' => true,
1089
-                ),
1090
-                'webPropertyId' => array(
1091
-                  'location' => 'path',
1092
-                  'type' => 'string',
1093
-                  'required' => true,
1094
-                ),
1095
-                'profileId' => array(
1096
-                  'location' => 'path',
1097
-                  'type' => 'string',
1098
-                  'required' => true,
1099
-                ),
1100
-              ),
1101
-            ),'list' => array(
1102
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1103
-              'httpMethod' => 'GET',
1104
-              'parameters' => array(
1105
-                'accountId' => array(
1106
-                  'location' => 'path',
1107
-                  'type' => 'string',
1108
-                  'required' => true,
1109
-                ),
1110
-                'webPropertyId' => array(
1111
-                  'location' => 'path',
1112
-                  'type' => 'string',
1113
-                  'required' => true,
1114
-                ),
1115
-                'profileId' => array(
1116
-                  'location' => 'path',
1117
-                  'type' => 'string',
1118
-                  'required' => true,
1119
-                ),
1120
-                'max-results' => array(
1121
-                  'location' => 'query',
1122
-                  'type' => 'integer',
1123
-                ),
1124
-                'start-index' => array(
1125
-                  'location' => 'query',
1126
-                  'type' => 'integer',
1127
-                ),
1128
-              ),
1129
-            ),'patch' => array(
1130
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1131
-              'httpMethod' => 'PATCH',
1132
-              'parameters' => array(
1133
-                'accountId' => array(
1134
-                  'location' => 'path',
1135
-                  'type' => 'string',
1136
-                  'required' => true,
1137
-                ),
1138
-                'webPropertyId' => array(
1139
-                  'location' => 'path',
1140
-                  'type' => 'string',
1141
-                  'required' => true,
1142
-                ),
1143
-                'profileId' => array(
1144
-                  'location' => 'path',
1145
-                  'type' => 'string',
1146
-                  'required' => true,
1147
-                ),
1148
-                'linkId' => array(
1149
-                  'location' => 'path',
1150
-                  'type' => 'string',
1151
-                  'required' => true,
1152
-                ),
1153
-              ),
1154
-            ),'update' => array(
1155
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1156
-              'httpMethod' => 'PUT',
1157
-              'parameters' => array(
1158
-                'accountId' => array(
1159
-                  'location' => 'path',
1160
-                  'type' => 'string',
1161
-                  'required' => true,
1162
-                ),
1163
-                'webPropertyId' => array(
1164
-                  'location' => 'path',
1165
-                  'type' => 'string',
1166
-                  'required' => true,
1167
-                ),
1168
-                'profileId' => array(
1169
-                  'location' => 'path',
1170
-                  'type' => 'string',
1171
-                  'required' => true,
1172
-                ),
1173
-                'linkId' => array(
1174
-                  'location' => 'path',
1175
-                  'type' => 'string',
1176
-                  'required' => true,
1177
-                ),
1178
-              ),
1179
-            ),
1180
-          )
1181
-        )
1182
-    );
1183
-    $this->management_profileUserLinks = new Google_Service_Analytics_ManagementProfileUserLinks_Resource(
1184
-        $this,
1185
-        $this->serviceName,
1186
-        'profileUserLinks',
1187
-        array(
1188
-          'methods' => array(
1189
-            'delete' => array(
1190
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}',
1191
-              'httpMethod' => 'DELETE',
1192
-              'parameters' => array(
1193
-                'accountId' => array(
1194
-                  'location' => 'path',
1195
-                  'type' => 'string',
1196
-                  'required' => true,
1197
-                ),
1198
-                'webPropertyId' => array(
1199
-                  'location' => 'path',
1200
-                  'type' => 'string',
1201
-                  'required' => true,
1202
-                ),
1203
-                'profileId' => array(
1204
-                  'location' => 'path',
1205
-                  'type' => 'string',
1206
-                  'required' => true,
1207
-                ),
1208
-                'linkId' => array(
1209
-                  'location' => 'path',
1210
-                  'type' => 'string',
1211
-                  'required' => true,
1212
-                ),
1213
-              ),
1214
-            ),'insert' => array(
1215
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1216
-              'httpMethod' => 'POST',
1217
-              'parameters' => array(
1218
-                'accountId' => array(
1219
-                  'location' => 'path',
1220
-                  'type' => 'string',
1221
-                  'required' => true,
1222
-                ),
1223
-                'webPropertyId' => array(
1224
-                  'location' => 'path',
1225
-                  'type' => 'string',
1226
-                  'required' => true,
1227
-                ),
1228
-                'profileId' => array(
1229
-                  'location' => 'path',
1230
-                  'type' => 'string',
1231
-                  'required' => true,
1232
-                ),
1233
-              ),
1234
-            ),'list' => array(
1235
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1236
-              'httpMethod' => 'GET',
1237
-              'parameters' => array(
1238
-                'accountId' => array(
1239
-                  'location' => 'path',
1240
-                  'type' => 'string',
1241
-                  'required' => true,
1242
-                ),
1243
-                'webPropertyId' => array(
1244
-                  'location' => 'path',
1245
-                  'type' => 'string',
1246
-                  'required' => true,
1247
-                ),
1248
-                'profileId' => array(
1249
-                  'location' => 'path',
1250
-                  'type' => 'string',
1251
-                  'required' => true,
1252
-                ),
1253
-                'max-results' => array(
1254
-                  'location' => 'query',
1255
-                  'type' => 'integer',
1256
-                ),
1257
-                'start-index' => array(
1258
-                  'location' => 'query',
1259
-                  'type' => 'integer',
1260
-                ),
1261
-              ),
1262
-            ),'update' => array(
1263
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}',
1264
-              'httpMethod' => 'PUT',
1265
-              'parameters' => array(
1266
-                'accountId' => array(
1267
-                  'location' => 'path',
1268
-                  'type' => 'string',
1269
-                  'required' => true,
1270
-                ),
1271
-                'webPropertyId' => array(
1272
-                  'location' => 'path',
1273
-                  'type' => 'string',
1274
-                  'required' => true,
1275
-                ),
1276
-                'profileId' => array(
1277
-                  'location' => 'path',
1278
-                  'type' => 'string',
1279
-                  'required' => true,
1280
-                ),
1281
-                'linkId' => array(
1282
-                  'location' => 'path',
1283
-                  'type' => 'string',
1284
-                  'required' => true,
1285
-                ),
1286
-              ),
1287
-            ),
1288
-          )
1289
-        )
1290
-    );
1291
-    $this->management_profiles = new Google_Service_Analytics_ManagementProfiles_Resource(
1292
-        $this,
1293
-        $this->serviceName,
1294
-        'profiles',
1295
-        array(
1296
-          'methods' => array(
1297
-            'delete' => array(
1298
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1299
-              'httpMethod' => 'DELETE',
1300
-              'parameters' => array(
1301
-                'accountId' => array(
1302
-                  'location' => 'path',
1303
-                  'type' => 'string',
1304
-                  'required' => true,
1305
-                ),
1306
-                'webPropertyId' => array(
1307
-                  'location' => 'path',
1308
-                  'type' => 'string',
1309
-                  'required' => true,
1310
-                ),
1311
-                'profileId' => array(
1312
-                  'location' => 'path',
1313
-                  'type' => 'string',
1314
-                  'required' => true,
1315
-                ),
1316
-              ),
1317
-            ),'get' => array(
1318
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1319
-              'httpMethod' => 'GET',
1320
-              'parameters' => array(
1321
-                'accountId' => array(
1322
-                  'location' => 'path',
1323
-                  'type' => 'string',
1324
-                  'required' => true,
1325
-                ),
1326
-                'webPropertyId' => array(
1327
-                  'location' => 'path',
1328
-                  'type' => 'string',
1329
-                  'required' => true,
1330
-                ),
1331
-                'profileId' => array(
1332
-                  'location' => 'path',
1333
-                  'type' => 'string',
1334
-                  'required' => true,
1335
-                ),
1336
-              ),
1337
-            ),'insert' => array(
1338
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1339
-              'httpMethod' => 'POST',
1340
-              'parameters' => array(
1341
-                'accountId' => array(
1342
-                  'location' => 'path',
1343
-                  'type' => 'string',
1344
-                  'required' => true,
1345
-                ),
1346
-                'webPropertyId' => array(
1347
-                  'location' => 'path',
1348
-                  'type' => 'string',
1349
-                  'required' => true,
1350
-                ),
1351
-              ),
1352
-            ),'list' => array(
1353
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1354
-              'httpMethod' => 'GET',
1355
-              'parameters' => array(
1356
-                'accountId' => array(
1357
-                  'location' => 'path',
1358
-                  'type' => 'string',
1359
-                  'required' => true,
1360
-                ),
1361
-                'webPropertyId' => array(
1362
-                  'location' => 'path',
1363
-                  'type' => 'string',
1364
-                  'required' => true,
1365
-                ),
1366
-                'max-results' => array(
1367
-                  'location' => 'query',
1368
-                  'type' => 'integer',
1369
-                ),
1370
-                'start-index' => array(
1371
-                  'location' => 'query',
1372
-                  'type' => 'integer',
1373
-                ),
1374
-              ),
1375
-            ),'patch' => array(
1376
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1377
-              'httpMethod' => 'PATCH',
1378
-              'parameters' => array(
1379
-                'accountId' => array(
1380
-                  'location' => 'path',
1381
-                  'type' => 'string',
1382
-                  'required' => true,
1383
-                ),
1384
-                'webPropertyId' => array(
1385
-                  'location' => 'path',
1386
-                  'type' => 'string',
1387
-                  'required' => true,
1388
-                ),
1389
-                'profileId' => array(
1390
-                  'location' => 'path',
1391
-                  'type' => 'string',
1392
-                  'required' => true,
1393
-                ),
1394
-              ),
1395
-            ),'update' => array(
1396
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1397
-              'httpMethod' => 'PUT',
1398
-              'parameters' => array(
1399
-                'accountId' => array(
1400
-                  'location' => 'path',
1401
-                  'type' => 'string',
1402
-                  'required' => true,
1403
-                ),
1404
-                'webPropertyId' => array(
1405
-                  'location' => 'path',
1406
-                  'type' => 'string',
1407
-                  'required' => true,
1408
-                ),
1409
-                'profileId' => array(
1410
-                  'location' => 'path',
1411
-                  'type' => 'string',
1412
-                  'required' => true,
1413
-                ),
1414
-              ),
1415
-            ),
1416
-          )
1417
-        )
1418
-    );
1419
-    $this->management_segments = new Google_Service_Analytics_ManagementSegments_Resource(
1420
-        $this,
1421
-        $this->serviceName,
1422
-        'segments',
1423
-        array(
1424
-          'methods' => array(
1425
-            'list' => array(
1426
-              'path' => 'management/segments',
1427
-              'httpMethod' => 'GET',
1428
-              'parameters' => array(
1429
-                'max-results' => array(
1430
-                  'location' => 'query',
1431
-                  'type' => 'integer',
1432
-                ),
1433
-                'start-index' => array(
1434
-                  'location' => 'query',
1435
-                  'type' => 'integer',
1436
-                ),
1437
-              ),
1438
-            ),
1439
-          )
1440
-        )
1441
-    );
1442
-    $this->management_unsampledReports = new Google_Service_Analytics_ManagementUnsampledReports_Resource(
1443
-        $this,
1444
-        $this->serviceName,
1445
-        'unsampledReports',
1446
-        array(
1447
-          'methods' => array(
1448
-            'get' => array(
1449
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}',
1450
-              'httpMethod' => 'GET',
1451
-              'parameters' => array(
1452
-                'accountId' => array(
1453
-                  'location' => 'path',
1454
-                  'type' => 'string',
1455
-                  'required' => true,
1456
-                ),
1457
-                'webPropertyId' => array(
1458
-                  'location' => 'path',
1459
-                  'type' => 'string',
1460
-                  'required' => true,
1461
-                ),
1462
-                'profileId' => array(
1463
-                  'location' => 'path',
1464
-                  'type' => 'string',
1465
-                  'required' => true,
1466
-                ),
1467
-                'unsampledReportId' => array(
1468
-                  'location' => 'path',
1469
-                  'type' => 'string',
1470
-                  'required' => true,
1471
-                ),
1472
-              ),
1473
-            ),'insert' => array(
1474
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1475
-              'httpMethod' => 'POST',
1476
-              'parameters' => array(
1477
-                'accountId' => array(
1478
-                  'location' => 'path',
1479
-                  'type' => 'string',
1480
-                  'required' => true,
1481
-                ),
1482
-                'webPropertyId' => array(
1483
-                  'location' => 'path',
1484
-                  'type' => 'string',
1485
-                  'required' => true,
1486
-                ),
1487
-                'profileId' => array(
1488
-                  'location' => 'path',
1489
-                  'type' => 'string',
1490
-                  'required' => true,
1491
-                ),
1492
-              ),
1493
-            ),'list' => array(
1494
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1495
-              'httpMethod' => 'GET',
1496
-              'parameters' => array(
1497
-                'accountId' => array(
1498
-                  'location' => 'path',
1499
-                  'type' => 'string',
1500
-                  'required' => true,
1501
-                ),
1502
-                'webPropertyId' => array(
1503
-                  'location' => 'path',
1504
-                  'type' => 'string',
1505
-                  'required' => true,
1506
-                ),
1507
-                'profileId' => array(
1508
-                  'location' => 'path',
1509
-                  'type' => 'string',
1510
-                  'required' => true,
1511
-                ),
1512
-                'max-results' => array(
1513
-                  'location' => 'query',
1514
-                  'type' => 'integer',
1515
-                ),
1516
-                'start-index' => array(
1517
-                  'location' => 'query',
1518
-                  'type' => 'integer',
1519
-                ),
1520
-              ),
1521
-            ),
1522
-          )
1523
-        )
1524
-    );
1525
-    $this->management_uploads = new Google_Service_Analytics_ManagementUploads_Resource(
1526
-        $this,
1527
-        $this->serviceName,
1528
-        'uploads',
1529
-        array(
1530
-          'methods' => array(
1531
-            'deleteUploadData' => array(
1532
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/deleteUploadData',
1533
-              'httpMethod' => 'POST',
1534
-              'parameters' => array(
1535
-                'accountId' => array(
1536
-                  'location' => 'path',
1537
-                  'type' => 'string',
1538
-                  'required' => true,
1539
-                ),
1540
-                'webPropertyId' => array(
1541
-                  'location' => 'path',
1542
-                  'type' => 'string',
1543
-                  'required' => true,
1544
-                ),
1545
-                'customDataSourceId' => array(
1546
-                  'location' => 'path',
1547
-                  'type' => 'string',
1548
-                  'required' => true,
1549
-                ),
1550
-              ),
1551
-            ),'get' => array(
1552
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads/{uploadId}',
1553
-              'httpMethod' => 'GET',
1554
-              'parameters' => array(
1555
-                'accountId' => array(
1556
-                  'location' => 'path',
1557
-                  'type' => 'string',
1558
-                  'required' => true,
1559
-                ),
1560
-                'webPropertyId' => array(
1561
-                  'location' => 'path',
1562
-                  'type' => 'string',
1563
-                  'required' => true,
1564
-                ),
1565
-                'customDataSourceId' => array(
1566
-                  'location' => 'path',
1567
-                  'type' => 'string',
1568
-                  'required' => true,
1569
-                ),
1570
-                'uploadId' => array(
1571
-                  'location' => 'path',
1572
-                  'type' => 'string',
1573
-                  'required' => true,
1574
-                ),
1575
-              ),
1576
-            ),'list' => array(
1577
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1578
-              'httpMethod' => 'GET',
1579
-              'parameters' => array(
1580
-                'accountId' => array(
1581
-                  'location' => 'path',
1582
-                  'type' => 'string',
1583
-                  'required' => true,
1584
-                ),
1585
-                'webPropertyId' => array(
1586
-                  'location' => 'path',
1587
-                  'type' => 'string',
1588
-                  'required' => true,
1589
-                ),
1590
-                'customDataSourceId' => array(
1591
-                  'location' => 'path',
1592
-                  'type' => 'string',
1593
-                  'required' => true,
1594
-                ),
1595
-                'max-results' => array(
1596
-                  'location' => 'query',
1597
-                  'type' => 'integer',
1598
-                ),
1599
-                'start-index' => array(
1600
-                  'location' => 'query',
1601
-                  'type' => 'integer',
1602
-                ),
1603
-              ),
1604
-            ),'uploadData' => array(
1605
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1606
-              'httpMethod' => 'POST',
1607
-              'parameters' => array(
1608
-                'accountId' => array(
1609
-                  'location' => 'path',
1610
-                  'type' => 'string',
1611
-                  'required' => true,
1612
-                ),
1613
-                'webPropertyId' => array(
1614
-                  'location' => 'path',
1615
-                  'type' => 'string',
1616
-                  'required' => true,
1617
-                ),
1618
-                'customDataSourceId' => array(
1619
-                  'location' => 'path',
1620
-                  'type' => 'string',
1621
-                  'required' => true,
1622
-                ),
1623
-              ),
1624
-            ),
1625
-          )
1626
-        )
1627
-    );
1628
-    $this->management_webPropertyAdWordsLinks = new Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource(
1629
-        $this,
1630
-        $this->serviceName,
1631
-        'webPropertyAdWordsLinks',
1632
-        array(
1633
-          'methods' => array(
1634
-            'delete' => array(
1635
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1636
-              'httpMethod' => 'DELETE',
1637
-              'parameters' => array(
1638
-                'accountId' => array(
1639
-                  'location' => 'path',
1640
-                  'type' => 'string',
1641
-                  'required' => true,
1642
-                ),
1643
-                'webPropertyId' => array(
1644
-                  'location' => 'path',
1645
-                  'type' => 'string',
1646
-                  'required' => true,
1647
-                ),
1648
-                'webPropertyAdWordsLinkId' => array(
1649
-                  'location' => 'path',
1650
-                  'type' => 'string',
1651
-                  'required' => true,
1652
-                ),
1653
-              ),
1654
-            ),'get' => array(
1655
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1656
-              'httpMethod' => 'GET',
1657
-              'parameters' => array(
1658
-                'accountId' => array(
1659
-                  'location' => 'path',
1660
-                  'type' => 'string',
1661
-                  'required' => true,
1662
-                ),
1663
-                'webPropertyId' => array(
1664
-                  'location' => 'path',
1665
-                  'type' => 'string',
1666
-                  'required' => true,
1667
-                ),
1668
-                'webPropertyAdWordsLinkId' => array(
1669
-                  'location' => 'path',
1670
-                  'type' => 'string',
1671
-                  'required' => true,
1672
-                ),
1673
-              ),
1674
-            ),'insert' => array(
1675
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1676
-              'httpMethod' => 'POST',
1677
-              'parameters' => array(
1678
-                'accountId' => array(
1679
-                  'location' => 'path',
1680
-                  'type' => 'string',
1681
-                  'required' => true,
1682
-                ),
1683
-                'webPropertyId' => array(
1684
-                  'location' => 'path',
1685
-                  'type' => 'string',
1686
-                  'required' => true,
1687
-                ),
1688
-              ),
1689
-            ),'list' => array(
1690
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1691
-              'httpMethod' => 'GET',
1692
-              'parameters' => array(
1693
-                'accountId' => array(
1694
-                  'location' => 'path',
1695
-                  'type' => 'string',
1696
-                  'required' => true,
1697
-                ),
1698
-                'webPropertyId' => array(
1699
-                  'location' => 'path',
1700
-                  'type' => 'string',
1701
-                  'required' => true,
1702
-                ),
1703
-                'max-results' => array(
1704
-                  'location' => 'query',
1705
-                  'type' => 'integer',
1706
-                ),
1707
-                'start-index' => array(
1708
-                  'location' => 'query',
1709
-                  'type' => 'integer',
1710
-                ),
1711
-              ),
1712
-            ),'patch' => array(
1713
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1714
-              'httpMethod' => 'PATCH',
1715
-              'parameters' => array(
1716
-                'accountId' => array(
1717
-                  'location' => 'path',
1718
-                  'type' => 'string',
1719
-                  'required' => true,
1720
-                ),
1721
-                'webPropertyId' => array(
1722
-                  'location' => 'path',
1723
-                  'type' => 'string',
1724
-                  'required' => true,
1725
-                ),
1726
-                'webPropertyAdWordsLinkId' => array(
1727
-                  'location' => 'path',
1728
-                  'type' => 'string',
1729
-                  'required' => true,
1730
-                ),
1731
-              ),
1732
-            ),'update' => array(
1733
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1734
-              'httpMethod' => 'PUT',
1735
-              'parameters' => array(
1736
-                'accountId' => array(
1737
-                  'location' => 'path',
1738
-                  'type' => 'string',
1739
-                  'required' => true,
1740
-                ),
1741
-                'webPropertyId' => array(
1742
-                  'location' => 'path',
1743
-                  'type' => 'string',
1744
-                  'required' => true,
1745
-                ),
1746
-                'webPropertyAdWordsLinkId' => array(
1747
-                  'location' => 'path',
1748
-                  'type' => 'string',
1749
-                  'required' => true,
1750
-                ),
1751
-              ),
1752
-            ),
1753
-          )
1754
-        )
1755
-    );
1756
-    $this->management_webproperties = new Google_Service_Analytics_ManagementWebproperties_Resource(
1757
-        $this,
1758
-        $this->serviceName,
1759
-        'webproperties',
1760
-        array(
1761
-          'methods' => array(
1762
-            'get' => array(
1763
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1764
-              'httpMethod' => 'GET',
1765
-              'parameters' => array(
1766
-                'accountId' => array(
1767
-                  'location' => 'path',
1768
-                  'type' => 'string',
1769
-                  'required' => true,
1770
-                ),
1771
-                'webPropertyId' => array(
1772
-                  'location' => 'path',
1773
-                  'type' => 'string',
1774
-                  'required' => true,
1775
-                ),
1776
-              ),
1777
-            ),'insert' => array(
1778
-              'path' => 'management/accounts/{accountId}/webproperties',
1779
-              'httpMethod' => 'POST',
1780
-              'parameters' => array(
1781
-                'accountId' => array(
1782
-                  'location' => 'path',
1783
-                  'type' => 'string',
1784
-                  'required' => true,
1785
-                ),
1786
-              ),
1787
-            ),'list' => array(
1788
-              'path' => 'management/accounts/{accountId}/webproperties',
1789
-              'httpMethod' => 'GET',
1790
-              'parameters' => array(
1791
-                'accountId' => array(
1792
-                  'location' => 'path',
1793
-                  'type' => 'string',
1794
-                  'required' => true,
1795
-                ),
1796
-                'max-results' => array(
1797
-                  'location' => 'query',
1798
-                  'type' => 'integer',
1799
-                ),
1800
-                'start-index' => array(
1801
-                  'location' => 'query',
1802
-                  'type' => 'integer',
1803
-                ),
1804
-              ),
1805
-            ),'patch' => array(
1806
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1807
-              'httpMethod' => 'PATCH',
1808
-              'parameters' => array(
1809
-                'accountId' => array(
1810
-                  'location' => 'path',
1811
-                  'type' => 'string',
1812
-                  'required' => true,
1813
-                ),
1814
-                'webPropertyId' => array(
1815
-                  'location' => 'path',
1816
-                  'type' => 'string',
1817
-                  'required' => true,
1818
-                ),
1819
-              ),
1820
-            ),'update' => array(
1821
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1822
-              'httpMethod' => 'PUT',
1823
-              'parameters' => array(
1824
-                'accountId' => array(
1825
-                  'location' => 'path',
1826
-                  'type' => 'string',
1827
-                  'required' => true,
1828
-                ),
1829
-                'webPropertyId' => array(
1830
-                  'location' => 'path',
1831
-                  'type' => 'string',
1832
-                  'required' => true,
1833
-                ),
1834
-              ),
1835
-            ),
1836
-          )
1837
-        )
1838
-    );
1839
-    $this->management_webpropertyUserLinks = new Google_Service_Analytics_ManagementWebpropertyUserLinks_Resource(
1840
-        $this,
1841
-        $this->serviceName,
1842
-        'webpropertyUserLinks',
1843
-        array(
1844
-          'methods' => array(
1845
-            'delete' => array(
1846
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}',
1847
-              'httpMethod' => 'DELETE',
1848
-              'parameters' => array(
1849
-                'accountId' => array(
1850
-                  'location' => 'path',
1851
-                  'type' => 'string',
1852
-                  'required' => true,
1853
-                ),
1854
-                'webPropertyId' => array(
1855
-                  'location' => 'path',
1856
-                  'type' => 'string',
1857
-                  'required' => true,
1858
-                ),
1859
-                'linkId' => array(
1860
-                  'location' => 'path',
1861
-                  'type' => 'string',
1862
-                  'required' => true,
1863
-                ),
1864
-              ),
1865
-            ),'insert' => array(
1866
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1867
-              'httpMethod' => 'POST',
1868
-              'parameters' => array(
1869
-                'accountId' => array(
1870
-                  'location' => 'path',
1871
-                  'type' => 'string',
1872
-                  'required' => true,
1873
-                ),
1874
-                'webPropertyId' => array(
1875
-                  'location' => 'path',
1876
-                  'type' => 'string',
1877
-                  'required' => true,
1878
-                ),
1879
-              ),
1880
-            ),'list' => array(
1881
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1882
-              'httpMethod' => 'GET',
1883
-              'parameters' => array(
1884
-                'accountId' => array(
1885
-                  'location' => 'path',
1886
-                  'type' => 'string',
1887
-                  'required' => true,
1888
-                ),
1889
-                'webPropertyId' => array(
1890
-                  'location' => 'path',
1891
-                  'type' => 'string',
1892
-                  'required' => true,
1893
-                ),
1894
-                'max-results' => array(
1895
-                  'location' => 'query',
1896
-                  'type' => 'integer',
1897
-                ),
1898
-                'start-index' => array(
1899
-                  'location' => 'query',
1900
-                  'type' => 'integer',
1901
-                ),
1902
-              ),
1903
-            ),'update' => array(
1904
-              'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}',
1905
-              'httpMethod' => 'PUT',
1906
-              'parameters' => array(
1907
-                'accountId' => array(
1908
-                  'location' => 'path',
1909
-                  'type' => 'string',
1910
-                  'required' => true,
1911
-                ),
1912
-                'webPropertyId' => array(
1913
-                  'location' => 'path',
1914
-                  'type' => 'string',
1915
-                  'required' => true,
1916
-                ),
1917
-                'linkId' => array(
1918
-                  'location' => 'path',
1919
-                  'type' => 'string',
1920
-                  'required' => true,
1921
-                ),
1922
-              ),
1923
-            ),
1924
-          )
1925
-        )
1926
-    );
1927
-    $this->metadata_columns = new Google_Service_Analytics_MetadataColumns_Resource(
1928
-        $this,
1929
-        $this->serviceName,
1930
-        'columns',
1931
-        array(
1932
-          'methods' => array(
1933
-            'list' => array(
1934
-              'path' => 'metadata/{reportType}/columns',
1935
-              'httpMethod' => 'GET',
1936
-              'parameters' => array(
1937
-                'reportType' => array(
1938
-                  'location' => 'path',
1939
-                  'type' => 'string',
1940
-                  'required' => true,
1941
-                ),
1942
-              ),
1943
-            ),
1944
-          )
1945
-        )
1946
-    );
1947
-    $this->provisioning = new Google_Service_Analytics_Provisioning_Resource(
1948
-        $this,
1949
-        $this->serviceName,
1950
-        'provisioning',
1951
-        array(
1952
-          'methods' => array(
1953
-            'createAccountTicket' => array(
1954
-              'path' => 'provisioning/createAccountTicket',
1955
-              'httpMethod' => 'POST',
1956
-              'parameters' => array(),
1957
-            ),
1958
-          )
1959
-        )
1960
-    );
84
+	parent::__construct($client);
85
+	$this->rootUrl = 'https://www.googleapis.com/';
86
+	$this->servicePath = 'analytics/v3/';
87
+	$this->version = 'v3';
88
+	$this->serviceName = 'analytics';
89
+
90
+	$this->data_ga = new Google_Service_Analytics_DataGa_Resource(
91
+		$this,
92
+		$this->serviceName,
93
+		'ga',
94
+		array(
95
+		  'methods' => array(
96
+			'get' => array(
97
+			  'path' => 'data/ga',
98
+			  'httpMethod' => 'GET',
99
+			  'parameters' => array(
100
+				'ids' => array(
101
+				  'location' => 'query',
102
+				  'type' => 'string',
103
+				  'required' => true,
104
+				),
105
+				'start-date' => array(
106
+				  'location' => 'query',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'end-date' => array(
111
+				  'location' => 'query',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+				'metrics' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'string',
118
+				  'required' => true,
119
+				),
120
+				'max-results' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'integer',
123
+				),
124
+				'sort' => array(
125
+				  'location' => 'query',
126
+				  'type' => 'string',
127
+				),
128
+				'dimensions' => array(
129
+				  'location' => 'query',
130
+				  'type' => 'string',
131
+				),
132
+				'start-index' => array(
133
+				  'location' => 'query',
134
+				  'type' => 'integer',
135
+				),
136
+				'segment' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'string',
139
+				),
140
+				'samplingLevel' => array(
141
+				  'location' => 'query',
142
+				  'type' => 'string',
143
+				),
144
+				'filters' => array(
145
+				  'location' => 'query',
146
+				  'type' => 'string',
147
+				),
148
+				'output' => array(
149
+				  'location' => 'query',
150
+				  'type' => 'string',
151
+				),
152
+			  ),
153
+			),
154
+		  )
155
+		)
156
+	);
157
+	$this->data_mcf = new Google_Service_Analytics_DataMcf_Resource(
158
+		$this,
159
+		$this->serviceName,
160
+		'mcf',
161
+		array(
162
+		  'methods' => array(
163
+			'get' => array(
164
+			  'path' => 'data/mcf',
165
+			  'httpMethod' => 'GET',
166
+			  'parameters' => array(
167
+				'ids' => array(
168
+				  'location' => 'query',
169
+				  'type' => 'string',
170
+				  'required' => true,
171
+				),
172
+				'start-date' => array(
173
+				  'location' => 'query',
174
+				  'type' => 'string',
175
+				  'required' => true,
176
+				),
177
+				'end-date' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'string',
180
+				  'required' => true,
181
+				),
182
+				'metrics' => array(
183
+				  'location' => 'query',
184
+				  'type' => 'string',
185
+				  'required' => true,
186
+				),
187
+				'max-results' => array(
188
+				  'location' => 'query',
189
+				  'type' => 'integer',
190
+				),
191
+				'sort' => array(
192
+				  'location' => 'query',
193
+				  'type' => 'string',
194
+				),
195
+				'dimensions' => array(
196
+				  'location' => 'query',
197
+				  'type' => 'string',
198
+				),
199
+				'start-index' => array(
200
+				  'location' => 'query',
201
+				  'type' => 'integer',
202
+				),
203
+				'samplingLevel' => array(
204
+				  'location' => 'query',
205
+				  'type' => 'string',
206
+				),
207
+				'filters' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'string',
210
+				),
211
+			  ),
212
+			),
213
+		  )
214
+		)
215
+	);
216
+	$this->data_realtime = new Google_Service_Analytics_DataRealtime_Resource(
217
+		$this,
218
+		$this->serviceName,
219
+		'realtime',
220
+		array(
221
+		  'methods' => array(
222
+			'get' => array(
223
+			  'path' => 'data/realtime',
224
+			  'httpMethod' => 'GET',
225
+			  'parameters' => array(
226
+				'ids' => array(
227
+				  'location' => 'query',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'metrics' => array(
232
+				  'location' => 'query',
233
+				  'type' => 'string',
234
+				  'required' => true,
235
+				),
236
+				'max-results' => array(
237
+				  'location' => 'query',
238
+				  'type' => 'integer',
239
+				),
240
+				'sort' => array(
241
+				  'location' => 'query',
242
+				  'type' => 'string',
243
+				),
244
+				'dimensions' => array(
245
+				  'location' => 'query',
246
+				  'type' => 'string',
247
+				),
248
+				'filters' => array(
249
+				  'location' => 'query',
250
+				  'type' => 'string',
251
+				),
252
+			  ),
253
+			),
254
+		  )
255
+		)
256
+	);
257
+	$this->management_accountSummaries = new Google_Service_Analytics_ManagementAccountSummaries_Resource(
258
+		$this,
259
+		$this->serviceName,
260
+		'accountSummaries',
261
+		array(
262
+		  'methods' => array(
263
+			'list' => array(
264
+			  'path' => 'management/accountSummaries',
265
+			  'httpMethod' => 'GET',
266
+			  'parameters' => array(
267
+				'max-results' => array(
268
+				  'location' => 'query',
269
+				  'type' => 'integer',
270
+				),
271
+				'start-index' => array(
272
+				  'location' => 'query',
273
+				  'type' => 'integer',
274
+				),
275
+			  ),
276
+			),
277
+		  )
278
+		)
279
+	);
280
+	$this->management_accountUserLinks = new Google_Service_Analytics_ManagementAccountUserLinks_Resource(
281
+		$this,
282
+		$this->serviceName,
283
+		'accountUserLinks',
284
+		array(
285
+		  'methods' => array(
286
+			'delete' => array(
287
+			  'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
288
+			  'httpMethod' => 'DELETE',
289
+			  'parameters' => array(
290
+				'accountId' => array(
291
+				  'location' => 'path',
292
+				  'type' => 'string',
293
+				  'required' => true,
294
+				),
295
+				'linkId' => array(
296
+				  'location' => 'path',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+			  ),
301
+			),'insert' => array(
302
+			  'path' => 'management/accounts/{accountId}/entityUserLinks',
303
+			  'httpMethod' => 'POST',
304
+			  'parameters' => array(
305
+				'accountId' => array(
306
+				  'location' => 'path',
307
+				  'type' => 'string',
308
+				  'required' => true,
309
+				),
310
+			  ),
311
+			),'list' => array(
312
+			  'path' => 'management/accounts/{accountId}/entityUserLinks',
313
+			  'httpMethod' => 'GET',
314
+			  'parameters' => array(
315
+				'accountId' => array(
316
+				  'location' => 'path',
317
+				  'type' => 'string',
318
+				  'required' => true,
319
+				),
320
+				'max-results' => array(
321
+				  'location' => 'query',
322
+				  'type' => 'integer',
323
+				),
324
+				'start-index' => array(
325
+				  'location' => 'query',
326
+				  'type' => 'integer',
327
+				),
328
+			  ),
329
+			),'update' => array(
330
+			  'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
331
+			  'httpMethod' => 'PUT',
332
+			  'parameters' => array(
333
+				'accountId' => array(
334
+				  'location' => 'path',
335
+				  'type' => 'string',
336
+				  'required' => true,
337
+				),
338
+				'linkId' => array(
339
+				  'location' => 'path',
340
+				  'type' => 'string',
341
+				  'required' => true,
342
+				),
343
+			  ),
344
+			),
345
+		  )
346
+		)
347
+	);
348
+	$this->management_accounts = new Google_Service_Analytics_ManagementAccounts_Resource(
349
+		$this,
350
+		$this->serviceName,
351
+		'accounts',
352
+		array(
353
+		  'methods' => array(
354
+			'list' => array(
355
+			  'path' => 'management/accounts',
356
+			  'httpMethod' => 'GET',
357
+			  'parameters' => array(
358
+				'max-results' => array(
359
+				  'location' => 'query',
360
+				  'type' => 'integer',
361
+				),
362
+				'start-index' => array(
363
+				  'location' => 'query',
364
+				  'type' => 'integer',
365
+				),
366
+			  ),
367
+			),
368
+		  )
369
+		)
370
+	);
371
+	$this->management_customDataSources = new Google_Service_Analytics_ManagementCustomDataSources_Resource(
372
+		$this,
373
+		$this->serviceName,
374
+		'customDataSources',
375
+		array(
376
+		  'methods' => array(
377
+			'list' => array(
378
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources',
379
+			  'httpMethod' => 'GET',
380
+			  'parameters' => array(
381
+				'accountId' => array(
382
+				  'location' => 'path',
383
+				  'type' => 'string',
384
+				  'required' => true,
385
+				),
386
+				'webPropertyId' => array(
387
+				  'location' => 'path',
388
+				  'type' => 'string',
389
+				  'required' => true,
390
+				),
391
+				'max-results' => array(
392
+				  'location' => 'query',
393
+				  'type' => 'integer',
394
+				),
395
+				'start-index' => array(
396
+				  'location' => 'query',
397
+				  'type' => 'integer',
398
+				),
399
+			  ),
400
+			),
401
+		  )
402
+		)
403
+	);
404
+	$this->management_customDimensions = new Google_Service_Analytics_ManagementCustomDimensions_Resource(
405
+		$this,
406
+		$this->serviceName,
407
+		'customDimensions',
408
+		array(
409
+		  'methods' => array(
410
+			'get' => array(
411
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
412
+			  'httpMethod' => 'GET',
413
+			  'parameters' => array(
414
+				'accountId' => array(
415
+				  'location' => 'path',
416
+				  'type' => 'string',
417
+				  'required' => true,
418
+				),
419
+				'webPropertyId' => array(
420
+				  'location' => 'path',
421
+				  'type' => 'string',
422
+				  'required' => true,
423
+				),
424
+				'customDimensionId' => array(
425
+				  'location' => 'path',
426
+				  'type' => 'string',
427
+				  'required' => true,
428
+				),
429
+			  ),
430
+			),'insert' => array(
431
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
432
+			  'httpMethod' => 'POST',
433
+			  'parameters' => array(
434
+				'accountId' => array(
435
+				  'location' => 'path',
436
+				  'type' => 'string',
437
+				  'required' => true,
438
+				),
439
+				'webPropertyId' => array(
440
+				  'location' => 'path',
441
+				  'type' => 'string',
442
+				  'required' => true,
443
+				),
444
+			  ),
445
+			),'list' => array(
446
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
447
+			  'httpMethod' => 'GET',
448
+			  'parameters' => array(
449
+				'accountId' => array(
450
+				  'location' => 'path',
451
+				  'type' => 'string',
452
+				  'required' => true,
453
+				),
454
+				'webPropertyId' => array(
455
+				  'location' => 'path',
456
+				  'type' => 'string',
457
+				  'required' => true,
458
+				),
459
+				'max-results' => array(
460
+				  'location' => 'query',
461
+				  'type' => 'integer',
462
+				),
463
+				'start-index' => array(
464
+				  'location' => 'query',
465
+				  'type' => 'integer',
466
+				),
467
+			  ),
468
+			),'patch' => array(
469
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
470
+			  'httpMethod' => 'PATCH',
471
+			  'parameters' => array(
472
+				'accountId' => array(
473
+				  'location' => 'path',
474
+				  'type' => 'string',
475
+				  'required' => true,
476
+				),
477
+				'webPropertyId' => array(
478
+				  'location' => 'path',
479
+				  'type' => 'string',
480
+				  'required' => true,
481
+				),
482
+				'customDimensionId' => array(
483
+				  'location' => 'path',
484
+				  'type' => 'string',
485
+				  'required' => true,
486
+				),
487
+				'ignoreCustomDataSourceLinks' => array(
488
+				  'location' => 'query',
489
+				  'type' => 'boolean',
490
+				),
491
+			  ),
492
+			),'update' => array(
493
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
494
+			  'httpMethod' => 'PUT',
495
+			  'parameters' => array(
496
+				'accountId' => array(
497
+				  'location' => 'path',
498
+				  'type' => 'string',
499
+				  'required' => true,
500
+				),
501
+				'webPropertyId' => array(
502
+				  'location' => 'path',
503
+				  'type' => 'string',
504
+				  'required' => true,
505
+				),
506
+				'customDimensionId' => array(
507
+				  'location' => 'path',
508
+				  'type' => 'string',
509
+				  'required' => true,
510
+				),
511
+				'ignoreCustomDataSourceLinks' => array(
512
+				  'location' => 'query',
513
+				  'type' => 'boolean',
514
+				),
515
+			  ),
516
+			),
517
+		  )
518
+		)
519
+	);
520
+	$this->management_customMetrics = new Google_Service_Analytics_ManagementCustomMetrics_Resource(
521
+		$this,
522
+		$this->serviceName,
523
+		'customMetrics',
524
+		array(
525
+		  'methods' => array(
526
+			'get' => array(
527
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
528
+			  'httpMethod' => 'GET',
529
+			  'parameters' => array(
530
+				'accountId' => array(
531
+				  'location' => 'path',
532
+				  'type' => 'string',
533
+				  'required' => true,
534
+				),
535
+				'webPropertyId' => array(
536
+				  'location' => 'path',
537
+				  'type' => 'string',
538
+				  'required' => true,
539
+				),
540
+				'customMetricId' => array(
541
+				  'location' => 'path',
542
+				  'type' => 'string',
543
+				  'required' => true,
544
+				),
545
+			  ),
546
+			),'insert' => array(
547
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
548
+			  'httpMethod' => 'POST',
549
+			  'parameters' => array(
550
+				'accountId' => array(
551
+				  'location' => 'path',
552
+				  'type' => 'string',
553
+				  'required' => true,
554
+				),
555
+				'webPropertyId' => array(
556
+				  'location' => 'path',
557
+				  'type' => 'string',
558
+				  'required' => true,
559
+				),
560
+			  ),
561
+			),'list' => array(
562
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
563
+			  'httpMethod' => 'GET',
564
+			  'parameters' => array(
565
+				'accountId' => array(
566
+				  'location' => 'path',
567
+				  'type' => 'string',
568
+				  'required' => true,
569
+				),
570
+				'webPropertyId' => array(
571
+				  'location' => 'path',
572
+				  'type' => 'string',
573
+				  'required' => true,
574
+				),
575
+				'max-results' => array(
576
+				  'location' => 'query',
577
+				  'type' => 'integer',
578
+				),
579
+				'start-index' => array(
580
+				  'location' => 'query',
581
+				  'type' => 'integer',
582
+				),
583
+			  ),
584
+			),'patch' => array(
585
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
586
+			  'httpMethod' => 'PATCH',
587
+			  'parameters' => array(
588
+				'accountId' => array(
589
+				  'location' => 'path',
590
+				  'type' => 'string',
591
+				  'required' => true,
592
+				),
593
+				'webPropertyId' => array(
594
+				  'location' => 'path',
595
+				  'type' => 'string',
596
+				  'required' => true,
597
+				),
598
+				'customMetricId' => array(
599
+				  'location' => 'path',
600
+				  'type' => 'string',
601
+				  'required' => true,
602
+				),
603
+				'ignoreCustomDataSourceLinks' => array(
604
+				  'location' => 'query',
605
+				  'type' => 'boolean',
606
+				),
607
+			  ),
608
+			),'update' => array(
609
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
610
+			  'httpMethod' => 'PUT',
611
+			  'parameters' => array(
612
+				'accountId' => array(
613
+				  'location' => 'path',
614
+				  'type' => 'string',
615
+				  'required' => true,
616
+				),
617
+				'webPropertyId' => array(
618
+				  'location' => 'path',
619
+				  'type' => 'string',
620
+				  'required' => true,
621
+				),
622
+				'customMetricId' => array(
623
+				  'location' => 'path',
624
+				  'type' => 'string',
625
+				  'required' => true,
626
+				),
627
+				'ignoreCustomDataSourceLinks' => array(
628
+				  'location' => 'query',
629
+				  'type' => 'boolean',
630
+				),
631
+			  ),
632
+			),
633
+		  )
634
+		)
635
+	);
636
+	$this->management_experiments = new Google_Service_Analytics_ManagementExperiments_Resource(
637
+		$this,
638
+		$this->serviceName,
639
+		'experiments',
640
+		array(
641
+		  'methods' => array(
642
+			'delete' => array(
643
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
644
+			  'httpMethod' => 'DELETE',
645
+			  'parameters' => array(
646
+				'accountId' => array(
647
+				  'location' => 'path',
648
+				  'type' => 'string',
649
+				  'required' => true,
650
+				),
651
+				'webPropertyId' => array(
652
+				  'location' => 'path',
653
+				  'type' => 'string',
654
+				  'required' => true,
655
+				),
656
+				'profileId' => array(
657
+				  'location' => 'path',
658
+				  'type' => 'string',
659
+				  'required' => true,
660
+				),
661
+				'experimentId' => array(
662
+				  'location' => 'path',
663
+				  'type' => 'string',
664
+				  'required' => true,
665
+				),
666
+			  ),
667
+			),'get' => array(
668
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
669
+			  'httpMethod' => 'GET',
670
+			  'parameters' => array(
671
+				'accountId' => array(
672
+				  'location' => 'path',
673
+				  'type' => 'string',
674
+				  'required' => true,
675
+				),
676
+				'webPropertyId' => array(
677
+				  'location' => 'path',
678
+				  'type' => 'string',
679
+				  'required' => true,
680
+				),
681
+				'profileId' => array(
682
+				  'location' => 'path',
683
+				  'type' => 'string',
684
+				  'required' => true,
685
+				),
686
+				'experimentId' => array(
687
+				  'location' => 'path',
688
+				  'type' => 'string',
689
+				  'required' => true,
690
+				),
691
+			  ),
692
+			),'insert' => array(
693
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
694
+			  'httpMethod' => 'POST',
695
+			  'parameters' => array(
696
+				'accountId' => array(
697
+				  'location' => 'path',
698
+				  'type' => 'string',
699
+				  'required' => true,
700
+				),
701
+				'webPropertyId' => array(
702
+				  'location' => 'path',
703
+				  'type' => 'string',
704
+				  'required' => true,
705
+				),
706
+				'profileId' => array(
707
+				  'location' => 'path',
708
+				  'type' => 'string',
709
+				  'required' => true,
710
+				),
711
+			  ),
712
+			),'list' => array(
713
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
714
+			  'httpMethod' => 'GET',
715
+			  'parameters' => array(
716
+				'accountId' => array(
717
+				  'location' => 'path',
718
+				  'type' => 'string',
719
+				  'required' => true,
720
+				),
721
+				'webPropertyId' => array(
722
+				  'location' => 'path',
723
+				  'type' => 'string',
724
+				  'required' => true,
725
+				),
726
+				'profileId' => array(
727
+				  'location' => 'path',
728
+				  'type' => 'string',
729
+				  'required' => true,
730
+				),
731
+				'max-results' => array(
732
+				  'location' => 'query',
733
+				  'type' => 'integer',
734
+				),
735
+				'start-index' => array(
736
+				  'location' => 'query',
737
+				  'type' => 'integer',
738
+				),
739
+			  ),
740
+			),'patch' => array(
741
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
742
+			  'httpMethod' => 'PATCH',
743
+			  'parameters' => array(
744
+				'accountId' => array(
745
+				  'location' => 'path',
746
+				  'type' => 'string',
747
+				  'required' => true,
748
+				),
749
+				'webPropertyId' => array(
750
+				  'location' => 'path',
751
+				  'type' => 'string',
752
+				  'required' => true,
753
+				),
754
+				'profileId' => array(
755
+				  'location' => 'path',
756
+				  'type' => 'string',
757
+				  'required' => true,
758
+				),
759
+				'experimentId' => array(
760
+				  'location' => 'path',
761
+				  'type' => 'string',
762
+				  'required' => true,
763
+				),
764
+			  ),
765
+			),'update' => array(
766
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
767
+			  'httpMethod' => 'PUT',
768
+			  'parameters' => array(
769
+				'accountId' => array(
770
+				  'location' => 'path',
771
+				  'type' => 'string',
772
+				  'required' => true,
773
+				),
774
+				'webPropertyId' => array(
775
+				  'location' => 'path',
776
+				  'type' => 'string',
777
+				  'required' => true,
778
+				),
779
+				'profileId' => array(
780
+				  'location' => 'path',
781
+				  'type' => 'string',
782
+				  'required' => true,
783
+				),
784
+				'experimentId' => array(
785
+				  'location' => 'path',
786
+				  'type' => 'string',
787
+				  'required' => true,
788
+				),
789
+			  ),
790
+			),
791
+		  )
792
+		)
793
+	);
794
+	$this->management_filters = new Google_Service_Analytics_ManagementFilters_Resource(
795
+		$this,
796
+		$this->serviceName,
797
+		'filters',
798
+		array(
799
+		  'methods' => array(
800
+			'delete' => array(
801
+			  'path' => 'management/accounts/{accountId}/filters/{filterId}',
802
+			  'httpMethod' => 'DELETE',
803
+			  'parameters' => array(
804
+				'accountId' => array(
805
+				  'location' => 'path',
806
+				  'type' => 'string',
807
+				  'required' => true,
808
+				),
809
+				'filterId' => array(
810
+				  'location' => 'path',
811
+				  'type' => 'string',
812
+				  'required' => true,
813
+				),
814
+			  ),
815
+			),'get' => array(
816
+			  'path' => 'management/accounts/{accountId}/filters/{filterId}',
817
+			  'httpMethod' => 'GET',
818
+			  'parameters' => array(
819
+				'accountId' => array(
820
+				  'location' => 'path',
821
+				  'type' => 'string',
822
+				  'required' => true,
823
+				),
824
+				'filterId' => array(
825
+				  'location' => 'path',
826
+				  'type' => 'string',
827
+				  'required' => true,
828
+				),
829
+			  ),
830
+			),'insert' => array(
831
+			  'path' => 'management/accounts/{accountId}/filters',
832
+			  'httpMethod' => 'POST',
833
+			  'parameters' => array(
834
+				'accountId' => array(
835
+				  'location' => 'path',
836
+				  'type' => 'string',
837
+				  'required' => true,
838
+				),
839
+			  ),
840
+			),'list' => array(
841
+			  'path' => 'management/accounts/{accountId}/filters',
842
+			  'httpMethod' => 'GET',
843
+			  'parameters' => array(
844
+				'accountId' => array(
845
+				  'location' => 'path',
846
+				  'type' => 'string',
847
+				  'required' => true,
848
+				),
849
+				'max-results' => array(
850
+				  'location' => 'query',
851
+				  'type' => 'integer',
852
+				),
853
+				'start-index' => array(
854
+				  'location' => 'query',
855
+				  'type' => 'integer',
856
+				),
857
+			  ),
858
+			),'patch' => array(
859
+			  'path' => 'management/accounts/{accountId}/filters/{filterId}',
860
+			  'httpMethod' => 'PATCH',
861
+			  'parameters' => array(
862
+				'accountId' => array(
863
+				  'location' => 'path',
864
+				  'type' => 'string',
865
+				  'required' => true,
866
+				),
867
+				'filterId' => array(
868
+				  'location' => 'path',
869
+				  'type' => 'string',
870
+				  'required' => true,
871
+				),
872
+			  ),
873
+			),'update' => array(
874
+			  'path' => 'management/accounts/{accountId}/filters/{filterId}',
875
+			  'httpMethod' => 'PUT',
876
+			  'parameters' => array(
877
+				'accountId' => array(
878
+				  'location' => 'path',
879
+				  'type' => 'string',
880
+				  'required' => true,
881
+				),
882
+				'filterId' => array(
883
+				  'location' => 'path',
884
+				  'type' => 'string',
885
+				  'required' => true,
886
+				),
887
+			  ),
888
+			),
889
+		  )
890
+		)
891
+	);
892
+	$this->management_goals = new Google_Service_Analytics_ManagementGoals_Resource(
893
+		$this,
894
+		$this->serviceName,
895
+		'goals',
896
+		array(
897
+		  'methods' => array(
898
+			'get' => array(
899
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
900
+			  'httpMethod' => 'GET',
901
+			  'parameters' => array(
902
+				'accountId' => array(
903
+				  'location' => 'path',
904
+				  'type' => 'string',
905
+				  'required' => true,
906
+				),
907
+				'webPropertyId' => array(
908
+				  'location' => 'path',
909
+				  'type' => 'string',
910
+				  'required' => true,
911
+				),
912
+				'profileId' => array(
913
+				  'location' => 'path',
914
+				  'type' => 'string',
915
+				  'required' => true,
916
+				),
917
+				'goalId' => array(
918
+				  'location' => 'path',
919
+				  'type' => 'string',
920
+				  'required' => true,
921
+				),
922
+			  ),
923
+			),'insert' => array(
924
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
925
+			  'httpMethod' => 'POST',
926
+			  'parameters' => array(
927
+				'accountId' => array(
928
+				  'location' => 'path',
929
+				  'type' => 'string',
930
+				  'required' => true,
931
+				),
932
+				'webPropertyId' => array(
933
+				  'location' => 'path',
934
+				  'type' => 'string',
935
+				  'required' => true,
936
+				),
937
+				'profileId' => array(
938
+				  'location' => 'path',
939
+				  'type' => 'string',
940
+				  'required' => true,
941
+				),
942
+			  ),
943
+			),'list' => array(
944
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
945
+			  'httpMethod' => 'GET',
946
+			  'parameters' => array(
947
+				'accountId' => array(
948
+				  'location' => 'path',
949
+				  'type' => 'string',
950
+				  'required' => true,
951
+				),
952
+				'webPropertyId' => array(
953
+				  'location' => 'path',
954
+				  'type' => 'string',
955
+				  'required' => true,
956
+				),
957
+				'profileId' => array(
958
+				  'location' => 'path',
959
+				  'type' => 'string',
960
+				  'required' => true,
961
+				),
962
+				'max-results' => array(
963
+				  'location' => 'query',
964
+				  'type' => 'integer',
965
+				),
966
+				'start-index' => array(
967
+				  'location' => 'query',
968
+				  'type' => 'integer',
969
+				),
970
+			  ),
971
+			),'patch' => array(
972
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
973
+			  'httpMethod' => 'PATCH',
974
+			  'parameters' => array(
975
+				'accountId' => array(
976
+				  'location' => 'path',
977
+				  'type' => 'string',
978
+				  'required' => true,
979
+				),
980
+				'webPropertyId' => array(
981
+				  'location' => 'path',
982
+				  'type' => 'string',
983
+				  'required' => true,
984
+				),
985
+				'profileId' => array(
986
+				  'location' => 'path',
987
+				  'type' => 'string',
988
+				  'required' => true,
989
+				),
990
+				'goalId' => array(
991
+				  'location' => 'path',
992
+				  'type' => 'string',
993
+				  'required' => true,
994
+				),
995
+			  ),
996
+			),'update' => array(
997
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
998
+			  'httpMethod' => 'PUT',
999
+			  'parameters' => array(
1000
+				'accountId' => array(
1001
+				  'location' => 'path',
1002
+				  'type' => 'string',
1003
+				  'required' => true,
1004
+				),
1005
+				'webPropertyId' => array(
1006
+				  'location' => 'path',
1007
+				  'type' => 'string',
1008
+				  'required' => true,
1009
+				),
1010
+				'profileId' => array(
1011
+				  'location' => 'path',
1012
+				  'type' => 'string',
1013
+				  'required' => true,
1014
+				),
1015
+				'goalId' => array(
1016
+				  'location' => 'path',
1017
+				  'type' => 'string',
1018
+				  'required' => true,
1019
+				),
1020
+			  ),
1021
+			),
1022
+		  )
1023
+		)
1024
+	);
1025
+	$this->management_profileFilterLinks = new Google_Service_Analytics_ManagementProfileFilterLinks_Resource(
1026
+		$this,
1027
+		$this->serviceName,
1028
+		'profileFilterLinks',
1029
+		array(
1030
+		  'methods' => array(
1031
+			'delete' => array(
1032
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1033
+			  'httpMethod' => 'DELETE',
1034
+			  'parameters' => array(
1035
+				'accountId' => array(
1036
+				  'location' => 'path',
1037
+				  'type' => 'string',
1038
+				  'required' => true,
1039
+				),
1040
+				'webPropertyId' => array(
1041
+				  'location' => 'path',
1042
+				  'type' => 'string',
1043
+				  'required' => true,
1044
+				),
1045
+				'profileId' => array(
1046
+				  'location' => 'path',
1047
+				  'type' => 'string',
1048
+				  'required' => true,
1049
+				),
1050
+				'linkId' => array(
1051
+				  'location' => 'path',
1052
+				  'type' => 'string',
1053
+				  'required' => true,
1054
+				),
1055
+			  ),
1056
+			),'get' => array(
1057
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1058
+			  'httpMethod' => 'GET',
1059
+			  'parameters' => array(
1060
+				'accountId' => array(
1061
+				  'location' => 'path',
1062
+				  'type' => 'string',
1063
+				  'required' => true,
1064
+				),
1065
+				'webPropertyId' => array(
1066
+				  'location' => 'path',
1067
+				  'type' => 'string',
1068
+				  'required' => true,
1069
+				),
1070
+				'profileId' => array(
1071
+				  'location' => 'path',
1072
+				  'type' => 'string',
1073
+				  'required' => true,
1074
+				),
1075
+				'linkId' => array(
1076
+				  'location' => 'path',
1077
+				  'type' => 'string',
1078
+				  'required' => true,
1079
+				),
1080
+			  ),
1081
+			),'insert' => array(
1082
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1083
+			  'httpMethod' => 'POST',
1084
+			  'parameters' => array(
1085
+				'accountId' => array(
1086
+				  'location' => 'path',
1087
+				  'type' => 'string',
1088
+				  'required' => true,
1089
+				),
1090
+				'webPropertyId' => array(
1091
+				  'location' => 'path',
1092
+				  'type' => 'string',
1093
+				  'required' => true,
1094
+				),
1095
+				'profileId' => array(
1096
+				  'location' => 'path',
1097
+				  'type' => 'string',
1098
+				  'required' => true,
1099
+				),
1100
+			  ),
1101
+			),'list' => array(
1102
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1103
+			  'httpMethod' => 'GET',
1104
+			  'parameters' => array(
1105
+				'accountId' => array(
1106
+				  'location' => 'path',
1107
+				  'type' => 'string',
1108
+				  'required' => true,
1109
+				),
1110
+				'webPropertyId' => array(
1111
+				  'location' => 'path',
1112
+				  'type' => 'string',
1113
+				  'required' => true,
1114
+				),
1115
+				'profileId' => array(
1116
+				  'location' => 'path',
1117
+				  'type' => 'string',
1118
+				  'required' => true,
1119
+				),
1120
+				'max-results' => array(
1121
+				  'location' => 'query',
1122
+				  'type' => 'integer',
1123
+				),
1124
+				'start-index' => array(
1125
+				  'location' => 'query',
1126
+				  'type' => 'integer',
1127
+				),
1128
+			  ),
1129
+			),'patch' => array(
1130
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1131
+			  'httpMethod' => 'PATCH',
1132
+			  'parameters' => array(
1133
+				'accountId' => array(
1134
+				  'location' => 'path',
1135
+				  'type' => 'string',
1136
+				  'required' => true,
1137
+				),
1138
+				'webPropertyId' => array(
1139
+				  'location' => 'path',
1140
+				  'type' => 'string',
1141
+				  'required' => true,
1142
+				),
1143
+				'profileId' => array(
1144
+				  'location' => 'path',
1145
+				  'type' => 'string',
1146
+				  'required' => true,
1147
+				),
1148
+				'linkId' => array(
1149
+				  'location' => 'path',
1150
+				  'type' => 'string',
1151
+				  'required' => true,
1152
+				),
1153
+			  ),
1154
+			),'update' => array(
1155
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1156
+			  'httpMethod' => 'PUT',
1157
+			  'parameters' => array(
1158
+				'accountId' => array(
1159
+				  'location' => 'path',
1160
+				  'type' => 'string',
1161
+				  'required' => true,
1162
+				),
1163
+				'webPropertyId' => array(
1164
+				  'location' => 'path',
1165
+				  'type' => 'string',
1166
+				  'required' => true,
1167
+				),
1168
+				'profileId' => array(
1169
+				  'location' => 'path',
1170
+				  'type' => 'string',
1171
+				  'required' => true,
1172
+				),
1173
+				'linkId' => array(
1174
+				  'location' => 'path',
1175
+				  'type' => 'string',
1176
+				  'required' => true,
1177
+				),
1178
+			  ),
1179
+			),
1180
+		  )
1181
+		)
1182
+	);
1183
+	$this->management_profileUserLinks = new Google_Service_Analytics_ManagementProfileUserLinks_Resource(
1184
+		$this,
1185
+		$this->serviceName,
1186
+		'profileUserLinks',
1187
+		array(
1188
+		  'methods' => array(
1189
+			'delete' => array(
1190
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}',
1191
+			  'httpMethod' => 'DELETE',
1192
+			  'parameters' => array(
1193
+				'accountId' => array(
1194
+				  'location' => 'path',
1195
+				  'type' => 'string',
1196
+				  'required' => true,
1197
+				),
1198
+				'webPropertyId' => array(
1199
+				  'location' => 'path',
1200
+				  'type' => 'string',
1201
+				  'required' => true,
1202
+				),
1203
+				'profileId' => array(
1204
+				  'location' => 'path',
1205
+				  'type' => 'string',
1206
+				  'required' => true,
1207
+				),
1208
+				'linkId' => array(
1209
+				  'location' => 'path',
1210
+				  'type' => 'string',
1211
+				  'required' => true,
1212
+				),
1213
+			  ),
1214
+			),'insert' => array(
1215
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1216
+			  'httpMethod' => 'POST',
1217
+			  'parameters' => array(
1218
+				'accountId' => array(
1219
+				  'location' => 'path',
1220
+				  'type' => 'string',
1221
+				  'required' => true,
1222
+				),
1223
+				'webPropertyId' => array(
1224
+				  'location' => 'path',
1225
+				  'type' => 'string',
1226
+				  'required' => true,
1227
+				),
1228
+				'profileId' => array(
1229
+				  'location' => 'path',
1230
+				  'type' => 'string',
1231
+				  'required' => true,
1232
+				),
1233
+			  ),
1234
+			),'list' => array(
1235
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1236
+			  'httpMethod' => 'GET',
1237
+			  'parameters' => array(
1238
+				'accountId' => array(
1239
+				  'location' => 'path',
1240
+				  'type' => 'string',
1241
+				  'required' => true,
1242
+				),
1243
+				'webPropertyId' => array(
1244
+				  'location' => 'path',
1245
+				  'type' => 'string',
1246
+				  'required' => true,
1247
+				),
1248
+				'profileId' => array(
1249
+				  'location' => 'path',
1250
+				  'type' => 'string',
1251
+				  'required' => true,
1252
+				),
1253
+				'max-results' => array(
1254
+				  'location' => 'query',
1255
+				  'type' => 'integer',
1256
+				),
1257
+				'start-index' => array(
1258
+				  'location' => 'query',
1259
+				  'type' => 'integer',
1260
+				),
1261
+			  ),
1262
+			),'update' => array(
1263
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}',
1264
+			  'httpMethod' => 'PUT',
1265
+			  'parameters' => array(
1266
+				'accountId' => array(
1267
+				  'location' => 'path',
1268
+				  'type' => 'string',
1269
+				  'required' => true,
1270
+				),
1271
+				'webPropertyId' => array(
1272
+				  'location' => 'path',
1273
+				  'type' => 'string',
1274
+				  'required' => true,
1275
+				),
1276
+				'profileId' => array(
1277
+				  'location' => 'path',
1278
+				  'type' => 'string',
1279
+				  'required' => true,
1280
+				),
1281
+				'linkId' => array(
1282
+				  'location' => 'path',
1283
+				  'type' => 'string',
1284
+				  'required' => true,
1285
+				),
1286
+			  ),
1287
+			),
1288
+		  )
1289
+		)
1290
+	);
1291
+	$this->management_profiles = new Google_Service_Analytics_ManagementProfiles_Resource(
1292
+		$this,
1293
+		$this->serviceName,
1294
+		'profiles',
1295
+		array(
1296
+		  'methods' => array(
1297
+			'delete' => array(
1298
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1299
+			  'httpMethod' => 'DELETE',
1300
+			  'parameters' => array(
1301
+				'accountId' => array(
1302
+				  'location' => 'path',
1303
+				  'type' => 'string',
1304
+				  'required' => true,
1305
+				),
1306
+				'webPropertyId' => array(
1307
+				  'location' => 'path',
1308
+				  'type' => 'string',
1309
+				  'required' => true,
1310
+				),
1311
+				'profileId' => array(
1312
+				  'location' => 'path',
1313
+				  'type' => 'string',
1314
+				  'required' => true,
1315
+				),
1316
+			  ),
1317
+			),'get' => array(
1318
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1319
+			  'httpMethod' => 'GET',
1320
+			  'parameters' => array(
1321
+				'accountId' => array(
1322
+				  'location' => 'path',
1323
+				  'type' => 'string',
1324
+				  'required' => true,
1325
+				),
1326
+				'webPropertyId' => array(
1327
+				  'location' => 'path',
1328
+				  'type' => 'string',
1329
+				  'required' => true,
1330
+				),
1331
+				'profileId' => array(
1332
+				  'location' => 'path',
1333
+				  'type' => 'string',
1334
+				  'required' => true,
1335
+				),
1336
+			  ),
1337
+			),'insert' => array(
1338
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1339
+			  'httpMethod' => 'POST',
1340
+			  'parameters' => array(
1341
+				'accountId' => array(
1342
+				  'location' => 'path',
1343
+				  'type' => 'string',
1344
+				  'required' => true,
1345
+				),
1346
+				'webPropertyId' => array(
1347
+				  'location' => 'path',
1348
+				  'type' => 'string',
1349
+				  'required' => true,
1350
+				),
1351
+			  ),
1352
+			),'list' => array(
1353
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1354
+			  'httpMethod' => 'GET',
1355
+			  'parameters' => array(
1356
+				'accountId' => array(
1357
+				  'location' => 'path',
1358
+				  'type' => 'string',
1359
+				  'required' => true,
1360
+				),
1361
+				'webPropertyId' => array(
1362
+				  'location' => 'path',
1363
+				  'type' => 'string',
1364
+				  'required' => true,
1365
+				),
1366
+				'max-results' => array(
1367
+				  'location' => 'query',
1368
+				  'type' => 'integer',
1369
+				),
1370
+				'start-index' => array(
1371
+				  'location' => 'query',
1372
+				  'type' => 'integer',
1373
+				),
1374
+			  ),
1375
+			),'patch' => array(
1376
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1377
+			  'httpMethod' => 'PATCH',
1378
+			  'parameters' => array(
1379
+				'accountId' => array(
1380
+				  'location' => 'path',
1381
+				  'type' => 'string',
1382
+				  'required' => true,
1383
+				),
1384
+				'webPropertyId' => array(
1385
+				  'location' => 'path',
1386
+				  'type' => 'string',
1387
+				  'required' => true,
1388
+				),
1389
+				'profileId' => array(
1390
+				  'location' => 'path',
1391
+				  'type' => 'string',
1392
+				  'required' => true,
1393
+				),
1394
+			  ),
1395
+			),'update' => array(
1396
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1397
+			  'httpMethod' => 'PUT',
1398
+			  'parameters' => array(
1399
+				'accountId' => array(
1400
+				  'location' => 'path',
1401
+				  'type' => 'string',
1402
+				  'required' => true,
1403
+				),
1404
+				'webPropertyId' => array(
1405
+				  'location' => 'path',
1406
+				  'type' => 'string',
1407
+				  'required' => true,
1408
+				),
1409
+				'profileId' => array(
1410
+				  'location' => 'path',
1411
+				  'type' => 'string',
1412
+				  'required' => true,
1413
+				),
1414
+			  ),
1415
+			),
1416
+		  )
1417
+		)
1418
+	);
1419
+	$this->management_segments = new Google_Service_Analytics_ManagementSegments_Resource(
1420
+		$this,
1421
+		$this->serviceName,
1422
+		'segments',
1423
+		array(
1424
+		  'methods' => array(
1425
+			'list' => array(
1426
+			  'path' => 'management/segments',
1427
+			  'httpMethod' => 'GET',
1428
+			  'parameters' => array(
1429
+				'max-results' => array(
1430
+				  'location' => 'query',
1431
+				  'type' => 'integer',
1432
+				),
1433
+				'start-index' => array(
1434
+				  'location' => 'query',
1435
+				  'type' => 'integer',
1436
+				),
1437
+			  ),
1438
+			),
1439
+		  )
1440
+		)
1441
+	);
1442
+	$this->management_unsampledReports = new Google_Service_Analytics_ManagementUnsampledReports_Resource(
1443
+		$this,
1444
+		$this->serviceName,
1445
+		'unsampledReports',
1446
+		array(
1447
+		  'methods' => array(
1448
+			'get' => array(
1449
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}',
1450
+			  'httpMethod' => 'GET',
1451
+			  'parameters' => array(
1452
+				'accountId' => array(
1453
+				  'location' => 'path',
1454
+				  'type' => 'string',
1455
+				  'required' => true,
1456
+				),
1457
+				'webPropertyId' => array(
1458
+				  'location' => 'path',
1459
+				  'type' => 'string',
1460
+				  'required' => true,
1461
+				),
1462
+				'profileId' => array(
1463
+				  'location' => 'path',
1464
+				  'type' => 'string',
1465
+				  'required' => true,
1466
+				),
1467
+				'unsampledReportId' => array(
1468
+				  'location' => 'path',
1469
+				  'type' => 'string',
1470
+				  'required' => true,
1471
+				),
1472
+			  ),
1473
+			),'insert' => array(
1474
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1475
+			  'httpMethod' => 'POST',
1476
+			  'parameters' => array(
1477
+				'accountId' => array(
1478
+				  'location' => 'path',
1479
+				  'type' => 'string',
1480
+				  'required' => true,
1481
+				),
1482
+				'webPropertyId' => array(
1483
+				  'location' => 'path',
1484
+				  'type' => 'string',
1485
+				  'required' => true,
1486
+				),
1487
+				'profileId' => array(
1488
+				  'location' => 'path',
1489
+				  'type' => 'string',
1490
+				  'required' => true,
1491
+				),
1492
+			  ),
1493
+			),'list' => array(
1494
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1495
+			  'httpMethod' => 'GET',
1496
+			  'parameters' => array(
1497
+				'accountId' => array(
1498
+				  'location' => 'path',
1499
+				  'type' => 'string',
1500
+				  'required' => true,
1501
+				),
1502
+				'webPropertyId' => array(
1503
+				  'location' => 'path',
1504
+				  'type' => 'string',
1505
+				  'required' => true,
1506
+				),
1507
+				'profileId' => array(
1508
+				  'location' => 'path',
1509
+				  'type' => 'string',
1510
+				  'required' => true,
1511
+				),
1512
+				'max-results' => array(
1513
+				  'location' => 'query',
1514
+				  'type' => 'integer',
1515
+				),
1516
+				'start-index' => array(
1517
+				  'location' => 'query',
1518
+				  'type' => 'integer',
1519
+				),
1520
+			  ),
1521
+			),
1522
+		  )
1523
+		)
1524
+	);
1525
+	$this->management_uploads = new Google_Service_Analytics_ManagementUploads_Resource(
1526
+		$this,
1527
+		$this->serviceName,
1528
+		'uploads',
1529
+		array(
1530
+		  'methods' => array(
1531
+			'deleteUploadData' => array(
1532
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/deleteUploadData',
1533
+			  'httpMethod' => 'POST',
1534
+			  'parameters' => array(
1535
+				'accountId' => array(
1536
+				  'location' => 'path',
1537
+				  'type' => 'string',
1538
+				  'required' => true,
1539
+				),
1540
+				'webPropertyId' => array(
1541
+				  'location' => 'path',
1542
+				  'type' => 'string',
1543
+				  'required' => true,
1544
+				),
1545
+				'customDataSourceId' => array(
1546
+				  'location' => 'path',
1547
+				  'type' => 'string',
1548
+				  'required' => true,
1549
+				),
1550
+			  ),
1551
+			),'get' => array(
1552
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads/{uploadId}',
1553
+			  'httpMethod' => 'GET',
1554
+			  'parameters' => array(
1555
+				'accountId' => array(
1556
+				  'location' => 'path',
1557
+				  'type' => 'string',
1558
+				  'required' => true,
1559
+				),
1560
+				'webPropertyId' => array(
1561
+				  'location' => 'path',
1562
+				  'type' => 'string',
1563
+				  'required' => true,
1564
+				),
1565
+				'customDataSourceId' => array(
1566
+				  'location' => 'path',
1567
+				  'type' => 'string',
1568
+				  'required' => true,
1569
+				),
1570
+				'uploadId' => array(
1571
+				  'location' => 'path',
1572
+				  'type' => 'string',
1573
+				  'required' => true,
1574
+				),
1575
+			  ),
1576
+			),'list' => array(
1577
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1578
+			  'httpMethod' => 'GET',
1579
+			  'parameters' => array(
1580
+				'accountId' => array(
1581
+				  'location' => 'path',
1582
+				  'type' => 'string',
1583
+				  'required' => true,
1584
+				),
1585
+				'webPropertyId' => array(
1586
+				  'location' => 'path',
1587
+				  'type' => 'string',
1588
+				  'required' => true,
1589
+				),
1590
+				'customDataSourceId' => array(
1591
+				  'location' => 'path',
1592
+				  'type' => 'string',
1593
+				  'required' => true,
1594
+				),
1595
+				'max-results' => array(
1596
+				  'location' => 'query',
1597
+				  'type' => 'integer',
1598
+				),
1599
+				'start-index' => array(
1600
+				  'location' => 'query',
1601
+				  'type' => 'integer',
1602
+				),
1603
+			  ),
1604
+			),'uploadData' => array(
1605
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1606
+			  'httpMethod' => 'POST',
1607
+			  'parameters' => array(
1608
+				'accountId' => array(
1609
+				  'location' => 'path',
1610
+				  'type' => 'string',
1611
+				  'required' => true,
1612
+				),
1613
+				'webPropertyId' => array(
1614
+				  'location' => 'path',
1615
+				  'type' => 'string',
1616
+				  'required' => true,
1617
+				),
1618
+				'customDataSourceId' => array(
1619
+				  'location' => 'path',
1620
+				  'type' => 'string',
1621
+				  'required' => true,
1622
+				),
1623
+			  ),
1624
+			),
1625
+		  )
1626
+		)
1627
+	);
1628
+	$this->management_webPropertyAdWordsLinks = new Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource(
1629
+		$this,
1630
+		$this->serviceName,
1631
+		'webPropertyAdWordsLinks',
1632
+		array(
1633
+		  'methods' => array(
1634
+			'delete' => array(
1635
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1636
+			  'httpMethod' => 'DELETE',
1637
+			  'parameters' => array(
1638
+				'accountId' => array(
1639
+				  'location' => 'path',
1640
+				  'type' => 'string',
1641
+				  'required' => true,
1642
+				),
1643
+				'webPropertyId' => array(
1644
+				  'location' => 'path',
1645
+				  'type' => 'string',
1646
+				  'required' => true,
1647
+				),
1648
+				'webPropertyAdWordsLinkId' => array(
1649
+				  'location' => 'path',
1650
+				  'type' => 'string',
1651
+				  'required' => true,
1652
+				),
1653
+			  ),
1654
+			),'get' => array(
1655
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1656
+			  'httpMethod' => 'GET',
1657
+			  'parameters' => array(
1658
+				'accountId' => array(
1659
+				  'location' => 'path',
1660
+				  'type' => 'string',
1661
+				  'required' => true,
1662
+				),
1663
+				'webPropertyId' => array(
1664
+				  'location' => 'path',
1665
+				  'type' => 'string',
1666
+				  'required' => true,
1667
+				),
1668
+				'webPropertyAdWordsLinkId' => array(
1669
+				  'location' => 'path',
1670
+				  'type' => 'string',
1671
+				  'required' => true,
1672
+				),
1673
+			  ),
1674
+			),'insert' => array(
1675
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1676
+			  'httpMethod' => 'POST',
1677
+			  'parameters' => array(
1678
+				'accountId' => array(
1679
+				  'location' => 'path',
1680
+				  'type' => 'string',
1681
+				  'required' => true,
1682
+				),
1683
+				'webPropertyId' => array(
1684
+				  'location' => 'path',
1685
+				  'type' => 'string',
1686
+				  'required' => true,
1687
+				),
1688
+			  ),
1689
+			),'list' => array(
1690
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1691
+			  'httpMethod' => 'GET',
1692
+			  'parameters' => array(
1693
+				'accountId' => array(
1694
+				  'location' => 'path',
1695
+				  'type' => 'string',
1696
+				  'required' => true,
1697
+				),
1698
+				'webPropertyId' => array(
1699
+				  'location' => 'path',
1700
+				  'type' => 'string',
1701
+				  'required' => true,
1702
+				),
1703
+				'max-results' => array(
1704
+				  'location' => 'query',
1705
+				  'type' => 'integer',
1706
+				),
1707
+				'start-index' => array(
1708
+				  'location' => 'query',
1709
+				  'type' => 'integer',
1710
+				),
1711
+			  ),
1712
+			),'patch' => array(
1713
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1714
+			  'httpMethod' => 'PATCH',
1715
+			  'parameters' => array(
1716
+				'accountId' => array(
1717
+				  'location' => 'path',
1718
+				  'type' => 'string',
1719
+				  'required' => true,
1720
+				),
1721
+				'webPropertyId' => array(
1722
+				  'location' => 'path',
1723
+				  'type' => 'string',
1724
+				  'required' => true,
1725
+				),
1726
+				'webPropertyAdWordsLinkId' => array(
1727
+				  'location' => 'path',
1728
+				  'type' => 'string',
1729
+				  'required' => true,
1730
+				),
1731
+			  ),
1732
+			),'update' => array(
1733
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1734
+			  'httpMethod' => 'PUT',
1735
+			  'parameters' => array(
1736
+				'accountId' => array(
1737
+				  'location' => 'path',
1738
+				  'type' => 'string',
1739
+				  'required' => true,
1740
+				),
1741
+				'webPropertyId' => array(
1742
+				  'location' => 'path',
1743
+				  'type' => 'string',
1744
+				  'required' => true,
1745
+				),
1746
+				'webPropertyAdWordsLinkId' => array(
1747
+				  'location' => 'path',
1748
+				  'type' => 'string',
1749
+				  'required' => true,
1750
+				),
1751
+			  ),
1752
+			),
1753
+		  )
1754
+		)
1755
+	);
1756
+	$this->management_webproperties = new Google_Service_Analytics_ManagementWebproperties_Resource(
1757
+		$this,
1758
+		$this->serviceName,
1759
+		'webproperties',
1760
+		array(
1761
+		  'methods' => array(
1762
+			'get' => array(
1763
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1764
+			  'httpMethod' => 'GET',
1765
+			  'parameters' => array(
1766
+				'accountId' => array(
1767
+				  'location' => 'path',
1768
+				  'type' => 'string',
1769
+				  'required' => true,
1770
+				),
1771
+				'webPropertyId' => array(
1772
+				  'location' => 'path',
1773
+				  'type' => 'string',
1774
+				  'required' => true,
1775
+				),
1776
+			  ),
1777
+			),'insert' => array(
1778
+			  'path' => 'management/accounts/{accountId}/webproperties',
1779
+			  'httpMethod' => 'POST',
1780
+			  'parameters' => array(
1781
+				'accountId' => array(
1782
+				  'location' => 'path',
1783
+				  'type' => 'string',
1784
+				  'required' => true,
1785
+				),
1786
+			  ),
1787
+			),'list' => array(
1788
+			  'path' => 'management/accounts/{accountId}/webproperties',
1789
+			  'httpMethod' => 'GET',
1790
+			  'parameters' => array(
1791
+				'accountId' => array(
1792
+				  'location' => 'path',
1793
+				  'type' => 'string',
1794
+				  'required' => true,
1795
+				),
1796
+				'max-results' => array(
1797
+				  'location' => 'query',
1798
+				  'type' => 'integer',
1799
+				),
1800
+				'start-index' => array(
1801
+				  'location' => 'query',
1802
+				  'type' => 'integer',
1803
+				),
1804
+			  ),
1805
+			),'patch' => array(
1806
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1807
+			  'httpMethod' => 'PATCH',
1808
+			  'parameters' => array(
1809
+				'accountId' => array(
1810
+				  'location' => 'path',
1811
+				  'type' => 'string',
1812
+				  'required' => true,
1813
+				),
1814
+				'webPropertyId' => array(
1815
+				  'location' => 'path',
1816
+				  'type' => 'string',
1817
+				  'required' => true,
1818
+				),
1819
+			  ),
1820
+			),'update' => array(
1821
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1822
+			  'httpMethod' => 'PUT',
1823
+			  'parameters' => array(
1824
+				'accountId' => array(
1825
+				  'location' => 'path',
1826
+				  'type' => 'string',
1827
+				  'required' => true,
1828
+				),
1829
+				'webPropertyId' => array(
1830
+				  'location' => 'path',
1831
+				  'type' => 'string',
1832
+				  'required' => true,
1833
+				),
1834
+			  ),
1835
+			),
1836
+		  )
1837
+		)
1838
+	);
1839
+	$this->management_webpropertyUserLinks = new Google_Service_Analytics_ManagementWebpropertyUserLinks_Resource(
1840
+		$this,
1841
+		$this->serviceName,
1842
+		'webpropertyUserLinks',
1843
+		array(
1844
+		  'methods' => array(
1845
+			'delete' => array(
1846
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}',
1847
+			  'httpMethod' => 'DELETE',
1848
+			  'parameters' => array(
1849
+				'accountId' => array(
1850
+				  'location' => 'path',
1851
+				  'type' => 'string',
1852
+				  'required' => true,
1853
+				),
1854
+				'webPropertyId' => array(
1855
+				  'location' => 'path',
1856
+				  'type' => 'string',
1857
+				  'required' => true,
1858
+				),
1859
+				'linkId' => array(
1860
+				  'location' => 'path',
1861
+				  'type' => 'string',
1862
+				  'required' => true,
1863
+				),
1864
+			  ),
1865
+			),'insert' => array(
1866
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1867
+			  'httpMethod' => 'POST',
1868
+			  'parameters' => array(
1869
+				'accountId' => array(
1870
+				  'location' => 'path',
1871
+				  'type' => 'string',
1872
+				  'required' => true,
1873
+				),
1874
+				'webPropertyId' => array(
1875
+				  'location' => 'path',
1876
+				  'type' => 'string',
1877
+				  'required' => true,
1878
+				),
1879
+			  ),
1880
+			),'list' => array(
1881
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1882
+			  'httpMethod' => 'GET',
1883
+			  'parameters' => array(
1884
+				'accountId' => array(
1885
+				  'location' => 'path',
1886
+				  'type' => 'string',
1887
+				  'required' => true,
1888
+				),
1889
+				'webPropertyId' => array(
1890
+				  'location' => 'path',
1891
+				  'type' => 'string',
1892
+				  'required' => true,
1893
+				),
1894
+				'max-results' => array(
1895
+				  'location' => 'query',
1896
+				  'type' => 'integer',
1897
+				),
1898
+				'start-index' => array(
1899
+				  'location' => 'query',
1900
+				  'type' => 'integer',
1901
+				),
1902
+			  ),
1903
+			),'update' => array(
1904
+			  'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}',
1905
+			  'httpMethod' => 'PUT',
1906
+			  'parameters' => array(
1907
+				'accountId' => array(
1908
+				  'location' => 'path',
1909
+				  'type' => 'string',
1910
+				  'required' => true,
1911
+				),
1912
+				'webPropertyId' => array(
1913
+				  'location' => 'path',
1914
+				  'type' => 'string',
1915
+				  'required' => true,
1916
+				),
1917
+				'linkId' => array(
1918
+				  'location' => 'path',
1919
+				  'type' => 'string',
1920
+				  'required' => true,
1921
+				),
1922
+			  ),
1923
+			),
1924
+		  )
1925
+		)
1926
+	);
1927
+	$this->metadata_columns = new Google_Service_Analytics_MetadataColumns_Resource(
1928
+		$this,
1929
+		$this->serviceName,
1930
+		'columns',
1931
+		array(
1932
+		  'methods' => array(
1933
+			'list' => array(
1934
+			  'path' => 'metadata/{reportType}/columns',
1935
+			  'httpMethod' => 'GET',
1936
+			  'parameters' => array(
1937
+				'reportType' => array(
1938
+				  'location' => 'path',
1939
+				  'type' => 'string',
1940
+				  'required' => true,
1941
+				),
1942
+			  ),
1943
+			),
1944
+		  )
1945
+		)
1946
+	);
1947
+	$this->provisioning = new Google_Service_Analytics_Provisioning_Resource(
1948
+		$this,
1949
+		$this->serviceName,
1950
+		'provisioning',
1951
+		array(
1952
+		  'methods' => array(
1953
+			'createAccountTicket' => array(
1954
+			  'path' => 'provisioning/createAccountTicket',
1955
+			  'httpMethod' => 'POST',
1956
+			  'parameters' => array(),
1957
+			),
1958
+		  )
1959
+		)
1960
+	);
1961 1961
   }
1962 1962
 }
1963 1963
 
@@ -2018,9 +2018,9 @@  discard block
 block discarded – undo
2018 2018
    */
2019 2019
   public function get($ids, $startDate, $endDate, $metrics, $optParams = array())
2020 2020
   {
2021
-    $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
2022
-    $params = array_merge($params, $optParams);
2023
-    return $this->call('get', array($params), "Google_Service_Analytics_GaData");
2021
+	$params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
2022
+	$params = array_merge($params, $optParams);
2023
+	return $this->call('get', array($params), "Google_Service_Analytics_GaData");
2024 2024
   }
2025 2025
 }
2026 2026
 /**
@@ -2065,9 +2065,9 @@  discard block
 block discarded – undo
2065 2065
    */
2066 2066
   public function get($ids, $startDate, $endDate, $metrics, $optParams = array())
2067 2067
   {
2068
-    $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
2069
-    $params = array_merge($params, $optParams);
2070
-    return $this->call('get', array($params), "Google_Service_Analytics_McfData");
2068
+	$params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
2069
+	$params = array_merge($params, $optParams);
2070
+	return $this->call('get', array($params), "Google_Service_Analytics_McfData");
2071 2071
   }
2072 2072
 }
2073 2073
 /**
@@ -2102,9 +2102,9 @@  discard block
 block discarded – undo
2102 2102
    */
2103 2103
   public function get($ids, $metrics, $optParams = array())
2104 2104
   {
2105
-    $params = array('ids' => $ids, 'metrics' => $metrics);
2106
-    $params = array_merge($params, $optParams);
2107
-    return $this->call('get', array($params), "Google_Service_Analytics_RealtimeData");
2105
+	$params = array('ids' => $ids, 'metrics' => $metrics);
2106
+	$params = array_merge($params, $optParams);
2107
+	return $this->call('get', array($params), "Google_Service_Analytics_RealtimeData");
2108 2108
   }
2109 2109
 }
2110 2110
 
@@ -2146,9 +2146,9 @@  discard block
 block discarded – undo
2146 2146
    */
2147 2147
   public function listManagementAccountSummaries($optParams = array())
2148 2148
   {
2149
-    $params = array();
2150
-    $params = array_merge($params, $optParams);
2151
-    return $this->call('list', array($params), "Google_Service_Analytics_AccountSummaries");
2149
+	$params = array();
2150
+	$params = array_merge($params, $optParams);
2151
+	return $this->call('list', array($params), "Google_Service_Analytics_AccountSummaries");
2152 2152
   }
2153 2153
 }
2154 2154
 /**
@@ -2171,9 +2171,9 @@  discard block
 block discarded – undo
2171 2171
    */
2172 2172
   public function delete($accountId, $linkId, $optParams = array())
2173 2173
   {
2174
-    $params = array('accountId' => $accountId, 'linkId' => $linkId);
2175
-    $params = array_merge($params, $optParams);
2176
-    return $this->call('delete', array($params));
2174
+	$params = array('accountId' => $accountId, 'linkId' => $linkId);
2175
+	$params = array_merge($params, $optParams);
2176
+	return $this->call('delete', array($params));
2177 2177
   }
2178 2178
 
2179 2179
   /**
@@ -2186,9 +2186,9 @@  discard block
 block discarded – undo
2186 2186
    */
2187 2187
   public function insert($accountId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
2188 2188
   {
2189
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
2190
-    $params = array_merge($params, $optParams);
2191
-    return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
2189
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
2190
+	$params = array_merge($params, $optParams);
2191
+	return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
2192 2192
   }
2193 2193
 
2194 2194
   /**
@@ -2207,9 +2207,9 @@  discard block
 block discarded – undo
2207 2207
    */
2208 2208
   public function listManagementAccountUserLinks($accountId, $optParams = array())
2209 2209
   {
2210
-    $params = array('accountId' => $accountId);
2211
-    $params = array_merge($params, $optParams);
2212
-    return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
2210
+	$params = array('accountId' => $accountId);
2211
+	$params = array_merge($params, $optParams);
2212
+	return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
2213 2213
   }
2214 2214
 
2215 2215
   /**
@@ -2224,9 +2224,9 @@  discard block
 block discarded – undo
2224 2224
    */
2225 2225
   public function update($accountId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
2226 2226
   {
2227
-    $params = array('accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody);
2228
-    $params = array_merge($params, $optParams);
2229
-    return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
2227
+	$params = array('accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody);
2228
+	$params = array_merge($params, $optParams);
2229
+	return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
2230 2230
   }
2231 2231
 }
2232 2232
 /**
@@ -2255,9 +2255,9 @@  discard block
 block discarded – undo
2255 2255
    */
2256 2256
   public function listManagementAccounts($optParams = array())
2257 2257
   {
2258
-    $params = array();
2259
-    $params = array_merge($params, $optParams);
2260
-    return $this->call('list', array($params), "Google_Service_Analytics_Accounts");
2258
+	$params = array();
2259
+	$params = array_merge($params, $optParams);
2260
+	return $this->call('list', array($params), "Google_Service_Analytics_Accounts");
2261 2261
   }
2262 2262
 }
2263 2263
 /**
@@ -2289,9 +2289,9 @@  discard block
 block discarded – undo
2289 2289
    */
2290 2290
   public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = array())
2291 2291
   {
2292
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2293
-    $params = array_merge($params, $optParams);
2294
-    return $this->call('list', array($params), "Google_Service_Analytics_CustomDataSources");
2292
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2293
+	$params = array_merge($params, $optParams);
2294
+	return $this->call('list', array($params), "Google_Service_Analytics_CustomDataSources");
2295 2295
   }
2296 2296
 }
2297 2297
 /**
@@ -2317,9 +2317,9 @@  discard block
 block discarded – undo
2317 2317
    */
2318 2318
   public function get($accountId, $webPropertyId, $customDimensionId, $optParams = array())
2319 2319
   {
2320
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId);
2321
-    $params = array_merge($params, $optParams);
2322
-    return $this->call('get', array($params), "Google_Service_Analytics_CustomDimension");
2320
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId);
2321
+	$params = array_merge($params, $optParams);
2322
+	return $this->call('get', array($params), "Google_Service_Analytics_CustomDimension");
2323 2323
   }
2324 2324
 
2325 2325
   /**
@@ -2334,9 +2334,9 @@  discard block
 block discarded – undo
2334 2334
    */
2335 2335
   public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
2336 2336
   {
2337
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
2338
-    $params = array_merge($params, $optParams);
2339
-    return $this->call('insert', array($params), "Google_Service_Analytics_CustomDimension");
2337
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
2338
+	$params = array_merge($params, $optParams);
2339
+	return $this->call('insert', array($params), "Google_Service_Analytics_CustomDimension");
2340 2340
   }
2341 2341
 
2342 2342
   /**
@@ -2356,9 +2356,9 @@  discard block
 block discarded – undo
2356 2356
    */
2357 2357
   public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = array())
2358 2358
   {
2359
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2360
-    $params = array_merge($params, $optParams);
2361
-    return $this->call('list', array($params), "Google_Service_Analytics_CustomDimensions");
2359
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2360
+	$params = array_merge($params, $optParams);
2361
+	return $this->call('list', array($params), "Google_Service_Analytics_CustomDimensions");
2362 2362
   }
2363 2363
 
2364 2364
   /**
@@ -2380,9 +2380,9 @@  discard block
 block discarded – undo
2380 2380
    */
2381 2381
   public function patch($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
2382 2382
   {
2383
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
2384
-    $params = array_merge($params, $optParams);
2385
-    return $this->call('patch', array($params), "Google_Service_Analytics_CustomDimension");
2383
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
2384
+	$params = array_merge($params, $optParams);
2385
+	return $this->call('patch', array($params), "Google_Service_Analytics_CustomDimension");
2386 2386
   }
2387 2387
 
2388 2388
   /**
@@ -2403,9 +2403,9 @@  discard block
 block discarded – undo
2403 2403
    */
2404 2404
   public function update($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
2405 2405
   {
2406
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
2407
-    $params = array_merge($params, $optParams);
2408
-    return $this->call('update', array($params), "Google_Service_Analytics_CustomDimension");
2406
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
2407
+	$params = array_merge($params, $optParams);
2408
+	return $this->call('update', array($params), "Google_Service_Analytics_CustomDimension");
2409 2409
   }
2410 2410
 }
2411 2411
 /**
@@ -2431,9 +2431,9 @@  discard block
 block discarded – undo
2431 2431
    */
2432 2432
   public function get($accountId, $webPropertyId, $customMetricId, $optParams = array())
2433 2433
   {
2434
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId);
2435
-    $params = array_merge($params, $optParams);
2436
-    return $this->call('get', array($params), "Google_Service_Analytics_CustomMetric");
2434
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId);
2435
+	$params = array_merge($params, $optParams);
2436
+	return $this->call('get', array($params), "Google_Service_Analytics_CustomMetric");
2437 2437
   }
2438 2438
 
2439 2439
   /**
@@ -2448,9 +2448,9 @@  discard block
 block discarded – undo
2448 2448
    */
2449 2449
   public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
2450 2450
   {
2451
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
2452
-    $params = array_merge($params, $optParams);
2453
-    return $this->call('insert', array($params), "Google_Service_Analytics_CustomMetric");
2451
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
2452
+	$params = array_merge($params, $optParams);
2453
+	return $this->call('insert', array($params), "Google_Service_Analytics_CustomMetric");
2454 2454
   }
2455 2455
 
2456 2456
   /**
@@ -2470,9 +2470,9 @@  discard block
 block discarded – undo
2470 2470
    */
2471 2471
   public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = array())
2472 2472
   {
2473
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2474
-    $params = array_merge($params, $optParams);
2475
-    return $this->call('list', array($params), "Google_Service_Analytics_CustomMetrics");
2473
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
2474
+	$params = array_merge($params, $optParams);
2475
+	return $this->call('list', array($params), "Google_Service_Analytics_CustomMetrics");
2476 2476
   }
2477 2477
 
2478 2478
   /**
@@ -2493,9 +2493,9 @@  discard block
 block discarded – undo
2493 2493
    */
2494 2494
   public function patch($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
2495 2495
   {
2496
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
2497
-    $params = array_merge($params, $optParams);
2498
-    return $this->call('patch', array($params), "Google_Service_Analytics_CustomMetric");
2496
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
2497
+	$params = array_merge($params, $optParams);
2498
+	return $this->call('patch', array($params), "Google_Service_Analytics_CustomMetric");
2499 2499
   }
2500 2500
 
2501 2501
   /**
@@ -2515,9 +2515,9 @@  discard block
 block discarded – undo
2515 2515
    */
2516 2516
   public function update($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
2517 2517
   {
2518
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
2519
-    $params = array_merge($params, $optParams);
2520
-    return $this->call('update', array($params), "Google_Service_Analytics_CustomMetric");
2518
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
2519
+	$params = array_merge($params, $optParams);
2520
+	return $this->call('update', array($params), "Google_Service_Analytics_CustomMetric");
2521 2521
   }
2522 2522
 }
2523 2523
 /**
@@ -2542,9 +2542,9 @@  discard block
 block discarded – undo
2542 2542
    */
2543 2543
   public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array())
2544 2544
   {
2545
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId);
2546
-    $params = array_merge($params, $optParams);
2547
-    return $this->call('delete', array($params));
2545
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId);
2546
+	$params = array_merge($params, $optParams);
2547
+	return $this->call('delete', array($params));
2548 2548
   }
2549 2549
 
2550 2550
   /**
@@ -2559,9 +2559,9 @@  discard block
 block discarded – undo
2559 2559
    */
2560 2560
   public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array())
2561 2561
   {
2562
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId);
2563
-    $params = array_merge($params, $optParams);
2564
-    return $this->call('get', array($params), "Google_Service_Analytics_Experiment");
2562
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId);
2563
+	$params = array_merge($params, $optParams);
2564
+	return $this->call('get', array($params), "Google_Service_Analytics_Experiment");
2565 2565
   }
2566 2566
 
2567 2567
   /**
@@ -2576,9 +2576,9 @@  discard block
 block discarded – undo
2576 2576
    */
2577 2577
   public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Experiment $postBody, $optParams = array())
2578 2578
   {
2579
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2580
-    $params = array_merge($params, $optParams);
2581
-    return $this->call('insert', array($params), "Google_Service_Analytics_Experiment");
2579
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2580
+	$params = array_merge($params, $optParams);
2581
+	return $this->call('insert', array($params), "Google_Service_Analytics_Experiment");
2582 2582
   }
2583 2583
 
2584 2584
   /**
@@ -2599,9 +2599,9 @@  discard block
 block discarded – undo
2599 2599
    */
2600 2600
   public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = array())
2601 2601
   {
2602
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2603
-    $params = array_merge($params, $optParams);
2604
-    return $this->call('list', array($params), "Google_Service_Analytics_Experiments");
2602
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2603
+	$params = array_merge($params, $optParams);
2604
+	return $this->call('list', array($params), "Google_Service_Analytics_Experiments");
2605 2605
   }
2606 2606
 
2607 2607
   /**
@@ -2618,9 +2618,9 @@  discard block
 block discarded – undo
2618 2618
    */
2619 2619
   public function patch($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array())
2620 2620
   {
2621
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
2622
-    $params = array_merge($params, $optParams);
2623
-    return $this->call('patch', array($params), "Google_Service_Analytics_Experiment");
2621
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
2622
+	$params = array_merge($params, $optParams);
2623
+	return $this->call('patch', array($params), "Google_Service_Analytics_Experiment");
2624 2624
   }
2625 2625
 
2626 2626
   /**
@@ -2636,9 +2636,9 @@  discard block
 block discarded – undo
2636 2636
    */
2637 2637
   public function update($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array())
2638 2638
   {
2639
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
2640
-    $params = array_merge($params, $optParams);
2641
-    return $this->call('update', array($params), "Google_Service_Analytics_Experiment");
2639
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
2640
+	$params = array_merge($params, $optParams);
2641
+	return $this->call('update', array($params), "Google_Service_Analytics_Experiment");
2642 2642
   }
2643 2643
 }
2644 2644
 /**
@@ -2662,9 +2662,9 @@  discard block
 block discarded – undo
2662 2662
    */
2663 2663
   public function delete($accountId, $filterId, $optParams = array())
2664 2664
   {
2665
-    $params = array('accountId' => $accountId, 'filterId' => $filterId);
2666
-    $params = array_merge($params, $optParams);
2667
-    return $this->call('delete', array($params), "Google_Service_Analytics_Filter");
2665
+	$params = array('accountId' => $accountId, 'filterId' => $filterId);
2666
+	$params = array_merge($params, $optParams);
2667
+	return $this->call('delete', array($params), "Google_Service_Analytics_Filter");
2668 2668
   }
2669 2669
 
2670 2670
   /**
@@ -2677,9 +2677,9 @@  discard block
 block discarded – undo
2677 2677
    */
2678 2678
   public function get($accountId, $filterId, $optParams = array())
2679 2679
   {
2680
-    $params = array('accountId' => $accountId, 'filterId' => $filterId);
2681
-    $params = array_merge($params, $optParams);
2682
-    return $this->call('get', array($params), "Google_Service_Analytics_Filter");
2680
+	$params = array('accountId' => $accountId, 'filterId' => $filterId);
2681
+	$params = array_merge($params, $optParams);
2682
+	return $this->call('get', array($params), "Google_Service_Analytics_Filter");
2683 2683
   }
2684 2684
 
2685 2685
   /**
@@ -2692,9 +2692,9 @@  discard block
 block discarded – undo
2692 2692
    */
2693 2693
   public function insert($accountId, Google_Service_Analytics_Filter $postBody, $optParams = array())
2694 2694
   {
2695
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
2696
-    $params = array_merge($params, $optParams);
2697
-    return $this->call('insert', array($params), "Google_Service_Analytics_Filter");
2695
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
2696
+	$params = array_merge($params, $optParams);
2697
+	return $this->call('insert', array($params), "Google_Service_Analytics_Filter");
2698 2698
   }
2699 2699
 
2700 2700
   /**
@@ -2711,9 +2711,9 @@  discard block
 block discarded – undo
2711 2711
    */
2712 2712
   public function listManagementFilters($accountId, $optParams = array())
2713 2713
   {
2714
-    $params = array('accountId' => $accountId);
2715
-    $params = array_merge($params, $optParams);
2716
-    return $this->call('list', array($params), "Google_Service_Analytics_Filters");
2714
+	$params = array('accountId' => $accountId);
2715
+	$params = array_merge($params, $optParams);
2716
+	return $this->call('list', array($params), "Google_Service_Analytics_Filters");
2717 2717
   }
2718 2718
 
2719 2719
   /**
@@ -2728,9 +2728,9 @@  discard block
 block discarded – undo
2728 2728
    */
2729 2729
   public function patch($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array())
2730 2730
   {
2731
-    $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody);
2732
-    $params = array_merge($params, $optParams);
2733
-    return $this->call('patch', array($params), "Google_Service_Analytics_Filter");
2731
+	$params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody);
2732
+	$params = array_merge($params, $optParams);
2733
+	return $this->call('patch', array($params), "Google_Service_Analytics_Filter");
2734 2734
   }
2735 2735
 
2736 2736
   /**
@@ -2744,9 +2744,9 @@  discard block
 block discarded – undo
2744 2744
    */
2745 2745
   public function update($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array())
2746 2746
   {
2747
-    $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody);
2748
-    $params = array_merge($params, $optParams);
2749
-    return $this->call('update', array($params), "Google_Service_Analytics_Filter");
2747
+	$params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody);
2748
+	$params = array_merge($params, $optParams);
2749
+	return $this->call('update', array($params), "Google_Service_Analytics_Filter");
2750 2750
   }
2751 2751
 }
2752 2752
 /**
@@ -2772,9 +2772,9 @@  discard block
 block discarded – undo
2772 2772
    */
2773 2773
   public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = array())
2774 2774
   {
2775
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId);
2776
-    $params = array_merge($params, $optParams);
2777
-    return $this->call('get', array($params), "Google_Service_Analytics_Goal");
2775
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId);
2776
+	$params = array_merge($params, $optParams);
2777
+	return $this->call('get', array($params), "Google_Service_Analytics_Goal");
2778 2778
   }
2779 2779
 
2780 2780
   /**
@@ -2789,9 +2789,9 @@  discard block
 block discarded – undo
2789 2789
    */
2790 2790
   public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Goal $postBody, $optParams = array())
2791 2791
   {
2792
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2793
-    $params = array_merge($params, $optParams);
2794
-    return $this->call('insert', array($params), "Google_Service_Analytics_Goal");
2792
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2793
+	$params = array_merge($params, $optParams);
2794
+	return $this->call('insert', array($params), "Google_Service_Analytics_Goal");
2795 2795
   }
2796 2796
 
2797 2797
   /**
@@ -2816,9 +2816,9 @@  discard block
 block discarded – undo
2816 2816
    */
2817 2817
   public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = array())
2818 2818
   {
2819
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2820
-    $params = array_merge($params, $optParams);
2821
-    return $this->call('list', array($params), "Google_Service_Analytics_Goals");
2819
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2820
+	$params = array_merge($params, $optParams);
2821
+	return $this->call('list', array($params), "Google_Service_Analytics_Goals");
2822 2822
   }
2823 2823
 
2824 2824
   /**
@@ -2835,9 +2835,9 @@  discard block
 block discarded – undo
2835 2835
    */
2836 2836
   public function patch($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array())
2837 2837
   {
2838
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody);
2839
-    $params = array_merge($params, $optParams);
2840
-    return $this->call('patch', array($params), "Google_Service_Analytics_Goal");
2838
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody);
2839
+	$params = array_merge($params, $optParams);
2840
+	return $this->call('patch', array($params), "Google_Service_Analytics_Goal");
2841 2841
   }
2842 2842
 
2843 2843
   /**
@@ -2853,9 +2853,9 @@  discard block
 block discarded – undo
2853 2853
    */
2854 2854
   public function update($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array())
2855 2855
   {
2856
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody);
2857
-    $params = array_merge($params, $optParams);
2858
-    return $this->call('update', array($params), "Google_Service_Analytics_Goal");
2856
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody);
2857
+	$params = array_merge($params, $optParams);
2858
+	return $this->call('update', array($params), "Google_Service_Analytics_Goal");
2859 2859
   }
2860 2860
 }
2861 2861
 /**
@@ -2881,9 +2881,9 @@  discard block
 block discarded – undo
2881 2881
    */
2882 2882
   public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array())
2883 2883
   {
2884
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
2885
-    $params = array_merge($params, $optParams);
2886
-    return $this->call('delete', array($params));
2884
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
2885
+	$params = array_merge($params, $optParams);
2886
+	return $this->call('delete', array($params));
2887 2887
   }
2888 2888
 
2889 2889
   /**
@@ -2899,9 +2899,9 @@  discard block
 block discarded – undo
2899 2899
    */
2900 2900
   public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = array())
2901 2901
   {
2902
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
2903
-    $params = array_merge($params, $optParams);
2904
-    return $this->call('get', array($params), "Google_Service_Analytics_ProfileFilterLink");
2902
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
2903
+	$params = array_merge($params, $optParams);
2904
+	return $this->call('get', array($params), "Google_Service_Analytics_ProfileFilterLink");
2905 2905
   }
2906 2906
 
2907 2907
   /**
@@ -2917,9 +2917,9 @@  discard block
 block discarded – undo
2917 2917
    */
2918 2918
   public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array())
2919 2919
   {
2920
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2921
-    $params = array_merge($params, $optParams);
2922
-    return $this->call('insert', array($params), "Google_Service_Analytics_ProfileFilterLink");
2920
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
2921
+	$params = array_merge($params, $optParams);
2922
+	return $this->call('insert', array($params), "Google_Service_Analytics_ProfileFilterLink");
2923 2923
   }
2924 2924
 
2925 2925
   /**
@@ -2943,9 +2943,9 @@  discard block
 block discarded – undo
2943 2943
    */
2944 2944
   public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParams = array())
2945 2945
   {
2946
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2947
-    $params = array_merge($params, $optParams);
2948
-    return $this->call('list', array($params), "Google_Service_Analytics_ProfileFilterLinks");
2946
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
2947
+	$params = array_merge($params, $optParams);
2948
+	return $this->call('list', array($params), "Google_Service_Analytics_ProfileFilterLinks");
2949 2949
   }
2950 2950
 
2951 2951
   /**
@@ -2963,9 +2963,9 @@  discard block
 block discarded – undo
2963 2963
    */
2964 2964
   public function patch($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array())
2965 2965
   {
2966
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
2967
-    $params = array_merge($params, $optParams);
2968
-    return $this->call('patch', array($params), "Google_Service_Analytics_ProfileFilterLink");
2966
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
2967
+	$params = array_merge($params, $optParams);
2968
+	return $this->call('patch', array($params), "Google_Service_Analytics_ProfileFilterLink");
2969 2969
   }
2970 2970
 
2971 2971
   /**
@@ -2982,9 +2982,9 @@  discard block
 block discarded – undo
2982 2982
    */
2983 2983
   public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array())
2984 2984
   {
2985
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
2986
-    $params = array_merge($params, $optParams);
2987
-    return $this->call('update', array($params), "Google_Service_Analytics_ProfileFilterLink");
2985
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
2986
+	$params = array_merge($params, $optParams);
2987
+	return $this->call('update', array($params), "Google_Service_Analytics_ProfileFilterLink");
2988 2988
   }
2989 2989
 }
2990 2990
 /**
@@ -3009,9 +3009,9 @@  discard block
 block discarded – undo
3009 3009
    */
3010 3010
   public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array())
3011 3011
   {
3012
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
3013
-    $params = array_merge($params, $optParams);
3014
-    return $this->call('delete', array($params));
3012
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId);
3013
+	$params = array_merge($params, $optParams);
3014
+	return $this->call('delete', array($params));
3015 3015
   }
3016 3016
 
3017 3017
   /**
@@ -3026,9 +3026,9 @@  discard block
 block discarded – undo
3026 3026
    */
3027 3027
   public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
3028 3028
   {
3029
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3030
-    $params = array_merge($params, $optParams);
3031
-    return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
3029
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3030
+	$params = array_merge($params, $optParams);
3031
+	return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
3032 3032
   }
3033 3033
 
3034 3034
   /**
@@ -3054,9 +3054,9 @@  discard block
 block discarded – undo
3054 3054
    */
3055 3055
   public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams = array())
3056 3056
   {
3057
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3058
-    $params = array_merge($params, $optParams);
3059
-    return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
3057
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3058
+	$params = array_merge($params, $optParams);
3059
+	return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
3060 3060
   }
3061 3061
 
3062 3062
   /**
@@ -3073,9 +3073,9 @@  discard block
 block discarded – undo
3073 3073
    */
3074 3074
   public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
3075 3075
   {
3076
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
3077
-    $params = array_merge($params, $optParams);
3078
-    return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
3076
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody);
3077
+	$params = array_merge($params, $optParams);
3078
+	return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
3079 3079
   }
3080 3080
 }
3081 3081
 /**
@@ -3100,9 +3100,9 @@  discard block
 block discarded – undo
3100 3100
    */
3101 3101
   public function delete($accountId, $webPropertyId, $profileId, $optParams = array())
3102 3102
   {
3103
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3104
-    $params = array_merge($params, $optParams);
3105
-    return $this->call('delete', array($params));
3103
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3104
+	$params = array_merge($params, $optParams);
3105
+	return $this->call('delete', array($params));
3106 3106
   }
3107 3107
 
3108 3108
   /**
@@ -3116,9 +3116,9 @@  discard block
 block discarded – undo
3116 3116
    */
3117 3117
   public function get($accountId, $webPropertyId, $profileId, $optParams = array())
3118 3118
   {
3119
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3120
-    $params = array_merge($params, $optParams);
3121
-    return $this->call('get', array($params), "Google_Service_Analytics_Profile");
3119
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3120
+	$params = array_merge($params, $optParams);
3121
+	return $this->call('get', array($params), "Google_Service_Analytics_Profile");
3122 3122
   }
3123 3123
 
3124 3124
   /**
@@ -3133,9 +3133,9 @@  discard block
 block discarded – undo
3133 3133
    */
3134 3134
   public function insert($accountId, $webPropertyId, Google_Service_Analytics_Profile $postBody, $optParams = array())
3135 3135
   {
3136
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3137
-    $params = array_merge($params, $optParams);
3138
-    return $this->call('insert', array($params), "Google_Service_Analytics_Profile");
3136
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3137
+	$params = array_merge($params, $optParams);
3138
+	return $this->call('insert', array($params), "Google_Service_Analytics_Profile");
3139 3139
   }
3140 3140
 
3141 3141
   /**
@@ -3158,9 +3158,9 @@  discard block
 block discarded – undo
3158 3158
    */
3159 3159
   public function listManagementProfiles($accountId, $webPropertyId, $optParams = array())
3160 3160
   {
3161
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3162
-    $params = array_merge($params, $optParams);
3163
-    return $this->call('list', array($params), "Google_Service_Analytics_Profiles");
3161
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3162
+	$params = array_merge($params, $optParams);
3163
+	return $this->call('list', array($params), "Google_Service_Analytics_Profiles");
3164 3164
   }
3165 3165
 
3166 3166
   /**
@@ -3177,9 +3177,9 @@  discard block
 block discarded – undo
3177 3177
    */
3178 3178
   public function patch($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array())
3179 3179
   {
3180
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3181
-    $params = array_merge($params, $optParams);
3182
-    return $this->call('patch', array($params), "Google_Service_Analytics_Profile");
3180
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3181
+	$params = array_merge($params, $optParams);
3182
+	return $this->call('patch', array($params), "Google_Service_Analytics_Profile");
3183 3183
   }
3184 3184
 
3185 3185
   /**
@@ -3195,9 +3195,9 @@  discard block
 block discarded – undo
3195 3195
    */
3196 3196
   public function update($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array())
3197 3197
   {
3198
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3199
-    $params = array_merge($params, $optParams);
3200
-    return $this->call('update', array($params), "Google_Service_Analytics_Profile");
3198
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3199
+	$params = array_merge($params, $optParams);
3200
+	return $this->call('update', array($params), "Google_Service_Analytics_Profile");
3201 3201
   }
3202 3202
 }
3203 3203
 /**
@@ -3226,9 +3226,9 @@  discard block
 block discarded – undo
3226 3226
    */
3227 3227
   public function listManagementSegments($optParams = array())
3228 3228
   {
3229
-    $params = array();
3230
-    $params = array_merge($params, $optParams);
3231
-    return $this->call('list', array($params), "Google_Service_Analytics_Segments");
3229
+	$params = array();
3230
+	$params = array_merge($params, $optParams);
3231
+	return $this->call('list', array($params), "Google_Service_Analytics_Segments");
3232 3232
   }
3233 3233
 }
3234 3234
 /**
@@ -3255,9 +3255,9 @@  discard block
 block discarded – undo
3255 3255
    */
3256 3256
   public function get($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = array())
3257 3257
   {
3258
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId);
3259
-    $params = array_merge($params, $optParams);
3260
-    return $this->call('get', array($params), "Google_Service_Analytics_UnsampledReport");
3258
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId);
3259
+	$params = array_merge($params, $optParams);
3260
+	return $this->call('get', array($params), "Google_Service_Analytics_UnsampledReport");
3261 3261
   }
3262 3262
 
3263 3263
   /**
@@ -3274,9 +3274,9 @@  discard block
 block discarded – undo
3274 3274
    */
3275 3275
   public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_UnsampledReport $postBody, $optParams = array())
3276 3276
   {
3277
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3278
-    $params = array_merge($params, $optParams);
3279
-    return $this->call('insert', array($params), "Google_Service_Analytics_UnsampledReport");
3277
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
3278
+	$params = array_merge($params, $optParams);
3279
+	return $this->call('insert', array($params), "Google_Service_Analytics_UnsampledReport");
3280 3280
   }
3281 3281
 
3282 3282
   /**
@@ -3300,9 +3300,9 @@  discard block
 block discarded – undo
3300 3300
    */
3301 3301
   public function listManagementUnsampledReports($accountId, $webPropertyId, $profileId, $optParams = array())
3302 3302
   {
3303
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3304
-    $params = array_merge($params, $optParams);
3305
-    return $this->call('list', array($params), "Google_Service_Analytics_UnsampledReports");
3303
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
3304
+	$params = array_merge($params, $optParams);
3305
+	return $this->call('list', array($params), "Google_Service_Analytics_UnsampledReports");
3306 3306
   }
3307 3307
 }
3308 3308
 /**
@@ -3328,9 +3328,9 @@  discard block
 block discarded – undo
3328 3328
    */
3329 3329
   public function deleteUploadData($accountId, $webPropertyId, $customDataSourceId, Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody, $optParams = array())
3330 3330
   {
3331
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'postBody' => $postBody);
3332
-    $params = array_merge($params, $optParams);
3333
-    return $this->call('deleteUploadData', array($params));
3331
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'postBody' => $postBody);
3332
+	$params = array_merge($params, $optParams);
3333
+	return $this->call('deleteUploadData', array($params));
3334 3334
   }
3335 3335
 
3336 3336
   /**
@@ -3346,9 +3346,9 @@  discard block
 block discarded – undo
3346 3346
    */
3347 3347
   public function get($accountId, $webPropertyId, $customDataSourceId, $uploadId, $optParams = array())
3348 3348
   {
3349
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'uploadId' => $uploadId);
3350
-    $params = array_merge($params, $optParams);
3351
-    return $this->call('get', array($params), "Google_Service_Analytics_Upload");
3349
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'uploadId' => $uploadId);
3350
+	$params = array_merge($params, $optParams);
3351
+	return $this->call('get', array($params), "Google_Service_Analytics_Upload");
3352 3352
   }
3353 3353
 
3354 3354
   /**
@@ -3369,9 +3369,9 @@  discard block
 block discarded – undo
3369 3369
    */
3370 3370
   public function listManagementUploads($accountId, $webPropertyId, $customDataSourceId, $optParams = array())
3371 3371
   {
3372
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId);
3373
-    $params = array_merge($params, $optParams);
3374
-    return $this->call('list', array($params), "Google_Service_Analytics_Uploads");
3372
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId);
3373
+	$params = array_merge($params, $optParams);
3374
+	return $this->call('list', array($params), "Google_Service_Analytics_Uploads");
3375 3375
   }
3376 3376
 
3377 3377
   /**
@@ -3387,9 +3387,9 @@  discard block
 block discarded – undo
3387 3387
    */
3388 3388
   public function uploadData($accountId, $webPropertyId, $customDataSourceId, $optParams = array())
3389 3389
   {
3390
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId);
3391
-    $params = array_merge($params, $optParams);
3392
-    return $this->call('uploadData', array($params), "Google_Service_Analytics_Upload");
3390
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId);
3391
+	$params = array_merge($params, $optParams);
3392
+	return $this->call('uploadData', array($params), "Google_Service_Analytics_Upload");
3393 3393
   }
3394 3394
 }
3395 3395
 /**
@@ -3414,9 +3414,9 @@  discard block
 block discarded – undo
3414 3414
    */
3415 3415
   public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array())
3416 3416
   {
3417
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId);
3418
-    $params = array_merge($params, $optParams);
3419
-    return $this->call('delete', array($params));
3417
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId);
3418
+	$params = array_merge($params, $optParams);
3419
+	return $this->call('delete', array($params));
3420 3420
   }
3421 3421
 
3422 3422
   /**
@@ -3433,9 +3433,9 @@  discard block
 block discarded – undo
3433 3433
    */
3434 3434
   public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array())
3435 3435
   {
3436
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId);
3437
-    $params = array_merge($params, $optParams);
3438
-    return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3436
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId);
3437
+	$params = array_merge($params, $optParams);
3438
+	return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3439 3439
   }
3440 3440
 
3441 3441
   /**
@@ -3450,9 +3450,9 @@  discard block
 block discarded – undo
3450 3450
    */
3451 3451
   public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array())
3452 3452
   {
3453
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3454
-    $params = array_merge($params, $optParams);
3455
-    return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3453
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3454
+	$params = array_merge($params, $optParams);
3455
+	return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3456 3456
   }
3457 3457
 
3458 3458
   /**
@@ -3474,9 +3474,9 @@  discard block
 block discarded – undo
3474 3474
    */
3475 3475
   public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId, $optParams = array())
3476 3476
   {
3477
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3478
-    $params = array_merge($params, $optParams);
3479
-    return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks");
3477
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3478
+	$params = array_merge($params, $optParams);
3479
+	return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks");
3480 3480
   }
3481 3481
 
3482 3482
   /**
@@ -3494,9 +3494,9 @@  discard block
 block discarded – undo
3494 3494
    */
3495 3495
   public function patch($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array())
3496 3496
   {
3497
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody);
3498
-    $params = array_merge($params, $optParams);
3499
-    return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3497
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody);
3498
+	$params = array_merge($params, $optParams);
3499
+	return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3500 3500
   }
3501 3501
 
3502 3502
   /**
@@ -3514,9 +3514,9 @@  discard block
 block discarded – undo
3514 3514
    */
3515 3515
   public function update($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array())
3516 3516
   {
3517
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody);
3518
-    $params = array_merge($params, $optParams);
3519
-    return $this->call('update', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3517
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody);
3518
+	$params = array_merge($params, $optParams);
3519
+	return $this->call('update', array($params), "Google_Service_Analytics_EntityAdWordsLink");
3520 3520
   }
3521 3521
 }
3522 3522
 /**
@@ -3540,9 +3540,9 @@  discard block
 block discarded – undo
3540 3540
    */
3541 3541
   public function get($accountId, $webPropertyId, $optParams = array())
3542 3542
   {
3543
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3544
-    $params = array_merge($params, $optParams);
3545
-    return $this->call('get', array($params), "Google_Service_Analytics_Webproperty");
3543
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3544
+	$params = array_merge($params, $optParams);
3545
+	return $this->call('get', array($params), "Google_Service_Analytics_Webproperty");
3546 3546
   }
3547 3547
 
3548 3548
   /**
@@ -3557,9 +3557,9 @@  discard block
 block discarded – undo
3557 3557
    */
3558 3558
   public function insert($accountId, Google_Service_Analytics_Webproperty $postBody, $optParams = array())
3559 3559
   {
3560
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
3561
-    $params = array_merge($params, $optParams);
3562
-    return $this->call('insert', array($params), "Google_Service_Analytics_Webproperty");
3560
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
3561
+	$params = array_merge($params, $optParams);
3562
+	return $this->call('insert', array($params), "Google_Service_Analytics_Webproperty");
3563 3563
   }
3564 3564
 
3565 3565
   /**
@@ -3579,9 +3579,9 @@  discard block
 block discarded – undo
3579 3579
    */
3580 3580
   public function listManagementWebproperties($accountId, $optParams = array())
3581 3581
   {
3582
-    $params = array('accountId' => $accountId);
3583
-    $params = array_merge($params, $optParams);
3584
-    return $this->call('list', array($params), "Google_Service_Analytics_Webproperties");
3582
+	$params = array('accountId' => $accountId);
3583
+	$params = array_merge($params, $optParams);
3584
+	return $this->call('list', array($params), "Google_Service_Analytics_Webproperties");
3585 3585
   }
3586 3586
 
3587 3587
   /**
@@ -3596,9 +3596,9 @@  discard block
 block discarded – undo
3596 3596
    */
3597 3597
   public function patch($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array())
3598 3598
   {
3599
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3600
-    $params = array_merge($params, $optParams);
3601
-    return $this->call('patch', array($params), "Google_Service_Analytics_Webproperty");
3599
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3600
+	$params = array_merge($params, $optParams);
3601
+	return $this->call('patch', array($params), "Google_Service_Analytics_Webproperty");
3602 3602
   }
3603 3603
 
3604 3604
   /**
@@ -3612,9 +3612,9 @@  discard block
 block discarded – undo
3612 3612
    */
3613 3613
   public function update($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array())
3614 3614
   {
3615
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3616
-    $params = array_merge($params, $optParams);
3617
-    return $this->call('update', array($params), "Google_Service_Analytics_Webproperty");
3615
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3616
+	$params = array_merge($params, $optParams);
3617
+	return $this->call('update', array($params), "Google_Service_Analytics_Webproperty");
3618 3618
   }
3619 3619
 }
3620 3620
 /**
@@ -3638,9 +3638,9 @@  discard block
 block discarded – undo
3638 3638
    */
3639 3639
   public function delete($accountId, $webPropertyId, $linkId, $optParams = array())
3640 3640
   {
3641
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId);
3642
-    $params = array_merge($params, $optParams);
3643
-    return $this->call('delete', array($params));
3641
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId);
3642
+	$params = array_merge($params, $optParams);
3643
+	return $this->call('delete', array($params));
3644 3644
   }
3645 3645
 
3646 3646
   /**
@@ -3654,9 +3654,9 @@  discard block
 block discarded – undo
3654 3654
    */
3655 3655
   public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
3656 3656
   {
3657
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3658
-    $params = array_merge($params, $optParams);
3659
-    return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
3657
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
3658
+	$params = array_merge($params, $optParams);
3659
+	return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
3660 3660
   }
3661 3661
 
3662 3662
   /**
@@ -3678,9 +3678,9 @@  discard block
 block discarded – undo
3678 3678
    */
3679 3679
   public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $optParams = array())
3680 3680
   {
3681
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3682
-    $params = array_merge($params, $optParams);
3683
-    return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
3681
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
3682
+	$params = array_merge($params, $optParams);
3683
+	return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
3684 3684
   }
3685 3685
 
3686 3686
   /**
@@ -3697,9 +3697,9 @@  discard block
 block discarded – undo
3697 3697
    */
3698 3698
   public function update($accountId, $webPropertyId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array())
3699 3699
   {
3700
-    $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'postBody' => $postBody);
3701
-    $params = array_merge($params, $optParams);
3702
-    return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
3700
+	$params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'postBody' => $postBody);
3701
+	$params = array_merge($params, $optParams);
3702
+	return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink");
3703 3703
   }
3704 3704
 }
3705 3705
 
@@ -3736,9 +3736,9 @@  discard block
 block discarded – undo
3736 3736
    */
3737 3737
   public function listMetadataColumns($reportType, $optParams = array())
3738 3738
   {
3739
-    $params = array('reportType' => $reportType);
3740
-    $params = array_merge($params, $optParams);
3741
-    return $this->call('list', array($params), "Google_Service_Analytics_Columns");
3739
+	$params = array('reportType' => $reportType);
3740
+	$params = array_merge($params, $optParams);
3741
+	return $this->call('list', array($params), "Google_Service_Analytics_Columns");
3742 3742
   }
3743 3743
 }
3744 3744
 
@@ -3762,9 +3762,9 @@  discard block
 block discarded – undo
3762 3762
    */
3763 3763
   public function createAccountTicket(Google_Service_Analytics_AccountTicket $postBody, $optParams = array())
3764 3764
   {
3765
-    $params = array('postBody' => $postBody);
3766
-    $params = array_merge($params, $optParams);
3767
-    return $this->call('createAccountTicket', array($params), "Google_Service_Analytics_AccountTicket");
3765
+	$params = array('postBody' => $postBody);
3766
+	$params = array_merge($params, $optParams);
3767
+	return $this->call('createAccountTicket', array($params), "Google_Service_Analytics_AccountTicket");
3768 3768
   }
3769 3769
 }
3770 3770
 
@@ -3789,67 +3789,67 @@  discard block
 block discarded – undo
3789 3789
 
3790 3790
   public function setChildLink(Google_Service_Analytics_AccountChildLink $childLink)
3791 3791
   {
3792
-    $this->childLink = $childLink;
3792
+	$this->childLink = $childLink;
3793 3793
   }
3794 3794
   public function getChildLink()
3795 3795
   {
3796
-    return $this->childLink;
3796
+	return $this->childLink;
3797 3797
   }
3798 3798
   public function setCreated($created)
3799 3799
   {
3800
-    $this->created = $created;
3800
+	$this->created = $created;
3801 3801
   }
3802 3802
   public function getCreated()
3803 3803
   {
3804
-    return $this->created;
3804
+	return $this->created;
3805 3805
   }
3806 3806
   public function setId($id)
3807 3807
   {
3808
-    $this->id = $id;
3808
+	$this->id = $id;
3809 3809
   }
3810 3810
   public function getId()
3811 3811
   {
3812
-    return $this->id;
3812
+	return $this->id;
3813 3813
   }
3814 3814
   public function setKind($kind)
3815 3815
   {
3816
-    $this->kind = $kind;
3816
+	$this->kind = $kind;
3817 3817
   }
3818 3818
   public function getKind()
3819 3819
   {
3820
-    return $this->kind;
3820
+	return $this->kind;
3821 3821
   }
3822 3822
   public function setName($name)
3823 3823
   {
3824
-    $this->name = $name;
3824
+	$this->name = $name;
3825 3825
   }
3826 3826
   public function getName()
3827 3827
   {
3828
-    return $this->name;
3828
+	return $this->name;
3829 3829
   }
3830 3830
   public function setPermissions(Google_Service_Analytics_AccountPermissions $permissions)
3831 3831
   {
3832
-    $this->permissions = $permissions;
3832
+	$this->permissions = $permissions;
3833 3833
   }
3834 3834
   public function getPermissions()
3835 3835
   {
3836
-    return $this->permissions;
3836
+	return $this->permissions;
3837 3837
   }
3838 3838
   public function setSelfLink($selfLink)
3839 3839
   {
3840
-    $this->selfLink = $selfLink;
3840
+	$this->selfLink = $selfLink;
3841 3841
   }
3842 3842
   public function getSelfLink()
3843 3843
   {
3844
-    return $this->selfLink;
3844
+	return $this->selfLink;
3845 3845
   }
3846 3846
   public function setUpdated($updated)
3847 3847
   {
3848
-    $this->updated = $updated;
3848
+	$this->updated = $updated;
3849 3849
   }
3850 3850
   public function getUpdated()
3851 3851
   {
3852
-    return $this->updated;
3852
+	return $this->updated;
3853 3853
   }
3854 3854
 }
3855 3855
 
@@ -3863,19 +3863,19 @@  discard block
 block discarded – undo
3863 3863
 
3864 3864
   public function setHref($href)
3865 3865
   {
3866
-    $this->href = $href;
3866
+	$this->href = $href;
3867 3867
   }
3868 3868
   public function getHref()
3869 3869
   {
3870
-    return $this->href;
3870
+	return $this->href;
3871 3871
   }
3872 3872
   public function setType($type)
3873 3873
   {
3874
-    $this->type = $type;
3874
+	$this->type = $type;
3875 3875
   }
3876 3876
   public function getType()
3877 3877
   {
3878
-    return $this->type;
3878
+	return $this->type;
3879 3879
   }
3880 3880
 }
3881 3881
 
@@ -3889,11 +3889,11 @@  discard block
 block discarded – undo
3889 3889
 
3890 3890
   public function setEffective($effective)
3891 3891
   {
3892
-    $this->effective = $effective;
3892
+	$this->effective = $effective;
3893 3893
   }
3894 3894
   public function getEffective()
3895 3895
   {
3896
-    return $this->effective;
3896
+	return $this->effective;
3897 3897
   }
3898 3898
 }
3899 3899
 
@@ -3909,35 +3909,35 @@  discard block
 block discarded – undo
3909 3909
 
3910 3910
   public function setHref($href)
3911 3911
   {
3912
-    $this->href = $href;
3912
+	$this->href = $href;
3913 3913
   }
3914 3914
   public function getHref()
3915 3915
   {
3916
-    return $this->href;
3916
+	return $this->href;
3917 3917
   }
3918 3918
   public function setId($id)
3919 3919
   {
3920
-    $this->id = $id;
3920
+	$this->id = $id;
3921 3921
   }
3922 3922
   public function getId()
3923 3923
   {
3924
-    return $this->id;
3924
+	return $this->id;
3925 3925
   }
3926 3926
   public function setKind($kind)
3927 3927
   {
3928
-    $this->kind = $kind;
3928
+	$this->kind = $kind;
3929 3929
   }
3930 3930
   public function getKind()
3931 3931
   {
3932
-    return $this->kind;
3932
+	return $this->kind;
3933 3933
   }
3934 3934
   public function setName($name)
3935 3935
   {
3936
-    $this->name = $name;
3936
+	$this->name = $name;
3937 3937
   }
3938 3938
   public function getName()
3939 3939
   {
3940
-    return $this->name;
3940
+	return $this->name;
3941 3941
   }
3942 3942
 }
3943 3943
 
@@ -3959,67 +3959,67 @@  discard block
 block discarded – undo
3959 3959
 
3960 3960
   public function setItems($items)
3961 3961
   {
3962
-    $this->items = $items;
3962
+	$this->items = $items;
3963 3963
   }
3964 3964
   public function getItems()
3965 3965
   {
3966
-    return $this->items;
3966
+	return $this->items;
3967 3967
   }
3968 3968
   public function setItemsPerPage($itemsPerPage)
3969 3969
   {
3970
-    $this->itemsPerPage = $itemsPerPage;
3970
+	$this->itemsPerPage = $itemsPerPage;
3971 3971
   }
3972 3972
   public function getItemsPerPage()
3973 3973
   {
3974
-    return $this->itemsPerPage;
3974
+	return $this->itemsPerPage;
3975 3975
   }
3976 3976
   public function setKind($kind)
3977 3977
   {
3978
-    $this->kind = $kind;
3978
+	$this->kind = $kind;
3979 3979
   }
3980 3980
   public function getKind()
3981 3981
   {
3982
-    return $this->kind;
3982
+	return $this->kind;
3983 3983
   }
3984 3984
   public function setNextLink($nextLink)
3985 3985
   {
3986
-    $this->nextLink = $nextLink;
3986
+	$this->nextLink = $nextLink;
3987 3987
   }
3988 3988
   public function getNextLink()
3989 3989
   {
3990
-    return $this->nextLink;
3990
+	return $this->nextLink;
3991 3991
   }
3992 3992
   public function setPreviousLink($previousLink)
3993 3993
   {
3994
-    $this->previousLink = $previousLink;
3994
+	$this->previousLink = $previousLink;
3995 3995
   }
3996 3996
   public function getPreviousLink()
3997 3997
   {
3998
-    return $this->previousLink;
3998
+	return $this->previousLink;
3999 3999
   }
4000 4000
   public function setStartIndex($startIndex)
4001 4001
   {
4002
-    $this->startIndex = $startIndex;
4002
+	$this->startIndex = $startIndex;
4003 4003
   }
4004 4004
   public function getStartIndex()
4005 4005
   {
4006
-    return $this->startIndex;
4006
+	return $this->startIndex;
4007 4007
   }
4008 4008
   public function setTotalResults($totalResults)
4009 4009
   {
4010
-    $this->totalResults = $totalResults;
4010
+	$this->totalResults = $totalResults;
4011 4011
   }
4012 4012
   public function getTotalResults()
4013 4013
   {
4014
-    return $this->totalResults;
4014
+	return $this->totalResults;
4015 4015
   }
4016 4016
   public function setUsername($username)
4017 4017
   {
4018
-    $this->username = $username;
4018
+	$this->username = $username;
4019 4019
   }
4020 4020
   public function getUsername()
4021 4021
   {
4022
-    return $this->username;
4022
+	return $this->username;
4023 4023
   }
4024 4024
 }
4025 4025
 
@@ -4037,35 +4037,35 @@  discard block
 block discarded – undo
4037 4037
 
4038 4038
   public function setId($id)
4039 4039
   {
4040
-    $this->id = $id;
4040
+	$this->id = $id;
4041 4041
   }
4042 4042
   public function getId()
4043 4043
   {
4044
-    return $this->id;
4044
+	return $this->id;
4045 4045
   }
4046 4046
   public function setKind($kind)
4047 4047
   {
4048
-    $this->kind = $kind;
4048
+	$this->kind = $kind;
4049 4049
   }
4050 4050
   public function getKind()
4051 4051
   {
4052
-    return $this->kind;
4052
+	return $this->kind;
4053 4053
   }
4054 4054
   public function setName($name)
4055 4055
   {
4056
-    $this->name = $name;
4056
+	$this->name = $name;
4057 4057
   }
4058 4058
   public function getName()
4059 4059
   {
4060
-    return $this->name;
4060
+	return $this->name;
4061 4061
   }
4062 4062
   public function setWebProperties($webProperties)
4063 4063
   {
4064
-    $this->webProperties = $webProperties;
4064
+	$this->webProperties = $webProperties;
4065 4065
   }
4066 4066
   public function getWebProperties()
4067 4067
   {
4068
-    return $this->webProperties;
4068
+	return $this->webProperties;
4069 4069
   }
4070 4070
 }
4071 4071
 
@@ -4086,51 +4086,51 @@  discard block
 block discarded – undo
4086 4086
 
4087 4087
   public function setAccount(Google_Service_Analytics_Account $account)
4088 4088
   {
4089
-    $this->account = $account;
4089
+	$this->account = $account;
4090 4090
   }
4091 4091
   public function getAccount()
4092 4092
   {
4093
-    return $this->account;
4093
+	return $this->account;
4094 4094
   }
4095 4095
   public function setId($id)
4096 4096
   {
4097
-    $this->id = $id;
4097
+	$this->id = $id;
4098 4098
   }
4099 4099
   public function getId()
4100 4100
   {
4101
-    return $this->id;
4101
+	return $this->id;
4102 4102
   }
4103 4103
   public function setKind($kind)
4104 4104
   {
4105
-    $this->kind = $kind;
4105
+	$this->kind = $kind;
4106 4106
   }
4107 4107
   public function getKind()
4108 4108
   {
4109
-    return $this->kind;
4109
+	return $this->kind;
4110 4110
   }
4111 4111
   public function setProfile(Google_Service_Analytics_Profile $profile)
4112 4112
   {
4113
-    $this->profile = $profile;
4113
+	$this->profile = $profile;
4114 4114
   }
4115 4115
   public function getProfile()
4116 4116
   {
4117
-    return $this->profile;
4117
+	return $this->profile;
4118 4118
   }
4119 4119
   public function setRedirectUri($redirectUri)
4120 4120
   {
4121
-    $this->redirectUri = $redirectUri;
4121
+	$this->redirectUri = $redirectUri;
4122 4122
   }
4123 4123
   public function getRedirectUri()
4124 4124
   {
4125
-    return $this->redirectUri;
4125
+	return $this->redirectUri;
4126 4126
   }
4127 4127
   public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty)
4128 4128
   {
4129
-    $this->webproperty = $webproperty;
4129
+	$this->webproperty = $webproperty;
4130 4130
   }
4131 4131
   public function getWebproperty()
4132 4132
   {
4133
-    return $this->webproperty;
4133
+	return $this->webproperty;
4134 4134
   }
4135 4135
 }
4136 4136
 
@@ -4152,67 +4152,67 @@  discard block
 block discarded – undo
4152 4152
 
4153 4153
   public function setItems($items)
4154 4154
   {
4155
-    $this->items = $items;
4155
+	$this->items = $items;
4156 4156
   }
4157 4157
   public function getItems()
4158 4158
   {
4159
-    return $this->items;
4159
+	return $this->items;
4160 4160
   }
4161 4161
   public function setItemsPerPage($itemsPerPage)
4162 4162
   {
4163
-    $this->itemsPerPage = $itemsPerPage;
4163
+	$this->itemsPerPage = $itemsPerPage;
4164 4164
   }
4165 4165
   public function getItemsPerPage()
4166 4166
   {
4167
-    return $this->itemsPerPage;
4167
+	return $this->itemsPerPage;
4168 4168
   }
4169 4169
   public function setKind($kind)
4170 4170
   {
4171
-    $this->kind = $kind;
4171
+	$this->kind = $kind;
4172 4172
   }
4173 4173
   public function getKind()
4174 4174
   {
4175
-    return $this->kind;
4175
+	return $this->kind;
4176 4176
   }
4177 4177
   public function setNextLink($nextLink)
4178 4178
   {
4179
-    $this->nextLink = $nextLink;
4179
+	$this->nextLink = $nextLink;
4180 4180
   }
4181 4181
   public function getNextLink()
4182 4182
   {
4183
-    return $this->nextLink;
4183
+	return $this->nextLink;
4184 4184
   }
4185 4185
   public function setPreviousLink($previousLink)
4186 4186
   {
4187
-    $this->previousLink = $previousLink;
4187
+	$this->previousLink = $previousLink;
4188 4188
   }
4189 4189
   public function getPreviousLink()
4190 4190
   {
4191
-    return $this->previousLink;
4191
+	return $this->previousLink;
4192 4192
   }
4193 4193
   public function setStartIndex($startIndex)
4194 4194
   {
4195
-    $this->startIndex = $startIndex;
4195
+	$this->startIndex = $startIndex;
4196 4196
   }
4197 4197
   public function getStartIndex()
4198 4198
   {
4199
-    return $this->startIndex;
4199
+	return $this->startIndex;
4200 4200
   }
4201 4201
   public function setTotalResults($totalResults)
4202 4202
   {
4203
-    $this->totalResults = $totalResults;
4203
+	$this->totalResults = $totalResults;
4204 4204
   }
4205 4205
   public function getTotalResults()
4206 4206
   {
4207
-    return $this->totalResults;
4207
+	return $this->totalResults;
4208 4208
   }
4209 4209
   public function setUsername($username)
4210 4210
   {
4211
-    $this->username = $username;
4211
+	$this->username = $username;
4212 4212
   }
4213 4213
   public function getUsername()
4214 4214
   {
4215
-    return $this->username;
4215
+	return $this->username;
4216 4216
   }
4217 4217
 }
4218 4218
 
@@ -4227,27 +4227,27 @@  discard block
 block discarded – undo
4227 4227
 
4228 4228
   public function setAutoTaggingEnabled($autoTaggingEnabled)
4229 4229
   {
4230
-    $this->autoTaggingEnabled = $autoTaggingEnabled;
4230
+	$this->autoTaggingEnabled = $autoTaggingEnabled;
4231 4231
   }
4232 4232
   public function getAutoTaggingEnabled()
4233 4233
   {
4234
-    return $this->autoTaggingEnabled;
4234
+	return $this->autoTaggingEnabled;
4235 4235
   }
4236 4236
   public function setCustomerId($customerId)
4237 4237
   {
4238
-    $this->customerId = $customerId;
4238
+	$this->customerId = $customerId;
4239 4239
   }
4240 4240
   public function getCustomerId()
4241 4241
   {
4242
-    return $this->customerId;
4242
+	return $this->customerId;
4243 4243
   }
4244 4244
   public function setKind($kind)
4245 4245
   {
4246
-    $this->kind = $kind;
4246
+	$this->kind = $kind;
4247 4247
   }
4248 4248
   public function getKind()
4249 4249
   {
4250
-    return $this->kind;
4250
+	return $this->kind;
4251 4251
   }
4252 4252
 }
4253 4253
 
@@ -4261,11 +4261,11 @@  discard block
 block discarded – undo
4261 4261
 
4262 4262
   public function setCustomDataImportUids($customDataImportUids)
4263 4263
   {
4264
-    $this->customDataImportUids = $customDataImportUids;
4264
+	$this->customDataImportUids = $customDataImportUids;
4265 4265
   }
4266 4266
   public function getCustomDataImportUids()
4267 4267
   {
4268
-    return $this->customDataImportUids;
4268
+	return $this->customDataImportUids;
4269 4269
   }
4270 4270
 }
4271 4271
 
@@ -4280,27 +4280,27 @@  discard block
 block discarded – undo
4280 4280
 
4281 4281
   public function setAttributes($attributes)
4282 4282
   {
4283
-    $this->attributes = $attributes;
4283
+	$this->attributes = $attributes;
4284 4284
   }
4285 4285
   public function getAttributes()
4286 4286
   {
4287
-    return $this->attributes;
4287
+	return $this->attributes;
4288 4288
   }
4289 4289
   public function setId($id)
4290 4290
   {
4291
-    $this->id = $id;
4291
+	$this->id = $id;
4292 4292
   }
4293 4293
   public function getId()
4294 4294
   {
4295
-    return $this->id;
4295
+	return $this->id;
4296 4296
   }
4297 4297
   public function setKind($kind)
4298 4298
   {
4299
-    $this->kind = $kind;
4299
+	$this->kind = $kind;
4300 4300
   }
4301 4301
   public function getKind()
4302 4302
   {
4303
-    return $this->kind;
4303
+	return $this->kind;
4304 4304
   }
4305 4305
 }
4306 4306
 
@@ -4323,43 +4323,43 @@  discard block
 block discarded – undo
4323 4323
 
4324 4324
   public function setAttributeNames($attributeNames)
4325 4325
   {
4326
-    $this->attributeNames = $attributeNames;
4326
+	$this->attributeNames = $attributeNames;
4327 4327
   }
4328 4328
   public function getAttributeNames()
4329 4329
   {
4330
-    return $this->attributeNames;
4330
+	return $this->attributeNames;
4331 4331
   }
4332 4332
   public function setEtag($etag)
4333 4333
   {
4334
-    $this->etag = $etag;
4334
+	$this->etag = $etag;
4335 4335
   }
4336 4336
   public function getEtag()
4337 4337
   {
4338
-    return $this->etag;
4338
+	return $this->etag;
4339 4339
   }
4340 4340
   public function setItems($items)
4341 4341
   {
4342
-    $this->items = $items;
4342
+	$this->items = $items;
4343 4343
   }
4344 4344
   public function getItems()
4345 4345
   {
4346
-    return $this->items;
4346
+	return $this->items;
4347 4347
   }
4348 4348
   public function setKind($kind)
4349 4349
   {
4350
-    $this->kind = $kind;
4350
+	$this->kind = $kind;
4351 4351
   }
4352 4352
   public function getKind()
4353 4353
   {
4354
-    return $this->kind;
4354
+	return $this->kind;
4355 4355
   }
4356 4356
   public function setTotalResults($totalResults)
4357 4357
   {
4358
-    $this->totalResults = $totalResults;
4358
+	$this->totalResults = $totalResults;
4359 4359
   }
4360 4360
   public function getTotalResults()
4361 4361
   {
4362
-    return $this->totalResults;
4362
+	return $this->totalResults;
4363 4363
   }
4364 4364
 }
4365 4365
 
@@ -4389,123 +4389,123 @@  discard block
 block discarded – undo
4389 4389
 
4390 4390
   public function setAccountId($accountId)
4391 4391
   {
4392
-    $this->accountId = $accountId;
4392
+	$this->accountId = $accountId;
4393 4393
   }
4394 4394
   public function getAccountId()
4395 4395
   {
4396
-    return $this->accountId;
4396
+	return $this->accountId;
4397 4397
   }
4398 4398
   public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink)
4399 4399
   {
4400
-    $this->childLink = $childLink;
4400
+	$this->childLink = $childLink;
4401 4401
   }
4402 4402
   public function getChildLink()
4403 4403
   {
4404
-    return $this->childLink;
4404
+	return $this->childLink;
4405 4405
   }
4406 4406
   public function setCreated($created)
4407 4407
   {
4408
-    $this->created = $created;
4408
+	$this->created = $created;
4409 4409
   }
4410 4410
   public function getCreated()
4411 4411
   {
4412
-    return $this->created;
4412
+	return $this->created;
4413 4413
   }
4414 4414
   public function setDescription($description)
4415 4415
   {
4416
-    $this->description = $description;
4416
+	$this->description = $description;
4417 4417
   }
4418 4418
   public function getDescription()
4419 4419
   {
4420
-    return $this->description;
4420
+	return $this->description;
4421 4421
   }
4422 4422
   public function setId($id)
4423 4423
   {
4424
-    $this->id = $id;
4424
+	$this->id = $id;
4425 4425
   }
4426 4426
   public function getId()
4427 4427
   {
4428
-    return $this->id;
4428
+	return $this->id;
4429 4429
   }
4430 4430
   public function setImportBehavior($importBehavior)
4431 4431
   {
4432
-    $this->importBehavior = $importBehavior;
4432
+	$this->importBehavior = $importBehavior;
4433 4433
   }
4434 4434
   public function getImportBehavior()
4435 4435
   {
4436
-    return $this->importBehavior;
4436
+	return $this->importBehavior;
4437 4437
   }
4438 4438
   public function setKind($kind)
4439 4439
   {
4440
-    $this->kind = $kind;
4440
+	$this->kind = $kind;
4441 4441
   }
4442 4442
   public function getKind()
4443 4443
   {
4444
-    return $this->kind;
4444
+	return $this->kind;
4445 4445
   }
4446 4446
   public function setName($name)
4447 4447
   {
4448
-    $this->name = $name;
4448
+	$this->name = $name;
4449 4449
   }
4450 4450
   public function getName()
4451 4451
   {
4452
-    return $this->name;
4452
+	return $this->name;
4453 4453
   }
4454 4454
   public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLink $parentLink)
4455 4455
   {
4456
-    $this->parentLink = $parentLink;
4456
+	$this->parentLink = $parentLink;
4457 4457
   }
4458 4458
   public function getParentLink()
4459 4459
   {
4460
-    return $this->parentLink;
4460
+	return $this->parentLink;
4461 4461
   }
4462 4462
   public function setProfilesLinked($profilesLinked)
4463 4463
   {
4464
-    $this->profilesLinked = $profilesLinked;
4464
+	$this->profilesLinked = $profilesLinked;
4465 4465
   }
4466 4466
   public function getProfilesLinked()
4467 4467
   {
4468
-    return $this->profilesLinked;
4468
+	return $this->profilesLinked;
4469 4469
   }
4470 4470
   public function setSelfLink($selfLink)
4471 4471
   {
4472
-    $this->selfLink = $selfLink;
4472
+	$this->selfLink = $selfLink;
4473 4473
   }
4474 4474
   public function getSelfLink()
4475 4475
   {
4476
-    return $this->selfLink;
4476
+	return $this->selfLink;
4477 4477
   }
4478 4478
   public function setType($type)
4479 4479
   {
4480
-    $this->type = $type;
4480
+	$this->type = $type;
4481 4481
   }
4482 4482
   public function getType()
4483 4483
   {
4484
-    return $this->type;
4484
+	return $this->type;
4485 4485
   }
4486 4486
   public function setUpdated($updated)
4487 4487
   {
4488
-    $this->updated = $updated;
4488
+	$this->updated = $updated;
4489 4489
   }
4490 4490
   public function getUpdated()
4491 4491
   {
4492
-    return $this->updated;
4492
+	return $this->updated;
4493 4493
   }
4494 4494
   public function setUploadType($uploadType)
4495 4495
   {
4496
-    $this->uploadType = $uploadType;
4496
+	$this->uploadType = $uploadType;
4497 4497
   }
4498 4498
   public function getUploadType()
4499 4499
   {
4500
-    return $this->uploadType;
4500
+	return $this->uploadType;
4501 4501
   }
4502 4502
   public function setWebPropertyId($webPropertyId)
4503 4503
   {
4504
-    $this->webPropertyId = $webPropertyId;
4504
+	$this->webPropertyId = $webPropertyId;
4505 4505
   }
4506 4506
   public function getWebPropertyId()
4507 4507
   {
4508
-    return $this->webPropertyId;
4508
+	return $this->webPropertyId;
4509 4509
   }
4510 4510
 }
4511 4511
 
@@ -4519,19 +4519,19 @@  discard block
 block discarded – undo
4519 4519
 
4520 4520
   public function setHref($href)
4521 4521
   {
4522
-    $this->href = $href;
4522
+	$this->href = $href;
4523 4523
   }
4524 4524
   public function getHref()
4525 4525
   {
4526
-    return $this->href;
4526
+	return $this->href;
4527 4527
   }
4528 4528
   public function setType($type)
4529 4529
   {
4530
-    $this->type = $type;
4530
+	$this->type = $type;
4531 4531
   }
4532 4532
   public function getType()
4533 4533
   {
4534
-    return $this->type;
4534
+	return $this->type;
4535 4535
   }
4536 4536
 }
4537 4537
 
@@ -4545,19 +4545,19 @@  discard block
 block discarded – undo
4545 4545
 
4546 4546
   public function setHref($href)
4547 4547
   {
4548
-    $this->href = $href;
4548
+	$this->href = $href;
4549 4549
   }
4550 4550
   public function getHref()
4551 4551
   {
4552
-    return $this->href;
4552
+	return $this->href;
4553 4553
   }
4554 4554
   public function setType($type)
4555 4555
   {
4556
-    $this->type = $type;
4556
+	$this->type = $type;
4557 4557
   }
4558 4558
   public function getType()
4559 4559
   {
4560
-    return $this->type;
4560
+	return $this->type;
4561 4561
   }
4562 4562
 }
4563 4563
 
@@ -4579,67 +4579,67 @@  discard block
 block discarded – undo
4579 4579
 
4580 4580
   public function setItems($items)
4581 4581
   {
4582
-    $this->items = $items;
4582
+	$this->items = $items;
4583 4583
   }
4584 4584
   public function getItems()
4585 4585
   {
4586
-    return $this->items;
4586
+	return $this->items;
4587 4587
   }
4588 4588
   public function setItemsPerPage($itemsPerPage)
4589 4589
   {
4590
-    $this->itemsPerPage = $itemsPerPage;
4590
+	$this->itemsPerPage = $itemsPerPage;
4591 4591
   }
4592 4592
   public function getItemsPerPage()
4593 4593
   {
4594
-    return $this->itemsPerPage;
4594
+	return $this->itemsPerPage;
4595 4595
   }
4596 4596
   public function setKind($kind)
4597 4597
   {
4598
-    $this->kind = $kind;
4598
+	$this->kind = $kind;
4599 4599
   }
4600 4600
   public function getKind()
4601 4601
   {
4602
-    return $this->kind;
4602
+	return $this->kind;
4603 4603
   }
4604 4604
   public function setNextLink($nextLink)
4605 4605
   {
4606
-    $this->nextLink = $nextLink;
4606
+	$this->nextLink = $nextLink;
4607 4607
   }
4608 4608
   public function getNextLink()
4609 4609
   {
4610
-    return $this->nextLink;
4610
+	return $this->nextLink;
4611 4611
   }
4612 4612
   public function setPreviousLink($previousLink)
4613 4613
   {
4614
-    $this->previousLink = $previousLink;
4614
+	$this->previousLink = $previousLink;
4615 4615
   }
4616 4616
   public function getPreviousLink()
4617 4617
   {
4618
-    return $this->previousLink;
4618
+	return $this->previousLink;
4619 4619
   }
4620 4620
   public function setStartIndex($startIndex)
4621 4621
   {
4622
-    $this->startIndex = $startIndex;
4622
+	$this->startIndex = $startIndex;
4623 4623
   }
4624 4624
   public function getStartIndex()
4625 4625
   {
4626
-    return $this->startIndex;
4626
+	return $this->startIndex;
4627 4627
   }
4628 4628
   public function setTotalResults($totalResults)
4629 4629
   {
4630
-    $this->totalResults = $totalResults;
4630
+	$this->totalResults = $totalResults;
4631 4631
   }
4632 4632
   public function getTotalResults()
4633 4633
   {
4634
-    return $this->totalResults;
4634
+	return $this->totalResults;
4635 4635
   }
4636 4636
   public function setUsername($username)
4637 4637
   {
4638
-    $this->username = $username;
4638
+	$this->username = $username;
4639 4639
   }
4640 4640
   public function getUsername()
4641 4641
   {
4642
-    return $this->username;
4642
+	return $this->username;
4643 4643
   }
4644 4644
 }
4645 4645
 
@@ -4664,99 +4664,99 @@  discard block
 block discarded – undo
4664 4664
 
4665 4665
   public function setAccountId($accountId)
4666 4666
   {
4667
-    $this->accountId = $accountId;
4667
+	$this->accountId = $accountId;
4668 4668
   }
4669 4669
   public function getAccountId()
4670 4670
   {
4671
-    return $this->accountId;
4671
+	return $this->accountId;
4672 4672
   }
4673 4673
   public function setActive($active)
4674 4674
   {
4675
-    $this->active = $active;
4675
+	$this->active = $active;
4676 4676
   }
4677 4677
   public function getActive()
4678 4678
   {
4679
-    return $this->active;
4679
+	return $this->active;
4680 4680
   }
4681 4681
   public function setCreated($created)
4682 4682
   {
4683
-    $this->created = $created;
4683
+	$this->created = $created;
4684 4684
   }
4685 4685
   public function getCreated()
4686 4686
   {
4687
-    return $this->created;
4687
+	return $this->created;
4688 4688
   }
4689 4689
   public function setId($id)
4690 4690
   {
4691
-    $this->id = $id;
4691
+	$this->id = $id;
4692 4692
   }
4693 4693
   public function getId()
4694 4694
   {
4695
-    return $this->id;
4695
+	return $this->id;
4696 4696
   }
4697 4697
   public function setIndex($index)
4698 4698
   {
4699
-    $this->index = $index;
4699
+	$this->index = $index;
4700 4700
   }
4701 4701
   public function getIndex()
4702 4702
   {
4703
-    return $this->index;
4703
+	return $this->index;
4704 4704
   }
4705 4705
   public function setKind($kind)
4706 4706
   {
4707
-    $this->kind = $kind;
4707
+	$this->kind = $kind;
4708 4708
   }
4709 4709
   public function getKind()
4710 4710
   {
4711
-    return $this->kind;
4711
+	return $this->kind;
4712 4712
   }
4713 4713
   public function setName($name)
4714 4714
   {
4715
-    $this->name = $name;
4715
+	$this->name = $name;
4716 4716
   }
4717 4717
   public function getName()
4718 4718
   {
4719
-    return $this->name;
4719
+	return $this->name;
4720 4720
   }
4721 4721
   public function setParentLink(Google_Service_Analytics_CustomDimensionParentLink $parentLink)
4722 4722
   {
4723
-    $this->parentLink = $parentLink;
4723
+	$this->parentLink = $parentLink;
4724 4724
   }
4725 4725
   public function getParentLink()
4726 4726
   {
4727
-    return $this->parentLink;
4727
+	return $this->parentLink;
4728 4728
   }
4729 4729
   public function setScope($scope)
4730 4730
   {
4731
-    $this->scope = $scope;
4731
+	$this->scope = $scope;
4732 4732
   }
4733 4733
   public function getScope()
4734 4734
   {
4735
-    return $this->scope;
4735
+	return $this->scope;
4736 4736
   }
4737 4737
   public function setSelfLink($selfLink)
4738 4738
   {
4739
-    $this->selfLink = $selfLink;
4739
+	$this->selfLink = $selfLink;
4740 4740
   }
4741 4741
   public function getSelfLink()
4742 4742
   {
4743
-    return $this->selfLink;
4743
+	return $this->selfLink;
4744 4744
   }
4745 4745
   public function setUpdated($updated)
4746 4746
   {
4747
-    $this->updated = $updated;
4747
+	$this->updated = $updated;
4748 4748
   }
4749 4749
   public function getUpdated()
4750 4750
   {
4751
-    return $this->updated;
4751
+	return $this->updated;
4752 4752
   }
4753 4753
   public function setWebPropertyId($webPropertyId)
4754 4754
   {
4755
-    $this->webPropertyId = $webPropertyId;
4755
+	$this->webPropertyId = $webPropertyId;
4756 4756
   }
4757 4757
   public function getWebPropertyId()
4758 4758
   {
4759
-    return $this->webPropertyId;
4759
+	return $this->webPropertyId;
4760 4760
   }
4761 4761
 }
4762 4762
 
@@ -4770,19 +4770,19 @@  discard block
 block discarded – undo
4770 4770
 
4771 4771
   public function setHref($href)
4772 4772
   {
4773
-    $this->href = $href;
4773
+	$this->href = $href;
4774 4774
   }
4775 4775
   public function getHref()
4776 4776
   {
4777
-    return $this->href;
4777
+	return $this->href;
4778 4778
   }
4779 4779
   public function setType($type)
4780 4780
   {
4781
-    $this->type = $type;
4781
+	$this->type = $type;
4782 4782
   }
4783 4783
   public function getType()
4784 4784
   {
4785
-    return $this->type;
4785
+	return $this->type;
4786 4786
   }
4787 4787
 }
4788 4788
 
@@ -4804,75 +4804,75 @@  discard block
 block discarded – undo
4804 4804
 
4805 4805
   public function setItems($items)
4806 4806
   {
4807
-    $this->items = $items;
4807
+	$this->items = $items;
4808 4808
   }
4809 4809
   public function getItems()
4810 4810
   {
4811
-    return $this->items;
4811
+	return $this->items;
4812 4812
   }
4813 4813
   public function setItemsPerPage($itemsPerPage)
4814 4814
   {
4815
-    $this->itemsPerPage = $itemsPerPage;
4815
+	$this->itemsPerPage = $itemsPerPage;
4816 4816
   }
4817 4817
   public function getItemsPerPage()
4818 4818
   {
4819
-    return $this->itemsPerPage;
4819
+	return $this->itemsPerPage;
4820 4820
   }
4821 4821
   public function setKind($kind)
4822 4822
   {
4823
-    $this->kind = $kind;
4823
+	$this->kind = $kind;
4824 4824
   }
4825 4825
   public function getKind()
4826 4826
   {
4827
-    return $this->kind;
4827
+	return $this->kind;
4828 4828
   }
4829 4829
   public function setNextLink($nextLink)
4830 4830
   {
4831
-    $this->nextLink = $nextLink;
4831
+	$this->nextLink = $nextLink;
4832 4832
   }
4833 4833
   public function getNextLink()
4834 4834
   {
4835
-    return $this->nextLink;
4835
+	return $this->nextLink;
4836 4836
   }
4837 4837
   public function setPreviousLink($previousLink)
4838 4838
   {
4839
-    $this->previousLink = $previousLink;
4839
+	$this->previousLink = $previousLink;
4840 4840
   }
4841 4841
   public function getPreviousLink()
4842 4842
   {
4843
-    return $this->previousLink;
4843
+	return $this->previousLink;
4844 4844
   }
4845 4845
   public function setStartIndex($startIndex)
4846 4846
   {
4847
-    $this->startIndex = $startIndex;
4847
+	$this->startIndex = $startIndex;
4848 4848
   }
4849 4849
   public function getStartIndex()
4850 4850
   {
4851
-    return $this->startIndex;
4851
+	return $this->startIndex;
4852 4852
   }
4853 4853
   public function setTotalResults($totalResults)
4854 4854
   {
4855
-    $this->totalResults = $totalResults;
4855
+	$this->totalResults = $totalResults;
4856 4856
   }
4857 4857
   public function getTotalResults()
4858 4858
   {
4859
-    return $this->totalResults;
4859
+	return $this->totalResults;
4860 4860
   }
4861 4861
   public function setUsername($username)
4862 4862
   {
4863
-    $this->username = $username;
4863
+	$this->username = $username;
4864 4864
   }
4865 4865
   public function getUsername()
4866 4866
   {
4867
-    return $this->username;
4867
+	return $this->username;
4868 4868
   }
4869 4869
 }
4870 4870
 
4871 4871
 class Google_Service_Analytics_CustomMetric extends Google_Model
4872 4872
 {
4873 4873
   protected $internal_gapi_mappings = array(
4874
-        "maxValue" => "max_value",
4875
-        "minValue" => "min_value",
4874
+		"maxValue" => "max_value",
4875
+		"minValue" => "min_value",
4876 4876
   );
4877 4877
   public $accountId;
4878 4878
   public $active;
@@ -4894,123 +4894,123 @@  discard block
 block discarded – undo
4894 4894
 
4895 4895
   public function setAccountId($accountId)
4896 4896
   {
4897
-    $this->accountId = $accountId;
4897
+	$this->accountId = $accountId;
4898 4898
   }
4899 4899
   public function getAccountId()
4900 4900
   {
4901
-    return $this->accountId;
4901
+	return $this->accountId;
4902 4902
   }
4903 4903
   public function setActive($active)
4904 4904
   {
4905
-    $this->active = $active;
4905
+	$this->active = $active;
4906 4906
   }
4907 4907
   public function getActive()
4908 4908
   {
4909
-    return $this->active;
4909
+	return $this->active;
4910 4910
   }
4911 4911
   public function setCreated($created)
4912 4912
   {
4913
-    $this->created = $created;
4913
+	$this->created = $created;
4914 4914
   }
4915 4915
   public function getCreated()
4916 4916
   {
4917
-    return $this->created;
4917
+	return $this->created;
4918 4918
   }
4919 4919
   public function setId($id)
4920 4920
   {
4921
-    $this->id = $id;
4921
+	$this->id = $id;
4922 4922
   }
4923 4923
   public function getId()
4924 4924
   {
4925
-    return $this->id;
4925
+	return $this->id;
4926 4926
   }
4927 4927
   public function setIndex($index)
4928 4928
   {
4929
-    $this->index = $index;
4929
+	$this->index = $index;
4930 4930
   }
4931 4931
   public function getIndex()
4932 4932
   {
4933
-    return $this->index;
4933
+	return $this->index;
4934 4934
   }
4935 4935
   public function setKind($kind)
4936 4936
   {
4937
-    $this->kind = $kind;
4937
+	$this->kind = $kind;
4938 4938
   }
4939 4939
   public function getKind()
4940 4940
   {
4941
-    return $this->kind;
4941
+	return $this->kind;
4942 4942
   }
4943 4943
   public function setMaxValue($maxValue)
4944 4944
   {
4945
-    $this->maxValue = $maxValue;
4945
+	$this->maxValue = $maxValue;
4946 4946
   }
4947 4947
   public function getMaxValue()
4948 4948
   {
4949
-    return $this->maxValue;
4949
+	return $this->maxValue;
4950 4950
   }
4951 4951
   public function setMinValue($minValue)
4952 4952
   {
4953
-    $this->minValue = $minValue;
4953
+	$this->minValue = $minValue;
4954 4954
   }
4955 4955
   public function getMinValue()
4956 4956
   {
4957
-    return $this->minValue;
4957
+	return $this->minValue;
4958 4958
   }
4959 4959
   public function setName($name)
4960 4960
   {
4961
-    $this->name = $name;
4961
+	$this->name = $name;
4962 4962
   }
4963 4963
   public function getName()
4964 4964
   {
4965
-    return $this->name;
4965
+	return $this->name;
4966 4966
   }
4967 4967
   public function setParentLink(Google_Service_Analytics_CustomMetricParentLink $parentLink)
4968 4968
   {
4969
-    $this->parentLink = $parentLink;
4969
+	$this->parentLink = $parentLink;
4970 4970
   }
4971 4971
   public function getParentLink()
4972 4972
   {
4973
-    return $this->parentLink;
4973
+	return $this->parentLink;
4974 4974
   }
4975 4975
   public function setScope($scope)
4976 4976
   {
4977
-    $this->scope = $scope;
4977
+	$this->scope = $scope;
4978 4978
   }
4979 4979
   public function getScope()
4980 4980
   {
4981
-    return $this->scope;
4981
+	return $this->scope;
4982 4982
   }
4983 4983
   public function setSelfLink($selfLink)
4984 4984
   {
4985
-    $this->selfLink = $selfLink;
4985
+	$this->selfLink = $selfLink;
4986 4986
   }
4987 4987
   public function getSelfLink()
4988 4988
   {
4989
-    return $this->selfLink;
4989
+	return $this->selfLink;
4990 4990
   }
4991 4991
   public function setType($type)
4992 4992
   {
4993
-    $this->type = $type;
4993
+	$this->type = $type;
4994 4994
   }
4995 4995
   public function getType()
4996 4996
   {
4997
-    return $this->type;
4997
+	return $this->type;
4998 4998
   }
4999 4999
   public function setUpdated($updated)
5000 5000
   {
5001
-    $this->updated = $updated;
5001
+	$this->updated = $updated;
5002 5002
   }
5003 5003
   public function getUpdated()
5004 5004
   {
5005
-    return $this->updated;
5005
+	return $this->updated;
5006 5006
   }
5007 5007
   public function setWebPropertyId($webPropertyId)
5008 5008
   {
5009
-    $this->webPropertyId = $webPropertyId;
5009
+	$this->webPropertyId = $webPropertyId;
5010 5010
   }
5011 5011
   public function getWebPropertyId()
5012 5012
   {
5013
-    return $this->webPropertyId;
5013
+	return $this->webPropertyId;
5014 5014
   }
5015 5015
 }
5016 5016
 
@@ -5024,19 +5024,19 @@  discard block
 block discarded – undo
5024 5024
 
5025 5025
   public function setHref($href)
5026 5026
   {
5027
-    $this->href = $href;
5027
+	$this->href = $href;
5028 5028
   }
5029 5029
   public function getHref()
5030 5030
   {
5031
-    return $this->href;
5031
+	return $this->href;
5032 5032
   }
5033 5033
   public function setType($type)
5034 5034
   {
5035
-    $this->type = $type;
5035
+	$this->type = $type;
5036 5036
   }
5037 5037
   public function getType()
5038 5038
   {
5039
-    return $this->type;
5039
+	return $this->type;
5040 5040
   }
5041 5041
 }
5042 5042
 
@@ -5058,67 +5058,67 @@  discard block
 block discarded – undo
5058 5058
 
5059 5059
   public function setItems($items)
5060 5060
   {
5061
-    $this->items = $items;
5061
+	$this->items = $items;
5062 5062
   }
5063 5063
   public function getItems()
5064 5064
   {
5065
-    return $this->items;
5065
+	return $this->items;
5066 5066
   }
5067 5067
   public function setItemsPerPage($itemsPerPage)
5068 5068
   {
5069
-    $this->itemsPerPage = $itemsPerPage;
5069
+	$this->itemsPerPage = $itemsPerPage;
5070 5070
   }
5071 5071
   public function getItemsPerPage()
5072 5072
   {
5073
-    return $this->itemsPerPage;
5073
+	return $this->itemsPerPage;
5074 5074
   }
5075 5075
   public function setKind($kind)
5076 5076
   {
5077
-    $this->kind = $kind;
5077
+	$this->kind = $kind;
5078 5078
   }
5079 5079
   public function getKind()
5080 5080
   {
5081
-    return $this->kind;
5081
+	return $this->kind;
5082 5082
   }
5083 5083
   public function setNextLink($nextLink)
5084 5084
   {
5085
-    $this->nextLink = $nextLink;
5085
+	$this->nextLink = $nextLink;
5086 5086
   }
5087 5087
   public function getNextLink()
5088 5088
   {
5089
-    return $this->nextLink;
5089
+	return $this->nextLink;
5090 5090
   }
5091 5091
   public function setPreviousLink($previousLink)
5092 5092
   {
5093
-    $this->previousLink = $previousLink;
5093
+	$this->previousLink = $previousLink;
5094 5094
   }
5095 5095
   public function getPreviousLink()
5096 5096
   {
5097
-    return $this->previousLink;
5097
+	return $this->previousLink;
5098 5098
   }
5099 5099
   public function setStartIndex($startIndex)
5100 5100
   {
5101
-    $this->startIndex = $startIndex;
5101
+	$this->startIndex = $startIndex;
5102 5102
   }
5103 5103
   public function getStartIndex()
5104 5104
   {
5105
-    return $this->startIndex;
5105
+	return $this->startIndex;
5106 5106
   }
5107 5107
   public function setTotalResults($totalResults)
5108 5108
   {
5109
-    $this->totalResults = $totalResults;
5109
+	$this->totalResults = $totalResults;
5110 5110
   }
5111 5111
   public function getTotalResults()
5112 5112
   {
5113
-    return $this->totalResults;
5113
+	return $this->totalResults;
5114 5114
   }
5115 5115
   public function setUsername($username)
5116 5116
   {
5117
-    $this->username = $username;
5117
+	$this->username = $username;
5118 5118
   }
5119 5119
   public function getUsername()
5120 5120
   {
5121
-    return $this->username;
5121
+	return $this->username;
5122 5122
   }
5123 5123
 }
5124 5124
 
@@ -5140,59 +5140,59 @@  discard block
 block discarded – undo
5140 5140
 
5141 5141
   public function setAdWordsAccounts($adWordsAccounts)
5142 5142
   {
5143
-    $this->adWordsAccounts = $adWordsAccounts;
5143
+	$this->adWordsAccounts = $adWordsAccounts;
5144 5144
   }
5145 5145
   public function getAdWordsAccounts()
5146 5146
   {
5147
-    return $this->adWordsAccounts;
5147
+	return $this->adWordsAccounts;
5148 5148
   }
5149 5149
   public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $entity)
5150 5150
   {
5151
-    $this->entity = $entity;
5151
+	$this->entity = $entity;
5152 5152
   }
5153 5153
   public function getEntity()
5154 5154
   {
5155
-    return $this->entity;
5155
+	return $this->entity;
5156 5156
   }
5157 5157
   public function setId($id)
5158 5158
   {
5159
-    $this->id = $id;
5159
+	$this->id = $id;
5160 5160
   }
5161 5161
   public function getId()
5162 5162
   {
5163
-    return $this->id;
5163
+	return $this->id;
5164 5164
   }
5165 5165
   public function setKind($kind)
5166 5166
   {
5167
-    $this->kind = $kind;
5167
+	$this->kind = $kind;
5168 5168
   }
5169 5169
   public function getKind()
5170 5170
   {
5171
-    return $this->kind;
5171
+	return $this->kind;
5172 5172
   }
5173 5173
   public function setName($name)
5174 5174
   {
5175
-    $this->name = $name;
5175
+	$this->name = $name;
5176 5176
   }
5177 5177
   public function getName()
5178 5178
   {
5179
-    return $this->name;
5179
+	return $this->name;
5180 5180
   }
5181 5181
   public function setProfileIds($profileIds)
5182 5182
   {
5183
-    $this->profileIds = $profileIds;
5183
+	$this->profileIds = $profileIds;
5184 5184
   }
5185 5185
   public function getProfileIds()
5186 5186
   {
5187
-    return $this->profileIds;
5187
+	return $this->profileIds;
5188 5188
   }
5189 5189
   public function setSelfLink($selfLink)
5190 5190
   {
5191
-    $this->selfLink = $selfLink;
5191
+	$this->selfLink = $selfLink;
5192 5192
   }
5193 5193
   public function getSelfLink()
5194 5194
   {
5195
-    return $this->selfLink;
5195
+	return $this->selfLink;
5196 5196
   }
5197 5197
 }
5198 5198
 
@@ -5206,11 +5206,11 @@  discard block
 block discarded – undo
5206 5206
 
5207 5207
   public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
5208 5208
   {
5209
-    $this->webPropertyRef = $webPropertyRef;
5209
+	$this->webPropertyRef = $webPropertyRef;
5210 5210
   }
5211 5211
   public function getWebPropertyRef()
5212 5212
   {
5213
-    return $this->webPropertyRef;
5213
+	return $this->webPropertyRef;
5214 5214
   }
5215 5215
 }
5216 5216
 
@@ -5231,59 +5231,59 @@  discard block
 block discarded – undo
5231 5231
 
5232 5232
   public function setItems($items)
5233 5233
   {
5234
-    $this->items = $items;
5234
+	$this->items = $items;
5235 5235
   }
5236 5236
   public function getItems()
5237 5237
   {
5238
-    return $this->items;
5238
+	return $this->items;
5239 5239
   }
5240 5240
   public function setItemsPerPage($itemsPerPage)
5241 5241
   {
5242
-    $this->itemsPerPage = $itemsPerPage;
5242
+	$this->itemsPerPage = $itemsPerPage;
5243 5243
   }
5244 5244
   public function getItemsPerPage()
5245 5245
   {
5246
-    return $this->itemsPerPage;
5246
+	return $this->itemsPerPage;
5247 5247
   }
5248 5248
   public function setKind($kind)
5249 5249
   {
5250
-    $this->kind = $kind;
5250
+	$this->kind = $kind;
5251 5251
   }
5252 5252
   public function getKind()
5253 5253
   {
5254
-    return $this->kind;
5254
+	return $this->kind;
5255 5255
   }
5256 5256
   public function setNextLink($nextLink)
5257 5257
   {
5258
-    $this->nextLink = $nextLink;
5258
+	$this->nextLink = $nextLink;
5259 5259
   }
5260 5260
   public function getNextLink()
5261 5261
   {
5262
-    return $this->nextLink;
5262
+	return $this->nextLink;
5263 5263
   }
5264 5264
   public function setPreviousLink($previousLink)
5265 5265
   {
5266
-    $this->previousLink = $previousLink;
5266
+	$this->previousLink = $previousLink;
5267 5267
   }
5268 5268
   public function getPreviousLink()
5269 5269
   {
5270
-    return $this->previousLink;
5270
+	return $this->previousLink;
5271 5271
   }
5272 5272
   public function setStartIndex($startIndex)
5273 5273
   {
5274
-    $this->startIndex = $startIndex;
5274
+	$this->startIndex = $startIndex;
5275 5275
   }
5276 5276
   public function getStartIndex()
5277 5277
   {
5278
-    return $this->startIndex;
5278
+	return $this->startIndex;
5279 5279
   }
5280 5280
   public function setTotalResults($totalResults)
5281 5281
   {
5282
-    $this->totalResults = $totalResults;
5282
+	$this->totalResults = $totalResults;
5283 5283
   }
5284 5284
   public function getTotalResults()
5285 5285
   {
5286
-    return $this->totalResults;
5286
+	return $this->totalResults;
5287 5287
   }
5288 5288
 }
5289 5289
 
@@ -5304,51 +5304,51 @@  discard block
 block discarded – undo
5304 5304
 
5305 5305
   public function setEntity(Google_Service_Analytics_EntityUserLinkEntity $entity)
5306 5306
   {
5307
-    $this->entity = $entity;
5307
+	$this->entity = $entity;
5308 5308
   }
5309 5309
   public function getEntity()
5310 5310
   {
5311
-    return $this->entity;
5311
+	return $this->entity;
5312 5312
   }
5313 5313
   public function setId($id)
5314 5314
   {
5315
-    $this->id = $id;
5315
+	$this->id = $id;
5316 5316
   }
5317 5317
   public function getId()
5318 5318
   {
5319
-    return $this->id;
5319
+	return $this->id;
5320 5320
   }
5321 5321
   public function setKind($kind)
5322 5322
   {
5323
-    $this->kind = $kind;
5323
+	$this->kind = $kind;
5324 5324
   }
5325 5325
   public function getKind()
5326 5326
   {
5327
-    return $this->kind;
5327
+	return $this->kind;
5328 5328
   }
5329 5329
   public function setPermissions(Google_Service_Analytics_EntityUserLinkPermissions $permissions)
5330 5330
   {
5331
-    $this->permissions = $permissions;
5331
+	$this->permissions = $permissions;
5332 5332
   }
5333 5333
   public function getPermissions()
5334 5334
   {
5335
-    return $this->permissions;
5335
+	return $this->permissions;
5336 5336
   }
5337 5337
   public function setSelfLink($selfLink)
5338 5338
   {
5339
-    $this->selfLink = $selfLink;
5339
+	$this->selfLink = $selfLink;
5340 5340
   }
5341 5341
   public function getSelfLink()
5342 5342
   {
5343
-    return $this->selfLink;
5343
+	return $this->selfLink;
5344 5344
   }
5345 5345
   public function setUserRef(Google_Service_Analytics_UserRef $userRef)
5346 5346
   {
5347
-    $this->userRef = $userRef;
5347
+	$this->userRef = $userRef;
5348 5348
   }
5349 5349
   public function getUserRef()
5350 5350
   {
5351
-    return $this->userRef;
5351
+	return $this->userRef;
5352 5352
   }
5353 5353
 }
5354 5354
 
@@ -5366,27 +5366,27 @@  discard block
 block discarded – undo
5366 5366
 
5367 5367
   public function setAccountRef(Google_Service_Analytics_AccountRef $accountRef)
5368 5368
   {
5369
-    $this->accountRef = $accountRef;
5369
+	$this->accountRef = $accountRef;
5370 5370
   }
5371 5371
   public function getAccountRef()
5372 5372
   {
5373
-    return $this->accountRef;
5373
+	return $this->accountRef;
5374 5374
   }
5375 5375
   public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
5376 5376
   {
5377
-    $this->profileRef = $profileRef;
5377
+	$this->profileRef = $profileRef;
5378 5378
   }
5379 5379
   public function getProfileRef()
5380 5380
   {
5381
-    return $this->profileRef;
5381
+	return $this->profileRef;
5382 5382
   }
5383 5383
   public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
5384 5384
   {
5385
-    $this->webPropertyRef = $webPropertyRef;
5385
+	$this->webPropertyRef = $webPropertyRef;
5386 5386
   }
5387 5387
   public function getWebPropertyRef()
5388 5388
   {
5389
-    return $this->webPropertyRef;
5389
+	return $this->webPropertyRef;
5390 5390
   }
5391 5391
 }
5392 5392
 
@@ -5401,19 +5401,19 @@  discard block
 block discarded – undo
5401 5401
 
5402 5402
   public function setEffective($effective)
5403 5403
   {
5404
-    $this->effective = $effective;
5404
+	$this->effective = $effective;
5405 5405
   }
5406 5406
   public function getEffective()
5407 5407
   {
5408
-    return $this->effective;
5408
+	return $this->effective;
5409 5409
   }
5410 5410
   public function setLocal($local)
5411 5411
   {
5412
-    $this->local = $local;
5412
+	$this->local = $local;
5413 5413
   }
5414 5414
   public function getLocal()
5415 5415
   {
5416
-    return $this->local;
5416
+	return $this->local;
5417 5417
   }
5418 5418
 }
5419 5419
 
@@ -5434,59 +5434,59 @@  discard block
 block discarded – undo
5434 5434
 
5435 5435
   public function setItems($items)
5436 5436
   {
5437
-    $this->items = $items;
5437
+	$this->items = $items;
5438 5438
   }
5439 5439
   public function getItems()
5440 5440
   {
5441
-    return $this->items;
5441
+	return $this->items;
5442 5442
   }
5443 5443
   public function setItemsPerPage($itemsPerPage)
5444 5444
   {
5445
-    $this->itemsPerPage = $itemsPerPage;
5445
+	$this->itemsPerPage = $itemsPerPage;
5446 5446
   }
5447 5447
   public function getItemsPerPage()
5448 5448
   {
5449
-    return $this->itemsPerPage;
5449
+	return $this->itemsPerPage;
5450 5450
   }
5451 5451
   public function setKind($kind)
5452 5452
   {
5453
-    $this->kind = $kind;
5453
+	$this->kind = $kind;
5454 5454
   }
5455 5455
   public function getKind()
5456 5456
   {
5457
-    return $this->kind;
5457
+	return $this->kind;
5458 5458
   }
5459 5459
   public function setNextLink($nextLink)
5460 5460
   {
5461
-    $this->nextLink = $nextLink;
5461
+	$this->nextLink = $nextLink;
5462 5462
   }
5463 5463
   public function getNextLink()
5464 5464
   {
5465
-    return $this->nextLink;
5465
+	return $this->nextLink;
5466 5466
   }
5467 5467
   public function setPreviousLink($previousLink)
5468 5468
   {
5469
-    $this->previousLink = $previousLink;
5469
+	$this->previousLink = $previousLink;
5470 5470
   }
5471 5471
   public function getPreviousLink()
5472 5472
   {
5473
-    return $this->previousLink;
5473
+	return $this->previousLink;
5474 5474
   }
5475 5475
   public function setStartIndex($startIndex)
5476 5476
   {
5477
-    $this->startIndex = $startIndex;
5477
+	$this->startIndex = $startIndex;
5478 5478
   }
5479 5479
   public function getStartIndex()
5480 5480
   {
5481
-    return $this->startIndex;
5481
+	return $this->startIndex;
5482 5482
   }
5483 5483
   public function setTotalResults($totalResults)
5484 5484
   {
5485
-    $this->totalResults = $totalResults;
5485
+	$this->totalResults = $totalResults;
5486 5486
   }
5487 5487
   public function getTotalResults()
5488 5488
   {
5489
-    return $this->totalResults;
5489
+	return $this->totalResults;
5490 5490
   }
5491 5491
 }
5492 5492
 
@@ -5529,227 +5529,227 @@  discard block
 block discarded – undo
5529 5529
 
5530 5530
   public function setAccountId($accountId)
5531 5531
   {
5532
-    $this->accountId = $accountId;
5532
+	$this->accountId = $accountId;
5533 5533
   }
5534 5534
   public function getAccountId()
5535 5535
   {
5536
-    return $this->accountId;
5536
+	return $this->accountId;
5537 5537
   }
5538 5538
   public function setCreated($created)
5539 5539
   {
5540
-    $this->created = $created;
5540
+	$this->created = $created;
5541 5541
   }
5542 5542
   public function getCreated()
5543 5543
   {
5544
-    return $this->created;
5544
+	return $this->created;
5545 5545
   }
5546 5546
   public function setDescription($description)
5547 5547
   {
5548
-    $this->description = $description;
5548
+	$this->description = $description;
5549 5549
   }
5550 5550
   public function getDescription()
5551 5551
   {
5552
-    return $this->description;
5552
+	return $this->description;
5553 5553
   }
5554 5554
   public function setEditableInGaUi($editableInGaUi)
5555 5555
   {
5556
-    $this->editableInGaUi = $editableInGaUi;
5556
+	$this->editableInGaUi = $editableInGaUi;
5557 5557
   }
5558 5558
   public function getEditableInGaUi()
5559 5559
   {
5560
-    return $this->editableInGaUi;
5560
+	return $this->editableInGaUi;
5561 5561
   }
5562 5562
   public function setEndTime($endTime)
5563 5563
   {
5564
-    $this->endTime = $endTime;
5564
+	$this->endTime = $endTime;
5565 5565
   }
5566 5566
   public function getEndTime()
5567 5567
   {
5568
-    return $this->endTime;
5568
+	return $this->endTime;
5569 5569
   }
5570 5570
   public function setEqualWeighting($equalWeighting)
5571 5571
   {
5572
-    $this->equalWeighting = $equalWeighting;
5572
+	$this->equalWeighting = $equalWeighting;
5573 5573
   }
5574 5574
   public function getEqualWeighting()
5575 5575
   {
5576
-    return $this->equalWeighting;
5576
+	return $this->equalWeighting;
5577 5577
   }
5578 5578
   public function setId($id)
5579 5579
   {
5580
-    $this->id = $id;
5580
+	$this->id = $id;
5581 5581
   }
5582 5582
   public function getId()
5583 5583
   {
5584
-    return $this->id;
5584
+	return $this->id;
5585 5585
   }
5586 5586
   public function setInternalWebPropertyId($internalWebPropertyId)
5587 5587
   {
5588
-    $this->internalWebPropertyId = $internalWebPropertyId;
5588
+	$this->internalWebPropertyId = $internalWebPropertyId;
5589 5589
   }
5590 5590
   public function getInternalWebPropertyId()
5591 5591
   {
5592
-    return $this->internalWebPropertyId;
5592
+	return $this->internalWebPropertyId;
5593 5593
   }
5594 5594
   public function setKind($kind)
5595 5595
   {
5596
-    $this->kind = $kind;
5596
+	$this->kind = $kind;
5597 5597
   }
5598 5598
   public function getKind()
5599 5599
   {
5600
-    return $this->kind;
5600
+	return $this->kind;
5601 5601
   }
5602 5602
   public function setMinimumExperimentLengthInDays($minimumExperimentLengthInDays)
5603 5603
   {
5604
-    $this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays;
5604
+	$this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays;
5605 5605
   }
5606 5606
   public function getMinimumExperimentLengthInDays()
5607 5607
   {
5608
-    return $this->minimumExperimentLengthInDays;
5608
+	return $this->minimumExperimentLengthInDays;
5609 5609
   }
5610 5610
   public function setName($name)
5611 5611
   {
5612
-    $this->name = $name;
5612
+	$this->name = $name;
5613 5613
   }
5614 5614
   public function getName()
5615 5615
   {
5616
-    return $this->name;
5616
+	return $this->name;
5617 5617
   }
5618 5618
   public function setObjectiveMetric($objectiveMetric)
5619 5619
   {
5620
-    $this->objectiveMetric = $objectiveMetric;
5620
+	$this->objectiveMetric = $objectiveMetric;
5621 5621
   }
5622 5622
   public function getObjectiveMetric()
5623 5623
   {
5624
-    return $this->objectiveMetric;
5624
+	return $this->objectiveMetric;
5625 5625
   }
5626 5626
   public function setOptimizationType($optimizationType)
5627 5627
   {
5628
-    $this->optimizationType = $optimizationType;
5628
+	$this->optimizationType = $optimizationType;
5629 5629
   }
5630 5630
   public function getOptimizationType()
5631 5631
   {
5632
-    return $this->optimizationType;
5632
+	return $this->optimizationType;
5633 5633
   }
5634 5634
   public function setParentLink(Google_Service_Analytics_ExperimentParentLink $parentLink)
5635 5635
   {
5636
-    $this->parentLink = $parentLink;
5636
+	$this->parentLink = $parentLink;
5637 5637
   }
5638 5638
   public function getParentLink()
5639 5639
   {
5640
-    return $this->parentLink;
5640
+	return $this->parentLink;
5641 5641
   }
5642 5642
   public function setProfileId($profileId)
5643 5643
   {
5644
-    $this->profileId = $profileId;
5644
+	$this->profileId = $profileId;
5645 5645
   }
5646 5646
   public function getProfileId()
5647 5647
   {
5648
-    return $this->profileId;
5648
+	return $this->profileId;
5649 5649
   }
5650 5650
   public function setReasonExperimentEnded($reasonExperimentEnded)
5651 5651
   {
5652
-    $this->reasonExperimentEnded = $reasonExperimentEnded;
5652
+	$this->reasonExperimentEnded = $reasonExperimentEnded;
5653 5653
   }
5654 5654
   public function getReasonExperimentEnded()
5655 5655
   {
5656
-    return $this->reasonExperimentEnded;
5656
+	return $this->reasonExperimentEnded;
5657 5657
   }
5658 5658
   public function setRewriteVariationUrlsAsOriginal($rewriteVariationUrlsAsOriginal)
5659 5659
   {
5660
-    $this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal;
5660
+	$this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal;
5661 5661
   }
5662 5662
   public function getRewriteVariationUrlsAsOriginal()
5663 5663
   {
5664
-    return $this->rewriteVariationUrlsAsOriginal;
5664
+	return $this->rewriteVariationUrlsAsOriginal;
5665 5665
   }
5666 5666
   public function setSelfLink($selfLink)
5667 5667
   {
5668
-    $this->selfLink = $selfLink;
5668
+	$this->selfLink = $selfLink;
5669 5669
   }
5670 5670
   public function getSelfLink()
5671 5671
   {
5672
-    return $this->selfLink;
5672
+	return $this->selfLink;
5673 5673
   }
5674 5674
   public function setServingFramework($servingFramework)
5675 5675
   {
5676
-    $this->servingFramework = $servingFramework;
5676
+	$this->servingFramework = $servingFramework;
5677 5677
   }
5678 5678
   public function getServingFramework()
5679 5679
   {
5680
-    return $this->servingFramework;
5680
+	return $this->servingFramework;
5681 5681
   }
5682 5682
   public function setSnippet($snippet)
5683 5683
   {
5684
-    $this->snippet = $snippet;
5684
+	$this->snippet = $snippet;
5685 5685
   }
5686 5686
   public function getSnippet()
5687 5687
   {
5688
-    return $this->snippet;
5688
+	return $this->snippet;
5689 5689
   }
5690 5690
   public function setStartTime($startTime)
5691 5691
   {
5692
-    $this->startTime = $startTime;
5692
+	$this->startTime = $startTime;
5693 5693
   }
5694 5694
   public function getStartTime()
5695 5695
   {
5696
-    return $this->startTime;
5696
+	return $this->startTime;
5697 5697
   }
5698 5698
   public function setStatus($status)
5699 5699
   {
5700
-    $this->status = $status;
5700
+	$this->status = $status;
5701 5701
   }
5702 5702
   public function getStatus()
5703 5703
   {
5704
-    return $this->status;
5704
+	return $this->status;
5705 5705
   }
5706 5706
   public function setTrafficCoverage($trafficCoverage)
5707 5707
   {
5708
-    $this->trafficCoverage = $trafficCoverage;
5708
+	$this->trafficCoverage = $trafficCoverage;
5709 5709
   }
5710 5710
   public function getTrafficCoverage()
5711 5711
   {
5712
-    return $this->trafficCoverage;
5712
+	return $this->trafficCoverage;
5713 5713
   }
5714 5714
   public function setUpdated($updated)
5715 5715
   {
5716
-    $this->updated = $updated;
5716
+	$this->updated = $updated;
5717 5717
   }
5718 5718
   public function getUpdated()
5719 5719
   {
5720
-    return $this->updated;
5720
+	return $this->updated;
5721 5721
   }
5722 5722
   public function setVariations($variations)
5723 5723
   {
5724
-    $this->variations = $variations;
5724
+	$this->variations = $variations;
5725 5725
   }
5726 5726
   public function getVariations()
5727 5727
   {
5728
-    return $this->variations;
5728
+	return $this->variations;
5729 5729
   }
5730 5730
   public function setWebPropertyId($webPropertyId)
5731 5731
   {
5732
-    $this->webPropertyId = $webPropertyId;
5732
+	$this->webPropertyId = $webPropertyId;
5733 5733
   }
5734 5734
   public function getWebPropertyId()
5735 5735
   {
5736
-    return $this->webPropertyId;
5736
+	return $this->webPropertyId;
5737 5737
   }
5738 5738
   public function setWinnerConfidenceLevel($winnerConfidenceLevel)
5739 5739
   {
5740
-    $this->winnerConfidenceLevel = $winnerConfidenceLevel;
5740
+	$this->winnerConfidenceLevel = $winnerConfidenceLevel;
5741 5741
   }
5742 5742
   public function getWinnerConfidenceLevel()
5743 5743
   {
5744
-    return $this->winnerConfidenceLevel;
5744
+	return $this->winnerConfidenceLevel;
5745 5745
   }
5746 5746
   public function setWinnerFound($winnerFound)
5747 5747
   {
5748
-    $this->winnerFound = $winnerFound;
5748
+	$this->winnerFound = $winnerFound;
5749 5749
   }
5750 5750
   public function getWinnerFound()
5751 5751
   {
5752
-    return $this->winnerFound;
5752
+	return $this->winnerFound;
5753 5753
   }
5754 5754
 }
5755 5755
 
@@ -5763,19 +5763,19 @@  discard block
 block discarded – undo
5763 5763
 
5764 5764
   public function setHref($href)
5765 5765
   {
5766
-    $this->href = $href;
5766
+	$this->href = $href;
5767 5767
   }
5768 5768
   public function getHref()
5769 5769
   {
5770
-    return $this->href;
5770
+	return $this->href;
5771 5771
   }
5772 5772
   public function setType($type)
5773 5773
   {
5774
-    $this->type = $type;
5774
+	$this->type = $type;
5775 5775
   }
5776 5776
   public function getType()
5777 5777
   {
5778
-    return $this->type;
5778
+	return $this->type;
5779 5779
   }
5780 5780
 }
5781 5781
 
@@ -5792,43 +5792,43 @@  discard block
 block discarded – undo
5792 5792
 
5793 5793
   public function setName($name)
5794 5794
   {
5795
-    $this->name = $name;
5795
+	$this->name = $name;
5796 5796
   }
5797 5797
   public function getName()
5798 5798
   {
5799
-    return $this->name;
5799
+	return $this->name;
5800 5800
   }
5801 5801
   public function setStatus($status)
5802 5802
   {
5803
-    $this->status = $status;
5803
+	$this->status = $status;
5804 5804
   }
5805 5805
   public function getStatus()
5806 5806
   {
5807
-    return $this->status;
5807
+	return $this->status;
5808 5808
   }
5809 5809
   public function setUrl($url)
5810 5810
   {
5811
-    $this->url = $url;
5811
+	$this->url = $url;
5812 5812
   }
5813 5813
   public function getUrl()
5814 5814
   {
5815
-    return $this->url;
5815
+	return $this->url;
5816 5816
   }
5817 5817
   public function setWeight($weight)
5818 5818
   {
5819
-    $this->weight = $weight;
5819
+	$this->weight = $weight;
5820 5820
   }
5821 5821
   public function getWeight()
5822 5822
   {
5823
-    return $this->weight;
5823
+	return $this->weight;
5824 5824
   }
5825 5825
   public function setWon($won)
5826 5826
   {
5827
-    $this->won = $won;
5827
+	$this->won = $won;
5828 5828
   }
5829 5829
   public function getWon()
5830 5830
   {
5831
-    return $this->won;
5831
+	return $this->won;
5832 5832
   }
5833 5833
 }
5834 5834
 
@@ -5850,67 +5850,67 @@  discard block
 block discarded – undo
5850 5850
 
5851 5851
   public function setItems($items)
5852 5852
   {
5853
-    $this->items = $items;
5853
+	$this->items = $items;
5854 5854
   }
5855 5855
   public function getItems()
5856 5856
   {
5857
-    return $this->items;
5857
+	return $this->items;
5858 5858
   }
5859 5859
   public function setItemsPerPage($itemsPerPage)
5860 5860
   {
5861
-    $this->itemsPerPage = $itemsPerPage;
5861
+	$this->itemsPerPage = $itemsPerPage;
5862 5862
   }
5863 5863
   public function getItemsPerPage()
5864 5864
   {
5865
-    return $this->itemsPerPage;
5865
+	return $this->itemsPerPage;
5866 5866
   }
5867 5867
   public function setKind($kind)
5868 5868
   {
5869
-    $this->kind = $kind;
5869
+	$this->kind = $kind;
5870 5870
   }
5871 5871
   public function getKind()
5872 5872
   {
5873
-    return $this->kind;
5873
+	return $this->kind;
5874 5874
   }
5875 5875
   public function setNextLink($nextLink)
5876 5876
   {
5877
-    $this->nextLink = $nextLink;
5877
+	$this->nextLink = $nextLink;
5878 5878
   }
5879 5879
   public function getNextLink()
5880 5880
   {
5881
-    return $this->nextLink;
5881
+	return $this->nextLink;
5882 5882
   }
5883 5883
   public function setPreviousLink($previousLink)
5884 5884
   {
5885
-    $this->previousLink = $previousLink;
5885
+	$this->previousLink = $previousLink;
5886 5886
   }
5887 5887
   public function getPreviousLink()
5888 5888
   {
5889
-    return $this->previousLink;
5889
+	return $this->previousLink;
5890 5890
   }
5891 5891
   public function setStartIndex($startIndex)
5892 5892
   {
5893
-    $this->startIndex = $startIndex;
5893
+	$this->startIndex = $startIndex;
5894 5894
   }
5895 5895
   public function getStartIndex()
5896 5896
   {
5897
-    return $this->startIndex;
5897
+	return $this->startIndex;
5898 5898
   }
5899 5899
   public function setTotalResults($totalResults)
5900 5900
   {
5901
-    $this->totalResults = $totalResults;
5901
+	$this->totalResults = $totalResults;
5902 5902
   }
5903 5903
   public function getTotalResults()
5904 5904
   {
5905
-    return $this->totalResults;
5905
+	return $this->totalResults;
5906 5906
   }
5907 5907
   public function setUsername($username)
5908 5908
   {
5909
-    $this->username = $username;
5909
+	$this->username = $username;
5910 5910
   }
5911 5911
   public function getUsername()
5912 5912
   {
5913
-    return $this->username;
5913
+	return $this->username;
5914 5914
   }
5915 5915
 }
5916 5916
 
@@ -5944,123 +5944,123 @@  discard block
 block discarded – undo
5944 5944
 
5945 5945
   public function setAccountId($accountId)
5946 5946
   {
5947
-    $this->accountId = $accountId;
5947
+	$this->accountId = $accountId;
5948 5948
   }
5949 5949
   public function getAccountId()
5950 5950
   {
5951
-    return $this->accountId;
5951
+	return $this->accountId;
5952 5952
   }
5953 5953
   public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails)
5954 5954
   {
5955
-    $this->advancedDetails = $advancedDetails;
5955
+	$this->advancedDetails = $advancedDetails;
5956 5956
   }
5957 5957
   public function getAdvancedDetails()
5958 5958
   {
5959
-    return $this->advancedDetails;
5959
+	return $this->advancedDetails;
5960 5960
   }
5961 5961
   public function setCreated($created)
5962 5962
   {
5963
-    $this->created = $created;
5963
+	$this->created = $created;
5964 5964
   }
5965 5965
   public function getCreated()
5966 5966
   {
5967
-    return $this->created;
5967
+	return $this->created;
5968 5968
   }
5969 5969
   public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails)
5970 5970
   {
5971
-    $this->excludeDetails = $excludeDetails;
5971
+	$this->excludeDetails = $excludeDetails;
5972 5972
   }
5973 5973
   public function getExcludeDetails()
5974 5974
   {
5975
-    return $this->excludeDetails;
5975
+	return $this->excludeDetails;
5976 5976
   }
5977 5977
   public function setId($id)
5978 5978
   {
5979
-    $this->id = $id;
5979
+	$this->id = $id;
5980 5980
   }
5981 5981
   public function getId()
5982 5982
   {
5983
-    return $this->id;
5983
+	return $this->id;
5984 5984
   }
5985 5985
   public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails)
5986 5986
   {
5987
-    $this->includeDetails = $includeDetails;
5987
+	$this->includeDetails = $includeDetails;
5988 5988
   }
5989 5989
   public function getIncludeDetails()
5990 5990
   {
5991
-    return $this->includeDetails;
5991
+	return $this->includeDetails;
5992 5992
   }
5993 5993
   public function setKind($kind)
5994 5994
   {
5995
-    $this->kind = $kind;
5995
+	$this->kind = $kind;
5996 5996
   }
5997 5997
   public function getKind()
5998 5998
   {
5999
-    return $this->kind;
5999
+	return $this->kind;
6000 6000
   }
6001 6001
   public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails)
6002 6002
   {
6003
-    $this->lowercaseDetails = $lowercaseDetails;
6003
+	$this->lowercaseDetails = $lowercaseDetails;
6004 6004
   }
6005 6005
   public function getLowercaseDetails()
6006 6006
   {
6007
-    return $this->lowercaseDetails;
6007
+	return $this->lowercaseDetails;
6008 6008
   }
6009 6009
   public function setName($name)
6010 6010
   {
6011
-    $this->name = $name;
6011
+	$this->name = $name;
6012 6012
   }
6013 6013
   public function getName()
6014 6014
   {
6015
-    return $this->name;
6015
+	return $this->name;
6016 6016
   }
6017 6017
   public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink)
6018 6018
   {
6019
-    $this->parentLink = $parentLink;
6019
+	$this->parentLink = $parentLink;
6020 6020
   }
6021 6021
   public function getParentLink()
6022 6022
   {
6023
-    return $this->parentLink;
6023
+	return $this->parentLink;
6024 6024
   }
6025 6025
   public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails)
6026 6026
   {
6027
-    $this->searchAndReplaceDetails = $searchAndReplaceDetails;
6027
+	$this->searchAndReplaceDetails = $searchAndReplaceDetails;
6028 6028
   }
6029 6029
   public function getSearchAndReplaceDetails()
6030 6030
   {
6031
-    return $this->searchAndReplaceDetails;
6031
+	return $this->searchAndReplaceDetails;
6032 6032
   }
6033 6033
   public function setSelfLink($selfLink)
6034 6034
   {
6035
-    $this->selfLink = $selfLink;
6035
+	$this->selfLink = $selfLink;
6036 6036
   }
6037 6037
   public function getSelfLink()
6038 6038
   {
6039
-    return $this->selfLink;
6039
+	return $this->selfLink;
6040 6040
   }
6041 6041
   public function setType($type)
6042 6042
   {
6043
-    $this->type = $type;
6043
+	$this->type = $type;
6044 6044
   }
6045 6045
   public function getType()
6046 6046
   {
6047
-    return $this->type;
6047
+	return $this->type;
6048 6048
   }
6049 6049
   public function setUpdated($updated)
6050 6050
   {
6051
-    $this->updated = $updated;
6051
+	$this->updated = $updated;
6052 6052
   }
6053 6053
   public function getUpdated()
6054 6054
   {
6055
-    return $this->updated;
6055
+	return $this->updated;
6056 6056
   }
6057 6057
   public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails)
6058 6058
   {
6059
-    $this->uppercaseDetails = $uppercaseDetails;
6059
+	$this->uppercaseDetails = $uppercaseDetails;
6060 6060
   }
6061 6061
   public function getUppercaseDetails()
6062 6062
   {
6063
-    return $this->uppercaseDetails;
6063
+	return $this->uppercaseDetails;
6064 6064
   }
6065 6065
 }
6066 6066
 
@@ -6085,107 +6085,107 @@  discard block
 block discarded – undo
6085 6085
 
6086 6086
   public function setCaseSensitive($caseSensitive)
6087 6087
   {
6088
-    $this->caseSensitive = $caseSensitive;
6088
+	$this->caseSensitive = $caseSensitive;
6089 6089
   }
6090 6090
   public function getCaseSensitive()
6091 6091
   {
6092
-    return $this->caseSensitive;
6092
+	return $this->caseSensitive;
6093 6093
   }
6094 6094
   public function setExtractA($extractA)
6095 6095
   {
6096
-    $this->extractA = $extractA;
6096
+	$this->extractA = $extractA;
6097 6097
   }
6098 6098
   public function getExtractA()
6099 6099
   {
6100
-    return $this->extractA;
6100
+	return $this->extractA;
6101 6101
   }
6102 6102
   public function setExtractB($extractB)
6103 6103
   {
6104
-    $this->extractB = $extractB;
6104
+	$this->extractB = $extractB;
6105 6105
   }
6106 6106
   public function getExtractB()
6107 6107
   {
6108
-    return $this->extractB;
6108
+	return $this->extractB;
6109 6109
   }
6110 6110
   public function setFieldA($fieldA)
6111 6111
   {
6112
-    $this->fieldA = $fieldA;
6112
+	$this->fieldA = $fieldA;
6113 6113
   }
6114 6114
   public function getFieldA()
6115 6115
   {
6116
-    return $this->fieldA;
6116
+	return $this->fieldA;
6117 6117
   }
6118 6118
   public function setFieldAIndex($fieldAIndex)
6119 6119
   {
6120
-    $this->fieldAIndex = $fieldAIndex;
6120
+	$this->fieldAIndex = $fieldAIndex;
6121 6121
   }
6122 6122
   public function getFieldAIndex()
6123 6123
   {
6124
-    return $this->fieldAIndex;
6124
+	return $this->fieldAIndex;
6125 6125
   }
6126 6126
   public function setFieldARequired($fieldARequired)
6127 6127
   {
6128
-    $this->fieldARequired = $fieldARequired;
6128
+	$this->fieldARequired = $fieldARequired;
6129 6129
   }
6130 6130
   public function getFieldARequired()
6131 6131
   {
6132
-    return $this->fieldARequired;
6132
+	return $this->fieldARequired;
6133 6133
   }
6134 6134
   public function setFieldB($fieldB)
6135 6135
   {
6136
-    $this->fieldB = $fieldB;
6136
+	$this->fieldB = $fieldB;
6137 6137
   }
6138 6138
   public function getFieldB()
6139 6139
   {
6140
-    return $this->fieldB;
6140
+	return $this->fieldB;
6141 6141
   }
6142 6142
   public function setFieldBIndex($fieldBIndex)
6143 6143
   {
6144
-    $this->fieldBIndex = $fieldBIndex;
6144
+	$this->fieldBIndex = $fieldBIndex;
6145 6145
   }
6146 6146
   public function getFieldBIndex()
6147 6147
   {
6148
-    return $this->fieldBIndex;
6148
+	return $this->fieldBIndex;
6149 6149
   }
6150 6150
   public function setFieldBRequired($fieldBRequired)
6151 6151
   {
6152
-    $this->fieldBRequired = $fieldBRequired;
6152
+	$this->fieldBRequired = $fieldBRequired;
6153 6153
   }
6154 6154
   public function getFieldBRequired()
6155 6155
   {
6156
-    return $this->fieldBRequired;
6156
+	return $this->fieldBRequired;
6157 6157
   }
6158 6158
   public function setOutputConstructor($outputConstructor)
6159 6159
   {
6160
-    $this->outputConstructor = $outputConstructor;
6160
+	$this->outputConstructor = $outputConstructor;
6161 6161
   }
6162 6162
   public function getOutputConstructor()
6163 6163
   {
6164
-    return $this->outputConstructor;
6164
+	return $this->outputConstructor;
6165 6165
   }
6166 6166
   public function setOutputToField($outputToField)
6167 6167
   {
6168
-    $this->outputToField = $outputToField;
6168
+	$this->outputToField = $outputToField;
6169 6169
   }
6170 6170
   public function getOutputToField()
6171 6171
   {
6172
-    return $this->outputToField;
6172
+	return $this->outputToField;
6173 6173
   }
6174 6174
   public function setOutputToFieldIndex($outputToFieldIndex)
6175 6175
   {
6176
-    $this->outputToFieldIndex = $outputToFieldIndex;
6176
+	$this->outputToFieldIndex = $outputToFieldIndex;
6177 6177
   }
6178 6178
   public function getOutputToFieldIndex()
6179 6179
   {
6180
-    return $this->outputToFieldIndex;
6180
+	return $this->outputToFieldIndex;
6181 6181
   }
6182 6182
   public function setOverrideOutputField($overrideOutputField)
6183 6183
   {
6184
-    $this->overrideOutputField = $overrideOutputField;
6184
+	$this->overrideOutputField = $overrideOutputField;
6185 6185
   }
6186 6186
   public function getOverrideOutputField()
6187 6187
   {
6188
-    return $this->overrideOutputField;
6188
+	return $this->overrideOutputField;
6189 6189
   }
6190 6190
 }
6191 6191
 
@@ -6203,51 +6203,51 @@  discard block
 block discarded – undo
6203 6203
 
6204 6204
   public function setCaseSensitive($caseSensitive)
6205 6205
   {
6206
-    $this->caseSensitive = $caseSensitive;
6206
+	$this->caseSensitive = $caseSensitive;
6207 6207
   }
6208 6208
   public function getCaseSensitive()
6209 6209
   {
6210
-    return $this->caseSensitive;
6210
+	return $this->caseSensitive;
6211 6211
   }
6212 6212
   public function setExpressionValue($expressionValue)
6213 6213
   {
6214
-    $this->expressionValue = $expressionValue;
6214
+	$this->expressionValue = $expressionValue;
6215 6215
   }
6216 6216
   public function getExpressionValue()
6217 6217
   {
6218
-    return $this->expressionValue;
6218
+	return $this->expressionValue;
6219 6219
   }
6220 6220
   public function setField($field)
6221 6221
   {
6222
-    $this->field = $field;
6222
+	$this->field = $field;
6223 6223
   }
6224 6224
   public function getField()
6225 6225
   {
6226
-    return $this->field;
6226
+	return $this->field;
6227 6227
   }
6228 6228
   public function setFieldIndex($fieldIndex)
6229 6229
   {
6230
-    $this->fieldIndex = $fieldIndex;
6230
+	$this->fieldIndex = $fieldIndex;
6231 6231
   }
6232 6232
   public function getFieldIndex()
6233 6233
   {
6234
-    return $this->fieldIndex;
6234
+	return $this->fieldIndex;
6235 6235
   }
6236 6236
   public function setKind($kind)
6237 6237
   {
6238
-    $this->kind = $kind;
6238
+	$this->kind = $kind;
6239 6239
   }
6240 6240
   public function getKind()
6241 6241
   {
6242
-    return $this->kind;
6242
+	return $this->kind;
6243 6243
   }
6244 6244
   public function setMatchType($matchType)
6245 6245
   {
6246
-    $this->matchType = $matchType;
6246
+	$this->matchType = $matchType;
6247 6247
   }
6248 6248
   public function getMatchType()
6249 6249
   {
6250
-    return $this->matchType;
6250
+	return $this->matchType;
6251 6251
   }
6252 6252
 }
6253 6253
 
@@ -6261,19 +6261,19 @@  discard block
 block discarded – undo
6261 6261
 
6262 6262
   public function setField($field)
6263 6263
   {
6264
-    $this->field = $field;
6264
+	$this->field = $field;
6265 6265
   }
6266 6266
   public function getField()
6267 6267
   {
6268
-    return $this->field;
6268
+	return $this->field;
6269 6269
   }
6270 6270
   public function setFieldIndex($fieldIndex)
6271 6271
   {
6272
-    $this->fieldIndex = $fieldIndex;
6272
+	$this->fieldIndex = $fieldIndex;
6273 6273
   }
6274 6274
   public function getFieldIndex()
6275 6275
   {
6276
-    return $this->fieldIndex;
6276
+	return $this->fieldIndex;
6277 6277
   }
6278 6278
 }
6279 6279
 
@@ -6287,19 +6287,19 @@  discard block
 block discarded – undo
6287 6287
 
6288 6288
   public function setHref($href)
6289 6289
   {
6290
-    $this->href = $href;
6290
+	$this->href = $href;
6291 6291
   }
6292 6292
   public function getHref()
6293 6293
   {
6294
-    return $this->href;
6294
+	return $this->href;
6295 6295
   }
6296 6296
   public function setType($type)
6297 6297
   {
6298
-    $this->type = $type;
6298
+	$this->type = $type;
6299 6299
   }
6300 6300
   public function getType()
6301 6301
   {
6302
-    return $this->type;
6302
+	return $this->type;
6303 6303
   }
6304 6304
 }
6305 6305
 
@@ -6316,43 +6316,43 @@  discard block
 block discarded – undo
6316 6316
 
6317 6317
   public function setAccountId($accountId)
6318 6318
   {
6319
-    $this->accountId = $accountId;
6319
+	$this->accountId = $accountId;
6320 6320
   }
6321 6321
   public function getAccountId()
6322 6322
   {
6323
-    return $this->accountId;
6323
+	return $this->accountId;
6324 6324
   }
6325 6325
   public function setHref($href)
6326 6326
   {
6327
-    $this->href = $href;
6327
+	$this->href = $href;
6328 6328
   }
6329 6329
   public function getHref()
6330 6330
   {
6331
-    return $this->href;
6331
+	return $this->href;
6332 6332
   }
6333 6333
   public function setId($id)
6334 6334
   {
6335
-    $this->id = $id;
6335
+	$this->id = $id;
6336 6336
   }
6337 6337
   public function getId()
6338 6338
   {
6339
-    return $this->id;
6339
+	return $this->id;
6340 6340
   }
6341 6341
   public function setKind($kind)
6342 6342
   {
6343
-    $this->kind = $kind;
6343
+	$this->kind = $kind;
6344 6344
   }
6345 6345
   public function getKind()
6346 6346
   {
6347
-    return $this->kind;
6347
+	return $this->kind;
6348 6348
   }
6349 6349
   public function setName($name)
6350 6350
   {
6351
-    $this->name = $name;
6351
+	$this->name = $name;
6352 6352
   }
6353 6353
   public function getName()
6354 6354
   {
6355
-    return $this->name;
6355
+	return $this->name;
6356 6356
   }
6357 6357
 }
6358 6358
 
@@ -6369,43 +6369,43 @@  discard block
 block discarded – undo
6369 6369
 
6370 6370
   public function setCaseSensitive($caseSensitive)
6371 6371
   {
6372
-    $this->caseSensitive = $caseSensitive;
6372
+	$this->caseSensitive = $caseSensitive;
6373 6373
   }
6374 6374
   public function getCaseSensitive()
6375 6375
   {
6376
-    return $this->caseSensitive;
6376
+	return $this->caseSensitive;
6377 6377
   }
6378 6378
   public function setField($field)
6379 6379
   {
6380
-    $this->field = $field;
6380
+	$this->field = $field;
6381 6381
   }
6382 6382
   public function getField()
6383 6383
   {
6384
-    return $this->field;
6384
+	return $this->field;
6385 6385
   }
6386 6386
   public function setFieldIndex($fieldIndex)
6387 6387
   {
6388
-    $this->fieldIndex = $fieldIndex;
6388
+	$this->fieldIndex = $fieldIndex;
6389 6389
   }
6390 6390
   public function getFieldIndex()
6391 6391
   {
6392
-    return $this->fieldIndex;
6392
+	return $this->fieldIndex;
6393 6393
   }
6394 6394
   public function setReplaceString($replaceString)
6395 6395
   {
6396
-    $this->replaceString = $replaceString;
6396
+	$this->replaceString = $replaceString;
6397 6397
   }
6398 6398
   public function getReplaceString()
6399 6399
   {
6400
-    return $this->replaceString;
6400
+	return $this->replaceString;
6401 6401
   }
6402 6402
   public function setSearchString($searchString)
6403 6403
   {
6404
-    $this->searchString = $searchString;
6404
+	$this->searchString = $searchString;
6405 6405
   }
6406 6406
   public function getSearchString()
6407 6407
   {
6408
-    return $this->searchString;
6408
+	return $this->searchString;
6409 6409
   }
6410 6410
 }
6411 6411
 
@@ -6419,19 +6419,19 @@  discard block
 block discarded – undo
6419 6419
 
6420 6420
   public function setField($field)
6421 6421
   {
6422
-    $this->field = $field;
6422
+	$this->field = $field;
6423 6423
   }
6424 6424
   public function getField()
6425 6425
   {
6426
-    return $this->field;
6426
+	return $this->field;
6427 6427
   }
6428 6428
   public function setFieldIndex($fieldIndex)
6429 6429
   {
6430
-    $this->fieldIndex = $fieldIndex;
6430
+	$this->fieldIndex = $fieldIndex;
6431 6431
   }
6432 6432
   public function getFieldIndex()
6433 6433
   {
6434
-    return $this->fieldIndex;
6434
+	return $this->fieldIndex;
6435 6435
   }
6436 6436
 }
6437 6437
 
@@ -6453,67 +6453,67 @@  discard block
 block discarded – undo
6453 6453
 
6454 6454
   public function setItems($items)
6455 6455
   {
6456
-    $this->items = $items;
6456
+	$this->items = $items;
6457 6457
   }
6458 6458
   public function getItems()
6459 6459
   {
6460
-    return $this->items;
6460
+	return $this->items;
6461 6461
   }
6462 6462
   public function setItemsPerPage($itemsPerPage)
6463 6463
   {
6464
-    $this->itemsPerPage = $itemsPerPage;
6464
+	$this->itemsPerPage = $itemsPerPage;
6465 6465
   }
6466 6466
   public function getItemsPerPage()
6467 6467
   {
6468
-    return $this->itemsPerPage;
6468
+	return $this->itemsPerPage;
6469 6469
   }
6470 6470
   public function setKind($kind)
6471 6471
   {
6472
-    $this->kind = $kind;
6472
+	$this->kind = $kind;
6473 6473
   }
6474 6474
   public function getKind()
6475 6475
   {
6476
-    return $this->kind;
6476
+	return $this->kind;
6477 6477
   }
6478 6478
   public function setNextLink($nextLink)
6479 6479
   {
6480
-    $this->nextLink = $nextLink;
6480
+	$this->nextLink = $nextLink;
6481 6481
   }
6482 6482
   public function getNextLink()
6483 6483
   {
6484
-    return $this->nextLink;
6484
+	return $this->nextLink;
6485 6485
   }
6486 6486
   public function setPreviousLink($previousLink)
6487 6487
   {
6488
-    $this->previousLink = $previousLink;
6488
+	$this->previousLink = $previousLink;
6489 6489
   }
6490 6490
   public function getPreviousLink()
6491 6491
   {
6492
-    return $this->previousLink;
6492
+	return $this->previousLink;
6493 6493
   }
6494 6494
   public function setStartIndex($startIndex)
6495 6495
   {
6496
-    $this->startIndex = $startIndex;
6496
+	$this->startIndex = $startIndex;
6497 6497
   }
6498 6498
   public function getStartIndex()
6499 6499
   {
6500
-    return $this->startIndex;
6500
+	return $this->startIndex;
6501 6501
   }
6502 6502
   public function setTotalResults($totalResults)
6503 6503
   {
6504
-    $this->totalResults = $totalResults;
6504
+	$this->totalResults = $totalResults;
6505 6505
   }
6506 6506
   public function getTotalResults()
6507 6507
   {
6508
-    return $this->totalResults;
6508
+	return $this->totalResults;
6509 6509
   }
6510 6510
   public function setUsername($username)
6511 6511
   {
6512
-    $this->username = $username;
6512
+	$this->username = $username;
6513 6513
   }
6514 6514
   public function getUsername()
6515 6515
   {
6516
-    return $this->username;
6516
+	return $this->username;
6517 6517
   }
6518 6518
 }
6519 6519
 
@@ -6546,131 +6546,131 @@  discard block
 block discarded – undo
6546 6546
 
6547 6547
   public function setColumnHeaders($columnHeaders)
6548 6548
   {
6549
-    $this->columnHeaders = $columnHeaders;
6549
+	$this->columnHeaders = $columnHeaders;
6550 6550
   }
6551 6551
   public function getColumnHeaders()
6552 6552
   {
6553
-    return $this->columnHeaders;
6553
+	return $this->columnHeaders;
6554 6554
   }
6555 6555
   public function setContainsSampledData($containsSampledData)
6556 6556
   {
6557
-    $this->containsSampledData = $containsSampledData;
6557
+	$this->containsSampledData = $containsSampledData;
6558 6558
   }
6559 6559
   public function getContainsSampledData()
6560 6560
   {
6561
-    return $this->containsSampledData;
6561
+	return $this->containsSampledData;
6562 6562
   }
6563 6563
   public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable)
6564 6564
   {
6565
-    $this->dataTable = $dataTable;
6565
+	$this->dataTable = $dataTable;
6566 6566
   }
6567 6567
   public function getDataTable()
6568 6568
   {
6569
-    return $this->dataTable;
6569
+	return $this->dataTable;
6570 6570
   }
6571 6571
   public function setId($id)
6572 6572
   {
6573
-    $this->id = $id;
6573
+	$this->id = $id;
6574 6574
   }
6575 6575
   public function getId()
6576 6576
   {
6577
-    return $this->id;
6577
+	return $this->id;
6578 6578
   }
6579 6579
   public function setItemsPerPage($itemsPerPage)
6580 6580
   {
6581
-    $this->itemsPerPage = $itemsPerPage;
6581
+	$this->itemsPerPage = $itemsPerPage;
6582 6582
   }
6583 6583
   public function getItemsPerPage()
6584 6584
   {
6585
-    return $this->itemsPerPage;
6585
+	return $this->itemsPerPage;
6586 6586
   }
6587 6587
   public function setKind($kind)
6588 6588
   {
6589
-    $this->kind = $kind;
6589
+	$this->kind = $kind;
6590 6590
   }
6591 6591
   public function getKind()
6592 6592
   {
6593
-    return $this->kind;
6593
+	return $this->kind;
6594 6594
   }
6595 6595
   public function setNextLink($nextLink)
6596 6596
   {
6597
-    $this->nextLink = $nextLink;
6597
+	$this->nextLink = $nextLink;
6598 6598
   }
6599 6599
   public function getNextLink()
6600 6600
   {
6601
-    return $this->nextLink;
6601
+	return $this->nextLink;
6602 6602
   }
6603 6603
   public function setPreviousLink($previousLink)
6604 6604
   {
6605
-    $this->previousLink = $previousLink;
6605
+	$this->previousLink = $previousLink;
6606 6606
   }
6607 6607
   public function getPreviousLink()
6608 6608
   {
6609
-    return $this->previousLink;
6609
+	return $this->previousLink;
6610 6610
   }
6611 6611
   public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profileInfo)
6612 6612
   {
6613
-    $this->profileInfo = $profileInfo;
6613
+	$this->profileInfo = $profileInfo;
6614 6614
   }
6615 6615
   public function getProfileInfo()
6616 6616
   {
6617
-    return $this->profileInfo;
6617
+	return $this->profileInfo;
6618 6618
   }
6619 6619
   public function setQuery(Google_Service_Analytics_GaDataQuery $query)
6620 6620
   {
6621
-    $this->query = $query;
6621
+	$this->query = $query;
6622 6622
   }
6623 6623
   public function getQuery()
6624 6624
   {
6625
-    return $this->query;
6625
+	return $this->query;
6626 6626
   }
6627 6627
   public function setRows($rows)
6628 6628
   {
6629
-    $this->rows = $rows;
6629
+	$this->rows = $rows;
6630 6630
   }
6631 6631
   public function getRows()
6632 6632
   {
6633
-    return $this->rows;
6633
+	return $this->rows;
6634 6634
   }
6635 6635
   public function setSampleSize($sampleSize)
6636 6636
   {
6637
-    $this->sampleSize = $sampleSize;
6637
+	$this->sampleSize = $sampleSize;
6638 6638
   }
6639 6639
   public function getSampleSize()
6640 6640
   {
6641
-    return $this->sampleSize;
6641
+	return $this->sampleSize;
6642 6642
   }
6643 6643
   public function setSampleSpace($sampleSpace)
6644 6644
   {
6645
-    $this->sampleSpace = $sampleSpace;
6645
+	$this->sampleSpace = $sampleSpace;
6646 6646
   }
6647 6647
   public function getSampleSpace()
6648 6648
   {
6649
-    return $this->sampleSpace;
6649
+	return $this->sampleSpace;
6650 6650
   }
6651 6651
   public function setSelfLink($selfLink)
6652 6652
   {
6653
-    $this->selfLink = $selfLink;
6653
+	$this->selfLink = $selfLink;
6654 6654
   }
6655 6655
   public function getSelfLink()
6656 6656
   {
6657
-    return $this->selfLink;
6657
+	return $this->selfLink;
6658 6658
   }
6659 6659
   public function setTotalResults($totalResults)
6660 6660
   {
6661
-    $this->totalResults = $totalResults;
6661
+	$this->totalResults = $totalResults;
6662 6662
   }
6663 6663
   public function getTotalResults()
6664 6664
   {
6665
-    return $this->totalResults;
6665
+	return $this->totalResults;
6666 6666
   }
6667 6667
   public function setTotalsForAllResults($totalsForAllResults)
6668 6668
   {
6669
-    $this->totalsForAllResults = $totalsForAllResults;
6669
+	$this->totalsForAllResults = $totalsForAllResults;
6670 6670
   }
6671 6671
   public function getTotalsForAllResults()
6672 6672
   {
6673
-    return $this->totalsForAllResults;
6673
+	return $this->totalsForAllResults;
6674 6674
   }
6675 6675
 }
6676 6676
 
@@ -6685,27 +6685,27 @@  discard block
 block discarded – undo
6685 6685
 
6686 6686
   public function setColumnType($columnType)
6687 6687
   {
6688
-    $this->columnType = $columnType;
6688
+	$this->columnType = $columnType;
6689 6689
   }
6690 6690
   public function getColumnType()
6691 6691
   {
6692
-    return $this->columnType;
6692
+	return $this->columnType;
6693 6693
   }
6694 6694
   public function setDataType($dataType)
6695 6695
   {
6696
-    $this->dataType = $dataType;
6696
+	$this->dataType = $dataType;
6697 6697
   }
6698 6698
   public function getDataType()
6699 6699
   {
6700
-    return $this->dataType;
6700
+	return $this->dataType;
6701 6701
   }
6702 6702
   public function setName($name)
6703 6703
   {
6704
-    $this->name = $name;
6704
+	$this->name = $name;
6705 6705
   }
6706 6706
   public function getName()
6707 6707
   {
6708
-    return $this->name;
6708
+	return $this->name;
6709 6709
   }
6710 6710
 }
6711 6711
 
@@ -6722,19 +6722,19 @@  discard block
 block discarded – undo
6722 6722
 
6723 6723
   public function setCols($cols)
6724 6724
   {
6725
-    $this->cols = $cols;
6725
+	$this->cols = $cols;
6726 6726
   }
6727 6727
   public function getCols()
6728 6728
   {
6729
-    return $this->cols;
6729
+	return $this->cols;
6730 6730
   }
6731 6731
   public function setRows($rows)
6732 6732
   {
6733
-    $this->rows = $rows;
6733
+	$this->rows = $rows;
6734 6734
   }
6735 6735
   public function getRows()
6736 6736
   {
6737
-    return $this->rows;
6737
+	return $this->rows;
6738 6738
   }
6739 6739
 }
6740 6740
 
@@ -6749,27 +6749,27 @@  discard block
 block discarded – undo
6749 6749
 
6750 6750
   public function setId($id)
6751 6751
   {
6752
-    $this->id = $id;
6752
+	$this->id = $id;
6753 6753
   }
6754 6754
   public function getId()
6755 6755
   {
6756
-    return $this->id;
6756
+	return $this->id;
6757 6757
   }
6758 6758
   public function setLabel($label)
6759 6759
   {
6760
-    $this->label = $label;
6760
+	$this->label = $label;
6761 6761
   }
6762 6762
   public function getLabel()
6763 6763
   {
6764
-    return $this->label;
6764
+	return $this->label;
6765 6765
   }
6766 6766
   public function setType($type)
6767 6767
   {
6768
-    $this->type = $type;
6768
+	$this->type = $type;
6769 6769
   }
6770 6770
   public function getType()
6771 6771
   {
6772
-    return $this->type;
6772
+	return $this->type;
6773 6773
   }
6774 6774
 }
6775 6775
 
@@ -6784,11 +6784,11 @@  discard block
 block discarded – undo
6784 6784
 
6785 6785
   public function setC($c)
6786 6786
   {
6787
-    $this->c = $c;
6787
+	$this->c = $c;
6788 6788
   }
6789 6789
   public function getC()
6790 6790
   {
6791
-    return $this->c;
6791
+	return $this->c;
6792 6792
   }
6793 6793
 }
6794 6794
 
@@ -6801,11 +6801,11 @@  discard block
 block discarded – undo
6801 6801
 
6802 6802
   public function setV($v)
6803 6803
   {
6804
-    $this->v = $v;
6804
+	$this->v = $v;
6805 6805
   }
6806 6806
   public function getV()
6807 6807
   {
6808
-    return $this->v;
6808
+	return $this->v;
6809 6809
   }
6810 6810
 }
6811 6811
 
@@ -6823,51 +6823,51 @@  discard block
 block discarded – undo
6823 6823
 
6824 6824
   public function setAccountId($accountId)
6825 6825
   {
6826
-    $this->accountId = $accountId;
6826
+	$this->accountId = $accountId;
6827 6827
   }
6828 6828
   public function getAccountId()
6829 6829
   {
6830
-    return $this->accountId;
6830
+	return $this->accountId;
6831 6831
   }
6832 6832
   public function setInternalWebPropertyId($internalWebPropertyId)
6833 6833
   {
6834
-    $this->internalWebPropertyId = $internalWebPropertyId;
6834
+	$this->internalWebPropertyId = $internalWebPropertyId;
6835 6835
   }
6836 6836
   public function getInternalWebPropertyId()
6837 6837
   {
6838
-    return $this->internalWebPropertyId;
6838
+	return $this->internalWebPropertyId;
6839 6839
   }
6840 6840
   public function setProfileId($profileId)
6841 6841
   {
6842
-    $this->profileId = $profileId;
6842
+	$this->profileId = $profileId;
6843 6843
   }
6844 6844
   public function getProfileId()
6845 6845
   {
6846
-    return $this->profileId;
6846
+	return $this->profileId;
6847 6847
   }
6848 6848
   public function setProfileName($profileName)
6849 6849
   {
6850
-    $this->profileName = $profileName;
6850
+	$this->profileName = $profileName;
6851 6851
   }
6852 6852
   public function getProfileName()
6853 6853
   {
6854
-    return $this->profileName;
6854
+	return $this->profileName;
6855 6855
   }
6856 6856
   public function setTableId($tableId)
6857 6857
   {
6858
-    $this->tableId = $tableId;
6858
+	$this->tableId = $tableId;
6859 6859
   }
6860 6860
   public function getTableId()
6861 6861
   {
6862
-    return $this->tableId;
6862
+	return $this->tableId;
6863 6863
   }
6864 6864
   public function setWebPropertyId($webPropertyId)
6865 6865
   {
6866
-    $this->webPropertyId = $webPropertyId;
6866
+	$this->webPropertyId = $webPropertyId;
6867 6867
   }
6868 6868
   public function getWebPropertyId()
6869 6869
   {
6870
-    return $this->webPropertyId;
6870
+	return $this->webPropertyId;
6871 6871
   }
6872 6872
 }
6873 6873
 
@@ -6875,10 +6875,10 @@  discard block
 block discarded – undo
6875 6875
 {
6876 6876
   protected $collection_key = 'sort';
6877 6877
   protected $internal_gapi_mappings = array(
6878
-        "endDate" => "end-date",
6879
-        "maxResults" => "max-results",
6880
-        "startDate" => "start-date",
6881
-        "startIndex" => "start-index",
6878
+		"endDate" => "end-date",
6879
+		"maxResults" => "max-results",
6880
+		"startDate" => "start-date",
6881
+		"startIndex" => "start-index",
6882 6882
   );
6883 6883
   public $dimensions;
6884 6884
   public $endDate;
@@ -6895,91 +6895,91 @@  discard block
 block discarded – undo
6895 6895
 
6896 6896
   public function setDimensions($dimensions)
6897 6897
   {
6898
-    $this->dimensions = $dimensions;
6898
+	$this->dimensions = $dimensions;
6899 6899
   }
6900 6900
   public function getDimensions()
6901 6901
   {
6902
-    return $this->dimensions;
6902
+	return $this->dimensions;
6903 6903
   }
6904 6904
   public function setEndDate($endDate)
6905 6905
   {
6906
-    $this->endDate = $endDate;
6906
+	$this->endDate = $endDate;
6907 6907
   }
6908 6908
   public function getEndDate()
6909 6909
   {
6910
-    return $this->endDate;
6910
+	return $this->endDate;
6911 6911
   }
6912 6912
   public function setFilters($filters)
6913 6913
   {
6914
-    $this->filters = $filters;
6914
+	$this->filters = $filters;
6915 6915
   }
6916 6916
   public function getFilters()
6917 6917
   {
6918
-    return $this->filters;
6918
+	return $this->filters;
6919 6919
   }
6920 6920
   public function setIds($ids)
6921 6921
   {
6922
-    $this->ids = $ids;
6922
+	$this->ids = $ids;
6923 6923
   }
6924 6924
   public function getIds()
6925 6925
   {
6926
-    return $this->ids;
6926
+	return $this->ids;
6927 6927
   }
6928 6928
   public function setMaxResults($maxResults)
6929 6929
   {
6930
-    $this->maxResults = $maxResults;
6930
+	$this->maxResults = $maxResults;
6931 6931
   }
6932 6932
   public function getMaxResults()
6933 6933
   {
6934
-    return $this->maxResults;
6934
+	return $this->maxResults;
6935 6935
   }
6936 6936
   public function setMetrics($metrics)
6937 6937
   {
6938
-    $this->metrics = $metrics;
6938
+	$this->metrics = $metrics;
6939 6939
   }
6940 6940
   public function getMetrics()
6941 6941
   {
6942
-    return $this->metrics;
6942
+	return $this->metrics;
6943 6943
   }
6944 6944
   public function setSamplingLevel($samplingLevel)
6945 6945
   {
6946
-    $this->samplingLevel = $samplingLevel;
6946
+	$this->samplingLevel = $samplingLevel;
6947 6947
   }
6948 6948
   public function getSamplingLevel()
6949 6949
   {
6950
-    return $this->samplingLevel;
6950
+	return $this->samplingLevel;
6951 6951
   }
6952 6952
   public function setSegment($segment)
6953 6953
   {
6954
-    $this->segment = $segment;
6954
+	$this->segment = $segment;
6955 6955
   }
6956 6956
   public function getSegment()
6957 6957
   {
6958
-    return $this->segment;
6958
+	return $this->segment;
6959 6959
   }
6960 6960
   public function setSort($sort)
6961 6961
   {
6962
-    $this->sort = $sort;
6962
+	$this->sort = $sort;
6963 6963
   }
6964 6964
   public function getSort()
6965 6965
   {
6966
-    return $this->sort;
6966
+	return $this->sort;
6967 6967
   }
6968 6968
   public function setStartDate($startDate)
6969 6969
   {
6970
-    $this->startDate = $startDate;
6970
+	$this->startDate = $startDate;
6971 6971
   }
6972 6972
   public function getStartDate()
6973 6973
   {
6974
-    return $this->startDate;
6974
+	return $this->startDate;
6975 6975
   }
6976 6976
   public function setStartIndex($startIndex)
6977 6977
   {
6978
-    $this->startIndex = $startIndex;
6978
+	$this->startIndex = $startIndex;
6979 6979
   }
6980 6980
   public function getStartIndex()
6981 6981
   {
6982
-    return $this->startIndex;
6982
+	return $this->startIndex;
6983 6983
   }
6984 6984
 }
6985 6985
 
@@ -7018,147 +7018,147 @@  discard block
 block discarded – undo
7018 7018
 
7019 7019
   public function setAccountId($accountId)
7020 7020
   {
7021
-    $this->accountId = $accountId;
7021
+	$this->accountId = $accountId;
7022 7022
   }
7023 7023
   public function getAccountId()
7024 7024
   {
7025
-    return $this->accountId;
7025
+	return $this->accountId;
7026 7026
   }
7027 7027
   public function setActive($active)
7028 7028
   {
7029
-    $this->active = $active;
7029
+	$this->active = $active;
7030 7030
   }
7031 7031
   public function getActive()
7032 7032
   {
7033
-    return $this->active;
7033
+	return $this->active;
7034 7034
   }
7035 7035
   public function setCreated($created)
7036 7036
   {
7037
-    $this->created = $created;
7037
+	$this->created = $created;
7038 7038
   }
7039 7039
   public function getCreated()
7040 7040
   {
7041
-    return $this->created;
7041
+	return $this->created;
7042 7042
   }
7043 7043
   public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails)
7044 7044
   {
7045
-    $this->eventDetails = $eventDetails;
7045
+	$this->eventDetails = $eventDetails;
7046 7046
   }
7047 7047
   public function getEventDetails()
7048 7048
   {
7049
-    return $this->eventDetails;
7049
+	return $this->eventDetails;
7050 7050
   }
7051 7051
   public function setId($id)
7052 7052
   {
7053
-    $this->id = $id;
7053
+	$this->id = $id;
7054 7054
   }
7055 7055
   public function getId()
7056 7056
   {
7057
-    return $this->id;
7057
+	return $this->id;
7058 7058
   }
7059 7059
   public function setInternalWebPropertyId($internalWebPropertyId)
7060 7060
   {
7061
-    $this->internalWebPropertyId = $internalWebPropertyId;
7061
+	$this->internalWebPropertyId = $internalWebPropertyId;
7062 7062
   }
7063 7063
   public function getInternalWebPropertyId()
7064 7064
   {
7065
-    return $this->internalWebPropertyId;
7065
+	return $this->internalWebPropertyId;
7066 7066
   }
7067 7067
   public function setKind($kind)
7068 7068
   {
7069
-    $this->kind = $kind;
7069
+	$this->kind = $kind;
7070 7070
   }
7071 7071
   public function getKind()
7072 7072
   {
7073
-    return $this->kind;
7073
+	return $this->kind;
7074 7074
   }
7075 7075
   public function setName($name)
7076 7076
   {
7077
-    $this->name = $name;
7077
+	$this->name = $name;
7078 7078
   }
7079 7079
   public function getName()
7080 7080
   {
7081
-    return $this->name;
7081
+	return $this->name;
7082 7082
   }
7083 7083
   public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink)
7084 7084
   {
7085
-    $this->parentLink = $parentLink;
7085
+	$this->parentLink = $parentLink;
7086 7086
   }
7087 7087
   public function getParentLink()
7088 7088
   {
7089
-    return $this->parentLink;
7089
+	return $this->parentLink;
7090 7090
   }
7091 7091
   public function setProfileId($profileId)
7092 7092
   {
7093
-    $this->profileId = $profileId;
7093
+	$this->profileId = $profileId;
7094 7094
   }
7095 7095
   public function getProfileId()
7096 7096
   {
7097
-    return $this->profileId;
7097
+	return $this->profileId;
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
   public function setType($type)
7108 7108
   {
7109
-    $this->type = $type;
7109
+	$this->type = $type;
7110 7110
   }
7111 7111
   public function getType()
7112 7112
   {
7113
-    return $this->type;
7113
+	return $this->type;
7114 7114
   }
7115 7115
   public function setUpdated($updated)
7116 7116
   {
7117
-    $this->updated = $updated;
7117
+	$this->updated = $updated;
7118 7118
   }
7119 7119
   public function getUpdated()
7120 7120
   {
7121
-    return $this->updated;
7121
+	return $this->updated;
7122 7122
   }
7123 7123
   public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails)
7124 7124
   {
7125
-    $this->urlDestinationDetails = $urlDestinationDetails;
7125
+	$this->urlDestinationDetails = $urlDestinationDetails;
7126 7126
   }
7127 7127
   public function getUrlDestinationDetails()
7128 7128
   {
7129
-    return $this->urlDestinationDetails;
7129
+	return $this->urlDestinationDetails;
7130 7130
   }
7131 7131
   public function setValue($value)
7132 7132
   {
7133
-    $this->value = $value;
7133
+	$this->value = $value;
7134 7134
   }
7135 7135
   public function getValue()
7136 7136
   {
7137
-    return $this->value;
7137
+	return $this->value;
7138 7138
   }
7139 7139
   public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails)
7140 7140
   {
7141
-    $this->visitNumPagesDetails = $visitNumPagesDetails;
7141
+	$this->visitNumPagesDetails = $visitNumPagesDetails;
7142 7142
   }
7143 7143
   public function getVisitNumPagesDetails()
7144 7144
   {
7145
-    return $this->visitNumPagesDetails;
7145
+	return $this->visitNumPagesDetails;
7146 7146
   }
7147 7147
   public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails)
7148 7148
   {
7149
-    $this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
7149
+	$this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
7150 7150
   }
7151 7151
   public function getVisitTimeOnSiteDetails()
7152 7152
   {
7153
-    return $this->visitTimeOnSiteDetails;
7153
+	return $this->visitTimeOnSiteDetails;
7154 7154
   }
7155 7155
   public function setWebPropertyId($webPropertyId)
7156 7156
   {
7157
-    $this->webPropertyId = $webPropertyId;
7157
+	$this->webPropertyId = $webPropertyId;
7158 7158
   }
7159 7159
   public function getWebPropertyId()
7160 7160
   {
7161
-    return $this->webPropertyId;
7161
+	return $this->webPropertyId;
7162 7162
   }
7163 7163
 }
7164 7164
 
@@ -7174,19 +7174,19 @@  discard block
 block discarded – undo
7174 7174
 
7175 7175
   public function setEventConditions($eventConditions)
7176 7176
   {
7177
-    $this->eventConditions = $eventConditions;
7177
+	$this->eventConditions = $eventConditions;
7178 7178
   }
7179 7179
   public function getEventConditions()
7180 7180
   {
7181
-    return $this->eventConditions;
7181
+	return $this->eventConditions;
7182 7182
   }
7183 7183
   public function setUseEventValue($useEventValue)
7184 7184
   {
7185
-    $this->useEventValue = $useEventValue;
7185
+	$this->useEventValue = $useEventValue;
7186 7186
   }
7187 7187
   public function getUseEventValue()
7188 7188
   {
7189
-    return $this->useEventValue;
7189
+	return $this->useEventValue;
7190 7190
   }
7191 7191
 }
7192 7192
 
@@ -7203,43 +7203,43 @@  discard block
 block discarded – undo
7203 7203
 
7204 7204
   public function setComparisonType($comparisonType)
7205 7205
   {
7206
-    $this->comparisonType = $comparisonType;
7206
+	$this->comparisonType = $comparisonType;
7207 7207
   }
7208 7208
   public function getComparisonType()
7209 7209
   {
7210
-    return $this->comparisonType;
7210
+	return $this->comparisonType;
7211 7211
   }
7212 7212
   public function setComparisonValue($comparisonValue)
7213 7213
   {
7214
-    $this->comparisonValue = $comparisonValue;
7214
+	$this->comparisonValue = $comparisonValue;
7215 7215
   }
7216 7216
   public function getComparisonValue()
7217 7217
   {
7218
-    return $this->comparisonValue;
7218
+	return $this->comparisonValue;
7219 7219
   }
7220 7220
   public function setExpression($expression)
7221 7221
   {
7222
-    $this->expression = $expression;
7222
+	$this->expression = $expression;
7223 7223
   }
7224 7224
   public function getExpression()
7225 7225
   {
7226
-    return $this->expression;
7226
+	return $this->expression;
7227 7227
   }
7228 7228
   public function setMatchType($matchType)
7229 7229
   {
7230
-    $this->matchType = $matchType;
7230
+	$this->matchType = $matchType;
7231 7231
   }
7232 7232
   public function getMatchType()
7233 7233
   {
7234
-    return $this->matchType;
7234
+	return $this->matchType;
7235 7235
   }
7236 7236
   public function setType($type)
7237 7237
   {
7238
-    $this->type = $type;
7238
+	$this->type = $type;
7239 7239
   }
7240 7240
   public function getType()
7241 7241
   {
7242
-    return $this->type;
7242
+	return $this->type;
7243 7243
   }
7244 7244
 }
7245 7245
 
@@ -7253,19 +7253,19 @@  discard block
 block discarded – undo
7253 7253
 
7254 7254
   public function setHref($href)
7255 7255
   {
7256
-    $this->href = $href;
7256
+	$this->href = $href;
7257 7257
   }
7258 7258
   public function getHref()
7259 7259
   {
7260
-    return $this->href;
7260
+	return $this->href;
7261 7261
   }
7262 7262
   public function setType($type)
7263 7263
   {
7264
-    $this->type = $type;
7264
+	$this->type = $type;
7265 7265
   }
7266 7266
   public function getType()
7267 7267
   {
7268
-    return $this->type;
7268
+	return $this->type;
7269 7269
   }
7270 7270
 }
7271 7271
 
@@ -7284,43 +7284,43 @@  discard block
 block discarded – undo
7284 7284
 
7285 7285
   public function setCaseSensitive($caseSensitive)
7286 7286
   {
7287
-    $this->caseSensitive = $caseSensitive;
7287
+	$this->caseSensitive = $caseSensitive;
7288 7288
   }
7289 7289
   public function getCaseSensitive()
7290 7290
   {
7291
-    return $this->caseSensitive;
7291
+	return $this->caseSensitive;
7292 7292
   }
7293 7293
   public function setFirstStepRequired($firstStepRequired)
7294 7294
   {
7295
-    $this->firstStepRequired = $firstStepRequired;
7295
+	$this->firstStepRequired = $firstStepRequired;
7296 7296
   }
7297 7297
   public function getFirstStepRequired()
7298 7298
   {
7299
-    return $this->firstStepRequired;
7299
+	return $this->firstStepRequired;
7300 7300
   }
7301 7301
   public function setMatchType($matchType)
7302 7302
   {
7303
-    $this->matchType = $matchType;
7303
+	$this->matchType = $matchType;
7304 7304
   }
7305 7305
   public function getMatchType()
7306 7306
   {
7307
-    return $this->matchType;
7307
+	return $this->matchType;
7308 7308
   }
7309 7309
   public function setSteps($steps)
7310 7310
   {
7311
-    $this->steps = $steps;
7311
+	$this->steps = $steps;
7312 7312
   }
7313 7313
   public function getSteps()
7314 7314
   {
7315
-    return $this->steps;
7315
+	return $this->steps;
7316 7316
   }
7317 7317
   public function setUrl($url)
7318 7318
   {
7319
-    $this->url = $url;
7319
+	$this->url = $url;
7320 7320
   }
7321 7321
   public function getUrl()
7322 7322
   {
7323
-    return $this->url;
7323
+	return $this->url;
7324 7324
   }
7325 7325
 }
7326 7326
 
@@ -7335,27 +7335,27 @@  discard block
 block discarded – undo
7335 7335
 
7336 7336
   public function setName($name)
7337 7337
   {
7338
-    $this->name = $name;
7338
+	$this->name = $name;
7339 7339
   }
7340 7340
   public function getName()
7341 7341
   {
7342
-    return $this->name;
7342
+	return $this->name;
7343 7343
   }
7344 7344
   public function setNumber($number)
7345 7345
   {
7346
-    $this->number = $number;
7346
+	$this->number = $number;
7347 7347
   }
7348 7348
   public function getNumber()
7349 7349
   {
7350
-    return $this->number;
7350
+	return $this->number;
7351 7351
   }
7352 7352
   public function setUrl($url)
7353 7353
   {
7354
-    $this->url = $url;
7354
+	$this->url = $url;
7355 7355
   }
7356 7356
   public function getUrl()
7357 7357
   {
7358
-    return $this->url;
7358
+	return $this->url;
7359 7359
   }
7360 7360
 }
7361 7361
 
@@ -7369,19 +7369,19 @@  discard block
 block discarded – undo
7369 7369
 
7370 7370
   public function setComparisonType($comparisonType)
7371 7371
   {
7372
-    $this->comparisonType = $comparisonType;
7372
+	$this->comparisonType = $comparisonType;
7373 7373
   }
7374 7374
   public function getComparisonType()
7375 7375
   {
7376
-    return $this->comparisonType;
7376
+	return $this->comparisonType;
7377 7377
   }
7378 7378
   public function setComparisonValue($comparisonValue)
7379 7379
   {
7380
-    $this->comparisonValue = $comparisonValue;
7380
+	$this->comparisonValue = $comparisonValue;
7381 7381
   }
7382 7382
   public function getComparisonValue()
7383 7383
   {
7384
-    return $this->comparisonValue;
7384
+	return $this->comparisonValue;
7385 7385
   }
7386 7386
 }
7387 7387
 
@@ -7395,19 +7395,19 @@  discard block
 block discarded – undo
7395 7395
 
7396 7396
   public function setComparisonType($comparisonType)
7397 7397
   {
7398
-    $this->comparisonType = $comparisonType;
7398
+	$this->comparisonType = $comparisonType;
7399 7399
   }
7400 7400
   public function getComparisonType()
7401 7401
   {
7402
-    return $this->comparisonType;
7402
+	return $this->comparisonType;
7403 7403
   }
7404 7404
   public function setComparisonValue($comparisonValue)
7405 7405
   {
7406
-    $this->comparisonValue = $comparisonValue;
7406
+	$this->comparisonValue = $comparisonValue;
7407 7407
   }
7408 7408
   public function getComparisonValue()
7409 7409
   {
7410
-    return $this->comparisonValue;
7410
+	return $this->comparisonValue;
7411 7411
   }
7412 7412
 }
7413 7413
 
@@ -7429,67 +7429,67 @@  discard block
 block discarded – undo
7429 7429
 
7430 7430
   public function setItems($items)
7431 7431
   {
7432
-    $this->items = $items;
7432
+	$this->items = $items;
7433 7433
   }
7434 7434
   public function getItems()
7435 7435
   {
7436
-    return $this->items;
7436
+	return $this->items;
7437 7437
   }
7438 7438
   public function setItemsPerPage($itemsPerPage)
7439 7439
   {
7440
-    $this->itemsPerPage = $itemsPerPage;
7440
+	$this->itemsPerPage = $itemsPerPage;
7441 7441
   }
7442 7442
   public function getItemsPerPage()
7443 7443
   {
7444
-    return $this->itemsPerPage;
7444
+	return $this->itemsPerPage;
7445 7445
   }
7446 7446
   public function setKind($kind)
7447 7447
   {
7448
-    $this->kind = $kind;
7448
+	$this->kind = $kind;
7449 7449
   }
7450 7450
   public function getKind()
7451 7451
   {
7452
-    return $this->kind;
7452
+	return $this->kind;
7453 7453
   }
7454 7454
   public function setNextLink($nextLink)
7455 7455
   {
7456
-    $this->nextLink = $nextLink;
7456
+	$this->nextLink = $nextLink;
7457 7457
   }
7458 7458
   public function getNextLink()
7459 7459
   {
7460
-    return $this->nextLink;
7460
+	return $this->nextLink;
7461 7461
   }
7462 7462
   public function setPreviousLink($previousLink)
7463 7463
   {
7464
-    $this->previousLink = $previousLink;
7464
+	$this->previousLink = $previousLink;
7465 7465
   }
7466 7466
   public function getPreviousLink()
7467 7467
   {
7468
-    return $this->previousLink;
7468
+	return $this->previousLink;
7469 7469
   }
7470 7470
   public function setStartIndex($startIndex)
7471 7471
   {
7472
-    $this->startIndex = $startIndex;
7472
+	$this->startIndex = $startIndex;
7473 7473
   }
7474 7474
   public function getStartIndex()
7475 7475
   {
7476
-    return $this->startIndex;
7476
+	return $this->startIndex;
7477 7477
   }
7478 7478
   public function setTotalResults($totalResults)
7479 7479
   {
7480
-    $this->totalResults = $totalResults;
7480
+	$this->totalResults = $totalResults;
7481 7481
   }
7482 7482
   public function getTotalResults()
7483 7483
   {
7484
-    return $this->totalResults;
7484
+	return $this->totalResults;
7485 7485
   }
7486 7486
   public function setUsername($username)
7487 7487
   {
7488
-    $this->username = $username;
7488
+	$this->username = $username;
7489 7489
   }
7490 7490
   public function getUsername()
7491 7491
   {
7492
-    return $this->username;
7492
+	return $this->username;
7493 7493
   }
7494 7494
 }
7495 7495
 
@@ -7521,123 +7521,123 @@  discard block
 block discarded – undo
7521 7521
 
7522 7522
   public function setColumnHeaders($columnHeaders)
7523 7523
   {
7524
-    $this->columnHeaders = $columnHeaders;
7524
+	$this->columnHeaders = $columnHeaders;
7525 7525
   }
7526 7526
   public function getColumnHeaders()
7527 7527
   {
7528
-    return $this->columnHeaders;
7528
+	return $this->columnHeaders;
7529 7529
   }
7530 7530
   public function setContainsSampledData($containsSampledData)
7531 7531
   {
7532
-    $this->containsSampledData = $containsSampledData;
7532
+	$this->containsSampledData = $containsSampledData;
7533 7533
   }
7534 7534
   public function getContainsSampledData()
7535 7535
   {
7536
-    return $this->containsSampledData;
7536
+	return $this->containsSampledData;
7537 7537
   }
7538 7538
   public function setId($id)
7539 7539
   {
7540
-    $this->id = $id;
7540
+	$this->id = $id;
7541 7541
   }
7542 7542
   public function getId()
7543 7543
   {
7544
-    return $this->id;
7544
+	return $this->id;
7545 7545
   }
7546 7546
   public function setItemsPerPage($itemsPerPage)
7547 7547
   {
7548
-    $this->itemsPerPage = $itemsPerPage;
7548
+	$this->itemsPerPage = $itemsPerPage;
7549 7549
   }
7550 7550
   public function getItemsPerPage()
7551 7551
   {
7552
-    return $this->itemsPerPage;
7552
+	return $this->itemsPerPage;
7553 7553
   }
7554 7554
   public function setKind($kind)
7555 7555
   {
7556
-    $this->kind = $kind;
7556
+	$this->kind = $kind;
7557 7557
   }
7558 7558
   public function getKind()
7559 7559
   {
7560
-    return $this->kind;
7560
+	return $this->kind;
7561 7561
   }
7562 7562
   public function setNextLink($nextLink)
7563 7563
   {
7564
-    $this->nextLink = $nextLink;
7564
+	$this->nextLink = $nextLink;
7565 7565
   }
7566 7566
   public function getNextLink()
7567 7567
   {
7568
-    return $this->nextLink;
7568
+	return $this->nextLink;
7569 7569
   }
7570 7570
   public function setPreviousLink($previousLink)
7571 7571
   {
7572
-    $this->previousLink = $previousLink;
7572
+	$this->previousLink = $previousLink;
7573 7573
   }
7574 7574
   public function getPreviousLink()
7575 7575
   {
7576
-    return $this->previousLink;
7576
+	return $this->previousLink;
7577 7577
   }
7578 7578
   public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $profileInfo)
7579 7579
   {
7580
-    $this->profileInfo = $profileInfo;
7580
+	$this->profileInfo = $profileInfo;
7581 7581
   }
7582 7582
   public function getProfileInfo()
7583 7583
   {
7584
-    return $this->profileInfo;
7584
+	return $this->profileInfo;
7585 7585
   }
7586 7586
   public function setQuery(Google_Service_Analytics_McfDataQuery $query)
7587 7587
   {
7588
-    $this->query = $query;
7588
+	$this->query = $query;
7589 7589
   }
7590 7590
   public function getQuery()
7591 7591
   {
7592
-    return $this->query;
7592
+	return $this->query;
7593 7593
   }
7594 7594
   public function setRows($rows)
7595 7595
   {
7596
-    $this->rows = $rows;
7596
+	$this->rows = $rows;
7597 7597
   }
7598 7598
   public function getRows()
7599 7599
   {
7600
-    return $this->rows;
7600
+	return $this->rows;
7601 7601
   }
7602 7602
   public function setSampleSize($sampleSize)
7603 7603
   {
7604
-    $this->sampleSize = $sampleSize;
7604
+	$this->sampleSize = $sampleSize;
7605 7605
   }
7606 7606
   public function getSampleSize()
7607 7607
   {
7608
-    return $this->sampleSize;
7608
+	return $this->sampleSize;
7609 7609
   }
7610 7610
   public function setSampleSpace($sampleSpace)
7611 7611
   {
7612
-    $this->sampleSpace = $sampleSpace;
7612
+	$this->sampleSpace = $sampleSpace;
7613 7613
   }
7614 7614
   public function getSampleSpace()
7615 7615
   {
7616
-    return $this->sampleSpace;
7616
+	return $this->sampleSpace;
7617 7617
   }
7618 7618
   public function setSelfLink($selfLink)
7619 7619
   {
7620
-    $this->selfLink = $selfLink;
7620
+	$this->selfLink = $selfLink;
7621 7621
   }
7622 7622
   public function getSelfLink()
7623 7623
   {
7624
-    return $this->selfLink;
7624
+	return $this->selfLink;
7625 7625
   }
7626 7626
   public function setTotalResults($totalResults)
7627 7627
   {
7628
-    $this->totalResults = $totalResults;
7628
+	$this->totalResults = $totalResults;
7629 7629
   }
7630 7630
   public function getTotalResults()
7631 7631
   {
7632
-    return $this->totalResults;
7632
+	return $this->totalResults;
7633 7633
   }
7634 7634
   public function setTotalsForAllResults($totalsForAllResults)
7635 7635
   {
7636
-    $this->totalsForAllResults = $totalsForAllResults;
7636
+	$this->totalsForAllResults = $totalsForAllResults;
7637 7637
   }
7638 7638
   public function getTotalsForAllResults()
7639 7639
   {
7640
-    return $this->totalsForAllResults;
7640
+	return $this->totalsForAllResults;
7641 7641
   }
7642 7642
 }
7643 7643
 
@@ -7652,27 +7652,27 @@  discard block
 block discarded – undo
7652 7652
 
7653 7653
   public function setColumnType($columnType)
7654 7654
   {
7655
-    $this->columnType = $columnType;
7655
+	$this->columnType = $columnType;
7656 7656
   }
7657 7657
   public function getColumnType()
7658 7658
   {
7659
-    return $this->columnType;
7659
+	return $this->columnType;
7660 7660
   }
7661 7661
   public function setDataType($dataType)
7662 7662
   {
7663
-    $this->dataType = $dataType;
7663
+	$this->dataType = $dataType;
7664 7664
   }
7665 7665
   public function getDataType()
7666 7666
   {
7667
-    return $this->dataType;
7667
+	return $this->dataType;
7668 7668
   }
7669 7669
   public function setName($name)
7670 7670
   {
7671
-    $this->name = $name;
7671
+	$this->name = $name;
7672 7672
   }
7673 7673
   public function getName()
7674 7674
   {
7675
-    return $this->name;
7675
+	return $this->name;
7676 7676
   }
7677 7677
 }
7678 7678
 
@@ -7690,51 +7690,51 @@  discard block
 block discarded – undo
7690 7690
 
7691 7691
   public function setAccountId($accountId)
7692 7692
   {
7693
-    $this->accountId = $accountId;
7693
+	$this->accountId = $accountId;
7694 7694
   }
7695 7695
   public function getAccountId()
7696 7696
   {
7697
-    return $this->accountId;
7697
+	return $this->accountId;
7698 7698
   }
7699 7699
   public function setInternalWebPropertyId($internalWebPropertyId)
7700 7700
   {
7701
-    $this->internalWebPropertyId = $internalWebPropertyId;
7701
+	$this->internalWebPropertyId = $internalWebPropertyId;
7702 7702
   }
7703 7703
   public function getInternalWebPropertyId()
7704 7704
   {
7705
-    return $this->internalWebPropertyId;
7705
+	return $this->internalWebPropertyId;
7706 7706
   }
7707 7707
   public function setProfileId($profileId)
7708 7708
   {
7709
-    $this->profileId = $profileId;
7709
+	$this->profileId = $profileId;
7710 7710
   }
7711 7711
   public function getProfileId()
7712 7712
   {
7713
-    return $this->profileId;
7713
+	return $this->profileId;
7714 7714
   }
7715 7715
   public function setProfileName($profileName)
7716 7716
   {
7717
-    $this->profileName = $profileName;
7717
+	$this->profileName = $profileName;
7718 7718
   }
7719 7719
   public function getProfileName()
7720 7720
   {
7721
-    return $this->profileName;
7721
+	return $this->profileName;
7722 7722
   }
7723 7723
   public function setTableId($tableId)
7724 7724
   {
7725
-    $this->tableId = $tableId;
7725
+	$this->tableId = $tableId;
7726 7726
   }
7727 7727
   public function getTableId()
7728 7728
   {
7729
-    return $this->tableId;
7729
+	return $this->tableId;
7730 7730
   }
7731 7731
   public function setWebPropertyId($webPropertyId)
7732 7732
   {
7733
-    $this->webPropertyId = $webPropertyId;
7733
+	$this->webPropertyId = $webPropertyId;
7734 7734
   }
7735 7735
   public function getWebPropertyId()
7736 7736
   {
7737
-    return $this->webPropertyId;
7737
+	return $this->webPropertyId;
7738 7738
   }
7739 7739
 }
7740 7740
 
@@ -7742,10 +7742,10 @@  discard block
 block discarded – undo
7742 7742
 {
7743 7743
   protected $collection_key = 'sort';
7744 7744
   protected $internal_gapi_mappings = array(
7745
-        "endDate" => "end-date",
7746
-        "maxResults" => "max-results",
7747
-        "startDate" => "start-date",
7748
-        "startIndex" => "start-index",
7745
+		"endDate" => "end-date",
7746
+		"maxResults" => "max-results",
7747
+		"startDate" => "start-date",
7748
+		"startIndex" => "start-index",
7749 7749
   );
7750 7750
   public $dimensions;
7751 7751
   public $endDate;
@@ -7762,91 +7762,91 @@  discard block
 block discarded – undo
7762 7762
 
7763 7763
   public function setDimensions($dimensions)
7764 7764
   {
7765
-    $this->dimensions = $dimensions;
7765
+	$this->dimensions = $dimensions;
7766 7766
   }
7767 7767
   public function getDimensions()
7768 7768
   {
7769
-    return $this->dimensions;
7769
+	return $this->dimensions;
7770 7770
   }
7771 7771
   public function setEndDate($endDate)
7772 7772
   {
7773
-    $this->endDate = $endDate;
7773
+	$this->endDate = $endDate;
7774 7774
   }
7775 7775
   public function getEndDate()
7776 7776
   {
7777
-    return $this->endDate;
7777
+	return $this->endDate;
7778 7778
   }
7779 7779
   public function setFilters($filters)
7780 7780
   {
7781
-    $this->filters = $filters;
7781
+	$this->filters = $filters;
7782 7782
   }
7783 7783
   public function getFilters()
7784 7784
   {
7785
-    return $this->filters;
7785
+	return $this->filters;
7786 7786
   }
7787 7787
   public function setIds($ids)
7788 7788
   {
7789
-    $this->ids = $ids;
7789
+	$this->ids = $ids;
7790 7790
   }
7791 7791
   public function getIds()
7792 7792
   {
7793
-    return $this->ids;
7793
+	return $this->ids;
7794 7794
   }
7795 7795
   public function setMaxResults($maxResults)
7796 7796
   {
7797
-    $this->maxResults = $maxResults;
7797
+	$this->maxResults = $maxResults;
7798 7798
   }
7799 7799
   public function getMaxResults()
7800 7800
   {
7801
-    return $this->maxResults;
7801
+	return $this->maxResults;
7802 7802
   }
7803 7803
   public function setMetrics($metrics)
7804 7804
   {
7805
-    $this->metrics = $metrics;
7805
+	$this->metrics = $metrics;
7806 7806
   }
7807 7807
   public function getMetrics()
7808 7808
   {
7809
-    return $this->metrics;
7809
+	return $this->metrics;
7810 7810
   }
7811 7811
   public function setSamplingLevel($samplingLevel)
7812 7812
   {
7813
-    $this->samplingLevel = $samplingLevel;
7813
+	$this->samplingLevel = $samplingLevel;
7814 7814
   }
7815 7815
   public function getSamplingLevel()
7816 7816
   {
7817
-    return $this->samplingLevel;
7817
+	return $this->samplingLevel;
7818 7818
   }
7819 7819
   public function setSegment($segment)
7820 7820
   {
7821
-    $this->segment = $segment;
7821
+	$this->segment = $segment;
7822 7822
   }
7823 7823
   public function getSegment()
7824 7824
   {
7825
-    return $this->segment;
7825
+	return $this->segment;
7826 7826
   }
7827 7827
   public function setSort($sort)
7828 7828
   {
7829
-    $this->sort = $sort;
7829
+	$this->sort = $sort;
7830 7830
   }
7831 7831
   public function getSort()
7832 7832
   {
7833
-    return $this->sort;
7833
+	return $this->sort;
7834 7834
   }
7835 7835
   public function setStartDate($startDate)
7836 7836
   {
7837
-    $this->startDate = $startDate;
7837
+	$this->startDate = $startDate;
7838 7838
   }
7839 7839
   public function getStartDate()
7840 7840
   {
7841
-    return $this->startDate;
7841
+	return $this->startDate;
7842 7842
   }
7843 7843
   public function setStartIndex($startIndex)
7844 7844
   {
7845
-    $this->startIndex = $startIndex;
7845
+	$this->startIndex = $startIndex;
7846 7846
   }
7847 7847
   public function getStartIndex()
7848 7848
   {
7849
-    return $this->startIndex;
7849
+	return $this->startIndex;
7850 7850
   }
7851 7851
 }
7852 7852
 
@@ -7862,19 +7862,19 @@  discard block
 block discarded – undo
7862 7862
 
7863 7863
   public function setConversionPathValue($conversionPathValue)
7864 7864
   {
7865
-    $this->conversionPathValue = $conversionPathValue;
7865
+	$this->conversionPathValue = $conversionPathValue;
7866 7866
   }
7867 7867
   public function getConversionPathValue()
7868 7868
   {
7869
-    return $this->conversionPathValue;
7869
+	return $this->conversionPathValue;
7870 7870
   }
7871 7871
   public function setPrimitiveValue($primitiveValue)
7872 7872
   {
7873
-    $this->primitiveValue = $primitiveValue;
7873
+	$this->primitiveValue = $primitiveValue;
7874 7874
   }
7875 7875
   public function getPrimitiveValue()
7876 7876
   {
7877
-    return $this->primitiveValue;
7877
+	return $this->primitiveValue;
7878 7878
   }
7879 7879
 }
7880 7880
 
@@ -7888,19 +7888,19 @@  discard block
 block discarded – undo
7888 7888
 
7889 7889
   public function setInteractionType($interactionType)
7890 7890
   {
7891
-    $this->interactionType = $interactionType;
7891
+	$this->interactionType = $interactionType;
7892 7892
   }
7893 7893
   public function getInteractionType()
7894 7894
   {
7895
-    return $this->interactionType;
7895
+	return $this->interactionType;
7896 7896
   }
7897 7897
   public function setNodeValue($nodeValue)
7898 7898
   {
7899
-    $this->nodeValue = $nodeValue;
7899
+	$this->nodeValue = $nodeValue;
7900 7900
   }
7901 7901
   public function getNodeValue()
7902 7902
   {
7903
-    return $this->nodeValue;
7903
+	return $this->nodeValue;
7904 7904
   }
7905 7905
 }
7906 7906
 
@@ -7943,195 +7943,195 @@  discard block
 block discarded – undo
7943 7943
 
7944 7944
   public function setAccountId($accountId)
7945 7945
   {
7946
-    $this->accountId = $accountId;
7946
+	$this->accountId = $accountId;
7947 7947
   }
7948 7948
   public function getAccountId()
7949 7949
   {
7950
-    return $this->accountId;
7950
+	return $this->accountId;
7951 7951
   }
7952 7952
   public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink)
7953 7953
   {
7954
-    $this->childLink = $childLink;
7954
+	$this->childLink = $childLink;
7955 7955
   }
7956 7956
   public function getChildLink()
7957 7957
   {
7958
-    return $this->childLink;
7958
+	return $this->childLink;
7959 7959
   }
7960 7960
   public function setCreated($created)
7961 7961
   {
7962
-    $this->created = $created;
7962
+	$this->created = $created;
7963 7963
   }
7964 7964
   public function getCreated()
7965 7965
   {
7966
-    return $this->created;
7966
+	return $this->created;
7967 7967
   }
7968 7968
   public function setCurrency($currency)
7969 7969
   {
7970
-    $this->currency = $currency;
7970
+	$this->currency = $currency;
7971 7971
   }
7972 7972
   public function getCurrency()
7973 7973
   {
7974
-    return $this->currency;
7974
+	return $this->currency;
7975 7975
   }
7976 7976
   public function setDefaultPage($defaultPage)
7977 7977
   {
7978
-    $this->defaultPage = $defaultPage;
7978
+	$this->defaultPage = $defaultPage;
7979 7979
   }
7980 7980
   public function getDefaultPage()
7981 7981
   {
7982
-    return $this->defaultPage;
7982
+	return $this->defaultPage;
7983 7983
   }
7984 7984
   public function setECommerceTracking($eCommerceTracking)
7985 7985
   {
7986
-    $this->eCommerceTracking = $eCommerceTracking;
7986
+	$this->eCommerceTracking = $eCommerceTracking;
7987 7987
   }
7988 7988
   public function getECommerceTracking()
7989 7989
   {
7990
-    return $this->eCommerceTracking;
7990
+	return $this->eCommerceTracking;
7991 7991
   }
7992 7992
   public function setEnhancedECommerceTracking($enhancedECommerceTracking)
7993 7993
   {
7994
-    $this->enhancedECommerceTracking = $enhancedECommerceTracking;
7994
+	$this->enhancedECommerceTracking = $enhancedECommerceTracking;
7995 7995
   }
7996 7996
   public function getEnhancedECommerceTracking()
7997 7997
   {
7998
-    return $this->enhancedECommerceTracking;
7998
+	return $this->enhancedECommerceTracking;
7999 7999
   }
8000 8000
   public function setExcludeQueryParameters($excludeQueryParameters)
8001 8001
   {
8002
-    $this->excludeQueryParameters = $excludeQueryParameters;
8002
+	$this->excludeQueryParameters = $excludeQueryParameters;
8003 8003
   }
8004 8004
   public function getExcludeQueryParameters()
8005 8005
   {
8006
-    return $this->excludeQueryParameters;
8006
+	return $this->excludeQueryParameters;
8007 8007
   }
8008 8008
   public function setId($id)
8009 8009
   {
8010
-    $this->id = $id;
8010
+	$this->id = $id;
8011 8011
   }
8012 8012
   public function getId()
8013 8013
   {
8014
-    return $this->id;
8014
+	return $this->id;
8015 8015
   }
8016 8016
   public function setInternalWebPropertyId($internalWebPropertyId)
8017 8017
   {
8018
-    $this->internalWebPropertyId = $internalWebPropertyId;
8018
+	$this->internalWebPropertyId = $internalWebPropertyId;
8019 8019
   }
8020 8020
   public function getInternalWebPropertyId()
8021 8021
   {
8022
-    return $this->internalWebPropertyId;
8022
+	return $this->internalWebPropertyId;
8023 8023
   }
8024 8024
   public function setKind($kind)
8025 8025
   {
8026
-    $this->kind = $kind;
8026
+	$this->kind = $kind;
8027 8027
   }
8028 8028
   public function getKind()
8029 8029
   {
8030
-    return $this->kind;
8030
+	return $this->kind;
8031 8031
   }
8032 8032
   public function setName($name)
8033 8033
   {
8034
-    $this->name = $name;
8034
+	$this->name = $name;
8035 8035
   }
8036 8036
   public function getName()
8037 8037
   {
8038
-    return $this->name;
8038
+	return $this->name;
8039 8039
   }
8040 8040
   public function setParentLink(Google_Service_Analytics_ProfileParentLink $parentLink)
8041 8041
   {
8042
-    $this->parentLink = $parentLink;
8042
+	$this->parentLink = $parentLink;
8043 8043
   }
8044 8044
   public function getParentLink()
8045 8045
   {
8046
-    return $this->parentLink;
8046
+	return $this->parentLink;
8047 8047
   }
8048 8048
   public function setPermissions(Google_Service_Analytics_ProfilePermissions $permissions)
8049 8049
   {
8050
-    $this->permissions = $permissions;
8050
+	$this->permissions = $permissions;
8051 8051
   }
8052 8052
   public function getPermissions()
8053 8053
   {
8054
-    return $this->permissions;
8054
+	return $this->permissions;
8055 8055
   }
8056 8056
   public function setSelfLink($selfLink)
8057 8057
   {
8058
-    $this->selfLink = $selfLink;
8058
+	$this->selfLink = $selfLink;
8059 8059
   }
8060 8060
   public function getSelfLink()
8061 8061
   {
8062
-    return $this->selfLink;
8062
+	return $this->selfLink;
8063 8063
   }
8064 8064
   public function setSiteSearchCategoryParameters($siteSearchCategoryParameters)
8065 8065
   {
8066
-    $this->siteSearchCategoryParameters = $siteSearchCategoryParameters;
8066
+	$this->siteSearchCategoryParameters = $siteSearchCategoryParameters;
8067 8067
   }
8068 8068
   public function getSiteSearchCategoryParameters()
8069 8069
   {
8070
-    return $this->siteSearchCategoryParameters;
8070
+	return $this->siteSearchCategoryParameters;
8071 8071
   }
8072 8072
   public function setSiteSearchQueryParameters($siteSearchQueryParameters)
8073 8073
   {
8074
-    $this->siteSearchQueryParameters = $siteSearchQueryParameters;
8074
+	$this->siteSearchQueryParameters = $siteSearchQueryParameters;
8075 8075
   }
8076 8076
   public function getSiteSearchQueryParameters()
8077 8077
   {
8078
-    return $this->siteSearchQueryParameters;
8078
+	return $this->siteSearchQueryParameters;
8079 8079
   }
8080 8080
   public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryParameters)
8081 8081
   {
8082
-    $this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters;
8082
+	$this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters;
8083 8083
   }
8084 8084
   public function getStripSiteSearchCategoryParameters()
8085 8085
   {
8086
-    return $this->stripSiteSearchCategoryParameters;
8086
+	return $this->stripSiteSearchCategoryParameters;
8087 8087
   }
8088 8088
   public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameters)
8089 8089
   {
8090
-    $this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters;
8090
+	$this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters;
8091 8091
   }
8092 8092
   public function getStripSiteSearchQueryParameters()
8093 8093
   {
8094
-    return $this->stripSiteSearchQueryParameters;
8094
+	return $this->stripSiteSearchQueryParameters;
8095 8095
   }
8096 8096
   public function setTimezone($timezone)
8097 8097
   {
8098
-    $this->timezone = $timezone;
8098
+	$this->timezone = $timezone;
8099 8099
   }
8100 8100
   public function getTimezone()
8101 8101
   {
8102
-    return $this->timezone;
8102
+	return $this->timezone;
8103 8103
   }
8104 8104
   public function setType($type)
8105 8105
   {
8106
-    $this->type = $type;
8106
+	$this->type = $type;
8107 8107
   }
8108 8108
   public function getType()
8109 8109
   {
8110
-    return $this->type;
8110
+	return $this->type;
8111 8111
   }
8112 8112
   public function setUpdated($updated)
8113 8113
   {
8114
-    $this->updated = $updated;
8114
+	$this->updated = $updated;
8115 8115
   }
8116 8116
   public function getUpdated()
8117 8117
   {
8118
-    return $this->updated;
8118
+	return $this->updated;
8119 8119
   }
8120 8120
   public function setWebPropertyId($webPropertyId)
8121 8121
   {
8122
-    $this->webPropertyId = $webPropertyId;
8122
+	$this->webPropertyId = $webPropertyId;
8123 8123
   }
8124 8124
   public function getWebPropertyId()
8125 8125
   {
8126
-    return $this->webPropertyId;
8126
+	return $this->webPropertyId;
8127 8127
   }
8128 8128
   public function setWebsiteUrl($websiteUrl)
8129 8129
   {
8130
-    $this->websiteUrl = $websiteUrl;
8130
+	$this->websiteUrl = $websiteUrl;
8131 8131
   }
8132 8132
   public function getWebsiteUrl()
8133 8133
   {
8134
-    return $this->websiteUrl;
8134
+	return $this->websiteUrl;
8135 8135
   }
8136 8136
 }
8137 8137
 
@@ -8145,19 +8145,19 @@  discard block
 block discarded – undo
8145 8145
 
8146 8146
   public function setHref($href)
8147 8147
   {
8148
-    $this->href = $href;
8148
+	$this->href = $href;
8149 8149
   }
8150 8150
   public function getHref()
8151 8151
   {
8152
-    return $this->href;
8152
+	return $this->href;
8153 8153
   }
8154 8154
   public function setType($type)
8155 8155
   {
8156
-    $this->type = $type;
8156
+	$this->type = $type;
8157 8157
   }
8158 8158
   public function getType()
8159 8159
   {
8160
-    return $this->type;
8160
+	return $this->type;
8161 8161
   }
8162 8162
 }
8163 8163
 
@@ -8177,51 +8177,51 @@  discard block
 block discarded – undo
8177 8177
 
8178 8178
   public function setFilterRef(Google_Service_Analytics_FilterRef $filterRef)
8179 8179
   {
8180
-    $this->filterRef = $filterRef;
8180
+	$this->filterRef = $filterRef;
8181 8181
   }
8182 8182
   public function getFilterRef()
8183 8183
   {
8184
-    return $this->filterRef;
8184
+	return $this->filterRef;
8185 8185
   }
8186 8186
   public function setId($id)
8187 8187
   {
8188
-    $this->id = $id;
8188
+	$this->id = $id;
8189 8189
   }
8190 8190
   public function getId()
8191 8191
   {
8192
-    return $this->id;
8192
+	return $this->id;
8193 8193
   }
8194 8194
   public function setKind($kind)
8195 8195
   {
8196
-    $this->kind = $kind;
8196
+	$this->kind = $kind;
8197 8197
   }
8198 8198
   public function getKind()
8199 8199
   {
8200
-    return $this->kind;
8200
+	return $this->kind;
8201 8201
   }
8202 8202
   public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
8203 8203
   {
8204
-    $this->profileRef = $profileRef;
8204
+	$this->profileRef = $profileRef;
8205 8205
   }
8206 8206
   public function getProfileRef()
8207 8207
   {
8208
-    return $this->profileRef;
8208
+	return $this->profileRef;
8209 8209
   }
8210 8210
   public function setRank($rank)
8211 8211
   {
8212
-    $this->rank = $rank;
8212
+	$this->rank = $rank;
8213 8213
   }
8214 8214
   public function getRank()
8215 8215
   {
8216
-    return $this->rank;
8216
+	return $this->rank;
8217 8217
   }
8218 8218
   public function setSelfLink($selfLink)
8219 8219
   {
8220
-    $this->selfLink = $selfLink;
8220
+	$this->selfLink = $selfLink;
8221 8221
   }
8222 8222
   public function getSelfLink()
8223 8223
   {
8224
-    return $this->selfLink;
8224
+	return $this->selfLink;
8225 8225
   }
8226 8226
 }
8227 8227
 
@@ -8243,67 +8243,67 @@  discard block
 block discarded – undo
8243 8243
 
8244 8244
   public function setItems($items)
8245 8245
   {
8246
-    $this->items = $items;
8246
+	$this->items = $items;
8247 8247
   }
8248 8248
   public function getItems()
8249 8249
   {
8250
-    return $this->items;
8250
+	return $this->items;
8251 8251
   }
8252 8252
   public function setItemsPerPage($itemsPerPage)
8253 8253
   {
8254
-    $this->itemsPerPage = $itemsPerPage;
8254
+	$this->itemsPerPage = $itemsPerPage;
8255 8255
   }
8256 8256
   public function getItemsPerPage()
8257 8257
   {
8258
-    return $this->itemsPerPage;
8258
+	return $this->itemsPerPage;
8259 8259
   }
8260 8260
   public function setKind($kind)
8261 8261
   {
8262
-    $this->kind = $kind;
8262
+	$this->kind = $kind;
8263 8263
   }
8264 8264
   public function getKind()
8265 8265
   {
8266
-    return $this->kind;
8266
+	return $this->kind;
8267 8267
   }
8268 8268
   public function setNextLink($nextLink)
8269 8269
   {
8270
-    $this->nextLink = $nextLink;
8270
+	$this->nextLink = $nextLink;
8271 8271
   }
8272 8272
   public function getNextLink()
8273 8273
   {
8274
-    return $this->nextLink;
8274
+	return $this->nextLink;
8275 8275
   }
8276 8276
   public function setPreviousLink($previousLink)
8277 8277
   {
8278
-    $this->previousLink = $previousLink;
8278
+	$this->previousLink = $previousLink;
8279 8279
   }
8280 8280
   public function getPreviousLink()
8281 8281
   {
8282
-    return $this->previousLink;
8282
+	return $this->previousLink;
8283 8283
   }
8284 8284
   public function setStartIndex($startIndex)
8285 8285
   {
8286
-    $this->startIndex = $startIndex;
8286
+	$this->startIndex = $startIndex;
8287 8287
   }
8288 8288
   public function getStartIndex()
8289 8289
   {
8290
-    return $this->startIndex;
8290
+	return $this->startIndex;
8291 8291
   }
8292 8292
   public function setTotalResults($totalResults)
8293 8293
   {
8294
-    $this->totalResults = $totalResults;
8294
+	$this->totalResults = $totalResults;
8295 8295
   }
8296 8296
   public function getTotalResults()
8297 8297
   {
8298
-    return $this->totalResults;
8298
+	return $this->totalResults;
8299 8299
   }
8300 8300
   public function setUsername($username)
8301 8301
   {
8302
-    $this->username = $username;
8302
+	$this->username = $username;
8303 8303
   }
8304 8304
   public function getUsername()
8305 8305
   {
8306
-    return $this->username;
8306
+	return $this->username;
8307 8307
   }
8308 8308
 }
8309 8309
 
@@ -8317,19 +8317,19 @@  discard block
 block discarded – undo
8317 8317
 
8318 8318
   public function setHref($href)
8319 8319
   {
8320
-    $this->href = $href;
8320
+	$this->href = $href;
8321 8321
   }
8322 8322
   public function getHref()
8323 8323
   {
8324
-    return $this->href;
8324
+	return $this->href;
8325 8325
   }
8326 8326
   public function setType($type)
8327 8327
   {
8328
-    $this->type = $type;
8328
+	$this->type = $type;
8329 8329
   }
8330 8330
   public function getType()
8331 8331
   {
8332
-    return $this->type;
8332
+	return $this->type;
8333 8333
   }
8334 8334
 }
8335 8335
 
@@ -8343,11 +8343,11 @@  discard block
 block discarded – undo
8343 8343
 
8344 8344
   public function setEffective($effective)
8345 8345
   {
8346
-    $this->effective = $effective;
8346
+	$this->effective = $effective;
8347 8347
   }
8348 8348
   public function getEffective()
8349 8349
   {
8350
-    return $this->effective;
8350
+	return $this->effective;
8351 8351
   }
8352 8352
 }
8353 8353
 
@@ -8366,59 +8366,59 @@  discard block
 block discarded – undo
8366 8366
 
8367 8367
   public function setAccountId($accountId)
8368 8368
   {
8369
-    $this->accountId = $accountId;
8369
+	$this->accountId = $accountId;
8370 8370
   }
8371 8371
   public function getAccountId()
8372 8372
   {
8373
-    return $this->accountId;
8373
+	return $this->accountId;
8374 8374
   }
8375 8375
   public function setHref($href)
8376 8376
   {
8377
-    $this->href = $href;
8377
+	$this->href = $href;
8378 8378
   }
8379 8379
   public function getHref()
8380 8380
   {
8381
-    return $this->href;
8381
+	return $this->href;
8382 8382
   }
8383 8383
   public function setId($id)
8384 8384
   {
8385
-    $this->id = $id;
8385
+	$this->id = $id;
8386 8386
   }
8387 8387
   public function getId()
8388 8388
   {
8389
-    return $this->id;
8389
+	return $this->id;
8390 8390
   }
8391 8391
   public function setInternalWebPropertyId($internalWebPropertyId)
8392 8392
   {
8393
-    $this->internalWebPropertyId = $internalWebPropertyId;
8393
+	$this->internalWebPropertyId = $internalWebPropertyId;
8394 8394
   }
8395 8395
   public function getInternalWebPropertyId()
8396 8396
   {
8397
-    return $this->internalWebPropertyId;
8397
+	return $this->internalWebPropertyId;
8398 8398
   }
8399 8399
   public function setKind($kind)
8400 8400
   {
8401
-    $this->kind = $kind;
8401
+	$this->kind = $kind;
8402 8402
   }
8403 8403
   public function getKind()
8404 8404
   {
8405
-    return $this->kind;
8405
+	return $this->kind;
8406 8406
   }
8407 8407
   public function setName($name)
8408 8408
   {
8409
-    $this->name = $name;
8409
+	$this->name = $name;
8410 8410
   }
8411 8411
   public function getName()
8412 8412
   {
8413
-    return $this->name;
8413
+	return $this->name;
8414 8414
   }
8415 8415
   public function setWebPropertyId($webPropertyId)
8416 8416
   {
8417
-    $this->webPropertyId = $webPropertyId;
8417
+	$this->webPropertyId = $webPropertyId;
8418 8418
   }
8419 8419
   public function getWebPropertyId()
8420 8420
   {
8421
-    return $this->webPropertyId;
8421
+	return $this->webPropertyId;
8422 8422
   }
8423 8423
 }
8424 8424
 
@@ -8434,35 +8434,35 @@  discard block
 block discarded – undo
8434 8434
 
8435 8435
   public function setId($id)
8436 8436
   {
8437
-    $this->id = $id;
8437
+	$this->id = $id;
8438 8438
   }
8439 8439
   public function getId()
8440 8440
   {
8441
-    return $this->id;
8441
+	return $this->id;
8442 8442
   }
8443 8443
   public function setKind($kind)
8444 8444
   {
8445
-    $this->kind = $kind;
8445
+	$this->kind = $kind;
8446 8446
   }
8447 8447
   public function getKind()
8448 8448
   {
8449
-    return $this->kind;
8449
+	return $this->kind;
8450 8450
   }
8451 8451
   public function setName($name)
8452 8452
   {
8453
-    $this->name = $name;
8453
+	$this->name = $name;
8454 8454
   }
8455 8455
   public function getName()
8456 8456
   {
8457
-    return $this->name;
8457
+	return $this->name;
8458 8458
   }
8459 8459
   public function setType($type)
8460 8460
   {
8461
-    $this->type = $type;
8461
+	$this->type = $type;
8462 8462
   }
8463 8463
   public function getType()
8464 8464
   {
8465
-    return $this->type;
8465
+	return $this->type;
8466 8466
   }
8467 8467
 }
8468 8468
 
@@ -8484,67 +8484,67 @@  discard block
 block discarded – undo
8484 8484
 
8485 8485
   public function setItems($items)
8486 8486
   {
8487
-    $this->items = $items;
8487
+	$this->items = $items;
8488 8488
   }
8489 8489
   public function getItems()
8490 8490
   {
8491
-    return $this->items;
8491
+	return $this->items;
8492 8492
   }
8493 8493
   public function setItemsPerPage($itemsPerPage)
8494 8494
   {
8495
-    $this->itemsPerPage = $itemsPerPage;
8495
+	$this->itemsPerPage = $itemsPerPage;
8496 8496
   }
8497 8497
   public function getItemsPerPage()
8498 8498
   {
8499
-    return $this->itemsPerPage;
8499
+	return $this->itemsPerPage;
8500 8500
   }
8501 8501
   public function setKind($kind)
8502 8502
   {
8503
-    $this->kind = $kind;
8503
+	$this->kind = $kind;
8504 8504
   }
8505 8505
   public function getKind()
8506 8506
   {
8507
-    return $this->kind;
8507
+	return $this->kind;
8508 8508
   }
8509 8509
   public function setNextLink($nextLink)
8510 8510
   {
8511
-    $this->nextLink = $nextLink;
8511
+	$this->nextLink = $nextLink;
8512 8512
   }
8513 8513
   public function getNextLink()
8514 8514
   {
8515
-    return $this->nextLink;
8515
+	return $this->nextLink;
8516 8516
   }
8517 8517
   public function setPreviousLink($previousLink)
8518 8518
   {
8519
-    $this->previousLink = $previousLink;
8519
+	$this->previousLink = $previousLink;
8520 8520
   }
8521 8521
   public function getPreviousLink()
8522 8522
   {
8523
-    return $this->previousLink;
8523
+	return $this->previousLink;
8524 8524
   }
8525 8525
   public function setStartIndex($startIndex)
8526 8526
   {
8527
-    $this->startIndex = $startIndex;
8527
+	$this->startIndex = $startIndex;
8528 8528
   }
8529 8529
   public function getStartIndex()
8530 8530
   {
8531
-    return $this->startIndex;
8531
+	return $this->startIndex;
8532 8532
   }
8533 8533
   public function setTotalResults($totalResults)
8534 8534
   {
8535
-    $this->totalResults = $totalResults;
8535
+	$this->totalResults = $totalResults;
8536 8536
   }
8537 8537
   public function getTotalResults()
8538 8538
   {
8539
-    return $this->totalResults;
8539
+	return $this->totalResults;
8540 8540
   }
8541 8541
   public function setUsername($username)
8542 8542
   {
8543
-    $this->username = $username;
8543
+	$this->username = $username;
8544 8544
   }
8545 8545
   public function getUsername()
8546 8546
   {
8547
-    return $this->username;
8547
+	return $this->username;
8548 8548
   }
8549 8549
 }
8550 8550
 
@@ -8569,75 +8569,75 @@  discard block
 block discarded – undo
8569 8569
 
8570 8570
   public function setColumnHeaders($columnHeaders)
8571 8571
   {
8572
-    $this->columnHeaders = $columnHeaders;
8572
+	$this->columnHeaders = $columnHeaders;
8573 8573
   }
8574 8574
   public function getColumnHeaders()
8575 8575
   {
8576
-    return $this->columnHeaders;
8576
+	return $this->columnHeaders;
8577 8577
   }
8578 8578
   public function setId($id)
8579 8579
   {
8580
-    $this->id = $id;
8580
+	$this->id = $id;
8581 8581
   }
8582 8582
   public function getId()
8583 8583
   {
8584
-    return $this->id;
8584
+	return $this->id;
8585 8585
   }
8586 8586
   public function setKind($kind)
8587 8587
   {
8588
-    $this->kind = $kind;
8588
+	$this->kind = $kind;
8589 8589
   }
8590 8590
   public function getKind()
8591 8591
   {
8592
-    return $this->kind;
8592
+	return $this->kind;
8593 8593
   }
8594 8594
   public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo $profileInfo)
8595 8595
   {
8596
-    $this->profileInfo = $profileInfo;
8596
+	$this->profileInfo = $profileInfo;
8597 8597
   }
8598 8598
   public function getProfileInfo()
8599 8599
   {
8600
-    return $this->profileInfo;
8600
+	return $this->profileInfo;
8601 8601
   }
8602 8602
   public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query)
8603 8603
   {
8604
-    $this->query = $query;
8604
+	$this->query = $query;
8605 8605
   }
8606 8606
   public function getQuery()
8607 8607
   {
8608
-    return $this->query;
8608
+	return $this->query;
8609 8609
   }
8610 8610
   public function setRows($rows)
8611 8611
   {
8612
-    $this->rows = $rows;
8612
+	$this->rows = $rows;
8613 8613
   }
8614 8614
   public function getRows()
8615 8615
   {
8616
-    return $this->rows;
8616
+	return $this->rows;
8617 8617
   }
8618 8618
   public function setSelfLink($selfLink)
8619 8619
   {
8620
-    $this->selfLink = $selfLink;
8620
+	$this->selfLink = $selfLink;
8621 8621
   }
8622 8622
   public function getSelfLink()
8623 8623
   {
8624
-    return $this->selfLink;
8624
+	return $this->selfLink;
8625 8625
   }
8626 8626
   public function setTotalResults($totalResults)
8627 8627
   {
8628
-    $this->totalResults = $totalResults;
8628
+	$this->totalResults = $totalResults;
8629 8629
   }
8630 8630
   public function getTotalResults()
8631 8631
   {
8632
-    return $this->totalResults;
8632
+	return $this->totalResults;
8633 8633
   }
8634 8634
   public function setTotalsForAllResults($totalsForAllResults)
8635 8635
   {
8636
-    $this->totalsForAllResults = $totalsForAllResults;
8636
+	$this->totalsForAllResults = $totalsForAllResults;
8637 8637
   }
8638 8638
   public function getTotalsForAllResults()
8639 8639
   {
8640
-    return $this->totalsForAllResults;
8640
+	return $this->totalsForAllResults;
8641 8641
   }
8642 8642
 }
8643 8643
 
@@ -8652,27 +8652,27 @@  discard block
 block discarded – undo
8652 8652
 
8653 8653
   public function setColumnType($columnType)
8654 8654
   {
8655
-    $this->columnType = $columnType;
8655
+	$this->columnType = $columnType;
8656 8656
   }
8657 8657
   public function getColumnType()
8658 8658
   {
8659
-    return $this->columnType;
8659
+	return $this->columnType;
8660 8660
   }
8661 8661
   public function setDataType($dataType)
8662 8662
   {
8663
-    $this->dataType = $dataType;
8663
+	$this->dataType = $dataType;
8664 8664
   }
8665 8665
   public function getDataType()
8666 8666
   {
8667
-    return $this->dataType;
8667
+	return $this->dataType;
8668 8668
   }
8669 8669
   public function setName($name)
8670 8670
   {
8671
-    $this->name = $name;
8671
+	$this->name = $name;
8672 8672
   }
8673 8673
   public function getName()
8674 8674
   {
8675
-    return $this->name;
8675
+	return $this->name;
8676 8676
   }
8677 8677
 }
8678 8678
 
@@ -8690,51 +8690,51 @@  discard block
 block discarded – undo
8690 8690
 
8691 8691
   public function setAccountId($accountId)
8692 8692
   {
8693
-    $this->accountId = $accountId;
8693
+	$this->accountId = $accountId;
8694 8694
   }
8695 8695
   public function getAccountId()
8696 8696
   {
8697
-    return $this->accountId;
8697
+	return $this->accountId;
8698 8698
   }
8699 8699
   public function setInternalWebPropertyId($internalWebPropertyId)
8700 8700
   {
8701
-    $this->internalWebPropertyId = $internalWebPropertyId;
8701
+	$this->internalWebPropertyId = $internalWebPropertyId;
8702 8702
   }
8703 8703
   public function getInternalWebPropertyId()
8704 8704
   {
8705
-    return $this->internalWebPropertyId;
8705
+	return $this->internalWebPropertyId;
8706 8706
   }
8707 8707
   public function setProfileId($profileId)
8708 8708
   {
8709
-    $this->profileId = $profileId;
8709
+	$this->profileId = $profileId;
8710 8710
   }
8711 8711
   public function getProfileId()
8712 8712
   {
8713
-    return $this->profileId;
8713
+	return $this->profileId;
8714 8714
   }
8715 8715
   public function setProfileName($profileName)
8716 8716
   {
8717
-    $this->profileName = $profileName;
8717
+	$this->profileName = $profileName;
8718 8718
   }
8719 8719
   public function getProfileName()
8720 8720
   {
8721
-    return $this->profileName;
8721
+	return $this->profileName;
8722 8722
   }
8723 8723
   public function setTableId($tableId)
8724 8724
   {
8725
-    $this->tableId = $tableId;
8725
+	$this->tableId = $tableId;
8726 8726
   }
8727 8727
   public function getTableId()
8728 8728
   {
8729
-    return $this->tableId;
8729
+	return $this->tableId;
8730 8730
   }
8731 8731
   public function setWebPropertyId($webPropertyId)
8732 8732
   {
8733
-    $this->webPropertyId = $webPropertyId;
8733
+	$this->webPropertyId = $webPropertyId;
8734 8734
   }
8735 8735
   public function getWebPropertyId()
8736 8736
   {
8737
-    return $this->webPropertyId;
8737
+	return $this->webPropertyId;
8738 8738
   }
8739 8739
 }
8740 8740
 
@@ -8742,7 +8742,7 @@  discard block
 block discarded – undo
8742 8742
 {
8743 8743
   protected $collection_key = 'sort';
8744 8744
   protected $internal_gapi_mappings = array(
8745
-        "maxResults" => "max-results",
8745
+		"maxResults" => "max-results",
8746 8746
   );
8747 8747
   public $dimensions;
8748 8748
   public $filters;
@@ -8754,51 +8754,51 @@  discard block
 block discarded – undo
8754 8754
 
8755 8755
   public function setDimensions($dimensions)
8756 8756
   {
8757
-    $this->dimensions = $dimensions;
8757
+	$this->dimensions = $dimensions;
8758 8758
   }
8759 8759
   public function getDimensions()
8760 8760
   {
8761
-    return $this->dimensions;
8761
+	return $this->dimensions;
8762 8762
   }
8763 8763
   public function setFilters($filters)
8764 8764
   {
8765
-    $this->filters = $filters;
8765
+	$this->filters = $filters;
8766 8766
   }
8767 8767
   public function getFilters()
8768 8768
   {
8769
-    return $this->filters;
8769
+	return $this->filters;
8770 8770
   }
8771 8771
   public function setIds($ids)
8772 8772
   {
8773
-    $this->ids = $ids;
8773
+	$this->ids = $ids;
8774 8774
   }
8775 8775
   public function getIds()
8776 8776
   {
8777
-    return $this->ids;
8777
+	return $this->ids;
8778 8778
   }
8779 8779
   public function setMaxResults($maxResults)
8780 8780
   {
8781
-    $this->maxResults = $maxResults;
8781
+	$this->maxResults = $maxResults;
8782 8782
   }
8783 8783
   public function getMaxResults()
8784 8784
   {
8785
-    return $this->maxResults;
8785
+	return $this->maxResults;
8786 8786
   }
8787 8787
   public function setMetrics($metrics)
8788 8788
   {
8789
-    $this->metrics = $metrics;
8789
+	$this->metrics = $metrics;
8790 8790
   }
8791 8791
   public function getMetrics()
8792 8792
   {
8793
-    return $this->metrics;
8793
+	return $this->metrics;
8794 8794
   }
8795 8795
   public function setSort($sort)
8796 8796
   {
8797
-    $this->sort = $sort;
8797
+	$this->sort = $sort;
8798 8798
   }
8799 8799
   public function getSort()
8800 8800
   {
8801
-    return $this->sort;
8801
+	return $this->sort;
8802 8802
   }
8803 8803
 }
8804 8804
 
@@ -8823,75 +8823,75 @@  discard block
 block discarded – undo
8823 8823
 
8824 8824
   public function setCreated($created)
8825 8825
   {
8826
-    $this->created = $created;
8826
+	$this->created = $created;
8827 8827
   }
8828 8828
   public function getCreated()
8829 8829
   {
8830
-    return $this->created;
8830
+	return $this->created;
8831 8831
   }
8832 8832
   public function setDefinition($definition)
8833 8833
   {
8834
-    $this->definition = $definition;
8834
+	$this->definition = $definition;
8835 8835
   }
8836 8836
   public function getDefinition()
8837 8837
   {
8838
-    return $this->definition;
8838
+	return $this->definition;
8839 8839
   }
8840 8840
   public function setId($id)
8841 8841
   {
8842
-    $this->id = $id;
8842
+	$this->id = $id;
8843 8843
   }
8844 8844
   public function getId()
8845 8845
   {
8846
-    return $this->id;
8846
+	return $this->id;
8847 8847
   }
8848 8848
   public function setKind($kind)
8849 8849
   {
8850
-    $this->kind = $kind;
8850
+	$this->kind = $kind;
8851 8851
   }
8852 8852
   public function getKind()
8853 8853
   {
8854
-    return $this->kind;
8854
+	return $this->kind;
8855 8855
   }
8856 8856
   public function setName($name)
8857 8857
   {
8858
-    $this->name = $name;
8858
+	$this->name = $name;
8859 8859
   }
8860 8860
   public function getName()
8861 8861
   {
8862
-    return $this->name;
8862
+	return $this->name;
8863 8863
   }
8864 8864
   public function setSegmentId($segmentId)
8865 8865
   {
8866
-    $this->segmentId = $segmentId;
8866
+	$this->segmentId = $segmentId;
8867 8867
   }
8868 8868
   public function getSegmentId()
8869 8869
   {
8870
-    return $this->segmentId;
8870
+	return $this->segmentId;
8871 8871
   }
8872 8872
   public function setSelfLink($selfLink)
8873 8873
   {
8874
-    $this->selfLink = $selfLink;
8874
+	$this->selfLink = $selfLink;
8875 8875
   }
8876 8876
   public function getSelfLink()
8877 8877
   {
8878
-    return $this->selfLink;
8878
+	return $this->selfLink;
8879 8879
   }
8880 8880
   public function setType($type)
8881 8881
   {
8882
-    $this->type = $type;
8882
+	$this->type = $type;
8883 8883
   }
8884 8884
   public function getType()
8885 8885
   {
8886
-    return $this->type;
8886
+	return $this->type;
8887 8887
   }
8888 8888
   public function setUpdated($updated)
8889 8889
   {
8890
-    $this->updated = $updated;
8890
+	$this->updated = $updated;
8891 8891
   }
8892 8892
   public function getUpdated()
8893 8893
   {
8894
-    return $this->updated;
8894
+	return $this->updated;
8895 8895
   }
8896 8896
 }
8897 8897
 
@@ -8913,75 +8913,75 @@  discard block
 block discarded – undo
8913 8913
 
8914 8914
   public function setItems($items)
8915 8915
   {
8916
-    $this->items = $items;
8916
+	$this->items = $items;
8917 8917
   }
8918 8918
   public function getItems()
8919 8919
   {
8920
-    return $this->items;
8920
+	return $this->items;
8921 8921
   }
8922 8922
   public function setItemsPerPage($itemsPerPage)
8923 8923
   {
8924
-    $this->itemsPerPage = $itemsPerPage;
8924
+	$this->itemsPerPage = $itemsPerPage;
8925 8925
   }
8926 8926
   public function getItemsPerPage()
8927 8927
   {
8928
-    return $this->itemsPerPage;
8928
+	return $this->itemsPerPage;
8929 8929
   }
8930 8930
   public function setKind($kind)
8931 8931
   {
8932
-    $this->kind = $kind;
8932
+	$this->kind = $kind;
8933 8933
   }
8934 8934
   public function getKind()
8935 8935
   {
8936
-    return $this->kind;
8936
+	return $this->kind;
8937 8937
   }
8938 8938
   public function setNextLink($nextLink)
8939 8939
   {
8940
-    $this->nextLink = $nextLink;
8940
+	$this->nextLink = $nextLink;
8941 8941
   }
8942 8942
   public function getNextLink()
8943 8943
   {
8944
-    return $this->nextLink;
8944
+	return $this->nextLink;
8945 8945
   }
8946 8946
   public function setPreviousLink($previousLink)
8947 8947
   {
8948
-    $this->previousLink = $previousLink;
8948
+	$this->previousLink = $previousLink;
8949 8949
   }
8950 8950
   public function getPreviousLink()
8951 8951
   {
8952
-    return $this->previousLink;
8952
+	return $this->previousLink;
8953 8953
   }
8954 8954
   public function setStartIndex($startIndex)
8955 8955
   {
8956
-    $this->startIndex = $startIndex;
8956
+	$this->startIndex = $startIndex;
8957 8957
   }
8958 8958
   public function getStartIndex()
8959 8959
   {
8960
-    return $this->startIndex;
8960
+	return $this->startIndex;
8961 8961
   }
8962 8962
   public function setTotalResults($totalResults)
8963 8963
   {
8964
-    $this->totalResults = $totalResults;
8964
+	$this->totalResults = $totalResults;
8965 8965
   }
8966 8966
   public function getTotalResults()
8967 8967
   {
8968
-    return $this->totalResults;
8968
+	return $this->totalResults;
8969 8969
   }
8970 8970
   public function setUsername($username)
8971 8971
   {
8972
-    $this->username = $username;
8972
+	$this->username = $username;
8973 8973
   }
8974 8974
   public function getUsername()
8975 8975
   {
8976
-    return $this->username;
8976
+	return $this->username;
8977 8977
   }
8978 8978
 }
8979 8979
 
8980 8980
 class Google_Service_Analytics_UnsampledReport extends Google_Model
8981 8981
 {
8982 8982
   protected $internal_gapi_mappings = array(
8983
-        "endDate" => "end-date",
8984
-        "startDate" => "start-date",
8983
+		"endDate" => "end-date",
8984
+		"startDate" => "start-date",
8985 8985
   );
8986 8986
   public $accountId;
8987 8987
   protected $cloudStorageDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails';
@@ -9008,155 +9008,155 @@  discard block
 block discarded – undo
9008 9008
 
9009 9009
   public function setAccountId($accountId)
9010 9010
   {
9011
-    $this->accountId = $accountId;
9011
+	$this->accountId = $accountId;
9012 9012
   }
9013 9013
   public function getAccountId()
9014 9014
   {
9015
-    return $this->accountId;
9015
+	return $this->accountId;
9016 9016
   }
9017 9017
   public function setCloudStorageDownloadDetails(Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails $cloudStorageDownloadDetails)
9018 9018
   {
9019
-    $this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails;
9019
+	$this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails;
9020 9020
   }
9021 9021
   public function getCloudStorageDownloadDetails()
9022 9022
   {
9023
-    return $this->cloudStorageDownloadDetails;
9023
+	return $this->cloudStorageDownloadDetails;
9024 9024
   }
9025 9025
   public function setCreated($created)
9026 9026
   {
9027
-    $this->created = $created;
9027
+	$this->created = $created;
9028 9028
   }
9029 9029
   public function getCreated()
9030 9030
   {
9031
-    return $this->created;
9031
+	return $this->created;
9032 9032
   }
9033 9033
   public function setDimensions($dimensions)
9034 9034
   {
9035
-    $this->dimensions = $dimensions;
9035
+	$this->dimensions = $dimensions;
9036 9036
   }
9037 9037
   public function getDimensions()
9038 9038
   {
9039
-    return $this->dimensions;
9039
+	return $this->dimensions;
9040 9040
   }
9041 9041
   public function setDownloadType($downloadType)
9042 9042
   {
9043
-    $this->downloadType = $downloadType;
9043
+	$this->downloadType = $downloadType;
9044 9044
   }
9045 9045
   public function getDownloadType()
9046 9046
   {
9047
-    return $this->downloadType;
9047
+	return $this->downloadType;
9048 9048
   }
9049 9049
   public function setDriveDownloadDetails(Google_Service_Analytics_UnsampledReportDriveDownloadDetails $driveDownloadDetails)
9050 9050
   {
9051
-    $this->driveDownloadDetails = $driveDownloadDetails;
9051
+	$this->driveDownloadDetails = $driveDownloadDetails;
9052 9052
   }
9053 9053
   public function getDriveDownloadDetails()
9054 9054
   {
9055
-    return $this->driveDownloadDetails;
9055
+	return $this->driveDownloadDetails;
9056 9056
   }
9057 9057
   public function setEndDate($endDate)
9058 9058
   {
9059
-    $this->endDate = $endDate;
9059
+	$this->endDate = $endDate;
9060 9060
   }
9061 9061
   public function getEndDate()
9062 9062
   {
9063
-    return $this->endDate;
9063
+	return $this->endDate;
9064 9064
   }
9065 9065
   public function setFilters($filters)
9066 9066
   {
9067
-    $this->filters = $filters;
9067
+	$this->filters = $filters;
9068 9068
   }
9069 9069
   public function getFilters()
9070 9070
   {
9071
-    return $this->filters;
9071
+	return $this->filters;
9072 9072
   }
9073 9073
   public function setId($id)
9074 9074
   {
9075
-    $this->id = $id;
9075
+	$this->id = $id;
9076 9076
   }
9077 9077
   public function getId()
9078 9078
   {
9079
-    return $this->id;
9079
+	return $this->id;
9080 9080
   }
9081 9081
   public function setKind($kind)
9082 9082
   {
9083
-    $this->kind = $kind;
9083
+	$this->kind = $kind;
9084 9084
   }
9085 9085
   public function getKind()
9086 9086
   {
9087
-    return $this->kind;
9087
+	return $this->kind;
9088 9088
   }
9089 9089
   public function setMetrics($metrics)
9090 9090
   {
9091
-    $this->metrics = $metrics;
9091
+	$this->metrics = $metrics;
9092 9092
   }
9093 9093
   public function getMetrics()
9094 9094
   {
9095
-    return $this->metrics;
9095
+	return $this->metrics;
9096 9096
   }
9097 9097
   public function setProfileId($profileId)
9098 9098
   {
9099
-    $this->profileId = $profileId;
9099
+	$this->profileId = $profileId;
9100 9100
   }
9101 9101
   public function getProfileId()
9102 9102
   {
9103
-    return $this->profileId;
9103
+	return $this->profileId;
9104 9104
   }
9105 9105
   public function setSegment($segment)
9106 9106
   {
9107
-    $this->segment = $segment;
9107
+	$this->segment = $segment;
9108 9108
   }
9109 9109
   public function getSegment()
9110 9110
   {
9111
-    return $this->segment;
9111
+	return $this->segment;
9112 9112
   }
9113 9113
   public function setSelfLink($selfLink)
9114 9114
   {
9115
-    $this->selfLink = $selfLink;
9115
+	$this->selfLink = $selfLink;
9116 9116
   }
9117 9117
   public function getSelfLink()
9118 9118
   {
9119
-    return $this->selfLink;
9119
+	return $this->selfLink;
9120 9120
   }
9121 9121
   public function setStartDate($startDate)
9122 9122
   {
9123
-    $this->startDate = $startDate;
9123
+	$this->startDate = $startDate;
9124 9124
   }
9125 9125
   public function getStartDate()
9126 9126
   {
9127
-    return $this->startDate;
9127
+	return $this->startDate;
9128 9128
   }
9129 9129
   public function setStatus($status)
9130 9130
   {
9131
-    $this->status = $status;
9131
+	$this->status = $status;
9132 9132
   }
9133 9133
   public function getStatus()
9134 9134
   {
9135
-    return $this->status;
9135
+	return $this->status;
9136 9136
   }
9137 9137
   public function setTitle($title)
9138 9138
   {
9139
-    $this->title = $title;
9139
+	$this->title = $title;
9140 9140
   }
9141 9141
   public function getTitle()
9142 9142
   {
9143
-    return $this->title;
9143
+	return $this->title;
9144 9144
   }
9145 9145
   public function setUpdated($updated)
9146 9146
   {
9147
-    $this->updated = $updated;
9147
+	$this->updated = $updated;
9148 9148
   }
9149 9149
   public function getUpdated()
9150 9150
   {
9151
-    return $this->updated;
9151
+	return $this->updated;
9152 9152
   }
9153 9153
   public function setWebPropertyId($webPropertyId)
9154 9154
   {
9155
-    $this->webPropertyId = $webPropertyId;
9155
+	$this->webPropertyId = $webPropertyId;
9156 9156
   }
9157 9157
   public function getWebPropertyId()
9158 9158
   {
9159
-    return $this->webPropertyId;
9159
+	return $this->webPropertyId;
9160 9160
   }
9161 9161
 }
9162 9162
 
@@ -9170,19 +9170,19 @@  discard block
 block discarded – undo
9170 9170
 
9171 9171
   public function setBucketId($bucketId)
9172 9172
   {
9173
-    $this->bucketId = $bucketId;
9173
+	$this->bucketId = $bucketId;
9174 9174
   }
9175 9175
   public function getBucketId()
9176 9176
   {
9177
-    return $this->bucketId;
9177
+	return $this->bucketId;
9178 9178
   }
9179 9179
   public function setObjectId($objectId)
9180 9180
   {
9181
-    $this->objectId = $objectId;
9181
+	$this->objectId = $objectId;
9182 9182
   }
9183 9183
   public function getObjectId()
9184 9184
   {
9185
-    return $this->objectId;
9185
+	return $this->objectId;
9186 9186
   }
9187 9187
 }
9188 9188
 
@@ -9195,11 +9195,11 @@  discard block
 block discarded – undo
9195 9195
 
9196 9196
   public function setDocumentId($documentId)
9197 9197
   {
9198
-    $this->documentId = $documentId;
9198
+	$this->documentId = $documentId;
9199 9199
   }
9200 9200
   public function getDocumentId()
9201 9201
   {
9202
-    return $this->documentId;
9202
+	return $this->documentId;
9203 9203
   }
9204 9204
 }
9205 9205
 
@@ -9221,67 +9221,67 @@  discard block
 block discarded – undo
9221 9221
 
9222 9222
   public function setItems($items)
9223 9223
   {
9224
-    $this->items = $items;
9224
+	$this->items = $items;
9225 9225
   }
9226 9226
   public function getItems()
9227 9227
   {
9228
-    return $this->items;
9228
+	return $this->items;
9229 9229
   }
9230 9230
   public function setItemsPerPage($itemsPerPage)
9231 9231
   {
9232
-    $this->itemsPerPage = $itemsPerPage;
9232
+	$this->itemsPerPage = $itemsPerPage;
9233 9233
   }
9234 9234
   public function getItemsPerPage()
9235 9235
   {
9236
-    return $this->itemsPerPage;
9236
+	return $this->itemsPerPage;
9237 9237
   }
9238 9238
   public function setKind($kind)
9239 9239
   {
9240
-    $this->kind = $kind;
9240
+	$this->kind = $kind;
9241 9241
   }
9242 9242
   public function getKind()
9243 9243
   {
9244
-    return $this->kind;
9244
+	return $this->kind;
9245 9245
   }
9246 9246
   public function setNextLink($nextLink)
9247 9247
   {
9248
-    $this->nextLink = $nextLink;
9248
+	$this->nextLink = $nextLink;
9249 9249
   }
9250 9250
   public function getNextLink()
9251 9251
   {
9252
-    return $this->nextLink;
9252
+	return $this->nextLink;
9253 9253
   }
9254 9254
   public function setPreviousLink($previousLink)
9255 9255
   {
9256
-    $this->previousLink = $previousLink;
9256
+	$this->previousLink = $previousLink;
9257 9257
   }
9258 9258
   public function getPreviousLink()
9259 9259
   {
9260
-    return $this->previousLink;
9260
+	return $this->previousLink;
9261 9261
   }
9262 9262
   public function setStartIndex($startIndex)
9263 9263
   {
9264
-    $this->startIndex = $startIndex;
9264
+	$this->startIndex = $startIndex;
9265 9265
   }
9266 9266
   public function getStartIndex()
9267 9267
   {
9268
-    return $this->startIndex;
9268
+	return $this->startIndex;
9269 9269
   }
9270 9270
   public function setTotalResults($totalResults)
9271 9271
   {
9272
-    $this->totalResults = $totalResults;
9272
+	$this->totalResults = $totalResults;
9273 9273
   }
9274 9274
   public function getTotalResults()
9275 9275
   {
9276
-    return $this->totalResults;
9276
+	return $this->totalResults;
9277 9277
   }
9278 9278
   public function setUsername($username)
9279 9279
   {
9280
-    $this->username = $username;
9280
+	$this->username = $username;
9281 9281
   }
9282 9282
   public function getUsername()
9283 9283
   {
9284
-    return $this->username;
9284
+	return $this->username;
9285 9285
   }
9286 9286
 }
9287 9287
 
@@ -9300,51 +9300,51 @@  discard block
 block discarded – undo
9300 9300
 
9301 9301
   public function setAccountId($accountId)
9302 9302
   {
9303
-    $this->accountId = $accountId;
9303
+	$this->accountId = $accountId;
9304 9304
   }
9305 9305
   public function getAccountId()
9306 9306
   {
9307
-    return $this->accountId;
9307
+	return $this->accountId;
9308 9308
   }
9309 9309
   public function setCustomDataSourceId($customDataSourceId)
9310 9310
   {
9311
-    $this->customDataSourceId = $customDataSourceId;
9311
+	$this->customDataSourceId = $customDataSourceId;
9312 9312
   }
9313 9313
   public function getCustomDataSourceId()
9314 9314
   {
9315
-    return $this->customDataSourceId;
9315
+	return $this->customDataSourceId;
9316 9316
   }
9317 9317
   public function setErrors($errors)
9318 9318
   {
9319
-    $this->errors = $errors;
9319
+	$this->errors = $errors;
9320 9320
   }
9321 9321
   public function getErrors()
9322 9322
   {
9323
-    return $this->errors;
9323
+	return $this->errors;
9324 9324
   }
9325 9325
   public function setId($id)
9326 9326
   {
9327
-    $this->id = $id;
9327
+	$this->id = $id;
9328 9328
   }
9329 9329
   public function getId()
9330 9330
   {
9331
-    return $this->id;
9331
+	return $this->id;
9332 9332
   }
9333 9333
   public function setKind($kind)
9334 9334
   {
9335
-    $this->kind = $kind;
9335
+	$this->kind = $kind;
9336 9336
   }
9337 9337
   public function getKind()
9338 9338
   {
9339
-    return $this->kind;
9339
+	return $this->kind;
9340 9340
   }
9341 9341
   public function setStatus($status)
9342 9342
   {
9343
-    $this->status = $status;
9343
+	$this->status = $status;
9344 9344
   }
9345 9345
   public function getStatus()
9346 9346
   {
9347
-    return $this->status;
9347
+	return $this->status;
9348 9348
   }
9349 9349
 }
9350 9350
 
@@ -9365,59 +9365,59 @@  discard block
 block discarded – undo
9365 9365
 
9366 9366
   public function setItems($items)
9367 9367
   {
9368
-    $this->items = $items;
9368
+	$this->items = $items;
9369 9369
   }
9370 9370
   public function getItems()
9371 9371
   {
9372
-    return $this->items;
9372
+	return $this->items;
9373 9373
   }
9374 9374
   public function setItemsPerPage($itemsPerPage)
9375 9375
   {
9376
-    $this->itemsPerPage = $itemsPerPage;
9376
+	$this->itemsPerPage = $itemsPerPage;
9377 9377
   }
9378 9378
   public function getItemsPerPage()
9379 9379
   {
9380
-    return $this->itemsPerPage;
9380
+	return $this->itemsPerPage;
9381 9381
   }
9382 9382
   public function setKind($kind)
9383 9383
   {
9384
-    $this->kind = $kind;
9384
+	$this->kind = $kind;
9385 9385
   }
9386 9386
   public function getKind()
9387 9387
   {
9388
-    return $this->kind;
9388
+	return $this->kind;
9389 9389
   }
9390 9390
   public function setNextLink($nextLink)
9391 9391
   {
9392
-    $this->nextLink = $nextLink;
9392
+	$this->nextLink = $nextLink;
9393 9393
   }
9394 9394
   public function getNextLink()
9395 9395
   {
9396
-    return $this->nextLink;
9396
+	return $this->nextLink;
9397 9397
   }
9398 9398
   public function setPreviousLink($previousLink)
9399 9399
   {
9400
-    $this->previousLink = $previousLink;
9400
+	$this->previousLink = $previousLink;
9401 9401
   }
9402 9402
   public function getPreviousLink()
9403 9403
   {
9404
-    return $this->previousLink;
9404
+	return $this->previousLink;
9405 9405
   }
9406 9406
   public function setStartIndex($startIndex)
9407 9407
   {
9408
-    $this->startIndex = $startIndex;
9408
+	$this->startIndex = $startIndex;
9409 9409
   }
9410 9410
   public function getStartIndex()
9411 9411
   {
9412
-    return $this->startIndex;
9412
+	return $this->startIndex;
9413 9413
   }
9414 9414
   public function setTotalResults($totalResults)
9415 9415
   {
9416
-    $this->totalResults = $totalResults;
9416
+	$this->totalResults = $totalResults;
9417 9417
   }
9418 9418
   public function getTotalResults()
9419 9419
   {
9420
-    return $this->totalResults;
9420
+	return $this->totalResults;
9421 9421
   }
9422 9422
 }
9423 9423
 
@@ -9432,27 +9432,27 @@  discard block
 block discarded – undo
9432 9432
 
9433 9433
   public function setEmail($email)
9434 9434
   {
9435
-    $this->email = $email;
9435
+	$this->email = $email;
9436 9436
   }
9437 9437
   public function getEmail()
9438 9438
   {
9439
-    return $this->email;
9439
+	return $this->email;
9440 9440
   }
9441 9441
   public function setId($id)
9442 9442
   {
9443
-    $this->id = $id;
9443
+	$this->id = $id;
9444 9444
   }
9445 9445
   public function getId()
9446 9446
   {
9447
-    return $this->id;
9447
+	return $this->id;
9448 9448
   }
9449 9449
   public function setKind($kind)
9450 9450
   {
9451
-    $this->kind = $kind;
9451
+	$this->kind = $kind;
9452 9452
   }
9453 9453
   public function getKind()
9454 9454
   {
9455
-    return $this->kind;
9455
+	return $this->kind;
9456 9456
   }
9457 9457
 }
9458 9458
 
@@ -9470,51 +9470,51 @@  discard block
 block discarded – undo
9470 9470
 
9471 9471
   public function setAccountId($accountId)
9472 9472
   {
9473
-    $this->accountId = $accountId;
9473
+	$this->accountId = $accountId;
9474 9474
   }
9475 9475
   public function getAccountId()
9476 9476
   {
9477
-    return $this->accountId;
9477
+	return $this->accountId;
9478 9478
   }
9479 9479
   public function setHref($href)
9480 9480
   {
9481
-    $this->href = $href;
9481
+	$this->href = $href;
9482 9482
   }
9483 9483
   public function getHref()
9484 9484
   {
9485
-    return $this->href;
9485
+	return $this->href;
9486 9486
   }
9487 9487
   public function setId($id)
9488 9488
   {
9489
-    $this->id = $id;
9489
+	$this->id = $id;
9490 9490
   }
9491 9491
   public function getId()
9492 9492
   {
9493
-    return $this->id;
9493
+	return $this->id;
9494 9494
   }
9495 9495
   public function setInternalWebPropertyId($internalWebPropertyId)
9496 9496
   {
9497
-    $this->internalWebPropertyId = $internalWebPropertyId;
9497
+	$this->internalWebPropertyId = $internalWebPropertyId;
9498 9498
   }
9499 9499
   public function getInternalWebPropertyId()
9500 9500
   {
9501
-    return $this->internalWebPropertyId;
9501
+	return $this->internalWebPropertyId;
9502 9502
   }
9503 9503
   public function setKind($kind)
9504 9504
   {
9505
-    $this->kind = $kind;
9505
+	$this->kind = $kind;
9506 9506
   }
9507 9507
   public function getKind()
9508 9508
   {
9509
-    return $this->kind;
9509
+	return $this->kind;
9510 9510
   }
9511 9511
   public function setName($name)
9512 9512
   {
9513
-    $this->name = $name;
9513
+	$this->name = $name;
9514 9514
   }
9515 9515
   public function getName()
9516 9516
   {
9517
-    return $this->name;
9517
+	return $this->name;
9518 9518
   }
9519 9519
 }
9520 9520
 
@@ -9535,59 +9535,59 @@  discard block
 block discarded – undo
9535 9535
 
9536 9536
   public function setId($id)
9537 9537
   {
9538
-    $this->id = $id;
9538
+	$this->id = $id;
9539 9539
   }
9540 9540
   public function getId()
9541 9541
   {
9542
-    return $this->id;
9542
+	return $this->id;
9543 9543
   }
9544 9544
   public function setInternalWebPropertyId($internalWebPropertyId)
9545 9545
   {
9546
-    $this->internalWebPropertyId = $internalWebPropertyId;
9546
+	$this->internalWebPropertyId = $internalWebPropertyId;
9547 9547
   }
9548 9548
   public function getInternalWebPropertyId()
9549 9549
   {
9550
-    return $this->internalWebPropertyId;
9550
+	return $this->internalWebPropertyId;
9551 9551
   }
9552 9552
   public function setKind($kind)
9553 9553
   {
9554
-    $this->kind = $kind;
9554
+	$this->kind = $kind;
9555 9555
   }
9556 9556
   public function getKind()
9557 9557
   {
9558
-    return $this->kind;
9558
+	return $this->kind;
9559 9559
   }
9560 9560
   public function setLevel($level)
9561 9561
   {
9562
-    $this->level = $level;
9562
+	$this->level = $level;
9563 9563
   }
9564 9564
   public function getLevel()
9565 9565
   {
9566
-    return $this->level;
9566
+	return $this->level;
9567 9567
   }
9568 9568
   public function setName($name)
9569 9569
   {
9570
-    $this->name = $name;
9570
+	$this->name = $name;
9571 9571
   }
9572 9572
   public function getName()
9573 9573
   {
9574
-    return $this->name;
9574
+	return $this->name;
9575 9575
   }
9576 9576
   public function setProfiles($profiles)
9577 9577
   {
9578
-    $this->profiles = $profiles;
9578
+	$this->profiles = $profiles;
9579 9579
   }
9580 9580
   public function getProfiles()
9581 9581
   {
9582
-    return $this->profiles;
9582
+	return $this->profiles;
9583 9583
   }
9584 9584
   public function setWebsiteUrl($websiteUrl)
9585 9585
   {
9586
-    $this->websiteUrl = $websiteUrl;
9586
+	$this->websiteUrl = $websiteUrl;
9587 9587
   }
9588 9588
   public function getWebsiteUrl()
9589 9589
   {
9590
-    return $this->websiteUrl;
9590
+	return $this->websiteUrl;
9591 9591
   }
9592 9592
 }
9593 9593
 
@@ -9609,67 +9609,67 @@  discard block
 block discarded – undo
9609 9609
 
9610 9610
   public function setItems($items)
9611 9611
   {
9612
-    $this->items = $items;
9612
+	$this->items = $items;
9613 9613
   }
9614 9614
   public function getItems()
9615 9615
   {
9616
-    return $this->items;
9616
+	return $this->items;
9617 9617
   }
9618 9618
   public function setItemsPerPage($itemsPerPage)
9619 9619
   {
9620
-    $this->itemsPerPage = $itemsPerPage;
9620
+	$this->itemsPerPage = $itemsPerPage;
9621 9621
   }
9622 9622
   public function getItemsPerPage()
9623 9623
   {
9624
-    return $this->itemsPerPage;
9624
+	return $this->itemsPerPage;
9625 9625
   }
9626 9626
   public function setKind($kind)
9627 9627
   {
9628
-    $this->kind = $kind;
9628
+	$this->kind = $kind;
9629 9629
   }
9630 9630
   public function getKind()
9631 9631
   {
9632
-    return $this->kind;
9632
+	return $this->kind;
9633 9633
   }
9634 9634
   public function setNextLink($nextLink)
9635 9635
   {
9636
-    $this->nextLink = $nextLink;
9636
+	$this->nextLink = $nextLink;
9637 9637
   }
9638 9638
   public function getNextLink()
9639 9639
   {
9640
-    return $this->nextLink;
9640
+	return $this->nextLink;
9641 9641
   }
9642 9642
   public function setPreviousLink($previousLink)
9643 9643
   {
9644
-    $this->previousLink = $previousLink;
9644
+	$this->previousLink = $previousLink;
9645 9645
   }
9646 9646
   public function getPreviousLink()
9647 9647
   {
9648
-    return $this->previousLink;
9648
+	return $this->previousLink;
9649 9649
   }
9650 9650
   public function setStartIndex($startIndex)
9651 9651
   {
9652
-    $this->startIndex = $startIndex;
9652
+	$this->startIndex = $startIndex;
9653 9653
   }
9654 9654
   public function getStartIndex()
9655 9655
   {
9656
-    return $this->startIndex;
9656
+	return $this->startIndex;
9657 9657
   }
9658 9658
   public function setTotalResults($totalResults)
9659 9659
   {
9660
-    $this->totalResults = $totalResults;
9660
+	$this->totalResults = $totalResults;
9661 9661
   }
9662 9662
   public function getTotalResults()
9663 9663
   {
9664
-    return $this->totalResults;
9664
+	return $this->totalResults;
9665 9665
   }
9666 9666
   public function setUsername($username)
9667 9667
   {
9668
-    $this->username = $username;
9668
+	$this->username = $username;
9669 9669
   }
9670 9670
   public function getUsername()
9671 9671
   {
9672
-    return $this->username;
9672
+	return $this->username;
9673 9673
   }
9674 9674
 }
9675 9675
 
@@ -9700,131 +9700,131 @@  discard block
 block discarded – undo
9700 9700
 
9701 9701
   public function setAccountId($accountId)
9702 9702
   {
9703
-    $this->accountId = $accountId;
9703
+	$this->accountId = $accountId;
9704 9704
   }
9705 9705
   public function getAccountId()
9706 9706
   {
9707
-    return $this->accountId;
9707
+	return $this->accountId;
9708 9708
   }
9709 9709
   public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink)
9710 9710
   {
9711
-    $this->childLink = $childLink;
9711
+	$this->childLink = $childLink;
9712 9712
   }
9713 9713
   public function getChildLink()
9714 9714
   {
9715
-    return $this->childLink;
9715
+	return $this->childLink;
9716 9716
   }
9717 9717
   public function setCreated($created)
9718 9718
   {
9719
-    $this->created = $created;
9719
+	$this->created = $created;
9720 9720
   }
9721 9721
   public function getCreated()
9722 9722
   {
9723
-    return $this->created;
9723
+	return $this->created;
9724 9724
   }
9725 9725
   public function setDefaultProfileId($defaultProfileId)
9726 9726
   {
9727
-    $this->defaultProfileId = $defaultProfileId;
9727
+	$this->defaultProfileId = $defaultProfileId;
9728 9728
   }
9729 9729
   public function getDefaultProfileId()
9730 9730
   {
9731
-    return $this->defaultProfileId;
9731
+	return $this->defaultProfileId;
9732 9732
   }
9733 9733
   public function setId($id)
9734 9734
   {
9735
-    $this->id = $id;
9735
+	$this->id = $id;
9736 9736
   }
9737 9737
   public function getId()
9738 9738
   {
9739
-    return $this->id;
9739
+	return $this->id;
9740 9740
   }
9741 9741
   public function setIndustryVertical($industryVertical)
9742 9742
   {
9743
-    $this->industryVertical = $industryVertical;
9743
+	$this->industryVertical = $industryVertical;
9744 9744
   }
9745 9745
   public function getIndustryVertical()
9746 9746
   {
9747
-    return $this->industryVertical;
9747
+	return $this->industryVertical;
9748 9748
   }
9749 9749
   public function setInternalWebPropertyId($internalWebPropertyId)
9750 9750
   {
9751
-    $this->internalWebPropertyId = $internalWebPropertyId;
9751
+	$this->internalWebPropertyId = $internalWebPropertyId;
9752 9752
   }
9753 9753
   public function getInternalWebPropertyId()
9754 9754
   {
9755
-    return $this->internalWebPropertyId;
9755
+	return $this->internalWebPropertyId;
9756 9756
   }
9757 9757
   public function setKind($kind)
9758 9758
   {
9759
-    $this->kind = $kind;
9759
+	$this->kind = $kind;
9760 9760
   }
9761 9761
   public function getKind()
9762 9762
   {
9763
-    return $this->kind;
9763
+	return $this->kind;
9764 9764
   }
9765 9765
   public function setLevel($level)
9766 9766
   {
9767
-    $this->level = $level;
9767
+	$this->level = $level;
9768 9768
   }
9769 9769
   public function getLevel()
9770 9770
   {
9771
-    return $this->level;
9771
+	return $this->level;
9772 9772
   }
9773 9773
   public function setName($name)
9774 9774
   {
9775
-    $this->name = $name;
9775
+	$this->name = $name;
9776 9776
   }
9777 9777
   public function getName()
9778 9778
   {
9779
-    return $this->name;
9779
+	return $this->name;
9780 9780
   }
9781 9781
   public function setParentLink(Google_Service_Analytics_WebpropertyParentLink $parentLink)
9782 9782
   {
9783
-    $this->parentLink = $parentLink;
9783
+	$this->parentLink = $parentLink;
9784 9784
   }
9785 9785
   public function getParentLink()
9786 9786
   {
9787
-    return $this->parentLink;
9787
+	return $this->parentLink;
9788 9788
   }
9789 9789
   public function setPermissions(Google_Service_Analytics_WebpropertyPermissions $permissions)
9790 9790
   {
9791
-    $this->permissions = $permissions;
9791
+	$this->permissions = $permissions;
9792 9792
   }
9793 9793
   public function getPermissions()
9794 9794
   {
9795
-    return $this->permissions;
9795
+	return $this->permissions;
9796 9796
   }
9797 9797
   public function setProfileCount($profileCount)
9798 9798
   {
9799
-    $this->profileCount = $profileCount;
9799
+	$this->profileCount = $profileCount;
9800 9800
   }
9801 9801
   public function getProfileCount()
9802 9802
   {
9803
-    return $this->profileCount;
9803
+	return $this->profileCount;
9804 9804
   }
9805 9805
   public function setSelfLink($selfLink)
9806 9806
   {
9807
-    $this->selfLink = $selfLink;
9807
+	$this->selfLink = $selfLink;
9808 9808
   }
9809 9809
   public function getSelfLink()
9810 9810
   {
9811
-    return $this->selfLink;
9811
+	return $this->selfLink;
9812 9812
   }
9813 9813
   public function setUpdated($updated)
9814 9814
   {
9815
-    $this->updated = $updated;
9815
+	$this->updated = $updated;
9816 9816
   }
9817 9817
   public function getUpdated()
9818 9818
   {
9819
-    return $this->updated;
9819
+	return $this->updated;
9820 9820
   }
9821 9821
   public function setWebsiteUrl($websiteUrl)
9822 9822
   {
9823
-    $this->websiteUrl = $websiteUrl;
9823
+	$this->websiteUrl = $websiteUrl;
9824 9824
   }
9825 9825
   public function getWebsiteUrl()
9826 9826
   {
9827
-    return $this->websiteUrl;
9827
+	return $this->websiteUrl;
9828 9828
   }
9829 9829
 }
9830 9830
 
@@ -9838,19 +9838,19 @@  discard block
 block discarded – undo
9838 9838
 
9839 9839
   public function setHref($href)
9840 9840
   {
9841
-    $this->href = $href;
9841
+	$this->href = $href;
9842 9842
   }
9843 9843
   public function getHref()
9844 9844
   {
9845
-    return $this->href;
9845
+	return $this->href;
9846 9846
   }
9847 9847
   public function setType($type)
9848 9848
   {
9849
-    $this->type = $type;
9849
+	$this->type = $type;
9850 9850
   }
9851 9851
   public function getType()
9852 9852
   {
9853
-    return $this->type;
9853
+	return $this->type;
9854 9854
   }
9855 9855
 }
9856 9856
 
@@ -9864,19 +9864,19 @@  discard block
 block discarded – undo
9864 9864
 
9865 9865
   public function setHref($href)
9866 9866
   {
9867
-    $this->href = $href;
9867
+	$this->href = $href;
9868 9868
   }
9869 9869
   public function getHref()
9870 9870
   {
9871
-    return $this->href;
9871
+	return $this->href;
9872 9872
   }
9873 9873
   public function setType($type)
9874 9874
   {
9875
-    $this->type = $type;
9875
+	$this->type = $type;
9876 9876
   }
9877 9877
   public function getType()
9878 9878
   {
9879
-    return $this->type;
9879
+	return $this->type;
9880 9880
   }
9881 9881
 }
9882 9882
 
@@ -9890,10 +9890,10 @@  discard block
 block discarded – undo
9890 9890
 
9891 9891
   public function setEffective($effective)
9892 9892
   {
9893
-    $this->effective = $effective;
9893
+	$this->effective = $effective;
9894 9894
   }
9895 9895
   public function getEffective()
9896 9896
   {
9897
-    return $this->effective;
9897
+	return $this->effective;
9898 9898
   }
9899 9899
 }
Please login to merge, or discard this patch.
Spacing   +55 added lines, -55 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
                   'required' => true,
299 299
                 ),
300 300
               ),
301
-            ),'insert' => array(
301
+            ), 'insert' => array(
302 302
               'path' => 'management/accounts/{accountId}/entityUserLinks',
303 303
               'httpMethod' => 'POST',
304 304
               'parameters' => array(
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
                   'required' => true,
309 309
                 ),
310 310
               ),
311
-            ),'list' => array(
311
+            ), 'list' => array(
312 312
               'path' => 'management/accounts/{accountId}/entityUserLinks',
313 313
               'httpMethod' => 'GET',
314 314
               'parameters' => array(
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
                   'type' => 'integer',
327 327
                 ),
328 328
               ),
329
-            ),'update' => array(
329
+            ), 'update' => array(
330 330
               'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}',
331 331
               'httpMethod' => 'PUT',
332 332
               'parameters' => array(
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
427 427
                   'required' => true,
428 428
                 ),
429 429
               ),
430
-            ),'insert' => array(
430
+            ), 'insert' => array(
431 431
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
432 432
               'httpMethod' => 'POST',
433 433
               'parameters' => array(
@@ -442,7 +442,7 @@  discard block
 block discarded – undo
442 442
                   'required' => true,
443 443
                 ),
444 444
               ),
445
-            ),'list' => array(
445
+            ), 'list' => array(
446 446
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions',
447 447
               'httpMethod' => 'GET',
448 448
               'parameters' => array(
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
                   'type' => 'integer',
466 466
                 ),
467 467
               ),
468
-            ),'patch' => array(
468
+            ), 'patch' => array(
469 469
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
470 470
               'httpMethod' => 'PATCH',
471 471
               'parameters' => array(
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
                   'type' => 'boolean',
490 490
                 ),
491 491
               ),
492
-            ),'update' => array(
492
+            ), 'update' => array(
493 493
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}',
494 494
               'httpMethod' => 'PUT',
495 495
               'parameters' => array(
@@ -543,7 +543,7 @@  discard block
 block discarded – undo
543 543
                   'required' => true,
544 544
                 ),
545 545
               ),
546
-            ),'insert' => array(
546
+            ), 'insert' => array(
547 547
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
548 548
               'httpMethod' => 'POST',
549 549
               'parameters' => array(
@@ -558,7 +558,7 @@  discard block
 block discarded – undo
558 558
                   'required' => true,
559 559
                 ),
560 560
               ),
561
-            ),'list' => array(
561
+            ), 'list' => array(
562 562
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics',
563 563
               'httpMethod' => 'GET',
564 564
               'parameters' => array(
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
                   'type' => 'integer',
582 582
                 ),
583 583
               ),
584
-            ),'patch' => array(
584
+            ), 'patch' => array(
585 585
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
586 586
               'httpMethod' => 'PATCH',
587 587
               'parameters' => array(
@@ -605,7 +605,7 @@  discard block
 block discarded – undo
605 605
                   'type' => 'boolean',
606 606
                 ),
607 607
               ),
608
-            ),'update' => array(
608
+            ), 'update' => array(
609 609
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}',
610 610
               'httpMethod' => 'PUT',
611 611
               'parameters' => array(
@@ -664,7 +664,7 @@  discard block
 block discarded – undo
664 664
                   'required' => true,
665 665
                 ),
666 666
               ),
667
-            ),'get' => array(
667
+            ), 'get' => array(
668 668
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
669 669
               'httpMethod' => 'GET',
670 670
               'parameters' => array(
@@ -689,7 +689,7 @@  discard block
 block discarded – undo
689 689
                   'required' => true,
690 690
                 ),
691 691
               ),
692
-            ),'insert' => array(
692
+            ), 'insert' => array(
693 693
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
694 694
               'httpMethod' => 'POST',
695 695
               'parameters' => array(
@@ -709,7 +709,7 @@  discard block
 block discarded – undo
709 709
                   'required' => true,
710 710
                 ),
711 711
               ),
712
-            ),'list' => array(
712
+            ), 'list' => array(
713 713
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments',
714 714
               'httpMethod' => 'GET',
715 715
               'parameters' => array(
@@ -737,7 +737,7 @@  discard block
 block discarded – undo
737 737
                   'type' => 'integer',
738 738
                 ),
739 739
               ),
740
-            ),'patch' => array(
740
+            ), 'patch' => array(
741 741
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
742 742
               'httpMethod' => 'PATCH',
743 743
               'parameters' => array(
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
                   'required' => true,
763 763
                 ),
764 764
               ),
765
-            ),'update' => array(
765
+            ), 'update' => array(
766 766
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}',
767 767
               'httpMethod' => 'PUT',
768 768
               'parameters' => array(
@@ -812,7 +812,7 @@  discard block
 block discarded – undo
812 812
                   'required' => true,
813 813
                 ),
814 814
               ),
815
-            ),'get' => array(
815
+            ), 'get' => array(
816 816
               'path' => 'management/accounts/{accountId}/filters/{filterId}',
817 817
               'httpMethod' => 'GET',
818 818
               'parameters' => array(
@@ -827,7 +827,7 @@  discard block
 block discarded – undo
827 827
                   'required' => true,
828 828
                 ),
829 829
               ),
830
-            ),'insert' => array(
830
+            ), 'insert' => array(
831 831
               'path' => 'management/accounts/{accountId}/filters',
832 832
               'httpMethod' => 'POST',
833 833
               'parameters' => array(
@@ -837,7 +837,7 @@  discard block
 block discarded – undo
837 837
                   'required' => true,
838 838
                 ),
839 839
               ),
840
-            ),'list' => array(
840
+            ), 'list' => array(
841 841
               'path' => 'management/accounts/{accountId}/filters',
842 842
               'httpMethod' => 'GET',
843 843
               'parameters' => array(
@@ -855,7 +855,7 @@  discard block
 block discarded – undo
855 855
                   'type' => 'integer',
856 856
                 ),
857 857
               ),
858
-            ),'patch' => array(
858
+            ), 'patch' => array(
859 859
               'path' => 'management/accounts/{accountId}/filters/{filterId}',
860 860
               'httpMethod' => 'PATCH',
861 861
               'parameters' => array(
@@ -870,7 +870,7 @@  discard block
 block discarded – undo
870 870
                   'required' => true,
871 871
                 ),
872 872
               ),
873
-            ),'update' => array(
873
+            ), 'update' => array(
874 874
               'path' => 'management/accounts/{accountId}/filters/{filterId}',
875 875
               'httpMethod' => 'PUT',
876 876
               'parameters' => array(
@@ -920,7 +920,7 @@  discard block
 block discarded – undo
920 920
                   'required' => true,
921 921
                 ),
922 922
               ),
923
-            ),'insert' => array(
923
+            ), 'insert' => array(
924 924
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
925 925
               'httpMethod' => 'POST',
926 926
               'parameters' => array(
@@ -940,7 +940,7 @@  discard block
 block discarded – undo
940 940
                   'required' => true,
941 941
                 ),
942 942
               ),
943
-            ),'list' => array(
943
+            ), 'list' => array(
944 944
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals',
945 945
               'httpMethod' => 'GET',
946 946
               'parameters' => array(
@@ -968,7 +968,7 @@  discard block
 block discarded – undo
968 968
                   'type' => 'integer',
969 969
                 ),
970 970
               ),
971
-            ),'patch' => array(
971
+            ), 'patch' => array(
972 972
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
973 973
               'httpMethod' => 'PATCH',
974 974
               'parameters' => array(
@@ -993,7 +993,7 @@  discard block
 block discarded – undo
993 993
                   'required' => true,
994 994
                 ),
995 995
               ),
996
-            ),'update' => array(
996
+            ), 'update' => array(
997 997
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}',
998 998
               'httpMethod' => 'PUT',
999 999
               'parameters' => array(
@@ -1053,7 +1053,7 @@  discard block
 block discarded – undo
1053 1053
                   'required' => true,
1054 1054
                 ),
1055 1055
               ),
1056
-            ),'get' => array(
1056
+            ), 'get' => array(
1057 1057
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1058 1058
               'httpMethod' => 'GET',
1059 1059
               'parameters' => array(
@@ -1078,7 +1078,7 @@  discard block
 block discarded – undo
1078 1078
                   'required' => true,
1079 1079
                 ),
1080 1080
               ),
1081
-            ),'insert' => array(
1081
+            ), 'insert' => array(
1082 1082
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1083 1083
               'httpMethod' => 'POST',
1084 1084
               'parameters' => array(
@@ -1098,7 +1098,7 @@  discard block
 block discarded – undo
1098 1098
                   'required' => true,
1099 1099
                 ),
1100 1100
               ),
1101
-            ),'list' => array(
1101
+            ), 'list' => array(
1102 1102
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks',
1103 1103
               'httpMethod' => 'GET',
1104 1104
               'parameters' => array(
@@ -1126,7 +1126,7 @@  discard block
 block discarded – undo
1126 1126
                   'type' => 'integer',
1127 1127
                 ),
1128 1128
               ),
1129
-            ),'patch' => array(
1129
+            ), 'patch' => array(
1130 1130
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1131 1131
               'httpMethod' => 'PATCH',
1132 1132
               'parameters' => array(
@@ -1151,7 +1151,7 @@  discard block
 block discarded – undo
1151 1151
                   'required' => true,
1152 1152
                 ),
1153 1153
               ),
1154
-            ),'update' => array(
1154
+            ), 'update' => array(
1155 1155
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}',
1156 1156
               'httpMethod' => 'PUT',
1157 1157
               'parameters' => array(
@@ -1211,7 +1211,7 @@  discard block
 block discarded – undo
1211 1211
                   'required' => true,
1212 1212
                 ),
1213 1213
               ),
1214
-            ),'insert' => array(
1214
+            ), 'insert' => array(
1215 1215
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1216 1216
               'httpMethod' => 'POST',
1217 1217
               'parameters' => array(
@@ -1231,7 +1231,7 @@  discard block
 block discarded – undo
1231 1231
                   'required' => true,
1232 1232
                 ),
1233 1233
               ),
1234
-            ),'list' => array(
1234
+            ), 'list' => array(
1235 1235
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks',
1236 1236
               'httpMethod' => 'GET',
1237 1237
               'parameters' => array(
@@ -1259,7 +1259,7 @@  discard block
 block discarded – undo
1259 1259
                   'type' => 'integer',
1260 1260
                 ),
1261 1261
               ),
1262
-            ),'update' => array(
1262
+            ), 'update' => array(
1263 1263
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}',
1264 1264
               'httpMethod' => 'PUT',
1265 1265
               'parameters' => array(
@@ -1314,7 +1314,7 @@  discard block
 block discarded – undo
1314 1314
                   'required' => true,
1315 1315
                 ),
1316 1316
               ),
1317
-            ),'get' => array(
1317
+            ), 'get' => array(
1318 1318
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1319 1319
               'httpMethod' => 'GET',
1320 1320
               'parameters' => array(
@@ -1334,7 +1334,7 @@  discard block
 block discarded – undo
1334 1334
                   'required' => true,
1335 1335
                 ),
1336 1336
               ),
1337
-            ),'insert' => array(
1337
+            ), 'insert' => array(
1338 1338
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1339 1339
               'httpMethod' => 'POST',
1340 1340
               'parameters' => array(
@@ -1349,7 +1349,7 @@  discard block
 block discarded – undo
1349 1349
                   'required' => true,
1350 1350
                 ),
1351 1351
               ),
1352
-            ),'list' => array(
1352
+            ), 'list' => array(
1353 1353
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles',
1354 1354
               'httpMethod' => 'GET',
1355 1355
               'parameters' => array(
@@ -1372,7 +1372,7 @@  discard block
 block discarded – undo
1372 1372
                   'type' => 'integer',
1373 1373
                 ),
1374 1374
               ),
1375
-            ),'patch' => array(
1375
+            ), 'patch' => array(
1376 1376
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1377 1377
               'httpMethod' => 'PATCH',
1378 1378
               'parameters' => array(
@@ -1392,7 +1392,7 @@  discard block
 block discarded – undo
1392 1392
                   'required' => true,
1393 1393
                 ),
1394 1394
               ),
1395
-            ),'update' => array(
1395
+            ), 'update' => array(
1396 1396
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}',
1397 1397
               'httpMethod' => 'PUT',
1398 1398
               'parameters' => array(
@@ -1470,7 +1470,7 @@  discard block
 block discarded – undo
1470 1470
                   'required' => true,
1471 1471
                 ),
1472 1472
               ),
1473
-            ),'insert' => array(
1473
+            ), 'insert' => array(
1474 1474
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1475 1475
               'httpMethod' => 'POST',
1476 1476
               'parameters' => array(
@@ -1490,7 +1490,7 @@  discard block
 block discarded – undo
1490 1490
                   'required' => true,
1491 1491
                 ),
1492 1492
               ),
1493
-            ),'list' => array(
1493
+            ), 'list' => array(
1494 1494
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports',
1495 1495
               'httpMethod' => 'GET',
1496 1496
               'parameters' => array(
@@ -1548,7 +1548,7 @@  discard block
 block discarded – undo
1548 1548
                   'required' => true,
1549 1549
                 ),
1550 1550
               ),
1551
-            ),'get' => array(
1551
+            ), 'get' => array(
1552 1552
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads/{uploadId}',
1553 1553
               'httpMethod' => 'GET',
1554 1554
               'parameters' => array(
@@ -1573,7 +1573,7 @@  discard block
 block discarded – undo
1573 1573
                   'required' => true,
1574 1574
                 ),
1575 1575
               ),
1576
-            ),'list' => array(
1576
+            ), 'list' => array(
1577 1577
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1578 1578
               'httpMethod' => 'GET',
1579 1579
               'parameters' => array(
@@ -1601,7 +1601,7 @@  discard block
 block discarded – undo
1601 1601
                   'type' => 'integer',
1602 1602
                 ),
1603 1603
               ),
1604
-            ),'uploadData' => array(
1604
+            ), 'uploadData' => array(
1605 1605
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads',
1606 1606
               'httpMethod' => 'POST',
1607 1607
               'parameters' => array(
@@ -1651,7 +1651,7 @@  discard block
 block discarded – undo
1651 1651
                   'required' => true,
1652 1652
                 ),
1653 1653
               ),
1654
-            ),'get' => array(
1654
+            ), 'get' => array(
1655 1655
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1656 1656
               'httpMethod' => 'GET',
1657 1657
               'parameters' => array(
@@ -1671,7 +1671,7 @@  discard block
 block discarded – undo
1671 1671
                   'required' => true,
1672 1672
                 ),
1673 1673
               ),
1674
-            ),'insert' => array(
1674
+            ), 'insert' => array(
1675 1675
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1676 1676
               'httpMethod' => 'POST',
1677 1677
               'parameters' => array(
@@ -1686,7 +1686,7 @@  discard block
 block discarded – undo
1686 1686
                   'required' => true,
1687 1687
                 ),
1688 1688
               ),
1689
-            ),'list' => array(
1689
+            ), 'list' => array(
1690 1690
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks',
1691 1691
               'httpMethod' => 'GET',
1692 1692
               'parameters' => array(
@@ -1709,7 +1709,7 @@  discard block
 block discarded – undo
1709 1709
                   'type' => 'integer',
1710 1710
                 ),
1711 1711
               ),
1712
-            ),'patch' => array(
1712
+            ), 'patch' => array(
1713 1713
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1714 1714
               'httpMethod' => 'PATCH',
1715 1715
               'parameters' => array(
@@ -1729,7 +1729,7 @@  discard block
 block discarded – undo
1729 1729
                   'required' => true,
1730 1730
                 ),
1731 1731
               ),
1732
-            ),'update' => array(
1732
+            ), 'update' => array(
1733 1733
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}',
1734 1734
               'httpMethod' => 'PUT',
1735 1735
               'parameters' => array(
@@ -1774,7 +1774,7 @@  discard block
 block discarded – undo
1774 1774
                   'required' => true,
1775 1775
                 ),
1776 1776
               ),
1777
-            ),'insert' => array(
1777
+            ), 'insert' => array(
1778 1778
               'path' => 'management/accounts/{accountId}/webproperties',
1779 1779
               'httpMethod' => 'POST',
1780 1780
               'parameters' => array(
@@ -1784,7 +1784,7 @@  discard block
 block discarded – undo
1784 1784
                   'required' => true,
1785 1785
                 ),
1786 1786
               ),
1787
-            ),'list' => array(
1787
+            ), 'list' => array(
1788 1788
               'path' => 'management/accounts/{accountId}/webproperties',
1789 1789
               'httpMethod' => 'GET',
1790 1790
               'parameters' => array(
@@ -1802,7 +1802,7 @@  discard block
 block discarded – undo
1802 1802
                   'type' => 'integer',
1803 1803
                 ),
1804 1804
               ),
1805
-            ),'patch' => array(
1805
+            ), 'patch' => array(
1806 1806
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1807 1807
               'httpMethod' => 'PATCH',
1808 1808
               'parameters' => array(
@@ -1817,7 +1817,7 @@  discard block
 block discarded – undo
1817 1817
                   'required' => true,
1818 1818
                 ),
1819 1819
               ),
1820
-            ),'update' => array(
1820
+            ), 'update' => array(
1821 1821
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}',
1822 1822
               'httpMethod' => 'PUT',
1823 1823
               'parameters' => array(
@@ -1862,7 +1862,7 @@  discard block
 block discarded – undo
1862 1862
                   'required' => true,
1863 1863
                 ),
1864 1864
               ),
1865
-            ),'insert' => array(
1865
+            ), 'insert' => array(
1866 1866
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1867 1867
               'httpMethod' => 'POST',
1868 1868
               'parameters' => array(
@@ -1877,7 +1877,7 @@  discard block
 block discarded – undo
1877 1877
                   'required' => true,
1878 1878
                 ),
1879 1879
               ),
1880
-            ),'list' => array(
1880
+            ), 'list' => array(
1881 1881
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks',
1882 1882
               'httpMethod' => 'GET',
1883 1883
               'parameters' => array(
@@ -1900,7 +1900,7 @@  discard block
 block discarded – undo
1900 1900
                   'type' => 'integer',
1901 1901
                 ),
1902 1902
               ),
1903
-            ),'update' => array(
1903
+            ), 'update' => array(
1904 1904
               'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}',
1905 1905
               'httpMethod' => 'PUT',
1906 1906
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Directory.php 2 patches
Indentation   +1962 added lines, -1962 removed lines patch added patch discarded remove patch
@@ -34,61 +34,61 @@  discard block
 block discarded – undo
34 34
 {
35 35
   /** View and manage your Chrome OS devices' metadata. */
36 36
   const ADMIN_DIRECTORY_DEVICE_CHROMEOS =
37
-      "https://www.googleapis.com/auth/admin.directory.device.chromeos";
37
+	  "https://www.googleapis.com/auth/admin.directory.device.chromeos";
38 38
   /** View your Chrome OS devices' metadata. */
39 39
   const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY =
40
-      "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
40
+	  "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
41 41
   /** View and manage your mobile devices' metadata. */
42 42
   const ADMIN_DIRECTORY_DEVICE_MOBILE =
43
-      "https://www.googleapis.com/auth/admin.directory.device.mobile";
43
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile";
44 44
   /** Manage your mobile devices by performing administrative tasks. */
45 45
   const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION =
46
-      "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
46
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
47 47
   /** View your mobile devices' metadata. */
48 48
   const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY =
49
-      "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
49
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
50 50
   /** View and manage the provisioning of groups on your domain. */
51 51
   const ADMIN_DIRECTORY_GROUP =
52
-      "https://www.googleapis.com/auth/admin.directory.group";
52
+	  "https://www.googleapis.com/auth/admin.directory.group";
53 53
   /** View and manage group subscriptions on your domain. */
54 54
   const ADMIN_DIRECTORY_GROUP_MEMBER =
55
-      "https://www.googleapis.com/auth/admin.directory.group.member";
55
+	  "https://www.googleapis.com/auth/admin.directory.group.member";
56 56
   /** View group subscriptions on your domain. */
57 57
   const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY =
58
-      "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
58
+	  "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
59 59
   /** View groups on your domain. */
60 60
   const ADMIN_DIRECTORY_GROUP_READONLY =
61
-      "https://www.googleapis.com/auth/admin.directory.group.readonly";
61
+	  "https://www.googleapis.com/auth/admin.directory.group.readonly";
62 62
   /** View and manage notifications received on your domain. */
63 63
   const ADMIN_DIRECTORY_NOTIFICATIONS =
64
-      "https://www.googleapis.com/auth/admin.directory.notifications";
64
+	  "https://www.googleapis.com/auth/admin.directory.notifications";
65 65
   /** View and manage organization units on your domain. */
66 66
   const ADMIN_DIRECTORY_ORGUNIT =
67
-      "https://www.googleapis.com/auth/admin.directory.orgunit";
67
+	  "https://www.googleapis.com/auth/admin.directory.orgunit";
68 68
   /** View organization units on your domain. */
69 69
   const ADMIN_DIRECTORY_ORGUNIT_READONLY =
70
-      "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
70
+	  "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
71 71
   /** View and manage the provisioning of users on your domain. */
72 72
   const ADMIN_DIRECTORY_USER =
73
-      "https://www.googleapis.com/auth/admin.directory.user";
73
+	  "https://www.googleapis.com/auth/admin.directory.user";
74 74
   /** View and manage user aliases on your domain. */
75 75
   const ADMIN_DIRECTORY_USER_ALIAS =
76
-      "https://www.googleapis.com/auth/admin.directory.user.alias";
76
+	  "https://www.googleapis.com/auth/admin.directory.user.alias";
77 77
   /** View user aliases on your domain. */
78 78
   const ADMIN_DIRECTORY_USER_ALIAS_READONLY =
79
-      "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
79
+	  "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
80 80
   /** View users on your domain. */
81 81
   const ADMIN_DIRECTORY_USER_READONLY =
82
-      "https://www.googleapis.com/auth/admin.directory.user.readonly";
82
+	  "https://www.googleapis.com/auth/admin.directory.user.readonly";
83 83
   /** Manage data access permissions for users on your domain. */
84 84
   const ADMIN_DIRECTORY_USER_SECURITY =
85
-      "https://www.googleapis.com/auth/admin.directory.user.security";
85
+	  "https://www.googleapis.com/auth/admin.directory.user.security";
86 86
   /** View and manage the provisioning of user schemas on your domain. */
87 87
   const ADMIN_DIRECTORY_USERSCHEMA =
88
-      "https://www.googleapis.com/auth/admin.directory.userschema";
88
+	  "https://www.googleapis.com/auth/admin.directory.userschema";
89 89
   /** View user schemas on your domain. */
90 90
   const ADMIN_DIRECTORY_USERSCHEMA_READONLY =
91
-      "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
91
+	  "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
92 92
 
93 93
   public $asps;
94 94
   public $channels;
@@ -114,1175 +114,1175 @@  discard block
 block discarded – undo
114 114
    */
115 115
   public function __construct(Google_Client $client)
116 116
   {
117
-    parent::__construct($client);
118
-    $this->rootUrl = 'https://www.googleapis.com/';
119
-    $this->servicePath = 'admin/directory/v1/';
120
-    $this->version = 'directory_v1';
121
-    $this->serviceName = 'admin';
122
-
123
-    $this->asps = new Google_Service_Directory_Asps_Resource(
124
-        $this,
125
-        $this->serviceName,
126
-        'asps',
127
-        array(
128
-          'methods' => array(
129
-            'delete' => array(
130
-              'path' => 'users/{userKey}/asps/{codeId}',
131
-              'httpMethod' => 'DELETE',
132
-              'parameters' => array(
133
-                'userKey' => array(
134
-                  'location' => 'path',
135
-                  'type' => 'string',
136
-                  'required' => true,
137
-                ),
138
-                'codeId' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'integer',
141
-                  'required' => true,
142
-                ),
143
-              ),
144
-            ),'get' => array(
145
-              'path' => 'users/{userKey}/asps/{codeId}',
146
-              'httpMethod' => 'GET',
147
-              'parameters' => array(
148
-                'userKey' => array(
149
-                  'location' => 'path',
150
-                  'type' => 'string',
151
-                  'required' => true,
152
-                ),
153
-                'codeId' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'integer',
156
-                  'required' => true,
157
-                ),
158
-              ),
159
-            ),'list' => array(
160
-              'path' => 'users/{userKey}/asps',
161
-              'httpMethod' => 'GET',
162
-              'parameters' => array(
163
-                'userKey' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-              ),
169
-            ),
170
-          )
171
-        )
172
-    );
173
-    $this->channels = new Google_Service_Directory_Channels_Resource(
174
-        $this,
175
-        $this->serviceName,
176
-        'channels',
177
-        array(
178
-          'methods' => array(
179
-            'stop' => array(
180
-              'path' => '/admin/directory_v1/channels/stop',
181
-              'httpMethod' => 'POST',
182
-              'parameters' => array(),
183
-            ),
184
-          )
185
-        )
186
-    );
187
-    $this->chromeosdevices = new Google_Service_Directory_Chromeosdevices_Resource(
188
-        $this,
189
-        $this->serviceName,
190
-        'chromeosdevices',
191
-        array(
192
-          'methods' => array(
193
-            'get' => array(
194
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
195
-              'httpMethod' => 'GET',
196
-              'parameters' => array(
197
-                'customerId' => array(
198
-                  'location' => 'path',
199
-                  'type' => 'string',
200
-                  'required' => true,
201
-                ),
202
-                'deviceId' => array(
203
-                  'location' => 'path',
204
-                  'type' => 'string',
205
-                  'required' => true,
206
-                ),
207
-                'projection' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'string',
210
-                ),
211
-              ),
212
-            ),'list' => array(
213
-              'path' => 'customer/{customerId}/devices/chromeos',
214
-              'httpMethod' => 'GET',
215
-              'parameters' => array(
216
-                'customerId' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-                'orderBy' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'string',
224
-                ),
225
-                'projection' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'maxResults' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'integer',
232
-                ),
233
-                'pageToken' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'string',
236
-                ),
237
-                'sortOrder' => array(
238
-                  'location' => 'query',
239
-                  'type' => 'string',
240
-                ),
241
-                'query' => array(
242
-                  'location' => 'query',
243
-                  'type' => 'string',
244
-                ),
245
-              ),
246
-            ),'patch' => array(
247
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248
-              'httpMethod' => 'PATCH',
249
-              'parameters' => array(
250
-                'customerId' => array(
251
-                  'location' => 'path',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-                'deviceId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'projection' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-              ),
265
-            ),'update' => array(
266
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267
-              'httpMethod' => 'PUT',
268
-              'parameters' => array(
269
-                'customerId' => array(
270
-                  'location' => 'path',
271
-                  'type' => 'string',
272
-                  'required' => true,
273
-                ),
274
-                'deviceId' => array(
275
-                  'location' => 'path',
276
-                  'type' => 'string',
277
-                  'required' => true,
278
-                ),
279
-                'projection' => array(
280
-                  'location' => 'query',
281
-                  'type' => 'string',
282
-                ),
283
-              ),
284
-            ),
285
-          )
286
-        )
287
-    );
288
-    $this->groups = new Google_Service_Directory_Groups_Resource(
289
-        $this,
290
-        $this->serviceName,
291
-        'groups',
292
-        array(
293
-          'methods' => array(
294
-            'delete' => array(
295
-              'path' => 'groups/{groupKey}',
296
-              'httpMethod' => 'DELETE',
297
-              'parameters' => array(
298
-                'groupKey' => array(
299
-                  'location' => 'path',
300
-                  'type' => 'string',
301
-                  'required' => true,
302
-                ),
303
-              ),
304
-            ),'get' => array(
305
-              'path' => 'groups/{groupKey}',
306
-              'httpMethod' => 'GET',
307
-              'parameters' => array(
308
-                'groupKey' => array(
309
-                  'location' => 'path',
310
-                  'type' => 'string',
311
-                  'required' => true,
312
-                ),
313
-              ),
314
-            ),'insert' => array(
315
-              'path' => 'groups',
316
-              'httpMethod' => 'POST',
317
-              'parameters' => array(),
318
-            ),'list' => array(
319
-              'path' => 'groups',
320
-              'httpMethod' => 'GET',
321
-              'parameters' => array(
322
-                'customer' => array(
323
-                  'location' => 'query',
324
-                  'type' => 'string',
325
-                ),
326
-                'pageToken' => array(
327
-                  'location' => 'query',
328
-                  'type' => 'string',
329
-                ),
330
-                'domain' => array(
331
-                  'location' => 'query',
332
-                  'type' => 'string',
333
-                ),
334
-                'maxResults' => array(
335
-                  'location' => 'query',
336
-                  'type' => 'integer',
337
-                ),
338
-                'userKey' => array(
339
-                  'location' => 'query',
340
-                  'type' => 'string',
341
-                ),
342
-              ),
343
-            ),'patch' => array(
344
-              'path' => 'groups/{groupKey}',
345
-              'httpMethod' => 'PATCH',
346
-              'parameters' => array(
347
-                'groupKey' => array(
348
-                  'location' => 'path',
349
-                  'type' => 'string',
350
-                  'required' => true,
351
-                ),
352
-              ),
353
-            ),'update' => array(
354
-              'path' => 'groups/{groupKey}',
355
-              'httpMethod' => 'PUT',
356
-              'parameters' => array(
357
-                'groupKey' => array(
358
-                  'location' => 'path',
359
-                  'type' => 'string',
360
-                  'required' => true,
361
-                ),
362
-              ),
363
-            ),
364
-          )
365
-        )
366
-    );
367
-    $this->groups_aliases = new Google_Service_Directory_GroupsAliases_Resource(
368
-        $this,
369
-        $this->serviceName,
370
-        'aliases',
371
-        array(
372
-          'methods' => array(
373
-            'delete' => array(
374
-              'path' => 'groups/{groupKey}/aliases/{alias}',
375
-              'httpMethod' => 'DELETE',
376
-              'parameters' => array(
377
-                'groupKey' => array(
378
-                  'location' => 'path',
379
-                  'type' => 'string',
380
-                  'required' => true,
381
-                ),
382
-                'alias' => array(
383
-                  'location' => 'path',
384
-                  'type' => 'string',
385
-                  'required' => true,
386
-                ),
387
-              ),
388
-            ),'insert' => array(
389
-              'path' => 'groups/{groupKey}/aliases',
390
-              'httpMethod' => 'POST',
391
-              'parameters' => array(
392
-                'groupKey' => array(
393
-                  'location' => 'path',
394
-                  'type' => 'string',
395
-                  'required' => true,
396
-                ),
397
-              ),
398
-            ),'list' => array(
399
-              'path' => 'groups/{groupKey}/aliases',
400
-              'httpMethod' => 'GET',
401
-              'parameters' => array(
402
-                'groupKey' => array(
403
-                  'location' => 'path',
404
-                  'type' => 'string',
405
-                  'required' => true,
406
-                ),
407
-              ),
408
-            ),
409
-          )
410
-        )
411
-    );
412
-    $this->members = new Google_Service_Directory_Members_Resource(
413
-        $this,
414
-        $this->serviceName,
415
-        'members',
416
-        array(
417
-          'methods' => array(
418
-            'delete' => array(
419
-              'path' => 'groups/{groupKey}/members/{memberKey}',
420
-              'httpMethod' => 'DELETE',
421
-              'parameters' => array(
422
-                'groupKey' => array(
423
-                  'location' => 'path',
424
-                  'type' => 'string',
425
-                  'required' => true,
426
-                ),
427
-                'memberKey' => array(
428
-                  'location' => 'path',
429
-                  'type' => 'string',
430
-                  'required' => true,
431
-                ),
432
-              ),
433
-            ),'get' => array(
434
-              'path' => 'groups/{groupKey}/members/{memberKey}',
435
-              'httpMethod' => 'GET',
436
-              'parameters' => array(
437
-                'groupKey' => array(
438
-                  'location' => 'path',
439
-                  'type' => 'string',
440
-                  'required' => true,
441
-                ),
442
-                'memberKey' => array(
443
-                  'location' => 'path',
444
-                  'type' => 'string',
445
-                  'required' => true,
446
-                ),
447
-              ),
448
-            ),'insert' => array(
449
-              'path' => 'groups/{groupKey}/members',
450
-              'httpMethod' => 'POST',
451
-              'parameters' => array(
452
-                'groupKey' => array(
453
-                  'location' => 'path',
454
-                  'type' => 'string',
455
-                  'required' => true,
456
-                ),
457
-              ),
458
-            ),'list' => array(
459
-              'path' => 'groups/{groupKey}/members',
460
-              'httpMethod' => 'GET',
461
-              'parameters' => array(
462
-                'groupKey' => array(
463
-                  'location' => 'path',
464
-                  'type' => 'string',
465
-                  'required' => true,
466
-                ),
467
-                'pageToken' => array(
468
-                  'location' => 'query',
469
-                  'type' => 'string',
470
-                ),
471
-                'roles' => array(
472
-                  'location' => 'query',
473
-                  'type' => 'string',
474
-                ),
475
-                'maxResults' => array(
476
-                  'location' => 'query',
477
-                  'type' => 'integer',
478
-                ),
479
-              ),
480
-            ),'patch' => array(
481
-              'path' => 'groups/{groupKey}/members/{memberKey}',
482
-              'httpMethod' => 'PATCH',
483
-              'parameters' => array(
484
-                'groupKey' => array(
485
-                  'location' => 'path',
486
-                  'type' => 'string',
487
-                  'required' => true,
488
-                ),
489
-                'memberKey' => array(
490
-                  'location' => 'path',
491
-                  'type' => 'string',
492
-                  'required' => true,
493
-                ),
494
-              ),
495
-            ),'update' => array(
496
-              'path' => 'groups/{groupKey}/members/{memberKey}',
497
-              'httpMethod' => 'PUT',
498
-              'parameters' => array(
499
-                'groupKey' => array(
500
-                  'location' => 'path',
501
-                  'type' => 'string',
502
-                  'required' => true,
503
-                ),
504
-                'memberKey' => array(
505
-                  'location' => 'path',
506
-                  'type' => 'string',
507
-                  'required' => true,
508
-                ),
509
-              ),
510
-            ),
511
-          )
512
-        )
513
-    );
514
-    $this->mobiledevices = new Google_Service_Directory_Mobiledevices_Resource(
515
-        $this,
516
-        $this->serviceName,
517
-        'mobiledevices',
518
-        array(
519
-          'methods' => array(
520
-            'action' => array(
521
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}/action',
522
-              'httpMethod' => 'POST',
523
-              'parameters' => array(
524
-                'customerId' => array(
525
-                  'location' => 'path',
526
-                  'type' => 'string',
527
-                  'required' => true,
528
-                ),
529
-                'resourceId' => array(
530
-                  'location' => 'path',
531
-                  'type' => 'string',
532
-                  'required' => true,
533
-                ),
534
-              ),
535
-            ),'delete' => array(
536
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537
-              'httpMethod' => 'DELETE',
538
-              'parameters' => array(
539
-                'customerId' => array(
540
-                  'location' => 'path',
541
-                  'type' => 'string',
542
-                  'required' => true,
543
-                ),
544
-                'resourceId' => array(
545
-                  'location' => 'path',
546
-                  'type' => 'string',
547
-                  'required' => true,
548
-                ),
549
-              ),
550
-            ),'get' => array(
551
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552
-              'httpMethod' => 'GET',
553
-              'parameters' => array(
554
-                'customerId' => array(
555
-                  'location' => 'path',
556
-                  'type' => 'string',
557
-                  'required' => true,
558
-                ),
559
-                'resourceId' => array(
560
-                  'location' => 'path',
561
-                  'type' => 'string',
562
-                  'required' => true,
563
-                ),
564
-                'projection' => array(
565
-                  'location' => 'query',
566
-                  'type' => 'string',
567
-                ),
568
-              ),
569
-            ),'list' => array(
570
-              'path' => 'customer/{customerId}/devices/mobile',
571
-              'httpMethod' => 'GET',
572
-              'parameters' => array(
573
-                'customerId' => array(
574
-                  'location' => 'path',
575
-                  'type' => 'string',
576
-                  'required' => true,
577
-                ),
578
-                'orderBy' => array(
579
-                  'location' => 'query',
580
-                  'type' => 'string',
581
-                ),
582
-                'projection' => array(
583
-                  'location' => 'query',
584
-                  'type' => 'string',
585
-                ),
586
-                'maxResults' => array(
587
-                  'location' => 'query',
588
-                  'type' => 'integer',
589
-                ),
590
-                'pageToken' => array(
591
-                  'location' => 'query',
592
-                  'type' => 'string',
593
-                ),
594
-                'sortOrder' => array(
595
-                  'location' => 'query',
596
-                  'type' => 'string',
597
-                ),
598
-                'query' => array(
599
-                  'location' => 'query',
600
-                  'type' => 'string',
601
-                ),
602
-              ),
603
-            ),
604
-          )
605
-        )
606
-    );
607
-    $this->notifications = new Google_Service_Directory_Notifications_Resource(
608
-        $this,
609
-        $this->serviceName,
610
-        'notifications',
611
-        array(
612
-          'methods' => array(
613
-            'delete' => array(
614
-              'path' => 'customer/{customer}/notifications/{notificationId}',
615
-              'httpMethod' => 'DELETE',
616
-              'parameters' => array(
617
-                'customer' => array(
618
-                  'location' => 'path',
619
-                  'type' => 'string',
620
-                  'required' => true,
621
-                ),
622
-                'notificationId' => array(
623
-                  'location' => 'path',
624
-                  'type' => 'string',
625
-                  'required' => true,
626
-                ),
627
-              ),
628
-            ),'get' => array(
629
-              'path' => 'customer/{customer}/notifications/{notificationId}',
630
-              'httpMethod' => 'GET',
631
-              'parameters' => array(
632
-                'customer' => array(
633
-                  'location' => 'path',
634
-                  'type' => 'string',
635
-                  'required' => true,
636
-                ),
637
-                'notificationId' => array(
638
-                  'location' => 'path',
639
-                  'type' => 'string',
640
-                  'required' => true,
641
-                ),
642
-              ),
643
-            ),'list' => array(
644
-              'path' => 'customer/{customer}/notifications',
645
-              'httpMethod' => 'GET',
646
-              'parameters' => array(
647
-                'customer' => array(
648
-                  'location' => 'path',
649
-                  'type' => 'string',
650
-                  'required' => true,
651
-                ),
652
-                'pageToken' => array(
653
-                  'location' => 'query',
654
-                  'type' => 'string',
655
-                ),
656
-                'maxResults' => array(
657
-                  'location' => 'query',
658
-                  'type' => 'integer',
659
-                ),
660
-                'language' => array(
661
-                  'location' => 'query',
662
-                  'type' => 'string',
663
-                ),
664
-              ),
665
-            ),'patch' => array(
666
-              'path' => 'customer/{customer}/notifications/{notificationId}',
667
-              'httpMethod' => 'PATCH',
668
-              'parameters' => array(
669
-                'customer' => array(
670
-                  'location' => 'path',
671
-                  'type' => 'string',
672
-                  'required' => true,
673
-                ),
674
-                'notificationId' => array(
675
-                  'location' => 'path',
676
-                  'type' => 'string',
677
-                  'required' => true,
678
-                ),
679
-              ),
680
-            ),'update' => array(
681
-              'path' => 'customer/{customer}/notifications/{notificationId}',
682
-              'httpMethod' => 'PUT',
683
-              'parameters' => array(
684
-                'customer' => array(
685
-                  'location' => 'path',
686
-                  'type' => 'string',
687
-                  'required' => true,
688
-                ),
689
-                'notificationId' => array(
690
-                  'location' => 'path',
691
-                  'type' => 'string',
692
-                  'required' => true,
693
-                ),
694
-              ),
695
-            ),
696
-          )
697
-        )
698
-    );
699
-    $this->orgunits = new Google_Service_Directory_Orgunits_Resource(
700
-        $this,
701
-        $this->serviceName,
702
-        'orgunits',
703
-        array(
704
-          'methods' => array(
705
-            'delete' => array(
706
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
707
-              'httpMethod' => 'DELETE',
708
-              'parameters' => array(
709
-                'customerId' => array(
710
-                  'location' => 'path',
711
-                  'type' => 'string',
712
-                  'required' => true,
713
-                ),
714
-                'orgUnitPath' => array(
715
-                  'location' => 'path',
716
-                  'type' => 'string',
717
-                  'repeated' => true,
718
-                  'required' => true,
719
-                ),
720
-              ),
721
-            ),'get' => array(
722
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723
-              'httpMethod' => 'GET',
724
-              'parameters' => array(
725
-                'customerId' => array(
726
-                  'location' => 'path',
727
-                  'type' => 'string',
728
-                  'required' => true,
729
-                ),
730
-                'orgUnitPath' => array(
731
-                  'location' => 'path',
732
-                  'type' => 'string',
733
-                  'repeated' => true,
734
-                  'required' => true,
735
-                ),
736
-              ),
737
-            ),'insert' => array(
738
-              'path' => 'customer/{customerId}/orgunits',
739
-              'httpMethod' => 'POST',
740
-              'parameters' => array(
741
-                'customerId' => array(
742
-                  'location' => 'path',
743
-                  'type' => 'string',
744
-                  'required' => true,
745
-                ),
746
-              ),
747
-            ),'list' => array(
748
-              'path' => 'customer/{customerId}/orgunits',
749
-              'httpMethod' => 'GET',
750
-              'parameters' => array(
751
-                'customerId' => array(
752
-                  'location' => 'path',
753
-                  'type' => 'string',
754
-                  'required' => true,
755
-                ),
756
-                'type' => array(
757
-                  'location' => 'query',
758
-                  'type' => 'string',
759
-                ),
760
-                'orgUnitPath' => array(
761
-                  'location' => 'query',
762
-                  'type' => 'string',
763
-                ),
764
-              ),
765
-            ),'patch' => array(
766
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767
-              'httpMethod' => 'PATCH',
768
-              'parameters' => array(
769
-                'customerId' => array(
770
-                  'location' => 'path',
771
-                  'type' => 'string',
772
-                  'required' => true,
773
-                ),
774
-                'orgUnitPath' => array(
775
-                  'location' => 'path',
776
-                  'type' => 'string',
777
-                  'repeated' => true,
778
-                  'required' => true,
779
-                ),
780
-              ),
781
-            ),'update' => array(
782
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783
-              'httpMethod' => 'PUT',
784
-              'parameters' => array(
785
-                'customerId' => array(
786
-                  'location' => 'path',
787
-                  'type' => 'string',
788
-                  'required' => true,
789
-                ),
790
-                'orgUnitPath' => array(
791
-                  'location' => 'path',
792
-                  'type' => 'string',
793
-                  'repeated' => true,
794
-                  'required' => true,
795
-                ),
796
-              ),
797
-            ),
798
-          )
799
-        )
800
-    );
801
-    $this->schemas = new Google_Service_Directory_Schemas_Resource(
802
-        $this,
803
-        $this->serviceName,
804
-        'schemas',
805
-        array(
806
-          'methods' => array(
807
-            'delete' => array(
808
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
809
-              'httpMethod' => 'DELETE',
810
-              'parameters' => array(
811
-                'customerId' => array(
812
-                  'location' => 'path',
813
-                  'type' => 'string',
814
-                  'required' => true,
815
-                ),
816
-                'schemaKey' => array(
817
-                  'location' => 'path',
818
-                  'type' => 'string',
819
-                  'required' => true,
820
-                ),
821
-              ),
822
-            ),'get' => array(
823
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
824
-              'httpMethod' => 'GET',
825
-              'parameters' => array(
826
-                'customerId' => array(
827
-                  'location' => 'path',
828
-                  'type' => 'string',
829
-                  'required' => true,
830
-                ),
831
-                'schemaKey' => array(
832
-                  'location' => 'path',
833
-                  'type' => 'string',
834
-                  'required' => true,
835
-                ),
836
-              ),
837
-            ),'insert' => array(
838
-              'path' => 'customer/{customerId}/schemas',
839
-              'httpMethod' => 'POST',
840
-              'parameters' => array(
841
-                'customerId' => array(
842
-                  'location' => 'path',
843
-                  'type' => 'string',
844
-                  'required' => true,
845
-                ),
846
-              ),
847
-            ),'list' => array(
848
-              'path' => 'customer/{customerId}/schemas',
849
-              'httpMethod' => 'GET',
850
-              'parameters' => array(
851
-                'customerId' => array(
852
-                  'location' => 'path',
853
-                  'type' => 'string',
854
-                  'required' => true,
855
-                ),
856
-              ),
857
-            ),'patch' => array(
858
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
859
-              'httpMethod' => 'PATCH',
860
-              'parameters' => array(
861
-                'customerId' => array(
862
-                  'location' => 'path',
863
-                  'type' => 'string',
864
-                  'required' => true,
865
-                ),
866
-                'schemaKey' => array(
867
-                  'location' => 'path',
868
-                  'type' => 'string',
869
-                  'required' => true,
870
-                ),
871
-              ),
872
-            ),'update' => array(
873
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
874
-              'httpMethod' => 'PUT',
875
-              'parameters' => array(
876
-                'customerId' => array(
877
-                  'location' => 'path',
878
-                  'type' => 'string',
879
-                  'required' => true,
880
-                ),
881
-                'schemaKey' => array(
882
-                  'location' => 'path',
883
-                  'type' => 'string',
884
-                  'required' => true,
885
-                ),
886
-              ),
887
-            ),
888
-          )
889
-        )
890
-    );
891
-    $this->tokens = new Google_Service_Directory_Tokens_Resource(
892
-        $this,
893
-        $this->serviceName,
894
-        'tokens',
895
-        array(
896
-          'methods' => array(
897
-            'delete' => array(
898
-              'path' => 'users/{userKey}/tokens/{clientId}',
899
-              'httpMethod' => 'DELETE',
900
-              'parameters' => array(
901
-                'userKey' => array(
902
-                  'location' => 'path',
903
-                  'type' => 'string',
904
-                  'required' => true,
905
-                ),
906
-                'clientId' => array(
907
-                  'location' => 'path',
908
-                  'type' => 'string',
909
-                  'required' => true,
910
-                ),
911
-              ),
912
-            ),'get' => array(
913
-              'path' => 'users/{userKey}/tokens/{clientId}',
914
-              'httpMethod' => 'GET',
915
-              'parameters' => array(
916
-                'userKey' => array(
917
-                  'location' => 'path',
918
-                  'type' => 'string',
919
-                  'required' => true,
920
-                ),
921
-                'clientId' => array(
922
-                  'location' => 'path',
923
-                  'type' => 'string',
924
-                  'required' => true,
925
-                ),
926
-              ),
927
-            ),'list' => array(
928
-              'path' => 'users/{userKey}/tokens',
929
-              'httpMethod' => 'GET',
930
-              'parameters' => array(
931
-                'userKey' => array(
932
-                  'location' => 'path',
933
-                  'type' => 'string',
934
-                  'required' => true,
935
-                ),
936
-              ),
937
-            ),
938
-          )
939
-        )
940
-    );
941
-    $this->users = new Google_Service_Directory_Users_Resource(
942
-        $this,
943
-        $this->serviceName,
944
-        'users',
945
-        array(
946
-          'methods' => array(
947
-            'delete' => array(
948
-              'path' => 'users/{userKey}',
949
-              'httpMethod' => 'DELETE',
950
-              'parameters' => array(
951
-                'userKey' => array(
952
-                  'location' => 'path',
953
-                  'type' => 'string',
954
-                  'required' => true,
955
-                ),
956
-              ),
957
-            ),'get' => array(
958
-              'path' => 'users/{userKey}',
959
-              'httpMethod' => 'GET',
960
-              'parameters' => array(
961
-                'userKey' => array(
962
-                  'location' => 'path',
963
-                  'type' => 'string',
964
-                  'required' => true,
965
-                ),
966
-                'viewType' => array(
967
-                  'location' => 'query',
968
-                  'type' => 'string',
969
-                ),
970
-                'customFieldMask' => array(
971
-                  'location' => 'query',
972
-                  'type' => 'string',
973
-                ),
974
-                'projection' => array(
975
-                  'location' => 'query',
976
-                  'type' => 'string',
977
-                ),
978
-              ),
979
-            ),'insert' => array(
980
-              'path' => 'users',
981
-              'httpMethod' => 'POST',
982
-              'parameters' => array(),
983
-            ),'list' => array(
984
-              'path' => 'users',
985
-              'httpMethod' => 'GET',
986
-              'parameters' => array(
987
-                'customer' => array(
988
-                  'location' => 'query',
989
-                  'type' => 'string',
990
-                ),
991
-                'orderBy' => array(
992
-                  'location' => 'query',
993
-                  'type' => 'string',
994
-                ),
995
-                'domain' => array(
996
-                  'location' => 'query',
997
-                  'type' => 'string',
998
-                ),
999
-                'projection' => array(
1000
-                  'location' => 'query',
1001
-                  'type' => 'string',
1002
-                ),
1003
-                'showDeleted' => array(
1004
-                  'location' => 'query',
1005
-                  'type' => 'string',
1006
-                ),
1007
-                'customFieldMask' => array(
1008
-                  'location' => 'query',
1009
-                  'type' => 'string',
1010
-                ),
1011
-                'maxResults' => array(
1012
-                  'location' => 'query',
1013
-                  'type' => 'integer',
1014
-                ),
1015
-                'pageToken' => array(
1016
-                  'location' => 'query',
1017
-                  'type' => 'string',
1018
-                ),
1019
-                'sortOrder' => array(
1020
-                  'location' => 'query',
1021
-                  'type' => 'string',
1022
-                ),
1023
-                'query' => array(
1024
-                  'location' => 'query',
1025
-                  'type' => 'string',
1026
-                ),
1027
-                'viewType' => array(
1028
-                  'location' => 'query',
1029
-                  'type' => 'string',
1030
-                ),
1031
-                'event' => array(
1032
-                  'location' => 'query',
1033
-                  'type' => 'string',
1034
-                ),
1035
-              ),
1036
-            ),'makeAdmin' => array(
1037
-              'path' => 'users/{userKey}/makeAdmin',
1038
-              'httpMethod' => 'POST',
1039
-              'parameters' => array(
1040
-                'userKey' => array(
1041
-                  'location' => 'path',
1042
-                  'type' => 'string',
1043
-                  'required' => true,
1044
-                ),
1045
-              ),
1046
-            ),'patch' => array(
1047
-              'path' => 'users/{userKey}',
1048
-              'httpMethod' => 'PATCH',
1049
-              'parameters' => array(
1050
-                'userKey' => array(
1051
-                  'location' => 'path',
1052
-                  'type' => 'string',
1053
-                  'required' => true,
1054
-                ),
1055
-              ),
1056
-            ),'undelete' => array(
1057
-              'path' => 'users/{userKey}/undelete',
1058
-              'httpMethod' => 'POST',
1059
-              'parameters' => array(
1060
-                'userKey' => array(
1061
-                  'location' => 'path',
1062
-                  'type' => 'string',
1063
-                  'required' => true,
1064
-                ),
1065
-              ),
1066
-            ),'update' => array(
1067
-              'path' => 'users/{userKey}',
1068
-              'httpMethod' => 'PUT',
1069
-              'parameters' => array(
1070
-                'userKey' => array(
1071
-                  'location' => 'path',
1072
-                  'type' => 'string',
1073
-                  'required' => true,
1074
-                ),
1075
-              ),
1076
-            ),'watch' => array(
1077
-              'path' => 'users/watch',
1078
-              'httpMethod' => 'POST',
1079
-              'parameters' => array(
1080
-                'customer' => array(
1081
-                  'location' => 'query',
1082
-                  'type' => 'string',
1083
-                ),
1084
-                'orderBy' => array(
1085
-                  'location' => 'query',
1086
-                  'type' => 'string',
1087
-                ),
1088
-                'domain' => array(
1089
-                  'location' => 'query',
1090
-                  'type' => 'string',
1091
-                ),
1092
-                'projection' => array(
1093
-                  'location' => 'query',
1094
-                  'type' => 'string',
1095
-                ),
1096
-                'showDeleted' => array(
1097
-                  'location' => 'query',
1098
-                  'type' => 'string',
1099
-                ),
1100
-                'customFieldMask' => array(
1101
-                  'location' => 'query',
1102
-                  'type' => 'string',
1103
-                ),
1104
-                'maxResults' => array(
1105
-                  'location' => 'query',
1106
-                  'type' => 'integer',
1107
-                ),
1108
-                'pageToken' => array(
1109
-                  'location' => 'query',
1110
-                  'type' => 'string',
1111
-                ),
1112
-                'sortOrder' => array(
1113
-                  'location' => 'query',
1114
-                  'type' => 'string',
1115
-                ),
1116
-                'query' => array(
1117
-                  'location' => 'query',
1118
-                  'type' => 'string',
1119
-                ),
1120
-                'viewType' => array(
1121
-                  'location' => 'query',
1122
-                  'type' => 'string',
1123
-                ),
1124
-                'event' => array(
1125
-                  'location' => 'query',
1126
-                  'type' => 'string',
1127
-                ),
1128
-              ),
1129
-            ),
1130
-          )
1131
-        )
1132
-    );
1133
-    $this->users_aliases = new Google_Service_Directory_UsersAliases_Resource(
1134
-        $this,
1135
-        $this->serviceName,
1136
-        'aliases',
1137
-        array(
1138
-          'methods' => array(
1139
-            'delete' => array(
1140
-              'path' => 'users/{userKey}/aliases/{alias}',
1141
-              'httpMethod' => 'DELETE',
1142
-              'parameters' => array(
1143
-                'userKey' => array(
1144
-                  'location' => 'path',
1145
-                  'type' => 'string',
1146
-                  'required' => true,
1147
-                ),
1148
-                'alias' => array(
1149
-                  'location' => 'path',
1150
-                  'type' => 'string',
1151
-                  'required' => true,
1152
-                ),
1153
-              ),
1154
-            ),'insert' => array(
1155
-              'path' => 'users/{userKey}/aliases',
1156
-              'httpMethod' => 'POST',
1157
-              'parameters' => array(
1158
-                'userKey' => array(
1159
-                  'location' => 'path',
1160
-                  'type' => 'string',
1161
-                  'required' => true,
1162
-                ),
1163
-              ),
1164
-            ),'list' => array(
1165
-              'path' => 'users/{userKey}/aliases',
1166
-              'httpMethod' => 'GET',
1167
-              'parameters' => array(
1168
-                'userKey' => array(
1169
-                  'location' => 'path',
1170
-                  'type' => 'string',
1171
-                  'required' => true,
1172
-                ),
1173
-                'event' => array(
1174
-                  'location' => 'query',
1175
-                  'type' => 'string',
1176
-                ),
1177
-              ),
1178
-            ),'watch' => array(
1179
-              'path' => 'users/{userKey}/aliases/watch',
1180
-              'httpMethod' => 'POST',
1181
-              'parameters' => array(
1182
-                'userKey' => array(
1183
-                  'location' => 'path',
1184
-                  'type' => 'string',
1185
-                  'required' => true,
1186
-                ),
1187
-                'event' => array(
1188
-                  'location' => 'query',
1189
-                  'type' => 'string',
1190
-                ),
1191
-              ),
1192
-            ),
1193
-          )
1194
-        )
1195
-    );
1196
-    $this->users_photos = new Google_Service_Directory_UsersPhotos_Resource(
1197
-        $this,
1198
-        $this->serviceName,
1199
-        'photos',
1200
-        array(
1201
-          'methods' => array(
1202
-            'delete' => array(
1203
-              'path' => 'users/{userKey}/photos/thumbnail',
1204
-              'httpMethod' => 'DELETE',
1205
-              'parameters' => array(
1206
-                'userKey' => array(
1207
-                  'location' => 'path',
1208
-                  'type' => 'string',
1209
-                  'required' => true,
1210
-                ),
1211
-              ),
1212
-            ),'get' => array(
1213
-              'path' => 'users/{userKey}/photos/thumbnail',
1214
-              'httpMethod' => 'GET',
1215
-              'parameters' => array(
1216
-                'userKey' => array(
1217
-                  'location' => 'path',
1218
-                  'type' => 'string',
1219
-                  'required' => true,
1220
-                ),
1221
-              ),
1222
-            ),'patch' => array(
1223
-              'path' => 'users/{userKey}/photos/thumbnail',
1224
-              'httpMethod' => 'PATCH',
1225
-              'parameters' => array(
1226
-                'userKey' => array(
1227
-                  'location' => 'path',
1228
-                  'type' => 'string',
1229
-                  'required' => true,
1230
-                ),
1231
-              ),
1232
-            ),'update' => array(
1233
-              'path' => 'users/{userKey}/photos/thumbnail',
1234
-              'httpMethod' => 'PUT',
1235
-              'parameters' => array(
1236
-                'userKey' => array(
1237
-                  'location' => 'path',
1238
-                  'type' => 'string',
1239
-                  'required' => true,
1240
-                ),
1241
-              ),
1242
-            ),
1243
-          )
1244
-        )
1245
-    );
1246
-    $this->verificationCodes = new Google_Service_Directory_VerificationCodes_Resource(
1247
-        $this,
1248
-        $this->serviceName,
1249
-        'verificationCodes',
1250
-        array(
1251
-          'methods' => array(
1252
-            'generate' => array(
1253
-              'path' => 'users/{userKey}/verificationCodes/generate',
1254
-              'httpMethod' => 'POST',
1255
-              'parameters' => array(
1256
-                'userKey' => array(
1257
-                  'location' => 'path',
1258
-                  'type' => 'string',
1259
-                  'required' => true,
1260
-                ),
1261
-              ),
1262
-            ),'invalidate' => array(
1263
-              'path' => 'users/{userKey}/verificationCodes/invalidate',
1264
-              'httpMethod' => 'POST',
1265
-              'parameters' => array(
1266
-                'userKey' => array(
1267
-                  'location' => 'path',
1268
-                  'type' => 'string',
1269
-                  'required' => true,
1270
-                ),
1271
-              ),
1272
-            ),'list' => array(
1273
-              'path' => 'users/{userKey}/verificationCodes',
1274
-              'httpMethod' => 'GET',
1275
-              'parameters' => array(
1276
-                'userKey' => array(
1277
-                  'location' => 'path',
1278
-                  'type' => 'string',
1279
-                  'required' => true,
1280
-                ),
1281
-              ),
1282
-            ),
1283
-          )
1284
-        )
1285
-    );
117
+	parent::__construct($client);
118
+	$this->rootUrl = 'https://www.googleapis.com/';
119
+	$this->servicePath = 'admin/directory/v1/';
120
+	$this->version = 'directory_v1';
121
+	$this->serviceName = 'admin';
122
+
123
+	$this->asps = new Google_Service_Directory_Asps_Resource(
124
+		$this,
125
+		$this->serviceName,
126
+		'asps',
127
+		array(
128
+		  'methods' => array(
129
+			'delete' => array(
130
+			  'path' => 'users/{userKey}/asps/{codeId}',
131
+			  'httpMethod' => 'DELETE',
132
+			  'parameters' => array(
133
+				'userKey' => array(
134
+				  'location' => 'path',
135
+				  'type' => 'string',
136
+				  'required' => true,
137
+				),
138
+				'codeId' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'integer',
141
+				  'required' => true,
142
+				),
143
+			  ),
144
+			),'get' => array(
145
+			  'path' => 'users/{userKey}/asps/{codeId}',
146
+			  'httpMethod' => 'GET',
147
+			  'parameters' => array(
148
+				'userKey' => array(
149
+				  'location' => 'path',
150
+				  'type' => 'string',
151
+				  'required' => true,
152
+				),
153
+				'codeId' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'integer',
156
+				  'required' => true,
157
+				),
158
+			  ),
159
+			),'list' => array(
160
+			  'path' => 'users/{userKey}/asps',
161
+			  'httpMethod' => 'GET',
162
+			  'parameters' => array(
163
+				'userKey' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+			  ),
169
+			),
170
+		  )
171
+		)
172
+	);
173
+	$this->channels = new Google_Service_Directory_Channels_Resource(
174
+		$this,
175
+		$this->serviceName,
176
+		'channels',
177
+		array(
178
+		  'methods' => array(
179
+			'stop' => array(
180
+			  'path' => '/admin/directory_v1/channels/stop',
181
+			  'httpMethod' => 'POST',
182
+			  'parameters' => array(),
183
+			),
184
+		  )
185
+		)
186
+	);
187
+	$this->chromeosdevices = new Google_Service_Directory_Chromeosdevices_Resource(
188
+		$this,
189
+		$this->serviceName,
190
+		'chromeosdevices',
191
+		array(
192
+		  'methods' => array(
193
+			'get' => array(
194
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
195
+			  'httpMethod' => 'GET',
196
+			  'parameters' => array(
197
+				'customerId' => array(
198
+				  'location' => 'path',
199
+				  'type' => 'string',
200
+				  'required' => true,
201
+				),
202
+				'deviceId' => array(
203
+				  'location' => 'path',
204
+				  'type' => 'string',
205
+				  'required' => true,
206
+				),
207
+				'projection' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'string',
210
+				),
211
+			  ),
212
+			),'list' => array(
213
+			  'path' => 'customer/{customerId}/devices/chromeos',
214
+			  'httpMethod' => 'GET',
215
+			  'parameters' => array(
216
+				'customerId' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+				'orderBy' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'string',
224
+				),
225
+				'projection' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'maxResults' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'integer',
232
+				),
233
+				'pageToken' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'string',
236
+				),
237
+				'sortOrder' => array(
238
+				  'location' => 'query',
239
+				  'type' => 'string',
240
+				),
241
+				'query' => array(
242
+				  'location' => 'query',
243
+				  'type' => 'string',
244
+				),
245
+			  ),
246
+			),'patch' => array(
247
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248
+			  'httpMethod' => 'PATCH',
249
+			  'parameters' => array(
250
+				'customerId' => array(
251
+				  'location' => 'path',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+				'deviceId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'projection' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+			  ),
265
+			),'update' => array(
266
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267
+			  'httpMethod' => 'PUT',
268
+			  'parameters' => array(
269
+				'customerId' => array(
270
+				  'location' => 'path',
271
+				  'type' => 'string',
272
+				  'required' => true,
273
+				),
274
+				'deviceId' => array(
275
+				  'location' => 'path',
276
+				  'type' => 'string',
277
+				  'required' => true,
278
+				),
279
+				'projection' => array(
280
+				  'location' => 'query',
281
+				  'type' => 'string',
282
+				),
283
+			  ),
284
+			),
285
+		  )
286
+		)
287
+	);
288
+	$this->groups = new Google_Service_Directory_Groups_Resource(
289
+		$this,
290
+		$this->serviceName,
291
+		'groups',
292
+		array(
293
+		  'methods' => array(
294
+			'delete' => array(
295
+			  'path' => 'groups/{groupKey}',
296
+			  'httpMethod' => 'DELETE',
297
+			  'parameters' => array(
298
+				'groupKey' => array(
299
+				  'location' => 'path',
300
+				  'type' => 'string',
301
+				  'required' => true,
302
+				),
303
+			  ),
304
+			),'get' => array(
305
+			  'path' => 'groups/{groupKey}',
306
+			  'httpMethod' => 'GET',
307
+			  'parameters' => array(
308
+				'groupKey' => array(
309
+				  'location' => 'path',
310
+				  'type' => 'string',
311
+				  'required' => true,
312
+				),
313
+			  ),
314
+			),'insert' => array(
315
+			  'path' => 'groups',
316
+			  'httpMethod' => 'POST',
317
+			  'parameters' => array(),
318
+			),'list' => array(
319
+			  'path' => 'groups',
320
+			  'httpMethod' => 'GET',
321
+			  'parameters' => array(
322
+				'customer' => array(
323
+				  'location' => 'query',
324
+				  'type' => 'string',
325
+				),
326
+				'pageToken' => array(
327
+				  'location' => 'query',
328
+				  'type' => 'string',
329
+				),
330
+				'domain' => array(
331
+				  'location' => 'query',
332
+				  'type' => 'string',
333
+				),
334
+				'maxResults' => array(
335
+				  'location' => 'query',
336
+				  'type' => 'integer',
337
+				),
338
+				'userKey' => array(
339
+				  'location' => 'query',
340
+				  'type' => 'string',
341
+				),
342
+			  ),
343
+			),'patch' => array(
344
+			  'path' => 'groups/{groupKey}',
345
+			  'httpMethod' => 'PATCH',
346
+			  'parameters' => array(
347
+				'groupKey' => array(
348
+				  'location' => 'path',
349
+				  'type' => 'string',
350
+				  'required' => true,
351
+				),
352
+			  ),
353
+			),'update' => array(
354
+			  'path' => 'groups/{groupKey}',
355
+			  'httpMethod' => 'PUT',
356
+			  'parameters' => array(
357
+				'groupKey' => array(
358
+				  'location' => 'path',
359
+				  'type' => 'string',
360
+				  'required' => true,
361
+				),
362
+			  ),
363
+			),
364
+		  )
365
+		)
366
+	);
367
+	$this->groups_aliases = new Google_Service_Directory_GroupsAliases_Resource(
368
+		$this,
369
+		$this->serviceName,
370
+		'aliases',
371
+		array(
372
+		  'methods' => array(
373
+			'delete' => array(
374
+			  'path' => 'groups/{groupKey}/aliases/{alias}',
375
+			  'httpMethod' => 'DELETE',
376
+			  'parameters' => array(
377
+				'groupKey' => array(
378
+				  'location' => 'path',
379
+				  'type' => 'string',
380
+				  'required' => true,
381
+				),
382
+				'alias' => array(
383
+				  'location' => 'path',
384
+				  'type' => 'string',
385
+				  'required' => true,
386
+				),
387
+			  ),
388
+			),'insert' => array(
389
+			  'path' => 'groups/{groupKey}/aliases',
390
+			  'httpMethod' => 'POST',
391
+			  'parameters' => array(
392
+				'groupKey' => array(
393
+				  'location' => 'path',
394
+				  'type' => 'string',
395
+				  'required' => true,
396
+				),
397
+			  ),
398
+			),'list' => array(
399
+			  'path' => 'groups/{groupKey}/aliases',
400
+			  'httpMethod' => 'GET',
401
+			  'parameters' => array(
402
+				'groupKey' => array(
403
+				  'location' => 'path',
404
+				  'type' => 'string',
405
+				  'required' => true,
406
+				),
407
+			  ),
408
+			),
409
+		  )
410
+		)
411
+	);
412
+	$this->members = new Google_Service_Directory_Members_Resource(
413
+		$this,
414
+		$this->serviceName,
415
+		'members',
416
+		array(
417
+		  'methods' => array(
418
+			'delete' => array(
419
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
420
+			  'httpMethod' => 'DELETE',
421
+			  'parameters' => array(
422
+				'groupKey' => array(
423
+				  'location' => 'path',
424
+				  'type' => 'string',
425
+				  'required' => true,
426
+				),
427
+				'memberKey' => array(
428
+				  'location' => 'path',
429
+				  'type' => 'string',
430
+				  'required' => true,
431
+				),
432
+			  ),
433
+			),'get' => array(
434
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
435
+			  'httpMethod' => 'GET',
436
+			  'parameters' => array(
437
+				'groupKey' => array(
438
+				  'location' => 'path',
439
+				  'type' => 'string',
440
+				  'required' => true,
441
+				),
442
+				'memberKey' => array(
443
+				  'location' => 'path',
444
+				  'type' => 'string',
445
+				  'required' => true,
446
+				),
447
+			  ),
448
+			),'insert' => array(
449
+			  'path' => 'groups/{groupKey}/members',
450
+			  'httpMethod' => 'POST',
451
+			  'parameters' => array(
452
+				'groupKey' => array(
453
+				  'location' => 'path',
454
+				  'type' => 'string',
455
+				  'required' => true,
456
+				),
457
+			  ),
458
+			),'list' => array(
459
+			  'path' => 'groups/{groupKey}/members',
460
+			  'httpMethod' => 'GET',
461
+			  'parameters' => array(
462
+				'groupKey' => array(
463
+				  'location' => 'path',
464
+				  'type' => 'string',
465
+				  'required' => true,
466
+				),
467
+				'pageToken' => array(
468
+				  'location' => 'query',
469
+				  'type' => 'string',
470
+				),
471
+				'roles' => array(
472
+				  'location' => 'query',
473
+				  'type' => 'string',
474
+				),
475
+				'maxResults' => array(
476
+				  'location' => 'query',
477
+				  'type' => 'integer',
478
+				),
479
+			  ),
480
+			),'patch' => array(
481
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
482
+			  'httpMethod' => 'PATCH',
483
+			  'parameters' => array(
484
+				'groupKey' => array(
485
+				  'location' => 'path',
486
+				  'type' => 'string',
487
+				  'required' => true,
488
+				),
489
+				'memberKey' => array(
490
+				  'location' => 'path',
491
+				  'type' => 'string',
492
+				  'required' => true,
493
+				),
494
+			  ),
495
+			),'update' => array(
496
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
497
+			  'httpMethod' => 'PUT',
498
+			  'parameters' => array(
499
+				'groupKey' => array(
500
+				  'location' => 'path',
501
+				  'type' => 'string',
502
+				  'required' => true,
503
+				),
504
+				'memberKey' => array(
505
+				  'location' => 'path',
506
+				  'type' => 'string',
507
+				  'required' => true,
508
+				),
509
+			  ),
510
+			),
511
+		  )
512
+		)
513
+	);
514
+	$this->mobiledevices = new Google_Service_Directory_Mobiledevices_Resource(
515
+		$this,
516
+		$this->serviceName,
517
+		'mobiledevices',
518
+		array(
519
+		  'methods' => array(
520
+			'action' => array(
521
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}/action',
522
+			  'httpMethod' => 'POST',
523
+			  'parameters' => array(
524
+				'customerId' => array(
525
+				  'location' => 'path',
526
+				  'type' => 'string',
527
+				  'required' => true,
528
+				),
529
+				'resourceId' => array(
530
+				  'location' => 'path',
531
+				  'type' => 'string',
532
+				  'required' => true,
533
+				),
534
+			  ),
535
+			),'delete' => array(
536
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537
+			  'httpMethod' => 'DELETE',
538
+			  'parameters' => array(
539
+				'customerId' => array(
540
+				  'location' => 'path',
541
+				  'type' => 'string',
542
+				  'required' => true,
543
+				),
544
+				'resourceId' => array(
545
+				  'location' => 'path',
546
+				  'type' => 'string',
547
+				  'required' => true,
548
+				),
549
+			  ),
550
+			),'get' => array(
551
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552
+			  'httpMethod' => 'GET',
553
+			  'parameters' => array(
554
+				'customerId' => array(
555
+				  'location' => 'path',
556
+				  'type' => 'string',
557
+				  'required' => true,
558
+				),
559
+				'resourceId' => array(
560
+				  'location' => 'path',
561
+				  'type' => 'string',
562
+				  'required' => true,
563
+				),
564
+				'projection' => array(
565
+				  'location' => 'query',
566
+				  'type' => 'string',
567
+				),
568
+			  ),
569
+			),'list' => array(
570
+			  'path' => 'customer/{customerId}/devices/mobile',
571
+			  'httpMethod' => 'GET',
572
+			  'parameters' => array(
573
+				'customerId' => array(
574
+				  'location' => 'path',
575
+				  'type' => 'string',
576
+				  'required' => true,
577
+				),
578
+				'orderBy' => array(
579
+				  'location' => 'query',
580
+				  'type' => 'string',
581
+				),
582
+				'projection' => array(
583
+				  'location' => 'query',
584
+				  'type' => 'string',
585
+				),
586
+				'maxResults' => array(
587
+				  'location' => 'query',
588
+				  'type' => 'integer',
589
+				),
590
+				'pageToken' => array(
591
+				  'location' => 'query',
592
+				  'type' => 'string',
593
+				),
594
+				'sortOrder' => array(
595
+				  'location' => 'query',
596
+				  'type' => 'string',
597
+				),
598
+				'query' => array(
599
+				  'location' => 'query',
600
+				  'type' => 'string',
601
+				),
602
+			  ),
603
+			),
604
+		  )
605
+		)
606
+	);
607
+	$this->notifications = new Google_Service_Directory_Notifications_Resource(
608
+		$this,
609
+		$this->serviceName,
610
+		'notifications',
611
+		array(
612
+		  'methods' => array(
613
+			'delete' => array(
614
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
615
+			  'httpMethod' => 'DELETE',
616
+			  'parameters' => array(
617
+				'customer' => array(
618
+				  'location' => 'path',
619
+				  'type' => 'string',
620
+				  'required' => true,
621
+				),
622
+				'notificationId' => array(
623
+				  'location' => 'path',
624
+				  'type' => 'string',
625
+				  'required' => true,
626
+				),
627
+			  ),
628
+			),'get' => array(
629
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
630
+			  'httpMethod' => 'GET',
631
+			  'parameters' => array(
632
+				'customer' => array(
633
+				  'location' => 'path',
634
+				  'type' => 'string',
635
+				  'required' => true,
636
+				),
637
+				'notificationId' => array(
638
+				  'location' => 'path',
639
+				  'type' => 'string',
640
+				  'required' => true,
641
+				),
642
+			  ),
643
+			),'list' => array(
644
+			  'path' => 'customer/{customer}/notifications',
645
+			  'httpMethod' => 'GET',
646
+			  'parameters' => array(
647
+				'customer' => array(
648
+				  'location' => 'path',
649
+				  'type' => 'string',
650
+				  'required' => true,
651
+				),
652
+				'pageToken' => array(
653
+				  'location' => 'query',
654
+				  'type' => 'string',
655
+				),
656
+				'maxResults' => array(
657
+				  'location' => 'query',
658
+				  'type' => 'integer',
659
+				),
660
+				'language' => array(
661
+				  'location' => 'query',
662
+				  'type' => 'string',
663
+				),
664
+			  ),
665
+			),'patch' => array(
666
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
667
+			  'httpMethod' => 'PATCH',
668
+			  'parameters' => array(
669
+				'customer' => array(
670
+				  'location' => 'path',
671
+				  'type' => 'string',
672
+				  'required' => true,
673
+				),
674
+				'notificationId' => array(
675
+				  'location' => 'path',
676
+				  'type' => 'string',
677
+				  'required' => true,
678
+				),
679
+			  ),
680
+			),'update' => array(
681
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
682
+			  'httpMethod' => 'PUT',
683
+			  'parameters' => array(
684
+				'customer' => array(
685
+				  'location' => 'path',
686
+				  'type' => 'string',
687
+				  'required' => true,
688
+				),
689
+				'notificationId' => array(
690
+				  'location' => 'path',
691
+				  'type' => 'string',
692
+				  'required' => true,
693
+				),
694
+			  ),
695
+			),
696
+		  )
697
+		)
698
+	);
699
+	$this->orgunits = new Google_Service_Directory_Orgunits_Resource(
700
+		$this,
701
+		$this->serviceName,
702
+		'orgunits',
703
+		array(
704
+		  'methods' => array(
705
+			'delete' => array(
706
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
707
+			  'httpMethod' => 'DELETE',
708
+			  'parameters' => array(
709
+				'customerId' => array(
710
+				  'location' => 'path',
711
+				  'type' => 'string',
712
+				  'required' => true,
713
+				),
714
+				'orgUnitPath' => array(
715
+				  'location' => 'path',
716
+				  'type' => 'string',
717
+				  'repeated' => true,
718
+				  'required' => true,
719
+				),
720
+			  ),
721
+			),'get' => array(
722
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723
+			  'httpMethod' => 'GET',
724
+			  'parameters' => array(
725
+				'customerId' => array(
726
+				  'location' => 'path',
727
+				  'type' => 'string',
728
+				  'required' => true,
729
+				),
730
+				'orgUnitPath' => array(
731
+				  'location' => 'path',
732
+				  'type' => 'string',
733
+				  'repeated' => true,
734
+				  'required' => true,
735
+				),
736
+			  ),
737
+			),'insert' => array(
738
+			  'path' => 'customer/{customerId}/orgunits',
739
+			  'httpMethod' => 'POST',
740
+			  'parameters' => array(
741
+				'customerId' => array(
742
+				  'location' => 'path',
743
+				  'type' => 'string',
744
+				  'required' => true,
745
+				),
746
+			  ),
747
+			),'list' => array(
748
+			  'path' => 'customer/{customerId}/orgunits',
749
+			  'httpMethod' => 'GET',
750
+			  'parameters' => array(
751
+				'customerId' => array(
752
+				  'location' => 'path',
753
+				  'type' => 'string',
754
+				  'required' => true,
755
+				),
756
+				'type' => array(
757
+				  'location' => 'query',
758
+				  'type' => 'string',
759
+				),
760
+				'orgUnitPath' => array(
761
+				  'location' => 'query',
762
+				  'type' => 'string',
763
+				),
764
+			  ),
765
+			),'patch' => array(
766
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767
+			  'httpMethod' => 'PATCH',
768
+			  'parameters' => array(
769
+				'customerId' => array(
770
+				  'location' => 'path',
771
+				  'type' => 'string',
772
+				  'required' => true,
773
+				),
774
+				'orgUnitPath' => array(
775
+				  'location' => 'path',
776
+				  'type' => 'string',
777
+				  'repeated' => true,
778
+				  'required' => true,
779
+				),
780
+			  ),
781
+			),'update' => array(
782
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783
+			  'httpMethod' => 'PUT',
784
+			  'parameters' => array(
785
+				'customerId' => array(
786
+				  'location' => 'path',
787
+				  'type' => 'string',
788
+				  'required' => true,
789
+				),
790
+				'orgUnitPath' => array(
791
+				  'location' => 'path',
792
+				  'type' => 'string',
793
+				  'repeated' => true,
794
+				  'required' => true,
795
+				),
796
+			  ),
797
+			),
798
+		  )
799
+		)
800
+	);
801
+	$this->schemas = new Google_Service_Directory_Schemas_Resource(
802
+		$this,
803
+		$this->serviceName,
804
+		'schemas',
805
+		array(
806
+		  'methods' => array(
807
+			'delete' => array(
808
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
809
+			  'httpMethod' => 'DELETE',
810
+			  'parameters' => array(
811
+				'customerId' => array(
812
+				  'location' => 'path',
813
+				  'type' => 'string',
814
+				  'required' => true,
815
+				),
816
+				'schemaKey' => array(
817
+				  'location' => 'path',
818
+				  'type' => 'string',
819
+				  'required' => true,
820
+				),
821
+			  ),
822
+			),'get' => array(
823
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
824
+			  'httpMethod' => 'GET',
825
+			  'parameters' => array(
826
+				'customerId' => array(
827
+				  'location' => 'path',
828
+				  'type' => 'string',
829
+				  'required' => true,
830
+				),
831
+				'schemaKey' => array(
832
+				  'location' => 'path',
833
+				  'type' => 'string',
834
+				  'required' => true,
835
+				),
836
+			  ),
837
+			),'insert' => array(
838
+			  'path' => 'customer/{customerId}/schemas',
839
+			  'httpMethod' => 'POST',
840
+			  'parameters' => array(
841
+				'customerId' => array(
842
+				  'location' => 'path',
843
+				  'type' => 'string',
844
+				  'required' => true,
845
+				),
846
+			  ),
847
+			),'list' => array(
848
+			  'path' => 'customer/{customerId}/schemas',
849
+			  'httpMethod' => 'GET',
850
+			  'parameters' => array(
851
+				'customerId' => array(
852
+				  'location' => 'path',
853
+				  'type' => 'string',
854
+				  'required' => true,
855
+				),
856
+			  ),
857
+			),'patch' => array(
858
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
859
+			  'httpMethod' => 'PATCH',
860
+			  'parameters' => array(
861
+				'customerId' => array(
862
+				  'location' => 'path',
863
+				  'type' => 'string',
864
+				  'required' => true,
865
+				),
866
+				'schemaKey' => array(
867
+				  'location' => 'path',
868
+				  'type' => 'string',
869
+				  'required' => true,
870
+				),
871
+			  ),
872
+			),'update' => array(
873
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
874
+			  'httpMethod' => 'PUT',
875
+			  'parameters' => array(
876
+				'customerId' => array(
877
+				  'location' => 'path',
878
+				  'type' => 'string',
879
+				  'required' => true,
880
+				),
881
+				'schemaKey' => array(
882
+				  'location' => 'path',
883
+				  'type' => 'string',
884
+				  'required' => true,
885
+				),
886
+			  ),
887
+			),
888
+		  )
889
+		)
890
+	);
891
+	$this->tokens = new Google_Service_Directory_Tokens_Resource(
892
+		$this,
893
+		$this->serviceName,
894
+		'tokens',
895
+		array(
896
+		  'methods' => array(
897
+			'delete' => array(
898
+			  'path' => 'users/{userKey}/tokens/{clientId}',
899
+			  'httpMethod' => 'DELETE',
900
+			  'parameters' => array(
901
+				'userKey' => array(
902
+				  'location' => 'path',
903
+				  'type' => 'string',
904
+				  'required' => true,
905
+				),
906
+				'clientId' => array(
907
+				  'location' => 'path',
908
+				  'type' => 'string',
909
+				  'required' => true,
910
+				),
911
+			  ),
912
+			),'get' => array(
913
+			  'path' => 'users/{userKey}/tokens/{clientId}',
914
+			  'httpMethod' => 'GET',
915
+			  'parameters' => array(
916
+				'userKey' => array(
917
+				  'location' => 'path',
918
+				  'type' => 'string',
919
+				  'required' => true,
920
+				),
921
+				'clientId' => array(
922
+				  'location' => 'path',
923
+				  'type' => 'string',
924
+				  'required' => true,
925
+				),
926
+			  ),
927
+			),'list' => array(
928
+			  'path' => 'users/{userKey}/tokens',
929
+			  'httpMethod' => 'GET',
930
+			  'parameters' => array(
931
+				'userKey' => array(
932
+				  'location' => 'path',
933
+				  'type' => 'string',
934
+				  'required' => true,
935
+				),
936
+			  ),
937
+			),
938
+		  )
939
+		)
940
+	);
941
+	$this->users = new Google_Service_Directory_Users_Resource(
942
+		$this,
943
+		$this->serviceName,
944
+		'users',
945
+		array(
946
+		  'methods' => array(
947
+			'delete' => array(
948
+			  'path' => 'users/{userKey}',
949
+			  'httpMethod' => 'DELETE',
950
+			  'parameters' => array(
951
+				'userKey' => array(
952
+				  'location' => 'path',
953
+				  'type' => 'string',
954
+				  'required' => true,
955
+				),
956
+			  ),
957
+			),'get' => array(
958
+			  'path' => 'users/{userKey}',
959
+			  'httpMethod' => 'GET',
960
+			  'parameters' => array(
961
+				'userKey' => array(
962
+				  'location' => 'path',
963
+				  'type' => 'string',
964
+				  'required' => true,
965
+				),
966
+				'viewType' => array(
967
+				  'location' => 'query',
968
+				  'type' => 'string',
969
+				),
970
+				'customFieldMask' => array(
971
+				  'location' => 'query',
972
+				  'type' => 'string',
973
+				),
974
+				'projection' => array(
975
+				  'location' => 'query',
976
+				  'type' => 'string',
977
+				),
978
+			  ),
979
+			),'insert' => array(
980
+			  'path' => 'users',
981
+			  'httpMethod' => 'POST',
982
+			  'parameters' => array(),
983
+			),'list' => array(
984
+			  'path' => 'users',
985
+			  'httpMethod' => 'GET',
986
+			  'parameters' => array(
987
+				'customer' => array(
988
+				  'location' => 'query',
989
+				  'type' => 'string',
990
+				),
991
+				'orderBy' => array(
992
+				  'location' => 'query',
993
+				  'type' => 'string',
994
+				),
995
+				'domain' => array(
996
+				  'location' => 'query',
997
+				  'type' => 'string',
998
+				),
999
+				'projection' => array(
1000
+				  'location' => 'query',
1001
+				  'type' => 'string',
1002
+				),
1003
+				'showDeleted' => array(
1004
+				  'location' => 'query',
1005
+				  'type' => 'string',
1006
+				),
1007
+				'customFieldMask' => array(
1008
+				  'location' => 'query',
1009
+				  'type' => 'string',
1010
+				),
1011
+				'maxResults' => array(
1012
+				  'location' => 'query',
1013
+				  'type' => 'integer',
1014
+				),
1015
+				'pageToken' => array(
1016
+				  'location' => 'query',
1017
+				  'type' => 'string',
1018
+				),
1019
+				'sortOrder' => array(
1020
+				  'location' => 'query',
1021
+				  'type' => 'string',
1022
+				),
1023
+				'query' => array(
1024
+				  'location' => 'query',
1025
+				  'type' => 'string',
1026
+				),
1027
+				'viewType' => array(
1028
+				  'location' => 'query',
1029
+				  'type' => 'string',
1030
+				),
1031
+				'event' => array(
1032
+				  'location' => 'query',
1033
+				  'type' => 'string',
1034
+				),
1035
+			  ),
1036
+			),'makeAdmin' => array(
1037
+			  'path' => 'users/{userKey}/makeAdmin',
1038
+			  'httpMethod' => 'POST',
1039
+			  'parameters' => array(
1040
+				'userKey' => array(
1041
+				  'location' => 'path',
1042
+				  'type' => 'string',
1043
+				  'required' => true,
1044
+				),
1045
+			  ),
1046
+			),'patch' => array(
1047
+			  'path' => 'users/{userKey}',
1048
+			  'httpMethod' => 'PATCH',
1049
+			  'parameters' => array(
1050
+				'userKey' => array(
1051
+				  'location' => 'path',
1052
+				  'type' => 'string',
1053
+				  'required' => true,
1054
+				),
1055
+			  ),
1056
+			),'undelete' => array(
1057
+			  'path' => 'users/{userKey}/undelete',
1058
+			  'httpMethod' => 'POST',
1059
+			  'parameters' => array(
1060
+				'userKey' => array(
1061
+				  'location' => 'path',
1062
+				  'type' => 'string',
1063
+				  'required' => true,
1064
+				),
1065
+			  ),
1066
+			),'update' => array(
1067
+			  'path' => 'users/{userKey}',
1068
+			  'httpMethod' => 'PUT',
1069
+			  'parameters' => array(
1070
+				'userKey' => array(
1071
+				  'location' => 'path',
1072
+				  'type' => 'string',
1073
+				  'required' => true,
1074
+				),
1075
+			  ),
1076
+			),'watch' => array(
1077
+			  'path' => 'users/watch',
1078
+			  'httpMethod' => 'POST',
1079
+			  'parameters' => array(
1080
+				'customer' => array(
1081
+				  'location' => 'query',
1082
+				  'type' => 'string',
1083
+				),
1084
+				'orderBy' => array(
1085
+				  'location' => 'query',
1086
+				  'type' => 'string',
1087
+				),
1088
+				'domain' => array(
1089
+				  'location' => 'query',
1090
+				  'type' => 'string',
1091
+				),
1092
+				'projection' => array(
1093
+				  'location' => 'query',
1094
+				  'type' => 'string',
1095
+				),
1096
+				'showDeleted' => array(
1097
+				  'location' => 'query',
1098
+				  'type' => 'string',
1099
+				),
1100
+				'customFieldMask' => array(
1101
+				  'location' => 'query',
1102
+				  'type' => 'string',
1103
+				),
1104
+				'maxResults' => array(
1105
+				  'location' => 'query',
1106
+				  'type' => 'integer',
1107
+				),
1108
+				'pageToken' => array(
1109
+				  'location' => 'query',
1110
+				  'type' => 'string',
1111
+				),
1112
+				'sortOrder' => array(
1113
+				  'location' => 'query',
1114
+				  'type' => 'string',
1115
+				),
1116
+				'query' => array(
1117
+				  'location' => 'query',
1118
+				  'type' => 'string',
1119
+				),
1120
+				'viewType' => array(
1121
+				  'location' => 'query',
1122
+				  'type' => 'string',
1123
+				),
1124
+				'event' => array(
1125
+				  'location' => 'query',
1126
+				  'type' => 'string',
1127
+				),
1128
+			  ),
1129
+			),
1130
+		  )
1131
+		)
1132
+	);
1133
+	$this->users_aliases = new Google_Service_Directory_UsersAliases_Resource(
1134
+		$this,
1135
+		$this->serviceName,
1136
+		'aliases',
1137
+		array(
1138
+		  'methods' => array(
1139
+			'delete' => array(
1140
+			  'path' => 'users/{userKey}/aliases/{alias}',
1141
+			  'httpMethod' => 'DELETE',
1142
+			  'parameters' => array(
1143
+				'userKey' => array(
1144
+				  'location' => 'path',
1145
+				  'type' => 'string',
1146
+				  'required' => true,
1147
+				),
1148
+				'alias' => array(
1149
+				  'location' => 'path',
1150
+				  'type' => 'string',
1151
+				  'required' => true,
1152
+				),
1153
+			  ),
1154
+			),'insert' => array(
1155
+			  'path' => 'users/{userKey}/aliases',
1156
+			  'httpMethod' => 'POST',
1157
+			  'parameters' => array(
1158
+				'userKey' => array(
1159
+				  'location' => 'path',
1160
+				  'type' => 'string',
1161
+				  'required' => true,
1162
+				),
1163
+			  ),
1164
+			),'list' => array(
1165
+			  'path' => 'users/{userKey}/aliases',
1166
+			  'httpMethod' => 'GET',
1167
+			  'parameters' => array(
1168
+				'userKey' => array(
1169
+				  'location' => 'path',
1170
+				  'type' => 'string',
1171
+				  'required' => true,
1172
+				),
1173
+				'event' => array(
1174
+				  'location' => 'query',
1175
+				  'type' => 'string',
1176
+				),
1177
+			  ),
1178
+			),'watch' => array(
1179
+			  'path' => 'users/{userKey}/aliases/watch',
1180
+			  'httpMethod' => 'POST',
1181
+			  'parameters' => array(
1182
+				'userKey' => array(
1183
+				  'location' => 'path',
1184
+				  'type' => 'string',
1185
+				  'required' => true,
1186
+				),
1187
+				'event' => array(
1188
+				  'location' => 'query',
1189
+				  'type' => 'string',
1190
+				),
1191
+			  ),
1192
+			),
1193
+		  )
1194
+		)
1195
+	);
1196
+	$this->users_photos = new Google_Service_Directory_UsersPhotos_Resource(
1197
+		$this,
1198
+		$this->serviceName,
1199
+		'photos',
1200
+		array(
1201
+		  'methods' => array(
1202
+			'delete' => array(
1203
+			  'path' => 'users/{userKey}/photos/thumbnail',
1204
+			  'httpMethod' => 'DELETE',
1205
+			  'parameters' => array(
1206
+				'userKey' => array(
1207
+				  'location' => 'path',
1208
+				  'type' => 'string',
1209
+				  'required' => true,
1210
+				),
1211
+			  ),
1212
+			),'get' => array(
1213
+			  'path' => 'users/{userKey}/photos/thumbnail',
1214
+			  'httpMethod' => 'GET',
1215
+			  'parameters' => array(
1216
+				'userKey' => array(
1217
+				  'location' => 'path',
1218
+				  'type' => 'string',
1219
+				  'required' => true,
1220
+				),
1221
+			  ),
1222
+			),'patch' => array(
1223
+			  'path' => 'users/{userKey}/photos/thumbnail',
1224
+			  'httpMethod' => 'PATCH',
1225
+			  'parameters' => array(
1226
+				'userKey' => array(
1227
+				  'location' => 'path',
1228
+				  'type' => 'string',
1229
+				  'required' => true,
1230
+				),
1231
+			  ),
1232
+			),'update' => array(
1233
+			  'path' => 'users/{userKey}/photos/thumbnail',
1234
+			  'httpMethod' => 'PUT',
1235
+			  'parameters' => array(
1236
+				'userKey' => array(
1237
+				  'location' => 'path',
1238
+				  'type' => 'string',
1239
+				  'required' => true,
1240
+				),
1241
+			  ),
1242
+			),
1243
+		  )
1244
+		)
1245
+	);
1246
+	$this->verificationCodes = new Google_Service_Directory_VerificationCodes_Resource(
1247
+		$this,
1248
+		$this->serviceName,
1249
+		'verificationCodes',
1250
+		array(
1251
+		  'methods' => array(
1252
+			'generate' => array(
1253
+			  'path' => 'users/{userKey}/verificationCodes/generate',
1254
+			  'httpMethod' => 'POST',
1255
+			  'parameters' => array(
1256
+				'userKey' => array(
1257
+				  'location' => 'path',
1258
+				  'type' => 'string',
1259
+				  'required' => true,
1260
+				),
1261
+			  ),
1262
+			),'invalidate' => array(
1263
+			  'path' => 'users/{userKey}/verificationCodes/invalidate',
1264
+			  'httpMethod' => 'POST',
1265
+			  'parameters' => array(
1266
+				'userKey' => array(
1267
+				  'location' => 'path',
1268
+				  'type' => 'string',
1269
+				  'required' => true,
1270
+				),
1271
+			  ),
1272
+			),'list' => array(
1273
+			  'path' => 'users/{userKey}/verificationCodes',
1274
+			  'httpMethod' => 'GET',
1275
+			  'parameters' => array(
1276
+				'userKey' => array(
1277
+				  'location' => 'path',
1278
+				  'type' => 'string',
1279
+				  'required' => true,
1280
+				),
1281
+			  ),
1282
+			),
1283
+		  )
1284
+		)
1285
+	);
1286 1286
   }
1287 1287
 }
1288 1288
 
@@ -1308,9 +1308,9 @@  discard block
 block discarded – undo
1308 1308
    */
1309 1309
   public function delete($userKey, $codeId, $optParams = array())
1310 1310
   {
1311
-    $params = array('userKey' => $userKey, 'codeId' => $codeId);
1312
-    $params = array_merge($params, $optParams);
1313
-    return $this->call('delete', array($params));
1311
+	$params = array('userKey' => $userKey, 'codeId' => $codeId);
1312
+	$params = array_merge($params, $optParams);
1313
+	return $this->call('delete', array($params));
1314 1314
   }
1315 1315
 
1316 1316
   /**
@@ -1324,9 +1324,9 @@  discard block
 block discarded – undo
1324 1324
    */
1325 1325
   public function get($userKey, $codeId, $optParams = array())
1326 1326
   {
1327
-    $params = array('userKey' => $userKey, 'codeId' => $codeId);
1328
-    $params = array_merge($params, $optParams);
1329
-    return $this->call('get', array($params), "Google_Service_Directory_Asp");
1327
+	$params = array('userKey' => $userKey, 'codeId' => $codeId);
1328
+	$params = array_merge($params, $optParams);
1329
+	return $this->call('get', array($params), "Google_Service_Directory_Asp");
1330 1330
   }
1331 1331
 
1332 1332
   /**
@@ -1339,9 +1339,9 @@  discard block
 block discarded – undo
1339 1339
    */
1340 1340
   public function listAsps($userKey, $optParams = array())
1341 1341
   {
1342
-    $params = array('userKey' => $userKey);
1343
-    $params = array_merge($params, $optParams);
1344
-    return $this->call('list', array($params), "Google_Service_Directory_Asps");
1342
+	$params = array('userKey' => $userKey);
1343
+	$params = array_merge($params, $optParams);
1344
+	return $this->call('list', array($params), "Google_Service_Directory_Asps");
1345 1345
   }
1346 1346
 }
1347 1347
 
@@ -1364,9 +1364,9 @@  discard block
 block discarded – undo
1364 1364
    */
1365 1365
   public function stop(Google_Service_Directory_Channel $postBody, $optParams = array())
1366 1366
   {
1367
-    $params = array('postBody' => $postBody);
1368
-    $params = array_merge($params, $optParams);
1369
-    return $this->call('stop', array($params));
1367
+	$params = array('postBody' => $postBody);
1368
+	$params = array_merge($params, $optParams);
1369
+	return $this->call('stop', array($params));
1370 1370
   }
1371 1371
 }
1372 1372
 
@@ -1394,9 +1394,9 @@  discard block
 block discarded – undo
1394 1394
    */
1395 1395
   public function get($customerId, $deviceId, $optParams = array())
1396 1396
   {
1397
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId);
1398
-    $params = array_merge($params, $optParams);
1399
-    return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice");
1397
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId);
1398
+	$params = array_merge($params, $optParams);
1399
+	return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice");
1400 1400
   }
1401 1401
 
1402 1402
   /**
@@ -1419,9 +1419,9 @@  discard block
 block discarded – undo
1419 1419
    */
1420 1420
   public function listChromeosdevices($customerId, $optParams = array())
1421 1421
   {
1422
-    $params = array('customerId' => $customerId);
1423
-    $params = array_merge($params, $optParams);
1424
-    return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
1422
+	$params = array('customerId' => $customerId);
1423
+	$params = array_merge($params, $optParams);
1424
+	return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
1425 1425
   }
1426 1426
 
1427 1427
   /**
@@ -1439,9 +1439,9 @@  discard block
 block discarded – undo
1439 1439
    */
1440 1440
   public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
1441 1441
   {
1442
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1443
-    $params = array_merge($params, $optParams);
1444
-    return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice");
1442
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1443
+	$params = array_merge($params, $optParams);
1444
+	return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice");
1445 1445
   }
1446 1446
 
1447 1447
   /**
@@ -1458,9 +1458,9 @@  discard block
 block discarded – undo
1458 1458
    */
1459 1459
   public function update($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
1460 1460
   {
1461
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1462
-    $params = array_merge($params, $optParams);
1463
-    return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice");
1461
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1462
+	$params = array_merge($params, $optParams);
1463
+	return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice");
1464 1464
   }
1465 1465
 }
1466 1466
 
@@ -1483,9 +1483,9 @@  discard block
 block discarded – undo
1483 1483
    */
1484 1484
   public function delete($groupKey, $optParams = array())
1485 1485
   {
1486
-    $params = array('groupKey' => $groupKey);
1487
-    $params = array_merge($params, $optParams);
1488
-    return $this->call('delete', array($params));
1486
+	$params = array('groupKey' => $groupKey);
1487
+	$params = array_merge($params, $optParams);
1488
+	return $this->call('delete', array($params));
1489 1489
   }
1490 1490
 
1491 1491
   /**
@@ -1497,9 +1497,9 @@  discard block
 block discarded – undo
1497 1497
    */
1498 1498
   public function get($groupKey, $optParams = array())
1499 1499
   {
1500
-    $params = array('groupKey' => $groupKey);
1501
-    $params = array_merge($params, $optParams);
1502
-    return $this->call('get', array($params), "Google_Service_Directory_Group");
1500
+	$params = array('groupKey' => $groupKey);
1501
+	$params = array_merge($params, $optParams);
1502
+	return $this->call('get', array($params), "Google_Service_Directory_Group");
1503 1503
   }
1504 1504
 
1505 1505
   /**
@@ -1511,9 +1511,9 @@  discard block
 block discarded – undo
1511 1511
    */
1512 1512
   public function insert(Google_Service_Directory_Group $postBody, $optParams = array())
1513 1513
   {
1514
-    $params = array('postBody' => $postBody);
1515
-    $params = array_merge($params, $optParams);
1516
-    return $this->call('insert', array($params), "Google_Service_Directory_Group");
1514
+	$params = array('postBody' => $postBody);
1515
+	$params = array_merge($params, $optParams);
1516
+	return $this->call('insert', array($params), "Google_Service_Directory_Group");
1517 1517
   }
1518 1518
 
1519 1519
   /**
@@ -1536,9 +1536,9 @@  discard block
 block discarded – undo
1536 1536
    */
1537 1537
   public function listGroups($optParams = array())
1538 1538
   {
1539
-    $params = array();
1540
-    $params = array_merge($params, $optParams);
1541
-    return $this->call('list', array($params), "Google_Service_Directory_Groups");
1539
+	$params = array();
1540
+	$params = array_merge($params, $optParams);
1541
+	return $this->call('list', array($params), "Google_Service_Directory_Groups");
1542 1542
   }
1543 1543
 
1544 1544
   /**
@@ -1552,9 +1552,9 @@  discard block
 block discarded – undo
1552 1552
    */
1553 1553
   public function patch($groupKey, Google_Service_Directory_Group $postBody, $optParams = array())
1554 1554
   {
1555
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1556
-    $params = array_merge($params, $optParams);
1557
-    return $this->call('patch', array($params), "Google_Service_Directory_Group");
1555
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1556
+	$params = array_merge($params, $optParams);
1557
+	return $this->call('patch', array($params), "Google_Service_Directory_Group");
1558 1558
   }
1559 1559
 
1560 1560
   /**
@@ -1568,9 +1568,9 @@  discard block
 block discarded – undo
1568 1568
    */
1569 1569
   public function update($groupKey, Google_Service_Directory_Group $postBody, $optParams = array())
1570 1570
   {
1571
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1572
-    $params = array_merge($params, $optParams);
1573
-    return $this->call('update', array($params), "Google_Service_Directory_Group");
1571
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1572
+	$params = array_merge($params, $optParams);
1573
+	return $this->call('update', array($params), "Google_Service_Directory_Group");
1574 1574
   }
1575 1575
 }
1576 1576
 
@@ -1594,9 +1594,9 @@  discard block
 block discarded – undo
1594 1594
    */
1595 1595
   public function delete($groupKey, $alias, $optParams = array())
1596 1596
   {
1597
-    $params = array('groupKey' => $groupKey, 'alias' => $alias);
1598
-    $params = array_merge($params, $optParams);
1599
-    return $this->call('delete', array($params));
1597
+	$params = array('groupKey' => $groupKey, 'alias' => $alias);
1598
+	$params = array_merge($params, $optParams);
1599
+	return $this->call('delete', array($params));
1600 1600
   }
1601 1601
 
1602 1602
   /**
@@ -1609,9 +1609,9 @@  discard block
 block discarded – undo
1609 1609
    */
1610 1610
   public function insert($groupKey, Google_Service_Directory_Alias $postBody, $optParams = array())
1611 1611
   {
1612
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1613
-    $params = array_merge($params, $optParams);
1614
-    return $this->call('insert', array($params), "Google_Service_Directory_Alias");
1612
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1613
+	$params = array_merge($params, $optParams);
1614
+	return $this->call('insert', array($params), "Google_Service_Directory_Alias");
1615 1615
   }
1616 1616
 
1617 1617
   /**
@@ -1623,9 +1623,9 @@  discard block
 block discarded – undo
1623 1623
    */
1624 1624
   public function listGroupsAliases($groupKey, $optParams = array())
1625 1625
   {
1626
-    $params = array('groupKey' => $groupKey);
1627
-    $params = array_merge($params, $optParams);
1628
-    return $this->call('list', array($params), "Google_Service_Directory_Aliases");
1626
+	$params = array('groupKey' => $groupKey);
1627
+	$params = array_merge($params, $optParams);
1628
+	return $this->call('list', array($params), "Google_Service_Directory_Aliases");
1629 1629
   }
1630 1630
 }
1631 1631
 
@@ -1649,9 +1649,9 @@  discard block
 block discarded – undo
1649 1649
    */
1650 1650
   public function delete($groupKey, $memberKey, $optParams = array())
1651 1651
   {
1652
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1653
-    $params = array_merge($params, $optParams);
1654
-    return $this->call('delete', array($params));
1652
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1653
+	$params = array_merge($params, $optParams);
1654
+	return $this->call('delete', array($params));
1655 1655
   }
1656 1656
 
1657 1657
   /**
@@ -1664,9 +1664,9 @@  discard block
 block discarded – undo
1664 1664
    */
1665 1665
   public function get($groupKey, $memberKey, $optParams = array())
1666 1666
   {
1667
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1668
-    $params = array_merge($params, $optParams);
1669
-    return $this->call('get', array($params), "Google_Service_Directory_Member");
1667
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1668
+	$params = array_merge($params, $optParams);
1669
+	return $this->call('get', array($params), "Google_Service_Directory_Member");
1670 1670
   }
1671 1671
 
1672 1672
   /**
@@ -1679,9 +1679,9 @@  discard block
 block discarded – undo
1679 1679
    */
1680 1680
   public function insert($groupKey, Google_Service_Directory_Member $postBody, $optParams = array())
1681 1681
   {
1682
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1683
-    $params = array_merge($params, $optParams);
1684
-    return $this->call('insert', array($params), "Google_Service_Directory_Member");
1682
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1683
+	$params = array_merge($params, $optParams);
1684
+	return $this->call('insert', array($params), "Google_Service_Directory_Member");
1685 1685
   }
1686 1686
 
1687 1687
   /**
@@ -1698,9 +1698,9 @@  discard block
 block discarded – undo
1698 1698
    */
1699 1699
   public function listMembers($groupKey, $optParams = array())
1700 1700
   {
1701
-    $params = array('groupKey' => $groupKey);
1702
-    $params = array_merge($params, $optParams);
1703
-    return $this->call('list', array($params), "Google_Service_Directory_Members");
1701
+	$params = array('groupKey' => $groupKey);
1702
+	$params = array_merge($params, $optParams);
1703
+	return $this->call('list', array($params), "Google_Service_Directory_Members");
1704 1704
   }
1705 1705
 
1706 1706
   /**
@@ -1717,9 +1717,9 @@  discard block
 block discarded – undo
1717 1717
    */
1718 1718
   public function patch($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array())
1719 1719
   {
1720
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1721
-    $params = array_merge($params, $optParams);
1722
-    return $this->call('patch', array($params), "Google_Service_Directory_Member");
1720
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1721
+	$params = array_merge($params, $optParams);
1722
+	return $this->call('patch', array($params), "Google_Service_Directory_Member");
1723 1723
   }
1724 1724
 
1725 1725
   /**
@@ -1735,9 +1735,9 @@  discard block
 block discarded – undo
1735 1735
    */
1736 1736
   public function update($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array())
1737 1737
   {
1738
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1739
-    $params = array_merge($params, $optParams);
1740
-    return $this->call('update', array($params), "Google_Service_Directory_Member");
1738
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1739
+	$params = array_merge($params, $optParams);
1740
+	return $this->call('update', array($params), "Google_Service_Directory_Member");
1741 1741
   }
1742 1742
 }
1743 1743
 
@@ -1762,9 +1762,9 @@  discard block
 block discarded – undo
1762 1762
    */
1763 1763
   public function action($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams = array())
1764 1764
   {
1765
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody);
1766
-    $params = array_merge($params, $optParams);
1767
-    return $this->call('action', array($params));
1765
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody);
1766
+	$params = array_merge($params, $optParams);
1767
+	return $this->call('action', array($params));
1768 1768
   }
1769 1769
 
1770 1770
   /**
@@ -1776,9 +1776,9 @@  discard block
 block discarded – undo
1776 1776
    */
1777 1777
   public function delete($customerId, $resourceId, $optParams = array())
1778 1778
   {
1779
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1780
-    $params = array_merge($params, $optParams);
1781
-    return $this->call('delete', array($params));
1779
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1780
+	$params = array_merge($params, $optParams);
1781
+	return $this->call('delete', array($params));
1782 1782
   }
1783 1783
 
1784 1784
   /**
@@ -1794,9 +1794,9 @@  discard block
 block discarded – undo
1794 1794
    */
1795 1795
   public function get($customerId, $resourceId, $optParams = array())
1796 1796
   {
1797
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1798
-    $params = array_merge($params, $optParams);
1799
-    return $this->call('get', array($params), "Google_Service_Directory_MobileDevice");
1797
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1798
+	$params = array_merge($params, $optParams);
1799
+	return $this->call('get', array($params), "Google_Service_Directory_MobileDevice");
1800 1800
   }
1801 1801
 
1802 1802
   /**
@@ -1819,9 +1819,9 @@  discard block
 block discarded – undo
1819 1819
    */
1820 1820
   public function listMobiledevices($customerId, $optParams = array())
1821 1821
   {
1822
-    $params = array('customerId' => $customerId);
1823
-    $params = array_merge($params, $optParams);
1824
-    return $this->call('list', array($params), "Google_Service_Directory_MobileDevices");
1822
+	$params = array('customerId' => $customerId);
1823
+	$params = array_merge($params, $optParams);
1824
+	return $this->call('list', array($params), "Google_Service_Directory_MobileDevices");
1825 1825
   }
1826 1826
 }
1827 1827
 
@@ -1846,9 +1846,9 @@  discard block
 block discarded – undo
1846 1846
    */
1847 1847
   public function delete($customer, $notificationId, $optParams = array())
1848 1848
   {
1849
-    $params = array('customer' => $customer, 'notificationId' => $notificationId);
1850
-    $params = array_merge($params, $optParams);
1851
-    return $this->call('delete', array($params));
1849
+	$params = array('customer' => $customer, 'notificationId' => $notificationId);
1850
+	$params = array_merge($params, $optParams);
1851
+	return $this->call('delete', array($params));
1852 1852
   }
1853 1853
 
1854 1854
   /**
@@ -1862,9 +1862,9 @@  discard block
 block discarded – undo
1862 1862
    */
1863 1863
   public function get($customer, $notificationId, $optParams = array())
1864 1864
   {
1865
-    $params = array('customer' => $customer, 'notificationId' => $notificationId);
1866
-    $params = array_merge($params, $optParams);
1867
-    return $this->call('get', array($params), "Google_Service_Directory_Notification");
1865
+	$params = array('customer' => $customer, 'notificationId' => $notificationId);
1866
+	$params = array_merge($params, $optParams);
1867
+	return $this->call('get', array($params), "Google_Service_Directory_Notification");
1868 1868
   }
1869 1869
 
1870 1870
   /**
@@ -1883,9 +1883,9 @@  discard block
 block discarded – undo
1883 1883
    */
1884 1884
   public function listNotifications($customer, $optParams = array())
1885 1885
   {
1886
-    $params = array('customer' => $customer);
1887
-    $params = array_merge($params, $optParams);
1888
-    return $this->call('list', array($params), "Google_Service_Directory_Notifications");
1886
+	$params = array('customer' => $customer);
1887
+	$params = array_merge($params, $optParams);
1888
+	return $this->call('list', array($params), "Google_Service_Directory_Notifications");
1889 1889
   }
1890 1890
 
1891 1891
   /**
@@ -1900,9 +1900,9 @@  discard block
 block discarded – undo
1900 1900
    */
1901 1901
   public function patch($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array())
1902 1902
   {
1903
-    $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1904
-    $params = array_merge($params, $optParams);
1905
-    return $this->call('patch', array($params), "Google_Service_Directory_Notification");
1903
+	$params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1904
+	$params = array_merge($params, $optParams);
1905
+	return $this->call('patch', array($params), "Google_Service_Directory_Notification");
1906 1906
   }
1907 1907
 
1908 1908
   /**
@@ -1916,9 +1916,9 @@  discard block
 block discarded – undo
1916 1916
    */
1917 1917
   public function update($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array())
1918 1918
   {
1919
-    $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1920
-    $params = array_merge($params, $optParams);
1921
-    return $this->call('update', array($params), "Google_Service_Directory_Notification");
1919
+	$params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1920
+	$params = array_merge($params, $optParams);
1921
+	return $this->call('update', array($params), "Google_Service_Directory_Notification");
1922 1922
   }
1923 1923
 }
1924 1924
 
@@ -1942,9 +1942,9 @@  discard block
 block discarded – undo
1942 1942
    */
1943 1943
   public function delete($customerId, $orgUnitPath, $optParams = array())
1944 1944
   {
1945
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1946
-    $params = array_merge($params, $optParams);
1947
-    return $this->call('delete', array($params));
1945
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1946
+	$params = array_merge($params, $optParams);
1947
+	return $this->call('delete', array($params));
1948 1948
   }
1949 1949
 
1950 1950
   /**
@@ -1957,9 +1957,9 @@  discard block
 block discarded – undo
1957 1957
    */
1958 1958
   public function get($customerId, $orgUnitPath, $optParams = array())
1959 1959
   {
1960
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1961
-    $params = array_merge($params, $optParams);
1962
-    return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
1960
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1961
+	$params = array_merge($params, $optParams);
1962
+	return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
1963 1963
   }
1964 1964
 
1965 1965
   /**
@@ -1972,9 +1972,9 @@  discard block
 block discarded – undo
1972 1972
    */
1973 1973
   public function insert($customerId, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
1974 1974
   {
1975
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
1976
-    $params = array_merge($params, $optParams);
1977
-    return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
1975
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
1976
+	$params = array_merge($params, $optParams);
1977
+	return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
1978 1978
   }
1979 1979
 
1980 1980
   /**
@@ -1991,9 +1991,9 @@  discard block
 block discarded – undo
1991 1991
    */
1992 1992
   public function listOrgunits($customerId, $optParams = array())
1993 1993
   {
1994
-    $params = array('customerId' => $customerId);
1995
-    $params = array_merge($params, $optParams);
1996
-    return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
1994
+	$params = array('customerId' => $customerId);
1995
+	$params = array_merge($params, $optParams);
1996
+	return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
1997 1997
   }
1998 1998
 
1999 1999
   /**
@@ -2008,9 +2008,9 @@  discard block
 block discarded – undo
2008 2008
    */
2009 2009
   public function patch($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
2010 2010
   {
2011
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2012
-    $params = array_merge($params, $optParams);
2013
-    return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
2011
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2012
+	$params = array_merge($params, $optParams);
2013
+	return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
2014 2014
   }
2015 2015
 
2016 2016
   /**
@@ -2024,9 +2024,9 @@  discard block
 block discarded – undo
2024 2024
    */
2025 2025
   public function update($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
2026 2026
   {
2027
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2028
-    $params = array_merge($params, $optParams);
2029
-    return $this->call('update', array($params), "Google_Service_Directory_OrgUnit");
2027
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2028
+	$params = array_merge($params, $optParams);
2029
+	return $this->call('update', array($params), "Google_Service_Directory_OrgUnit");
2030 2030
   }
2031 2031
 }
2032 2032
 
@@ -2050,9 +2050,9 @@  discard block
 block discarded – undo
2050 2050
    */
2051 2051
   public function delete($customerId, $schemaKey, $optParams = array())
2052 2052
   {
2053
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2054
-    $params = array_merge($params, $optParams);
2055
-    return $this->call('delete', array($params));
2053
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2054
+	$params = array_merge($params, $optParams);
2055
+	return $this->call('delete', array($params));
2056 2056
   }
2057 2057
 
2058 2058
   /**
@@ -2065,9 +2065,9 @@  discard block
 block discarded – undo
2065 2065
    */
2066 2066
   public function get($customerId, $schemaKey, $optParams = array())
2067 2067
   {
2068
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2069
-    $params = array_merge($params, $optParams);
2070
-    return $this->call('get', array($params), "Google_Service_Directory_Schema");
2068
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2069
+	$params = array_merge($params, $optParams);
2070
+	return $this->call('get', array($params), "Google_Service_Directory_Schema");
2071 2071
   }
2072 2072
 
2073 2073
   /**
@@ -2080,9 +2080,9 @@  discard block
 block discarded – undo
2080 2080
    */
2081 2081
   public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array())
2082 2082
   {
2083
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
2084
-    $params = array_merge($params, $optParams);
2085
-    return $this->call('insert', array($params), "Google_Service_Directory_Schema");
2083
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
2084
+	$params = array_merge($params, $optParams);
2085
+	return $this->call('insert', array($params), "Google_Service_Directory_Schema");
2086 2086
   }
2087 2087
 
2088 2088
   /**
@@ -2094,9 +2094,9 @@  discard block
 block discarded – undo
2094 2094
    */
2095 2095
   public function listSchemas($customerId, $optParams = array())
2096 2096
   {
2097
-    $params = array('customerId' => $customerId);
2098
-    $params = array_merge($params, $optParams);
2099
-    return $this->call('list', array($params), "Google_Service_Directory_Schemas");
2097
+	$params = array('customerId' => $customerId);
2098
+	$params = array_merge($params, $optParams);
2099
+	return $this->call('list', array($params), "Google_Service_Directory_Schemas");
2100 2100
   }
2101 2101
 
2102 2102
   /**
@@ -2110,9 +2110,9 @@  discard block
 block discarded – undo
2110 2110
    */
2111 2111
   public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
2112 2112
   {
2113
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2114
-    $params = array_merge($params, $optParams);
2115
-    return $this->call('patch', array($params), "Google_Service_Directory_Schema");
2113
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2114
+	$params = array_merge($params, $optParams);
2115
+	return $this->call('patch', array($params), "Google_Service_Directory_Schema");
2116 2116
   }
2117 2117
 
2118 2118
   /**
@@ -2126,9 +2126,9 @@  discard block
 block discarded – undo
2126 2126
    */
2127 2127
   public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
2128 2128
   {
2129
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2130
-    $params = array_merge($params, $optParams);
2131
-    return $this->call('update', array($params), "Google_Service_Directory_Schema");
2129
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2130
+	$params = array_merge($params, $optParams);
2131
+	return $this->call('update', array($params), "Google_Service_Directory_Schema");
2132 2132
   }
2133 2133
 }
2134 2134
 
@@ -2154,9 +2154,9 @@  discard block
 block discarded – undo
2154 2154
    */
2155 2155
   public function delete($userKey, $clientId, $optParams = array())
2156 2156
   {
2157
-    $params = array('userKey' => $userKey, 'clientId' => $clientId);
2158
-    $params = array_merge($params, $optParams);
2159
-    return $this->call('delete', array($params));
2157
+	$params = array('userKey' => $userKey, 'clientId' => $clientId);
2158
+	$params = array_merge($params, $optParams);
2159
+	return $this->call('delete', array($params));
2160 2160
   }
2161 2161
 
2162 2162
   /**
@@ -2171,9 +2171,9 @@  discard block
 block discarded – undo
2171 2171
    */
2172 2172
   public function get($userKey, $clientId, $optParams = array())
2173 2173
   {
2174
-    $params = array('userKey' => $userKey, 'clientId' => $clientId);
2175
-    $params = array_merge($params, $optParams);
2176
-    return $this->call('get', array($params), "Google_Service_Directory_Token");
2174
+	$params = array('userKey' => $userKey, 'clientId' => $clientId);
2175
+	$params = array_merge($params, $optParams);
2176
+	return $this->call('get', array($params), "Google_Service_Directory_Token");
2177 2177
   }
2178 2178
 
2179 2179
   /**
@@ -2187,9 +2187,9 @@  discard block
 block discarded – undo
2187 2187
    */
2188 2188
   public function listTokens($userKey, $optParams = array())
2189 2189
   {
2190
-    $params = array('userKey' => $userKey);
2191
-    $params = array_merge($params, $optParams);
2192
-    return $this->call('list', array($params), "Google_Service_Directory_Tokens");
2190
+	$params = array('userKey' => $userKey);
2191
+	$params = array_merge($params, $optParams);
2192
+	return $this->call('list', array($params), "Google_Service_Directory_Tokens");
2193 2193
   }
2194 2194
 }
2195 2195
 
@@ -2212,9 +2212,9 @@  discard block
 block discarded – undo
2212 2212
    */
2213 2213
   public function delete($userKey, $optParams = array())
2214 2214
   {
2215
-    $params = array('userKey' => $userKey);
2216
-    $params = array_merge($params, $optParams);
2217
-    return $this->call('delete', array($params));
2215
+	$params = array('userKey' => $userKey);
2216
+	$params = array_merge($params, $optParams);
2217
+	return $this->call('delete', array($params));
2218 2218
   }
2219 2219
 
2220 2220
   /**
@@ -2233,9 +2233,9 @@  discard block
 block discarded – undo
2233 2233
    */
2234 2234
   public function get($userKey, $optParams = array())
2235 2235
   {
2236
-    $params = array('userKey' => $userKey);
2237
-    $params = array_merge($params, $optParams);
2238
-    return $this->call('get', array($params), "Google_Service_Directory_User");
2236
+	$params = array('userKey' => $userKey);
2237
+	$params = array_merge($params, $optParams);
2238
+	return $this->call('get', array($params), "Google_Service_Directory_User");
2239 2239
   }
2240 2240
 
2241 2241
   /**
@@ -2247,9 +2247,9 @@  discard block
 block discarded – undo
2247 2247
    */
2248 2248
   public function insert(Google_Service_Directory_User $postBody, $optParams = array())
2249 2249
   {
2250
-    $params = array('postBody' => $postBody);
2251
-    $params = array_merge($params, $optParams);
2252
-    return $this->call('insert', array($params), "Google_Service_Directory_User");
2250
+	$params = array('postBody' => $postBody);
2251
+	$params = array_merge($params, $optParams);
2252
+	return $this->call('insert', array($params), "Google_Service_Directory_User");
2253 2253
   }
2254 2254
 
2255 2255
   /**
@@ -2287,9 +2287,9 @@  discard block
 block discarded – undo
2287 2287
    */
2288 2288
   public function listUsers($optParams = array())
2289 2289
   {
2290
-    $params = array();
2291
-    $params = array_merge($params, $optParams);
2292
-    return $this->call('list', array($params), "Google_Service_Directory_Users");
2290
+	$params = array();
2291
+	$params = array_merge($params, $optParams);
2292
+	return $this->call('list', array($params), "Google_Service_Directory_Users");
2293 2293
   }
2294 2294
 
2295 2295
   /**
@@ -2301,9 +2301,9 @@  discard block
 block discarded – undo
2301 2301
    */
2302 2302
   public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $postBody, $optParams = array())
2303 2303
   {
2304
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2305
-    $params = array_merge($params, $optParams);
2306
-    return $this->call('makeAdmin', array($params));
2304
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2305
+	$params = array_merge($params, $optParams);
2306
+	return $this->call('makeAdmin', array($params));
2307 2307
   }
2308 2308
 
2309 2309
   /**
@@ -2317,9 +2317,9 @@  discard block
 block discarded – undo
2317 2317
    */
2318 2318
   public function patch($userKey, Google_Service_Directory_User $postBody, $optParams = array())
2319 2319
   {
2320
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2321
-    $params = array_merge($params, $optParams);
2322
-    return $this->call('patch', array($params), "Google_Service_Directory_User");
2320
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2321
+	$params = array_merge($params, $optParams);
2322
+	return $this->call('patch', array($params), "Google_Service_Directory_User");
2323 2323
   }
2324 2324
 
2325 2325
   /**
@@ -2331,9 +2331,9 @@  discard block
 block discarded – undo
2331 2331
    */
2332 2332
   public function undelete($userKey, Google_Service_Directory_UserUndelete $postBody, $optParams = array())
2333 2333
   {
2334
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2335
-    $params = array_merge($params, $optParams);
2336
-    return $this->call('undelete', array($params));
2334
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2335
+	$params = array_merge($params, $optParams);
2336
+	return $this->call('undelete', array($params));
2337 2337
   }
2338 2338
 
2339 2339
   /**
@@ -2347,9 +2347,9 @@  discard block
 block discarded – undo
2347 2347
    */
2348 2348
   public function update($userKey, Google_Service_Directory_User $postBody, $optParams = array())
2349 2349
   {
2350
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2351
-    $params = array_merge($params, $optParams);
2352
-    return $this->call('update', array($params), "Google_Service_Directory_User");
2350
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2351
+	$params = array_merge($params, $optParams);
2352
+	return $this->call('update', array($params), "Google_Service_Directory_User");
2353 2353
   }
2354 2354
 
2355 2355
   /**
@@ -2387,9 +2387,9 @@  discard block
 block discarded – undo
2387 2387
    */
2388 2388
   public function watch(Google_Service_Directory_Channel $postBody, $optParams = array())
2389 2389
   {
2390
-    $params = array('postBody' => $postBody);
2391
-    $params = array_merge($params, $optParams);
2392
-    return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2390
+	$params = array('postBody' => $postBody);
2391
+	$params = array_merge($params, $optParams);
2392
+	return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2393 2393
   }
2394 2394
 }
2395 2395
 
@@ -2413,9 +2413,9 @@  discard block
 block discarded – undo
2413 2413
    */
2414 2414
   public function delete($userKey, $alias, $optParams = array())
2415 2415
   {
2416
-    $params = array('userKey' => $userKey, 'alias' => $alias);
2417
-    $params = array_merge($params, $optParams);
2418
-    return $this->call('delete', array($params));
2416
+	$params = array('userKey' => $userKey, 'alias' => $alias);
2417
+	$params = array_merge($params, $optParams);
2418
+	return $this->call('delete', array($params));
2419 2419
   }
2420 2420
 
2421 2421
   /**
@@ -2428,9 +2428,9 @@  discard block
 block discarded – undo
2428 2428
    */
2429 2429
   public function insert($userKey, Google_Service_Directory_Alias $postBody, $optParams = array())
2430 2430
   {
2431
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2432
-    $params = array_merge($params, $optParams);
2433
-    return $this->call('insert', array($params), "Google_Service_Directory_Alias");
2431
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2432
+	$params = array_merge($params, $optParams);
2433
+	return $this->call('insert', array($params), "Google_Service_Directory_Alias");
2434 2434
   }
2435 2435
 
2436 2436
   /**
@@ -2445,9 +2445,9 @@  discard block
 block discarded – undo
2445 2445
    */
2446 2446
   public function listUsersAliases($userKey, $optParams = array())
2447 2447
   {
2448
-    $params = array('userKey' => $userKey);
2449
-    $params = array_merge($params, $optParams);
2450
-    return $this->call('list', array($params), "Google_Service_Directory_Aliases");
2448
+	$params = array('userKey' => $userKey);
2449
+	$params = array_merge($params, $optParams);
2450
+	return $this->call('list', array($params), "Google_Service_Directory_Aliases");
2451 2451
   }
2452 2452
 
2453 2453
   /**
@@ -2463,9 +2463,9 @@  discard block
 block discarded – undo
2463 2463
    */
2464 2464
   public function watch($userKey, Google_Service_Directory_Channel $postBody, $optParams = array())
2465 2465
   {
2466
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2467
-    $params = array_merge($params, $optParams);
2468
-    return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2466
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2467
+	$params = array_merge($params, $optParams);
2468
+	return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2469 2469
   }
2470 2470
 }
2471 2471
 /**
@@ -2487,9 +2487,9 @@  discard block
 block discarded – undo
2487 2487
    */
2488 2488
   public function delete($userKey, $optParams = array())
2489 2489
   {
2490
-    $params = array('userKey' => $userKey);
2491
-    $params = array_merge($params, $optParams);
2492
-    return $this->call('delete', array($params));
2490
+	$params = array('userKey' => $userKey);
2491
+	$params = array_merge($params, $optParams);
2492
+	return $this->call('delete', array($params));
2493 2493
   }
2494 2494
 
2495 2495
   /**
@@ -2501,9 +2501,9 @@  discard block
 block discarded – undo
2501 2501
    */
2502 2502
   public function get($userKey, $optParams = array())
2503 2503
   {
2504
-    $params = array('userKey' => $userKey);
2505
-    $params = array_merge($params, $optParams);
2506
-    return $this->call('get', array($params), "Google_Service_Directory_UserPhoto");
2504
+	$params = array('userKey' => $userKey);
2505
+	$params = array_merge($params, $optParams);
2506
+	return $this->call('get', array($params), "Google_Service_Directory_UserPhoto");
2507 2507
   }
2508 2508
 
2509 2509
   /**
@@ -2517,9 +2517,9 @@  discard block
 block discarded – undo
2517 2517
    */
2518 2518
   public function patch($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array())
2519 2519
   {
2520
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2521
-    $params = array_merge($params, $optParams);
2522
-    return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto");
2520
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2521
+	$params = array_merge($params, $optParams);
2522
+	return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto");
2523 2523
   }
2524 2524
 
2525 2525
   /**
@@ -2532,9 +2532,9 @@  discard block
 block discarded – undo
2532 2532
    */
2533 2533
   public function update($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array())
2534 2534
   {
2535
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2536
-    $params = array_merge($params, $optParams);
2537
-    return $this->call('update', array($params), "Google_Service_Directory_UserPhoto");
2535
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2536
+	$params = array_merge($params, $optParams);
2537
+	return $this->call('update', array($params), "Google_Service_Directory_UserPhoto");
2538 2538
   }
2539 2539
 }
2540 2540
 
@@ -2558,9 +2558,9 @@  discard block
 block discarded – undo
2558 2558
    */
2559 2559
   public function generate($userKey, $optParams = array())
2560 2560
   {
2561
-    $params = array('userKey' => $userKey);
2562
-    $params = array_merge($params, $optParams);
2563
-    return $this->call('generate', array($params));
2561
+	$params = array('userKey' => $userKey);
2562
+	$params = array_merge($params, $optParams);
2563
+	return $this->call('generate', array($params));
2564 2564
   }
2565 2565
 
2566 2566
   /**
@@ -2572,9 +2572,9 @@  discard block
 block discarded – undo
2572 2572
    */
2573 2573
   public function invalidate($userKey, $optParams = array())
2574 2574
   {
2575
-    $params = array('userKey' => $userKey);
2576
-    $params = array_merge($params, $optParams);
2577
-    return $this->call('invalidate', array($params));
2575
+	$params = array('userKey' => $userKey);
2576
+	$params = array_merge($params, $optParams);
2577
+	return $this->call('invalidate', array($params));
2578 2578
   }
2579 2579
 
2580 2580
   /**
@@ -2588,9 +2588,9 @@  discard block
 block discarded – undo
2588 2588
    */
2589 2589
   public function listVerificationCodes($userKey, $optParams = array())
2590 2590
   {
2591
-    $params = array('userKey' => $userKey);
2592
-    $params = array_merge($params, $optParams);
2593
-    return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes");
2591
+	$params = array('userKey' => $userKey);
2592
+	$params = array_merge($params, $optParams);
2593
+	return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes");
2594 2594
   }
2595 2595
 }
2596 2596
 
@@ -2610,43 +2610,43 @@  discard block
 block discarded – undo
2610 2610
 
2611 2611
   public function setAlias($alias)
2612 2612
   {
2613
-    $this->alias = $alias;
2613
+	$this->alias = $alias;
2614 2614
   }
2615 2615
   public function getAlias()
2616 2616
   {
2617
-    return $this->alias;
2617
+	return $this->alias;
2618 2618
   }
2619 2619
   public function setEtag($etag)
2620 2620
   {
2621
-    $this->etag = $etag;
2621
+	$this->etag = $etag;
2622 2622
   }
2623 2623
   public function getEtag()
2624 2624
   {
2625
-    return $this->etag;
2625
+	return $this->etag;
2626 2626
   }
2627 2627
   public function setId($id)
2628 2628
   {
2629
-    $this->id = $id;
2629
+	$this->id = $id;
2630 2630
   }
2631 2631
   public function getId()
2632 2632
   {
2633
-    return $this->id;
2633
+	return $this->id;
2634 2634
   }
2635 2635
   public function setKind($kind)
2636 2636
   {
2637
-    $this->kind = $kind;
2637
+	$this->kind = $kind;
2638 2638
   }
2639 2639
   public function getKind()
2640 2640
   {
2641
-    return $this->kind;
2641
+	return $this->kind;
2642 2642
   }
2643 2643
   public function setPrimaryEmail($primaryEmail)
2644 2644
   {
2645
-    $this->primaryEmail = $primaryEmail;
2645
+	$this->primaryEmail = $primaryEmail;
2646 2646
   }
2647 2647
   public function getPrimaryEmail()
2648 2648
   {
2649
-    return $this->primaryEmail;
2649
+	return $this->primaryEmail;
2650 2650
   }
2651 2651
 }
2652 2652
 
@@ -2663,27 +2663,27 @@  discard block
 block discarded – undo
2663 2663
 
2664 2664
   public function setAliases($aliases)
2665 2665
   {
2666
-    $this->aliases = $aliases;
2666
+	$this->aliases = $aliases;
2667 2667
   }
2668 2668
   public function getAliases()
2669 2669
   {
2670
-    return $this->aliases;
2670
+	return $this->aliases;
2671 2671
   }
2672 2672
   public function setEtag($etag)
2673 2673
   {
2674
-    $this->etag = $etag;
2674
+	$this->etag = $etag;
2675 2675
   }
2676 2676
   public function getEtag()
2677 2677
   {
2678
-    return $this->etag;
2678
+	return $this->etag;
2679 2679
   }
2680 2680
   public function setKind($kind)
2681 2681
   {
2682
-    $this->kind = $kind;
2682
+	$this->kind = $kind;
2683 2683
   }
2684 2684
   public function getKind()
2685 2685
   {
2686
-    return $this->kind;
2686
+	return $this->kind;
2687 2687
   }
2688 2688
 }
2689 2689
 
@@ -2702,59 +2702,59 @@  discard block
 block discarded – undo
2702 2702
 
2703 2703
   public function setCodeId($codeId)
2704 2704
   {
2705
-    $this->codeId = $codeId;
2705
+	$this->codeId = $codeId;
2706 2706
   }
2707 2707
   public function getCodeId()
2708 2708
   {
2709
-    return $this->codeId;
2709
+	return $this->codeId;
2710 2710
   }
2711 2711
   public function setCreationTime($creationTime)
2712 2712
   {
2713
-    $this->creationTime = $creationTime;
2713
+	$this->creationTime = $creationTime;
2714 2714
   }
2715 2715
   public function getCreationTime()
2716 2716
   {
2717
-    return $this->creationTime;
2717
+	return $this->creationTime;
2718 2718
   }
2719 2719
   public function setEtag($etag)
2720 2720
   {
2721
-    $this->etag = $etag;
2721
+	$this->etag = $etag;
2722 2722
   }
2723 2723
   public function getEtag()
2724 2724
   {
2725
-    return $this->etag;
2725
+	return $this->etag;
2726 2726
   }
2727 2727
   public function setKind($kind)
2728 2728
   {
2729
-    $this->kind = $kind;
2729
+	$this->kind = $kind;
2730 2730
   }
2731 2731
   public function getKind()
2732 2732
   {
2733
-    return $this->kind;
2733
+	return $this->kind;
2734 2734
   }
2735 2735
   public function setLastTimeUsed($lastTimeUsed)
2736 2736
   {
2737
-    $this->lastTimeUsed = $lastTimeUsed;
2737
+	$this->lastTimeUsed = $lastTimeUsed;
2738 2738
   }
2739 2739
   public function getLastTimeUsed()
2740 2740
   {
2741
-    return $this->lastTimeUsed;
2741
+	return $this->lastTimeUsed;
2742 2742
   }
2743 2743
   public function setName($name)
2744 2744
   {
2745
-    $this->name = $name;
2745
+	$this->name = $name;
2746 2746
   }
2747 2747
   public function getName()
2748 2748
   {
2749
-    return $this->name;
2749
+	return $this->name;
2750 2750
   }
2751 2751
   public function setUserKey($userKey)
2752 2752
   {
2753
-    $this->userKey = $userKey;
2753
+	$this->userKey = $userKey;
2754 2754
   }
2755 2755
   public function getUserKey()
2756 2756
   {
2757
-    return $this->userKey;
2757
+	return $this->userKey;
2758 2758
   }
2759 2759
 }
2760 2760
 
@@ -2771,27 +2771,27 @@  discard block
 block discarded – undo
2771 2771
 
2772 2772
   public function setEtag($etag)
2773 2773
   {
2774
-    $this->etag = $etag;
2774
+	$this->etag = $etag;
2775 2775
   }
2776 2776
   public function getEtag()
2777 2777
   {
2778
-    return $this->etag;
2778
+	return $this->etag;
2779 2779
   }
2780 2780
   public function setItems($items)
2781 2781
   {
2782
-    $this->items = $items;
2782
+	$this->items = $items;
2783 2783
   }
2784 2784
   public function getItems()
2785 2785
   {
2786
-    return $this->items;
2786
+	return $this->items;
2787 2787
   }
2788 2788
   public function setKind($kind)
2789 2789
   {
2790
-    $this->kind = $kind;
2790
+	$this->kind = $kind;
2791 2791
   }
2792 2792
   public function getKind()
2793 2793
   {
2794
-    return $this->kind;
2794
+	return $this->kind;
2795 2795
   }
2796 2796
 }
2797 2797
 
@@ -2813,83 +2813,83 @@  discard block
 block discarded – undo
2813 2813
 
2814 2814
   public function setAddress($address)
2815 2815
   {
2816
-    $this->address = $address;
2816
+	$this->address = $address;
2817 2817
   }
2818 2818
   public function getAddress()
2819 2819
   {
2820
-    return $this->address;
2820
+	return $this->address;
2821 2821
   }
2822 2822
   public function setExpiration($expiration)
2823 2823
   {
2824
-    $this->expiration = $expiration;
2824
+	$this->expiration = $expiration;
2825 2825
   }
2826 2826
   public function getExpiration()
2827 2827
   {
2828
-    return $this->expiration;
2828
+	return $this->expiration;
2829 2829
   }
2830 2830
   public function setId($id)
2831 2831
   {
2832
-    $this->id = $id;
2832
+	$this->id = $id;
2833 2833
   }
2834 2834
   public function getId()
2835 2835
   {
2836
-    return $this->id;
2836
+	return $this->id;
2837 2837
   }
2838 2838
   public function setKind($kind)
2839 2839
   {
2840
-    $this->kind = $kind;
2840
+	$this->kind = $kind;
2841 2841
   }
2842 2842
   public function getKind()
2843 2843
   {
2844
-    return $this->kind;
2844
+	return $this->kind;
2845 2845
   }
2846 2846
   public function setParams($params)
2847 2847
   {
2848
-    $this->params = $params;
2848
+	$this->params = $params;
2849 2849
   }
2850 2850
   public function getParams()
2851 2851
   {
2852
-    return $this->params;
2852
+	return $this->params;
2853 2853
   }
2854 2854
   public function setPayload($payload)
2855 2855
   {
2856
-    $this->payload = $payload;
2856
+	$this->payload = $payload;
2857 2857
   }
2858 2858
   public function getPayload()
2859 2859
   {
2860
-    return $this->payload;
2860
+	return $this->payload;
2861 2861
   }
2862 2862
   public function setResourceId($resourceId)
2863 2863
   {
2864
-    $this->resourceId = $resourceId;
2864
+	$this->resourceId = $resourceId;
2865 2865
   }
2866 2866
   public function getResourceId()
2867 2867
   {
2868
-    return $this->resourceId;
2868
+	return $this->resourceId;
2869 2869
   }
2870 2870
   public function setResourceUri($resourceUri)
2871 2871
   {
2872
-    $this->resourceUri = $resourceUri;
2872
+	$this->resourceUri = $resourceUri;
2873 2873
   }
2874 2874
   public function getResourceUri()
2875 2875
   {
2876
-    return $this->resourceUri;
2876
+	return $this->resourceUri;
2877 2877
   }
2878 2878
   public function setToken($token)
2879 2879
   {
2880
-    $this->token = $token;
2880
+	$this->token = $token;
2881 2881
   }
2882 2882
   public function getToken()
2883 2883
   {
2884
-    return $this->token;
2884
+	return $this->token;
2885 2885
   }
2886 2886
   public function setType($type)
2887 2887
   {
2888
-    $this->type = $type;
2888
+	$this->type = $type;
2889 2889
   }
2890 2890
   public function getType()
2891 2891
   {
2892
-    return $this->type;
2892
+	return $this->type;
2893 2893
   }
2894 2894
 }
2895 2895
 
@@ -2933,203 +2933,203 @@  discard block
 block discarded – undo
2933 2933
 
2934 2934
   public function setActiveTimeRanges($activeTimeRanges)
2935 2935
   {
2936
-    $this->activeTimeRanges = $activeTimeRanges;
2936
+	$this->activeTimeRanges = $activeTimeRanges;
2937 2937
   }
2938 2938
   public function getActiveTimeRanges()
2939 2939
   {
2940
-    return $this->activeTimeRanges;
2940
+	return $this->activeTimeRanges;
2941 2941
   }
2942 2942
   public function setAnnotatedAssetId($annotatedAssetId)
2943 2943
   {
2944
-    $this->annotatedAssetId = $annotatedAssetId;
2944
+	$this->annotatedAssetId = $annotatedAssetId;
2945 2945
   }
2946 2946
   public function getAnnotatedAssetId()
2947 2947
   {
2948
-    return $this->annotatedAssetId;
2948
+	return $this->annotatedAssetId;
2949 2949
   }
2950 2950
   public function setAnnotatedLocation($annotatedLocation)
2951 2951
   {
2952
-    $this->annotatedLocation = $annotatedLocation;
2952
+	$this->annotatedLocation = $annotatedLocation;
2953 2953
   }
2954 2954
   public function getAnnotatedLocation()
2955 2955
   {
2956
-    return $this->annotatedLocation;
2956
+	return $this->annotatedLocation;
2957 2957
   }
2958 2958
   public function setAnnotatedUser($annotatedUser)
2959 2959
   {
2960
-    $this->annotatedUser = $annotatedUser;
2960
+	$this->annotatedUser = $annotatedUser;
2961 2961
   }
2962 2962
   public function getAnnotatedUser()
2963 2963
   {
2964
-    return $this->annotatedUser;
2964
+	return $this->annotatedUser;
2965 2965
   }
2966 2966
   public function setBootMode($bootMode)
2967 2967
   {
2968
-    $this->bootMode = $bootMode;
2968
+	$this->bootMode = $bootMode;
2969 2969
   }
2970 2970
   public function getBootMode()
2971 2971
   {
2972
-    return $this->bootMode;
2972
+	return $this->bootMode;
2973 2973
   }
2974 2974
   public function setDeviceId($deviceId)
2975 2975
   {
2976
-    $this->deviceId = $deviceId;
2976
+	$this->deviceId = $deviceId;
2977 2977
   }
2978 2978
   public function getDeviceId()
2979 2979
   {
2980
-    return $this->deviceId;
2980
+	return $this->deviceId;
2981 2981
   }
2982 2982
   public function setEtag($etag)
2983 2983
   {
2984
-    $this->etag = $etag;
2984
+	$this->etag = $etag;
2985 2985
   }
2986 2986
   public function getEtag()
2987 2987
   {
2988
-    return $this->etag;
2988
+	return $this->etag;
2989 2989
   }
2990 2990
   public function setEthernetMacAddress($ethernetMacAddress)
2991 2991
   {
2992
-    $this->ethernetMacAddress = $ethernetMacAddress;
2992
+	$this->ethernetMacAddress = $ethernetMacAddress;
2993 2993
   }
2994 2994
   public function getEthernetMacAddress()
2995 2995
   {
2996
-    return $this->ethernetMacAddress;
2996
+	return $this->ethernetMacAddress;
2997 2997
   }
2998 2998
   public function setFirmwareVersion($firmwareVersion)
2999 2999
   {
3000
-    $this->firmwareVersion = $firmwareVersion;
3000
+	$this->firmwareVersion = $firmwareVersion;
3001 3001
   }
3002 3002
   public function getFirmwareVersion()
3003 3003
   {
3004
-    return $this->firmwareVersion;
3004
+	return $this->firmwareVersion;
3005 3005
   }
3006 3006
   public function setKind($kind)
3007 3007
   {
3008
-    $this->kind = $kind;
3008
+	$this->kind = $kind;
3009 3009
   }
3010 3010
   public function getKind()
3011 3011
   {
3012
-    return $this->kind;
3012
+	return $this->kind;
3013 3013
   }
3014 3014
   public function setLastEnrollmentTime($lastEnrollmentTime)
3015 3015
   {
3016
-    $this->lastEnrollmentTime = $lastEnrollmentTime;
3016
+	$this->lastEnrollmentTime = $lastEnrollmentTime;
3017 3017
   }
3018 3018
   public function getLastEnrollmentTime()
3019 3019
   {
3020
-    return $this->lastEnrollmentTime;
3020
+	return $this->lastEnrollmentTime;
3021 3021
   }
3022 3022
   public function setLastSync($lastSync)
3023 3023
   {
3024
-    $this->lastSync = $lastSync;
3024
+	$this->lastSync = $lastSync;
3025 3025
   }
3026 3026
   public function getLastSync()
3027 3027
   {
3028
-    return $this->lastSync;
3028
+	return $this->lastSync;
3029 3029
   }
3030 3030
   public function setMacAddress($macAddress)
3031 3031
   {
3032
-    $this->macAddress = $macAddress;
3032
+	$this->macAddress = $macAddress;
3033 3033
   }
3034 3034
   public function getMacAddress()
3035 3035
   {
3036
-    return $this->macAddress;
3036
+	return $this->macAddress;
3037 3037
   }
3038 3038
   public function setMeid($meid)
3039 3039
   {
3040
-    $this->meid = $meid;
3040
+	$this->meid = $meid;
3041 3041
   }
3042 3042
   public function getMeid()
3043 3043
   {
3044
-    return $this->meid;
3044
+	return $this->meid;
3045 3045
   }
3046 3046
   public function setModel($model)
3047 3047
   {
3048
-    $this->model = $model;
3048
+	$this->model = $model;
3049 3049
   }
3050 3050
   public function getModel()
3051 3051
   {
3052
-    return $this->model;
3052
+	return $this->model;
3053 3053
   }
3054 3054
   public function setNotes($notes)
3055 3055
   {
3056
-    $this->notes = $notes;
3056
+	$this->notes = $notes;
3057 3057
   }
3058 3058
   public function getNotes()
3059 3059
   {
3060
-    return $this->notes;
3060
+	return $this->notes;
3061 3061
   }
3062 3062
   public function setOrderNumber($orderNumber)
3063 3063
   {
3064
-    $this->orderNumber = $orderNumber;
3064
+	$this->orderNumber = $orderNumber;
3065 3065
   }
3066 3066
   public function getOrderNumber()
3067 3067
   {
3068
-    return $this->orderNumber;
3068
+	return $this->orderNumber;
3069 3069
   }
3070 3070
   public function setOrgUnitPath($orgUnitPath)
3071 3071
   {
3072
-    $this->orgUnitPath = $orgUnitPath;
3072
+	$this->orgUnitPath = $orgUnitPath;
3073 3073
   }
3074 3074
   public function getOrgUnitPath()
3075 3075
   {
3076
-    return $this->orgUnitPath;
3076
+	return $this->orgUnitPath;
3077 3077
   }
3078 3078
   public function setOsVersion($osVersion)
3079 3079
   {
3080
-    $this->osVersion = $osVersion;
3080
+	$this->osVersion = $osVersion;
3081 3081
   }
3082 3082
   public function getOsVersion()
3083 3083
   {
3084
-    return $this->osVersion;
3084
+	return $this->osVersion;
3085 3085
   }
3086 3086
   public function setPlatformVersion($platformVersion)
3087 3087
   {
3088
-    $this->platformVersion = $platformVersion;
3088
+	$this->platformVersion = $platformVersion;
3089 3089
   }
3090 3090
   public function getPlatformVersion()
3091 3091
   {
3092
-    return $this->platformVersion;
3092
+	return $this->platformVersion;
3093 3093
   }
3094 3094
   public function setRecentUsers($recentUsers)
3095 3095
   {
3096
-    $this->recentUsers = $recentUsers;
3096
+	$this->recentUsers = $recentUsers;
3097 3097
   }
3098 3098
   public function getRecentUsers()
3099 3099
   {
3100
-    return $this->recentUsers;
3100
+	return $this->recentUsers;
3101 3101
   }
3102 3102
   public function setSerialNumber($serialNumber)
3103 3103
   {
3104
-    $this->serialNumber = $serialNumber;
3104
+	$this->serialNumber = $serialNumber;
3105 3105
   }
3106 3106
   public function getSerialNumber()
3107 3107
   {
3108
-    return $this->serialNumber;
3108
+	return $this->serialNumber;
3109 3109
   }
3110 3110
   public function setStatus($status)
3111 3111
   {
3112
-    $this->status = $status;
3112
+	$this->status = $status;
3113 3113
   }
3114 3114
   public function getStatus()
3115 3115
   {
3116
-    return $this->status;
3116
+	return $this->status;
3117 3117
   }
3118 3118
   public function setSupportEndDate($supportEndDate)
3119 3119
   {
3120
-    $this->supportEndDate = $supportEndDate;
3120
+	$this->supportEndDate = $supportEndDate;
3121 3121
   }
3122 3122
   public function getSupportEndDate()
3123 3123
   {
3124
-    return $this->supportEndDate;
3124
+	return $this->supportEndDate;
3125 3125
   }
3126 3126
   public function setWillAutoRenew($willAutoRenew)
3127 3127
   {
3128
-    $this->willAutoRenew = $willAutoRenew;
3128
+	$this->willAutoRenew = $willAutoRenew;
3129 3129
   }
3130 3130
   public function getWillAutoRenew()
3131 3131
   {
3132
-    return $this->willAutoRenew;
3132
+	return $this->willAutoRenew;
3133 3133
   }
3134 3134
 }
3135 3135
 
@@ -3143,19 +3143,19 @@  discard block
 block discarded – undo
3143 3143
 
3144 3144
   public function setActiveTime($activeTime)
3145 3145
   {
3146
-    $this->activeTime = $activeTime;
3146
+	$this->activeTime = $activeTime;
3147 3147
   }
3148 3148
   public function getActiveTime()
3149 3149
   {
3150
-    return $this->activeTime;
3150
+	return $this->activeTime;
3151 3151
   }
3152 3152
   public function setDate($date)
3153 3153
   {
3154
-    $this->date = $date;
3154
+	$this->date = $date;
3155 3155
   }
3156 3156
   public function getDate()
3157 3157
   {
3158
-    return $this->date;
3158
+	return $this->date;
3159 3159
   }
3160 3160
 }
3161 3161
 
@@ -3169,19 +3169,19 @@  discard block
 block discarded – undo
3169 3169
 
3170 3170
   public function setEmail($email)
3171 3171
   {
3172
-    $this->email = $email;
3172
+	$this->email = $email;
3173 3173
   }
3174 3174
   public function getEmail()
3175 3175
   {
3176
-    return $this->email;
3176
+	return $this->email;
3177 3177
   }
3178 3178
   public function setType($type)
3179 3179
   {
3180
-    $this->type = $type;
3180
+	$this->type = $type;
3181 3181
   }
3182 3182
   public function getType()
3183 3183
   {
3184
-    return $this->type;
3184
+	return $this->type;
3185 3185
   }
3186 3186
 }
3187 3187
 
@@ -3199,35 +3199,35 @@  discard block
 block discarded – undo
3199 3199
 
3200 3200
   public function setChromeosdevices($chromeosdevices)
3201 3201
   {
3202
-    $this->chromeosdevices = $chromeosdevices;
3202
+	$this->chromeosdevices = $chromeosdevices;
3203 3203
   }
3204 3204
   public function getChromeosdevices()
3205 3205
   {
3206
-    return $this->chromeosdevices;
3206
+	return $this->chromeosdevices;
3207 3207
   }
3208 3208
   public function setEtag($etag)
3209 3209
   {
3210
-    $this->etag = $etag;
3210
+	$this->etag = $etag;
3211 3211
   }
3212 3212
   public function getEtag()
3213 3213
   {
3214
-    return $this->etag;
3214
+	return $this->etag;
3215 3215
   }
3216 3216
   public function setKind($kind)
3217 3217
   {
3218
-    $this->kind = $kind;
3218
+	$this->kind = $kind;
3219 3219
   }
3220 3220
   public function getKind()
3221 3221
   {
3222
-    return $this->kind;
3222
+	return $this->kind;
3223 3223
   }
3224 3224
   public function setNextPageToken($nextPageToken)
3225 3225
   {
3226
-    $this->nextPageToken = $nextPageToken;
3226
+	$this->nextPageToken = $nextPageToken;
3227 3227
   }
3228 3228
   public function getNextPageToken()
3229 3229
   {
3230
-    return $this->nextPageToken;
3230
+	return $this->nextPageToken;
3231 3231
   }
3232 3232
 }
3233 3233
 
@@ -3250,83 +3250,83 @@  discard block
 block discarded – undo
3250 3250
 
3251 3251
   public function setAdminCreated($adminCreated)
3252 3252
   {
3253
-    $this->adminCreated = $adminCreated;
3253
+	$this->adminCreated = $adminCreated;
3254 3254
   }
3255 3255
   public function getAdminCreated()
3256 3256
   {
3257
-    return $this->adminCreated;
3257
+	return $this->adminCreated;
3258 3258
   }
3259 3259
   public function setAliases($aliases)
3260 3260
   {
3261
-    $this->aliases = $aliases;
3261
+	$this->aliases = $aliases;
3262 3262
   }
3263 3263
   public function getAliases()
3264 3264
   {
3265
-    return $this->aliases;
3265
+	return $this->aliases;
3266 3266
   }
3267 3267
   public function setDescription($description)
3268 3268
   {
3269
-    $this->description = $description;
3269
+	$this->description = $description;
3270 3270
   }
3271 3271
   public function getDescription()
3272 3272
   {
3273
-    return $this->description;
3273
+	return $this->description;
3274 3274
   }
3275 3275
   public function setDirectMembersCount($directMembersCount)
3276 3276
   {
3277
-    $this->directMembersCount = $directMembersCount;
3277
+	$this->directMembersCount = $directMembersCount;
3278 3278
   }
3279 3279
   public function getDirectMembersCount()
3280 3280
   {
3281
-    return $this->directMembersCount;
3281
+	return $this->directMembersCount;
3282 3282
   }
3283 3283
   public function setEmail($email)
3284 3284
   {
3285
-    $this->email = $email;
3285
+	$this->email = $email;
3286 3286
   }
3287 3287
   public function getEmail()
3288 3288
   {
3289
-    return $this->email;
3289
+	return $this->email;
3290 3290
   }
3291 3291
   public function setEtag($etag)
3292 3292
   {
3293
-    $this->etag = $etag;
3293
+	$this->etag = $etag;
3294 3294
   }
3295 3295
   public function getEtag()
3296 3296
   {
3297
-    return $this->etag;
3297
+	return $this->etag;
3298 3298
   }
3299 3299
   public function setId($id)
3300 3300
   {
3301
-    $this->id = $id;
3301
+	$this->id = $id;
3302 3302
   }
3303 3303
   public function getId()
3304 3304
   {
3305
-    return $this->id;
3305
+	return $this->id;
3306 3306
   }
3307 3307
   public function setKind($kind)
3308 3308
   {
3309
-    $this->kind = $kind;
3309
+	$this->kind = $kind;
3310 3310
   }
3311 3311
   public function getKind()
3312 3312
   {
3313
-    return $this->kind;
3313
+	return $this->kind;
3314 3314
   }
3315 3315
   public function setName($name)
3316 3316
   {
3317
-    $this->name = $name;
3317
+	$this->name = $name;
3318 3318
   }
3319 3319
   public function getName()
3320 3320
   {
3321
-    return $this->name;
3321
+	return $this->name;
3322 3322
   }
3323 3323
   public function setNonEditableAliases($nonEditableAliases)
3324 3324
   {
3325
-    $this->nonEditableAliases = $nonEditableAliases;
3325
+	$this->nonEditableAliases = $nonEditableAliases;
3326 3326
   }
3327 3327
   public function getNonEditableAliases()
3328 3328
   {
3329
-    return $this->nonEditableAliases;
3329
+	return $this->nonEditableAliases;
3330 3330
   }
3331 3331
 }
3332 3332
 
@@ -3344,35 +3344,35 @@  discard block
 block discarded – undo
3344 3344
 
3345 3345
   public function setEtag($etag)
3346 3346
   {
3347
-    $this->etag = $etag;
3347
+	$this->etag = $etag;
3348 3348
   }
3349 3349
   public function getEtag()
3350 3350
   {
3351
-    return $this->etag;
3351
+	return $this->etag;
3352 3352
   }
3353 3353
   public function setGroups($groups)
3354 3354
   {
3355
-    $this->groups = $groups;
3355
+	$this->groups = $groups;
3356 3356
   }
3357 3357
   public function getGroups()
3358 3358
   {
3359
-    return $this->groups;
3359
+	return $this->groups;
3360 3360
   }
3361 3361
   public function setKind($kind)
3362 3362
   {
3363
-    $this->kind = $kind;
3363
+	$this->kind = $kind;
3364 3364
   }
3365 3365
   public function getKind()
3366 3366
   {
3367
-    return $this->kind;
3367
+	return $this->kind;
3368 3368
   }
3369 3369
   public function setNextPageToken($nextPageToken)
3370 3370
   {
3371
-    $this->nextPageToken = $nextPageToken;
3371
+	$this->nextPageToken = $nextPageToken;
3372 3372
   }
3373 3373
   public function getNextPageToken()
3374 3374
   {
3375
-    return $this->nextPageToken;
3375
+	return $this->nextPageToken;
3376 3376
   }
3377 3377
 }
3378 3378
 
@@ -3390,51 +3390,51 @@  discard block
 block discarded – undo
3390 3390
 
3391 3391
   public function setEmail($email)
3392 3392
   {
3393
-    $this->email = $email;
3393
+	$this->email = $email;
3394 3394
   }
3395 3395
   public function getEmail()
3396 3396
   {
3397
-    return $this->email;
3397
+	return $this->email;
3398 3398
   }
3399 3399
   public function setEtag($etag)
3400 3400
   {
3401
-    $this->etag = $etag;
3401
+	$this->etag = $etag;
3402 3402
   }
3403 3403
   public function getEtag()
3404 3404
   {
3405
-    return $this->etag;
3405
+	return $this->etag;
3406 3406
   }
3407 3407
   public function setId($id)
3408 3408
   {
3409
-    $this->id = $id;
3409
+	$this->id = $id;
3410 3410
   }
3411 3411
   public function getId()
3412 3412
   {
3413
-    return $this->id;
3413
+	return $this->id;
3414 3414
   }
3415 3415
   public function setKind($kind)
3416 3416
   {
3417
-    $this->kind = $kind;
3417
+	$this->kind = $kind;
3418 3418
   }
3419 3419
   public function getKind()
3420 3420
   {
3421
-    return $this->kind;
3421
+	return $this->kind;
3422 3422
   }
3423 3423
   public function setRole($role)
3424 3424
   {
3425
-    $this->role = $role;
3425
+	$this->role = $role;
3426 3426
   }
3427 3427
   public function getRole()
3428 3428
   {
3429
-    return $this->role;
3429
+	return $this->role;
3430 3430
   }
3431 3431
   public function setType($type)
3432 3432
   {
3433
-    $this->type = $type;
3433
+	$this->type = $type;
3434 3434
   }
3435 3435
   public function getType()
3436 3436
   {
3437
-    return $this->type;
3437
+	return $this->type;
3438 3438
   }
3439 3439
 }
3440 3440
 
@@ -3452,35 +3452,35 @@  discard block
 block discarded – undo
3452 3452
 
3453 3453
   public function setEtag($etag)
3454 3454
   {
3455
-    $this->etag = $etag;
3455
+	$this->etag = $etag;
3456 3456
   }
3457 3457
   public function getEtag()
3458 3458
   {
3459
-    return $this->etag;
3459
+	return $this->etag;
3460 3460
   }
3461 3461
   public function setKind($kind)
3462 3462
   {
3463
-    $this->kind = $kind;
3463
+	$this->kind = $kind;
3464 3464
   }
3465 3465
   public function getKind()
3466 3466
   {
3467
-    return $this->kind;
3467
+	return $this->kind;
3468 3468
   }
3469 3469
   public function setMembers($members)
3470 3470
   {
3471
-    $this->members = $members;
3471
+	$this->members = $members;
3472 3472
   }
3473 3473
   public function getMembers()
3474 3474
   {
3475
-    return $this->members;
3475
+	return $this->members;
3476 3476
   }
3477 3477
   public function setNextPageToken($nextPageToken)
3478 3478
   {
3479
-    $this->nextPageToken = $nextPageToken;
3479
+	$this->nextPageToken = $nextPageToken;
3480 3480
   }
3481 3481
   public function getNextPageToken()
3482 3482
   {
3483
-    return $this->nextPageToken;
3483
+	return $this->nextPageToken;
3484 3484
   }
3485 3485
 }
3486 3486
 
@@ -3520,211 +3520,211 @@  discard block
 block discarded – undo
3520 3520
 
3521 3521
   public function setApplications($applications)
3522 3522
   {
3523
-    $this->applications = $applications;
3523
+	$this->applications = $applications;
3524 3524
   }
3525 3525
   public function getApplications()
3526 3526
   {
3527
-    return $this->applications;
3527
+	return $this->applications;
3528 3528
   }
3529 3529
   public function setBasebandVersion($basebandVersion)
3530 3530
   {
3531
-    $this->basebandVersion = $basebandVersion;
3531
+	$this->basebandVersion = $basebandVersion;
3532 3532
   }
3533 3533
   public function getBasebandVersion()
3534 3534
   {
3535
-    return $this->basebandVersion;
3535
+	return $this->basebandVersion;
3536 3536
   }
3537 3537
   public function setBuildNumber($buildNumber)
3538 3538
   {
3539
-    $this->buildNumber = $buildNumber;
3539
+	$this->buildNumber = $buildNumber;
3540 3540
   }
3541 3541
   public function getBuildNumber()
3542 3542
   {
3543
-    return $this->buildNumber;
3543
+	return $this->buildNumber;
3544 3544
   }
3545 3545
   public function setDefaultLanguage($defaultLanguage)
3546 3546
   {
3547
-    $this->defaultLanguage = $defaultLanguage;
3547
+	$this->defaultLanguage = $defaultLanguage;
3548 3548
   }
3549 3549
   public function getDefaultLanguage()
3550 3550
   {
3551
-    return $this->defaultLanguage;
3551
+	return $this->defaultLanguage;
3552 3552
   }
3553 3553
   public function setDeviceCompromisedStatus($deviceCompromisedStatus)
3554 3554
   {
3555
-    $this->deviceCompromisedStatus = $deviceCompromisedStatus;
3555
+	$this->deviceCompromisedStatus = $deviceCompromisedStatus;
3556 3556
   }
3557 3557
   public function getDeviceCompromisedStatus()
3558 3558
   {
3559
-    return $this->deviceCompromisedStatus;
3559
+	return $this->deviceCompromisedStatus;
3560 3560
   }
3561 3561
   public function setDeviceId($deviceId)
3562 3562
   {
3563
-    $this->deviceId = $deviceId;
3563
+	$this->deviceId = $deviceId;
3564 3564
   }
3565 3565
   public function getDeviceId()
3566 3566
   {
3567
-    return $this->deviceId;
3567
+	return $this->deviceId;
3568 3568
   }
3569 3569
   public function setEmail($email)
3570 3570
   {
3571
-    $this->email = $email;
3571
+	$this->email = $email;
3572 3572
   }
3573 3573
   public function getEmail()
3574 3574
   {
3575
-    return $this->email;
3575
+	return $this->email;
3576 3576
   }
3577 3577
   public function setEtag($etag)
3578 3578
   {
3579
-    $this->etag = $etag;
3579
+	$this->etag = $etag;
3580 3580
   }
3581 3581
   public function getEtag()
3582 3582
   {
3583
-    return $this->etag;
3583
+	return $this->etag;
3584 3584
   }
3585 3585
   public function setFirstSync($firstSync)
3586 3586
   {
3587
-    $this->firstSync = $firstSync;
3587
+	$this->firstSync = $firstSync;
3588 3588
   }
3589 3589
   public function getFirstSync()
3590 3590
   {
3591
-    return $this->firstSync;
3591
+	return $this->firstSync;
3592 3592
   }
3593 3593
   public function setHardwareId($hardwareId)
3594 3594
   {
3595
-    $this->hardwareId = $hardwareId;
3595
+	$this->hardwareId = $hardwareId;
3596 3596
   }
3597 3597
   public function getHardwareId()
3598 3598
   {
3599
-    return $this->hardwareId;
3599
+	return $this->hardwareId;
3600 3600
   }
3601 3601
   public function setImei($imei)
3602 3602
   {
3603
-    $this->imei = $imei;
3603
+	$this->imei = $imei;
3604 3604
   }
3605 3605
   public function getImei()
3606 3606
   {
3607
-    return $this->imei;
3607
+	return $this->imei;
3608 3608
   }
3609 3609
   public function setKernelVersion($kernelVersion)
3610 3610
   {
3611
-    $this->kernelVersion = $kernelVersion;
3611
+	$this->kernelVersion = $kernelVersion;
3612 3612
   }
3613 3613
   public function getKernelVersion()
3614 3614
   {
3615
-    return $this->kernelVersion;
3615
+	return $this->kernelVersion;
3616 3616
   }
3617 3617
   public function setKind($kind)
3618 3618
   {
3619
-    $this->kind = $kind;
3619
+	$this->kind = $kind;
3620 3620
   }
3621 3621
   public function getKind()
3622 3622
   {
3623
-    return $this->kind;
3623
+	return $this->kind;
3624 3624
   }
3625 3625
   public function setLastSync($lastSync)
3626 3626
   {
3627
-    $this->lastSync = $lastSync;
3627
+	$this->lastSync = $lastSync;
3628 3628
   }
3629 3629
   public function getLastSync()
3630 3630
   {
3631
-    return $this->lastSync;
3631
+	return $this->lastSync;
3632 3632
   }
3633 3633
   public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfile)
3634 3634
   {
3635
-    $this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
3635
+	$this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
3636 3636
   }
3637 3637
   public function getManagedAccountIsOnOwnerProfile()
3638 3638
   {
3639
-    return $this->managedAccountIsOnOwnerProfile;
3639
+	return $this->managedAccountIsOnOwnerProfile;
3640 3640
   }
3641 3641
   public function setMeid($meid)
3642 3642
   {
3643
-    $this->meid = $meid;
3643
+	$this->meid = $meid;
3644 3644
   }
3645 3645
   public function getMeid()
3646 3646
   {
3647
-    return $this->meid;
3647
+	return $this->meid;
3648 3648
   }
3649 3649
   public function setModel($model)
3650 3650
   {
3651
-    $this->model = $model;
3651
+	$this->model = $model;
3652 3652
   }
3653 3653
   public function getModel()
3654 3654
   {
3655
-    return $this->model;
3655
+	return $this->model;
3656 3656
   }
3657 3657
   public function setName($name)
3658 3658
   {
3659
-    $this->name = $name;
3659
+	$this->name = $name;
3660 3660
   }
3661 3661
   public function getName()
3662 3662
   {
3663
-    return $this->name;
3663
+	return $this->name;
3664 3664
   }
3665 3665
   public function setNetworkOperator($networkOperator)
3666 3666
   {
3667
-    $this->networkOperator = $networkOperator;
3667
+	$this->networkOperator = $networkOperator;
3668 3668
   }
3669 3669
   public function getNetworkOperator()
3670 3670
   {
3671
-    return $this->networkOperator;
3671
+	return $this->networkOperator;
3672 3672
   }
3673 3673
   public function setOs($os)
3674 3674
   {
3675
-    $this->os = $os;
3675
+	$this->os = $os;
3676 3676
   }
3677 3677
   public function getOs()
3678 3678
   {
3679
-    return $this->os;
3679
+	return $this->os;
3680 3680
   }
3681 3681
   public function setResourceId($resourceId)
3682 3682
   {
3683
-    $this->resourceId = $resourceId;
3683
+	$this->resourceId = $resourceId;
3684 3684
   }
3685 3685
   public function getResourceId()
3686 3686
   {
3687
-    return $this->resourceId;
3687
+	return $this->resourceId;
3688 3688
   }
3689 3689
   public function setSerialNumber($serialNumber)
3690 3690
   {
3691
-    $this->serialNumber = $serialNumber;
3691
+	$this->serialNumber = $serialNumber;
3692 3692
   }
3693 3693
   public function getSerialNumber()
3694 3694
   {
3695
-    return $this->serialNumber;
3695
+	return $this->serialNumber;
3696 3696
   }
3697 3697
   public function setStatus($status)
3698 3698
   {
3699
-    $this->status = $status;
3699
+	$this->status = $status;
3700 3700
   }
3701 3701
   public function getStatus()
3702 3702
   {
3703
-    return $this->status;
3703
+	return $this->status;
3704 3704
   }
3705 3705
   public function setType($type)
3706 3706
   {
3707
-    $this->type = $type;
3707
+	$this->type = $type;
3708 3708
   }
3709 3709
   public function getType()
3710 3710
   {
3711
-    return $this->type;
3711
+	return $this->type;
3712 3712
   }
3713 3713
   public function setUserAgent($userAgent)
3714 3714
   {
3715
-    $this->userAgent = $userAgent;
3715
+	$this->userAgent = $userAgent;
3716 3716
   }
3717 3717
   public function getUserAgent()
3718 3718
   {
3719
-    return $this->userAgent;
3719
+	return $this->userAgent;
3720 3720
   }
3721 3721
   public function setWifiMacAddress($wifiMacAddress)
3722 3722
   {
3723
-    $this->wifiMacAddress = $wifiMacAddress;
3723
+	$this->wifiMacAddress = $wifiMacAddress;
3724 3724
   }
3725 3725
   public function getWifiMacAddress()
3726 3726
   {
3727
-    return $this->wifiMacAddress;
3727
+	return $this->wifiMacAddress;
3728 3728
   }
3729 3729
 }
3730 3730
 
@@ -3737,11 +3737,11 @@  discard block
 block discarded – undo
3737 3737
 
3738 3738
   public function setAction($action)
3739 3739
   {
3740
-    $this->action = $action;
3740
+	$this->action = $action;
3741 3741
   }
3742 3742
   public function getAction()
3743 3743
   {
3744
-    return $this->action;
3744
+	return $this->action;
3745 3745
   }
3746 3746
 }
3747 3747
 
@@ -3759,43 +3759,43 @@  discard block
 block discarded – undo
3759 3759
 
3760 3760
   public function setDisplayName($displayName)
3761 3761
   {
3762
-    $this->displayName = $displayName;
3762
+	$this->displayName = $displayName;
3763 3763
   }
3764 3764
   public function getDisplayName()
3765 3765
   {
3766
-    return $this->displayName;
3766
+	return $this->displayName;
3767 3767
   }
3768 3768
   public function setPackageName($packageName)
3769 3769
   {
3770
-    $this->packageName = $packageName;
3770
+	$this->packageName = $packageName;
3771 3771
   }
3772 3772
   public function getPackageName()
3773 3773
   {
3774
-    return $this->packageName;
3774
+	return $this->packageName;
3775 3775
   }
3776 3776
   public function setPermission($permission)
3777 3777
   {
3778
-    $this->permission = $permission;
3778
+	$this->permission = $permission;
3779 3779
   }
3780 3780
   public function getPermission()
3781 3781
   {
3782
-    return $this->permission;
3782
+	return $this->permission;
3783 3783
   }
3784 3784
   public function setVersionCode($versionCode)
3785 3785
   {
3786
-    $this->versionCode = $versionCode;
3786
+	$this->versionCode = $versionCode;
3787 3787
   }
3788 3788
   public function getVersionCode()
3789 3789
   {
3790
-    return $this->versionCode;
3790
+	return $this->versionCode;
3791 3791
   }
3792 3792
   public function setVersionName($versionName)
3793 3793
   {
3794
-    $this->versionName = $versionName;
3794
+	$this->versionName = $versionName;
3795 3795
   }
3796 3796
   public function getVersionName()
3797 3797
   {
3798
-    return $this->versionName;
3798
+	return $this->versionName;
3799 3799
   }
3800 3800
 }
3801 3801
 
@@ -3813,35 +3813,35 @@  discard block
 block discarded – undo
3813 3813
 
3814 3814
   public function setEtag($etag)
3815 3815
   {
3816
-    $this->etag = $etag;
3816
+	$this->etag = $etag;
3817 3817
   }
3818 3818
   public function getEtag()
3819 3819
   {
3820
-    return $this->etag;
3820
+	return $this->etag;
3821 3821
   }
3822 3822
   public function setKind($kind)
3823 3823
   {
3824
-    $this->kind = $kind;
3824
+	$this->kind = $kind;
3825 3825
   }
3826 3826
   public function getKind()
3827 3827
   {
3828
-    return $this->kind;
3828
+	return $this->kind;
3829 3829
   }
3830 3830
   public function setMobiledevices($mobiledevices)
3831 3831
   {
3832
-    $this->mobiledevices = $mobiledevices;
3832
+	$this->mobiledevices = $mobiledevices;
3833 3833
   }
3834 3834
   public function getMobiledevices()
3835 3835
   {
3836
-    return $this->mobiledevices;
3836
+	return $this->mobiledevices;
3837 3837
   }
3838 3838
   public function setNextPageToken($nextPageToken)
3839 3839
   {
3840
-    $this->nextPageToken = $nextPageToken;
3840
+	$this->nextPageToken = $nextPageToken;
3841 3841
   }
3842 3842
   public function getNextPageToken()
3843 3843
   {
3844
-    return $this->nextPageToken;
3844
+	return $this->nextPageToken;
3845 3845
   }
3846 3846
 }
3847 3847
 
@@ -3861,67 +3861,67 @@  discard block
 block discarded – undo
3861 3861
 
3862 3862
   public function setBody($body)
3863 3863
   {
3864
-    $this->body = $body;
3864
+	$this->body = $body;
3865 3865
   }
3866 3866
   public function getBody()
3867 3867
   {
3868
-    return $this->body;
3868
+	return $this->body;
3869 3869
   }
3870 3870
   public function setEtag($etag)
3871 3871
   {
3872
-    $this->etag = $etag;
3872
+	$this->etag = $etag;
3873 3873
   }
3874 3874
   public function getEtag()
3875 3875
   {
3876
-    return $this->etag;
3876
+	return $this->etag;
3877 3877
   }
3878 3878
   public function setFromAddress($fromAddress)
3879 3879
   {
3880
-    $this->fromAddress = $fromAddress;
3880
+	$this->fromAddress = $fromAddress;
3881 3881
   }
3882 3882
   public function getFromAddress()
3883 3883
   {
3884
-    return $this->fromAddress;
3884
+	return $this->fromAddress;
3885 3885
   }
3886 3886
   public function setIsUnread($isUnread)
3887 3887
   {
3888
-    $this->isUnread = $isUnread;
3888
+	$this->isUnread = $isUnread;
3889 3889
   }
3890 3890
   public function getIsUnread()
3891 3891
   {
3892
-    return $this->isUnread;
3892
+	return $this->isUnread;
3893 3893
   }
3894 3894
   public function setKind($kind)
3895 3895
   {
3896
-    $this->kind = $kind;
3896
+	$this->kind = $kind;
3897 3897
   }
3898 3898
   public function getKind()
3899 3899
   {
3900
-    return $this->kind;
3900
+	return $this->kind;
3901 3901
   }
3902 3902
   public function setNotificationId($notificationId)
3903 3903
   {
3904
-    $this->notificationId = $notificationId;
3904
+	$this->notificationId = $notificationId;
3905 3905
   }
3906 3906
   public function getNotificationId()
3907 3907
   {
3908
-    return $this->notificationId;
3908
+	return $this->notificationId;
3909 3909
   }
3910 3910
   public function setSendTime($sendTime)
3911 3911
   {
3912
-    $this->sendTime = $sendTime;
3912
+	$this->sendTime = $sendTime;
3913 3913
   }
3914 3914
   public function getSendTime()
3915 3915
   {
3916
-    return $this->sendTime;
3916
+	return $this->sendTime;
3917 3917
   }
3918 3918
   public function setSubject($subject)
3919 3919
   {
3920
-    $this->subject = $subject;
3920
+	$this->subject = $subject;
3921 3921
   }
3922 3922
   public function getSubject()
3923 3923
   {
3924
-    return $this->subject;
3924
+	return $this->subject;
3925 3925
   }
3926 3926
 }
3927 3927
 
@@ -3940,43 +3940,43 @@  discard block
 block discarded – undo
3940 3940
 
3941 3941
   public function setEtag($etag)
3942 3942
   {
3943
-    $this->etag = $etag;
3943
+	$this->etag = $etag;
3944 3944
   }
3945 3945
   public function getEtag()
3946 3946
   {
3947
-    return $this->etag;
3947
+	return $this->etag;
3948 3948
   }
3949 3949
   public function setItems($items)
3950 3950
   {
3951
-    $this->items = $items;
3951
+	$this->items = $items;
3952 3952
   }
3953 3953
   public function getItems()
3954 3954
   {
3955
-    return $this->items;
3955
+	return $this->items;
3956 3956
   }
3957 3957
   public function setKind($kind)
3958 3958
   {
3959
-    $this->kind = $kind;
3959
+	$this->kind = $kind;
3960 3960
   }
3961 3961
   public function getKind()
3962 3962
   {
3963
-    return $this->kind;
3963
+	return $this->kind;
3964 3964
   }
3965 3965
   public function setNextPageToken($nextPageToken)
3966 3966
   {
3967
-    $this->nextPageToken = $nextPageToken;
3967
+	$this->nextPageToken = $nextPageToken;
3968 3968
   }
3969 3969
   public function getNextPageToken()
3970 3970
   {
3971
-    return $this->nextPageToken;
3971
+	return $this->nextPageToken;
3972 3972
   }
3973 3973
   public function setUnreadNotificationsCount($unreadNotificationsCount)
3974 3974
   {
3975
-    $this->unreadNotificationsCount = $unreadNotificationsCount;
3975
+	$this->unreadNotificationsCount = $unreadNotificationsCount;
3976 3976
   }
3977 3977
   public function getUnreadNotificationsCount()
3978 3978
   {
3979
-    return $this->unreadNotificationsCount;
3979
+	return $this->unreadNotificationsCount;
3980 3980
   }
3981 3981
 }
3982 3982
 
@@ -3997,75 +3997,75 @@  discard block
 block discarded – undo
3997 3997
 
3998 3998
   public function setBlockInheritance($blockInheritance)
3999 3999
   {
4000
-    $this->blockInheritance = $blockInheritance;
4000
+	$this->blockInheritance = $blockInheritance;
4001 4001
   }
4002 4002
   public function getBlockInheritance()
4003 4003
   {
4004
-    return $this->blockInheritance;
4004
+	return $this->blockInheritance;
4005 4005
   }
4006 4006
   public function setDescription($description)
4007 4007
   {
4008
-    $this->description = $description;
4008
+	$this->description = $description;
4009 4009
   }
4010 4010
   public function getDescription()
4011 4011
   {
4012
-    return $this->description;
4012
+	return $this->description;
4013 4013
   }
4014 4014
   public function setEtag($etag)
4015 4015
   {
4016
-    $this->etag = $etag;
4016
+	$this->etag = $etag;
4017 4017
   }
4018 4018
   public function getEtag()
4019 4019
   {
4020
-    return $this->etag;
4020
+	return $this->etag;
4021 4021
   }
4022 4022
   public function setKind($kind)
4023 4023
   {
4024
-    $this->kind = $kind;
4024
+	$this->kind = $kind;
4025 4025
   }
4026 4026
   public function getKind()
4027 4027
   {
4028
-    return $this->kind;
4028
+	return $this->kind;
4029 4029
   }
4030 4030
   public function setName($name)
4031 4031
   {
4032
-    $this->name = $name;
4032
+	$this->name = $name;
4033 4033
   }
4034 4034
   public function getName()
4035 4035
   {
4036
-    return $this->name;
4036
+	return $this->name;
4037 4037
   }
4038 4038
   public function setOrgUnitId($orgUnitId)
4039 4039
   {
4040
-    $this->orgUnitId = $orgUnitId;
4040
+	$this->orgUnitId = $orgUnitId;
4041 4041
   }
4042 4042
   public function getOrgUnitId()
4043 4043
   {
4044
-    return $this->orgUnitId;
4044
+	return $this->orgUnitId;
4045 4045
   }
4046 4046
   public function setOrgUnitPath($orgUnitPath)
4047 4047
   {
4048
-    $this->orgUnitPath = $orgUnitPath;
4048
+	$this->orgUnitPath = $orgUnitPath;
4049 4049
   }
4050 4050
   public function getOrgUnitPath()
4051 4051
   {
4052
-    return $this->orgUnitPath;
4052
+	return $this->orgUnitPath;
4053 4053
   }
4054 4054
   public function setParentOrgUnitId($parentOrgUnitId)
4055 4055
   {
4056
-    $this->parentOrgUnitId = $parentOrgUnitId;
4056
+	$this->parentOrgUnitId = $parentOrgUnitId;
4057 4057
   }
4058 4058
   public function getParentOrgUnitId()
4059 4059
   {
4060
-    return $this->parentOrgUnitId;
4060
+	return $this->parentOrgUnitId;
4061 4061
   }
4062 4062
   public function setParentOrgUnitPath($parentOrgUnitPath)
4063 4063
   {
4064
-    $this->parentOrgUnitPath = $parentOrgUnitPath;
4064
+	$this->parentOrgUnitPath = $parentOrgUnitPath;
4065 4065
   }
4066 4066
   public function getParentOrgUnitPath()
4067 4067
   {
4068
-    return $this->parentOrgUnitPath;
4068
+	return $this->parentOrgUnitPath;
4069 4069
   }
4070 4070
 }
4071 4071
 
@@ -4082,27 +4082,27 @@  discard block
 block discarded – undo
4082 4082
 
4083 4083
   public function setEtag($etag)
4084 4084
   {
4085
-    $this->etag = $etag;
4085
+	$this->etag = $etag;
4086 4086
   }
4087 4087
   public function getEtag()
4088 4088
   {
4089
-    return $this->etag;
4089
+	return $this->etag;
4090 4090
   }
4091 4091
   public function setKind($kind)
4092 4092
   {
4093
-    $this->kind = $kind;
4093
+	$this->kind = $kind;
4094 4094
   }
4095 4095
   public function getKind()
4096 4096
   {
4097
-    return $this->kind;
4097
+	return $this->kind;
4098 4098
   }
4099 4099
   public function setOrganizationUnits($organizationUnits)
4100 4100
   {
4101
-    $this->organizationUnits = $organizationUnits;
4101
+	$this->organizationUnits = $organizationUnits;
4102 4102
   }
4103 4103
   public function getOrganizationUnits()
4104 4104
   {
4105
-    return $this->organizationUnits;
4105
+	return $this->organizationUnits;
4106 4106
   }
4107 4107
 }
4108 4108
 
@@ -4121,43 +4121,43 @@  discard block
 block discarded – undo
4121 4121
 
4122 4122
   public function setEtag($etag)
4123 4123
   {
4124
-    $this->etag = $etag;
4124
+	$this->etag = $etag;
4125 4125
   }
4126 4126
   public function getEtag()
4127 4127
   {
4128
-    return $this->etag;
4128
+	return $this->etag;
4129 4129
   }
4130 4130
   public function setFields($fields)
4131 4131
   {
4132
-    $this->fields = $fields;
4132
+	$this->fields = $fields;
4133 4133
   }
4134 4134
   public function getFields()
4135 4135
   {
4136
-    return $this->fields;
4136
+	return $this->fields;
4137 4137
   }
4138 4138
   public function setKind($kind)
4139 4139
   {
4140
-    $this->kind = $kind;
4140
+	$this->kind = $kind;
4141 4141
   }
4142 4142
   public function getKind()
4143 4143
   {
4144
-    return $this->kind;
4144
+	return $this->kind;
4145 4145
   }
4146 4146
   public function setSchemaId($schemaId)
4147 4147
   {
4148
-    $this->schemaId = $schemaId;
4148
+	$this->schemaId = $schemaId;
4149 4149
   }
4150 4150
   public function getSchemaId()
4151 4151
   {
4152
-    return $this->schemaId;
4152
+	return $this->schemaId;
4153 4153
   }
4154 4154
   public function setSchemaName($schemaName)
4155 4155
   {
4156
-    $this->schemaName = $schemaName;
4156
+	$this->schemaName = $schemaName;
4157 4157
   }
4158 4158
   public function getSchemaName()
4159 4159
   {
4160
-    return $this->schemaName;
4160
+	return $this->schemaName;
4161 4161
   }
4162 4162
 }
4163 4163
 
@@ -4179,75 +4179,75 @@  discard block
 block discarded – undo
4179 4179
 
4180 4180
   public function setEtag($etag)
4181 4181
   {
4182
-    $this->etag = $etag;
4182
+	$this->etag = $etag;
4183 4183
   }
4184 4184
   public function getEtag()
4185 4185
   {
4186
-    return $this->etag;
4186
+	return $this->etag;
4187 4187
   }
4188 4188
   public function setFieldId($fieldId)
4189 4189
   {
4190
-    $this->fieldId = $fieldId;
4190
+	$this->fieldId = $fieldId;
4191 4191
   }
4192 4192
   public function getFieldId()
4193 4193
   {
4194
-    return $this->fieldId;
4194
+	return $this->fieldId;
4195 4195
   }
4196 4196
   public function setFieldName($fieldName)
4197 4197
   {
4198
-    $this->fieldName = $fieldName;
4198
+	$this->fieldName = $fieldName;
4199 4199
   }
4200 4200
   public function getFieldName()
4201 4201
   {
4202
-    return $this->fieldName;
4202
+	return $this->fieldName;
4203 4203
   }
4204 4204
   public function setFieldType($fieldType)
4205 4205
   {
4206
-    $this->fieldType = $fieldType;
4206
+	$this->fieldType = $fieldType;
4207 4207
   }
4208 4208
   public function getFieldType()
4209 4209
   {
4210
-    return $this->fieldType;
4210
+	return $this->fieldType;
4211 4211
   }
4212 4212
   public function setIndexed($indexed)
4213 4213
   {
4214
-    $this->indexed = $indexed;
4214
+	$this->indexed = $indexed;
4215 4215
   }
4216 4216
   public function getIndexed()
4217 4217
   {
4218
-    return $this->indexed;
4218
+	return $this->indexed;
4219 4219
   }
4220 4220
   public function setKind($kind)
4221 4221
   {
4222
-    $this->kind = $kind;
4222
+	$this->kind = $kind;
4223 4223
   }
4224 4224
   public function getKind()
4225 4225
   {
4226
-    return $this->kind;
4226
+	return $this->kind;
4227 4227
   }
4228 4228
   public function setMultiValued($multiValued)
4229 4229
   {
4230
-    $this->multiValued = $multiValued;
4230
+	$this->multiValued = $multiValued;
4231 4231
   }
4232 4232
   public function getMultiValued()
4233 4233
   {
4234
-    return $this->multiValued;
4234
+	return $this->multiValued;
4235 4235
   }
4236 4236
   public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
4237 4237
   {
4238
-    $this->numericIndexingSpec = $numericIndexingSpec;
4238
+	$this->numericIndexingSpec = $numericIndexingSpec;
4239 4239
   }
4240 4240
   public function getNumericIndexingSpec()
4241 4241
   {
4242
-    return $this->numericIndexingSpec;
4242
+	return $this->numericIndexingSpec;
4243 4243
   }
4244 4244
   public function setReadAccessType($readAccessType)
4245 4245
   {
4246
-    $this->readAccessType = $readAccessType;
4246
+	$this->readAccessType = $readAccessType;
4247 4247
   }
4248 4248
   public function getReadAccessType()
4249 4249
   {
4250
-    return $this->readAccessType;
4250
+	return $this->readAccessType;
4251 4251
   }
4252 4252
 }
4253 4253
 
@@ -4261,19 +4261,19 @@  discard block
 block discarded – undo
4261 4261
 
4262 4262
   public function setMaxValue($maxValue)
4263 4263
   {
4264
-    $this->maxValue = $maxValue;
4264
+	$this->maxValue = $maxValue;
4265 4265
   }
4266 4266
   public function getMaxValue()
4267 4267
   {
4268
-    return $this->maxValue;
4268
+	return $this->maxValue;
4269 4269
   }
4270 4270
   public function setMinValue($minValue)
4271 4271
   {
4272
-    $this->minValue = $minValue;
4272
+	$this->minValue = $minValue;
4273 4273
   }
4274 4274
   public function getMinValue()
4275 4275
   {
4276
-    return $this->minValue;
4276
+	return $this->minValue;
4277 4277
   }
4278 4278
 }
4279 4279
 
@@ -4290,27 +4290,27 @@  discard block
 block discarded – undo
4290 4290
 
4291 4291
   public function setEtag($etag)
4292 4292
   {
4293
-    $this->etag = $etag;
4293
+	$this->etag = $etag;
4294 4294
   }
4295 4295
   public function getEtag()
4296 4296
   {
4297
-    return $this->etag;
4297
+	return $this->etag;
4298 4298
   }
4299 4299
   public function setKind($kind)
4300 4300
   {
4301
-    $this->kind = $kind;
4301
+	$this->kind = $kind;
4302 4302
   }
4303 4303
   public function getKind()
4304 4304
   {
4305
-    return $this->kind;
4305
+	return $this->kind;
4306 4306
   }
4307 4307
   public function setSchemas($schemas)
4308 4308
   {
4309
-    $this->schemas = $schemas;
4309
+	$this->schemas = $schemas;
4310 4310
   }
4311 4311
   public function getSchemas()
4312 4312
   {
4313
-    return $this->schemas;
4313
+	return $this->schemas;
4314 4314
   }
4315 4315
 }
4316 4316
 
@@ -4331,67 +4331,67 @@  discard block
 block discarded – undo
4331 4331
 
4332 4332
   public function setAnonymous($anonymous)
4333 4333
   {
4334
-    $this->anonymous = $anonymous;
4334
+	$this->anonymous = $anonymous;
4335 4335
   }
4336 4336
   public function getAnonymous()
4337 4337
   {
4338
-    return $this->anonymous;
4338
+	return $this->anonymous;
4339 4339
   }
4340 4340
   public function setClientId($clientId)
4341 4341
   {
4342
-    $this->clientId = $clientId;
4342
+	$this->clientId = $clientId;
4343 4343
   }
4344 4344
   public function getClientId()
4345 4345
   {
4346
-    return $this->clientId;
4346
+	return $this->clientId;
4347 4347
   }
4348 4348
   public function setDisplayText($displayText)
4349 4349
   {
4350
-    $this->displayText = $displayText;
4350
+	$this->displayText = $displayText;
4351 4351
   }
4352 4352
   public function getDisplayText()
4353 4353
   {
4354
-    return $this->displayText;
4354
+	return $this->displayText;
4355 4355
   }
4356 4356
   public function setEtag($etag)
4357 4357
   {
4358
-    $this->etag = $etag;
4358
+	$this->etag = $etag;
4359 4359
   }
4360 4360
   public function getEtag()
4361 4361
   {
4362
-    return $this->etag;
4362
+	return $this->etag;
4363 4363
   }
4364 4364
   public function setKind($kind)
4365 4365
   {
4366
-    $this->kind = $kind;
4366
+	$this->kind = $kind;
4367 4367
   }
4368 4368
   public function getKind()
4369 4369
   {
4370
-    return $this->kind;
4370
+	return $this->kind;
4371 4371
   }
4372 4372
   public function setNativeApp($nativeApp)
4373 4373
   {
4374
-    $this->nativeApp = $nativeApp;
4374
+	$this->nativeApp = $nativeApp;
4375 4375
   }
4376 4376
   public function getNativeApp()
4377 4377
   {
4378
-    return $this->nativeApp;
4378
+	return $this->nativeApp;
4379 4379
   }
4380 4380
   public function setScopes($scopes)
4381 4381
   {
4382
-    $this->scopes = $scopes;
4382
+	$this->scopes = $scopes;
4383 4383
   }
4384 4384
   public function getScopes()
4385 4385
   {
4386
-    return $this->scopes;
4386
+	return $this->scopes;
4387 4387
   }
4388 4388
   public function setUserKey($userKey)
4389 4389
   {
4390
-    $this->userKey = $userKey;
4390
+	$this->userKey = $userKey;
4391 4391
   }
4392 4392
   public function getUserKey()
4393 4393
   {
4394
-    return $this->userKey;
4394
+	return $this->userKey;
4395 4395
   }
4396 4396
 }
4397 4397
 
@@ -4408,27 +4408,27 @@  discard block
 block discarded – undo
4408 4408
 
4409 4409
   public function setEtag($etag)
4410 4410
   {
4411
-    $this->etag = $etag;
4411
+	$this->etag = $etag;
4412 4412
   }
4413 4413
   public function getEtag()
4414 4414
   {
4415
-    return $this->etag;
4415
+	return $this->etag;
4416 4416
   }
4417 4417
   public function setItems($items)
4418 4418
   {
4419
-    $this->items = $items;
4419
+	$this->items = $items;
4420 4420
   }
4421 4421
   public function getItems()
4422 4422
   {
4423
-    return $this->items;
4423
+	return $this->items;
4424 4424
   }
4425 4425
   public function setKind($kind)
4426 4426
   {
4427
-    $this->kind = $kind;
4427
+	$this->kind = $kind;
4428 4428
   }
4429 4429
   public function getKind()
4430 4430
   {
4431
-    return $this->kind;
4431
+	return $this->kind;
4432 4432
   }
4433 4433
 }
4434 4434
 
@@ -4477,283 +4477,283 @@  discard block
 block discarded – undo
4477 4477
 
4478 4478
   public function setAddresses($addresses)
4479 4479
   {
4480
-    $this->addresses = $addresses;
4480
+	$this->addresses = $addresses;
4481 4481
   }
4482 4482
   public function getAddresses()
4483 4483
   {
4484
-    return $this->addresses;
4484
+	return $this->addresses;
4485 4485
   }
4486 4486
   public function setAgreedToTerms($agreedToTerms)
4487 4487
   {
4488
-    $this->agreedToTerms = $agreedToTerms;
4488
+	$this->agreedToTerms = $agreedToTerms;
4489 4489
   }
4490 4490
   public function getAgreedToTerms()
4491 4491
   {
4492
-    return $this->agreedToTerms;
4492
+	return $this->agreedToTerms;
4493 4493
   }
4494 4494
   public function setAliases($aliases)
4495 4495
   {
4496
-    $this->aliases = $aliases;
4496
+	$this->aliases = $aliases;
4497 4497
   }
4498 4498
   public function getAliases()
4499 4499
   {
4500
-    return $this->aliases;
4500
+	return $this->aliases;
4501 4501
   }
4502 4502
   public function setChangePasswordAtNextLogin($changePasswordAtNextLogin)
4503 4503
   {
4504
-    $this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
4504
+	$this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
4505 4505
   }
4506 4506
   public function getChangePasswordAtNextLogin()
4507 4507
   {
4508
-    return $this->changePasswordAtNextLogin;
4508
+	return $this->changePasswordAtNextLogin;
4509 4509
   }
4510 4510
   public function setCreationTime($creationTime)
4511 4511
   {
4512
-    $this->creationTime = $creationTime;
4512
+	$this->creationTime = $creationTime;
4513 4513
   }
4514 4514
   public function getCreationTime()
4515 4515
   {
4516
-    return $this->creationTime;
4516
+	return $this->creationTime;
4517 4517
   }
4518 4518
   public function setCustomSchemas($customSchemas)
4519 4519
   {
4520
-    $this->customSchemas = $customSchemas;
4520
+	$this->customSchemas = $customSchemas;
4521 4521
   }
4522 4522
   public function getCustomSchemas()
4523 4523
   {
4524
-    return $this->customSchemas;
4524
+	return $this->customSchemas;
4525 4525
   }
4526 4526
   public function setCustomerId($customerId)
4527 4527
   {
4528
-    $this->customerId = $customerId;
4528
+	$this->customerId = $customerId;
4529 4529
   }
4530 4530
   public function getCustomerId()
4531 4531
   {
4532
-    return $this->customerId;
4532
+	return $this->customerId;
4533 4533
   }
4534 4534
   public function setDeletionTime($deletionTime)
4535 4535
   {
4536
-    $this->deletionTime = $deletionTime;
4536
+	$this->deletionTime = $deletionTime;
4537 4537
   }
4538 4538
   public function getDeletionTime()
4539 4539
   {
4540
-    return $this->deletionTime;
4540
+	return $this->deletionTime;
4541 4541
   }
4542 4542
   public function setEmails($emails)
4543 4543
   {
4544
-    $this->emails = $emails;
4544
+	$this->emails = $emails;
4545 4545
   }
4546 4546
   public function getEmails()
4547 4547
   {
4548
-    return $this->emails;
4548
+	return $this->emails;
4549 4549
   }
4550 4550
   public function setEtag($etag)
4551 4551
   {
4552
-    $this->etag = $etag;
4552
+	$this->etag = $etag;
4553 4553
   }
4554 4554
   public function getEtag()
4555 4555
   {
4556
-    return $this->etag;
4556
+	return $this->etag;
4557 4557
   }
4558 4558
   public function setExternalIds($externalIds)
4559 4559
   {
4560
-    $this->externalIds = $externalIds;
4560
+	$this->externalIds = $externalIds;
4561 4561
   }
4562 4562
   public function getExternalIds()
4563 4563
   {
4564
-    return $this->externalIds;
4564
+	return $this->externalIds;
4565 4565
   }
4566 4566
   public function setHashFunction($hashFunction)
4567 4567
   {
4568
-    $this->hashFunction = $hashFunction;
4568
+	$this->hashFunction = $hashFunction;
4569 4569
   }
4570 4570
   public function getHashFunction()
4571 4571
   {
4572
-    return $this->hashFunction;
4572
+	return $this->hashFunction;
4573 4573
   }
4574 4574
   public function setId($id)
4575 4575
   {
4576
-    $this->id = $id;
4576
+	$this->id = $id;
4577 4577
   }
4578 4578
   public function getId()
4579 4579
   {
4580
-    return $this->id;
4580
+	return $this->id;
4581 4581
   }
4582 4582
   public function setIms($ims)
4583 4583
   {
4584
-    $this->ims = $ims;
4584
+	$this->ims = $ims;
4585 4585
   }
4586 4586
   public function getIms()
4587 4587
   {
4588
-    return $this->ims;
4588
+	return $this->ims;
4589 4589
   }
4590 4590
   public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
4591 4591
   {
4592
-    $this->includeInGlobalAddressList = $includeInGlobalAddressList;
4592
+	$this->includeInGlobalAddressList = $includeInGlobalAddressList;
4593 4593
   }
4594 4594
   public function getIncludeInGlobalAddressList()
4595 4595
   {
4596
-    return $this->includeInGlobalAddressList;
4596
+	return $this->includeInGlobalAddressList;
4597 4597
   }
4598 4598
   public function setIpWhitelisted($ipWhitelisted)
4599 4599
   {
4600
-    $this->ipWhitelisted = $ipWhitelisted;
4600
+	$this->ipWhitelisted = $ipWhitelisted;
4601 4601
   }
4602 4602
   public function getIpWhitelisted()
4603 4603
   {
4604
-    return $this->ipWhitelisted;
4604
+	return $this->ipWhitelisted;
4605 4605
   }
4606 4606
   public function setIsAdmin($isAdmin)
4607 4607
   {
4608
-    $this->isAdmin = $isAdmin;
4608
+	$this->isAdmin = $isAdmin;
4609 4609
   }
4610 4610
   public function getIsAdmin()
4611 4611
   {
4612
-    return $this->isAdmin;
4612
+	return $this->isAdmin;
4613 4613
   }
4614 4614
   public function setIsDelegatedAdmin($isDelegatedAdmin)
4615 4615
   {
4616
-    $this->isDelegatedAdmin = $isDelegatedAdmin;
4616
+	$this->isDelegatedAdmin = $isDelegatedAdmin;
4617 4617
   }
4618 4618
   public function getIsDelegatedAdmin()
4619 4619
   {
4620
-    return $this->isDelegatedAdmin;
4620
+	return $this->isDelegatedAdmin;
4621 4621
   }
4622 4622
   public function setIsMailboxSetup($isMailboxSetup)
4623 4623
   {
4624
-    $this->isMailboxSetup = $isMailboxSetup;
4624
+	$this->isMailboxSetup = $isMailboxSetup;
4625 4625
   }
4626 4626
   public function getIsMailboxSetup()
4627 4627
   {
4628
-    return $this->isMailboxSetup;
4628
+	return $this->isMailboxSetup;
4629 4629
   }
4630 4630
   public function setKind($kind)
4631 4631
   {
4632
-    $this->kind = $kind;
4632
+	$this->kind = $kind;
4633 4633
   }
4634 4634
   public function getKind()
4635 4635
   {
4636
-    return $this->kind;
4636
+	return $this->kind;
4637 4637
   }
4638 4638
   public function setLastLoginTime($lastLoginTime)
4639 4639
   {
4640
-    $this->lastLoginTime = $lastLoginTime;
4640
+	$this->lastLoginTime = $lastLoginTime;
4641 4641
   }
4642 4642
   public function getLastLoginTime()
4643 4643
   {
4644
-    return $this->lastLoginTime;
4644
+	return $this->lastLoginTime;
4645 4645
   }
4646 4646
   public function setName(Google_Service_Directory_UserName $name)
4647 4647
   {
4648
-    $this->name = $name;
4648
+	$this->name = $name;
4649 4649
   }
4650 4650
   public function getName()
4651 4651
   {
4652
-    return $this->name;
4652
+	return $this->name;
4653 4653
   }
4654 4654
   public function setNonEditableAliases($nonEditableAliases)
4655 4655
   {
4656
-    $this->nonEditableAliases = $nonEditableAliases;
4656
+	$this->nonEditableAliases = $nonEditableAliases;
4657 4657
   }
4658 4658
   public function getNonEditableAliases()
4659 4659
   {
4660
-    return $this->nonEditableAliases;
4660
+	return $this->nonEditableAliases;
4661 4661
   }
4662 4662
   public function setNotes($notes)
4663 4663
   {
4664
-    $this->notes = $notes;
4664
+	$this->notes = $notes;
4665 4665
   }
4666 4666
   public function getNotes()
4667 4667
   {
4668
-    return $this->notes;
4668
+	return $this->notes;
4669 4669
   }
4670 4670
   public function setOrgUnitPath($orgUnitPath)
4671 4671
   {
4672
-    $this->orgUnitPath = $orgUnitPath;
4672
+	$this->orgUnitPath = $orgUnitPath;
4673 4673
   }
4674 4674
   public function getOrgUnitPath()
4675 4675
   {
4676
-    return $this->orgUnitPath;
4676
+	return $this->orgUnitPath;
4677 4677
   }
4678 4678
   public function setOrganizations($organizations)
4679 4679
   {
4680
-    $this->organizations = $organizations;
4680
+	$this->organizations = $organizations;
4681 4681
   }
4682 4682
   public function getOrganizations()
4683 4683
   {
4684
-    return $this->organizations;
4684
+	return $this->organizations;
4685 4685
   }
4686 4686
   public function setPassword($password)
4687 4687
   {
4688
-    $this->password = $password;
4688
+	$this->password = $password;
4689 4689
   }
4690 4690
   public function getPassword()
4691 4691
   {
4692
-    return $this->password;
4692
+	return $this->password;
4693 4693
   }
4694 4694
   public function setPhones($phones)
4695 4695
   {
4696
-    $this->phones = $phones;
4696
+	$this->phones = $phones;
4697 4697
   }
4698 4698
   public function getPhones()
4699 4699
   {
4700
-    return $this->phones;
4700
+	return $this->phones;
4701 4701
   }
4702 4702
   public function setPrimaryEmail($primaryEmail)
4703 4703
   {
4704
-    $this->primaryEmail = $primaryEmail;
4704
+	$this->primaryEmail = $primaryEmail;
4705 4705
   }
4706 4706
   public function getPrimaryEmail()
4707 4707
   {
4708
-    return $this->primaryEmail;
4708
+	return $this->primaryEmail;
4709 4709
   }
4710 4710
   public function setRelations($relations)
4711 4711
   {
4712
-    $this->relations = $relations;
4712
+	$this->relations = $relations;
4713 4713
   }
4714 4714
   public function getRelations()
4715 4715
   {
4716
-    return $this->relations;
4716
+	return $this->relations;
4717 4717
   }
4718 4718
   public function setSuspended($suspended)
4719 4719
   {
4720
-    $this->suspended = $suspended;
4720
+	$this->suspended = $suspended;
4721 4721
   }
4722 4722
   public function getSuspended()
4723 4723
   {
4724
-    return $this->suspended;
4724
+	return $this->suspended;
4725 4725
   }
4726 4726
   public function setSuspensionReason($suspensionReason)
4727 4727
   {
4728
-    $this->suspensionReason = $suspensionReason;
4728
+	$this->suspensionReason = $suspensionReason;
4729 4729
   }
4730 4730
   public function getSuspensionReason()
4731 4731
   {
4732
-    return $this->suspensionReason;
4732
+	return $this->suspensionReason;
4733 4733
   }
4734 4734
   public function setThumbnailPhotoEtag($thumbnailPhotoEtag)
4735 4735
   {
4736
-    $this->thumbnailPhotoEtag = $thumbnailPhotoEtag;
4736
+	$this->thumbnailPhotoEtag = $thumbnailPhotoEtag;
4737 4737
   }
4738 4738
   public function getThumbnailPhotoEtag()
4739 4739
   {
4740
-    return $this->thumbnailPhotoEtag;
4740
+	return $this->thumbnailPhotoEtag;
4741 4741
   }
4742 4742
   public function setThumbnailPhotoUrl($thumbnailPhotoUrl)
4743 4743
   {
4744
-    $this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
4744
+	$this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
4745 4745
   }
4746 4746
   public function getThumbnailPhotoUrl()
4747 4747
   {
4748
-    return $this->thumbnailPhotoUrl;
4748
+	return $this->thumbnailPhotoUrl;
4749 4749
   }
4750 4750
   public function setWebsites($websites)
4751 4751
   {
4752
-    $this->websites = $websites;
4752
+	$this->websites = $websites;
4753 4753
   }
4754 4754
   public function getWebsites()
4755 4755
   {
4756
-    return $this->websites;
4756
+	return $this->websites;
4757 4757
   }
4758 4758
 }
4759 4759
 
@@ -4767,19 +4767,19 @@  discard block
 block discarded – undo
4767 4767
 
4768 4768
   public function setContentType($contentType)
4769 4769
   {
4770
-    $this->contentType = $contentType;
4770
+	$this->contentType = $contentType;
4771 4771
   }
4772 4772
   public function getContentType()
4773 4773
   {
4774
-    return $this->contentType;
4774
+	return $this->contentType;
4775 4775
   }
4776 4776
   public function setValue($value)
4777 4777
   {
4778
-    $this->value = $value;
4778
+	$this->value = $value;
4779 4779
   }
4780 4780
   public function getValue()
4781 4781
   {
4782
-    return $this->value;
4782
+	return $this->value;
4783 4783
   }
4784 4784
 }
4785 4785
 
@@ -4804,107 +4804,107 @@  discard block
 block discarded – undo
4804 4804
 
4805 4805
   public function setCountry($country)
4806 4806
   {
4807
-    $this->country = $country;
4807
+	$this->country = $country;
4808 4808
   }
4809 4809
   public function getCountry()
4810 4810
   {
4811
-    return $this->country;
4811
+	return $this->country;
4812 4812
   }
4813 4813
   public function setCountryCode($countryCode)
4814 4814
   {
4815
-    $this->countryCode = $countryCode;
4815
+	$this->countryCode = $countryCode;
4816 4816
   }
4817 4817
   public function getCountryCode()
4818 4818
   {
4819
-    return $this->countryCode;
4819
+	return $this->countryCode;
4820 4820
   }
4821 4821
   public function setCustomType($customType)
4822 4822
   {
4823
-    $this->customType = $customType;
4823
+	$this->customType = $customType;
4824 4824
   }
4825 4825
   public function getCustomType()
4826 4826
   {
4827
-    return $this->customType;
4827
+	return $this->customType;
4828 4828
   }
4829 4829
   public function setExtendedAddress($extendedAddress)
4830 4830
   {
4831
-    $this->extendedAddress = $extendedAddress;
4831
+	$this->extendedAddress = $extendedAddress;
4832 4832
   }
4833 4833
   public function getExtendedAddress()
4834 4834
   {
4835
-    return $this->extendedAddress;
4835
+	return $this->extendedAddress;
4836 4836
   }
4837 4837
   public function setFormatted($formatted)
4838 4838
   {
4839
-    $this->formatted = $formatted;
4839
+	$this->formatted = $formatted;
4840 4840
   }
4841 4841
   public function getFormatted()
4842 4842
   {
4843
-    return $this->formatted;
4843
+	return $this->formatted;
4844 4844
   }
4845 4845
   public function setLocality($locality)
4846 4846
   {
4847
-    $this->locality = $locality;
4847
+	$this->locality = $locality;
4848 4848
   }
4849 4849
   public function getLocality()
4850 4850
   {
4851
-    return $this->locality;
4851
+	return $this->locality;
4852 4852
   }
4853 4853
   public function setPoBox($poBox)
4854 4854
   {
4855
-    $this->poBox = $poBox;
4855
+	$this->poBox = $poBox;
4856 4856
   }
4857 4857
   public function getPoBox()
4858 4858
   {
4859
-    return $this->poBox;
4859
+	return $this->poBox;
4860 4860
   }
4861 4861
   public function setPostalCode($postalCode)
4862 4862
   {
4863
-    $this->postalCode = $postalCode;
4863
+	$this->postalCode = $postalCode;
4864 4864
   }
4865 4865
   public function getPostalCode()
4866 4866
   {
4867
-    return $this->postalCode;
4867
+	return $this->postalCode;
4868 4868
   }
4869 4869
   public function setPrimary($primary)
4870 4870
   {
4871
-    $this->primary = $primary;
4871
+	$this->primary = $primary;
4872 4872
   }
4873 4873
   public function getPrimary()
4874 4874
   {
4875
-    return $this->primary;
4875
+	return $this->primary;
4876 4876
   }
4877 4877
   public function setRegion($region)
4878 4878
   {
4879
-    $this->region = $region;
4879
+	$this->region = $region;
4880 4880
   }
4881 4881
   public function getRegion()
4882 4882
   {
4883
-    return $this->region;
4883
+	return $this->region;
4884 4884
   }
4885 4885
   public function setSourceIsStructured($sourceIsStructured)
4886 4886
   {
4887
-    $this->sourceIsStructured = $sourceIsStructured;
4887
+	$this->sourceIsStructured = $sourceIsStructured;
4888 4888
   }
4889 4889
   public function getSourceIsStructured()
4890 4890
   {
4891
-    return $this->sourceIsStructured;
4891
+	return $this->sourceIsStructured;
4892 4892
   }
4893 4893
   public function setStreetAddress($streetAddress)
4894 4894
   {
4895
-    $this->streetAddress = $streetAddress;
4895
+	$this->streetAddress = $streetAddress;
4896 4896
   }
4897 4897
   public function getStreetAddress()
4898 4898
   {
4899
-    return $this->streetAddress;
4899
+	return $this->streetAddress;
4900 4900
   }
4901 4901
   public function setType($type)
4902 4902
   {
4903
-    $this->type = $type;
4903
+	$this->type = $type;
4904 4904
   }
4905 4905
   public function getType()
4906 4906
   {
4907
-    return $this->type;
4907
+	return $this->type;
4908 4908
   }
4909 4909
 }
4910 4910
 
@@ -4928,35 +4928,35 @@  discard block
 block discarded – undo
4928 4928
 
4929 4929
   public function setAddress($address)
4930 4930
   {
4931
-    $this->address = $address;
4931
+	$this->address = $address;
4932 4932
   }
4933 4933
   public function getAddress()
4934 4934
   {
4935
-    return $this->address;
4935
+	return $this->address;
4936 4936
   }
4937 4937
   public function setCustomType($customType)
4938 4938
   {
4939
-    $this->customType = $customType;
4939
+	$this->customType = $customType;
4940 4940
   }
4941 4941
   public function getCustomType()
4942 4942
   {
4943
-    return $this->customType;
4943
+	return $this->customType;
4944 4944
   }
4945 4945
   public function setPrimary($primary)
4946 4946
   {
4947
-    $this->primary = $primary;
4947
+	$this->primary = $primary;
4948 4948
   }
4949 4949
   public function getPrimary()
4950 4950
   {
4951
-    return $this->primary;
4951
+	return $this->primary;
4952 4952
   }
4953 4953
   public function setType($type)
4954 4954
   {
4955
-    $this->type = $type;
4955
+	$this->type = $type;
4956 4956
   }
4957 4957
   public function getType()
4958 4958
   {
4959
-    return $this->type;
4959
+	return $this->type;
4960 4960
   }
4961 4961
 }
4962 4962
 
@@ -4971,27 +4971,27 @@  discard block
 block discarded – undo
4971 4971
 
4972 4972
   public function setCustomType($customType)
4973 4973
   {
4974
-    $this->customType = $customType;
4974
+	$this->customType = $customType;
4975 4975
   }
4976 4976
   public function getCustomType()
4977 4977
   {
4978
-    return $this->customType;
4978
+	return $this->customType;
4979 4979
   }
4980 4980
   public function setType($type)
4981 4981
   {
4982
-    $this->type = $type;
4982
+	$this->type = $type;
4983 4983
   }
4984 4984
   public function getType()
4985 4985
   {
4986
-    return $this->type;
4986
+	return $this->type;
4987 4987
   }
4988 4988
   public function setValue($value)
4989 4989
   {
4990
-    $this->value = $value;
4990
+	$this->value = $value;
4991 4991
   }
4992 4992
   public function getValue()
4993 4993
   {
4994
-    return $this->value;
4994
+	return $this->value;
4995 4995
   }
4996 4996
 }
4997 4997
 
@@ -5009,51 +5009,51 @@  discard block
 block discarded – undo
5009 5009
 
5010 5010
   public function setCustomProtocol($customProtocol)
5011 5011
   {
5012
-    $this->customProtocol = $customProtocol;
5012
+	$this->customProtocol = $customProtocol;
5013 5013
   }
5014 5014
   public function getCustomProtocol()
5015 5015
   {
5016
-    return $this->customProtocol;
5016
+	return $this->customProtocol;
5017 5017
   }
5018 5018
   public function setCustomType($customType)
5019 5019
   {
5020
-    $this->customType = $customType;
5020
+	$this->customType = $customType;
5021 5021
   }
5022 5022
   public function getCustomType()
5023 5023
   {
5024
-    return $this->customType;
5024
+	return $this->customType;
5025 5025
   }
5026 5026
   public function setIm($im)
5027 5027
   {
5028
-    $this->im = $im;
5028
+	$this->im = $im;
5029 5029
   }
5030 5030
   public function getIm()
5031 5031
   {
5032
-    return $this->im;
5032
+	return $this->im;
5033 5033
   }
5034 5034
   public function setPrimary($primary)
5035 5035
   {
5036
-    $this->primary = $primary;
5036
+	$this->primary = $primary;
5037 5037
   }
5038 5038
   public function getPrimary()
5039 5039
   {
5040
-    return $this->primary;
5040
+	return $this->primary;
5041 5041
   }
5042 5042
   public function setProtocol($protocol)
5043 5043
   {
5044
-    $this->protocol = $protocol;
5044
+	$this->protocol = $protocol;
5045 5045
   }
5046 5046
   public function getProtocol()
5047 5047
   {
5048
-    return $this->protocol;
5048
+	return $this->protocol;
5049 5049
   }
5050 5050
   public function setType($type)
5051 5051
   {
5052
-    $this->type = $type;
5052
+	$this->type = $type;
5053 5053
   }
5054 5054
   public function getType()
5055 5055
   {
5056
-    return $this->type;
5056
+	return $this->type;
5057 5057
   }
5058 5058
 }
5059 5059
 
@@ -5066,11 +5066,11 @@  discard block
 block discarded – undo
5066 5066
 
5067 5067
   public function setStatus($status)
5068 5068
   {
5069
-    $this->status = $status;
5069
+	$this->status = $status;
5070 5070
   }
5071 5071
   public function getStatus()
5072 5072
   {
5073
-    return $this->status;
5073
+	return $this->status;
5074 5074
   }
5075 5075
 }
5076 5076
 
@@ -5085,27 +5085,27 @@  discard block
 block discarded – undo
5085 5085
 
5086 5086
   public function setFamilyName($familyName)
5087 5087
   {
5088
-    $this->familyName = $familyName;
5088
+	$this->familyName = $familyName;
5089 5089
   }
5090 5090
   public function getFamilyName()
5091 5091
   {
5092
-    return $this->familyName;
5092
+	return $this->familyName;
5093 5093
   }
5094 5094
   public function setFullName($fullName)
5095 5095
   {
5096
-    $this->fullName = $fullName;
5096
+	$this->fullName = $fullName;
5097 5097
   }
5098 5098
   public function getFullName()
5099 5099
   {
5100
-    return $this->fullName;
5100
+	return $this->fullName;
5101 5101
   }
5102 5102
   public function setGivenName($givenName)
5103 5103
   {
5104
-    $this->givenName = $givenName;
5104
+	$this->givenName = $givenName;
5105 5105
   }
5106 5106
   public function getGivenName()
5107 5107
   {
5108
-    return $this->givenName;
5108
+	return $this->givenName;
5109 5109
   }
5110 5110
 }
5111 5111
 
@@ -5128,91 +5128,91 @@  discard block
 block discarded – undo
5128 5128
 
5129 5129
   public function setCostCenter($costCenter)
5130 5130
   {
5131
-    $this->costCenter = $costCenter;
5131
+	$this->costCenter = $costCenter;
5132 5132
   }
5133 5133
   public function getCostCenter()
5134 5134
   {
5135
-    return $this->costCenter;
5135
+	return $this->costCenter;
5136 5136
   }
5137 5137
   public function setCustomType($customType)
5138 5138
   {
5139
-    $this->customType = $customType;
5139
+	$this->customType = $customType;
5140 5140
   }
5141 5141
   public function getCustomType()
5142 5142
   {
5143
-    return $this->customType;
5143
+	return $this->customType;
5144 5144
   }
5145 5145
   public function setDepartment($department)
5146 5146
   {
5147
-    $this->department = $department;
5147
+	$this->department = $department;
5148 5148
   }
5149 5149
   public function getDepartment()
5150 5150
   {
5151
-    return $this->department;
5151
+	return $this->department;
5152 5152
   }
5153 5153
   public function setDescription($description)
5154 5154
   {
5155
-    $this->description = $description;
5155
+	$this->description = $description;
5156 5156
   }
5157 5157
   public function getDescription()
5158 5158
   {
5159
-    return $this->description;
5159
+	return $this->description;
5160 5160
   }
5161 5161
   public function setDomain($domain)
5162 5162
   {
5163
-    $this->domain = $domain;
5163
+	$this->domain = $domain;
5164 5164
   }
5165 5165
   public function getDomain()
5166 5166
   {
5167
-    return $this->domain;
5167
+	return $this->domain;
5168 5168
   }
5169 5169
   public function setLocation($location)
5170 5170
   {
5171
-    $this->location = $location;
5171
+	$this->location = $location;
5172 5172
   }
5173 5173
   public function getLocation()
5174 5174
   {
5175
-    return $this->location;
5175
+	return $this->location;
5176 5176
   }
5177 5177
   public function setName($name)
5178 5178
   {
5179
-    $this->name = $name;
5179
+	$this->name = $name;
5180 5180
   }
5181 5181
   public function getName()
5182 5182
   {
5183
-    return $this->name;
5183
+	return $this->name;
5184 5184
   }
5185 5185
   public function setPrimary($primary)
5186 5186
   {
5187
-    $this->primary = $primary;
5187
+	$this->primary = $primary;
5188 5188
   }
5189 5189
   public function getPrimary()
5190 5190
   {
5191
-    return $this->primary;
5191
+	return $this->primary;
5192 5192
   }
5193 5193
   public function setSymbol($symbol)
5194 5194
   {
5195
-    $this->symbol = $symbol;
5195
+	$this->symbol = $symbol;
5196 5196
   }
5197 5197
   public function getSymbol()
5198 5198
   {
5199
-    return $this->symbol;
5199
+	return $this->symbol;
5200 5200
   }
5201 5201
   public function setTitle($title)
5202 5202
   {
5203
-    $this->title = $title;
5203
+	$this->title = $title;
5204 5204
   }
5205 5205
   public function getTitle()
5206 5206
   {
5207
-    return $this->title;
5207
+	return $this->title;
5208 5208
   }
5209 5209
   public function setType($type)
5210 5210
   {
5211
-    $this->type = $type;
5211
+	$this->type = $type;
5212 5212
   }
5213 5213
   public function getType()
5214 5214
   {
5215
-    return $this->type;
5215
+	return $this->type;
5216 5216
   }
5217 5217
 }
5218 5218
 
@@ -5228,35 +5228,35 @@  discard block
 block discarded – undo
5228 5228
 
5229 5229
   public function setCustomType($customType)
5230 5230
   {
5231
-    $this->customType = $customType;
5231
+	$this->customType = $customType;
5232 5232
   }
5233 5233
   public function getCustomType()
5234 5234
   {
5235
-    return $this->customType;
5235
+	return $this->customType;
5236 5236
   }
5237 5237
   public function setPrimary($primary)
5238 5238
   {
5239
-    $this->primary = $primary;
5239
+	$this->primary = $primary;
5240 5240
   }
5241 5241
   public function getPrimary()
5242 5242
   {
5243
-    return $this->primary;
5243
+	return $this->primary;
5244 5244
   }
5245 5245
   public function setType($type)
5246 5246
   {
5247
-    $this->type = $type;
5247
+	$this->type = $type;
5248 5248
   }
5249 5249
   public function getType()
5250 5250
   {
5251
-    return $this->type;
5251
+	return $this->type;
5252 5252
   }
5253 5253
   public function setValue($value)
5254 5254
   {
5255
-    $this->value = $value;
5255
+	$this->value = $value;
5256 5256
   }
5257 5257
   public function getValue()
5258 5258
   {
5259
-    return $this->value;
5259
+	return $this->value;
5260 5260
   }
5261 5261
 }
5262 5262
 
@@ -5276,67 +5276,67 @@  discard block
 block discarded – undo
5276 5276
 
5277 5277
   public function setEtag($etag)
5278 5278
   {
5279
-    $this->etag = $etag;
5279
+	$this->etag = $etag;
5280 5280
   }
5281 5281
   public function getEtag()
5282 5282
   {
5283
-    return $this->etag;
5283
+	return $this->etag;
5284 5284
   }
5285 5285
   public function setHeight($height)
5286 5286
   {
5287
-    $this->height = $height;
5287
+	$this->height = $height;
5288 5288
   }
5289 5289
   public function getHeight()
5290 5290
   {
5291
-    return $this->height;
5291
+	return $this->height;
5292 5292
   }
5293 5293
   public function setId($id)
5294 5294
   {
5295
-    $this->id = $id;
5295
+	$this->id = $id;
5296 5296
   }
5297 5297
   public function getId()
5298 5298
   {
5299
-    return $this->id;
5299
+	return $this->id;
5300 5300
   }
5301 5301
   public function setKind($kind)
5302 5302
   {
5303
-    $this->kind = $kind;
5303
+	$this->kind = $kind;
5304 5304
   }
5305 5305
   public function getKind()
5306 5306
   {
5307
-    return $this->kind;
5307
+	return $this->kind;
5308 5308
   }
5309 5309
   public function setMimeType($mimeType)
5310 5310
   {
5311
-    $this->mimeType = $mimeType;
5311
+	$this->mimeType = $mimeType;
5312 5312
   }
5313 5313
   public function getMimeType()
5314 5314
   {
5315
-    return $this->mimeType;
5315
+	return $this->mimeType;
5316 5316
   }
5317 5317
   public function setPhotoData($photoData)
5318 5318
   {
5319
-    $this->photoData = $photoData;
5319
+	$this->photoData = $photoData;
5320 5320
   }
5321 5321
   public function getPhotoData()
5322 5322
   {
5323
-    return $this->photoData;
5323
+	return $this->photoData;
5324 5324
   }
5325 5325
   public function setPrimaryEmail($primaryEmail)
5326 5326
   {
5327
-    $this->primaryEmail = $primaryEmail;
5327
+	$this->primaryEmail = $primaryEmail;
5328 5328
   }
5329 5329
   public function getPrimaryEmail()
5330 5330
   {
5331
-    return $this->primaryEmail;
5331
+	return $this->primaryEmail;
5332 5332
   }
5333 5333
   public function setWidth($width)
5334 5334
   {
5335
-    $this->width = $width;
5335
+	$this->width = $width;
5336 5336
   }
5337 5337
   public function getWidth()
5338 5338
   {
5339
-    return $this->width;
5339
+	return $this->width;
5340 5340
   }
5341 5341
 }
5342 5342
 
@@ -5351,27 +5351,27 @@  discard block
 block discarded – undo
5351 5351
 
5352 5352
   public function setCustomType($customType)
5353 5353
   {
5354
-    $this->customType = $customType;
5354
+	$this->customType = $customType;
5355 5355
   }
5356 5356
   public function getCustomType()
5357 5357
   {
5358
-    return $this->customType;
5358
+	return $this->customType;
5359 5359
   }
5360 5360
   public function setType($type)
5361 5361
   {
5362
-    $this->type = $type;
5362
+	$this->type = $type;
5363 5363
   }
5364 5364
   public function getType()
5365 5365
   {
5366
-    return $this->type;
5366
+	return $this->type;
5367 5367
   }
5368 5368
   public function setValue($value)
5369 5369
   {
5370
-    $this->value = $value;
5370
+	$this->value = $value;
5371 5371
   }
5372 5372
   public function getValue()
5373 5373
   {
5374
-    return $this->value;
5374
+	return $this->value;
5375 5375
   }
5376 5376
 }
5377 5377
 
@@ -5384,11 +5384,11 @@  discard block
 block discarded – undo
5384 5384
 
5385 5385
   public function setOrgUnitPath($orgUnitPath)
5386 5386
   {
5387
-    $this->orgUnitPath = $orgUnitPath;
5387
+	$this->orgUnitPath = $orgUnitPath;
5388 5388
   }
5389 5389
   public function getOrgUnitPath()
5390 5390
   {
5391
-    return $this->orgUnitPath;
5391
+	return $this->orgUnitPath;
5392 5392
   }
5393 5393
 }
5394 5394
 
@@ -5404,35 +5404,35 @@  discard block
 block discarded – undo
5404 5404
 
5405 5405
   public function setCustomType($customType)
5406 5406
   {
5407
-    $this->customType = $customType;
5407
+	$this->customType = $customType;
5408 5408
   }
5409 5409
   public function getCustomType()
5410 5410
   {
5411
-    return $this->customType;
5411
+	return $this->customType;
5412 5412
   }
5413 5413
   public function setPrimary($primary)
5414 5414
   {
5415
-    $this->primary = $primary;
5415
+	$this->primary = $primary;
5416 5416
   }
5417 5417
   public function getPrimary()
5418 5418
   {
5419
-    return $this->primary;
5419
+	return $this->primary;
5420 5420
   }
5421 5421
   public function setType($type)
5422 5422
   {
5423
-    $this->type = $type;
5423
+	$this->type = $type;
5424 5424
   }
5425 5425
   public function getType()
5426 5426
   {
5427
-    return $this->type;
5427
+	return $this->type;
5428 5428
   }
5429 5429
   public function setValue($value)
5430 5430
   {
5431
-    $this->value = $value;
5431
+	$this->value = $value;
5432 5432
   }
5433 5433
   public function getValue()
5434 5434
   {
5435
-    return $this->value;
5435
+	return $this->value;
5436 5436
   }
5437 5437
 }
5438 5438
 
@@ -5440,7 +5440,7 @@  discard block
 block discarded – undo
5440 5440
 {
5441 5441
   protected $collection_key = 'users';
5442 5442
   protected $internal_gapi_mappings = array(
5443
-        "triggerEvent" => "trigger_event",
5443
+		"triggerEvent" => "trigger_event",
5444 5444
   );
5445 5445
   public $etag;
5446 5446
   public $kind;
@@ -5452,43 +5452,43 @@  discard block
 block discarded – undo
5452 5452
 
5453 5453
   public function setEtag($etag)
5454 5454
   {
5455
-    $this->etag = $etag;
5455
+	$this->etag = $etag;
5456 5456
   }
5457 5457
   public function getEtag()
5458 5458
   {
5459
-    return $this->etag;
5459
+	return $this->etag;
5460 5460
   }
5461 5461
   public function setKind($kind)
5462 5462
   {
5463
-    $this->kind = $kind;
5463
+	$this->kind = $kind;
5464 5464
   }
5465 5465
   public function getKind()
5466 5466
   {
5467
-    return $this->kind;
5467
+	return $this->kind;
5468 5468
   }
5469 5469
   public function setNextPageToken($nextPageToken)
5470 5470
   {
5471
-    $this->nextPageToken = $nextPageToken;
5471
+	$this->nextPageToken = $nextPageToken;
5472 5472
   }
5473 5473
   public function getNextPageToken()
5474 5474
   {
5475
-    return $this->nextPageToken;
5475
+	return $this->nextPageToken;
5476 5476
   }
5477 5477
   public function setTriggerEvent($triggerEvent)
5478 5478
   {
5479
-    $this->triggerEvent = $triggerEvent;
5479
+	$this->triggerEvent = $triggerEvent;
5480 5480
   }
5481 5481
   public function getTriggerEvent()
5482 5482
   {
5483
-    return $this->triggerEvent;
5483
+	return $this->triggerEvent;
5484 5484
   }
5485 5485
   public function setUsers($users)
5486 5486
   {
5487
-    $this->users = $users;
5487
+	$this->users = $users;
5488 5488
   }
5489 5489
   public function getUsers()
5490 5490
   {
5491
-    return $this->users;
5491
+	return $this->users;
5492 5492
   }
5493 5493
 }
5494 5494
 
@@ -5504,35 +5504,35 @@  discard block
 block discarded – undo
5504 5504
 
5505 5505
   public function setEtag($etag)
5506 5506
   {
5507
-    $this->etag = $etag;
5507
+	$this->etag = $etag;
5508 5508
   }
5509 5509
   public function getEtag()
5510 5510
   {
5511
-    return $this->etag;
5511
+	return $this->etag;
5512 5512
   }
5513 5513
   public function setKind($kind)
5514 5514
   {
5515
-    $this->kind = $kind;
5515
+	$this->kind = $kind;
5516 5516
   }
5517 5517
   public function getKind()
5518 5518
   {
5519
-    return $this->kind;
5519
+	return $this->kind;
5520 5520
   }
5521 5521
   public function setUserId($userId)
5522 5522
   {
5523
-    $this->userId = $userId;
5523
+	$this->userId = $userId;
5524 5524
   }
5525 5525
   public function getUserId()
5526 5526
   {
5527
-    return $this->userId;
5527
+	return $this->userId;
5528 5528
   }
5529 5529
   public function setVerificationCode($verificationCode)
5530 5530
   {
5531
-    $this->verificationCode = $verificationCode;
5531
+	$this->verificationCode = $verificationCode;
5532 5532
   }
5533 5533
   public function getVerificationCode()
5534 5534
   {
5535
-    return $this->verificationCode;
5535
+	return $this->verificationCode;
5536 5536
   }
5537 5537
 }
5538 5538
 
@@ -5549,26 +5549,26 @@  discard block
 block discarded – undo
5549 5549
 
5550 5550
   public function setEtag($etag)
5551 5551
   {
5552
-    $this->etag = $etag;
5552
+	$this->etag = $etag;
5553 5553
   }
5554 5554
   public function getEtag()
5555 5555
   {
5556
-    return $this->etag;
5556
+	return $this->etag;
5557 5557
   }
5558 5558
   public function setItems($items)
5559 5559
   {
5560
-    $this->items = $items;
5560
+	$this->items = $items;
5561 5561
   }
5562 5562
   public function getItems()
5563 5563
   {
5564
-    return $this->items;
5564
+	return $this->items;
5565 5565
   }
5566 5566
   public function setKind($kind)
5567 5567
   {
5568
-    $this->kind = $kind;
5568
+	$this->kind = $kind;
5569 5569
   }
5570 5570
   public function getKind()
5571 5571
   {
5572
-    return $this->kind;
5572
+	return $this->kind;
5573 5573
   }
5574 5574
 }
Please login to merge, or discard this patch.
Spacing   +52 added lines, -52 removed lines patch added patch discarded remove patch
@@ -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' => 'users/{userKey}/asps/{codeId}',
146 146
               'httpMethod' => 'GET',
147 147
               'parameters' => array(
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                   'required' => true,
157 157
                 ),
158 158
               ),
159
-            ),'list' => array(
159
+            ), 'list' => array(
160 160
               'path' => 'users/{userKey}/asps',
161 161
               'httpMethod' => 'GET',
162 162
               'parameters' => array(
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
                   'type' => 'string',
210 210
                 ),
211 211
               ),
212
-            ),'list' => array(
212
+            ), 'list' => array(
213 213
               'path' => 'customer/{customerId}/devices/chromeos',
214 214
               'httpMethod' => 'GET',
215 215
               'parameters' => array(
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
                   'type' => 'string',
244 244
                 ),
245 245
               ),
246
-            ),'patch' => array(
246
+            ), 'patch' => array(
247 247
               'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248 248
               'httpMethod' => 'PATCH',
249 249
               'parameters' => array(
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
                   'type' => 'string',
263 263
                 ),
264 264
               ),
265
-            ),'update' => array(
265
+            ), 'update' => array(
266 266
               'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267 267
               'httpMethod' => 'PUT',
268 268
               'parameters' => array(
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
                   'required' => true,
302 302
                 ),
303 303
               ),
304
-            ),'get' => array(
304
+            ), 'get' => array(
305 305
               'path' => 'groups/{groupKey}',
306 306
               'httpMethod' => 'GET',
307 307
               'parameters' => array(
@@ -311,11 +311,11 @@  discard block
 block discarded – undo
311 311
                   'required' => true,
312 312
                 ),
313 313
               ),
314
-            ),'insert' => array(
314
+            ), 'insert' => array(
315 315
               'path' => 'groups',
316 316
               'httpMethod' => 'POST',
317 317
               'parameters' => array(),
318
-            ),'list' => array(
318
+            ), 'list' => array(
319 319
               'path' => 'groups',
320 320
               'httpMethod' => 'GET',
321 321
               'parameters' => array(
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
                   'type' => 'string',
341 341
                 ),
342 342
               ),
343
-            ),'patch' => array(
343
+            ), 'patch' => array(
344 344
               'path' => 'groups/{groupKey}',
345 345
               'httpMethod' => 'PATCH',
346 346
               'parameters' => array(
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
                   'required' => true,
351 351
                 ),
352 352
               ),
353
-            ),'update' => array(
353
+            ), 'update' => array(
354 354
               'path' => 'groups/{groupKey}',
355 355
               'httpMethod' => 'PUT',
356 356
               'parameters' => array(
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
                   'required' => true,
386 386
                 ),
387 387
               ),
388
-            ),'insert' => array(
388
+            ), 'insert' => array(
389 389
               'path' => 'groups/{groupKey}/aliases',
390 390
               'httpMethod' => 'POST',
391 391
               'parameters' => array(
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
                   'required' => true,
396 396
                 ),
397 397
               ),
398
-            ),'list' => array(
398
+            ), 'list' => array(
399 399
               'path' => 'groups/{groupKey}/aliases',
400 400
               'httpMethod' => 'GET',
401 401
               'parameters' => array(
@@ -430,7 +430,7 @@  discard block
 block discarded – undo
430 430
                   'required' => true,
431 431
                 ),
432 432
               ),
433
-            ),'get' => array(
433
+            ), 'get' => array(
434 434
               'path' => 'groups/{groupKey}/members/{memberKey}',
435 435
               'httpMethod' => 'GET',
436 436
               'parameters' => array(
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
                   'required' => true,
446 446
                 ),
447 447
               ),
448
-            ),'insert' => array(
448
+            ), 'insert' => array(
449 449
               'path' => 'groups/{groupKey}/members',
450 450
               'httpMethod' => 'POST',
451 451
               'parameters' => array(
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
                   'required' => true,
456 456
                 ),
457 457
               ),
458
-            ),'list' => array(
458
+            ), 'list' => array(
459 459
               'path' => 'groups/{groupKey}/members',
460 460
               'httpMethod' => 'GET',
461 461
               'parameters' => array(
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
                   'type' => 'integer',
478 478
                 ),
479 479
               ),
480
-            ),'patch' => array(
480
+            ), 'patch' => array(
481 481
               'path' => 'groups/{groupKey}/members/{memberKey}',
482 482
               'httpMethod' => 'PATCH',
483 483
               'parameters' => array(
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
                   'required' => true,
493 493
                 ),
494 494
               ),
495
-            ),'update' => array(
495
+            ), 'update' => array(
496 496
               'path' => 'groups/{groupKey}/members/{memberKey}',
497 497
               'httpMethod' => 'PUT',
498 498
               'parameters' => array(
@@ -532,7 +532,7 @@  discard block
 block discarded – undo
532 532
                   'required' => true,
533 533
                 ),
534 534
               ),
535
-            ),'delete' => array(
535
+            ), 'delete' => array(
536 536
               'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537 537
               'httpMethod' => 'DELETE',
538 538
               'parameters' => array(
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
                   'required' => true,
548 548
                 ),
549 549
               ),
550
-            ),'get' => array(
550
+            ), 'get' => array(
551 551
               'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552 552
               'httpMethod' => 'GET',
553 553
               'parameters' => array(
@@ -566,7 +566,7 @@  discard block
 block discarded – undo
566 566
                   'type' => 'string',
567 567
                 ),
568 568
               ),
569
-            ),'list' => array(
569
+            ), 'list' => array(
570 570
               'path' => 'customer/{customerId}/devices/mobile',
571 571
               'httpMethod' => 'GET',
572 572
               'parameters' => array(
@@ -625,7 +625,7 @@  discard block
 block discarded – undo
625 625
                   'required' => true,
626 626
                 ),
627 627
               ),
628
-            ),'get' => array(
628
+            ), 'get' => array(
629 629
               'path' => 'customer/{customer}/notifications/{notificationId}',
630 630
               'httpMethod' => 'GET',
631 631
               'parameters' => array(
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
                   'required' => true,
641 641
                 ),
642 642
               ),
643
-            ),'list' => array(
643
+            ), 'list' => array(
644 644
               'path' => 'customer/{customer}/notifications',
645 645
               'httpMethod' => 'GET',
646 646
               'parameters' => array(
@@ -662,7 +662,7 @@  discard block
 block discarded – undo
662 662
                   'type' => 'string',
663 663
                 ),
664 664
               ),
665
-            ),'patch' => array(
665
+            ), 'patch' => array(
666 666
               'path' => 'customer/{customer}/notifications/{notificationId}',
667 667
               'httpMethod' => 'PATCH',
668 668
               'parameters' => array(
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
                   'required' => true,
678 678
                 ),
679 679
               ),
680
-            ),'update' => array(
680
+            ), 'update' => array(
681 681
               'path' => 'customer/{customer}/notifications/{notificationId}',
682 682
               'httpMethod' => 'PUT',
683 683
               'parameters' => array(
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
                   'required' => true,
719 719
                 ),
720 720
               ),
721
-            ),'get' => array(
721
+            ), 'get' => array(
722 722
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723 723
               'httpMethod' => 'GET',
724 724
               'parameters' => array(
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
                   'required' => true,
735 735
                 ),
736 736
               ),
737
-            ),'insert' => array(
737
+            ), 'insert' => array(
738 738
               'path' => 'customer/{customerId}/orgunits',
739 739
               'httpMethod' => 'POST',
740 740
               'parameters' => array(
@@ -744,7 +744,7 @@  discard block
 block discarded – undo
744 744
                   'required' => true,
745 745
                 ),
746 746
               ),
747
-            ),'list' => array(
747
+            ), 'list' => array(
748 748
               'path' => 'customer/{customerId}/orgunits',
749 749
               'httpMethod' => 'GET',
750 750
               'parameters' => array(
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
                   'type' => 'string',
763 763
                 ),
764 764
               ),
765
-            ),'patch' => array(
765
+            ), 'patch' => array(
766 766
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767 767
               'httpMethod' => 'PATCH',
768 768
               'parameters' => array(
@@ -778,7 +778,7 @@  discard block
 block discarded – undo
778 778
                   'required' => true,
779 779
                 ),
780 780
               ),
781
-            ),'update' => array(
781
+            ), 'update' => array(
782 782
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783 783
               'httpMethod' => 'PUT',
784 784
               'parameters' => array(
@@ -819,7 +819,7 @@  discard block
 block discarded – undo
819 819
                   'required' => true,
820 820
                 ),
821 821
               ),
822
-            ),'get' => array(
822
+            ), 'get' => array(
823 823
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
824 824
               'httpMethod' => 'GET',
825 825
               'parameters' => array(
@@ -834,7 +834,7 @@  discard block
 block discarded – undo
834 834
                   'required' => true,
835 835
                 ),
836 836
               ),
837
-            ),'insert' => array(
837
+            ), 'insert' => array(
838 838
               'path' => 'customer/{customerId}/schemas',
839 839
               'httpMethod' => 'POST',
840 840
               'parameters' => array(
@@ -844,7 +844,7 @@  discard block
 block discarded – undo
844 844
                   'required' => true,
845 845
                 ),
846 846
               ),
847
-            ),'list' => array(
847
+            ), 'list' => array(
848 848
               'path' => 'customer/{customerId}/schemas',
849 849
               'httpMethod' => 'GET',
850 850
               'parameters' => array(
@@ -854,7 +854,7 @@  discard block
 block discarded – undo
854 854
                   'required' => true,
855 855
                 ),
856 856
               ),
857
-            ),'patch' => array(
857
+            ), 'patch' => array(
858 858
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
859 859
               'httpMethod' => 'PATCH',
860 860
               'parameters' => array(
@@ -869,7 +869,7 @@  discard block
 block discarded – undo
869 869
                   'required' => true,
870 870
                 ),
871 871
               ),
872
-            ),'update' => array(
872
+            ), 'update' => array(
873 873
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
874 874
               'httpMethod' => 'PUT',
875 875
               'parameters' => array(
@@ -909,7 +909,7 @@  discard block
 block discarded – undo
909 909
                   'required' => true,
910 910
                 ),
911 911
               ),
912
-            ),'get' => array(
912
+            ), 'get' => array(
913 913
               'path' => 'users/{userKey}/tokens/{clientId}',
914 914
               'httpMethod' => 'GET',
915 915
               'parameters' => array(
@@ -924,7 +924,7 @@  discard block
 block discarded – undo
924 924
                   'required' => true,
925 925
                 ),
926 926
               ),
927
-            ),'list' => array(
927
+            ), 'list' => array(
928 928
               'path' => 'users/{userKey}/tokens',
929 929
               'httpMethod' => 'GET',
930 930
               'parameters' => array(
@@ -954,7 +954,7 @@  discard block
 block discarded – undo
954 954
                   'required' => true,
955 955
                 ),
956 956
               ),
957
-            ),'get' => array(
957
+            ), 'get' => array(
958 958
               'path' => 'users/{userKey}',
959 959
               'httpMethod' => 'GET',
960 960
               'parameters' => array(
@@ -976,11 +976,11 @@  discard block
 block discarded – undo
976 976
                   'type' => 'string',
977 977
                 ),
978 978
               ),
979
-            ),'insert' => array(
979
+            ), 'insert' => array(
980 980
               'path' => 'users',
981 981
               'httpMethod' => 'POST',
982 982
               'parameters' => array(),
983
-            ),'list' => array(
983
+            ), 'list' => array(
984 984
               'path' => 'users',
985 985
               'httpMethod' => 'GET',
986 986
               'parameters' => array(
@@ -1033,7 +1033,7 @@  discard block
 block discarded – undo
1033 1033
                   'type' => 'string',
1034 1034
                 ),
1035 1035
               ),
1036
-            ),'makeAdmin' => array(
1036
+            ), 'makeAdmin' => array(
1037 1037
               'path' => 'users/{userKey}/makeAdmin',
1038 1038
               'httpMethod' => 'POST',
1039 1039
               'parameters' => array(
@@ -1043,7 +1043,7 @@  discard block
 block discarded – undo
1043 1043
                   'required' => true,
1044 1044
                 ),
1045 1045
               ),
1046
-            ),'patch' => array(
1046
+            ), 'patch' => array(
1047 1047
               'path' => 'users/{userKey}',
1048 1048
               'httpMethod' => 'PATCH',
1049 1049
               'parameters' => array(
@@ -1053,7 +1053,7 @@  discard block
 block discarded – undo
1053 1053
                   'required' => true,
1054 1054
                 ),
1055 1055
               ),
1056
-            ),'undelete' => array(
1056
+            ), 'undelete' => array(
1057 1057
               'path' => 'users/{userKey}/undelete',
1058 1058
               'httpMethod' => 'POST',
1059 1059
               'parameters' => array(
@@ -1063,7 +1063,7 @@  discard block
 block discarded – undo
1063 1063
                   'required' => true,
1064 1064
                 ),
1065 1065
               ),
1066
-            ),'update' => array(
1066
+            ), 'update' => array(
1067 1067
               'path' => 'users/{userKey}',
1068 1068
               'httpMethod' => 'PUT',
1069 1069
               'parameters' => array(
@@ -1073,7 +1073,7 @@  discard block
 block discarded – undo
1073 1073
                   'required' => true,
1074 1074
                 ),
1075 1075
               ),
1076
-            ),'watch' => array(
1076
+            ), 'watch' => array(
1077 1077
               'path' => 'users/watch',
1078 1078
               'httpMethod' => 'POST',
1079 1079
               'parameters' => array(
@@ -1151,7 +1151,7 @@  discard block
 block discarded – undo
1151 1151
                   'required' => true,
1152 1152
                 ),
1153 1153
               ),
1154
-            ),'insert' => array(
1154
+            ), 'insert' => array(
1155 1155
               'path' => 'users/{userKey}/aliases',
1156 1156
               'httpMethod' => 'POST',
1157 1157
               'parameters' => array(
@@ -1161,7 +1161,7 @@  discard block
 block discarded – undo
1161 1161
                   'required' => true,
1162 1162
                 ),
1163 1163
               ),
1164
-            ),'list' => array(
1164
+            ), 'list' => array(
1165 1165
               'path' => 'users/{userKey}/aliases',
1166 1166
               'httpMethod' => 'GET',
1167 1167
               'parameters' => array(
@@ -1175,7 +1175,7 @@  discard block
 block discarded – undo
1175 1175
                   'type' => 'string',
1176 1176
                 ),
1177 1177
               ),
1178
-            ),'watch' => array(
1178
+            ), 'watch' => array(
1179 1179
               'path' => 'users/{userKey}/aliases/watch',
1180 1180
               'httpMethod' => 'POST',
1181 1181
               'parameters' => array(
@@ -1209,7 +1209,7 @@  discard block
 block discarded – undo
1209 1209
                   'required' => true,
1210 1210
                 ),
1211 1211
               ),
1212
-            ),'get' => array(
1212
+            ), 'get' => array(
1213 1213
               'path' => 'users/{userKey}/photos/thumbnail',
1214 1214
               'httpMethod' => 'GET',
1215 1215
               'parameters' => array(
@@ -1219,7 +1219,7 @@  discard block
 block discarded – undo
1219 1219
                   'required' => true,
1220 1220
                 ),
1221 1221
               ),
1222
-            ),'patch' => array(
1222
+            ), 'patch' => array(
1223 1223
               'path' => 'users/{userKey}/photos/thumbnail',
1224 1224
               'httpMethod' => 'PATCH',
1225 1225
               'parameters' => array(
@@ -1229,7 +1229,7 @@  discard block
 block discarded – undo
1229 1229
                   'required' => true,
1230 1230
                 ),
1231 1231
               ),
1232
-            ),'update' => array(
1232
+            ), 'update' => array(
1233 1233
               'path' => 'users/{userKey}/photos/thumbnail',
1234 1234
               'httpMethod' => 'PUT',
1235 1235
               'parameters' => array(
@@ -1259,7 +1259,7 @@  discard block
 block discarded – undo
1259 1259
                   'required' => true,
1260 1260
                 ),
1261 1261
               ),
1262
-            ),'invalidate' => array(
1262
+            ), 'invalidate' => array(
1263 1263
               'path' => 'users/{userKey}/verificationCodes/invalidate',
1264 1264
               'httpMethod' => 'POST',
1265 1265
               'parameters' => array(
@@ -1269,7 +1269,7 @@  discard block
 block discarded – undo
1269 1269
                   'required' => true,
1270 1270
                 ),
1271 1271
               ),
1272
-            ),'list' => array(
1272
+            ), 'list' => array(
1273 1273
               'path' => 'users/{userKey}/verificationCodes',
1274 1274
               'httpMethod' => 'GET',
1275 1275
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Manager.php 2 patches
Indentation   +444 added lines, -444 removed lines patch added patch discarded remove patch
@@ -33,22 +33,22 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your applications deployed on Google App Engine. */
35 35
   const APPENGINE_ADMIN =
36
-      "https://www.googleapis.com/auth/appengine.admin";
36
+	  "https://www.googleapis.com/auth/appengine.admin";
37 37
   /** View and manage your data across Google Cloud Platform services. */
38 38
   const CLOUD_PLATFORM =
39
-      "https://www.googleapis.com/auth/cloud-platform";
39
+	  "https://www.googleapis.com/auth/cloud-platform";
40 40
   /** View and manage your Google Compute Engine resources. */
41 41
   const COMPUTE =
42
-      "https://www.googleapis.com/auth/compute";
42
+	  "https://www.googleapis.com/auth/compute";
43 43
   /** Manage your data in Google Cloud Storage. */
44 44
   const DEVSTORAGE_READ_WRITE =
45
-      "https://www.googleapis.com/auth/devstorage.read_write";
45
+	  "https://www.googleapis.com/auth/devstorage.read_write";
46 46
   /** View and manage your Google Cloud Platform management resources and deployment status information. */
47 47
   const NDEV_CLOUDMAN =
48
-      "https://www.googleapis.com/auth/ndev.cloudman";
48
+	  "https://www.googleapis.com/auth/ndev.cloudman";
49 49
   /** View your Google Cloud Platform management resources and deployment status information. */
50 50
   const NDEV_CLOUDMAN_READONLY =
51
-      "https://www.googleapis.com/auth/ndev.cloudman.readonly";
51
+	  "https://www.googleapis.com/auth/ndev.cloudman.readonly";
52 52
 
53 53
   public $deployments;
54 54
   public $templates;
@@ -61,168 +61,168 @@  discard block
 block discarded – undo
61 61
    */
62 62
   public function __construct(Google_Client $client)
63 63
   {
64
-    parent::__construct($client);
65
-    $this->rootUrl = 'https://www.googleapis.com/';
66
-    $this->servicePath = 'manager/v1beta2/projects/';
67
-    $this->version = 'v1beta2';
68
-    $this->serviceName = 'manager';
69
-
70
-    $this->deployments = new Google_Service_Manager_Deployments_Resource(
71
-        $this,
72
-        $this->serviceName,
73
-        'deployments',
74
-        array(
75
-          'methods' => array(
76
-            'delete' => array(
77
-              'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
78
-              'httpMethod' => 'DELETE',
79
-              'parameters' => array(
80
-                'projectId' => array(
81
-                  'location' => 'path',
82
-                  'type' => 'string',
83
-                  'required' => true,
84
-                ),
85
-                'region' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-                'deploymentName' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-              ),
96
-            ),'get' => array(
97
-              'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
98
-              'httpMethod' => 'GET',
99
-              'parameters' => array(
100
-                'projectId' => array(
101
-                  'location' => 'path',
102
-                  'type' => 'string',
103
-                  'required' => true,
104
-                ),
105
-                'region' => array(
106
-                  'location' => 'path',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'deploymentName' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),'insert' => array(
117
-              'path' => '{projectId}/regions/{region}/deployments',
118
-              'httpMethod' => 'POST',
119
-              'parameters' => array(
120
-                'projectId' => array(
121
-                  'location' => 'path',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'region' => array(
126
-                  'location' => 'path',
127
-                  'type' => 'string',
128
-                  'required' => true,
129
-                ),
130
-              ),
131
-            ),'list' => array(
132
-              'path' => '{projectId}/regions/{region}/deployments',
133
-              'httpMethod' => 'GET',
134
-              'parameters' => array(
135
-                'projectId' => array(
136
-                  'location' => 'path',
137
-                  'type' => 'string',
138
-                  'required' => true,
139
-                ),
140
-                'region' => array(
141
-                  'location' => 'path',
142
-                  'type' => 'string',
143
-                  'required' => true,
144
-                ),
145
-                'pageToken' => array(
146
-                  'location' => 'query',
147
-                  'type' => 'string',
148
-                ),
149
-                'maxResults' => array(
150
-                  'location' => 'query',
151
-                  'type' => 'integer',
152
-                ),
153
-              ),
154
-            ),
155
-          )
156
-        )
157
-    );
158
-    $this->templates = new Google_Service_Manager_Templates_Resource(
159
-        $this,
160
-        $this->serviceName,
161
-        'templates',
162
-        array(
163
-          'methods' => array(
164
-            'delete' => array(
165
-              'path' => '{projectId}/templates/{templateName}',
166
-              'httpMethod' => 'DELETE',
167
-              'parameters' => array(
168
-                'projectId' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-                'templateName' => array(
174
-                  'location' => 'path',
175
-                  'type' => 'string',
176
-                  'required' => true,
177
-                ),
178
-              ),
179
-            ),'get' => array(
180
-              'path' => '{projectId}/templates/{templateName}',
181
-              'httpMethod' => 'GET',
182
-              'parameters' => array(
183
-                'projectId' => array(
184
-                  'location' => 'path',
185
-                  'type' => 'string',
186
-                  'required' => true,
187
-                ),
188
-                'templateName' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-              ),
194
-            ),'insert' => array(
195
-              'path' => '{projectId}/templates',
196
-              'httpMethod' => 'POST',
197
-              'parameters' => array(
198
-                'projectId' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-              ),
204
-            ),'list' => array(
205
-              'path' => '{projectId}/templates',
206
-              'httpMethod' => 'GET',
207
-              'parameters' => array(
208
-                'projectId' => array(
209
-                  'location' => 'path',
210
-                  'type' => 'string',
211
-                  'required' => true,
212
-                ),
213
-                'pageToken' => array(
214
-                  'location' => 'query',
215
-                  'type' => 'string',
216
-                ),
217
-                'maxResults' => array(
218
-                  'location' => 'query',
219
-                  'type' => 'integer',
220
-                ),
221
-              ),
222
-            ),
223
-          )
224
-        )
225
-    );
64
+	parent::__construct($client);
65
+	$this->rootUrl = 'https://www.googleapis.com/';
66
+	$this->servicePath = 'manager/v1beta2/projects/';
67
+	$this->version = 'v1beta2';
68
+	$this->serviceName = 'manager';
69
+
70
+	$this->deployments = new Google_Service_Manager_Deployments_Resource(
71
+		$this,
72
+		$this->serviceName,
73
+		'deployments',
74
+		array(
75
+		  'methods' => array(
76
+			'delete' => array(
77
+			  'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
78
+			  'httpMethod' => 'DELETE',
79
+			  'parameters' => array(
80
+				'projectId' => array(
81
+				  'location' => 'path',
82
+				  'type' => 'string',
83
+				  'required' => true,
84
+				),
85
+				'region' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+				'deploymentName' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+			  ),
96
+			),'get' => array(
97
+			  'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
98
+			  'httpMethod' => 'GET',
99
+			  'parameters' => array(
100
+				'projectId' => array(
101
+				  'location' => 'path',
102
+				  'type' => 'string',
103
+				  'required' => true,
104
+				),
105
+				'region' => array(
106
+				  'location' => 'path',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'deploymentName' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),'insert' => array(
117
+			  'path' => '{projectId}/regions/{region}/deployments',
118
+			  'httpMethod' => 'POST',
119
+			  'parameters' => array(
120
+				'projectId' => array(
121
+				  'location' => 'path',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'region' => array(
126
+				  'location' => 'path',
127
+				  'type' => 'string',
128
+				  'required' => true,
129
+				),
130
+			  ),
131
+			),'list' => array(
132
+			  'path' => '{projectId}/regions/{region}/deployments',
133
+			  'httpMethod' => 'GET',
134
+			  'parameters' => array(
135
+				'projectId' => array(
136
+				  'location' => 'path',
137
+				  'type' => 'string',
138
+				  'required' => true,
139
+				),
140
+				'region' => array(
141
+				  'location' => 'path',
142
+				  'type' => 'string',
143
+				  'required' => true,
144
+				),
145
+				'pageToken' => array(
146
+				  'location' => 'query',
147
+				  'type' => 'string',
148
+				),
149
+				'maxResults' => array(
150
+				  'location' => 'query',
151
+				  'type' => 'integer',
152
+				),
153
+			  ),
154
+			),
155
+		  )
156
+		)
157
+	);
158
+	$this->templates = new Google_Service_Manager_Templates_Resource(
159
+		$this,
160
+		$this->serviceName,
161
+		'templates',
162
+		array(
163
+		  'methods' => array(
164
+			'delete' => array(
165
+			  'path' => '{projectId}/templates/{templateName}',
166
+			  'httpMethod' => 'DELETE',
167
+			  'parameters' => array(
168
+				'projectId' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+				'templateName' => array(
174
+				  'location' => 'path',
175
+				  'type' => 'string',
176
+				  'required' => true,
177
+				),
178
+			  ),
179
+			),'get' => array(
180
+			  'path' => '{projectId}/templates/{templateName}',
181
+			  'httpMethod' => 'GET',
182
+			  'parameters' => array(
183
+				'projectId' => array(
184
+				  'location' => 'path',
185
+				  'type' => 'string',
186
+				  'required' => true,
187
+				),
188
+				'templateName' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+			  ),
194
+			),'insert' => array(
195
+			  'path' => '{projectId}/templates',
196
+			  'httpMethod' => 'POST',
197
+			  'parameters' => array(
198
+				'projectId' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+			  ),
204
+			),'list' => array(
205
+			  'path' => '{projectId}/templates',
206
+			  'httpMethod' => 'GET',
207
+			  'parameters' => array(
208
+				'projectId' => array(
209
+				  'location' => 'path',
210
+				  'type' => 'string',
211
+				  'required' => true,
212
+				),
213
+				'pageToken' => array(
214
+				  'location' => 'query',
215
+				  'type' => 'string',
216
+				),
217
+				'maxResults' => array(
218
+				  'location' => 'query',
219
+				  'type' => 'integer',
220
+				),
221
+			  ),
222
+			),
223
+		  )
224
+		)
225
+	);
226 226
   }
227 227
 }
228 228
 
@@ -248,9 +248,9 @@  discard block
 block discarded – undo
248 248
    */
249 249
   public function delete($projectId, $region, $deploymentName, $optParams = array())
250 250
   {
251
-    $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
252
-    $params = array_merge($params, $optParams);
253
-    return $this->call('delete', array($params));
251
+	$params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
252
+	$params = array_merge($params, $optParams);
253
+	return $this->call('delete', array($params));
254 254
   }
255 255
 
256 256
   /**
@@ -264,9 +264,9 @@  discard block
 block discarded – undo
264 264
    */
265 265
   public function get($projectId, $region, $deploymentName, $optParams = array())
266 266
   {
267
-    $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
268
-    $params = array_merge($params, $optParams);
269
-    return $this->call('get', array($params), "Google_Service_Manager_Deployment");
267
+	$params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName);
268
+	$params = array_merge($params, $optParams);
269
+	return $this->call('get', array($params), "Google_Service_Manager_Deployment");
270 270
   }
271 271
 
272 272
   /**
@@ -280,9 +280,9 @@  discard block
 block discarded – undo
280 280
    */
281 281
   public function insert($projectId, $region, Google_Service_Manager_Deployment $postBody, $optParams = array())
282 282
   {
283
-    $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody);
284
-    $params = array_merge($params, $optParams);
285
-    return $this->call('insert', array($params), "Google_Service_Manager_Deployment");
283
+	$params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody);
284
+	$params = array_merge($params, $optParams);
285
+	return $this->call('insert', array($params), "Google_Service_Manager_Deployment");
286 286
   }
287 287
 
288 288
   /**
@@ -301,9 +301,9 @@  discard block
 block discarded – undo
301 301
    */
302 302
   public function listDeployments($projectId, $region, $optParams = array())
303 303
   {
304
-    $params = array('projectId' => $projectId, 'region' => $region);
305
-    $params = array_merge($params, $optParams);
306
-    return $this->call('list', array($params), "Google_Service_Manager_DeploymentsListResponse");
304
+	$params = array('projectId' => $projectId, 'region' => $region);
305
+	$params = array_merge($params, $optParams);
306
+	return $this->call('list', array($params), "Google_Service_Manager_DeploymentsListResponse");
307 307
   }
308 308
 }
309 309
 
@@ -327,9 +327,9 @@  discard block
 block discarded – undo
327 327
    */
328 328
   public function delete($projectId, $templateName, $optParams = array())
329 329
   {
330
-    $params = array('projectId' => $projectId, 'templateName' => $templateName);
331
-    $params = array_merge($params, $optParams);
332
-    return $this->call('delete', array($params));
330
+	$params = array('projectId' => $projectId, 'templateName' => $templateName);
331
+	$params = array_merge($params, $optParams);
332
+	return $this->call('delete', array($params));
333 333
   }
334 334
 
335 335
   /**
@@ -342,9 +342,9 @@  discard block
 block discarded – undo
342 342
    */
343 343
   public function get($projectId, $templateName, $optParams = array())
344 344
   {
345
-    $params = array('projectId' => $projectId, 'templateName' => $templateName);
346
-    $params = array_merge($params, $optParams);
347
-    return $this->call('get', array($params), "Google_Service_Manager_Template");
345
+	$params = array('projectId' => $projectId, 'templateName' => $templateName);
346
+	$params = array_merge($params, $optParams);
347
+	return $this->call('get', array($params), "Google_Service_Manager_Template");
348 348
   }
349 349
 
350 350
   /**
@@ -357,9 +357,9 @@  discard block
 block discarded – undo
357 357
    */
358 358
   public function insert($projectId, Google_Service_Manager_Template $postBody, $optParams = array())
359 359
   {
360
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
361
-    $params = array_merge($params, $optParams);
362
-    return $this->call('insert', array($params), "Google_Service_Manager_Template");
360
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
361
+	$params = array_merge($params, $optParams);
362
+	return $this->call('insert', array($params), "Google_Service_Manager_Template");
363 363
   }
364 364
 
365 365
   /**
@@ -377,9 +377,9 @@  discard block
 block discarded – undo
377 377
    */
378 378
   public function listTemplates($projectId, $optParams = array())
379 379
   {
380
-    $params = array('projectId' => $projectId);
381
-    $params = array_merge($params, $optParams);
382
-    return $this->call('list', array($params), "Google_Service_Manager_TemplatesListResponse");
380
+	$params = array('projectId' => $projectId);
381
+	$params = array_merge($params, $optParams);
382
+	return $this->call('list', array($params), "Google_Service_Manager_TemplatesListResponse");
383 383
   }
384 384
 }
385 385
 
@@ -397,27 +397,27 @@  discard block
 block discarded – undo
397 397
 
398 398
   public function setName($name)
399 399
   {
400
-    $this->name = $name;
400
+	$this->name = $name;
401 401
   }
402 402
   public function getName()
403 403
   {
404
-    return $this->name;
404
+	return $this->name;
405 405
   }
406 406
   public function setNatIp($natIp)
407 407
   {
408
-    $this->natIp = $natIp;
408
+	$this->natIp = $natIp;
409 409
   }
410 410
   public function getNatIp()
411 411
   {
412
-    return $this->natIp;
412
+	return $this->natIp;
413 413
   }
414 414
   public function setType($type)
415 415
   {
416
-    $this->type = $type;
416
+	$this->type = $type;
417 417
   }
418 418
   public function getType()
419 419
   {
420
-    return $this->type;
420
+	return $this->type;
421 421
   }
422 422
 }
423 423
 
@@ -432,19 +432,19 @@  discard block
 block discarded – undo
432 432
 
433 433
   public function setCommands($commands)
434 434
   {
435
-    $this->commands = $commands;
435
+	$this->commands = $commands;
436 436
   }
437 437
   public function getCommands()
438 438
   {
439
-    return $this->commands;
439
+	return $this->commands;
440 440
   }
441 441
   public function setTimeoutMs($timeoutMs)
442 442
   {
443
-    $this->timeoutMs = $timeoutMs;
443
+	$this->timeoutMs = $timeoutMs;
444 444
   }
445 445
   public function getTimeoutMs()
446 446
   {
447
-    return $this->timeoutMs;
447
+	return $this->timeoutMs;
448 448
   }
449 449
 }
450 450
 
@@ -452,7 +452,7 @@  discard block
 block discarded – undo
452 452
 {
453 453
   protected $collection_key = 'ports';
454 454
   protected $internal_gapi_mappings = array(
455
-        "iPProtocol" => "IPProtocol",
455
+		"iPProtocol" => "IPProtocol",
456 456
   );
457 457
   public $iPProtocol;
458 458
   public $ports;
@@ -460,19 +460,19 @@  discard block
 block discarded – undo
460 460
 
461 461
   public function setIPProtocol($iPProtocol)
462 462
   {
463
-    $this->iPProtocol = $iPProtocol;
463
+	$this->iPProtocol = $iPProtocol;
464 464
   }
465 465
   public function getIPProtocol()
466 466
   {
467
-    return $this->iPProtocol;
467
+	return $this->iPProtocol;
468 468
   }
469 469
   public function setPorts($ports)
470 470
   {
471
-    $this->ports = $ports;
471
+	$this->ports = $ports;
472 472
   }
473 473
   public function getPorts()
474 474
   {
475
-    return $this->ports;
475
+	return $this->ports;
476 476
   }
477 477
 }
478 478
 
@@ -491,59 +491,59 @@  discard block
 block discarded – undo
491 491
 
492 492
   public function setCoolDownPeriodSec($coolDownPeriodSec)
493 493
   {
494
-    $this->coolDownPeriodSec = $coolDownPeriodSec;
494
+	$this->coolDownPeriodSec = $coolDownPeriodSec;
495 495
   }
496 496
   public function getCoolDownPeriodSec()
497 497
   {
498
-    return $this->coolDownPeriodSec;
498
+	return $this->coolDownPeriodSec;
499 499
   }
500 500
   public function setDescription($description)
501 501
   {
502
-    $this->description = $description;
502
+	$this->description = $description;
503 503
   }
504 504
   public function getDescription()
505 505
   {
506
-    return $this->description;
506
+	return $this->description;
507 507
   }
508 508
   public function setMaxNumReplicas($maxNumReplicas)
509 509
   {
510
-    $this->maxNumReplicas = $maxNumReplicas;
510
+	$this->maxNumReplicas = $maxNumReplicas;
511 511
   }
512 512
   public function getMaxNumReplicas()
513 513
   {
514
-    return $this->maxNumReplicas;
514
+	return $this->maxNumReplicas;
515 515
   }
516 516
   public function setMinNumReplicas($minNumReplicas)
517 517
   {
518
-    $this->minNumReplicas = $minNumReplicas;
518
+	$this->minNumReplicas = $minNumReplicas;
519 519
   }
520 520
   public function getMinNumReplicas()
521 521
   {
522
-    return $this->minNumReplicas;
522
+	return $this->minNumReplicas;
523 523
   }
524 524
   public function setSignalType($signalType)
525 525
   {
526
-    $this->signalType = $signalType;
526
+	$this->signalType = $signalType;
527 527
   }
528 528
   public function getSignalType()
529 529
   {
530
-    return $this->signalType;
530
+	return $this->signalType;
531 531
   }
532 532
   public function setTargetModule($targetModule)
533 533
   {
534
-    $this->targetModule = $targetModule;
534
+	$this->targetModule = $targetModule;
535 535
   }
536 536
   public function getTargetModule()
537 537
   {
538
-    return $this->targetModule;
538
+	return $this->targetModule;
539 539
   }
540 540
   public function setTargetUtilization($targetUtilization)
541 541
   {
542
-    $this->targetUtilization = $targetUtilization;
542
+	$this->targetUtilization = $targetUtilization;
543 543
   }
544 544
   public function getTargetUtilization()
545 545
   {
546
-    return $this->targetUtilization;
546
+	return $this->targetUtilization;
547 547
   }
548 548
 }
549 549
 
@@ -556,11 +556,11 @@  discard block
 block discarded – undo
556 556
 
557 557
   public function setAutoscalingConfigUrl($autoscalingConfigUrl)
558 558
   {
559
-    $this->autoscalingConfigUrl = $autoscalingConfigUrl;
559
+	$this->autoscalingConfigUrl = $autoscalingConfigUrl;
560 560
   }
561 561
   public function getAutoscalingConfigUrl()
562 562
   {
563
-    return $this->autoscalingConfigUrl;
563
+	return $this->autoscalingConfigUrl;
564 564
   }
565 565
 }
566 566
 
@@ -574,19 +574,19 @@  discard block
 block discarded – undo
574 574
 
575 575
   public function setDetails($details)
576 576
   {
577
-    $this->details = $details;
577
+	$this->details = $details;
578 578
   }
579 579
   public function getDetails()
580 580
   {
581
-    return $this->details;
581
+	return $this->details;
582 582
   }
583 583
   public function setStatus($status)
584 584
   {
585
-    $this->status = $status;
585
+	$this->status = $status;
586 586
   }
587 587
   public function getStatus()
588 588
   {
589
-    return $this->status;
589
+	return $this->status;
590 590
   }
591 591
 }
592 592
 
@@ -609,59 +609,59 @@  discard block
 block discarded – undo
609 609
 
610 610
   public function setCreationDate($creationDate)
611 611
   {
612
-    $this->creationDate = $creationDate;
612
+	$this->creationDate = $creationDate;
613 613
   }
614 614
   public function getCreationDate()
615 615
   {
616
-    return $this->creationDate;
616
+	return $this->creationDate;
617 617
   }
618 618
   public function setDescription($description)
619 619
   {
620
-    $this->description = $description;
620
+	$this->description = $description;
621 621
   }
622 622
   public function getDescription()
623 623
   {
624
-    return $this->description;
624
+	return $this->description;
625 625
   }
626 626
   public function setModules($modules)
627 627
   {
628
-    $this->modules = $modules;
628
+	$this->modules = $modules;
629 629
   }
630 630
   public function getModules()
631 631
   {
632
-    return $this->modules;
632
+	return $this->modules;
633 633
   }
634 634
   public function setName($name)
635 635
   {
636
-    $this->name = $name;
636
+	$this->name = $name;
637 637
   }
638 638
   public function getName()
639 639
   {
640
-    return $this->name;
640
+	return $this->name;
641 641
   }
642 642
   public function setOverrides($overrides)
643 643
   {
644
-    $this->overrides = $overrides;
644
+	$this->overrides = $overrides;
645 645
   }
646 646
   public function getOverrides()
647 647
   {
648
-    return $this->overrides;
648
+	return $this->overrides;
649 649
   }
650 650
   public function setState(Google_Service_Manager_DeployState $state)
651 651
   {
652
-    $this->state = $state;
652
+	$this->state = $state;
653 653
   }
654 654
   public function getState()
655 655
   {
656
-    return $this->state;
656
+	return $this->state;
657 657
   }
658 658
   public function setTemplateName($templateName)
659 659
   {
660
-    $this->templateName = $templateName;
660
+	$this->templateName = $templateName;
661 661
   }
662 662
   public function getTemplateName()
663 663
   {
664
-    return $this->templateName;
664
+	return $this->templateName;
665 665
   }
666 666
 }
667 667
 
@@ -681,19 +681,19 @@  discard block
 block discarded – undo
681 681
 
682 682
   public function setNextPageToken($nextPageToken)
683 683
   {
684
-    $this->nextPageToken = $nextPageToken;
684
+	$this->nextPageToken = $nextPageToken;
685 685
   }
686 686
   public function getNextPageToken()
687 687
   {
688
-    return $this->nextPageToken;
688
+	return $this->nextPageToken;
689 689
   }
690 690
   public function setResources($resources)
691 691
   {
692
-    $this->resources = $resources;
692
+	$this->resources = $resources;
693 693
   }
694 694
   public function getResources()
695 695
   {
696
-    return $this->resources;
696
+	return $this->resources;
697 697
   }
698 698
 }
699 699
 
@@ -707,19 +707,19 @@  discard block
 block discarded – undo
707 707
 
708 708
   public function setDeviceName($deviceName)
709 709
   {
710
-    $this->deviceName = $deviceName;
710
+	$this->deviceName = $deviceName;
711 711
   }
712 712
   public function getDeviceName()
713 713
   {
714
-    return $this->deviceName;
714
+	return $this->deviceName;
715 715
   }
716 716
   public function setIndex($index)
717 717
   {
718
-    $this->index = $index;
718
+	$this->index = $index;
719 719
   }
720 720
   public function getIndex()
721 721
   {
722
-    return $this->index;
722
+	return $this->index;
723 723
   }
724 724
 }
725 725
 
@@ -733,19 +733,19 @@  discard block
 block discarded – undo
733 733
 
734 734
   public function setHidden($hidden)
735 735
   {
736
-    $this->hidden = $hidden;
736
+	$this->hidden = $hidden;
737 737
   }
738 738
   public function getHidden()
739 739
   {
740
-    return $this->hidden;
740
+	return $this->hidden;
741 741
   }
742 742
   public function setValue($value)
743 743
   {
744
-    $this->value = $value;
744
+	$this->value = $value;
745 745
   }
746 746
   public function getValue()
747 747
   {
748
-    return $this->value;
748
+	return $this->value;
749 749
   }
750 750
 }
751 751
 
@@ -760,19 +760,19 @@  discard block
 block discarded – undo
760 760
 
761 761
   public function setAttachment(Google_Service_Manager_DiskAttachment $attachment)
762 762
   {
763
-    $this->attachment = $attachment;
763
+	$this->attachment = $attachment;
764 764
   }
765 765
   public function getAttachment()
766 766
   {
767
-    return $this->attachment;
767
+	return $this->attachment;
768 768
   }
769 769
   public function setSource($source)
770 770
   {
771
-    $this->source = $source;
771
+	$this->source = $source;
772 772
   }
773 773
   public function getSource()
774 774
   {
775
-    return $this->source;
775
+	return $this->source;
776 776
   }
777 777
 }
778 778
 
@@ -792,51 +792,51 @@  discard block
 block discarded – undo
792 792
 
793 793
   public function setAllowed($allowed)
794 794
   {
795
-    $this->allowed = $allowed;
795
+	$this->allowed = $allowed;
796 796
   }
797 797
   public function getAllowed()
798 798
   {
799
-    return $this->allowed;
799
+	return $this->allowed;
800 800
   }
801 801
   public function setDescription($description)
802 802
   {
803
-    $this->description = $description;
803
+	$this->description = $description;
804 804
   }
805 805
   public function getDescription()
806 806
   {
807
-    return $this->description;
807
+	return $this->description;
808 808
   }
809 809
   public function setNetwork($network)
810 810
   {
811
-    $this->network = $network;
811
+	$this->network = $network;
812 812
   }
813 813
   public function getNetwork()
814 814
   {
815
-    return $this->network;
815
+	return $this->network;
816 816
   }
817 817
   public function setSourceRanges($sourceRanges)
818 818
   {
819
-    $this->sourceRanges = $sourceRanges;
819
+	$this->sourceRanges = $sourceRanges;
820 820
   }
821 821
   public function getSourceRanges()
822 822
   {
823
-    return $this->sourceRanges;
823
+	return $this->sourceRanges;
824 824
   }
825 825
   public function setSourceTags($sourceTags)
826 826
   {
827
-    $this->sourceTags = $sourceTags;
827
+	$this->sourceTags = $sourceTags;
828 828
   }
829 829
   public function getSourceTags()
830 830
   {
831
-    return $this->sourceTags;
831
+	return $this->sourceTags;
832 832
   }
833 833
   public function setTargetTags($targetTags)
834 834
   {
835
-    $this->targetTags = $targetTags;
835
+	$this->targetTags = $targetTags;
836 836
   }
837 837
   public function getTargetTags()
838 838
   {
839
-    return $this->targetTags;
839
+	return $this->targetTags;
840 840
   }
841 841
 }
842 842
 
@@ -849,11 +849,11 @@  discard block
 block discarded – undo
849 849
 
850 850
   public function setFirewallUrl($firewallUrl)
851 851
   {
852
-    $this->firewallUrl = $firewallUrl;
852
+	$this->firewallUrl = $firewallUrl;
853 853
   }
854 854
   public function getFirewallUrl()
855 855
   {
856
-    return $this->firewallUrl;
856
+	return $this->firewallUrl;
857 857
   }
858 858
 }
859 859
 
@@ -873,67 +873,67 @@  discard block
 block discarded – undo
873 873
 
874 874
   public function setCheckIntervalSec($checkIntervalSec)
875 875
   {
876
-    $this->checkIntervalSec = $checkIntervalSec;
876
+	$this->checkIntervalSec = $checkIntervalSec;
877 877
   }
878 878
   public function getCheckIntervalSec()
879 879
   {
880
-    return $this->checkIntervalSec;
880
+	return $this->checkIntervalSec;
881 881
   }
882 882
   public function setDescription($description)
883 883
   {
884
-    $this->description = $description;
884
+	$this->description = $description;
885 885
   }
886 886
   public function getDescription()
887 887
   {
888
-    return $this->description;
888
+	return $this->description;
889 889
   }
890 890
   public function setHealthyThreshold($healthyThreshold)
891 891
   {
892
-    $this->healthyThreshold = $healthyThreshold;
892
+	$this->healthyThreshold = $healthyThreshold;
893 893
   }
894 894
   public function getHealthyThreshold()
895 895
   {
896
-    return $this->healthyThreshold;
896
+	return $this->healthyThreshold;
897 897
   }
898 898
   public function setHost($host)
899 899
   {
900
-    $this->host = $host;
900
+	$this->host = $host;
901 901
   }
902 902
   public function getHost()
903 903
   {
904
-    return $this->host;
904
+	return $this->host;
905 905
   }
906 906
   public function setPath($path)
907 907
   {
908
-    $this->path = $path;
908
+	$this->path = $path;
909 909
   }
910 910
   public function getPath()
911 911
   {
912
-    return $this->path;
912
+	return $this->path;
913 913
   }
914 914
   public function setPort($port)
915 915
   {
916
-    $this->port = $port;
916
+	$this->port = $port;
917 917
   }
918 918
   public function getPort()
919 919
   {
920
-    return $this->port;
920
+	return $this->port;
921 921
   }
922 922
   public function setTimeoutSec($timeoutSec)
923 923
   {
924
-    $this->timeoutSec = $timeoutSec;
924
+	$this->timeoutSec = $timeoutSec;
925 925
   }
926 926
   public function getTimeoutSec()
927 927
   {
928
-    return $this->timeoutSec;
928
+	return $this->timeoutSec;
929 929
   }
930 930
   public function setUnhealthyThreshold($unhealthyThreshold)
931 931
   {
932
-    $this->unhealthyThreshold = $unhealthyThreshold;
932
+	$this->unhealthyThreshold = $unhealthyThreshold;
933 933
   }
934 934
   public function getUnhealthyThreshold()
935 935
   {
936
-    return $this->unhealthyThreshold;
936
+	return $this->unhealthyThreshold;
937 937
   }
938 938
 }
939 939
 
@@ -946,11 +946,11 @@  discard block
 block discarded – undo
946 946
 
947 947
   public function setHealthCheckUrl($healthCheckUrl)
948 948
   {
949
-    $this->healthCheckUrl = $healthCheckUrl;
949
+	$this->healthCheckUrl = $healthCheckUrl;
950 950
   }
951 951
   public function getHealthCheckUrl()
952 952
   {
953
-    return $this->healthCheckUrl;
953
+	return $this->healthCheckUrl;
954 954
   }
955 955
 }
956 956
 
@@ -970,59 +970,59 @@  discard block
 block discarded – undo
970 970
 
971 971
   public function setDescription($description)
972 972
   {
973
-    $this->description = $description;
973
+	$this->description = $description;
974 974
   }
975 975
   public function getDescription()
976 976
   {
977
-    return $this->description;
977
+	return $this->description;
978 978
   }
979 979
   public function setHealthChecks($healthChecks)
980 980
   {
981
-    $this->healthChecks = $healthChecks;
981
+	$this->healthChecks = $healthChecks;
982 982
   }
983 983
   public function getHealthChecks()
984 984
   {
985
-    return $this->healthChecks;
985
+	return $this->healthChecks;
986 986
   }
987 987
   public function setIpAddress($ipAddress)
988 988
   {
989
-    $this->ipAddress = $ipAddress;
989
+	$this->ipAddress = $ipAddress;
990 990
   }
991 991
   public function getIpAddress()
992 992
   {
993
-    return $this->ipAddress;
993
+	return $this->ipAddress;
994 994
   }
995 995
   public function setIpProtocol($ipProtocol)
996 996
   {
997
-    $this->ipProtocol = $ipProtocol;
997
+	$this->ipProtocol = $ipProtocol;
998 998
   }
999 999
   public function getIpProtocol()
1000 1000
   {
1001
-    return $this->ipProtocol;
1001
+	return $this->ipProtocol;
1002 1002
   }
1003 1003
   public function setPortRange($portRange)
1004 1004
   {
1005
-    $this->portRange = $portRange;
1005
+	$this->portRange = $portRange;
1006 1006
   }
1007 1007
   public function getPortRange()
1008 1008
   {
1009
-    return $this->portRange;
1009
+	return $this->portRange;
1010 1010
   }
1011 1011
   public function setSessionAffinity($sessionAffinity)
1012 1012
   {
1013
-    $this->sessionAffinity = $sessionAffinity;
1013
+	$this->sessionAffinity = $sessionAffinity;
1014 1014
   }
1015 1015
   public function getSessionAffinity()
1016 1016
   {
1017
-    return $this->sessionAffinity;
1017
+	return $this->sessionAffinity;
1018 1018
   }
1019 1019
   public function setTargetModules($targetModules)
1020 1020
   {
1021
-    $this->targetModules = $targetModules;
1021
+	$this->targetModules = $targetModules;
1022 1022
   }
1023 1023
   public function getTargetModules()
1024 1024
   {
1025
-    return $this->targetModules;
1025
+	return $this->targetModules;
1026 1026
   }
1027 1027
 }
1028 1028
 
@@ -1036,19 +1036,19 @@  discard block
 block discarded – undo
1036 1036
 
1037 1037
   public function setForwardingRuleUrl($forwardingRuleUrl)
1038 1038
   {
1039
-    $this->forwardingRuleUrl = $forwardingRuleUrl;
1039
+	$this->forwardingRuleUrl = $forwardingRuleUrl;
1040 1040
   }
1041 1041
   public function getForwardingRuleUrl()
1042 1042
   {
1043
-    return $this->forwardingRuleUrl;
1043
+	return $this->forwardingRuleUrl;
1044 1044
   }
1045 1045
   public function setTargetPoolUrl($targetPoolUrl)
1046 1046
   {
1047
-    $this->targetPoolUrl = $targetPoolUrl;
1047
+	$this->targetPoolUrl = $targetPoolUrl;
1048 1048
   }
1049 1049
   public function getTargetPoolUrl()
1050 1050
   {
1051
-    return $this->targetPoolUrl;
1051
+	return $this->targetPoolUrl;
1052 1052
   }
1053 1053
 }
1054 1054
 
@@ -1064,19 +1064,19 @@  discard block
 block discarded – undo
1064 1064
 
1065 1065
   public function setFingerPrint($fingerPrint)
1066 1066
   {
1067
-    $this->fingerPrint = $fingerPrint;
1067
+	$this->fingerPrint = $fingerPrint;
1068 1068
   }
1069 1069
   public function getFingerPrint()
1070 1070
   {
1071
-    return $this->fingerPrint;
1071
+	return $this->fingerPrint;
1072 1072
   }
1073 1073
   public function setItems($items)
1074 1074
   {
1075
-    $this->items = $items;
1075
+	$this->items = $items;
1076 1076
   }
1077 1077
   public function getItems()
1078 1078
   {
1079
-    return $this->items;
1079
+	return $this->items;
1080 1080
   }
1081 1081
 }
1082 1082
 
@@ -1090,19 +1090,19 @@  discard block
 block discarded – undo
1090 1090
 
1091 1091
   public function setKey($key)
1092 1092
   {
1093
-    $this->key = $key;
1093
+	$this->key = $key;
1094 1094
   }
1095 1095
   public function getKey()
1096 1096
   {
1097
-    return $this->key;
1097
+	return $this->key;
1098 1098
   }
1099 1099
   public function setValue($value)
1100 1100
   {
1101
-    $this->value = $value;
1101
+	$this->value = $value;
1102 1102
   }
1103 1103
   public function getValue()
1104 1104
   {
1105
-    return $this->value;
1105
+	return $this->value;
1106 1106
   }
1107 1107
 }
1108 1108
 
@@ -1127,59 +1127,59 @@  discard block
 block discarded – undo
1127 1127
 
1128 1128
   public function setAutoscalingModule(Google_Service_Manager_AutoscalingModule $autoscalingModule)
1129 1129
   {
1130
-    $this->autoscalingModule = $autoscalingModule;
1130
+	$this->autoscalingModule = $autoscalingModule;
1131 1131
   }
1132 1132
   public function getAutoscalingModule()
1133 1133
   {
1134
-    return $this->autoscalingModule;
1134
+	return $this->autoscalingModule;
1135 1135
   }
1136 1136
   public function setFirewallModule(Google_Service_Manager_FirewallModule $firewallModule)
1137 1137
   {
1138
-    $this->firewallModule = $firewallModule;
1138
+	$this->firewallModule = $firewallModule;
1139 1139
   }
1140 1140
   public function getFirewallModule()
1141 1141
   {
1142
-    return $this->firewallModule;
1142
+	return $this->firewallModule;
1143 1143
   }
1144 1144
   public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $healthCheckModule)
1145 1145
   {
1146
-    $this->healthCheckModule = $healthCheckModule;
1146
+	$this->healthCheckModule = $healthCheckModule;
1147 1147
   }
1148 1148
   public function getHealthCheckModule()
1149 1149
   {
1150
-    return $this->healthCheckModule;
1150
+	return $this->healthCheckModule;
1151 1151
   }
1152 1152
   public function setLbModule(Google_Service_Manager_LbModule $lbModule)
1153 1153
   {
1154
-    $this->lbModule = $lbModule;
1154
+	$this->lbModule = $lbModule;
1155 1155
   }
1156 1156
   public function getLbModule()
1157 1157
   {
1158
-    return $this->lbModule;
1158
+	return $this->lbModule;
1159 1159
   }
1160 1160
   public function setNetworkModule(Google_Service_Manager_NetworkModule $networkModule)
1161 1161
   {
1162
-    $this->networkModule = $networkModule;
1162
+	$this->networkModule = $networkModule;
1163 1163
   }
1164 1164
   public function getNetworkModule()
1165 1165
   {
1166
-    return $this->networkModule;
1166
+	return $this->networkModule;
1167 1167
   }
1168 1168
   public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $replicaPoolModule)
1169 1169
   {
1170
-    $this->replicaPoolModule = $replicaPoolModule;
1170
+	$this->replicaPoolModule = $replicaPoolModule;
1171 1171
   }
1172 1172
   public function getReplicaPoolModule()
1173 1173
   {
1174
-    return $this->replicaPoolModule;
1174
+	return $this->replicaPoolModule;
1175 1175
   }
1176 1176
   public function setType($type)
1177 1177
   {
1178
-    $this->type = $type;
1178
+	$this->type = $type;
1179 1179
   }
1180 1180
   public function getType()
1181 1181
   {
1182
-    return $this->type;
1182
+	return $this->type;
1183 1183
   }
1184 1184
 }
1185 1185
 
@@ -1206,67 +1206,67 @@  discard block
 block discarded – undo
1206 1206
 
1207 1207
   public function setAutoscalingModuleStatus(Google_Service_Manager_AutoscalingModuleStatus $autoscalingModuleStatus)
1208 1208
   {
1209
-    $this->autoscalingModuleStatus = $autoscalingModuleStatus;
1209
+	$this->autoscalingModuleStatus = $autoscalingModuleStatus;
1210 1210
   }
1211 1211
   public function getAutoscalingModuleStatus()
1212 1212
   {
1213
-    return $this->autoscalingModuleStatus;
1213
+	return $this->autoscalingModuleStatus;
1214 1214
   }
1215 1215
   public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus)
1216 1216
   {
1217
-    $this->firewallModuleStatus = $firewallModuleStatus;
1217
+	$this->firewallModuleStatus = $firewallModuleStatus;
1218 1218
   }
1219 1219
   public function getFirewallModuleStatus()
1220 1220
   {
1221
-    return $this->firewallModuleStatus;
1221
+	return $this->firewallModuleStatus;
1222 1222
   }
1223 1223
   public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus)
1224 1224
   {
1225
-    $this->healthCheckModuleStatus = $healthCheckModuleStatus;
1225
+	$this->healthCheckModuleStatus = $healthCheckModuleStatus;
1226 1226
   }
1227 1227
   public function getHealthCheckModuleStatus()
1228 1228
   {
1229
-    return $this->healthCheckModuleStatus;
1229
+	return $this->healthCheckModuleStatus;
1230 1230
   }
1231 1231
   public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModuleStatus)
1232 1232
   {
1233
-    $this->lbModuleStatus = $lbModuleStatus;
1233
+	$this->lbModuleStatus = $lbModuleStatus;
1234 1234
   }
1235 1235
   public function getLbModuleStatus()
1236 1236
   {
1237
-    return $this->lbModuleStatus;
1237
+	return $this->lbModuleStatus;
1238 1238
   }
1239 1239
   public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatus $networkModuleStatus)
1240 1240
   {
1241
-    $this->networkModuleStatus = $networkModuleStatus;
1241
+	$this->networkModuleStatus = $networkModuleStatus;
1242 1242
   }
1243 1243
   public function getNetworkModuleStatus()
1244 1244
   {
1245
-    return $this->networkModuleStatus;
1245
+	return $this->networkModuleStatus;
1246 1246
   }
1247 1247
   public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus)
1248 1248
   {
1249
-    $this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
1249
+	$this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
1250 1250
   }
1251 1251
   public function getReplicaPoolModuleStatus()
1252 1252
   {
1253
-    return $this->replicaPoolModuleStatus;
1253
+	return $this->replicaPoolModuleStatus;
1254 1254
   }
1255 1255
   public function setState(Google_Service_Manager_DeployState $state)
1256 1256
   {
1257
-    $this->state = $state;
1257
+	$this->state = $state;
1258 1258
   }
1259 1259
   public function getState()
1260 1260
   {
1261
-    return $this->state;
1261
+	return $this->state;
1262 1262
   }
1263 1263
   public function setType($type)
1264 1264
   {
1265
-    $this->type = $type;
1265
+	$this->type = $type;
1266 1266
   }
1267 1267
   public function getType()
1268 1268
   {
1269
-    return $this->type;
1269
+	return $this->type;
1270 1270
   }
1271 1271
 }
1272 1272
 
@@ -1284,42 +1284,42 @@  discard block
 block discarded – undo
1284 1284
 
1285 1285
   public function setAccessConfigs($accessConfigs)
1286 1286
   {
1287
-    $this->accessConfigs = $accessConfigs;
1287
+	$this->accessConfigs = $accessConfigs;
1288 1288
   }
1289 1289
   public function getAccessConfigs()
1290 1290
   {
1291
-    return $this->accessConfigs;
1291
+	return $this->accessConfigs;
1292 1292
   }
1293 1293
   public function setName($name)
1294 1294
   {
1295
-    $this->name = $name;
1295
+	$this->name = $name;
1296 1296
   }
1297 1297
   public function getName()
1298 1298
   {
1299
-    return $this->name;
1299
+	return $this->name;
1300 1300
   }
1301 1301
   public function setNetwork($network)
1302 1302
   {
1303
-    $this->network = $network;
1303
+	$this->network = $network;
1304 1304
   }
1305 1305
   public function getNetwork()
1306 1306
   {
1307
-    return $this->network;
1307
+	return $this->network;
1308 1308
   }
1309 1309
   public function setNetworkIp($networkIp)
1310 1310
   {
1311
-    $this->networkIp = $networkIp;
1311
+	$this->networkIp = $networkIp;
1312 1312
   }
1313 1313
   public function getNetworkIp()
1314 1314
   {
1315
-    return $this->networkIp;
1315
+	return $this->networkIp;
1316 1316
   }
1317 1317
 }
1318 1318
 
1319 1319
 class Google_Service_Manager_NetworkModule extends Google_Model
1320 1320
 {
1321 1321
   protected $internal_gapi_mappings = array(
1322
-        "iPv4Range" => "IPv4Range",
1322
+		"iPv4Range" => "IPv4Range",
1323 1323
   );
1324 1324
   public $iPv4Range;
1325 1325
   public $description;
@@ -1328,27 +1328,27 @@  discard block
 block discarded – undo
1328 1328
 
1329 1329
   public function setIPv4Range($iPv4Range)
1330 1330
   {
1331
-    $this->iPv4Range = $iPv4Range;
1331
+	$this->iPv4Range = $iPv4Range;
1332 1332
   }
1333 1333
   public function getIPv4Range()
1334 1334
   {
1335
-    return $this->iPv4Range;
1335
+	return $this->iPv4Range;
1336 1336
   }
1337 1337
   public function setDescription($description)
1338 1338
   {
1339
-    $this->description = $description;
1339
+	$this->description = $description;
1340 1340
   }
1341 1341
   public function getDescription()
1342 1342
   {
1343
-    return $this->description;
1343
+	return $this->description;
1344 1344
   }
1345 1345
   public function setGatewayIPv4($gatewayIPv4)
1346 1346
   {
1347
-    $this->gatewayIPv4 = $gatewayIPv4;
1347
+	$this->gatewayIPv4 = $gatewayIPv4;
1348 1348
   }
1349 1349
   public function getGatewayIPv4()
1350 1350
   {
1351
-    return $this->gatewayIPv4;
1351
+	return $this->gatewayIPv4;
1352 1352
   }
1353 1353
 }
1354 1354
 
@@ -1361,11 +1361,11 @@  discard block
 block discarded – undo
1361 1361
 
1362 1362
   public function setNetworkUrl($networkUrl)
1363 1363
   {
1364
-    $this->networkUrl = $networkUrl;
1364
+	$this->networkUrl = $networkUrl;
1365 1365
   }
1366 1366
   public function getNetworkUrl()
1367 1367
   {
1368
-    return $this->networkUrl;
1368
+	return $this->networkUrl;
1369 1369
   }
1370 1370
 }
1371 1371
 
@@ -1383,35 +1383,35 @@  discard block
 block discarded – undo
1383 1383
 
1384 1384
   public function setAttachment(Google_Service_Manager_DiskAttachment $attachment)
1385 1385
   {
1386
-    $this->attachment = $attachment;
1386
+	$this->attachment = $attachment;
1387 1387
   }
1388 1388
   public function getAttachment()
1389 1389
   {
1390
-    return $this->attachment;
1390
+	return $this->attachment;
1391 1391
   }
1392 1392
   public function setAutoDelete($autoDelete)
1393 1393
   {
1394
-    $this->autoDelete = $autoDelete;
1394
+	$this->autoDelete = $autoDelete;
1395 1395
   }
1396 1396
   public function getAutoDelete()
1397 1397
   {
1398
-    return $this->autoDelete;
1398
+	return $this->autoDelete;
1399 1399
   }
1400 1400
   public function setBoot($boot)
1401 1401
   {
1402
-    $this->boot = $boot;
1402
+	$this->boot = $boot;
1403 1403
   }
1404 1404
   public function getBoot()
1405 1405
   {
1406
-    return $this->boot;
1406
+	return $this->boot;
1407 1407
   }
1408 1408
   public function setInitializeParams(Google_Service_Manager_NewDiskInitializeParams $initializeParams)
1409 1409
   {
1410
-    $this->initializeParams = $initializeParams;
1410
+	$this->initializeParams = $initializeParams;
1411 1411
   }
1412 1412
   public function getInitializeParams()
1413 1413
   {
1414
-    return $this->initializeParams;
1414
+	return $this->initializeParams;
1415 1415
   }
1416 1416
 }
1417 1417
 
@@ -1426,27 +1426,27 @@  discard block
 block discarded – undo
1426 1426
 
1427 1427
   public function setDiskSizeGb($diskSizeGb)
1428 1428
   {
1429
-    $this->diskSizeGb = $diskSizeGb;
1429
+	$this->diskSizeGb = $diskSizeGb;
1430 1430
   }
1431 1431
   public function getDiskSizeGb()
1432 1432
   {
1433
-    return $this->diskSizeGb;
1433
+	return $this->diskSizeGb;
1434 1434
   }
1435 1435
   public function setDiskType($diskType)
1436 1436
   {
1437
-    $this->diskType = $diskType;
1437
+	$this->diskType = $diskType;
1438 1438
   }
1439 1439
   public function getDiskType()
1440 1440
   {
1441
-    return $this->diskType;
1441
+	return $this->diskType;
1442 1442
   }
1443 1443
   public function setSourceImage($sourceImage)
1444 1444
   {
1445
-    $this->sourceImage = $sourceImage;
1445
+	$this->sourceImage = $sourceImage;
1446 1446
   }
1447 1447
   public function getSourceImage()
1448 1448
   {
1449
-    return $this->sourceImage;
1449
+	return $this->sourceImage;
1450 1450
   }
1451 1451
 }
1452 1452
 
@@ -1460,19 +1460,19 @@  discard block
 block discarded – undo
1460 1460
 
1461 1461
   public function setPath($path)
1462 1462
   {
1463
-    $this->path = $path;
1463
+	$this->path = $path;
1464 1464
   }
1465 1465
   public function getPath()
1466 1466
   {
1467
-    return $this->path;
1467
+	return $this->path;
1468 1468
   }
1469 1469
   public function setValue($value)
1470 1470
   {
1471
-    $this->value = $value;
1471
+	$this->value = $value;
1472 1472
   }
1473 1473
   public function getValue()
1474 1474
   {
1475
-    return $this->value;
1475
+	return $this->value;
1476 1476
   }
1477 1477
 }
1478 1478
 
@@ -1492,43 +1492,43 @@  discard block
 block discarded – undo
1492 1492
 
1493 1493
   public function setEnvVariables($envVariables)
1494 1494
   {
1495
-    $this->envVariables = $envVariables;
1495
+	$this->envVariables = $envVariables;
1496 1496
   }
1497 1497
   public function getEnvVariables()
1498 1498
   {
1499
-    return $this->envVariables;
1499
+	return $this->envVariables;
1500 1500
   }
1501 1501
   public function setHealthChecks($healthChecks)
1502 1502
   {
1503
-    $this->healthChecks = $healthChecks;
1503
+	$this->healthChecks = $healthChecks;
1504 1504
   }
1505 1505
   public function getHealthChecks()
1506 1506
   {
1507
-    return $this->healthChecks;
1507
+	return $this->healthChecks;
1508 1508
   }
1509 1509
   public function setNumReplicas($numReplicas)
1510 1510
   {
1511
-    $this->numReplicas = $numReplicas;
1511
+	$this->numReplicas = $numReplicas;
1512 1512
   }
1513 1513
   public function getNumReplicas()
1514 1514
   {
1515
-    return $this->numReplicas;
1515
+	return $this->numReplicas;
1516 1516
   }
1517 1517
   public function setReplicaPoolParams(Google_Service_Manager_ReplicaPoolParams $replicaPoolParams)
1518 1518
   {
1519
-    $this->replicaPoolParams = $replicaPoolParams;
1519
+	$this->replicaPoolParams = $replicaPoolParams;
1520 1520
   }
1521 1521
   public function getReplicaPoolParams()
1522 1522
   {
1523
-    return $this->replicaPoolParams;
1523
+	return $this->replicaPoolParams;
1524 1524
   }
1525 1525
   public function setResourceView($resourceView)
1526 1526
   {
1527
-    $this->resourceView = $resourceView;
1527
+	$this->resourceView = $resourceView;
1528 1528
   }
1529 1529
   public function getResourceView()
1530 1530
   {
1531
-    return $this->resourceView;
1531
+	return $this->resourceView;
1532 1532
   }
1533 1533
 }
1534 1534
 
@@ -1546,19 +1546,19 @@  discard block
 block discarded – undo
1546 1546
 
1547 1547
   public function setReplicaPoolUrl($replicaPoolUrl)
1548 1548
   {
1549
-    $this->replicaPoolUrl = $replicaPoolUrl;
1549
+	$this->replicaPoolUrl = $replicaPoolUrl;
1550 1550
   }
1551 1551
   public function getReplicaPoolUrl()
1552 1552
   {
1553
-    return $this->replicaPoolUrl;
1553
+	return $this->replicaPoolUrl;
1554 1554
   }
1555 1555
   public function setResourceViewUrl($resourceViewUrl)
1556 1556
   {
1557
-    $this->resourceViewUrl = $resourceViewUrl;
1557
+	$this->resourceViewUrl = $resourceViewUrl;
1558 1558
   }
1559 1559
   public function getResourceViewUrl()
1560 1560
   {
1561
-    return $this->resourceViewUrl;
1561
+	return $this->resourceViewUrl;
1562 1562
   }
1563 1563
 }
1564 1564
 
@@ -1572,11 +1572,11 @@  discard block
 block discarded – undo
1572 1572
 
1573 1573
   public function setV1beta1(Google_Service_Manager_ReplicaPoolParamsV1Beta1 $v1beta1)
1574 1574
   {
1575
-    $this->v1beta1 = $v1beta1;
1575
+	$this->v1beta1 = $v1beta1;
1576 1576
   }
1577 1577
   public function getV1beta1()
1578 1578
   {
1579
-    return $this->v1beta1;
1579
+	return $this->v1beta1;
1580 1580
   }
1581 1581
 }
1582 1582
 
@@ -1609,115 +1609,115 @@  discard block
 block discarded – undo
1609 1609
 
1610 1610
   public function setAutoRestart($autoRestart)
1611 1611
   {
1612
-    $this->autoRestart = $autoRestart;
1612
+	$this->autoRestart = $autoRestart;
1613 1613
   }
1614 1614
   public function getAutoRestart()
1615 1615
   {
1616
-    return $this->autoRestart;
1616
+	return $this->autoRestart;
1617 1617
   }
1618 1618
   public function setBaseInstanceName($baseInstanceName)
1619 1619
   {
1620
-    $this->baseInstanceName = $baseInstanceName;
1620
+	$this->baseInstanceName = $baseInstanceName;
1621 1621
   }
1622 1622
   public function getBaseInstanceName()
1623 1623
   {
1624
-    return $this->baseInstanceName;
1624
+	return $this->baseInstanceName;
1625 1625
   }
1626 1626
   public function setCanIpForward($canIpForward)
1627 1627
   {
1628
-    $this->canIpForward = $canIpForward;
1628
+	$this->canIpForward = $canIpForward;
1629 1629
   }
1630 1630
   public function getCanIpForward()
1631 1631
   {
1632
-    return $this->canIpForward;
1632
+	return $this->canIpForward;
1633 1633
   }
1634 1634
   public function setDescription($description)
1635 1635
   {
1636
-    $this->description = $description;
1636
+	$this->description = $description;
1637 1637
   }
1638 1638
   public function getDescription()
1639 1639
   {
1640
-    return $this->description;
1640
+	return $this->description;
1641 1641
   }
1642 1642
   public function setDisksToAttach($disksToAttach)
1643 1643
   {
1644
-    $this->disksToAttach = $disksToAttach;
1644
+	$this->disksToAttach = $disksToAttach;
1645 1645
   }
1646 1646
   public function getDisksToAttach()
1647 1647
   {
1648
-    return $this->disksToAttach;
1648
+	return $this->disksToAttach;
1649 1649
   }
1650 1650
   public function setDisksToCreate($disksToCreate)
1651 1651
   {
1652
-    $this->disksToCreate = $disksToCreate;
1652
+	$this->disksToCreate = $disksToCreate;
1653 1653
   }
1654 1654
   public function getDisksToCreate()
1655 1655
   {
1656
-    return $this->disksToCreate;
1656
+	return $this->disksToCreate;
1657 1657
   }
1658 1658
   public function setInitAction($initAction)
1659 1659
   {
1660
-    $this->initAction = $initAction;
1660
+	$this->initAction = $initAction;
1661 1661
   }
1662 1662
   public function getInitAction()
1663 1663
   {
1664
-    return $this->initAction;
1664
+	return $this->initAction;
1665 1665
   }
1666 1666
   public function setMachineType($machineType)
1667 1667
   {
1668
-    $this->machineType = $machineType;
1668
+	$this->machineType = $machineType;
1669 1669
   }
1670 1670
   public function getMachineType()
1671 1671
   {
1672
-    return $this->machineType;
1672
+	return $this->machineType;
1673 1673
   }
1674 1674
   public function setMetadata(Google_Service_Manager_Metadata $metadata)
1675 1675
   {
1676
-    $this->metadata = $metadata;
1676
+	$this->metadata = $metadata;
1677 1677
   }
1678 1678
   public function getMetadata()
1679 1679
   {
1680
-    return $this->metadata;
1680
+	return $this->metadata;
1681 1681
   }
1682 1682
   public function setNetworkInterfaces($networkInterfaces)
1683 1683
   {
1684
-    $this->networkInterfaces = $networkInterfaces;
1684
+	$this->networkInterfaces = $networkInterfaces;
1685 1685
   }
1686 1686
   public function getNetworkInterfaces()
1687 1687
   {
1688
-    return $this->networkInterfaces;
1688
+	return $this->networkInterfaces;
1689 1689
   }
1690 1690
   public function setOnHostMaintenance($onHostMaintenance)
1691 1691
   {
1692
-    $this->onHostMaintenance = $onHostMaintenance;
1692
+	$this->onHostMaintenance = $onHostMaintenance;
1693 1693
   }
1694 1694
   public function getOnHostMaintenance()
1695 1695
   {
1696
-    return $this->onHostMaintenance;
1696
+	return $this->onHostMaintenance;
1697 1697
   }
1698 1698
   public function setServiceAccounts($serviceAccounts)
1699 1699
   {
1700
-    $this->serviceAccounts = $serviceAccounts;
1700
+	$this->serviceAccounts = $serviceAccounts;
1701 1701
   }
1702 1702
   public function getServiceAccounts()
1703 1703
   {
1704
-    return $this->serviceAccounts;
1704
+	return $this->serviceAccounts;
1705 1705
   }
1706 1706
   public function setTags(Google_Service_Manager_Tag $tags)
1707 1707
   {
1708
-    $this->tags = $tags;
1708
+	$this->tags = $tags;
1709 1709
   }
1710 1710
   public function getTags()
1711 1711
   {
1712
-    return $this->tags;
1712
+	return $this->tags;
1713 1713
   }
1714 1714
   public function setZone($zone)
1715 1715
   {
1716
-    $this->zone = $zone;
1716
+	$this->zone = $zone;
1717 1717
   }
1718 1718
   public function getZone()
1719 1719
   {
1720
-    return $this->zone;
1720
+	return $this->zone;
1721 1721
   }
1722 1722
 }
1723 1723
 
@@ -1732,19 +1732,19 @@  discard block
 block discarded – undo
1732 1732
 
1733 1733
   public function setEmail($email)
1734 1734
   {
1735
-    $this->email = $email;
1735
+	$this->email = $email;
1736 1736
   }
1737 1737
   public function getEmail()
1738 1738
   {
1739
-    return $this->email;
1739
+	return $this->email;
1740 1740
   }
1741 1741
   public function setScopes($scopes)
1742 1742
   {
1743
-    $this->scopes = $scopes;
1743
+	$this->scopes = $scopes;
1744 1744
   }
1745 1745
   public function getScopes()
1746 1746
   {
1747
-    return $this->scopes;
1747
+	return $this->scopes;
1748 1748
   }
1749 1749
 }
1750 1750
 
@@ -1759,19 +1759,19 @@  discard block
 block discarded – undo
1759 1759
 
1760 1760
   public function setFingerPrint($fingerPrint)
1761 1761
   {
1762
-    $this->fingerPrint = $fingerPrint;
1762
+	$this->fingerPrint = $fingerPrint;
1763 1763
   }
1764 1764
   public function getFingerPrint()
1765 1765
   {
1766
-    return $this->fingerPrint;
1766
+	return $this->fingerPrint;
1767 1767
   }
1768 1768
   public function setItems($items)
1769 1769
   {
1770
-    $this->items = $items;
1770
+	$this->items = $items;
1771 1771
   }
1772 1772
   public function getItems()
1773 1773
   {
1774
-    return $this->items;
1774
+	return $this->items;
1775 1775
   }
1776 1776
 }
1777 1777
 
@@ -1789,35 +1789,35 @@  discard block
 block discarded – undo
1789 1789
 
1790 1790
   public function setActions($actions)
1791 1791
   {
1792
-    $this->actions = $actions;
1792
+	$this->actions = $actions;
1793 1793
   }
1794 1794
   public function getActions()
1795 1795
   {
1796
-    return $this->actions;
1796
+	return $this->actions;
1797 1797
   }
1798 1798
   public function setDescription($description)
1799 1799
   {
1800
-    $this->description = $description;
1800
+	$this->description = $description;
1801 1801
   }
1802 1802
   public function getDescription()
1803 1803
   {
1804
-    return $this->description;
1804
+	return $this->description;
1805 1805
   }
1806 1806
   public function setModules($modules)
1807 1807
   {
1808
-    $this->modules = $modules;
1808
+	$this->modules = $modules;
1809 1809
   }
1810 1810
   public function getModules()
1811 1811
   {
1812
-    return $this->modules;
1812
+	return $this->modules;
1813 1813
   }
1814 1814
   public function setName($name)
1815 1815
   {
1816
-    $this->name = $name;
1816
+	$this->name = $name;
1817 1817
   }
1818 1818
   public function getName()
1819 1819
   {
1820
-    return $this->name;
1820
+	return $this->name;
1821 1821
   }
1822 1822
 }
1823 1823
 
@@ -1841,18 +1841,18 @@  discard block
 block discarded – undo
1841 1841
 
1842 1842
   public function setNextPageToken($nextPageToken)
1843 1843
   {
1844
-    $this->nextPageToken = $nextPageToken;
1844
+	$this->nextPageToken = $nextPageToken;
1845 1845
   }
1846 1846
   public function getNextPageToken()
1847 1847
   {
1848
-    return $this->nextPageToken;
1848
+	return $this->nextPageToken;
1849 1849
   }
1850 1850
   public function setResources($resources)
1851 1851
   {
1852
-    $this->resources = $resources;
1852
+	$this->resources = $resources;
1853 1853
   }
1854 1854
   public function getResources()
1855 1855
   {
1856
-    return $this->resources;
1856
+	return $this->resources;
1857 1857
   }
1858 1858
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
                   'required' => true,
94 94
                 ),
95 95
               ),
96
-            ),'get' => array(
96
+            ), 'get' => array(
97 97
               'path' => '{projectId}/regions/{region}/deployments/{deploymentName}',
98 98
               'httpMethod' => 'GET',
99 99
               'parameters' => array(
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'required' => true,
114 114
                 ),
115 115
               ),
116
-            ),'insert' => array(
116
+            ), 'insert' => array(
117 117
               'path' => '{projectId}/regions/{region}/deployments',
118 118
               'httpMethod' => 'POST',
119 119
               'parameters' => array(
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
                   'required' => true,
129 129
                 ),
130 130
               ),
131
-            ),'list' => array(
131
+            ), 'list' => array(
132 132
               'path' => '{projectId}/regions/{region}/deployments',
133 133
               'httpMethod' => 'GET',
134 134
               'parameters' => array(
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
                   'required' => true,
177 177
                 ),
178 178
               ),
179
-            ),'get' => array(
179
+            ), 'get' => array(
180 180
               'path' => '{projectId}/templates/{templateName}',
181 181
               'httpMethod' => 'GET',
182 182
               'parameters' => array(
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
                   'required' => true,
192 192
                 ),
193 193
               ),
194
-            ),'insert' => array(
194
+            ), 'insert' => array(
195 195
               'path' => '{projectId}/templates',
196 196
               'httpMethod' => 'POST',
197 197
               'parameters' => array(
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
                   'required' => true,
202 202
                 ),
203 203
               ),
204
-            ),'list' => array(
204
+            ), 'list' => array(
205 205
               'path' => '{projectId}/templates',
206 206
               'httpMethod' => 'GET',
207 207
               'parameters' => array(
Please login to merge, or discard this patch.