Test Setup Failed
Pull Request — master (#454)
by Kiran
29:40
created
geodirectory-admin/google-api-php-client/src/Google/Service/Genomics.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
    */
44 44
   public function __construct(Google_Client $client)
45 45
   {
46
-    parent::__construct($client);
47
-    $this->rootUrl = 'https://genomics.googleapis.com/';
48
-    $this->servicePath = '';
49
-    $this->version = 'v1';
50
-    $this->serviceName = 'genomics';
46
+	parent::__construct($client);
47
+	$this->rootUrl = 'https://genomics.googleapis.com/';
48
+	$this->servicePath = '';
49
+	$this->version = 'v1';
50
+	$this->serviceName = 'genomics';
51 51
 
52 52
   }
53 53
 }
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.
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/Freebase.php 2 patches
Indentation   +189 added lines, -189 removed lines patch added patch discarded remove patch
@@ -42,158 +42,158 @@  discard block
 block discarded – undo
42 42
    */
43 43
   public function __construct(Google_Client $client)
44 44
   {
45
-    parent::__construct($client);
46
-    $this->rootUrl = 'https://www.googleapis.com/';
47
-    $this->servicePath = 'freebase/v1/';
48
-    $this->version = 'v1';
49
-    $this->serviceName = 'freebase';
45
+	parent::__construct($client);
46
+	$this->rootUrl = 'https://www.googleapis.com/';
47
+	$this->servicePath = 'freebase/v1/';
48
+	$this->version = 'v1';
49
+	$this->serviceName = 'freebase';
50 50
 
51
-    $this->base_methods = new Google_Service_Resource(
52
-        $this,
53
-        $this->serviceName,
54
-        '',
55
-        array(
56
-          'methods' => array(
57
-            'reconcile' => array(
58
-              'path' => 'reconcile',
59
-              'httpMethod' => 'GET',
60
-              'parameters' => array(
61
-                'lang' => array(
62
-                  'location' => 'query',
63
-                  'type' => 'string',
64
-                  'repeated' => true,
65
-                ),
66
-                'confidence' => array(
67
-                  'location' => 'query',
68
-                  'type' => 'number',
69
-                ),
70
-                'name' => array(
71
-                  'location' => 'query',
72
-                  'type' => 'string',
73
-                ),
74
-                'kind' => array(
75
-                  'location' => 'query',
76
-                  'type' => 'string',
77
-                  'repeated' => true,
78
-                ),
79
-                'prop' => array(
80
-                  'location' => 'query',
81
-                  'type' => 'string',
82
-                  'repeated' => true,
83
-                ),
84
-                'limit' => array(
85
-                  'location' => 'query',
86
-                  'type' => 'integer',
87
-                ),
88
-              ),
89
-            ),'search' => array(
90
-              'path' => 'search',
91
-              'httpMethod' => 'GET',
92
-              'parameters' => array(
93
-                'domain' => array(
94
-                  'location' => 'query',
95
-                  'type' => 'string',
96
-                  'repeated' => true,
97
-                ),
98
-                'help' => array(
99
-                  'location' => 'query',
100
-                  'type' => 'string',
101
-                ),
102
-                'query' => array(
103
-                  'location' => 'query',
104
-                  'type' => 'string',
105
-                ),
106
-                'scoring' => array(
107
-                  'location' => 'query',
108
-                  'type' => 'string',
109
-                ),
110
-                'cursor' => array(
111
-                  'location' => 'query',
112
-                  'type' => 'integer',
113
-                ),
114
-                'prefixed' => array(
115
-                  'location' => 'query',
116
-                  'type' => 'boolean',
117
-                ),
118
-                'exact' => array(
119
-                  'location' => 'query',
120
-                  'type' => 'boolean',
121
-                ),
122
-                'mid' => array(
123
-                  'location' => 'query',
124
-                  'type' => 'string',
125
-                  'repeated' => true,
126
-                ),
127
-                'encode' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'string',
130
-                ),
131
-                'type' => array(
132
-                  'location' => 'query',
133
-                  'type' => 'string',
134
-                  'repeated' => true,
135
-                ),
136
-                'as_of_time' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'string',
139
-                ),
140
-                'stemmed' => array(
141
-                  'location' => 'query',
142
-                  'type' => 'boolean',
143
-                ),
144
-                'format' => array(
145
-                  'location' => 'query',
146
-                  'type' => 'string',
147
-                ),
148
-                'spell' => array(
149
-                  'location' => 'query',
150
-                  'type' => 'string',
151
-                ),
152
-                'with' => array(
153
-                  'location' => 'query',
154
-                  'type' => 'string',
155
-                  'repeated' => true,
156
-                ),
157
-                'lang' => array(
158
-                  'location' => 'query',
159
-                  'type' => 'string',
160
-                  'repeated' => true,
161
-                ),
162
-                'indent' => array(
163
-                  'location' => 'query',
164
-                  'type' => 'boolean',
165
-                ),
166
-                'filter' => array(
167
-                  'location' => 'query',
168
-                  'type' => 'string',
169
-                  'repeated' => true,
170
-                ),
171
-                'callback' => array(
172
-                  'location' => 'query',
173
-                  'type' => 'string',
174
-                ),
175
-                'without' => array(
176
-                  'location' => 'query',
177
-                  'type' => 'string',
178
-                  'repeated' => true,
179
-                ),
180
-                'limit' => array(
181
-                  'location' => 'query',
182
-                  'type' => 'integer',
183
-                ),
184
-                'output' => array(
185
-                  'location' => 'query',
186
-                  'type' => 'string',
187
-                ),
188
-                'mql_output' => array(
189
-                  'location' => 'query',
190
-                  'type' => 'string',
191
-                ),
192
-              ),
193
-            ),
194
-          )
195
-        )
196
-    );
51
+	$this->base_methods = new Google_Service_Resource(
52
+		$this,
53
+		$this->serviceName,
54
+		'',
55
+		array(
56
+		  'methods' => array(
57
+			'reconcile' => array(
58
+			  'path' => 'reconcile',
59
+			  'httpMethod' => 'GET',
60
+			  'parameters' => array(
61
+				'lang' => array(
62
+				  'location' => 'query',
63
+				  'type' => 'string',
64
+				  'repeated' => true,
65
+				),
66
+				'confidence' => array(
67
+				  'location' => 'query',
68
+				  'type' => 'number',
69
+				),
70
+				'name' => array(
71
+				  'location' => 'query',
72
+				  'type' => 'string',
73
+				),
74
+				'kind' => array(
75
+				  'location' => 'query',
76
+				  'type' => 'string',
77
+				  'repeated' => true,
78
+				),
79
+				'prop' => array(
80
+				  'location' => 'query',
81
+				  'type' => 'string',
82
+				  'repeated' => true,
83
+				),
84
+				'limit' => array(
85
+				  'location' => 'query',
86
+				  'type' => 'integer',
87
+				),
88
+			  ),
89
+			),'search' => array(
90
+			  'path' => 'search',
91
+			  'httpMethod' => 'GET',
92
+			  'parameters' => array(
93
+				'domain' => array(
94
+				  'location' => 'query',
95
+				  'type' => 'string',
96
+				  'repeated' => true,
97
+				),
98
+				'help' => array(
99
+				  'location' => 'query',
100
+				  'type' => 'string',
101
+				),
102
+				'query' => array(
103
+				  'location' => 'query',
104
+				  'type' => 'string',
105
+				),
106
+				'scoring' => array(
107
+				  'location' => 'query',
108
+				  'type' => 'string',
109
+				),
110
+				'cursor' => array(
111
+				  'location' => 'query',
112
+				  'type' => 'integer',
113
+				),
114
+				'prefixed' => array(
115
+				  'location' => 'query',
116
+				  'type' => 'boolean',
117
+				),
118
+				'exact' => array(
119
+				  'location' => 'query',
120
+				  'type' => 'boolean',
121
+				),
122
+				'mid' => array(
123
+				  'location' => 'query',
124
+				  'type' => 'string',
125
+				  'repeated' => true,
126
+				),
127
+				'encode' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'string',
130
+				),
131
+				'type' => array(
132
+				  'location' => 'query',
133
+				  'type' => 'string',
134
+				  'repeated' => true,
135
+				),
136
+				'as_of_time' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'string',
139
+				),
140
+				'stemmed' => array(
141
+				  'location' => 'query',
142
+				  'type' => 'boolean',
143
+				),
144
+				'format' => array(
145
+				  'location' => 'query',
146
+				  'type' => 'string',
147
+				),
148
+				'spell' => array(
149
+				  'location' => 'query',
150
+				  'type' => 'string',
151
+				),
152
+				'with' => array(
153
+				  'location' => 'query',
154
+				  'type' => 'string',
155
+				  'repeated' => true,
156
+				),
157
+				'lang' => array(
158
+				  'location' => 'query',
159
+				  'type' => 'string',
160
+				  'repeated' => true,
161
+				),
162
+				'indent' => array(
163
+				  'location' => 'query',
164
+				  'type' => 'boolean',
165
+				),
166
+				'filter' => array(
167
+				  'location' => 'query',
168
+				  'type' => 'string',
169
+				  'repeated' => true,
170
+				),
171
+				'callback' => array(
172
+				  'location' => 'query',
173
+				  'type' => 'string',
174
+				),
175
+				'without' => array(
176
+				  'location' => 'query',
177
+				  'type' => 'string',
178
+				  'repeated' => true,
179
+				),
180
+				'limit' => array(
181
+				  'location' => 'query',
182
+				  'type' => 'integer',
183
+				),
184
+				'output' => array(
185
+				  'location' => 'query',
186
+				  'type' => 'string',
187
+				),
188
+				'mql_output' => array(
189
+				  'location' => 'query',
190
+				  'type' => 'string',
191
+				),
192
+			  ),
193
+			),
194
+		  )
195
+		)
196
+	);
197 197
   }
198 198
   /**
199 199
    * Reconcile entities to Freebase open data. (reconcile)
@@ -212,9 +212,9 @@  discard block
 block discarded – undo
212 212
    */
213 213
   public function reconcile($optParams = array())
214 214
   {
215
-    $params = array();
216
-    $params = array_merge($params, $optParams);
217
-    return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet");
215
+	$params = array();
216
+	$params = array_merge($params, $optParams);
217
+	return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet");
218 218
   }
219 219
   /**
220 220
    * Search Freebase open data. (search)
@@ -252,9 +252,9 @@  discard block
 block discarded – undo
252 252
    */
253 253
   public function search($optParams = array())
254 254
   {
255
-    $params = array();
256
-    $params = array_merge($params, $optParams);
257
-    return $this->base_methods->call('search', array($params));
255
+	$params = array();
256
+	$params = array_merge($params, $optParams);
257
+	return $this->base_methods->call('search', array($params));
258 258
   }
259 259
 }
260 260
 
@@ -276,43 +276,43 @@  discard block
 block discarded – undo
276 276
 
277 277
   public function setConfidence($confidence)
278 278
   {
279
-    $this->confidence = $confidence;
279
+	$this->confidence = $confidence;
280 280
   }
281 281
   public function getConfidence()
282 282
   {
283
-    return $this->confidence;
283
+	return $this->confidence;
284 284
   }
285 285
   public function setLang($lang)
286 286
   {
287
-    $this->lang = $lang;
287
+	$this->lang = $lang;
288 288
   }
289 289
   public function getLang()
290 290
   {
291
-    return $this->lang;
291
+	return $this->lang;
292 292
   }
293 293
   public function setMid($mid)
294 294
   {
295
-    $this->mid = $mid;
295
+	$this->mid = $mid;
296 296
   }
297 297
   public function getMid()
298 298
   {
299
-    return $this->mid;
299
+	return $this->mid;
300 300
   }
301 301
   public function setName($name)
302 302
   {
303
-    $this->name = $name;
303
+	$this->name = $name;
304 304
   }
305 305
   public function getName()
306 306
   {
307
-    return $this->name;
307
+	return $this->name;
308 308
   }
309 309
   public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $notable)
310 310
   {
311
-    $this->notable = $notable;
311
+	$this->notable = $notable;
312 312
   }
313 313
   public function getNotable()
314 314
   {
315
-    return $this->notable;
315
+	return $this->notable;
316 316
   }
317 317
 }
318 318
 
@@ -326,19 +326,19 @@  discard block
 block discarded – undo
326 326
 
327 327
   public function setId($id)
328 328
   {
329
-    $this->id = $id;
329
+	$this->id = $id;
330 330
   }
331 331
   public function getId()
332 332
   {
333
-    return $this->id;
333
+	return $this->id;
334 334
   }
335 335
   public function setName($name)
336 336
   {
337
-    $this->name = $name;
337
+	$this->name = $name;
338 338
   }
339 339
   public function getName()
340 340
   {
341
-    return $this->name;
341
+	return $this->name;
342 342
   }
343 343
 }
344 344
 
@@ -359,35 +359,35 @@  discard block
 block discarded – undo
359 359
 
360 360
   public function setCandidate($candidate)
361 361
   {
362
-    $this->candidate = $candidate;
362
+	$this->candidate = $candidate;
363 363
   }
364 364
   public function getCandidate()
365 365
   {
366
-    return $this->candidate;
366
+	return $this->candidate;
367 367
   }
368 368
   public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs)
369 369
   {
370
-    $this->costs = $costs;
370
+	$this->costs = $costs;
371 371
   }
372 372
   public function getCosts()
373 373
   {
374
-    return $this->costs;
374
+	return $this->costs;
375 375
   }
376 376
   public function setMatch(Google_Service_Freebase_ReconcileCandidate $match)
377 377
   {
378
-    $this->match = $match;
378
+	$this->match = $match;
379 379
   }
380 380
   public function getMatch()
381 381
   {
382
-    return $this->match;
382
+	return $this->match;
383 383
   }
384 384
   public function setWarning($warning)
385 385
   {
386
-    $this->warning = $warning;
386
+	$this->warning = $warning;
387 387
   }
388 388
   public function getWarning()
389 389
   {
390
-    return $this->warning;
390
+	return $this->warning;
391 391
   }
392 392
 }
393 393
 
@@ -401,19 +401,19 @@  discard block
 block discarded – undo
401 401
 
402 402
   public function setHits($hits)
403 403
   {
404
-    $this->hits = $hits;
404
+	$this->hits = $hits;
405 405
   }
406 406
   public function getHits()
407 407
   {
408
-    return $this->hits;
408
+	return $this->hits;
409 409
   }
410 410
   public function setMs($ms)
411 411
   {
412
-    $this->ms = $ms;
412
+	$this->ms = $ms;
413 413
   }
414 414
   public function getMs()
415 415
   {
416
-    return $this->ms;
416
+	return $this->ms;
417 417
   }
418 418
 }
419 419
 
@@ -428,26 +428,26 @@  discard block
 block discarded – undo
428 428
 
429 429
   public function setLocation($location)
430 430
   {
431
-    $this->location = $location;
431
+	$this->location = $location;
432 432
   }
433 433
   public function getLocation()
434 434
   {
435
-    return $this->location;
435
+	return $this->location;
436 436
   }
437 437
   public function setMessage($message)
438 438
   {
439
-    $this->message = $message;
439
+	$this->message = $message;
440 440
   }
441 441
   public function getMessage()
442 442
   {
443
-    return $this->message;
443
+	return $this->message;
444 444
   }
445 445
   public function setReason($reason)
446 446
   {
447
-    $this->reason = $reason;
447
+	$this->reason = $reason;
448 448
   }
449 449
   public function getReason()
450 450
   {
451
-    return $this->reason;
451
+	return $this->reason;
452 452
   }
453 453
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
                   'type' => 'integer',
87 87
                 ),
88 88
               ),
89
-            ),'search' => array(
89
+            ), 'search' => array(
90 90
               'path' => 'search',
91 91
               'httpMethod' => 'GET',
92 92
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Webfonts.php 1 patch
Indentation   +48 added lines, -48 removed lines patch added patch discarded remove patch
@@ -42,31 +42,31 @@  discard block
 block discarded – undo
42 42
    */
43 43
   public function __construct(Google_Client $client)
44 44
   {
45
-    parent::__construct($client);
46
-    $this->rootUrl = 'https://www.googleapis.com/';
47
-    $this->servicePath = 'webfonts/v1/';
48
-    $this->version = 'v1';
49
-    $this->serviceName = 'webfonts';
50
-
51
-    $this->webfonts = new Google_Service_Webfonts_Webfonts_Resource(
52
-        $this,
53
-        $this->serviceName,
54
-        'webfonts',
55
-        array(
56
-          'methods' => array(
57
-            'list' => array(
58
-              'path' => 'webfonts',
59
-              'httpMethod' => 'GET',
60
-              'parameters' => array(
61
-                'sort' => array(
62
-                  'location' => 'query',
63
-                  'type' => 'string',
64
-                ),
65
-              ),
66
-            ),
67
-          )
68
-        )
69
-    );
45
+	parent::__construct($client);
46
+	$this->rootUrl = 'https://www.googleapis.com/';
47
+	$this->servicePath = 'webfonts/v1/';
48
+	$this->version = 'v1';
49
+	$this->serviceName = 'webfonts';
50
+
51
+	$this->webfonts = new Google_Service_Webfonts_Webfonts_Resource(
52
+		$this,
53
+		$this->serviceName,
54
+		'webfonts',
55
+		array(
56
+		  'methods' => array(
57
+			'list' => array(
58
+			  'path' => 'webfonts',
59
+			  'httpMethod' => 'GET',
60
+			  'parameters' => array(
61
+				'sort' => array(
62
+				  'location' => 'query',
63
+				  'type' => 'string',
64
+				),
65
+			  ),
66
+			),
67
+		  )
68
+		)
69
+	);
70 70
   }
71 71
 }
72 72
 
@@ -93,9 +93,9 @@  discard block
 block discarded – undo
93 93
    */
94 94
   public function listWebfonts($optParams = array())
95 95
   {
96
-    $params = array();
97
-    $params = array_merge($params, $optParams);
98
-    return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList");
96
+	$params = array();
97
+	$params = array_merge($params, $optParams);
98
+	return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList");
99 99
   }
100 100
 }
101 101
 
@@ -119,67 +119,67 @@  discard block
 block discarded – undo
119 119
 
120 120
   public function setCategory($category)
121 121
   {
122
-    $this->category = $category;
122
+	$this->category = $category;
123 123
   }
124 124
   public function getCategory()
125 125
   {
126
-    return $this->category;
126
+	return $this->category;
127 127
   }
128 128
   public function setFamily($family)
129 129
   {
130
-    $this->family = $family;
130
+	$this->family = $family;
131 131
   }
132 132
   public function getFamily()
133 133
   {
134
-    return $this->family;
134
+	return $this->family;
135 135
   }
136 136
   public function setFiles($files)
137 137
   {
138
-    $this->files = $files;
138
+	$this->files = $files;
139 139
   }
140 140
   public function getFiles()
141 141
   {
142
-    return $this->files;
142
+	return $this->files;
143 143
   }
144 144
   public function setKind($kind)
145 145
   {
146
-    $this->kind = $kind;
146
+	$this->kind = $kind;
147 147
   }
148 148
   public function getKind()
149 149
   {
150
-    return $this->kind;
150
+	return $this->kind;
151 151
   }
152 152
   public function setLastModified($lastModified)
153 153
   {
154
-    $this->lastModified = $lastModified;
154
+	$this->lastModified = $lastModified;
155 155
   }
156 156
   public function getLastModified()
157 157
   {
158
-    return $this->lastModified;
158
+	return $this->lastModified;
159 159
   }
160 160
   public function setSubsets($subsets)
161 161
   {
162
-    $this->subsets = $subsets;
162
+	$this->subsets = $subsets;
163 163
   }
164 164
   public function getSubsets()
165 165
   {
166
-    return $this->subsets;
166
+	return $this->subsets;
167 167
   }
168 168
   public function setVariants($variants)
169 169
   {
170
-    $this->variants = $variants;
170
+	$this->variants = $variants;
171 171
   }
172 172
   public function getVariants()
173 173
   {
174
-    return $this->variants;
174
+	return $this->variants;
175 175
   }
176 176
   public function setVersion($version)
177 177
   {
178
-    $this->version = $version;
178
+	$this->version = $version;
179 179
   }
180 180
   public function getVersion()
181 181
   {
182
-    return $this->version;
182
+	return $this->version;
183 183
   }
184 184
 }
185 185
 
@@ -199,18 +199,18 @@  discard block
 block discarded – undo
199 199
 
200 200
   public function setItems($items)
201 201
   {
202
-    $this->items = $items;
202
+	$this->items = $items;
203 203
   }
204 204
   public function getItems()
205 205
   {
206
-    return $this->items;
206
+	return $this->items;
207 207
   }
208 208
   public function setKind($kind)
209 209
   {
210
-    $this->kind = $kind;
210
+	$this->kind = $kind;
211 211
   }
212 212
   public function getKind()
213 213
   {
214
-    return $this->kind;
214
+	return $this->kind;
215 215
   }
216 216
 }
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Audit.php 1 patch
Indentation   +112 added lines, -112 removed lines patch added patch discarded remove patch
@@ -43,72 +43,72 @@  discard block
 block discarded – undo
43 43
    */
44 44
   public function __construct(Google_Client $client)
45 45
   {
46
-    parent::__construct($client);
47
-    $this->servicePath = 'apps/reporting/audit/v1/';
48
-    $this->version = 'v1';
49
-    $this->serviceName = 'audit';
46
+	parent::__construct($client);
47
+	$this->servicePath = 'apps/reporting/audit/v1/';
48
+	$this->version = 'v1';
49
+	$this->serviceName = 'audit';
50 50
 
51
-    $this->activities = new Google_Service_Audit_Activities_Resource(
52
-        $this,
53
-        $this->serviceName,
54
-        'activities',
55
-        array(
56
-          'methods' => array(
57
-            'list' => array(
58
-              'path' => '{customerId}/{applicationId}',
59
-              'httpMethod' => 'GET',
60
-              'parameters' => array(
61
-                'customerId' => array(
62
-                  'location' => 'path',
63
-                  'type' => 'string',
64
-                  'required' => true,
65
-                ),
66
-                'applicationId' => array(
67
-                  'location' => 'path',
68
-                  'type' => 'string',
69
-                  'required' => true,
70
-                ),
71
-                'actorEmail' => array(
72
-                  'location' => 'query',
73
-                  'type' => 'string',
74
-                ),
75
-                'actorApplicationId' => array(
76
-                  'location' => 'query',
77
-                  'type' => 'string',
78
-                ),
79
-                'actorIpAddress' => array(
80
-                  'location' => 'query',
81
-                  'type' => 'string',
82
-                ),
83
-                'caller' => array(
84
-                  'location' => 'query',
85
-                  'type' => 'string',
86
-                ),
87
-                'maxResults' => array(
88
-                  'location' => 'query',
89
-                  'type' => 'integer',
90
-                ),
91
-                'eventName' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-                'startTime' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'string',
98
-                ),
99
-                'endTime' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'string',
102
-                ),
103
-                'continuationToken' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                ),
107
-              ),
108
-            ),
109
-          )
110
-        )
111
-    );
51
+	$this->activities = new Google_Service_Audit_Activities_Resource(
52
+		$this,
53
+		$this->serviceName,
54
+		'activities',
55
+		array(
56
+		  'methods' => array(
57
+			'list' => array(
58
+			  'path' => '{customerId}/{applicationId}',
59
+			  'httpMethod' => 'GET',
60
+			  'parameters' => array(
61
+				'customerId' => array(
62
+				  'location' => 'path',
63
+				  'type' => 'string',
64
+				  'required' => true,
65
+				),
66
+				'applicationId' => array(
67
+				  'location' => 'path',
68
+				  'type' => 'string',
69
+				  'required' => true,
70
+				),
71
+				'actorEmail' => array(
72
+				  'location' => 'query',
73
+				  'type' => 'string',
74
+				),
75
+				'actorApplicationId' => array(
76
+				  'location' => 'query',
77
+				  'type' => 'string',
78
+				),
79
+				'actorIpAddress' => array(
80
+				  'location' => 'query',
81
+				  'type' => 'string',
82
+				),
83
+				'caller' => array(
84
+				  'location' => 'query',
85
+				  'type' => 'string',
86
+				),
87
+				'maxResults' => array(
88
+				  'location' => 'query',
89
+				  'type' => 'integer',
90
+				),
91
+				'eventName' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+				'startTime' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'string',
98
+				),
99
+				'endTime' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'string',
102
+				),
103
+				'continuationToken' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				),
107
+			  ),
108
+			),
109
+		  )
110
+		)
111
+	);
112 112
   }
113 113
 }
114 114
 
@@ -152,9 +152,9 @@  discard block
 block discarded – undo
152 152
    */
153 153
   public function listActivities($customerId, $applicationId, $optParams = array())
154 154
   {
155
-    $params = array('customerId' => $customerId, 'applicationId' => $applicationId);
156
-    $params = array_merge($params, $optParams);
157
-    return $this->call('list', array($params), "Google_Service_Audit_Activities");
155
+	$params = array('customerId' => $customerId, 'applicationId' => $applicationId);
156
+	$params = array_merge($params, $optParams);
157
+	return $this->call('list', array($params), "Google_Service_Audit_Activities");
158 158
   }
159 159
 }
160 160
 
@@ -174,27 +174,27 @@  discard block
 block discarded – undo
174 174
 
175 175
   public function setItems($items)
176 176
   {
177
-    $this->items = $items;
177
+	$this->items = $items;
178 178
   }
179 179
   public function getItems()
180 180
   {
181
-    return $this->items;
181
+	return $this->items;
182 182
   }
183 183
   public function setKind($kind)
184 184
   {
185
-    $this->kind = $kind;
185
+	$this->kind = $kind;
186 186
   }
187 187
   public function getKind()
188 188
   {
189
-    return $this->kind;
189
+	return $this->kind;
190 190
   }
191 191
   public function setNext($next)
192 192
   {
193
-    $this->next = $next;
193
+	$this->next = $next;
194 194
   }
195 195
   public function getNext()
196 196
   {
197
-    return $this->next;
197
+	return $this->next;
198 198
   }
199 199
 }
200 200
 
@@ -216,51 +216,51 @@  discard block
 block discarded – undo
216 216
 
217 217
   public function setActor(Google_Service_Audit_ActivityActor $actor)
218 218
   {
219
-    $this->actor = $actor;
219
+	$this->actor = $actor;
220 220
   }
221 221
   public function getActor()
222 222
   {
223
-    return $this->actor;
223
+	return $this->actor;
224 224
   }
225 225
   public function setEvents($events)
226 226
   {
227
-    $this->events = $events;
227
+	$this->events = $events;
228 228
   }
229 229
   public function getEvents()
230 230
   {
231
-    return $this->events;
231
+	return $this->events;
232 232
   }
233 233
   public function setId(Google_Service_Audit_ActivityId $id)
234 234
   {
235
-    $this->id = $id;
235
+	$this->id = $id;
236 236
   }
237 237
   public function getId()
238 238
   {
239
-    return $this->id;
239
+	return $this->id;
240 240
   }
241 241
   public function setIpAddress($ipAddress)
242 242
   {
243
-    $this->ipAddress = $ipAddress;
243
+	$this->ipAddress = $ipAddress;
244 244
   }
245 245
   public function getIpAddress()
246 246
   {
247
-    return $this->ipAddress;
247
+	return $this->ipAddress;
248 248
   }
249 249
   public function setKind($kind)
250 250
   {
251
-    $this->kind = $kind;
251
+	$this->kind = $kind;
252 252
   }
253 253
   public function getKind()
254 254
   {
255
-    return $this->kind;
255
+	return $this->kind;
256 256
   }
257 257
   public function setOwnerDomain($ownerDomain)
258 258
   {
259
-    $this->ownerDomain = $ownerDomain;
259
+	$this->ownerDomain = $ownerDomain;
260 260
   }
261 261
   public function getOwnerDomain()
262 262
   {
263
-    return $this->ownerDomain;
263
+	return $this->ownerDomain;
264 264
   }
265 265
 }
266 266
 
@@ -276,35 +276,35 @@  discard block
 block discarded – undo
276 276
 
277 277
   public function setApplicationId($applicationId)
278 278
   {
279
-    $this->applicationId = $applicationId;
279
+	$this->applicationId = $applicationId;
280 280
   }
281 281
   public function getApplicationId()
282 282
   {
283
-    return $this->applicationId;
283
+	return $this->applicationId;
284 284
   }
285 285
   public function setCallerType($callerType)
286 286
   {
287
-    $this->callerType = $callerType;
287
+	$this->callerType = $callerType;
288 288
   }
289 289
   public function getCallerType()
290 290
   {
291
-    return $this->callerType;
291
+	return $this->callerType;
292 292
   }
293 293
   public function setEmail($email)
294 294
   {
295
-    $this->email = $email;
295
+	$this->email = $email;
296 296
   }
297 297
   public function getEmail()
298 298
   {
299
-    return $this->email;
299
+	return $this->email;
300 300
   }
301 301
   public function setKey($key)
302 302
   {
303
-    $this->key = $key;
303
+	$this->key = $key;
304 304
   }
305 305
   public function getKey()
306 306
   {
307
-    return $this->key;
307
+	return $this->key;
308 308
   }
309 309
 }
310 310
 
@@ -321,27 +321,27 @@  discard block
 block discarded – undo
321 321
 
322 322
   public function setEventType($eventType)
323 323
   {
324
-    $this->eventType = $eventType;
324
+	$this->eventType = $eventType;
325 325
   }
326 326
   public function getEventType()
327 327
   {
328
-    return $this->eventType;
328
+	return $this->eventType;
329 329
   }
330 330
   public function setName($name)
331 331
   {
332
-    $this->name = $name;
332
+	$this->name = $name;
333 333
   }
334 334
   public function getName()
335 335
   {
336
-    return $this->name;
336
+	return $this->name;
337 337
   }
338 338
   public function setParameters($parameters)
339 339
   {
340
-    $this->parameters = $parameters;
340
+	$this->parameters = $parameters;
341 341
   }
342 342
   public function getParameters()
343 343
   {
344
-    return $this->parameters;
344
+	return $this->parameters;
345 345
   }
346 346
 }
347 347
 
@@ -355,19 +355,19 @@  discard block
 block discarded – undo
355 355
 
356 356
   public function setName($name)
357 357
   {
358
-    $this->name = $name;
358
+	$this->name = $name;
359 359
   }
360 360
   public function getName()
361 361
   {
362
-    return $this->name;
362
+	return $this->name;
363 363
   }
364 364
   public function setValue($value)
365 365
   {
366
-    $this->value = $value;
366
+	$this->value = $value;
367 367
   }
368 368
   public function getValue()
369 369
   {
370
-    return $this->value;
370
+	return $this->value;
371 371
   }
372 372
 }
373 373
 
@@ -383,34 +383,34 @@  discard block
 block discarded – undo
383 383
 
384 384
   public function setApplicationId($applicationId)
385 385
   {
386
-    $this->applicationId = $applicationId;
386
+	$this->applicationId = $applicationId;
387 387
   }
388 388
   public function getApplicationId()
389 389
   {
390
-    return $this->applicationId;
390
+	return $this->applicationId;
391 391
   }
392 392
   public function setCustomerId($customerId)
393 393
   {
394
-    $this->customerId = $customerId;
394
+	$this->customerId = $customerId;
395 395
   }
396 396
   public function getCustomerId()
397 397
   {
398
-    return $this->customerId;
398
+	return $this->customerId;
399 399
   }
400 400
   public function setTime($time)
401 401
   {
402
-    $this->time = $time;
402
+	$this->time = $time;
403 403
   }
404 404
   public function getTime()
405 405
   {
406
-    return $this->time;
406
+	return $this->time;
407 407
   }
408 408
   public function setUniqQualifier($uniqQualifier)
409 409
   {
410
-    $this->uniqQualifier = $uniqQualifier;
410
+	$this->uniqQualifier = $uniqQualifier;
411 411
   }
412 412
   public function getUniqQualifier()
413 413
   {
414
-    return $this->uniqQualifier;
414
+	return $this->uniqQualifier;
415 415
   }
416 416
 }
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/AdExchangeSeller.php 2 patches
Indentation   +571 added lines, -571 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your Ad Exchange data. */
35 35
   const ADEXCHANGE_SELLER =
36
-      "https://www.googleapis.com/auth/adexchange.seller";
36
+	  "https://www.googleapis.com/auth/adexchange.seller";
37 37
   /** View your Ad Exchange data. */
38 38
   const ADEXCHANGE_SELLER_READONLY =
39
-      "https://www.googleapis.com/auth/adexchange.seller.readonly";
39
+	  "https://www.googleapis.com/auth/adexchange.seller.readonly";
40 40
 
41 41
   public $accounts;
42 42
   public $accounts_adclients;
@@ -57,375 +57,375 @@  discard block
 block discarded – undo
57 57
    */
58 58
   public function __construct(Google_Client $client)
59 59
   {
60
-    parent::__construct($client);
61
-    $this->rootUrl = 'https://www.googleapis.com/';
62
-    $this->servicePath = 'adexchangeseller/v2.0/';
63
-    $this->version = 'v2.0';
64
-    $this->serviceName = 'adexchangeseller';
65
-
66
-    $this->accounts = new Google_Service_AdExchangeSeller_Accounts_Resource(
67
-        $this,
68
-        $this->serviceName,
69
-        'accounts',
70
-        array(
71
-          'methods' => array(
72
-            'get' => array(
73
-              'path' => 'accounts/{accountId}',
74
-              'httpMethod' => 'GET',
75
-              'parameters' => array(
76
-                'accountId' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-              ),
82
-            ),'list' => array(
83
-              'path' => 'accounts',
84
-              'httpMethod' => 'GET',
85
-              'parameters' => array(
86
-                'pageToken' => array(
87
-                  'location' => 'query',
88
-                  'type' => 'string',
89
-                ),
90
-                'maxResults' => array(
91
-                  'location' => 'query',
92
-                  'type' => 'integer',
93
-                ),
94
-              ),
95
-            ),
96
-          )
97
-        )
98
-    );
99
-    $this->accounts_adclients = new Google_Service_AdExchangeSeller_AccountsAdclients_Resource(
100
-        $this,
101
-        $this->serviceName,
102
-        'adclients',
103
-        array(
104
-          'methods' => array(
105
-            'list' => array(
106
-              'path' => 'accounts/{accountId}/adclients',
107
-              'httpMethod' => 'GET',
108
-              'parameters' => array(
109
-                'accountId' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-                'pageToken' => array(
115
-                  'location' => 'query',
116
-                  'type' => 'string',
117
-                ),
118
-                'maxResults' => array(
119
-                  'location' => 'query',
120
-                  'type' => 'integer',
121
-                ),
122
-              ),
123
-            ),
124
-          )
125
-        )
126
-    );
127
-    $this->accounts_alerts = new Google_Service_AdExchangeSeller_AccountsAlerts_Resource(
128
-        $this,
129
-        $this->serviceName,
130
-        'alerts',
131
-        array(
132
-          'methods' => array(
133
-            'list' => array(
134
-              'path' => 'accounts/{accountId}/alerts',
135
-              'httpMethod' => 'GET',
136
-              'parameters' => array(
137
-                'accountId' => array(
138
-                  'location' => 'path',
139
-                  'type' => 'string',
140
-                  'required' => true,
141
-                ),
142
-                'locale' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'string',
145
-                ),
146
-              ),
147
-            ),
148
-          )
149
-        )
150
-    );
151
-    $this->accounts_customchannels = new Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource(
152
-        $this,
153
-        $this->serviceName,
154
-        'customchannels',
155
-        array(
156
-          'methods' => array(
157
-            'get' => array(
158
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}',
159
-              'httpMethod' => 'GET',
160
-              'parameters' => array(
161
-                'accountId' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-                'adClientId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'customChannelId' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),'list' => array(
178
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels',
179
-              'httpMethod' => 'GET',
180
-              'parameters' => array(
181
-                'accountId' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-                'adClientId' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-                'pageToken' => array(
192
-                  'location' => 'query',
193
-                  'type' => 'string',
194
-                ),
195
-                'maxResults' => array(
196
-                  'location' => 'query',
197
-                  'type' => 'integer',
198
-                ),
199
-              ),
200
-            ),
201
-          )
202
-        )
203
-    );
204
-    $this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource(
205
-        $this,
206
-        $this->serviceName,
207
-        'dimensions',
208
-        array(
209
-          'methods' => array(
210
-            'list' => array(
211
-              'path' => 'accounts/{accountId}/metadata/dimensions',
212
-              'httpMethod' => 'GET',
213
-              'parameters' => array(
214
-                'accountId' => array(
215
-                  'location' => 'path',
216
-                  'type' => 'string',
217
-                  'required' => true,
218
-                ),
219
-              ),
220
-            ),
221
-          )
222
-        )
223
-    );
224
-    $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource(
225
-        $this,
226
-        $this->serviceName,
227
-        'metrics',
228
-        array(
229
-          'methods' => array(
230
-            'list' => array(
231
-              'path' => 'accounts/{accountId}/metadata/metrics',
232
-              'httpMethod' => 'GET',
233
-              'parameters' => array(
234
-                'accountId' => array(
235
-                  'location' => 'path',
236
-                  'type' => 'string',
237
-                  'required' => true,
238
-                ),
239
-              ),
240
-            ),
241
-          )
242
-        )
243
-    );
244
-    $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource(
245
-        $this,
246
-        $this->serviceName,
247
-        'preferreddeals',
248
-        array(
249
-          'methods' => array(
250
-            'get' => array(
251
-              'path' => 'accounts/{accountId}/preferreddeals/{dealId}',
252
-              'httpMethod' => 'GET',
253
-              'parameters' => array(
254
-                'accountId' => array(
255
-                  'location' => 'path',
256
-                  'type' => 'string',
257
-                  'required' => true,
258
-                ),
259
-                'dealId' => array(
260
-                  'location' => 'path',
261
-                  'type' => 'string',
262
-                  'required' => true,
263
-                ),
264
-              ),
265
-            ),'list' => array(
266
-              'path' => 'accounts/{accountId}/preferreddeals',
267
-              'httpMethod' => 'GET',
268
-              'parameters' => array(
269
-                'accountId' => array(
270
-                  'location' => 'path',
271
-                  'type' => 'string',
272
-                  'required' => true,
273
-                ),
274
-              ),
275
-            ),
276
-          )
277
-        )
278
-    );
279
-    $this->accounts_reports = new Google_Service_AdExchangeSeller_AccountsReports_Resource(
280
-        $this,
281
-        $this->serviceName,
282
-        'reports',
283
-        array(
284
-          'methods' => array(
285
-            'generate' => array(
286
-              'path' => 'accounts/{accountId}/reports',
287
-              'httpMethod' => 'GET',
288
-              'parameters' => array(
289
-                'accountId' => array(
290
-                  'location' => 'path',
291
-                  'type' => 'string',
292
-                  'required' => true,
293
-                ),
294
-                'startDate' => array(
295
-                  'location' => 'query',
296
-                  'type' => 'string',
297
-                  'required' => true,
298
-                ),
299
-                'endDate' => array(
300
-                  'location' => 'query',
301
-                  'type' => 'string',
302
-                  'required' => true,
303
-                ),
304
-                'sort' => array(
305
-                  'location' => 'query',
306
-                  'type' => 'string',
307
-                  'repeated' => true,
308
-                ),
309
-                'locale' => array(
310
-                  'location' => 'query',
311
-                  'type' => 'string',
312
-                ),
313
-                'metric' => array(
314
-                  'location' => 'query',
315
-                  'type' => 'string',
316
-                  'repeated' => true,
317
-                ),
318
-                'maxResults' => array(
319
-                  'location' => 'query',
320
-                  'type' => 'integer',
321
-                ),
322
-                'filter' => array(
323
-                  'location' => 'query',
324
-                  'type' => 'string',
325
-                  'repeated' => true,
326
-                ),
327
-                'startIndex' => array(
328
-                  'location' => 'query',
329
-                  'type' => 'integer',
330
-                ),
331
-                'dimension' => array(
332
-                  'location' => 'query',
333
-                  'type' => 'string',
334
-                  'repeated' => true,
335
-                ),
336
-              ),
337
-            ),
338
-          )
339
-        )
340
-    );
341
-    $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource(
342
-        $this,
343
-        $this->serviceName,
344
-        'saved',
345
-        array(
346
-          'methods' => array(
347
-            'generate' => array(
348
-              'path' => 'accounts/{accountId}/reports/{savedReportId}',
349
-              'httpMethod' => 'GET',
350
-              'parameters' => array(
351
-                'accountId' => array(
352
-                  'location' => 'path',
353
-                  'type' => 'string',
354
-                  'required' => true,
355
-                ),
356
-                'savedReportId' => array(
357
-                  'location' => 'path',
358
-                  'type' => 'string',
359
-                  'required' => true,
360
-                ),
361
-                'locale' => array(
362
-                  'location' => 'query',
363
-                  'type' => 'string',
364
-                ),
365
-                'startIndex' => array(
366
-                  'location' => 'query',
367
-                  'type' => 'integer',
368
-                ),
369
-                'maxResults' => array(
370
-                  'location' => 'query',
371
-                  'type' => 'integer',
372
-                ),
373
-              ),
374
-            ),'list' => array(
375
-              'path' => 'accounts/{accountId}/reports/saved',
376
-              'httpMethod' => 'GET',
377
-              'parameters' => array(
378
-                'accountId' => array(
379
-                  'location' => 'path',
380
-                  'type' => 'string',
381
-                  'required' => true,
382
-                ),
383
-                'pageToken' => array(
384
-                  'location' => 'query',
385
-                  'type' => 'string',
386
-                ),
387
-                'maxResults' => array(
388
-                  'location' => 'query',
389
-                  'type' => 'integer',
390
-                ),
391
-              ),
392
-            ),
393
-          )
394
-        )
395
-    );
396
-    $this->accounts_urlchannels = new Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource(
397
-        $this,
398
-        $this->serviceName,
399
-        'urlchannels',
400
-        array(
401
-          'methods' => array(
402
-            'list' => array(
403
-              'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels',
404
-              'httpMethod' => 'GET',
405
-              'parameters' => array(
406
-                'accountId' => array(
407
-                  'location' => 'path',
408
-                  'type' => 'string',
409
-                  'required' => true,
410
-                ),
411
-                'adClientId' => array(
412
-                  'location' => 'path',
413
-                  'type' => 'string',
414
-                  'required' => true,
415
-                ),
416
-                'pageToken' => array(
417
-                  'location' => 'query',
418
-                  'type' => 'string',
419
-                ),
420
-                'maxResults' => array(
421
-                  'location' => 'query',
422
-                  'type' => 'integer',
423
-                ),
424
-              ),
425
-            ),
426
-          )
427
-        )
428
-    );
60
+	parent::__construct($client);
61
+	$this->rootUrl = 'https://www.googleapis.com/';
62
+	$this->servicePath = 'adexchangeseller/v2.0/';
63
+	$this->version = 'v2.0';
64
+	$this->serviceName = 'adexchangeseller';
65
+
66
+	$this->accounts = new Google_Service_AdExchangeSeller_Accounts_Resource(
67
+		$this,
68
+		$this->serviceName,
69
+		'accounts',
70
+		array(
71
+		  'methods' => array(
72
+			'get' => array(
73
+			  'path' => 'accounts/{accountId}',
74
+			  'httpMethod' => 'GET',
75
+			  'parameters' => array(
76
+				'accountId' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+			  ),
82
+			),'list' => array(
83
+			  'path' => 'accounts',
84
+			  'httpMethod' => 'GET',
85
+			  'parameters' => array(
86
+				'pageToken' => array(
87
+				  'location' => 'query',
88
+				  'type' => 'string',
89
+				),
90
+				'maxResults' => array(
91
+				  'location' => 'query',
92
+				  'type' => 'integer',
93
+				),
94
+			  ),
95
+			),
96
+		  )
97
+		)
98
+	);
99
+	$this->accounts_adclients = new Google_Service_AdExchangeSeller_AccountsAdclients_Resource(
100
+		$this,
101
+		$this->serviceName,
102
+		'adclients',
103
+		array(
104
+		  'methods' => array(
105
+			'list' => array(
106
+			  'path' => 'accounts/{accountId}/adclients',
107
+			  'httpMethod' => 'GET',
108
+			  'parameters' => array(
109
+				'accountId' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+				'pageToken' => array(
115
+				  'location' => 'query',
116
+				  'type' => 'string',
117
+				),
118
+				'maxResults' => array(
119
+				  'location' => 'query',
120
+				  'type' => 'integer',
121
+				),
122
+			  ),
123
+			),
124
+		  )
125
+		)
126
+	);
127
+	$this->accounts_alerts = new Google_Service_AdExchangeSeller_AccountsAlerts_Resource(
128
+		$this,
129
+		$this->serviceName,
130
+		'alerts',
131
+		array(
132
+		  'methods' => array(
133
+			'list' => array(
134
+			  'path' => 'accounts/{accountId}/alerts',
135
+			  'httpMethod' => 'GET',
136
+			  'parameters' => array(
137
+				'accountId' => array(
138
+				  'location' => 'path',
139
+				  'type' => 'string',
140
+				  'required' => true,
141
+				),
142
+				'locale' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'string',
145
+				),
146
+			  ),
147
+			),
148
+		  )
149
+		)
150
+	);
151
+	$this->accounts_customchannels = new Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource(
152
+		$this,
153
+		$this->serviceName,
154
+		'customchannels',
155
+		array(
156
+		  'methods' => array(
157
+			'get' => array(
158
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}',
159
+			  'httpMethod' => 'GET',
160
+			  'parameters' => array(
161
+				'accountId' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+				'adClientId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'customChannelId' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),'list' => array(
178
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels',
179
+			  'httpMethod' => 'GET',
180
+			  'parameters' => array(
181
+				'accountId' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+				'adClientId' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+				'pageToken' => array(
192
+				  'location' => 'query',
193
+				  'type' => 'string',
194
+				),
195
+				'maxResults' => array(
196
+				  'location' => 'query',
197
+				  'type' => 'integer',
198
+				),
199
+			  ),
200
+			),
201
+		  )
202
+		)
203
+	);
204
+	$this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource(
205
+		$this,
206
+		$this->serviceName,
207
+		'dimensions',
208
+		array(
209
+		  'methods' => array(
210
+			'list' => array(
211
+			  'path' => 'accounts/{accountId}/metadata/dimensions',
212
+			  'httpMethod' => 'GET',
213
+			  'parameters' => array(
214
+				'accountId' => array(
215
+				  'location' => 'path',
216
+				  'type' => 'string',
217
+				  'required' => true,
218
+				),
219
+			  ),
220
+			),
221
+		  )
222
+		)
223
+	);
224
+	$this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource(
225
+		$this,
226
+		$this->serviceName,
227
+		'metrics',
228
+		array(
229
+		  'methods' => array(
230
+			'list' => array(
231
+			  'path' => 'accounts/{accountId}/metadata/metrics',
232
+			  'httpMethod' => 'GET',
233
+			  'parameters' => array(
234
+				'accountId' => array(
235
+				  'location' => 'path',
236
+				  'type' => 'string',
237
+				  'required' => true,
238
+				),
239
+			  ),
240
+			),
241
+		  )
242
+		)
243
+	);
244
+	$this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource(
245
+		$this,
246
+		$this->serviceName,
247
+		'preferreddeals',
248
+		array(
249
+		  'methods' => array(
250
+			'get' => array(
251
+			  'path' => 'accounts/{accountId}/preferreddeals/{dealId}',
252
+			  'httpMethod' => 'GET',
253
+			  'parameters' => array(
254
+				'accountId' => array(
255
+				  'location' => 'path',
256
+				  'type' => 'string',
257
+				  'required' => true,
258
+				),
259
+				'dealId' => array(
260
+				  'location' => 'path',
261
+				  'type' => 'string',
262
+				  'required' => true,
263
+				),
264
+			  ),
265
+			),'list' => array(
266
+			  'path' => 'accounts/{accountId}/preferreddeals',
267
+			  'httpMethod' => 'GET',
268
+			  'parameters' => array(
269
+				'accountId' => array(
270
+				  'location' => 'path',
271
+				  'type' => 'string',
272
+				  'required' => true,
273
+				),
274
+			  ),
275
+			),
276
+		  )
277
+		)
278
+	);
279
+	$this->accounts_reports = new Google_Service_AdExchangeSeller_AccountsReports_Resource(
280
+		$this,
281
+		$this->serviceName,
282
+		'reports',
283
+		array(
284
+		  'methods' => array(
285
+			'generate' => array(
286
+			  'path' => 'accounts/{accountId}/reports',
287
+			  'httpMethod' => 'GET',
288
+			  'parameters' => array(
289
+				'accountId' => array(
290
+				  'location' => 'path',
291
+				  'type' => 'string',
292
+				  'required' => true,
293
+				),
294
+				'startDate' => array(
295
+				  'location' => 'query',
296
+				  'type' => 'string',
297
+				  'required' => true,
298
+				),
299
+				'endDate' => array(
300
+				  'location' => 'query',
301
+				  'type' => 'string',
302
+				  'required' => true,
303
+				),
304
+				'sort' => array(
305
+				  'location' => 'query',
306
+				  'type' => 'string',
307
+				  'repeated' => true,
308
+				),
309
+				'locale' => array(
310
+				  'location' => 'query',
311
+				  'type' => 'string',
312
+				),
313
+				'metric' => array(
314
+				  'location' => 'query',
315
+				  'type' => 'string',
316
+				  'repeated' => true,
317
+				),
318
+				'maxResults' => array(
319
+				  'location' => 'query',
320
+				  'type' => 'integer',
321
+				),
322
+				'filter' => array(
323
+				  'location' => 'query',
324
+				  'type' => 'string',
325
+				  'repeated' => true,
326
+				),
327
+				'startIndex' => array(
328
+				  'location' => 'query',
329
+				  'type' => 'integer',
330
+				),
331
+				'dimension' => array(
332
+				  'location' => 'query',
333
+				  'type' => 'string',
334
+				  'repeated' => true,
335
+				),
336
+			  ),
337
+			),
338
+		  )
339
+		)
340
+	);
341
+	$this->accounts_reports_saved = new Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource(
342
+		$this,
343
+		$this->serviceName,
344
+		'saved',
345
+		array(
346
+		  'methods' => array(
347
+			'generate' => array(
348
+			  'path' => 'accounts/{accountId}/reports/{savedReportId}',
349
+			  'httpMethod' => 'GET',
350
+			  'parameters' => array(
351
+				'accountId' => array(
352
+				  'location' => 'path',
353
+				  'type' => 'string',
354
+				  'required' => true,
355
+				),
356
+				'savedReportId' => array(
357
+				  'location' => 'path',
358
+				  'type' => 'string',
359
+				  'required' => true,
360
+				),
361
+				'locale' => array(
362
+				  'location' => 'query',
363
+				  'type' => 'string',
364
+				),
365
+				'startIndex' => array(
366
+				  'location' => 'query',
367
+				  'type' => 'integer',
368
+				),
369
+				'maxResults' => array(
370
+				  'location' => 'query',
371
+				  'type' => 'integer',
372
+				),
373
+			  ),
374
+			),'list' => array(
375
+			  'path' => 'accounts/{accountId}/reports/saved',
376
+			  'httpMethod' => 'GET',
377
+			  'parameters' => array(
378
+				'accountId' => array(
379
+				  'location' => 'path',
380
+				  'type' => 'string',
381
+				  'required' => true,
382
+				),
383
+				'pageToken' => array(
384
+				  'location' => 'query',
385
+				  'type' => 'string',
386
+				),
387
+				'maxResults' => array(
388
+				  'location' => 'query',
389
+				  'type' => 'integer',
390
+				),
391
+			  ),
392
+			),
393
+		  )
394
+		)
395
+	);
396
+	$this->accounts_urlchannels = new Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource(
397
+		$this,
398
+		$this->serviceName,
399
+		'urlchannels',
400
+		array(
401
+		  'methods' => array(
402
+			'list' => array(
403
+			  'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels',
404
+			  'httpMethod' => 'GET',
405
+			  'parameters' => array(
406
+				'accountId' => array(
407
+				  'location' => 'path',
408
+				  'type' => 'string',
409
+				  'required' => true,
410
+				),
411
+				'adClientId' => array(
412
+				  'location' => 'path',
413
+				  'type' => 'string',
414
+				  'required' => true,
415
+				),
416
+				'pageToken' => array(
417
+				  'location' => 'query',
418
+				  'type' => 'string',
419
+				),
420
+				'maxResults' => array(
421
+				  'location' => 'query',
422
+				  'type' => 'integer',
423
+				),
424
+			  ),
425
+			),
426
+		  )
427
+		)
428
+	);
429 429
   }
430 430
 }
431 431
 
@@ -451,9 +451,9 @@  discard block
 block discarded – undo
451 451
    */
452 452
   public function get($accountId, $optParams = array())
453 453
   {
454
-    $params = array('accountId' => $accountId);
455
-    $params = array_merge($params, $optParams);
456
-    return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account");
454
+	$params = array('accountId' => $accountId);
455
+	$params = array_merge($params, $optParams);
456
+	return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account");
457 457
   }
458 458
 
459 459
   /**
@@ -471,9 +471,9 @@  discard block
 block discarded – undo
471 471
    */
472 472
   public function listAccounts($optParams = array())
473 473
   {
474
-    $params = array();
475
-    $params = array_merge($params, $optParams);
476
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts");
474
+	$params = array();
475
+	$params = array_merge($params, $optParams);
476
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts");
477 477
   }
478 478
 }
479 479
 
@@ -504,9 +504,9 @@  discard block
 block discarded – undo
504 504
    */
505 505
   public function listAccountsAdclients($accountId, $optParams = array())
506 506
   {
507
-    $params = array('accountId' => $accountId);
508
-    $params = array_merge($params, $optParams);
509
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients");
507
+	$params = array('accountId' => $accountId);
508
+	$params = array_merge($params, $optParams);
509
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients");
510 510
   }
511 511
 }
512 512
 /**
@@ -533,9 +533,9 @@  discard block
 block discarded – undo
533 533
    */
534 534
   public function listAccountsAlerts($accountId, $optParams = array())
535 535
   {
536
-    $params = array('accountId' => $accountId);
537
-    $params = array_merge($params, $optParams);
538
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts");
536
+	$params = array('accountId' => $accountId);
537
+	$params = array_merge($params, $optParams);
538
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts");
539 539
   }
540 540
 }
541 541
 /**
@@ -561,9 +561,9 @@  discard block
 block discarded – undo
561 561
    */
562 562
   public function get($accountId, $adClientId, $customChannelId, $optParams = array())
563 563
   {
564
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId);
565
-    $params = array_merge($params, $optParams);
566
-    return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel");
564
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId);
565
+	$params = array_merge($params, $optParams);
566
+	return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel");
567 567
   }
568 568
 
569 569
   /**
@@ -583,9 +583,9 @@  discard block
 block discarded – undo
583 583
    */
584 584
   public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array())
585 585
   {
586
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
587
-    $params = array_merge($params, $optParams);
588
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels");
586
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId);
587
+	$params = array_merge($params, $optParams);
588
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels");
589 589
   }
590 590
 }
591 591
 /**
@@ -621,9 +621,9 @@  discard block
 block discarded – undo
621 621
    */
622 622
   public function listAccountsMetadataDimensions($accountId, $optParams = array())
623 623
   {
624
-    $params = array('accountId' => $accountId);
625
-    $params = array_merge($params, $optParams);
626
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
624
+	$params = array('accountId' => $accountId);
625
+	$params = array_merge($params, $optParams);
626
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
627 627
   }
628 628
 }
629 629
 /**
@@ -647,9 +647,9 @@  discard block
 block discarded – undo
647 647
    */
648 648
   public function listAccountsMetadataMetrics($accountId, $optParams = array())
649 649
   {
650
-    $params = array('accountId' => $accountId);
651
-    $params = array_merge($params, $optParams);
652
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
650
+	$params = array('accountId' => $accountId);
651
+	$params = array_merge($params, $optParams);
652
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
653 653
   }
654 654
 }
655 655
 /**
@@ -674,9 +674,9 @@  discard block
 block discarded – undo
674 674
    */
675 675
   public function get($accountId, $dealId, $optParams = array())
676 676
   {
677
-    $params = array('accountId' => $accountId, 'dealId' => $dealId);
678
-    $params = array_merge($params, $optParams);
679
-    return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal");
677
+	$params = array('accountId' => $accountId, 'dealId' => $dealId);
678
+	$params = array_merge($params, $optParams);
679
+	return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal");
680 680
   }
681 681
 
682 682
   /**
@@ -689,9 +689,9 @@  discard block
 block discarded – undo
689 689
    */
690 690
   public function listAccountsPreferreddeals($accountId, $optParams = array())
691 691
   {
692
-    $params = array('accountId' => $accountId);
693
-    $params = array_merge($params, $optParams);
694
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals");
692
+	$params = array('accountId' => $accountId);
693
+	$params = array_merge($params, $optParams);
694
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals");
695 695
   }
696 696
 }
697 697
 /**
@@ -732,9 +732,9 @@  discard block
 block discarded – undo
732 732
    */
733 733
   public function generate($accountId, $startDate, $endDate, $optParams = array())
734 734
   {
735
-    $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
736
-    $params = array_merge($params, $optParams);
737
-    return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
735
+	$params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
736
+	$params = array_merge($params, $optParams);
737
+	return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
738 738
   }
739 739
 }
740 740
 
@@ -766,9 +766,9 @@  discard block
 block discarded – undo
766 766
    */
767 767
   public function generate($accountId, $savedReportId, $optParams = array())
768 768
   {
769
-    $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId);
770
-    $params = array_merge($params, $optParams);
771
-    return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
769
+	$params = array('accountId' => $accountId, 'savedReportId' => $savedReportId);
770
+	$params = array_merge($params, $optParams);
771
+	return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
772 772
   }
773 773
 
774 774
   /**
@@ -787,9 +787,9 @@  discard block
 block discarded – undo
787 787
    */
788 788
   public function listAccountsReportsSaved($accountId, $optParams = array())
789 789
   {
790
-    $params = array('accountId' => $accountId);
791
-    $params = array_merge($params, $optParams);
792
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports");
790
+	$params = array('accountId' => $accountId);
791
+	$params = array_merge($params, $optParams);
792
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports");
793 793
   }
794 794
 }
795 795
 /**
@@ -820,9 +820,9 @@  discard block
 block discarded – undo
820 820
    */
821 821
   public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array())
822 822
   {
823
-    $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
824
-    $params = array_merge($params, $optParams);
825
-    return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels");
823
+	$params = array('accountId' => $accountId, 'adClientId' => $adClientId);
824
+	$params = array_merge($params, $optParams);
825
+	return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels");
826 826
   }
827 827
 }
828 828
 
@@ -840,27 +840,27 @@  discard block
 block discarded – undo
840 840
 
841 841
   public function setId($id)
842 842
   {
843
-    $this->id = $id;
843
+	$this->id = $id;
844 844
   }
845 845
   public function getId()
846 846
   {
847
-    return $this->id;
847
+	return $this->id;
848 848
   }
849 849
   public function setKind($kind)
850 850
   {
851
-    $this->kind = $kind;
851
+	$this->kind = $kind;
852 852
   }
853 853
   public function getKind()
854 854
   {
855
-    return $this->kind;
855
+	return $this->kind;
856 856
   }
857 857
   public function setName($name)
858 858
   {
859
-    $this->name = $name;
859
+	$this->name = $name;
860 860
   }
861 861
   public function getName()
862 862
   {
863
-    return $this->name;
863
+	return $this->name;
864 864
   }
865 865
 }
866 866
 
@@ -878,35 +878,35 @@  discard block
 block discarded – undo
878 878
 
879 879
   public function setEtag($etag)
880 880
   {
881
-    $this->etag = $etag;
881
+	$this->etag = $etag;
882 882
   }
883 883
   public function getEtag()
884 884
   {
885
-    return $this->etag;
885
+	return $this->etag;
886 886
   }
887 887
   public function setItems($items)
888 888
   {
889
-    $this->items = $items;
889
+	$this->items = $items;
890 890
   }
891 891
   public function getItems()
892 892
   {
893
-    return $this->items;
893
+	return $this->items;
894 894
   }
895 895
   public function setKind($kind)
896 896
   {
897
-    $this->kind = $kind;
897
+	$this->kind = $kind;
898 898
   }
899 899
   public function getKind()
900 900
   {
901
-    return $this->kind;
901
+	return $this->kind;
902 902
   }
903 903
   public function setNextPageToken($nextPageToken)
904 904
   {
905
-    $this->nextPageToken = $nextPageToken;
905
+	$this->nextPageToken = $nextPageToken;
906 906
   }
907 907
   public function getNextPageToken()
908 908
   {
909
-    return $this->nextPageToken;
909
+	return $this->nextPageToken;
910 910
   }
911 911
 }
912 912
 
@@ -923,43 +923,43 @@  discard block
 block discarded – undo
923 923
 
924 924
   public function setArcOptIn($arcOptIn)
925 925
   {
926
-    $this->arcOptIn = $arcOptIn;
926
+	$this->arcOptIn = $arcOptIn;
927 927
   }
928 928
   public function getArcOptIn()
929 929
   {
930
-    return $this->arcOptIn;
930
+	return $this->arcOptIn;
931 931
   }
932 932
   public function setId($id)
933 933
   {
934
-    $this->id = $id;
934
+	$this->id = $id;
935 935
   }
936 936
   public function getId()
937 937
   {
938
-    return $this->id;
938
+	return $this->id;
939 939
   }
940 940
   public function setKind($kind)
941 941
   {
942
-    $this->kind = $kind;
942
+	$this->kind = $kind;
943 943
   }
944 944
   public function getKind()
945 945
   {
946
-    return $this->kind;
946
+	return $this->kind;
947 947
   }
948 948
   public function setProductCode($productCode)
949 949
   {
950
-    $this->productCode = $productCode;
950
+	$this->productCode = $productCode;
951 951
   }
952 952
   public function getProductCode()
953 953
   {
954
-    return $this->productCode;
954
+	return $this->productCode;
955 955
   }
956 956
   public function setSupportsReporting($supportsReporting)
957 957
   {
958
-    $this->supportsReporting = $supportsReporting;
958
+	$this->supportsReporting = $supportsReporting;
959 959
   }
960 960
   public function getSupportsReporting()
961 961
   {
962
-    return $this->supportsReporting;
962
+	return $this->supportsReporting;
963 963
   }
964 964
 }
965 965
 
@@ -977,35 +977,35 @@  discard block
 block discarded – undo
977 977
 
978 978
   public function setEtag($etag)
979 979
   {
980
-    $this->etag = $etag;
980
+	$this->etag = $etag;
981 981
   }
982 982
   public function getEtag()
983 983
   {
984
-    return $this->etag;
984
+	return $this->etag;
985 985
   }
986 986
   public function setItems($items)
987 987
   {
988
-    $this->items = $items;
988
+	$this->items = $items;
989 989
   }
990 990
   public function getItems()
991 991
   {
992
-    return $this->items;
992
+	return $this->items;
993 993
   }
994 994
   public function setKind($kind)
995 995
   {
996
-    $this->kind = $kind;
996
+	$this->kind = $kind;
997 997
   }
998 998
   public function getKind()
999 999
   {
1000
-    return $this->kind;
1000
+	return $this->kind;
1001 1001
   }
1002 1002
   public function setNextPageToken($nextPageToken)
1003 1003
   {
1004
-    $this->nextPageToken = $nextPageToken;
1004
+	$this->nextPageToken = $nextPageToken;
1005 1005
   }
1006 1006
   public function getNextPageToken()
1007 1007
   {
1008
-    return $this->nextPageToken;
1008
+	return $this->nextPageToken;
1009 1009
   }
1010 1010
 }
1011 1011
 
@@ -1022,43 +1022,43 @@  discard block
 block discarded – undo
1022 1022
 
1023 1023
   public function setId($id)
1024 1024
   {
1025
-    $this->id = $id;
1025
+	$this->id = $id;
1026 1026
   }
1027 1027
   public function getId()
1028 1028
   {
1029
-    return $this->id;
1029
+	return $this->id;
1030 1030
   }
1031 1031
   public function setKind($kind)
1032 1032
   {
1033
-    $this->kind = $kind;
1033
+	$this->kind = $kind;
1034 1034
   }
1035 1035
   public function getKind()
1036 1036
   {
1037
-    return $this->kind;
1037
+	return $this->kind;
1038 1038
   }
1039 1039
   public function setMessage($message)
1040 1040
   {
1041
-    $this->message = $message;
1041
+	$this->message = $message;
1042 1042
   }
1043 1043
   public function getMessage()
1044 1044
   {
1045
-    return $this->message;
1045
+	return $this->message;
1046 1046
   }
1047 1047
   public function setSeverity($severity)
1048 1048
   {
1049
-    $this->severity = $severity;
1049
+	$this->severity = $severity;
1050 1050
   }
1051 1051
   public function getSeverity()
1052 1052
   {
1053
-    return $this->severity;
1053
+	return $this->severity;
1054 1054
   }
1055 1055
   public function setType($type)
1056 1056
   {
1057
-    $this->type = $type;
1057
+	$this->type = $type;
1058 1058
   }
1059 1059
   public function getType()
1060 1060
   {
1061
-    return $this->type;
1061
+	return $this->type;
1062 1062
   }
1063 1063
 }
1064 1064
 
@@ -1074,19 +1074,19 @@  discard block
 block discarded – undo
1074 1074
 
1075 1075
   public function setItems($items)
1076 1076
   {
1077
-    $this->items = $items;
1077
+	$this->items = $items;
1078 1078
   }
1079 1079
   public function getItems()
1080 1080
   {
1081
-    return $this->items;
1081
+	return $this->items;
1082 1082
   }
1083 1083
   public function setKind($kind)
1084 1084
   {
1085
-    $this->kind = $kind;
1085
+	$this->kind = $kind;
1086 1086
   }
1087 1087
   public function getKind()
1088 1088
   {
1089
-    return $this->kind;
1089
+	return $this->kind;
1090 1090
   }
1091 1091
 }
1092 1092
 
@@ -1104,43 +1104,43 @@  discard block
 block discarded – undo
1104 1104
 
1105 1105
   public function setCode($code)
1106 1106
   {
1107
-    $this->code = $code;
1107
+	$this->code = $code;
1108 1108
   }
1109 1109
   public function getCode()
1110 1110
   {
1111
-    return $this->code;
1111
+	return $this->code;
1112 1112
   }
1113 1113
   public function setId($id)
1114 1114
   {
1115
-    $this->id = $id;
1115
+	$this->id = $id;
1116 1116
   }
1117 1117
   public function getId()
1118 1118
   {
1119
-    return $this->id;
1119
+	return $this->id;
1120 1120
   }
1121 1121
   public function setKind($kind)
1122 1122
   {
1123
-    $this->kind = $kind;
1123
+	$this->kind = $kind;
1124 1124
   }
1125 1125
   public function getKind()
1126 1126
   {
1127
-    return $this->kind;
1127
+	return $this->kind;
1128 1128
   }
1129 1129
   public function setName($name)
1130 1130
   {
1131
-    $this->name = $name;
1131
+	$this->name = $name;
1132 1132
   }
1133 1133
   public function getName()
1134 1134
   {
1135
-    return $this->name;
1135
+	return $this->name;
1136 1136
   }
1137 1137
   public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTargetingInfo $targetingInfo)
1138 1138
   {
1139
-    $this->targetingInfo = $targetingInfo;
1139
+	$this->targetingInfo = $targetingInfo;
1140 1140
   }
1141 1141
   public function getTargetingInfo()
1142 1142
   {
1143
-    return $this->targetingInfo;
1143
+	return $this->targetingInfo;
1144 1144
   }
1145 1145
 }
1146 1146
 
@@ -1156,35 +1156,35 @@  discard block
 block discarded – undo
1156 1156
 
1157 1157
   public function setAdsAppearOn($adsAppearOn)
1158 1158
   {
1159
-    $this->adsAppearOn = $adsAppearOn;
1159
+	$this->adsAppearOn = $adsAppearOn;
1160 1160
   }
1161 1161
   public function getAdsAppearOn()
1162 1162
   {
1163
-    return $this->adsAppearOn;
1163
+	return $this->adsAppearOn;
1164 1164
   }
1165 1165
   public function setDescription($description)
1166 1166
   {
1167
-    $this->description = $description;
1167
+	$this->description = $description;
1168 1168
   }
1169 1169
   public function getDescription()
1170 1170
   {
1171
-    return $this->description;
1171
+	return $this->description;
1172 1172
   }
1173 1173
   public function setLocation($location)
1174 1174
   {
1175
-    $this->location = $location;
1175
+	$this->location = $location;
1176 1176
   }
1177 1177
   public function getLocation()
1178 1178
   {
1179
-    return $this->location;
1179
+	return $this->location;
1180 1180
   }
1181 1181
   public function setSiteLanguage($siteLanguage)
1182 1182
   {
1183
-    $this->siteLanguage = $siteLanguage;
1183
+	$this->siteLanguage = $siteLanguage;
1184 1184
   }
1185 1185
   public function getSiteLanguage()
1186 1186
   {
1187
-    return $this->siteLanguage;
1187
+	return $this->siteLanguage;
1188 1188
   }
1189 1189
 }
1190 1190
 
@@ -1202,35 +1202,35 @@  discard block
 block discarded – undo
1202 1202
 
1203 1203
   public function setEtag($etag)
1204 1204
   {
1205
-    $this->etag = $etag;
1205
+	$this->etag = $etag;
1206 1206
   }
1207 1207
   public function getEtag()
1208 1208
   {
1209
-    return $this->etag;
1209
+	return $this->etag;
1210 1210
   }
1211 1211
   public function setItems($items)
1212 1212
   {
1213
-    $this->items = $items;
1213
+	$this->items = $items;
1214 1214
   }
1215 1215
   public function getItems()
1216 1216
   {
1217
-    return $this->items;
1217
+	return $this->items;
1218 1218
   }
1219 1219
   public function setKind($kind)
1220 1220
   {
1221
-    $this->kind = $kind;
1221
+	$this->kind = $kind;
1222 1222
   }
1223 1223
   public function getKind()
1224 1224
   {
1225
-    return $this->kind;
1225
+	return $this->kind;
1226 1226
   }
1227 1227
   public function setNextPageToken($nextPageToken)
1228 1228
   {
1229
-    $this->nextPageToken = $nextPageToken;
1229
+	$this->nextPageToken = $nextPageToken;
1230 1230
   }
1231 1231
   public function getNextPageToken()
1232 1232
   {
1233
-    return $this->nextPageToken;
1233
+	return $this->nextPageToken;
1234 1234
   }
1235 1235
 }
1236 1236
 
@@ -1246,19 +1246,19 @@  discard block
 block discarded – undo
1246 1246
 
1247 1247
   public function setItems($items)
1248 1248
   {
1249
-    $this->items = $items;
1249
+	$this->items = $items;
1250 1250
   }
1251 1251
   public function getItems()
1252 1252
   {
1253
-    return $this->items;
1253
+	return $this->items;
1254 1254
   }
1255 1255
   public function setKind($kind)
1256 1256
   {
1257
-    $this->kind = $kind;
1257
+	$this->kind = $kind;
1258 1258
   }
1259 1259
   public function getKind()
1260 1260
   {
1261
-    return $this->kind;
1261
+	return $this->kind;
1262 1262
   }
1263 1263
 }
1264 1264
 
@@ -1278,67 +1278,67 @@  discard block
 block discarded – undo
1278 1278
 
1279 1279
   public function setAdvertiserName($advertiserName)
1280 1280
   {
1281
-    $this->advertiserName = $advertiserName;
1281
+	$this->advertiserName = $advertiserName;
1282 1282
   }
1283 1283
   public function getAdvertiserName()
1284 1284
   {
1285
-    return $this->advertiserName;
1285
+	return $this->advertiserName;
1286 1286
   }
1287 1287
   public function setBuyerNetworkName($buyerNetworkName)
1288 1288
   {
1289
-    $this->buyerNetworkName = $buyerNetworkName;
1289
+	$this->buyerNetworkName = $buyerNetworkName;
1290 1290
   }
1291 1291
   public function getBuyerNetworkName()
1292 1292
   {
1293
-    return $this->buyerNetworkName;
1293
+	return $this->buyerNetworkName;
1294 1294
   }
1295 1295
   public function setCurrencyCode($currencyCode)
1296 1296
   {
1297
-    $this->currencyCode = $currencyCode;
1297
+	$this->currencyCode = $currencyCode;
1298 1298
   }
1299 1299
   public function getCurrencyCode()
1300 1300
   {
1301
-    return $this->currencyCode;
1301
+	return $this->currencyCode;
1302 1302
   }
1303 1303
   public function setEndTime($endTime)
1304 1304
   {
1305
-    $this->endTime = $endTime;
1305
+	$this->endTime = $endTime;
1306 1306
   }
1307 1307
   public function getEndTime()
1308 1308
   {
1309
-    return $this->endTime;
1309
+	return $this->endTime;
1310 1310
   }
1311 1311
   public function setFixedCpm($fixedCpm)
1312 1312
   {
1313
-    $this->fixedCpm = $fixedCpm;
1313
+	$this->fixedCpm = $fixedCpm;
1314 1314
   }
1315 1315
   public function getFixedCpm()
1316 1316
   {
1317
-    return $this->fixedCpm;
1317
+	return $this->fixedCpm;
1318 1318
   }
1319 1319
   public function setId($id)
1320 1320
   {
1321
-    $this->id = $id;
1321
+	$this->id = $id;
1322 1322
   }
1323 1323
   public function getId()
1324 1324
   {
1325
-    return $this->id;
1325
+	return $this->id;
1326 1326
   }
1327 1327
   public function setKind($kind)
1328 1328
   {
1329
-    $this->kind = $kind;
1329
+	$this->kind = $kind;
1330 1330
   }
1331 1331
   public function getKind()
1332 1332
   {
1333
-    return $this->kind;
1333
+	return $this->kind;
1334 1334
   }
1335 1335
   public function setStartTime($startTime)
1336 1336
   {
1337
-    $this->startTime = $startTime;
1337
+	$this->startTime = $startTime;
1338 1338
   }
1339 1339
   public function getStartTime()
1340 1340
   {
1341
-    return $this->startTime;
1341
+	return $this->startTime;
1342 1342
   }
1343 1343
 }
1344 1344
 
@@ -1354,19 +1354,19 @@  discard block
 block discarded – undo
1354 1354
 
1355 1355
   public function setItems($items)
1356 1356
   {
1357
-    $this->items = $items;
1357
+	$this->items = $items;
1358 1358
   }
1359 1359
   public function getItems()
1360 1360
   {
1361
-    return $this->items;
1361
+	return $this->items;
1362 1362
   }
1363 1363
   public function setKind($kind)
1364 1364
   {
1365
-    $this->kind = $kind;
1365
+	$this->kind = $kind;
1366 1366
   }
1367 1367
   public function getKind()
1368 1368
   {
1369
-    return $this->kind;
1369
+	return $this->kind;
1370 1370
   }
1371 1371
 }
1372 1372
 
@@ -1387,59 +1387,59 @@  discard block
 block discarded – undo
1387 1387
 
1388 1388
   public function setAverages($averages)
1389 1389
   {
1390
-    $this->averages = $averages;
1390
+	$this->averages = $averages;
1391 1391
   }
1392 1392
   public function getAverages()
1393 1393
   {
1394
-    return $this->averages;
1394
+	return $this->averages;
1395 1395
   }
1396 1396
   public function setHeaders($headers)
1397 1397
   {
1398
-    $this->headers = $headers;
1398
+	$this->headers = $headers;
1399 1399
   }
1400 1400
   public function getHeaders()
1401 1401
   {
1402
-    return $this->headers;
1402
+	return $this->headers;
1403 1403
   }
1404 1404
   public function setKind($kind)
1405 1405
   {
1406
-    $this->kind = $kind;
1406
+	$this->kind = $kind;
1407 1407
   }
1408 1408
   public function getKind()
1409 1409
   {
1410
-    return $this->kind;
1410
+	return $this->kind;
1411 1411
   }
1412 1412
   public function setRows($rows)
1413 1413
   {
1414
-    $this->rows = $rows;
1414
+	$this->rows = $rows;
1415 1415
   }
1416 1416
   public function getRows()
1417 1417
   {
1418
-    return $this->rows;
1418
+	return $this->rows;
1419 1419
   }
1420 1420
   public function setTotalMatchedRows($totalMatchedRows)
1421 1421
   {
1422
-    $this->totalMatchedRows = $totalMatchedRows;
1422
+	$this->totalMatchedRows = $totalMatchedRows;
1423 1423
   }
1424 1424
   public function getTotalMatchedRows()
1425 1425
   {
1426
-    return $this->totalMatchedRows;
1426
+	return $this->totalMatchedRows;
1427 1427
   }
1428 1428
   public function setTotals($totals)
1429 1429
   {
1430
-    $this->totals = $totals;
1430
+	$this->totals = $totals;
1431 1431
   }
1432 1432
   public function getTotals()
1433 1433
   {
1434
-    return $this->totals;
1434
+	return $this->totals;
1435 1435
   }
1436 1436
   public function setWarnings($warnings)
1437 1437
   {
1438
-    $this->warnings = $warnings;
1438
+	$this->warnings = $warnings;
1439 1439
   }
1440 1440
   public function getWarnings()
1441 1441
   {
1442
-    return $this->warnings;
1442
+	return $this->warnings;
1443 1443
   }
1444 1444
 }
1445 1445
 
@@ -1454,27 +1454,27 @@  discard block
 block discarded – undo
1454 1454
 
1455 1455
   public function setCurrency($currency)
1456 1456
   {
1457
-    $this->currency = $currency;
1457
+	$this->currency = $currency;
1458 1458
   }
1459 1459
   public function getCurrency()
1460 1460
   {
1461
-    return $this->currency;
1461
+	return $this->currency;
1462 1462
   }
1463 1463
   public function setName($name)
1464 1464
   {
1465
-    $this->name = $name;
1465
+	$this->name = $name;
1466 1466
   }
1467 1467
   public function getName()
1468 1468
   {
1469
-    return $this->name;
1469
+	return $this->name;
1470 1470
   }
1471 1471
   public function setType($type)
1472 1472
   {
1473
-    $this->type = $type;
1473
+	$this->type = $type;
1474 1474
   }
1475 1475
   public function getType()
1476 1476
   {
1477
-    return $this->type;
1477
+	return $this->type;
1478 1478
   }
1479 1479
 }
1480 1480
 
@@ -1494,59 +1494,59 @@  discard block
 block discarded – undo
1494 1494
 
1495 1495
   public function setCompatibleDimensions($compatibleDimensions)
1496 1496
   {
1497
-    $this->compatibleDimensions = $compatibleDimensions;
1497
+	$this->compatibleDimensions = $compatibleDimensions;
1498 1498
   }
1499 1499
   public function getCompatibleDimensions()
1500 1500
   {
1501
-    return $this->compatibleDimensions;
1501
+	return $this->compatibleDimensions;
1502 1502
   }
1503 1503
   public function setCompatibleMetrics($compatibleMetrics)
1504 1504
   {
1505
-    $this->compatibleMetrics = $compatibleMetrics;
1505
+	$this->compatibleMetrics = $compatibleMetrics;
1506 1506
   }
1507 1507
   public function getCompatibleMetrics()
1508 1508
   {
1509
-    return $this->compatibleMetrics;
1509
+	return $this->compatibleMetrics;
1510 1510
   }
1511 1511
   public function setId($id)
1512 1512
   {
1513
-    $this->id = $id;
1513
+	$this->id = $id;
1514 1514
   }
1515 1515
   public function getId()
1516 1516
   {
1517
-    return $this->id;
1517
+	return $this->id;
1518 1518
   }
1519 1519
   public function setKind($kind)
1520 1520
   {
1521
-    $this->kind = $kind;
1521
+	$this->kind = $kind;
1522 1522
   }
1523 1523
   public function getKind()
1524 1524
   {
1525
-    return $this->kind;
1525
+	return $this->kind;
1526 1526
   }
1527 1527
   public function setRequiredDimensions($requiredDimensions)
1528 1528
   {
1529
-    $this->requiredDimensions = $requiredDimensions;
1529
+	$this->requiredDimensions = $requiredDimensions;
1530 1530
   }
1531 1531
   public function getRequiredDimensions()
1532 1532
   {
1533
-    return $this->requiredDimensions;
1533
+	return $this->requiredDimensions;
1534 1534
   }
1535 1535
   public function setRequiredMetrics($requiredMetrics)
1536 1536
   {
1537
-    $this->requiredMetrics = $requiredMetrics;
1537
+	$this->requiredMetrics = $requiredMetrics;
1538 1538
   }
1539 1539
   public function getRequiredMetrics()
1540 1540
   {
1541
-    return $this->requiredMetrics;
1541
+	return $this->requiredMetrics;
1542 1542
   }
1543 1543
   public function setSupportedProducts($supportedProducts)
1544 1544
   {
1545
-    $this->supportedProducts = $supportedProducts;
1545
+	$this->supportedProducts = $supportedProducts;
1546 1546
   }
1547 1547
   public function getSupportedProducts()
1548 1548
   {
1549
-    return $this->supportedProducts;
1549
+	return $this->supportedProducts;
1550 1550
   }
1551 1551
 }
1552 1552
 
@@ -1561,27 +1561,27 @@  discard block
 block discarded – undo
1561 1561
 
1562 1562
   public function setId($id)
1563 1563
   {
1564
-    $this->id = $id;
1564
+	$this->id = $id;
1565 1565
   }
1566 1566
   public function getId()
1567 1567
   {
1568
-    return $this->id;
1568
+	return $this->id;
1569 1569
   }
1570 1570
   public function setKind($kind)
1571 1571
   {
1572
-    $this->kind = $kind;
1572
+	$this->kind = $kind;
1573 1573
   }
1574 1574
   public function getKind()
1575 1575
   {
1576
-    return $this->kind;
1576
+	return $this->kind;
1577 1577
   }
1578 1578
   public function setName($name)
1579 1579
   {
1580
-    $this->name = $name;
1580
+	$this->name = $name;
1581 1581
   }
1582 1582
   public function getName()
1583 1583
   {
1584
-    return $this->name;
1584
+	return $this->name;
1585 1585
   }
1586 1586
 }
1587 1587
 
@@ -1599,35 +1599,35 @@  discard block
 block discarded – undo
1599 1599
 
1600 1600
   public function setEtag($etag)
1601 1601
   {
1602
-    $this->etag = $etag;
1602
+	$this->etag = $etag;
1603 1603
   }
1604 1604
   public function getEtag()
1605 1605
   {
1606
-    return $this->etag;
1606
+	return $this->etag;
1607 1607
   }
1608 1608
   public function setItems($items)
1609 1609
   {
1610
-    $this->items = $items;
1610
+	$this->items = $items;
1611 1611
   }
1612 1612
   public function getItems()
1613 1613
   {
1614
-    return $this->items;
1614
+	return $this->items;
1615 1615
   }
1616 1616
   public function setKind($kind)
1617 1617
   {
1618
-    $this->kind = $kind;
1618
+	$this->kind = $kind;
1619 1619
   }
1620 1620
   public function getKind()
1621 1621
   {
1622
-    return $this->kind;
1622
+	return $this->kind;
1623 1623
   }
1624 1624
   public function setNextPageToken($nextPageToken)
1625 1625
   {
1626
-    $this->nextPageToken = $nextPageToken;
1626
+	$this->nextPageToken = $nextPageToken;
1627 1627
   }
1628 1628
   public function getNextPageToken()
1629 1629
   {
1630
-    return $this->nextPageToken;
1630
+	return $this->nextPageToken;
1631 1631
   }
1632 1632
 }
1633 1633
 
@@ -1642,27 +1642,27 @@  discard block
 block discarded – undo
1642 1642
 
1643 1643
   public function setId($id)
1644 1644
   {
1645
-    $this->id = $id;
1645
+	$this->id = $id;
1646 1646
   }
1647 1647
   public function getId()
1648 1648
   {
1649
-    return $this->id;
1649
+	return $this->id;
1650 1650
   }
1651 1651
   public function setKind($kind)
1652 1652
   {
1653
-    $this->kind = $kind;
1653
+	$this->kind = $kind;
1654 1654
   }
1655 1655
   public function getKind()
1656 1656
   {
1657
-    return $this->kind;
1657
+	return $this->kind;
1658 1658
   }
1659 1659
   public function setUrlPattern($urlPattern)
1660 1660
   {
1661
-    $this->urlPattern = $urlPattern;
1661
+	$this->urlPattern = $urlPattern;
1662 1662
   }
1663 1663
   public function getUrlPattern()
1664 1664
   {
1665
-    return $this->urlPattern;
1665
+	return $this->urlPattern;
1666 1666
   }
1667 1667
 }
1668 1668
 
@@ -1680,34 +1680,34 @@  discard block
 block discarded – undo
1680 1680
 
1681 1681
   public function setEtag($etag)
1682 1682
   {
1683
-    $this->etag = $etag;
1683
+	$this->etag = $etag;
1684 1684
   }
1685 1685
   public function getEtag()
1686 1686
   {
1687
-    return $this->etag;
1687
+	return $this->etag;
1688 1688
   }
1689 1689
   public function setItems($items)
1690 1690
   {
1691
-    $this->items = $items;
1691
+	$this->items = $items;
1692 1692
   }
1693 1693
   public function getItems()
1694 1694
   {
1695
-    return $this->items;
1695
+	return $this->items;
1696 1696
   }
1697 1697
   public function setKind($kind)
1698 1698
   {
1699
-    $this->kind = $kind;
1699
+	$this->kind = $kind;
1700 1700
   }
1701 1701
   public function getKind()
1702 1702
   {
1703
-    return $this->kind;
1703
+	return $this->kind;
1704 1704
   }
1705 1705
   public function setNextPageToken($nextPageToken)
1706 1706
   {
1707
-    $this->nextPageToken = $nextPageToken;
1707
+	$this->nextPageToken = $nextPageToken;
1708 1708
   }
1709 1709
   public function getNextPageToken()
1710 1710
   {
1711
-    return $this->nextPageToken;
1711
+	return $this->nextPageToken;
1712 1712
   }
1713 1713
 }
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                   'required' => true,
80 80
                 ),
81 81
               ),
82
-            ),'list' => array(
82
+            ), 'list' => array(
83 83
               'path' => 'accounts',
84 84
               'httpMethod' => 'GET',
85 85
               'parameters' => array(
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
                   'required' => true,
175 175
                 ),
176 176
               ),
177
-            ),'list' => array(
177
+            ), 'list' => array(
178 178
               'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels',
179 179
               'httpMethod' => 'GET',
180 180
               'parameters' => array(
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
                   'required' => true,
263 263
                 ),
264 264
               ),
265
-            ),'list' => array(
265
+            ), 'list' => array(
266 266
               'path' => 'accounts/{accountId}/preferreddeals',
267 267
               'httpMethod' => 'GET',
268 268
               'parameters' => array(
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
                   'type' => 'integer',
372 372
                 ),
373 373
               ),
374
-            ),'list' => array(
374
+            ), 'list' => array(
375 375
               'path' => 'accounts/{accountId}/reports/saved',
376 376
               'httpMethod' => 'GET',
377 377
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Appsactivity.php 1 patch
Indentation   +125 added lines, -125 removed lines patch added patch discarded remove patch
@@ -32,19 +32,19 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View the activity history of your Google Apps. */
34 34
   const ACTIVITY =
35
-      "https://www.googleapis.com/auth/activity";
35
+	  "https://www.googleapis.com/auth/activity";
36 36
   /** View and manage the files in your Google Drive. */
37 37
   const DRIVE =
38
-      "https://www.googleapis.com/auth/drive";
38
+	  "https://www.googleapis.com/auth/drive";
39 39
   /** View and manage metadata of files in your Google Drive. */
40 40
   const DRIVE_METADATA =
41
-      "https://www.googleapis.com/auth/drive.metadata";
41
+	  "https://www.googleapis.com/auth/drive.metadata";
42 42
   /** View metadata for files in your Google Drive. */
43 43
   const DRIVE_METADATA_READONLY =
44
-      "https://www.googleapis.com/auth/drive.metadata.readonly";
44
+	  "https://www.googleapis.com/auth/drive.metadata.readonly";
45 45
   /** View the files in your Google Drive. */
46 46
   const DRIVE_READONLY =
47
-      "https://www.googleapis.com/auth/drive.readonly";
47
+	  "https://www.googleapis.com/auth/drive.readonly";
48 48
 
49 49
   public $activities;
50 50
   
@@ -56,55 +56,55 @@  discard block
 block discarded – undo
56 56
    */
57 57
   public function __construct(Google_Client $client)
58 58
   {
59
-    parent::__construct($client);
60
-    $this->rootUrl = 'https://www.googleapis.com/';
61
-    $this->servicePath = 'appsactivity/v1/';
62
-    $this->version = 'v1';
63
-    $this->serviceName = 'appsactivity';
64
-
65
-    $this->activities = new Google_Service_Appsactivity_Activities_Resource(
66
-        $this,
67
-        $this->serviceName,
68
-        'activities',
69
-        array(
70
-          'methods' => array(
71
-            'list' => array(
72
-              'path' => 'activities',
73
-              'httpMethod' => 'GET',
74
-              'parameters' => array(
75
-                'drive.ancestorId' => array(
76
-                  'location' => 'query',
77
-                  'type' => 'string',
78
-                ),
79
-                'pageSize' => array(
80
-                  'location' => 'query',
81
-                  'type' => 'integer',
82
-                ),
83
-                'pageToken' => array(
84
-                  'location' => 'query',
85
-                  'type' => 'string',
86
-                ),
87
-                'userId' => array(
88
-                  'location' => 'query',
89
-                  'type' => 'string',
90
-                ),
91
-                'groupingStrategy' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-                'drive.fileId' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'string',
98
-                ),
99
-                'source' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'string',
102
-                ),
103
-              ),
104
-            ),
105
-          )
106
-        )
107
-    );
59
+	parent::__construct($client);
60
+	$this->rootUrl = 'https://www.googleapis.com/';
61
+	$this->servicePath = 'appsactivity/v1/';
62
+	$this->version = 'v1';
63
+	$this->serviceName = 'appsactivity';
64
+
65
+	$this->activities = new Google_Service_Appsactivity_Activities_Resource(
66
+		$this,
67
+		$this->serviceName,
68
+		'activities',
69
+		array(
70
+		  'methods' => array(
71
+			'list' => array(
72
+			  'path' => 'activities',
73
+			  'httpMethod' => 'GET',
74
+			  'parameters' => array(
75
+				'drive.ancestorId' => array(
76
+				  'location' => 'query',
77
+				  'type' => 'string',
78
+				),
79
+				'pageSize' => array(
80
+				  'location' => 'query',
81
+				  'type' => 'integer',
82
+				),
83
+				'pageToken' => array(
84
+				  'location' => 'query',
85
+				  'type' => 'string',
86
+				),
87
+				'userId' => array(
88
+				  'location' => 'query',
89
+				  'type' => 'string',
90
+				),
91
+				'groupingStrategy' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+				'drive.fileId' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'string',
98
+				),
99
+				'source' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'string',
102
+				),
103
+			  ),
104
+			),
105
+		  )
106
+		)
107
+	);
108 108
   }
109 109
 }
110 110
 
@@ -147,9 +147,9 @@  discard block
 block discarded – undo
147 147
    */
148 148
   public function listActivities($optParams = array())
149 149
   {
150
-    $params = array();
151
-    $params = array_merge($params, $optParams);
152
-    return $this->call('list', array($params), "Google_Service_Appsactivity_ListActivitiesResponse");
150
+	$params = array();
151
+	$params = array_merge($params, $optParams);
152
+	return $this->call('list', array($params), "Google_Service_Appsactivity_ListActivitiesResponse");
153 153
   }
154 154
 }
155 155
 
@@ -169,19 +169,19 @@  discard block
 block discarded – undo
169 169
 
170 170
   public function setCombinedEvent(Google_Service_Appsactivity_Event $combinedEvent)
171 171
   {
172
-    $this->combinedEvent = $combinedEvent;
172
+	$this->combinedEvent = $combinedEvent;
173 173
   }
174 174
   public function getCombinedEvent()
175 175
   {
176
-    return $this->combinedEvent;
176
+	return $this->combinedEvent;
177 177
   }
178 178
   public function setSingleEvents($singleEvents)
179 179
   {
180
-    $this->singleEvents = $singleEvents;
180
+	$this->singleEvents = $singleEvents;
181 181
   }
182 182
   public function getSingleEvents()
183 183
   {
184
-    return $this->singleEvents;
184
+	return $this->singleEvents;
185 185
   }
186 186
 }
187 187
 
@@ -208,75 +208,75 @@  discard block
 block discarded – undo
208 208
 
209 209
   public function setAdditionalEventTypes($additionalEventTypes)
210 210
   {
211
-    $this->additionalEventTypes = $additionalEventTypes;
211
+	$this->additionalEventTypes = $additionalEventTypes;
212 212
   }
213 213
   public function getAdditionalEventTypes()
214 214
   {
215
-    return $this->additionalEventTypes;
215
+	return $this->additionalEventTypes;
216 216
   }
217 217
   public function setEventTimeMillis($eventTimeMillis)
218 218
   {
219
-    $this->eventTimeMillis = $eventTimeMillis;
219
+	$this->eventTimeMillis = $eventTimeMillis;
220 220
   }
221 221
   public function getEventTimeMillis()
222 222
   {
223
-    return $this->eventTimeMillis;
223
+	return $this->eventTimeMillis;
224 224
   }
225 225
   public function setFromUserDeletion($fromUserDeletion)
226 226
   {
227
-    $this->fromUserDeletion = $fromUserDeletion;
227
+	$this->fromUserDeletion = $fromUserDeletion;
228 228
   }
229 229
   public function getFromUserDeletion()
230 230
   {
231
-    return $this->fromUserDeletion;
231
+	return $this->fromUserDeletion;
232 232
   }
233 233
   public function setMove(Google_Service_Appsactivity_Move $move)
234 234
   {
235
-    $this->move = $move;
235
+	$this->move = $move;
236 236
   }
237 237
   public function getMove()
238 238
   {
239
-    return $this->move;
239
+	return $this->move;
240 240
   }
241 241
   public function setPermissionChanges($permissionChanges)
242 242
   {
243
-    $this->permissionChanges = $permissionChanges;
243
+	$this->permissionChanges = $permissionChanges;
244 244
   }
245 245
   public function getPermissionChanges()
246 246
   {
247
-    return $this->permissionChanges;
247
+	return $this->permissionChanges;
248 248
   }
249 249
   public function setPrimaryEventType($primaryEventType)
250 250
   {
251
-    $this->primaryEventType = $primaryEventType;
251
+	$this->primaryEventType = $primaryEventType;
252 252
   }
253 253
   public function getPrimaryEventType()
254 254
   {
255
-    return $this->primaryEventType;
255
+	return $this->primaryEventType;
256 256
   }
257 257
   public function setRename(Google_Service_Appsactivity_Rename $rename)
258 258
   {
259
-    $this->rename = $rename;
259
+	$this->rename = $rename;
260 260
   }
261 261
   public function getRename()
262 262
   {
263
-    return $this->rename;
263
+	return $this->rename;
264 264
   }
265 265
   public function setTarget(Google_Service_Appsactivity_Target $target)
266 266
   {
267
-    $this->target = $target;
267
+	$this->target = $target;
268 268
   }
269 269
   public function getTarget()
270 270
   {
271
-    return $this->target;
271
+	return $this->target;
272 272
   }
273 273
   public function setUser(Google_Service_Appsactivity_User $user)
274 274
   {
275
-    $this->user = $user;
275
+	$this->user = $user;
276 276
   }
277 277
   public function getUser()
278 278
   {
279
-    return $this->user;
279
+	return $this->user;
280 280
   }
281 281
 }
282 282
 
@@ -292,19 +292,19 @@  discard block
 block discarded – undo
292 292
 
293 293
   public function setActivities($activities)
294 294
   {
295
-    $this->activities = $activities;
295
+	$this->activities = $activities;
296 296
   }
297 297
   public function getActivities()
298 298
   {
299
-    return $this->activities;
299
+	return $this->activities;
300 300
   }
301 301
   public function setNextPageToken($nextPageToken)
302 302
   {
303
-    $this->nextPageToken = $nextPageToken;
303
+	$this->nextPageToken = $nextPageToken;
304 304
   }
305 305
   public function getNextPageToken()
306 306
   {
307
-    return $this->nextPageToken;
307
+	return $this->nextPageToken;
308 308
   }
309 309
 }
310 310
 
@@ -321,19 +321,19 @@  discard block
 block discarded – undo
321 321
 
322 322
   public function setAddedParents($addedParents)
323 323
   {
324
-    $this->addedParents = $addedParents;
324
+	$this->addedParents = $addedParents;
325 325
   }
326 326
   public function getAddedParents()
327 327
   {
328
-    return $this->addedParents;
328
+	return $this->addedParents;
329 329
   }
330 330
   public function setRemovedParents($removedParents)
331 331
   {
332
-    $this->removedParents = $removedParents;
332
+	$this->removedParents = $removedParents;
333 333
   }
334 334
   public function getRemovedParents()
335 335
   {
336
-    return $this->removedParents;
336
+	return $this->removedParents;
337 337
   }
338 338
 }
339 339
 
@@ -348,27 +348,27 @@  discard block
 block discarded – undo
348 348
 
349 349
   public function setId($id)
350 350
   {
351
-    $this->id = $id;
351
+	$this->id = $id;
352 352
   }
353 353
   public function getId()
354 354
   {
355
-    return $this->id;
355
+	return $this->id;
356 356
   }
357 357
   public function setIsRoot($isRoot)
358 358
   {
359
-    $this->isRoot = $isRoot;
359
+	$this->isRoot = $isRoot;
360 360
   }
361 361
   public function getIsRoot()
362 362
   {
363
-    return $this->isRoot;
363
+	return $this->isRoot;
364 364
   }
365 365
   public function setTitle($title)
366 366
   {
367
-    $this->title = $title;
367
+	$this->title = $title;
368 368
   }
369 369
   public function getTitle()
370 370
   {
371
-    return $this->title;
371
+	return $this->title;
372 372
   }
373 373
 }
374 374
 
@@ -387,51 +387,51 @@  discard block
 block discarded – undo
387 387
 
388 388
   public function setName($name)
389 389
   {
390
-    $this->name = $name;
390
+	$this->name = $name;
391 391
   }
392 392
   public function getName()
393 393
   {
394
-    return $this->name;
394
+	return $this->name;
395 395
   }
396 396
   public function setPermissionId($permissionId)
397 397
   {
398
-    $this->permissionId = $permissionId;
398
+	$this->permissionId = $permissionId;
399 399
   }
400 400
   public function getPermissionId()
401 401
   {
402
-    return $this->permissionId;
402
+	return $this->permissionId;
403 403
   }
404 404
   public function setRole($role)
405 405
   {
406
-    $this->role = $role;
406
+	$this->role = $role;
407 407
   }
408 408
   public function getRole()
409 409
   {
410
-    return $this->role;
410
+	return $this->role;
411 411
   }
412 412
   public function setType($type)
413 413
   {
414
-    $this->type = $type;
414
+	$this->type = $type;
415 415
   }
416 416
   public function getType()
417 417
   {
418
-    return $this->type;
418
+	return $this->type;
419 419
   }
420 420
   public function setUser(Google_Service_Appsactivity_User $user)
421 421
   {
422
-    $this->user = $user;
422
+	$this->user = $user;
423 423
   }
424 424
   public function getUser()
425 425
   {
426
-    return $this->user;
426
+	return $this->user;
427 427
   }
428 428
   public function setWithLink($withLink)
429 429
   {
430
-    $this->withLink = $withLink;
430
+	$this->withLink = $withLink;
431 431
   }
432 432
   public function getWithLink()
433 433
   {
434
-    return $this->withLink;
434
+	return $this->withLink;
435 435
   }
436 436
 }
437 437
 
@@ -448,19 +448,19 @@  discard block
 block discarded – undo
448 448
 
449 449
   public function setAddedPermissions($addedPermissions)
450 450
   {
451
-    $this->addedPermissions = $addedPermissions;
451
+	$this->addedPermissions = $addedPermissions;
452 452
   }
453 453
   public function getAddedPermissions()
454 454
   {
455
-    return $this->addedPermissions;
455
+	return $this->addedPermissions;
456 456
   }
457 457
   public function setRemovedPermissions($removedPermissions)
458 458
   {
459
-    $this->removedPermissions = $removedPermissions;
459
+	$this->removedPermissions = $removedPermissions;
460 460
   }
461 461
   public function getRemovedPermissions()
462 462
   {
463
-    return $this->removedPermissions;
463
+	return $this->removedPermissions;
464 464
   }
465 465
 }
466 466
 
@@ -473,11 +473,11 @@  discard block
 block discarded – undo
473 473
 
474 474
   public function setUrl($url)
475 475
   {
476
-    $this->url = $url;
476
+	$this->url = $url;
477 477
   }
478 478
   public function getUrl()
479 479
   {
480
-    return $this->url;
480
+	return $this->url;
481 481
   }
482 482
 }
483 483
 
@@ -491,19 +491,19 @@  discard block
 block discarded – undo
491 491
 
492 492
   public function setNewTitle($newTitle)
493 493
   {
494
-    $this->newTitle = $newTitle;
494
+	$this->newTitle = $newTitle;
495 495
   }
496 496
   public function getNewTitle()
497 497
   {
498
-    return $this->newTitle;
498
+	return $this->newTitle;
499 499
   }
500 500
   public function setOldTitle($oldTitle)
501 501
   {
502
-    $this->oldTitle = $oldTitle;
502
+	$this->oldTitle = $oldTitle;
503 503
   }
504 504
   public function getOldTitle()
505 505
   {
506
-    return $this->oldTitle;
506
+	return $this->oldTitle;
507 507
   }
508 508
 }
509 509
 
@@ -518,27 +518,27 @@  discard block
 block discarded – undo
518 518
 
519 519
   public function setId($id)
520 520
   {
521
-    $this->id = $id;
521
+	$this->id = $id;
522 522
   }
523 523
   public function getId()
524 524
   {
525
-    return $this->id;
525
+	return $this->id;
526 526
   }
527 527
   public function setMimeType($mimeType)
528 528
   {
529
-    $this->mimeType = $mimeType;
529
+	$this->mimeType = $mimeType;
530 530
   }
531 531
   public function getMimeType()
532 532
   {
533
-    return $this->mimeType;
533
+	return $this->mimeType;
534 534
   }
535 535
   public function setName($name)
536 536
   {
537
-    $this->name = $name;
537
+	$this->name = $name;
538 538
   }
539 539
   public function getName()
540 540
   {
541
-    return $this->name;
541
+	return $this->name;
542 542
   }
543 543
 }
544 544
 
@@ -553,18 +553,18 @@  discard block
 block discarded – undo
553 553
 
554 554
   public function setName($name)
555 555
   {
556
-    $this->name = $name;
556
+	$this->name = $name;
557 557
   }
558 558
   public function getName()
559 559
   {
560
-    return $this->name;
560
+	return $this->name;
561 561
   }
562 562
   public function setPhoto(Google_Service_Appsactivity_Photo $photo)
563 563
   {
564
-    $this->photo = $photo;
564
+	$this->photo = $photo;
565 565
   }
566 566
   public function getPhoto()
567 567
   {
568
-    return $this->photo;
568
+	return $this->photo;
569 569
   }
570 570
 }
Please login to merge, or discard this patch.