Test Setup Failed
Push — master ( 2261e5...599f56 )
by Stiofan
02:03
created
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.
google-api-php-client/src/Google/Service/Urlshortener.php 2 patches
Indentation   +104 added lines, -104 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your goo.gl short URLs. */
34 34
   const URLSHORTENER =
35
-      "https://www.googleapis.com/auth/urlshortener";
35
+	  "https://www.googleapis.com/auth/urlshortener";
36 36
 
37 37
   public $url;
38 38
   
@@ -44,53 +44,53 @@  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 = 'urlshortener/v1/';
50
-    $this->version = 'v1';
51
-    $this->serviceName = 'urlshortener';
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'urlshortener/v1/';
50
+	$this->version = 'v1';
51
+	$this->serviceName = 'urlshortener';
52 52
 
53
-    $this->url = new Google_Service_Urlshortener_Url_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'url',
57
-        array(
58
-          'methods' => array(
59
-            'get' => array(
60
-              'path' => 'url',
61
-              'httpMethod' => 'GET',
62
-              'parameters' => array(
63
-                'shortUrl' => array(
64
-                  'location' => 'query',
65
-                  'type' => 'string',
66
-                  'required' => true,
67
-                ),
68
-                'projection' => array(
69
-                  'location' => 'query',
70
-                  'type' => 'string',
71
-                ),
72
-              ),
73
-            ),'insert' => array(
74
-              'path' => 'url',
75
-              'httpMethod' => 'POST',
76
-              'parameters' => array(),
77
-            ),'list' => array(
78
-              'path' => 'url/history',
79
-              'httpMethod' => 'GET',
80
-              'parameters' => array(
81
-                'start-token' => array(
82
-                  'location' => 'query',
83
-                  'type' => 'string',
84
-                ),
85
-                'projection' => array(
86
-                  'location' => 'query',
87
-                  'type' => 'string',
88
-                ),
89
-              ),
90
-            ),
91
-          )
92
-        )
93
-    );
53
+	$this->url = new Google_Service_Urlshortener_Url_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'url',
57
+		array(
58
+		  'methods' => array(
59
+			'get' => array(
60
+			  'path' => 'url',
61
+			  'httpMethod' => 'GET',
62
+			  'parameters' => array(
63
+				'shortUrl' => array(
64
+				  'location' => 'query',
65
+				  'type' => 'string',
66
+				  'required' => true,
67
+				),
68
+				'projection' => array(
69
+				  'location' => 'query',
70
+				  'type' => 'string',
71
+				),
72
+			  ),
73
+			),'insert' => array(
74
+			  'path' => 'url',
75
+			  'httpMethod' => 'POST',
76
+			  'parameters' => array(),
77
+			),'list' => array(
78
+			  'path' => 'url/history',
79
+			  'httpMethod' => 'GET',
80
+			  'parameters' => array(
81
+				'start-token' => array(
82
+				  'location' => 'query',
83
+				  'type' => 'string',
84
+				),
85
+				'projection' => array(
86
+				  'location' => 'query',
87
+				  'type' => 'string',
88
+				),
89
+			  ),
90
+			),
91
+		  )
92
+		)
93
+	);
94 94
   }
95 95
 }
96 96
 
@@ -117,9 +117,9 @@  discard block
 block discarded – undo
117 117
    */
118 118
   public function get($shortUrl, $optParams = array())
119 119
   {
120
-    $params = array('shortUrl' => $shortUrl);
121
-    $params = array_merge($params, $optParams);
122
-    return $this->call('get', array($params), "Google_Service_Urlshortener_Url");
120
+	$params = array('shortUrl' => $shortUrl);
121
+	$params = array_merge($params, $optParams);
122
+	return $this->call('get', array($params), "Google_Service_Urlshortener_Url");
123 123
   }
124 124
 
125 125
   /**
@@ -131,9 +131,9 @@  discard block
 block discarded – undo
131 131
    */
132 132
   public function insert(Google_Service_Urlshortener_Url $postBody, $optParams = array())
133 133
   {
134
-    $params = array('postBody' => $postBody);
135
-    $params = array_merge($params, $optParams);
136
-    return $this->call('insert', array($params), "Google_Service_Urlshortener_Url");
134
+	$params = array('postBody' => $postBody);
135
+	$params = array_merge($params, $optParams);
136
+	return $this->call('insert', array($params), "Google_Service_Urlshortener_Url");
137 137
   }
138 138
 
139 139
   /**
@@ -148,9 +148,9 @@  discard block
 block discarded – undo
148 148
    */
149 149
   public function listUrl($optParams = array())
150 150
   {
151
-    $params = array();
152
-    $params = array_merge($params, $optParams);
153
-    return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory");
151
+	$params = array();
152
+	$params = array_merge($params, $optParams);
153
+	return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory");
154 154
   }
155 155
 }
156 156
 
@@ -176,51 +176,51 @@  discard block
 block discarded – undo
176 176
 
177 177
   public function setBrowsers($browsers)
178 178
   {
179
-    $this->browsers = $browsers;
179
+	$this->browsers = $browsers;
180 180
   }
181 181
   public function getBrowsers()
182 182
   {
183
-    return $this->browsers;
183
+	return $this->browsers;
184 184
   }
185 185
   public function setCountries($countries)
186 186
   {
187
-    $this->countries = $countries;
187
+	$this->countries = $countries;
188 188
   }
189 189
   public function getCountries()
190 190
   {
191
-    return $this->countries;
191
+	return $this->countries;
192 192
   }
193 193
   public function setLongUrlClicks($longUrlClicks)
194 194
   {
195
-    $this->longUrlClicks = $longUrlClicks;
195
+	$this->longUrlClicks = $longUrlClicks;
196 196
   }
197 197
   public function getLongUrlClicks()
198 198
   {
199
-    return $this->longUrlClicks;
199
+	return $this->longUrlClicks;
200 200
   }
201 201
   public function setPlatforms($platforms)
202 202
   {
203
-    $this->platforms = $platforms;
203
+	$this->platforms = $platforms;
204 204
   }
205 205
   public function getPlatforms()
206 206
   {
207
-    return $this->platforms;
207
+	return $this->platforms;
208 208
   }
209 209
   public function setReferrers($referrers)
210 210
   {
211
-    $this->referrers = $referrers;
211
+	$this->referrers = $referrers;
212 212
   }
213 213
   public function getReferrers()
214 214
   {
215
-    return $this->referrers;
215
+	return $this->referrers;
216 216
   }
217 217
   public function setShortUrlClicks($shortUrlClicks)
218 218
   {
219
-    $this->shortUrlClicks = $shortUrlClicks;
219
+	$this->shortUrlClicks = $shortUrlClicks;
220 220
   }
221 221
   public function getShortUrlClicks()
222 222
   {
223
-    return $this->shortUrlClicks;
223
+	return $this->shortUrlClicks;
224 224
   }
225 225
 }
226 226
 
@@ -242,43 +242,43 @@  discard block
 block discarded – undo
242 242
 
243 243
   public function setAllTime(Google_Service_Urlshortener_AnalyticsSnapshot $allTime)
244 244
   {
245
-    $this->allTime = $allTime;
245
+	$this->allTime = $allTime;
246 246
   }
247 247
   public function getAllTime()
248 248
   {
249
-    return $this->allTime;
249
+	return $this->allTime;
250 250
   }
251 251
   public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day)
252 252
   {
253
-    $this->day = $day;
253
+	$this->day = $day;
254 254
   }
255 255
   public function getDay()
256 256
   {
257
-    return $this->day;
257
+	return $this->day;
258 258
   }
259 259
   public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month)
260 260
   {
261
-    $this->month = $month;
261
+	$this->month = $month;
262 262
   }
263 263
   public function getMonth()
264 264
   {
265
-    return $this->month;
265
+	return $this->month;
266 266
   }
267 267
   public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours)
268 268
   {
269
-    $this->twoHours = $twoHours;
269
+	$this->twoHours = $twoHours;
270 270
   }
271 271
   public function getTwoHours()
272 272
   {
273
-    return $this->twoHours;
273
+	return $this->twoHours;
274 274
   }
275 275
   public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week)
276 276
   {
277
-    $this->week = $week;
277
+	$this->week = $week;
278 278
   }
279 279
   public function getWeek()
280 280
   {
281
-    return $this->week;
281
+	return $this->week;
282 282
   }
283 283
 }
284 284
 
@@ -292,19 +292,19 @@  discard block
 block discarded – undo
292 292
 
293 293
   public function setCount($count)
294 294
   {
295
-    $this->count = $count;
295
+	$this->count = $count;
296 296
   }
297 297
   public function getCount()
298 298
   {
299
-    return $this->count;
299
+	return $this->count;
300 300
   }
301 301
   public function setId($id)
302 302
   {
303
-    $this->id = $id;
303
+	$this->id = $id;
304 304
   }
305 305
   public function getId()
306 306
   {
307
-    return $this->id;
307
+	return $this->id;
308 308
   }
309 309
 }
310 310
 
@@ -323,51 +323,51 @@  discard block
 block discarded – undo
323 323
 
324 324
   public function setAnalytics(Google_Service_Urlshortener_AnalyticsSummary $analytics)
325 325
   {
326
-    $this->analytics = $analytics;
326
+	$this->analytics = $analytics;
327 327
   }
328 328
   public function getAnalytics()
329 329
   {
330
-    return $this->analytics;
330
+	return $this->analytics;
331 331
   }
332 332
   public function setCreated($created)
333 333
   {
334
-    $this->created = $created;
334
+	$this->created = $created;
335 335
   }
336 336
   public function getCreated()
337 337
   {
338
-    return $this->created;
338
+	return $this->created;
339 339
   }
340 340
   public function setId($id)
341 341
   {
342
-    $this->id = $id;
342
+	$this->id = $id;
343 343
   }
344 344
   public function getId()
345 345
   {
346
-    return $this->id;
346
+	return $this->id;
347 347
   }
348 348
   public function setKind($kind)
349 349
   {
350
-    $this->kind = $kind;
350
+	$this->kind = $kind;
351 351
   }
352 352
   public function getKind()
353 353
   {
354
-    return $this->kind;
354
+	return $this->kind;
355 355
   }
356 356
   public function setLongUrl($longUrl)
357 357
   {
358
-    $this->longUrl = $longUrl;
358
+	$this->longUrl = $longUrl;
359 359
   }
360 360
   public function getLongUrl()
361 361
   {
362
-    return $this->longUrl;
362
+	return $this->longUrl;
363 363
   }
364 364
   public function setStatus($status)
365 365
   {
366
-    $this->status = $status;
366
+	$this->status = $status;
367 367
   }
368 368
   public function getStatus()
369 369
   {
370
-    return $this->status;
370
+	return $this->status;
371 371
   }
372 372
 }
373 373
 
@@ -386,42 +386,42 @@  discard block
 block discarded – undo
386 386
 
387 387
   public function setItems($items)
388 388
   {
389
-    $this->items = $items;
389
+	$this->items = $items;
390 390
   }
391 391
   public function getItems()
392 392
   {
393
-    return $this->items;
393
+	return $this->items;
394 394
   }
395 395
   public function setItemsPerPage($itemsPerPage)
396 396
   {
397
-    $this->itemsPerPage = $itemsPerPage;
397
+	$this->itemsPerPage = $itemsPerPage;
398 398
   }
399 399
   public function getItemsPerPage()
400 400
   {
401
-    return $this->itemsPerPage;
401
+	return $this->itemsPerPage;
402 402
   }
403 403
   public function setKind($kind)
404 404
   {
405
-    $this->kind = $kind;
405
+	$this->kind = $kind;
406 406
   }
407 407
   public function getKind()
408 408
   {
409
-    return $this->kind;
409
+	return $this->kind;
410 410
   }
411 411
   public function setNextPageToken($nextPageToken)
412 412
   {
413
-    $this->nextPageToken = $nextPageToken;
413
+	$this->nextPageToken = $nextPageToken;
414 414
   }
415 415
   public function getNextPageToken()
416 416
   {
417
-    return $this->nextPageToken;
417
+	return $this->nextPageToken;
418 418
   }
419 419
   public function setTotalItems($totalItems)
420 420
   {
421
-    $this->totalItems = $totalItems;
421
+	$this->totalItems = $totalItems;
422 422
   }
423 423
   public function getTotalItems()
424 424
   {
425
-    return $this->totalItems;
425
+	return $this->totalItems;
426 426
   }
427 427
 }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
                   'type' => 'string',
71 71
                 ),
72 72
               ),
73
-            ),'insert' => array(
73
+            ), 'insert' => array(
74 74
               'path' => 'url',
75 75
               'httpMethod' => 'POST',
76 76
               'parameters' => array(),
77
-            ),'list' => array(
77
+            ), 'list' => array(
78 78
               'path' => 'url/history',
79 79
               'httpMethod' => 'GET',
80 80
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Replicapool.php 2 patches
Indentation   +450 added lines, -450 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
   /** View and manage your Google Compute Engine resources. */
38 38
   const COMPUTE =
39
-      "https://www.googleapis.com/auth/compute";
39
+	  "https://www.googleapis.com/auth/compute";
40 40
   /** View your Google Compute Engine resources. */
41 41
   const COMPUTE_READONLY =
42
-      "https://www.googleapis.com/auth/compute.readonly";
42
+	  "https://www.googleapis.com/auth/compute.readonly";
43 43
 
44 44
   public $instanceGroupManagers;
45 45
   public $zoneOperations;
@@ -52,291 +52,291 @@  discard block
 block discarded – undo
52 52
    */
53 53
   public function __construct(Google_Client $client)
54 54
   {
55
-    parent::__construct($client);
56
-    $this->rootUrl = 'https://www.googleapis.com/';
57
-    $this->servicePath = 'replicapool/v1beta2/projects/';
58
-    $this->version = 'v1beta2';
59
-    $this->serviceName = 'replicapool';
60
-
61
-    $this->instanceGroupManagers = new Google_Service_Replicapool_InstanceGroupManagers_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'instanceGroupManagers',
65
-        array(
66
-          'methods' => array(
67
-            'abandonInstances' => array(
68
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances',
69
-              'httpMethod' => 'POST',
70
-              'parameters' => array(
71
-                'project' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'zone' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-                'instanceGroupManager' => array(
82
-                  'location' => 'path',
83
-                  'type' => 'string',
84
-                  'required' => true,
85
-                ),
86
-              ),
87
-            ),'delete' => array(
88
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
89
-              'httpMethod' => 'DELETE',
90
-              'parameters' => array(
91
-                'project' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-                'zone' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-                'instanceGroupManager' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-              ),
107
-            ),'deleteInstances' => array(
108
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances',
109
-              'httpMethod' => 'POST',
110
-              'parameters' => array(
111
-                'project' => array(
112
-                  'location' => 'path',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-                'zone' => array(
117
-                  'location' => 'path',
118
-                  'type' => 'string',
119
-                  'required' => true,
120
-                ),
121
-                'instanceGroupManager' => array(
122
-                  'location' => 'path',
123
-                  'type' => 'string',
124
-                  'required' => true,
125
-                ),
126
-              ),
127
-            ),'get' => array(
128
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
129
-              'httpMethod' => 'GET',
130
-              'parameters' => array(
131
-                'project' => array(
132
-                  'location' => 'path',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'zone' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-                'instanceGroupManager' => array(
142
-                  'location' => 'path',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-              ),
147
-            ),'insert' => array(
148
-              'path' => '{project}/zones/{zone}/instanceGroupManagers',
149
-              'httpMethod' => 'POST',
150
-              'parameters' => array(
151
-                'project' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'zone' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-                'size' => array(
162
-                  'location' => 'query',
163
-                  'type' => 'integer',
164
-                  'required' => true,
165
-                ),
166
-              ),
167
-            ),'list' => array(
168
-              'path' => '{project}/zones/{zone}/instanceGroupManagers',
169
-              'httpMethod' => 'GET',
170
-              'parameters' => array(
171
-                'project' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-                'zone' => array(
177
-                  'location' => 'path',
178
-                  'type' => 'string',
179
-                  'required' => true,
180
-                ),
181
-                'filter' => array(
182
-                  'location' => 'query',
183
-                  'type' => 'string',
184
-                ),
185
-                'pageToken' => array(
186
-                  'location' => 'query',
187
-                  'type' => 'string',
188
-                ),
189
-                'maxResults' => array(
190
-                  'location' => 'query',
191
-                  'type' => 'integer',
192
-                ),
193
-              ),
194
-            ),'recreateInstances' => array(
195
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances',
196
-              'httpMethod' => 'POST',
197
-              'parameters' => array(
198
-                'project' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-                'zone' => array(
204
-                  'location' => 'path',
205
-                  'type' => 'string',
206
-                  'required' => true,
207
-                ),
208
-                'instanceGroupManager' => array(
209
-                  'location' => 'path',
210
-                  'type' => 'string',
211
-                  'required' => true,
212
-                ),
213
-              ),
214
-            ),'resize' => array(
215
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize',
216
-              'httpMethod' => 'POST',
217
-              'parameters' => array(
218
-                'project' => array(
219
-                  'location' => 'path',
220
-                  'type' => 'string',
221
-                  'required' => true,
222
-                ),
223
-                'zone' => array(
224
-                  'location' => 'path',
225
-                  'type' => 'string',
226
-                  'required' => true,
227
-                ),
228
-                'instanceGroupManager' => array(
229
-                  'location' => 'path',
230
-                  'type' => 'string',
231
-                  'required' => true,
232
-                ),
233
-                'size' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'integer',
236
-                  'required' => true,
237
-                ),
238
-              ),
239
-            ),'setInstanceTemplate' => array(
240
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate',
241
-              'httpMethod' => 'POST',
242
-              'parameters' => array(
243
-                'project' => array(
244
-                  'location' => 'path',
245
-                  'type' => 'string',
246
-                  'required' => true,
247
-                ),
248
-                'zone' => array(
249
-                  'location' => 'path',
250
-                  'type' => 'string',
251
-                  'required' => true,
252
-                ),
253
-                'instanceGroupManager' => array(
254
-                  'location' => 'path',
255
-                  'type' => 'string',
256
-                  'required' => true,
257
-                ),
258
-              ),
259
-            ),'setTargetPools' => array(
260
-              'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools',
261
-              'httpMethod' => 'POST',
262
-              'parameters' => array(
263
-                'project' => array(
264
-                  'location' => 'path',
265
-                  'type' => 'string',
266
-                  'required' => true,
267
-                ),
268
-                'zone' => array(
269
-                  'location' => 'path',
270
-                  'type' => 'string',
271
-                  'required' => true,
272
-                ),
273
-                'instanceGroupManager' => array(
274
-                  'location' => 'path',
275
-                  'type' => 'string',
276
-                  'required' => true,
277
-                ),
278
-              ),
279
-            ),
280
-          )
281
-        )
282
-    );
283
-    $this->zoneOperations = new Google_Service_Replicapool_ZoneOperations_Resource(
284
-        $this,
285
-        $this->serviceName,
286
-        'zoneOperations',
287
-        array(
288
-          'methods' => array(
289
-            'get' => array(
290
-              'path' => '{project}/zones/{zone}/operations/{operation}',
291
-              'httpMethod' => 'GET',
292
-              'parameters' => array(
293
-                'project' => array(
294
-                  'location' => 'path',
295
-                  'type' => 'string',
296
-                  'required' => true,
297
-                ),
298
-                'zone' => array(
299
-                  'location' => 'path',
300
-                  'type' => 'string',
301
-                  'required' => true,
302
-                ),
303
-                'operation' => array(
304
-                  'location' => 'path',
305
-                  'type' => 'string',
306
-                  'required' => true,
307
-                ),
308
-              ),
309
-            ),'list' => array(
310
-              'path' => '{project}/zones/{zone}/operations',
311
-              'httpMethod' => 'GET',
312
-              'parameters' => array(
313
-                'project' => array(
314
-                  'location' => 'path',
315
-                  'type' => 'string',
316
-                  'required' => true,
317
-                ),
318
-                'zone' => array(
319
-                  'location' => 'path',
320
-                  'type' => 'string',
321
-                  'required' => true,
322
-                ),
323
-                'filter' => array(
324
-                  'location' => 'query',
325
-                  'type' => 'string',
326
-                ),
327
-                'pageToken' => array(
328
-                  'location' => 'query',
329
-                  'type' => 'string',
330
-                ),
331
-                'maxResults' => array(
332
-                  'location' => 'query',
333
-                  'type' => 'integer',
334
-                ),
335
-              ),
336
-            ),
337
-          )
338
-        )
339
-    );
55
+	parent::__construct($client);
56
+	$this->rootUrl = 'https://www.googleapis.com/';
57
+	$this->servicePath = 'replicapool/v1beta2/projects/';
58
+	$this->version = 'v1beta2';
59
+	$this->serviceName = 'replicapool';
60
+
61
+	$this->instanceGroupManagers = new Google_Service_Replicapool_InstanceGroupManagers_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'instanceGroupManagers',
65
+		array(
66
+		  'methods' => array(
67
+			'abandonInstances' => array(
68
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances',
69
+			  'httpMethod' => 'POST',
70
+			  'parameters' => array(
71
+				'project' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'zone' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+				'instanceGroupManager' => array(
82
+				  'location' => 'path',
83
+				  'type' => 'string',
84
+				  'required' => true,
85
+				),
86
+			  ),
87
+			),'delete' => array(
88
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
89
+			  'httpMethod' => 'DELETE',
90
+			  'parameters' => array(
91
+				'project' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+				'zone' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+				'instanceGroupManager' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+			  ),
107
+			),'deleteInstances' => array(
108
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances',
109
+			  'httpMethod' => 'POST',
110
+			  'parameters' => array(
111
+				'project' => array(
112
+				  'location' => 'path',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+				'zone' => array(
117
+				  'location' => 'path',
118
+				  'type' => 'string',
119
+				  'required' => true,
120
+				),
121
+				'instanceGroupManager' => array(
122
+				  'location' => 'path',
123
+				  'type' => 'string',
124
+				  'required' => true,
125
+				),
126
+			  ),
127
+			),'get' => array(
128
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
129
+			  'httpMethod' => 'GET',
130
+			  'parameters' => array(
131
+				'project' => array(
132
+				  'location' => 'path',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'zone' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+				'instanceGroupManager' => array(
142
+				  'location' => 'path',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+			  ),
147
+			),'insert' => array(
148
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers',
149
+			  'httpMethod' => 'POST',
150
+			  'parameters' => array(
151
+				'project' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'zone' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+				'size' => array(
162
+				  'location' => 'query',
163
+				  'type' => 'integer',
164
+				  'required' => true,
165
+				),
166
+			  ),
167
+			),'list' => array(
168
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers',
169
+			  'httpMethod' => 'GET',
170
+			  'parameters' => array(
171
+				'project' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+				'zone' => array(
177
+				  'location' => 'path',
178
+				  'type' => 'string',
179
+				  'required' => true,
180
+				),
181
+				'filter' => array(
182
+				  'location' => 'query',
183
+				  'type' => 'string',
184
+				),
185
+				'pageToken' => array(
186
+				  'location' => 'query',
187
+				  'type' => 'string',
188
+				),
189
+				'maxResults' => array(
190
+				  'location' => 'query',
191
+				  'type' => 'integer',
192
+				),
193
+			  ),
194
+			),'recreateInstances' => array(
195
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances',
196
+			  'httpMethod' => 'POST',
197
+			  'parameters' => array(
198
+				'project' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+				'zone' => array(
204
+				  'location' => 'path',
205
+				  'type' => 'string',
206
+				  'required' => true,
207
+				),
208
+				'instanceGroupManager' => array(
209
+				  'location' => 'path',
210
+				  'type' => 'string',
211
+				  'required' => true,
212
+				),
213
+			  ),
214
+			),'resize' => array(
215
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize',
216
+			  'httpMethod' => 'POST',
217
+			  'parameters' => array(
218
+				'project' => array(
219
+				  'location' => 'path',
220
+				  'type' => 'string',
221
+				  'required' => true,
222
+				),
223
+				'zone' => array(
224
+				  'location' => 'path',
225
+				  'type' => 'string',
226
+				  'required' => true,
227
+				),
228
+				'instanceGroupManager' => array(
229
+				  'location' => 'path',
230
+				  'type' => 'string',
231
+				  'required' => true,
232
+				),
233
+				'size' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'integer',
236
+				  'required' => true,
237
+				),
238
+			  ),
239
+			),'setInstanceTemplate' => array(
240
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate',
241
+			  'httpMethod' => 'POST',
242
+			  'parameters' => array(
243
+				'project' => array(
244
+				  'location' => 'path',
245
+				  'type' => 'string',
246
+				  'required' => true,
247
+				),
248
+				'zone' => array(
249
+				  'location' => 'path',
250
+				  'type' => 'string',
251
+				  'required' => true,
252
+				),
253
+				'instanceGroupManager' => array(
254
+				  'location' => 'path',
255
+				  'type' => 'string',
256
+				  'required' => true,
257
+				),
258
+			  ),
259
+			),'setTargetPools' => array(
260
+			  'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools',
261
+			  'httpMethod' => 'POST',
262
+			  'parameters' => array(
263
+				'project' => array(
264
+				  'location' => 'path',
265
+				  'type' => 'string',
266
+				  'required' => true,
267
+				),
268
+				'zone' => array(
269
+				  'location' => 'path',
270
+				  'type' => 'string',
271
+				  'required' => true,
272
+				),
273
+				'instanceGroupManager' => array(
274
+				  'location' => 'path',
275
+				  'type' => 'string',
276
+				  'required' => true,
277
+				),
278
+			  ),
279
+			),
280
+		  )
281
+		)
282
+	);
283
+	$this->zoneOperations = new Google_Service_Replicapool_ZoneOperations_Resource(
284
+		$this,
285
+		$this->serviceName,
286
+		'zoneOperations',
287
+		array(
288
+		  'methods' => array(
289
+			'get' => array(
290
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
291
+			  'httpMethod' => 'GET',
292
+			  'parameters' => array(
293
+				'project' => array(
294
+				  'location' => 'path',
295
+				  'type' => 'string',
296
+				  'required' => true,
297
+				),
298
+				'zone' => array(
299
+				  'location' => 'path',
300
+				  'type' => 'string',
301
+				  'required' => true,
302
+				),
303
+				'operation' => array(
304
+				  'location' => 'path',
305
+				  'type' => 'string',
306
+				  'required' => true,
307
+				),
308
+			  ),
309
+			),'list' => array(
310
+			  'path' => '{project}/zones/{zone}/operations',
311
+			  'httpMethod' => 'GET',
312
+			  'parameters' => array(
313
+				'project' => array(
314
+				  'location' => 'path',
315
+				  'type' => 'string',
316
+				  'required' => true,
317
+				),
318
+				'zone' => array(
319
+				  'location' => 'path',
320
+				  'type' => 'string',
321
+				  'required' => true,
322
+				),
323
+				'filter' => array(
324
+				  'location' => 'query',
325
+				  'type' => 'string',
326
+				),
327
+				'pageToken' => array(
328
+				  'location' => 'query',
329
+				  'type' => 'string',
330
+				),
331
+				'maxResults' => array(
332
+				  'location' => 'query',
333
+				  'type' => 'integer',
334
+				),
335
+			  ),
336
+			),
337
+		  )
338
+		)
339
+	);
340 340
   }
341 341
 }
342 342
 
@@ -367,9 +367,9 @@  discard block
 block discarded – undo
367 367
    */
368 368
   public function abandonInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array())
369 369
   {
370
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
371
-    $params = array_merge($params, $optParams);
372
-    return $this->call('abandonInstances', array($params), "Google_Service_Replicapool_Operation");
370
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
371
+	$params = array_merge($params, $optParams);
372
+	return $this->call('abandonInstances', array($params), "Google_Service_Replicapool_Operation");
373 373
   }
374 374
 
375 375
   /**
@@ -388,9 +388,9 @@  discard block
 block discarded – undo
388 388
    */
389 389
   public function delete($project, $zone, $instanceGroupManager, $optParams = array())
390 390
   {
391
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
392
-    $params = array_merge($params, $optParams);
393
-    return $this->call('delete', array($params), "Google_Service_Replicapool_Operation");
391
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
392
+	$params = array_merge($params, $optParams);
393
+	return $this->call('delete', array($params), "Google_Service_Replicapool_Operation");
394 394
   }
395 395
 
396 396
   /**
@@ -409,9 +409,9 @@  discard block
 block discarded – undo
409 409
    */
410 410
   public function deleteInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array())
411 411
   {
412
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
413
-    $params = array_merge($params, $optParams);
414
-    return $this->call('deleteInstances', array($params), "Google_Service_Replicapool_Operation");
412
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
413
+	$params = array_merge($params, $optParams);
414
+	return $this->call('deleteInstances', array($params), "Google_Service_Replicapool_Operation");
415 415
   }
416 416
 
417 417
   /**
@@ -427,9 +427,9 @@  discard block
 block discarded – undo
427 427
    */
428 428
   public function get($project, $zone, $instanceGroupManager, $optParams = array())
429 429
   {
430
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
431
-    $params = array_merge($params, $optParams);
432
-    return $this->call('get', array($params), "Google_Service_Replicapool_InstanceGroupManager");
430
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
431
+	$params = array_merge($params, $optParams);
432
+	return $this->call('get', array($params), "Google_Service_Replicapool_InstanceGroupManager");
433 433
   }
434 434
 
435 435
   /**
@@ -446,9 +446,9 @@  discard block
 block discarded – undo
446 446
    */
447 447
   public function insert($project, $zone, $size, Google_Service_Replicapool_InstanceGroupManager $postBody, $optParams = array())
448 448
   {
449
-    $params = array('project' => $project, 'zone' => $zone, 'size' => $size, 'postBody' => $postBody);
450
-    $params = array_merge($params, $optParams);
451
-    return $this->call('insert', array($params), "Google_Service_Replicapool_Operation");
449
+	$params = array('project' => $project, 'zone' => $zone, 'size' => $size, 'postBody' => $postBody);
450
+	$params = array_merge($params, $optParams);
451
+	return $this->call('insert', array($params), "Google_Service_Replicapool_Operation");
452 452
   }
453 453
 
454 454
   /**
@@ -470,9 +470,9 @@  discard block
 block discarded – undo
470 470
    */
471 471
   public function listInstanceGroupManagers($project, $zone, $optParams = array())
472 472
   {
473
-    $params = array('project' => $project, 'zone' => $zone);
474
-    $params = array_merge($params, $optParams);
475
-    return $this->call('list', array($params), "Google_Service_Replicapool_InstanceGroupManagerList");
473
+	$params = array('project' => $project, 'zone' => $zone);
474
+	$params = array_merge($params, $optParams);
475
+	return $this->call('list', array($params), "Google_Service_Replicapool_InstanceGroupManagerList");
476 476
   }
477 477
 
478 478
   /**
@@ -490,9 +490,9 @@  discard block
 block discarded – undo
490 490
    */
491 491
   public function recreateInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest $postBody, $optParams = array())
492 492
   {
493
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
494
-    $params = array_merge($params, $optParams);
495
-    return $this->call('recreateInstances', array($params), "Google_Service_Replicapool_Operation");
493
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
494
+	$params = array_merge($params, $optParams);
495
+	return $this->call('recreateInstances', array($params), "Google_Service_Replicapool_Operation");
496 496
   }
497 497
 
498 498
   /**
@@ -512,9 +512,9 @@  discard block
 block discarded – undo
512 512
    */
513 513
   public function resize($project, $zone, $instanceGroupManager, $size, $optParams = array())
514 514
   {
515
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size);
516
-    $params = array_merge($params, $optParams);
517
-    return $this->call('resize', array($params), "Google_Service_Replicapool_Operation");
515
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size);
516
+	$params = array_merge($params, $optParams);
517
+	return $this->call('resize', array($params), "Google_Service_Replicapool_Operation");
518 518
   }
519 519
 
520 520
   /**
@@ -532,9 +532,9 @@  discard block
 block discarded – undo
532 532
    */
533 533
   public function setInstanceTemplate($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest $postBody, $optParams = array())
534 534
   {
535
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
536
-    $params = array_merge($params, $optParams);
537
-    return $this->call('setInstanceTemplate', array($params), "Google_Service_Replicapool_Operation");
535
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
536
+	$params = array_merge($params, $optParams);
537
+	return $this->call('setInstanceTemplate', array($params), "Google_Service_Replicapool_Operation");
538 538
   }
539 539
 
540 540
   /**
@@ -552,9 +552,9 @@  discard block
 block discarded – undo
552 552
    */
553 553
   public function setTargetPools($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array())
554 554
   {
555
-    $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
556
-    $params = array_merge($params, $optParams);
557
-    return $this->call('setTargetPools', array($params), "Google_Service_Replicapool_Operation");
555
+	$params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
556
+	$params = array_merge($params, $optParams);
557
+	return $this->call('setTargetPools', array($params), "Google_Service_Replicapool_Operation");
558 558
   }
559 559
 }
560 560
 
@@ -581,9 +581,9 @@  discard block
 block discarded – undo
581 581
    */
582 582
   public function get($project, $zone, $operation, $optParams = array())
583 583
   {
584
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
585
-    $params = array_merge($params, $optParams);
586
-    return $this->call('get', array($params), "Google_Service_Replicapool_Operation");
584
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
585
+	$params = array_merge($params, $optParams);
586
+	return $this->call('get', array($params), "Google_Service_Replicapool_Operation");
587 587
   }
588 588
 
589 589
   /**
@@ -604,9 +604,9 @@  discard block
 block discarded – undo
604 604
    */
605 605
   public function listZoneOperations($project, $zone, $optParams = array())
606 606
   {
607
-    $params = array('project' => $project, 'zone' => $zone);
608
-    $params = array_merge($params, $optParams);
609
-    return $this->call('list', array($params), "Google_Service_Replicapool_OperationList");
607
+	$params = array('project' => $project, 'zone' => $zone);
608
+	$params = array_merge($params, $optParams);
609
+	return $this->call('list', array($params), "Google_Service_Replicapool_OperationList");
610 610
   }
611 611
 }
612 612
 
@@ -637,115 +637,115 @@  discard block
 block discarded – undo
637 637
 
638 638
   public function setAutoHealingPolicies($autoHealingPolicies)
639 639
   {
640
-    $this->autoHealingPolicies = $autoHealingPolicies;
640
+	$this->autoHealingPolicies = $autoHealingPolicies;
641 641
   }
642 642
   public function getAutoHealingPolicies()
643 643
   {
644
-    return $this->autoHealingPolicies;
644
+	return $this->autoHealingPolicies;
645 645
   }
646 646
   public function setBaseInstanceName($baseInstanceName)
647 647
   {
648
-    $this->baseInstanceName = $baseInstanceName;
648
+	$this->baseInstanceName = $baseInstanceName;
649 649
   }
650 650
   public function getBaseInstanceName()
651 651
   {
652
-    return $this->baseInstanceName;
652
+	return $this->baseInstanceName;
653 653
   }
654 654
   public function setCreationTimestamp($creationTimestamp)
655 655
   {
656
-    $this->creationTimestamp = $creationTimestamp;
656
+	$this->creationTimestamp = $creationTimestamp;
657 657
   }
658 658
   public function getCreationTimestamp()
659 659
   {
660
-    return $this->creationTimestamp;
660
+	return $this->creationTimestamp;
661 661
   }
662 662
   public function setCurrentSize($currentSize)
663 663
   {
664
-    $this->currentSize = $currentSize;
664
+	$this->currentSize = $currentSize;
665 665
   }
666 666
   public function getCurrentSize()
667 667
   {
668
-    return $this->currentSize;
668
+	return $this->currentSize;
669 669
   }
670 670
   public function setDescription($description)
671 671
   {
672
-    $this->description = $description;
672
+	$this->description = $description;
673 673
   }
674 674
   public function getDescription()
675 675
   {
676
-    return $this->description;
676
+	return $this->description;
677 677
   }
678 678
   public function setFingerprint($fingerprint)
679 679
   {
680
-    $this->fingerprint = $fingerprint;
680
+	$this->fingerprint = $fingerprint;
681 681
   }
682 682
   public function getFingerprint()
683 683
   {
684
-    return $this->fingerprint;
684
+	return $this->fingerprint;
685 685
   }
686 686
   public function setGroup($group)
687 687
   {
688
-    $this->group = $group;
688
+	$this->group = $group;
689 689
   }
690 690
   public function getGroup()
691 691
   {
692
-    return $this->group;
692
+	return $this->group;
693 693
   }
694 694
   public function setId($id)
695 695
   {
696
-    $this->id = $id;
696
+	$this->id = $id;
697 697
   }
698 698
   public function getId()
699 699
   {
700
-    return $this->id;
700
+	return $this->id;
701 701
   }
702 702
   public function setInstanceTemplate($instanceTemplate)
703 703
   {
704
-    $this->instanceTemplate = $instanceTemplate;
704
+	$this->instanceTemplate = $instanceTemplate;
705 705
   }
706 706
   public function getInstanceTemplate()
707 707
   {
708
-    return $this->instanceTemplate;
708
+	return $this->instanceTemplate;
709 709
   }
710 710
   public function setKind($kind)
711 711
   {
712
-    $this->kind = $kind;
712
+	$this->kind = $kind;
713 713
   }
714 714
   public function getKind()
715 715
   {
716
-    return $this->kind;
716
+	return $this->kind;
717 717
   }
718 718
   public function setName($name)
719 719
   {
720
-    $this->name = $name;
720
+	$this->name = $name;
721 721
   }
722 722
   public function getName()
723 723
   {
724
-    return $this->name;
724
+	return $this->name;
725 725
   }
726 726
   public function setSelfLink($selfLink)
727 727
   {
728
-    $this->selfLink = $selfLink;
728
+	$this->selfLink = $selfLink;
729 729
   }
730 730
   public function getSelfLink()
731 731
   {
732
-    return $this->selfLink;
732
+	return $this->selfLink;
733 733
   }
734 734
   public function setTargetPools($targetPools)
735 735
   {
736
-    $this->targetPools = $targetPools;
736
+	$this->targetPools = $targetPools;
737 737
   }
738 738
   public function getTargetPools()
739 739
   {
740
-    return $this->targetPools;
740
+	return $this->targetPools;
741 741
   }
742 742
   public function setTargetSize($targetSize)
743 743
   {
744
-    $this->targetSize = $targetSize;
744
+	$this->targetSize = $targetSize;
745 745
   }
746 746
   public function getTargetSize()
747 747
   {
748
-    return $this->targetSize;
748
+	return $this->targetSize;
749 749
   }
750 750
 }
751 751
 
@@ -764,43 +764,43 @@  discard block
 block discarded – undo
764 764
 
765 765
   public function setId($id)
766 766
   {
767
-    $this->id = $id;
767
+	$this->id = $id;
768 768
   }
769 769
   public function getId()
770 770
   {
771
-    return $this->id;
771
+	return $this->id;
772 772
   }
773 773
   public function setItems($items)
774 774
   {
775
-    $this->items = $items;
775
+	$this->items = $items;
776 776
   }
777 777
   public function getItems()
778 778
   {
779
-    return $this->items;
779
+	return $this->items;
780 780
   }
781 781
   public function setKind($kind)
782 782
   {
783
-    $this->kind = $kind;
783
+	$this->kind = $kind;
784 784
   }
785 785
   public function getKind()
786 786
   {
787
-    return $this->kind;
787
+	return $this->kind;
788 788
   }
789 789
   public function setNextPageToken($nextPageToken)
790 790
   {
791
-    $this->nextPageToken = $nextPageToken;
791
+	$this->nextPageToken = $nextPageToken;
792 792
   }
793 793
   public function getNextPageToken()
794 794
   {
795
-    return $this->nextPageToken;
795
+	return $this->nextPageToken;
796 796
   }
797 797
   public function setSelfLink($selfLink)
798 798
   {
799
-    $this->selfLink = $selfLink;
799
+	$this->selfLink = $selfLink;
800 800
   }
801 801
   public function getSelfLink()
802 802
   {
803
-    return $this->selfLink;
803
+	return $this->selfLink;
804 804
   }
805 805
 }
806 806
 
@@ -814,11 +814,11 @@  discard block
 block discarded – undo
814 814
 
815 815
   public function setInstances($instances)
816 816
   {
817
-    $this->instances = $instances;
817
+	$this->instances = $instances;
818 818
   }
819 819
   public function getInstances()
820 820
   {
821
-    return $this->instances;
821
+	return $this->instances;
822 822
   }
823 823
 }
824 824
 
@@ -832,11 +832,11 @@  discard block
 block discarded – undo
832 832
 
833 833
   public function setInstances($instances)
834 834
   {
835
-    $this->instances = $instances;
835
+	$this->instances = $instances;
836 836
   }
837 837
   public function getInstances()
838 838
   {
839
-    return $this->instances;
839
+	return $this->instances;
840 840
   }
841 841
 }
842 842
 
@@ -850,11 +850,11 @@  discard block
 block discarded – undo
850 850
 
851 851
   public function setInstances($instances)
852 852
   {
853
-    $this->instances = $instances;
853
+	$this->instances = $instances;
854 854
   }
855 855
   public function getInstances()
856 856
   {
857
-    return $this->instances;
857
+	return $this->instances;
858 858
   }
859 859
 }
860 860
 
@@ -867,11 +867,11 @@  discard block
 block discarded – undo
867 867
 
868 868
   public function setInstanceTemplate($instanceTemplate)
869 869
   {
870
-    $this->instanceTemplate = $instanceTemplate;
870
+	$this->instanceTemplate = $instanceTemplate;
871 871
   }
872 872
   public function getInstanceTemplate()
873 873
   {
874
-    return $this->instanceTemplate;
874
+	return $this->instanceTemplate;
875 875
   }
876 876
 }
877 877
 
@@ -886,19 +886,19 @@  discard block
 block discarded – undo
886 886
 
887 887
   public function setFingerprint($fingerprint)
888 888
   {
889
-    $this->fingerprint = $fingerprint;
889
+	$this->fingerprint = $fingerprint;
890 890
   }
891 891
   public function getFingerprint()
892 892
   {
893
-    return $this->fingerprint;
893
+	return $this->fingerprint;
894 894
   }
895 895
   public function setTargetPools($targetPools)
896 896
   {
897
-    $this->targetPools = $targetPools;
897
+	$this->targetPools = $targetPools;
898 898
   }
899 899
   public function getTargetPools()
900 900
   {
901
-    return $this->targetPools;
901
+	return $this->targetPools;
902 902
   }
903 903
 }
904 904
 
@@ -935,179 +935,179 @@  discard block
 block discarded – undo
935 935
 
936 936
   public function setClientOperationId($clientOperationId)
937 937
   {
938
-    $this->clientOperationId = $clientOperationId;
938
+	$this->clientOperationId = $clientOperationId;
939 939
   }
940 940
   public function getClientOperationId()
941 941
   {
942
-    return $this->clientOperationId;
942
+	return $this->clientOperationId;
943 943
   }
944 944
   public function setCreationTimestamp($creationTimestamp)
945 945
   {
946
-    $this->creationTimestamp = $creationTimestamp;
946
+	$this->creationTimestamp = $creationTimestamp;
947 947
   }
948 948
   public function getCreationTimestamp()
949 949
   {
950
-    return $this->creationTimestamp;
950
+	return $this->creationTimestamp;
951 951
   }
952 952
   public function setEndTime($endTime)
953 953
   {
954
-    $this->endTime = $endTime;
954
+	$this->endTime = $endTime;
955 955
   }
956 956
   public function getEndTime()
957 957
   {
958
-    return $this->endTime;
958
+	return $this->endTime;
959 959
   }
960 960
   public function setError(Google_Service_Replicapool_OperationError $error)
961 961
   {
962
-    $this->error = $error;
962
+	$this->error = $error;
963 963
   }
964 964
   public function getError()
965 965
   {
966
-    return $this->error;
966
+	return $this->error;
967 967
   }
968 968
   public function setHttpErrorMessage($httpErrorMessage)
969 969
   {
970
-    $this->httpErrorMessage = $httpErrorMessage;
970
+	$this->httpErrorMessage = $httpErrorMessage;
971 971
   }
972 972
   public function getHttpErrorMessage()
973 973
   {
974
-    return $this->httpErrorMessage;
974
+	return $this->httpErrorMessage;
975 975
   }
976 976
   public function setHttpErrorStatusCode($httpErrorStatusCode)
977 977
   {
978
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
978
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
979 979
   }
980 980
   public function getHttpErrorStatusCode()
981 981
   {
982
-    return $this->httpErrorStatusCode;
982
+	return $this->httpErrorStatusCode;
983 983
   }
984 984
   public function setId($id)
985 985
   {
986
-    $this->id = $id;
986
+	$this->id = $id;
987 987
   }
988 988
   public function getId()
989 989
   {
990
-    return $this->id;
990
+	return $this->id;
991 991
   }
992 992
   public function setInsertTime($insertTime)
993 993
   {
994
-    $this->insertTime = $insertTime;
994
+	$this->insertTime = $insertTime;
995 995
   }
996 996
   public function getInsertTime()
997 997
   {
998
-    return $this->insertTime;
998
+	return $this->insertTime;
999 999
   }
1000 1000
   public function setKind($kind)
1001 1001
   {
1002
-    $this->kind = $kind;
1002
+	$this->kind = $kind;
1003 1003
   }
1004 1004
   public function getKind()
1005 1005
   {
1006
-    return $this->kind;
1006
+	return $this->kind;
1007 1007
   }
1008 1008
   public function setName($name)
1009 1009
   {
1010
-    $this->name = $name;
1010
+	$this->name = $name;
1011 1011
   }
1012 1012
   public function getName()
1013 1013
   {
1014
-    return $this->name;
1014
+	return $this->name;
1015 1015
   }
1016 1016
   public function setOperationType($operationType)
1017 1017
   {
1018
-    $this->operationType = $operationType;
1018
+	$this->operationType = $operationType;
1019 1019
   }
1020 1020
   public function getOperationType()
1021 1021
   {
1022
-    return $this->operationType;
1022
+	return $this->operationType;
1023 1023
   }
1024 1024
   public function setProgress($progress)
1025 1025
   {
1026
-    $this->progress = $progress;
1026
+	$this->progress = $progress;
1027 1027
   }
1028 1028
   public function getProgress()
1029 1029
   {
1030
-    return $this->progress;
1030
+	return $this->progress;
1031 1031
   }
1032 1032
   public function setRegion($region)
1033 1033
   {
1034
-    $this->region = $region;
1034
+	$this->region = $region;
1035 1035
   }
1036 1036
   public function getRegion()
1037 1037
   {
1038
-    return $this->region;
1038
+	return $this->region;
1039 1039
   }
1040 1040
   public function setSelfLink($selfLink)
1041 1041
   {
1042
-    $this->selfLink = $selfLink;
1042
+	$this->selfLink = $selfLink;
1043 1043
   }
1044 1044
   public function getSelfLink()
1045 1045
   {
1046
-    return $this->selfLink;
1046
+	return $this->selfLink;
1047 1047
   }
1048 1048
   public function setStartTime($startTime)
1049 1049
   {
1050
-    $this->startTime = $startTime;
1050
+	$this->startTime = $startTime;
1051 1051
   }
1052 1052
   public function getStartTime()
1053 1053
   {
1054
-    return $this->startTime;
1054
+	return $this->startTime;
1055 1055
   }
1056 1056
   public function setStatus($status)
1057 1057
   {
1058
-    $this->status = $status;
1058
+	$this->status = $status;
1059 1059
   }
1060 1060
   public function getStatus()
1061 1061
   {
1062
-    return $this->status;
1062
+	return $this->status;
1063 1063
   }
1064 1064
   public function setStatusMessage($statusMessage)
1065 1065
   {
1066
-    $this->statusMessage = $statusMessage;
1066
+	$this->statusMessage = $statusMessage;
1067 1067
   }
1068 1068
   public function getStatusMessage()
1069 1069
   {
1070
-    return $this->statusMessage;
1070
+	return $this->statusMessage;
1071 1071
   }
1072 1072
   public function setTargetId($targetId)
1073 1073
   {
1074
-    $this->targetId = $targetId;
1074
+	$this->targetId = $targetId;
1075 1075
   }
1076 1076
   public function getTargetId()
1077 1077
   {
1078
-    return $this->targetId;
1078
+	return $this->targetId;
1079 1079
   }
1080 1080
   public function setTargetLink($targetLink)
1081 1081
   {
1082
-    $this->targetLink = $targetLink;
1082
+	$this->targetLink = $targetLink;
1083 1083
   }
1084 1084
   public function getTargetLink()
1085 1085
   {
1086
-    return $this->targetLink;
1086
+	return $this->targetLink;
1087 1087
   }
1088 1088
   public function setUser($user)
1089 1089
   {
1090
-    $this->user = $user;
1090
+	$this->user = $user;
1091 1091
   }
1092 1092
   public function getUser()
1093 1093
   {
1094
-    return $this->user;
1094
+	return $this->user;
1095 1095
   }
1096 1096
   public function setWarnings($warnings)
1097 1097
   {
1098
-    $this->warnings = $warnings;
1098
+	$this->warnings = $warnings;
1099 1099
   }
1100 1100
   public function getWarnings()
1101 1101
   {
1102
-    return $this->warnings;
1102
+	return $this->warnings;
1103 1103
   }
1104 1104
   public function setZone($zone)
1105 1105
   {
1106
-    $this->zone = $zone;
1106
+	$this->zone = $zone;
1107 1107
   }
1108 1108
   public function getZone()
1109 1109
   {
1110
-    return $this->zone;
1110
+	return $this->zone;
1111 1111
   }
1112 1112
 }
1113 1113
 
@@ -1122,11 +1122,11 @@  discard block
 block discarded – undo
1122 1122
 
1123 1123
   public function setErrors($errors)
1124 1124
   {
1125
-    $this->errors = $errors;
1125
+	$this->errors = $errors;
1126 1126
   }
1127 1127
   public function getErrors()
1128 1128
   {
1129
-    return $this->errors;
1129
+	return $this->errors;
1130 1130
   }
1131 1131
 }
1132 1132
 
@@ -1141,27 +1141,27 @@  discard block
 block discarded – undo
1141 1141
 
1142 1142
   public function setCode($code)
1143 1143
   {
1144
-    $this->code = $code;
1144
+	$this->code = $code;
1145 1145
   }
1146 1146
   public function getCode()
1147 1147
   {
1148
-    return $this->code;
1148
+	return $this->code;
1149 1149
   }
1150 1150
   public function setLocation($location)
1151 1151
   {
1152
-    $this->location = $location;
1152
+	$this->location = $location;
1153 1153
   }
1154 1154
   public function getLocation()
1155 1155
   {
1156
-    return $this->location;
1156
+	return $this->location;
1157 1157
   }
1158 1158
   public function setMessage($message)
1159 1159
   {
1160
-    $this->message = $message;
1160
+	$this->message = $message;
1161 1161
   }
1162 1162
   public function getMessage()
1163 1163
   {
1164
-    return $this->message;
1164
+	return $this->message;
1165 1165
   }
1166 1166
 }
1167 1167
 
@@ -1180,43 +1180,43 @@  discard block
 block discarded – undo
1180 1180
 
1181 1181
   public function setId($id)
1182 1182
   {
1183
-    $this->id = $id;
1183
+	$this->id = $id;
1184 1184
   }
1185 1185
   public function getId()
1186 1186
   {
1187
-    return $this->id;
1187
+	return $this->id;
1188 1188
   }
1189 1189
   public function setItems($items)
1190 1190
   {
1191
-    $this->items = $items;
1191
+	$this->items = $items;
1192 1192
   }
1193 1193
   public function getItems()
1194 1194
   {
1195
-    return $this->items;
1195
+	return $this->items;
1196 1196
   }
1197 1197
   public function setKind($kind)
1198 1198
   {
1199
-    $this->kind = $kind;
1199
+	$this->kind = $kind;
1200 1200
   }
1201 1201
   public function getKind()
1202 1202
   {
1203
-    return $this->kind;
1203
+	return $this->kind;
1204 1204
   }
1205 1205
   public function setNextPageToken($nextPageToken)
1206 1206
   {
1207
-    $this->nextPageToken = $nextPageToken;
1207
+	$this->nextPageToken = $nextPageToken;
1208 1208
   }
1209 1209
   public function getNextPageToken()
1210 1210
   {
1211
-    return $this->nextPageToken;
1211
+	return $this->nextPageToken;
1212 1212
   }
1213 1213
   public function setSelfLink($selfLink)
1214 1214
   {
1215
-    $this->selfLink = $selfLink;
1215
+	$this->selfLink = $selfLink;
1216 1216
   }
1217 1217
   public function getSelfLink()
1218 1218
   {
1219
-    return $this->selfLink;
1219
+	return $this->selfLink;
1220 1220
   }
1221 1221
 }
1222 1222
 
@@ -1233,27 +1233,27 @@  discard block
 block discarded – undo
1233 1233
 
1234 1234
   public function setCode($code)
1235 1235
   {
1236
-    $this->code = $code;
1236
+	$this->code = $code;
1237 1237
   }
1238 1238
   public function getCode()
1239 1239
   {
1240
-    return $this->code;
1240
+	return $this->code;
1241 1241
   }
1242 1242
   public function setData($data)
1243 1243
   {
1244
-    $this->data = $data;
1244
+	$this->data = $data;
1245 1245
   }
1246 1246
   public function getData()
1247 1247
   {
1248
-    return $this->data;
1248
+	return $this->data;
1249 1249
   }
1250 1250
   public function setMessage($message)
1251 1251
   {
1252
-    $this->message = $message;
1252
+	$this->message = $message;
1253 1253
   }
1254 1254
   public function getMessage()
1255 1255
   {
1256
-    return $this->message;
1256
+	return $this->message;
1257 1257
   }
1258 1258
 }
1259 1259
 
@@ -1267,19 +1267,19 @@  discard block
 block discarded – undo
1267 1267
 
1268 1268
   public function setKey($key)
1269 1269
   {
1270
-    $this->key = $key;
1270
+	$this->key = $key;
1271 1271
   }
1272 1272
   public function getKey()
1273 1273
   {
1274
-    return $this->key;
1274
+	return $this->key;
1275 1275
   }
1276 1276
   public function setValue($value)
1277 1277
   {
1278
-    $this->value = $value;
1278
+	$this->value = $value;
1279 1279
   }
1280 1280
   public function getValue()
1281 1281
   {
1282
-    return $this->value;
1282
+	return $this->value;
1283 1283
   }
1284 1284
 }
1285 1285
 
@@ -1293,18 +1293,18 @@  discard block
 block discarded – undo
1293 1293
 
1294 1294
   public function setActionType($actionType)
1295 1295
   {
1296
-    $this->actionType = $actionType;
1296
+	$this->actionType = $actionType;
1297 1297
   }
1298 1298
   public function getActionType()
1299 1299
   {
1300
-    return $this->actionType;
1300
+	return $this->actionType;
1301 1301
   }
1302 1302
   public function setHealthCheck($healthCheck)
1303 1303
   {
1304
-    $this->healthCheck = $healthCheck;
1304
+	$this->healthCheck = $healthCheck;
1305 1305
   }
1306 1306
   public function getHealthCheck()
1307 1307
   {
1308
-    return $this->healthCheck;
1308
+	return $this->healthCheck;
1309 1309
   }
1310 1310
 }
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
                   'required' => true,
85 85
                 ),
86 86
               ),
87
-            ),'delete' => array(
87
+            ), 'delete' => array(
88 88
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
89 89
               'httpMethod' => 'DELETE',
90 90
               'parameters' => array(
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
                   'required' => true,
105 105
                 ),
106 106
               ),
107
-            ),'deleteInstances' => array(
107
+            ), 'deleteInstances' => array(
108 108
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances',
109 109
               'httpMethod' => 'POST',
110 110
               'parameters' => array(
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
                   'required' => true,
125 125
                 ),
126 126
               ),
127
-            ),'get' => array(
127
+            ), 'get' => array(
128 128
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
129 129
               'httpMethod' => 'GET',
130 130
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'required' => true,
145 145
                 ),
146 146
               ),
147
-            ),'insert' => array(
147
+            ), 'insert' => array(
148 148
               'path' => '{project}/zones/{zone}/instanceGroupManagers',
149 149
               'httpMethod' => 'POST',
150 150
               'parameters' => array(
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
                   'required' => true,
165 165
                 ),
166 166
               ),
167
-            ),'list' => array(
167
+            ), 'list' => array(
168 168
               'path' => '{project}/zones/{zone}/instanceGroupManagers',
169 169
               'httpMethod' => 'GET',
170 170
               'parameters' => array(
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
                   'type' => 'integer',
192 192
                 ),
193 193
               ),
194
-            ),'recreateInstances' => array(
194
+            ), 'recreateInstances' => array(
195 195
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances',
196 196
               'httpMethod' => 'POST',
197 197
               'parameters' => array(
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
                   'required' => true,
212 212
                 ),
213 213
               ),
214
-            ),'resize' => array(
214
+            ), 'resize' => array(
215 215
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize',
216 216
               'httpMethod' => 'POST',
217 217
               'parameters' => array(
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
                   'required' => true,
237 237
                 ),
238 238
               ),
239
-            ),'setInstanceTemplate' => array(
239
+            ), 'setInstanceTemplate' => array(
240 240
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate',
241 241
               'httpMethod' => 'POST',
242 242
               'parameters' => array(
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
                   'required' => true,
257 257
                 ),
258 258
               ),
259
-            ),'setTargetPools' => array(
259
+            ), 'setTargetPools' => array(
260 260
               'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools',
261 261
               'httpMethod' => 'POST',
262 262
               'parameters' => array(
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
                   'required' => true,
307 307
                 ),
308 308
               ),
309
-            ),'list' => array(
309
+            ), 'list' => array(
310 310
               'path' => '{project}/zones/{zone}/operations',
311 311
               'httpMethod' => 'GET',
312 312
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Blogger.php 2 patches
Indentation   +1266 added lines, -1266 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your Blogger account. */
34 34
   const BLOGGER =
35
-      "https://www.googleapis.com/auth/blogger";
35
+	  "https://www.googleapis.com/auth/blogger";
36 36
   /** View your Blogger account. */
37 37
   const BLOGGER_READONLY =
38
-      "https://www.googleapis.com/auth/blogger.readonly";
38
+	  "https://www.googleapis.com/auth/blogger.readonly";
39 39
 
40 40
   public $blogUserInfos;
41 41
   public $blogs;
@@ -54,879 +54,879 @@  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 = 'blogger/v3/';
60
-    $this->version = 'v3';
61
-    $this->serviceName = 'blogger';
62
-
63
-    $this->blogUserInfos = new Google_Service_Blogger_BlogUserInfos_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'blogUserInfos',
67
-        array(
68
-          'methods' => array(
69
-            'get' => array(
70
-              'path' => 'users/{userId}/blogs/{blogId}',
71
-              'httpMethod' => 'GET',
72
-              'parameters' => array(
73
-                'userId' => array(
74
-                  'location' => 'path',
75
-                  'type' => 'string',
76
-                  'required' => true,
77
-                ),
78
-                'blogId' => array(
79
-                  'location' => 'path',
80
-                  'type' => 'string',
81
-                  'required' => true,
82
-                ),
83
-                'maxPosts' => array(
84
-                  'location' => 'query',
85
-                  'type' => 'integer',
86
-                ),
87
-              ),
88
-            ),
89
-          )
90
-        )
91
-    );
92
-    $this->blogs = new Google_Service_Blogger_Blogs_Resource(
93
-        $this,
94
-        $this->serviceName,
95
-        'blogs',
96
-        array(
97
-          'methods' => array(
98
-            'get' => array(
99
-              'path' => 'blogs/{blogId}',
100
-              'httpMethod' => 'GET',
101
-              'parameters' => array(
102
-                'blogId' => array(
103
-                  'location' => 'path',
104
-                  'type' => 'string',
105
-                  'required' => true,
106
-                ),
107
-                'maxPosts' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'integer',
110
-                ),
111
-                'view' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-              ),
116
-            ),'getByUrl' => array(
117
-              'path' => 'blogs/byurl',
118
-              'httpMethod' => 'GET',
119
-              'parameters' => array(
120
-                'url' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'view' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'string',
128
-                ),
129
-              ),
130
-            ),'listByUser' => array(
131
-              'path' => 'users/{userId}/blogs',
132
-              'httpMethod' => 'GET',
133
-              'parameters' => array(
134
-                'userId' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-                'fetchUserInfo' => array(
140
-                  'location' => 'query',
141
-                  'type' => 'boolean',
142
-                ),
143
-                'status' => array(
144
-                  'location' => 'query',
145
-                  'type' => 'string',
146
-                  'repeated' => true,
147
-                ),
148
-                'role' => array(
149
-                  'location' => 'query',
150
-                  'type' => 'string',
151
-                  'repeated' => true,
152
-                ),
153
-                'view' => array(
154
-                  'location' => 'query',
155
-                  'type' => 'string',
156
-                ),
157
-              ),
158
-            ),
159
-          )
160
-        )
161
-    );
162
-    $this->comments = new Google_Service_Blogger_Comments_Resource(
163
-        $this,
164
-        $this->serviceName,
165
-        'comments',
166
-        array(
167
-          'methods' => array(
168
-            'approve' => array(
169
-              'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
170
-              'httpMethod' => 'POST',
171
-              'parameters' => array(
172
-                'blogId' => array(
173
-                  'location' => 'path',
174
-                  'type' => 'string',
175
-                  'required' => true,
176
-                ),
177
-                'postId' => array(
178
-                  'location' => 'path',
179
-                  'type' => 'string',
180
-                  'required' => true,
181
-                ),
182
-                'commentId' => array(
183
-                  'location' => 'path',
184
-                  'type' => 'string',
185
-                  'required' => true,
186
-                ),
187
-              ),
188
-            ),'delete' => array(
189
-              'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
190
-              'httpMethod' => 'DELETE',
191
-              'parameters' => array(
192
-                'blogId' => array(
193
-                  'location' => 'path',
194
-                  'type' => 'string',
195
-                  'required' => true,
196
-                ),
197
-                'postId' => array(
198
-                  'location' => 'path',
199
-                  'type' => 'string',
200
-                  'required' => true,
201
-                ),
202
-                'commentId' => array(
203
-                  'location' => 'path',
204
-                  'type' => 'string',
205
-                  'required' => true,
206
-                ),
207
-              ),
208
-            ),'get' => array(
209
-              'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
210
-              'httpMethod' => 'GET',
211
-              'parameters' => array(
212
-                'blogId' => array(
213
-                  'location' => 'path',
214
-                  'type' => 'string',
215
-                  'required' => true,
216
-                ),
217
-                'postId' => array(
218
-                  'location' => 'path',
219
-                  'type' => 'string',
220
-                  'required' => true,
221
-                ),
222
-                'commentId' => array(
223
-                  'location' => 'path',
224
-                  'type' => 'string',
225
-                  'required' => true,
226
-                ),
227
-                'view' => array(
228
-                  'location' => 'query',
229
-                  'type' => 'string',
230
-                ),
231
-              ),
232
-            ),'list' => array(
233
-              'path' => 'blogs/{blogId}/posts/{postId}/comments',
234
-              'httpMethod' => 'GET',
235
-              'parameters' => array(
236
-                'blogId' => array(
237
-                  'location' => 'path',
238
-                  'type' => 'string',
239
-                  'required' => true,
240
-                ),
241
-                'postId' => array(
242
-                  'location' => 'path',
243
-                  'type' => 'string',
244
-                  'required' => true,
245
-                ),
246
-                'status' => array(
247
-                  'location' => 'query',
248
-                  'type' => 'string',
249
-                  'repeated' => true,
250
-                ),
251
-                'startDate' => array(
252
-                  'location' => 'query',
253
-                  'type' => 'string',
254
-                ),
255
-                'endDate' => array(
256
-                  'location' => 'query',
257
-                  'type' => 'string',
258
-                ),
259
-                'maxResults' => array(
260
-                  'location' => 'query',
261
-                  'type' => 'integer',
262
-                ),
263
-                'pageToken' => array(
264
-                  'location' => 'query',
265
-                  'type' => 'string',
266
-                ),
267
-                'fetchBodies' => array(
268
-                  'location' => 'query',
269
-                  'type' => 'boolean',
270
-                ),
271
-                'view' => array(
272
-                  'location' => 'query',
273
-                  'type' => 'string',
274
-                ),
275
-              ),
276
-            ),'listByBlog' => array(
277
-              'path' => 'blogs/{blogId}/comments',
278
-              'httpMethod' => 'GET',
279
-              'parameters' => array(
280
-                'blogId' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'status' => array(
286
-                  'location' => 'query',
287
-                  'type' => 'string',
288
-                  'repeated' => true,
289
-                ),
290
-                'startDate' => array(
291
-                  'location' => 'query',
292
-                  'type' => 'string',
293
-                ),
294
-                'endDate' => array(
295
-                  'location' => 'query',
296
-                  'type' => 'string',
297
-                ),
298
-                'maxResults' => array(
299
-                  'location' => 'query',
300
-                  'type' => 'integer',
301
-                ),
302
-                'pageToken' => array(
303
-                  'location' => 'query',
304
-                  'type' => 'string',
305
-                ),
306
-                'fetchBodies' => array(
307
-                  'location' => 'query',
308
-                  'type' => 'boolean',
309
-                ),
310
-              ),
311
-            ),'markAsSpam' => array(
312
-              'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
313
-              'httpMethod' => 'POST',
314
-              'parameters' => array(
315
-                'blogId' => array(
316
-                  'location' => 'path',
317
-                  'type' => 'string',
318
-                  'required' => true,
319
-                ),
320
-                'postId' => array(
321
-                  'location' => 'path',
322
-                  'type' => 'string',
323
-                  'required' => true,
324
-                ),
325
-                'commentId' => array(
326
-                  'location' => 'path',
327
-                  'type' => 'string',
328
-                  'required' => true,
329
-                ),
330
-              ),
331
-            ),'removeContent' => array(
332
-              'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
333
-              'httpMethod' => 'POST',
334
-              'parameters' => array(
335
-                'blogId' => array(
336
-                  'location' => 'path',
337
-                  'type' => 'string',
338
-                  'required' => true,
339
-                ),
340
-                'postId' => array(
341
-                  'location' => 'path',
342
-                  'type' => 'string',
343
-                  'required' => true,
344
-                ),
345
-                'commentId' => array(
346
-                  'location' => 'path',
347
-                  'type' => 'string',
348
-                  'required' => true,
349
-                ),
350
-              ),
351
-            ),
352
-          )
353
-        )
354
-    );
355
-    $this->pageViews = new Google_Service_Blogger_PageViews_Resource(
356
-        $this,
357
-        $this->serviceName,
358
-        'pageViews',
359
-        array(
360
-          'methods' => array(
361
-            'get' => array(
362
-              'path' => 'blogs/{blogId}/pageviews',
363
-              'httpMethod' => 'GET',
364
-              'parameters' => array(
365
-                'blogId' => array(
366
-                  'location' => 'path',
367
-                  'type' => 'string',
368
-                  'required' => true,
369
-                ),
370
-                'range' => array(
371
-                  'location' => 'query',
372
-                  'type' => 'string',
373
-                  'repeated' => true,
374
-                ),
375
-              ),
376
-            ),
377
-          )
378
-        )
379
-    );
380
-    $this->pages = new Google_Service_Blogger_Pages_Resource(
381
-        $this,
382
-        $this->serviceName,
383
-        'pages',
384
-        array(
385
-          'methods' => array(
386
-            'delete' => array(
387
-              'path' => 'blogs/{blogId}/pages/{pageId}',
388
-              'httpMethod' => 'DELETE',
389
-              'parameters' => array(
390
-                'blogId' => array(
391
-                  'location' => 'path',
392
-                  'type' => 'string',
393
-                  'required' => true,
394
-                ),
395
-                'pageId' => array(
396
-                  'location' => 'path',
397
-                  'type' => 'string',
398
-                  'required' => true,
399
-                ),
400
-              ),
401
-            ),'get' => array(
402
-              'path' => 'blogs/{blogId}/pages/{pageId}',
403
-              'httpMethod' => 'GET',
404
-              'parameters' => array(
405
-                'blogId' => array(
406
-                  'location' => 'path',
407
-                  'type' => 'string',
408
-                  'required' => true,
409
-                ),
410
-                'pageId' => array(
411
-                  'location' => 'path',
412
-                  'type' => 'string',
413
-                  'required' => true,
414
-                ),
415
-                'view' => array(
416
-                  'location' => 'query',
417
-                  'type' => 'string',
418
-                ),
419
-              ),
420
-            ),'insert' => array(
421
-              'path' => 'blogs/{blogId}/pages',
422
-              'httpMethod' => 'POST',
423
-              'parameters' => array(
424
-                'blogId' => array(
425
-                  'location' => 'path',
426
-                  'type' => 'string',
427
-                  'required' => true,
428
-                ),
429
-                'isDraft' => array(
430
-                  'location' => 'query',
431
-                  'type' => 'boolean',
432
-                ),
433
-              ),
434
-            ),'list' => array(
435
-              'path' => 'blogs/{blogId}/pages',
436
-              'httpMethod' => 'GET',
437
-              'parameters' => array(
438
-                'blogId' => array(
439
-                  'location' => 'path',
440
-                  'type' => 'string',
441
-                  'required' => true,
442
-                ),
443
-                'status' => array(
444
-                  'location' => 'query',
445
-                  'type' => 'string',
446
-                  'repeated' => true,
447
-                ),
448
-                'maxResults' => array(
449
-                  'location' => 'query',
450
-                  'type' => 'integer',
451
-                ),
452
-                'pageToken' => array(
453
-                  'location' => 'query',
454
-                  'type' => 'string',
455
-                ),
456
-                'fetchBodies' => array(
457
-                  'location' => 'query',
458
-                  'type' => 'boolean',
459
-                ),
460
-                'view' => array(
461
-                  'location' => 'query',
462
-                  'type' => 'string',
463
-                ),
464
-              ),
465
-            ),'patch' => array(
466
-              'path' => 'blogs/{blogId}/pages/{pageId}',
467
-              'httpMethod' => 'PATCH',
468
-              'parameters' => array(
469
-                'blogId' => array(
470
-                  'location' => 'path',
471
-                  'type' => 'string',
472
-                  'required' => true,
473
-                ),
474
-                'pageId' => array(
475
-                  'location' => 'path',
476
-                  'type' => 'string',
477
-                  'required' => true,
478
-                ),
479
-                'revert' => array(
480
-                  'location' => 'query',
481
-                  'type' => 'boolean',
482
-                ),
483
-                'publish' => array(
484
-                  'location' => 'query',
485
-                  'type' => 'boolean',
486
-                ),
487
-              ),
488
-            ),'publish' => array(
489
-              'path' => 'blogs/{blogId}/pages/{pageId}/publish',
490
-              'httpMethod' => 'POST',
491
-              'parameters' => array(
492
-                'blogId' => array(
493
-                  'location' => 'path',
494
-                  'type' => 'string',
495
-                  'required' => true,
496
-                ),
497
-                'pageId' => array(
498
-                  'location' => 'path',
499
-                  'type' => 'string',
500
-                  'required' => true,
501
-                ),
502
-              ),
503
-            ),'revert' => array(
504
-              'path' => 'blogs/{blogId}/pages/{pageId}/revert',
505
-              'httpMethod' => 'POST',
506
-              'parameters' => array(
507
-                'blogId' => array(
508
-                  'location' => 'path',
509
-                  'type' => 'string',
510
-                  'required' => true,
511
-                ),
512
-                'pageId' => array(
513
-                  'location' => 'path',
514
-                  'type' => 'string',
515
-                  'required' => true,
516
-                ),
517
-              ),
518
-            ),'update' => array(
519
-              'path' => 'blogs/{blogId}/pages/{pageId}',
520
-              'httpMethod' => 'PUT',
521
-              'parameters' => array(
522
-                'blogId' => array(
523
-                  'location' => 'path',
524
-                  'type' => 'string',
525
-                  'required' => true,
526
-                ),
527
-                'pageId' => array(
528
-                  'location' => 'path',
529
-                  'type' => 'string',
530
-                  'required' => true,
531
-                ),
532
-                'revert' => array(
533
-                  'location' => 'query',
534
-                  'type' => 'boolean',
535
-                ),
536
-                'publish' => array(
537
-                  'location' => 'query',
538
-                  'type' => 'boolean',
539
-                ),
540
-              ),
541
-            ),
542
-          )
543
-        )
544
-    );
545
-    $this->postUserInfos = new Google_Service_Blogger_PostUserInfos_Resource(
546
-        $this,
547
-        $this->serviceName,
548
-        'postUserInfos',
549
-        array(
550
-          'methods' => array(
551
-            'get' => array(
552
-              'path' => 'users/{userId}/blogs/{blogId}/posts/{postId}',
553
-              'httpMethod' => 'GET',
554
-              'parameters' => array(
555
-                'userId' => array(
556
-                  'location' => 'path',
557
-                  'type' => 'string',
558
-                  'required' => true,
559
-                ),
560
-                'blogId' => array(
561
-                  'location' => 'path',
562
-                  'type' => 'string',
563
-                  'required' => true,
564
-                ),
565
-                'postId' => array(
566
-                  'location' => 'path',
567
-                  'type' => 'string',
568
-                  'required' => true,
569
-                ),
570
-                'maxComments' => array(
571
-                  'location' => 'query',
572
-                  'type' => 'integer',
573
-                ),
574
-              ),
575
-            ),'list' => array(
576
-              'path' => 'users/{userId}/blogs/{blogId}/posts',
577
-              'httpMethod' => 'GET',
578
-              'parameters' => array(
579
-                'userId' => array(
580
-                  'location' => 'path',
581
-                  'type' => 'string',
582
-                  'required' => true,
583
-                ),
584
-                'blogId' => array(
585
-                  'location' => 'path',
586
-                  'type' => 'string',
587
-                  'required' => true,
588
-                ),
589
-                'orderBy' => array(
590
-                  'location' => 'query',
591
-                  'type' => 'string',
592
-                ),
593
-                'startDate' => array(
594
-                  'location' => 'query',
595
-                  'type' => 'string',
596
-                ),
597
-                'endDate' => array(
598
-                  'location' => 'query',
599
-                  'type' => 'string',
600
-                ),
601
-                'labels' => array(
602
-                  'location' => 'query',
603
-                  'type' => 'string',
604
-                ),
605
-                'maxResults' => array(
606
-                  'location' => 'query',
607
-                  'type' => 'integer',
608
-                ),
609
-                'pageToken' => array(
610
-                  'location' => 'query',
611
-                  'type' => 'string',
612
-                ),
613
-                'status' => array(
614
-                  'location' => 'query',
615
-                  'type' => 'string',
616
-                  'repeated' => true,
617
-                ),
618
-                'fetchBodies' => array(
619
-                  'location' => 'query',
620
-                  'type' => 'boolean',
621
-                ),
622
-                'view' => array(
623
-                  'location' => 'query',
624
-                  'type' => 'string',
625
-                ),
626
-              ),
627
-            ),
628
-          )
629
-        )
630
-    );
631
-    $this->posts = new Google_Service_Blogger_Posts_Resource(
632
-        $this,
633
-        $this->serviceName,
634
-        'posts',
635
-        array(
636
-          'methods' => array(
637
-            'delete' => array(
638
-              'path' => 'blogs/{blogId}/posts/{postId}',
639
-              'httpMethod' => 'DELETE',
640
-              'parameters' => array(
641
-                'blogId' => array(
642
-                  'location' => 'path',
643
-                  'type' => 'string',
644
-                  'required' => true,
645
-                ),
646
-                'postId' => array(
647
-                  'location' => 'path',
648
-                  'type' => 'string',
649
-                  'required' => true,
650
-                ),
651
-              ),
652
-            ),'get' => array(
653
-              'path' => 'blogs/{blogId}/posts/{postId}',
654
-              'httpMethod' => 'GET',
655
-              'parameters' => array(
656
-                'blogId' => array(
657
-                  'location' => 'path',
658
-                  'type' => 'string',
659
-                  'required' => true,
660
-                ),
661
-                'postId' => array(
662
-                  'location' => 'path',
663
-                  'type' => 'string',
664
-                  'required' => true,
665
-                ),
666
-                'fetchBody' => array(
667
-                  'location' => 'query',
668
-                  'type' => 'boolean',
669
-                ),
670
-                'maxComments' => array(
671
-                  'location' => 'query',
672
-                  'type' => 'integer',
673
-                ),
674
-                'fetchImages' => array(
675
-                  'location' => 'query',
676
-                  'type' => 'boolean',
677
-                ),
678
-                'view' => array(
679
-                  'location' => 'query',
680
-                  'type' => 'string',
681
-                ),
682
-              ),
683
-            ),'getByPath' => array(
684
-              'path' => 'blogs/{blogId}/posts/bypath',
685
-              'httpMethod' => 'GET',
686
-              'parameters' => array(
687
-                'blogId' => array(
688
-                  'location' => 'path',
689
-                  'type' => 'string',
690
-                  'required' => true,
691
-                ),
692
-                'path' => array(
693
-                  'location' => 'query',
694
-                  'type' => 'string',
695
-                  'required' => true,
696
-                ),
697
-                'maxComments' => array(
698
-                  'location' => 'query',
699
-                  'type' => 'integer',
700
-                ),
701
-                'view' => array(
702
-                  'location' => 'query',
703
-                  'type' => 'string',
704
-                ),
705
-              ),
706
-            ),'insert' => array(
707
-              'path' => 'blogs/{blogId}/posts',
708
-              'httpMethod' => 'POST',
709
-              'parameters' => array(
710
-                'blogId' => array(
711
-                  'location' => 'path',
712
-                  'type' => 'string',
713
-                  'required' => true,
714
-                ),
715
-                'fetchImages' => array(
716
-                  'location' => 'query',
717
-                  'type' => 'boolean',
718
-                ),
719
-                'isDraft' => array(
720
-                  'location' => 'query',
721
-                  'type' => 'boolean',
722
-                ),
723
-                'fetchBody' => array(
724
-                  'location' => 'query',
725
-                  'type' => 'boolean',
726
-                ),
727
-              ),
728
-            ),'list' => array(
729
-              'path' => 'blogs/{blogId}/posts',
730
-              'httpMethod' => 'GET',
731
-              'parameters' => array(
732
-                'blogId' => array(
733
-                  'location' => 'path',
734
-                  'type' => 'string',
735
-                  'required' => true,
736
-                ),
737
-                'orderBy' => array(
738
-                  'location' => 'query',
739
-                  'type' => 'string',
740
-                ),
741
-                'startDate' => array(
742
-                  'location' => 'query',
743
-                  'type' => 'string',
744
-                ),
745
-                'endDate' => array(
746
-                  'location' => 'query',
747
-                  'type' => 'string',
748
-                ),
749
-                'labels' => array(
750
-                  'location' => 'query',
751
-                  'type' => 'string',
752
-                ),
753
-                'maxResults' => array(
754
-                  'location' => 'query',
755
-                  'type' => 'integer',
756
-                ),
757
-                'fetchImages' => array(
758
-                  'location' => 'query',
759
-                  'type' => 'boolean',
760
-                ),
761
-                'pageToken' => array(
762
-                  'location' => 'query',
763
-                  'type' => 'string',
764
-                ),
765
-                'status' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'string',
768
-                  'repeated' => true,
769
-                ),
770
-                'fetchBodies' => array(
771
-                  'location' => 'query',
772
-                  'type' => 'boolean',
773
-                ),
774
-                'view' => array(
775
-                  'location' => 'query',
776
-                  'type' => 'string',
777
-                ),
778
-              ),
779
-            ),'patch' => array(
780
-              'path' => 'blogs/{blogId}/posts/{postId}',
781
-              'httpMethod' => 'PATCH',
782
-              'parameters' => array(
783
-                'blogId' => array(
784
-                  'location' => 'path',
785
-                  'type' => 'string',
786
-                  'required' => true,
787
-                ),
788
-                'postId' => array(
789
-                  'location' => 'path',
790
-                  'type' => 'string',
791
-                  'required' => true,
792
-                ),
793
-                'revert' => array(
794
-                  'location' => 'query',
795
-                  'type' => 'boolean',
796
-                ),
797
-                'publish' => array(
798
-                  'location' => 'query',
799
-                  'type' => 'boolean',
800
-                ),
801
-                'fetchBody' => array(
802
-                  'location' => 'query',
803
-                  'type' => 'boolean',
804
-                ),
805
-                'maxComments' => array(
806
-                  'location' => 'query',
807
-                  'type' => 'integer',
808
-                ),
809
-                'fetchImages' => array(
810
-                  'location' => 'query',
811
-                  'type' => 'boolean',
812
-                ),
813
-              ),
814
-            ),'publish' => array(
815
-              'path' => 'blogs/{blogId}/posts/{postId}/publish',
816
-              'httpMethod' => 'POST',
817
-              'parameters' => array(
818
-                'blogId' => array(
819
-                  'location' => 'path',
820
-                  'type' => 'string',
821
-                  'required' => true,
822
-                ),
823
-                'postId' => array(
824
-                  'location' => 'path',
825
-                  'type' => 'string',
826
-                  'required' => true,
827
-                ),
828
-                'publishDate' => array(
829
-                  'location' => 'query',
830
-                  'type' => 'string',
831
-                ),
832
-              ),
833
-            ),'revert' => array(
834
-              'path' => 'blogs/{blogId}/posts/{postId}/revert',
835
-              'httpMethod' => 'POST',
836
-              'parameters' => array(
837
-                'blogId' => array(
838
-                  'location' => 'path',
839
-                  'type' => 'string',
840
-                  'required' => true,
841
-                ),
842
-                'postId' => array(
843
-                  'location' => 'path',
844
-                  'type' => 'string',
845
-                  'required' => true,
846
-                ),
847
-              ),
848
-            ),'search' => array(
849
-              'path' => 'blogs/{blogId}/posts/search',
850
-              'httpMethod' => 'GET',
851
-              'parameters' => array(
852
-                'blogId' => array(
853
-                  'location' => 'path',
854
-                  'type' => 'string',
855
-                  'required' => true,
856
-                ),
857
-                'q' => array(
858
-                  'location' => 'query',
859
-                  'type' => 'string',
860
-                  'required' => true,
861
-                ),
862
-                'orderBy' => array(
863
-                  'location' => 'query',
864
-                  'type' => 'string',
865
-                ),
866
-                'fetchBodies' => array(
867
-                  'location' => 'query',
868
-                  'type' => 'boolean',
869
-                ),
870
-              ),
871
-            ),'update' => array(
872
-              'path' => 'blogs/{blogId}/posts/{postId}',
873
-              'httpMethod' => 'PUT',
874
-              'parameters' => array(
875
-                'blogId' => array(
876
-                  'location' => 'path',
877
-                  'type' => 'string',
878
-                  'required' => true,
879
-                ),
880
-                'postId' => array(
881
-                  'location' => 'path',
882
-                  'type' => 'string',
883
-                  'required' => true,
884
-                ),
885
-                'revert' => array(
886
-                  'location' => 'query',
887
-                  'type' => 'boolean',
888
-                ),
889
-                'publish' => array(
890
-                  'location' => 'query',
891
-                  'type' => 'boolean',
892
-                ),
893
-                'fetchBody' => array(
894
-                  'location' => 'query',
895
-                  'type' => 'boolean',
896
-                ),
897
-                'maxComments' => array(
898
-                  'location' => 'query',
899
-                  'type' => 'integer',
900
-                ),
901
-                'fetchImages' => array(
902
-                  'location' => 'query',
903
-                  'type' => 'boolean',
904
-                ),
905
-              ),
906
-            ),
907
-          )
908
-        )
909
-    );
910
-    $this->users = new Google_Service_Blogger_Users_Resource(
911
-        $this,
912
-        $this->serviceName,
913
-        'users',
914
-        array(
915
-          'methods' => array(
916
-            'get' => array(
917
-              'path' => 'users/{userId}',
918
-              'httpMethod' => 'GET',
919
-              'parameters' => array(
920
-                'userId' => array(
921
-                  'location' => 'path',
922
-                  'type' => 'string',
923
-                  'required' => true,
924
-                ),
925
-              ),
926
-            ),
927
-          )
928
-        )
929
-    );
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = 'blogger/v3/';
60
+	$this->version = 'v3';
61
+	$this->serviceName = 'blogger';
62
+
63
+	$this->blogUserInfos = new Google_Service_Blogger_BlogUserInfos_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'blogUserInfos',
67
+		array(
68
+		  'methods' => array(
69
+			'get' => array(
70
+			  'path' => 'users/{userId}/blogs/{blogId}',
71
+			  'httpMethod' => 'GET',
72
+			  'parameters' => array(
73
+				'userId' => array(
74
+				  'location' => 'path',
75
+				  'type' => 'string',
76
+				  'required' => true,
77
+				),
78
+				'blogId' => array(
79
+				  'location' => 'path',
80
+				  'type' => 'string',
81
+				  'required' => true,
82
+				),
83
+				'maxPosts' => array(
84
+				  'location' => 'query',
85
+				  'type' => 'integer',
86
+				),
87
+			  ),
88
+			),
89
+		  )
90
+		)
91
+	);
92
+	$this->blogs = new Google_Service_Blogger_Blogs_Resource(
93
+		$this,
94
+		$this->serviceName,
95
+		'blogs',
96
+		array(
97
+		  'methods' => array(
98
+			'get' => array(
99
+			  'path' => 'blogs/{blogId}',
100
+			  'httpMethod' => 'GET',
101
+			  'parameters' => array(
102
+				'blogId' => array(
103
+				  'location' => 'path',
104
+				  'type' => 'string',
105
+				  'required' => true,
106
+				),
107
+				'maxPosts' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'integer',
110
+				),
111
+				'view' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+			  ),
116
+			),'getByUrl' => array(
117
+			  'path' => 'blogs/byurl',
118
+			  'httpMethod' => 'GET',
119
+			  'parameters' => array(
120
+				'url' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'view' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'string',
128
+				),
129
+			  ),
130
+			),'listByUser' => array(
131
+			  'path' => 'users/{userId}/blogs',
132
+			  'httpMethod' => 'GET',
133
+			  'parameters' => array(
134
+				'userId' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+				'fetchUserInfo' => array(
140
+				  'location' => 'query',
141
+				  'type' => 'boolean',
142
+				),
143
+				'status' => array(
144
+				  'location' => 'query',
145
+				  'type' => 'string',
146
+				  'repeated' => true,
147
+				),
148
+				'role' => array(
149
+				  'location' => 'query',
150
+				  'type' => 'string',
151
+				  'repeated' => true,
152
+				),
153
+				'view' => array(
154
+				  'location' => 'query',
155
+				  'type' => 'string',
156
+				),
157
+			  ),
158
+			),
159
+		  )
160
+		)
161
+	);
162
+	$this->comments = new Google_Service_Blogger_Comments_Resource(
163
+		$this,
164
+		$this->serviceName,
165
+		'comments',
166
+		array(
167
+		  'methods' => array(
168
+			'approve' => array(
169
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
170
+			  'httpMethod' => 'POST',
171
+			  'parameters' => array(
172
+				'blogId' => array(
173
+				  'location' => 'path',
174
+				  'type' => 'string',
175
+				  'required' => true,
176
+				),
177
+				'postId' => array(
178
+				  'location' => 'path',
179
+				  'type' => 'string',
180
+				  'required' => true,
181
+				),
182
+				'commentId' => array(
183
+				  'location' => 'path',
184
+				  'type' => 'string',
185
+				  'required' => true,
186
+				),
187
+			  ),
188
+			),'delete' => array(
189
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
190
+			  'httpMethod' => 'DELETE',
191
+			  'parameters' => array(
192
+				'blogId' => array(
193
+				  'location' => 'path',
194
+				  'type' => 'string',
195
+				  'required' => true,
196
+				),
197
+				'postId' => array(
198
+				  'location' => 'path',
199
+				  'type' => 'string',
200
+				  'required' => true,
201
+				),
202
+				'commentId' => array(
203
+				  'location' => 'path',
204
+				  'type' => 'string',
205
+				  'required' => true,
206
+				),
207
+			  ),
208
+			),'get' => array(
209
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
210
+			  'httpMethod' => 'GET',
211
+			  'parameters' => array(
212
+				'blogId' => array(
213
+				  'location' => 'path',
214
+				  'type' => 'string',
215
+				  'required' => true,
216
+				),
217
+				'postId' => array(
218
+				  'location' => 'path',
219
+				  'type' => 'string',
220
+				  'required' => true,
221
+				),
222
+				'commentId' => array(
223
+				  'location' => 'path',
224
+				  'type' => 'string',
225
+				  'required' => true,
226
+				),
227
+				'view' => array(
228
+				  'location' => 'query',
229
+				  'type' => 'string',
230
+				),
231
+			  ),
232
+			),'list' => array(
233
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments',
234
+			  'httpMethod' => 'GET',
235
+			  'parameters' => array(
236
+				'blogId' => array(
237
+				  'location' => 'path',
238
+				  'type' => 'string',
239
+				  'required' => true,
240
+				),
241
+				'postId' => array(
242
+				  'location' => 'path',
243
+				  'type' => 'string',
244
+				  'required' => true,
245
+				),
246
+				'status' => array(
247
+				  'location' => 'query',
248
+				  'type' => 'string',
249
+				  'repeated' => true,
250
+				),
251
+				'startDate' => array(
252
+				  'location' => 'query',
253
+				  'type' => 'string',
254
+				),
255
+				'endDate' => array(
256
+				  'location' => 'query',
257
+				  'type' => 'string',
258
+				),
259
+				'maxResults' => array(
260
+				  'location' => 'query',
261
+				  'type' => 'integer',
262
+				),
263
+				'pageToken' => array(
264
+				  'location' => 'query',
265
+				  'type' => 'string',
266
+				),
267
+				'fetchBodies' => array(
268
+				  'location' => 'query',
269
+				  'type' => 'boolean',
270
+				),
271
+				'view' => array(
272
+				  'location' => 'query',
273
+				  'type' => 'string',
274
+				),
275
+			  ),
276
+			),'listByBlog' => array(
277
+			  'path' => 'blogs/{blogId}/comments',
278
+			  'httpMethod' => 'GET',
279
+			  'parameters' => array(
280
+				'blogId' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'status' => array(
286
+				  'location' => 'query',
287
+				  'type' => 'string',
288
+				  'repeated' => true,
289
+				),
290
+				'startDate' => array(
291
+				  'location' => 'query',
292
+				  'type' => 'string',
293
+				),
294
+				'endDate' => array(
295
+				  'location' => 'query',
296
+				  'type' => 'string',
297
+				),
298
+				'maxResults' => array(
299
+				  'location' => 'query',
300
+				  'type' => 'integer',
301
+				),
302
+				'pageToken' => array(
303
+				  'location' => 'query',
304
+				  'type' => 'string',
305
+				),
306
+				'fetchBodies' => array(
307
+				  'location' => 'query',
308
+				  'type' => 'boolean',
309
+				),
310
+			  ),
311
+			),'markAsSpam' => array(
312
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
313
+			  'httpMethod' => 'POST',
314
+			  'parameters' => array(
315
+				'blogId' => array(
316
+				  'location' => 'path',
317
+				  'type' => 'string',
318
+				  'required' => true,
319
+				),
320
+				'postId' => array(
321
+				  'location' => 'path',
322
+				  'type' => 'string',
323
+				  'required' => true,
324
+				),
325
+				'commentId' => array(
326
+				  'location' => 'path',
327
+				  'type' => 'string',
328
+				  'required' => true,
329
+				),
330
+			  ),
331
+			),'removeContent' => array(
332
+			  'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
333
+			  'httpMethod' => 'POST',
334
+			  'parameters' => array(
335
+				'blogId' => array(
336
+				  'location' => 'path',
337
+				  'type' => 'string',
338
+				  'required' => true,
339
+				),
340
+				'postId' => array(
341
+				  'location' => 'path',
342
+				  'type' => 'string',
343
+				  'required' => true,
344
+				),
345
+				'commentId' => array(
346
+				  'location' => 'path',
347
+				  'type' => 'string',
348
+				  'required' => true,
349
+				),
350
+			  ),
351
+			),
352
+		  )
353
+		)
354
+	);
355
+	$this->pageViews = new Google_Service_Blogger_PageViews_Resource(
356
+		$this,
357
+		$this->serviceName,
358
+		'pageViews',
359
+		array(
360
+		  'methods' => array(
361
+			'get' => array(
362
+			  'path' => 'blogs/{blogId}/pageviews',
363
+			  'httpMethod' => 'GET',
364
+			  'parameters' => array(
365
+				'blogId' => array(
366
+				  'location' => 'path',
367
+				  'type' => 'string',
368
+				  'required' => true,
369
+				),
370
+				'range' => array(
371
+				  'location' => 'query',
372
+				  'type' => 'string',
373
+				  'repeated' => true,
374
+				),
375
+			  ),
376
+			),
377
+		  )
378
+		)
379
+	);
380
+	$this->pages = new Google_Service_Blogger_Pages_Resource(
381
+		$this,
382
+		$this->serviceName,
383
+		'pages',
384
+		array(
385
+		  'methods' => array(
386
+			'delete' => array(
387
+			  'path' => 'blogs/{blogId}/pages/{pageId}',
388
+			  'httpMethod' => 'DELETE',
389
+			  'parameters' => array(
390
+				'blogId' => array(
391
+				  'location' => 'path',
392
+				  'type' => 'string',
393
+				  'required' => true,
394
+				),
395
+				'pageId' => array(
396
+				  'location' => 'path',
397
+				  'type' => 'string',
398
+				  'required' => true,
399
+				),
400
+			  ),
401
+			),'get' => array(
402
+			  'path' => 'blogs/{blogId}/pages/{pageId}',
403
+			  'httpMethod' => 'GET',
404
+			  'parameters' => array(
405
+				'blogId' => array(
406
+				  'location' => 'path',
407
+				  'type' => 'string',
408
+				  'required' => true,
409
+				),
410
+				'pageId' => array(
411
+				  'location' => 'path',
412
+				  'type' => 'string',
413
+				  'required' => true,
414
+				),
415
+				'view' => array(
416
+				  'location' => 'query',
417
+				  'type' => 'string',
418
+				),
419
+			  ),
420
+			),'insert' => array(
421
+			  'path' => 'blogs/{blogId}/pages',
422
+			  'httpMethod' => 'POST',
423
+			  'parameters' => array(
424
+				'blogId' => array(
425
+				  'location' => 'path',
426
+				  'type' => 'string',
427
+				  'required' => true,
428
+				),
429
+				'isDraft' => array(
430
+				  'location' => 'query',
431
+				  'type' => 'boolean',
432
+				),
433
+			  ),
434
+			),'list' => array(
435
+			  'path' => 'blogs/{blogId}/pages',
436
+			  'httpMethod' => 'GET',
437
+			  'parameters' => array(
438
+				'blogId' => array(
439
+				  'location' => 'path',
440
+				  'type' => 'string',
441
+				  'required' => true,
442
+				),
443
+				'status' => array(
444
+				  'location' => 'query',
445
+				  'type' => 'string',
446
+				  'repeated' => true,
447
+				),
448
+				'maxResults' => array(
449
+				  'location' => 'query',
450
+				  'type' => 'integer',
451
+				),
452
+				'pageToken' => array(
453
+				  'location' => 'query',
454
+				  'type' => 'string',
455
+				),
456
+				'fetchBodies' => array(
457
+				  'location' => 'query',
458
+				  'type' => 'boolean',
459
+				),
460
+				'view' => array(
461
+				  'location' => 'query',
462
+				  'type' => 'string',
463
+				),
464
+			  ),
465
+			),'patch' => array(
466
+			  'path' => 'blogs/{blogId}/pages/{pageId}',
467
+			  'httpMethod' => 'PATCH',
468
+			  'parameters' => array(
469
+				'blogId' => array(
470
+				  'location' => 'path',
471
+				  'type' => 'string',
472
+				  'required' => true,
473
+				),
474
+				'pageId' => array(
475
+				  'location' => 'path',
476
+				  'type' => 'string',
477
+				  'required' => true,
478
+				),
479
+				'revert' => array(
480
+				  'location' => 'query',
481
+				  'type' => 'boolean',
482
+				),
483
+				'publish' => array(
484
+				  'location' => 'query',
485
+				  'type' => 'boolean',
486
+				),
487
+			  ),
488
+			),'publish' => array(
489
+			  'path' => 'blogs/{blogId}/pages/{pageId}/publish',
490
+			  'httpMethod' => 'POST',
491
+			  'parameters' => array(
492
+				'blogId' => array(
493
+				  'location' => 'path',
494
+				  'type' => 'string',
495
+				  'required' => true,
496
+				),
497
+				'pageId' => array(
498
+				  'location' => 'path',
499
+				  'type' => 'string',
500
+				  'required' => true,
501
+				),
502
+			  ),
503
+			),'revert' => array(
504
+			  'path' => 'blogs/{blogId}/pages/{pageId}/revert',
505
+			  'httpMethod' => 'POST',
506
+			  'parameters' => array(
507
+				'blogId' => array(
508
+				  'location' => 'path',
509
+				  'type' => 'string',
510
+				  'required' => true,
511
+				),
512
+				'pageId' => array(
513
+				  'location' => 'path',
514
+				  'type' => 'string',
515
+				  'required' => true,
516
+				),
517
+			  ),
518
+			),'update' => array(
519
+			  'path' => 'blogs/{blogId}/pages/{pageId}',
520
+			  'httpMethod' => 'PUT',
521
+			  'parameters' => array(
522
+				'blogId' => array(
523
+				  'location' => 'path',
524
+				  'type' => 'string',
525
+				  'required' => true,
526
+				),
527
+				'pageId' => array(
528
+				  'location' => 'path',
529
+				  'type' => 'string',
530
+				  'required' => true,
531
+				),
532
+				'revert' => array(
533
+				  'location' => 'query',
534
+				  'type' => 'boolean',
535
+				),
536
+				'publish' => array(
537
+				  'location' => 'query',
538
+				  'type' => 'boolean',
539
+				),
540
+			  ),
541
+			),
542
+		  )
543
+		)
544
+	);
545
+	$this->postUserInfos = new Google_Service_Blogger_PostUserInfos_Resource(
546
+		$this,
547
+		$this->serviceName,
548
+		'postUserInfos',
549
+		array(
550
+		  'methods' => array(
551
+			'get' => array(
552
+			  'path' => 'users/{userId}/blogs/{blogId}/posts/{postId}',
553
+			  'httpMethod' => 'GET',
554
+			  'parameters' => array(
555
+				'userId' => array(
556
+				  'location' => 'path',
557
+				  'type' => 'string',
558
+				  'required' => true,
559
+				),
560
+				'blogId' => array(
561
+				  'location' => 'path',
562
+				  'type' => 'string',
563
+				  'required' => true,
564
+				),
565
+				'postId' => array(
566
+				  'location' => 'path',
567
+				  'type' => 'string',
568
+				  'required' => true,
569
+				),
570
+				'maxComments' => array(
571
+				  'location' => 'query',
572
+				  'type' => 'integer',
573
+				),
574
+			  ),
575
+			),'list' => array(
576
+			  'path' => 'users/{userId}/blogs/{blogId}/posts',
577
+			  'httpMethod' => 'GET',
578
+			  'parameters' => array(
579
+				'userId' => array(
580
+				  'location' => 'path',
581
+				  'type' => 'string',
582
+				  'required' => true,
583
+				),
584
+				'blogId' => array(
585
+				  'location' => 'path',
586
+				  'type' => 'string',
587
+				  'required' => true,
588
+				),
589
+				'orderBy' => array(
590
+				  'location' => 'query',
591
+				  'type' => 'string',
592
+				),
593
+				'startDate' => array(
594
+				  'location' => 'query',
595
+				  'type' => 'string',
596
+				),
597
+				'endDate' => array(
598
+				  'location' => 'query',
599
+				  'type' => 'string',
600
+				),
601
+				'labels' => array(
602
+				  'location' => 'query',
603
+				  'type' => 'string',
604
+				),
605
+				'maxResults' => array(
606
+				  'location' => 'query',
607
+				  'type' => 'integer',
608
+				),
609
+				'pageToken' => array(
610
+				  'location' => 'query',
611
+				  'type' => 'string',
612
+				),
613
+				'status' => array(
614
+				  'location' => 'query',
615
+				  'type' => 'string',
616
+				  'repeated' => true,
617
+				),
618
+				'fetchBodies' => array(
619
+				  'location' => 'query',
620
+				  'type' => 'boolean',
621
+				),
622
+				'view' => array(
623
+				  'location' => 'query',
624
+				  'type' => 'string',
625
+				),
626
+			  ),
627
+			),
628
+		  )
629
+		)
630
+	);
631
+	$this->posts = new Google_Service_Blogger_Posts_Resource(
632
+		$this,
633
+		$this->serviceName,
634
+		'posts',
635
+		array(
636
+		  'methods' => array(
637
+			'delete' => array(
638
+			  'path' => 'blogs/{blogId}/posts/{postId}',
639
+			  'httpMethod' => 'DELETE',
640
+			  'parameters' => array(
641
+				'blogId' => array(
642
+				  'location' => 'path',
643
+				  'type' => 'string',
644
+				  'required' => true,
645
+				),
646
+				'postId' => array(
647
+				  'location' => 'path',
648
+				  'type' => 'string',
649
+				  'required' => true,
650
+				),
651
+			  ),
652
+			),'get' => array(
653
+			  'path' => 'blogs/{blogId}/posts/{postId}',
654
+			  'httpMethod' => 'GET',
655
+			  'parameters' => array(
656
+				'blogId' => array(
657
+				  'location' => 'path',
658
+				  'type' => 'string',
659
+				  'required' => true,
660
+				),
661
+				'postId' => array(
662
+				  'location' => 'path',
663
+				  'type' => 'string',
664
+				  'required' => true,
665
+				),
666
+				'fetchBody' => array(
667
+				  'location' => 'query',
668
+				  'type' => 'boolean',
669
+				),
670
+				'maxComments' => array(
671
+				  'location' => 'query',
672
+				  'type' => 'integer',
673
+				),
674
+				'fetchImages' => array(
675
+				  'location' => 'query',
676
+				  'type' => 'boolean',
677
+				),
678
+				'view' => array(
679
+				  'location' => 'query',
680
+				  'type' => 'string',
681
+				),
682
+			  ),
683
+			),'getByPath' => array(
684
+			  'path' => 'blogs/{blogId}/posts/bypath',
685
+			  'httpMethod' => 'GET',
686
+			  'parameters' => array(
687
+				'blogId' => array(
688
+				  'location' => 'path',
689
+				  'type' => 'string',
690
+				  'required' => true,
691
+				),
692
+				'path' => array(
693
+				  'location' => 'query',
694
+				  'type' => 'string',
695
+				  'required' => true,
696
+				),
697
+				'maxComments' => array(
698
+				  'location' => 'query',
699
+				  'type' => 'integer',
700
+				),
701
+				'view' => array(
702
+				  'location' => 'query',
703
+				  'type' => 'string',
704
+				),
705
+			  ),
706
+			),'insert' => array(
707
+			  'path' => 'blogs/{blogId}/posts',
708
+			  'httpMethod' => 'POST',
709
+			  'parameters' => array(
710
+				'blogId' => array(
711
+				  'location' => 'path',
712
+				  'type' => 'string',
713
+				  'required' => true,
714
+				),
715
+				'fetchImages' => array(
716
+				  'location' => 'query',
717
+				  'type' => 'boolean',
718
+				),
719
+				'isDraft' => array(
720
+				  'location' => 'query',
721
+				  'type' => 'boolean',
722
+				),
723
+				'fetchBody' => array(
724
+				  'location' => 'query',
725
+				  'type' => 'boolean',
726
+				),
727
+			  ),
728
+			),'list' => array(
729
+			  'path' => 'blogs/{blogId}/posts',
730
+			  'httpMethod' => 'GET',
731
+			  'parameters' => array(
732
+				'blogId' => array(
733
+				  'location' => 'path',
734
+				  'type' => 'string',
735
+				  'required' => true,
736
+				),
737
+				'orderBy' => array(
738
+				  'location' => 'query',
739
+				  'type' => 'string',
740
+				),
741
+				'startDate' => array(
742
+				  'location' => 'query',
743
+				  'type' => 'string',
744
+				),
745
+				'endDate' => array(
746
+				  'location' => 'query',
747
+				  'type' => 'string',
748
+				),
749
+				'labels' => array(
750
+				  'location' => 'query',
751
+				  'type' => 'string',
752
+				),
753
+				'maxResults' => array(
754
+				  'location' => 'query',
755
+				  'type' => 'integer',
756
+				),
757
+				'fetchImages' => array(
758
+				  'location' => 'query',
759
+				  'type' => 'boolean',
760
+				),
761
+				'pageToken' => array(
762
+				  'location' => 'query',
763
+				  'type' => 'string',
764
+				),
765
+				'status' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'string',
768
+				  'repeated' => true,
769
+				),
770
+				'fetchBodies' => array(
771
+				  'location' => 'query',
772
+				  'type' => 'boolean',
773
+				),
774
+				'view' => array(
775
+				  'location' => 'query',
776
+				  'type' => 'string',
777
+				),
778
+			  ),
779
+			),'patch' => array(
780
+			  'path' => 'blogs/{blogId}/posts/{postId}',
781
+			  'httpMethod' => 'PATCH',
782
+			  'parameters' => array(
783
+				'blogId' => array(
784
+				  'location' => 'path',
785
+				  'type' => 'string',
786
+				  'required' => true,
787
+				),
788
+				'postId' => array(
789
+				  'location' => 'path',
790
+				  'type' => 'string',
791
+				  'required' => true,
792
+				),
793
+				'revert' => array(
794
+				  'location' => 'query',
795
+				  'type' => 'boolean',
796
+				),
797
+				'publish' => array(
798
+				  'location' => 'query',
799
+				  'type' => 'boolean',
800
+				),
801
+				'fetchBody' => array(
802
+				  'location' => 'query',
803
+				  'type' => 'boolean',
804
+				),
805
+				'maxComments' => array(
806
+				  'location' => 'query',
807
+				  'type' => 'integer',
808
+				),
809
+				'fetchImages' => array(
810
+				  'location' => 'query',
811
+				  'type' => 'boolean',
812
+				),
813
+			  ),
814
+			),'publish' => array(
815
+			  'path' => 'blogs/{blogId}/posts/{postId}/publish',
816
+			  'httpMethod' => 'POST',
817
+			  'parameters' => array(
818
+				'blogId' => array(
819
+				  'location' => 'path',
820
+				  'type' => 'string',
821
+				  'required' => true,
822
+				),
823
+				'postId' => array(
824
+				  'location' => 'path',
825
+				  'type' => 'string',
826
+				  'required' => true,
827
+				),
828
+				'publishDate' => array(
829
+				  'location' => 'query',
830
+				  'type' => 'string',
831
+				),
832
+			  ),
833
+			),'revert' => array(
834
+			  'path' => 'blogs/{blogId}/posts/{postId}/revert',
835
+			  'httpMethod' => 'POST',
836
+			  'parameters' => array(
837
+				'blogId' => array(
838
+				  'location' => 'path',
839
+				  'type' => 'string',
840
+				  'required' => true,
841
+				),
842
+				'postId' => array(
843
+				  'location' => 'path',
844
+				  'type' => 'string',
845
+				  'required' => true,
846
+				),
847
+			  ),
848
+			),'search' => array(
849
+			  'path' => 'blogs/{blogId}/posts/search',
850
+			  'httpMethod' => 'GET',
851
+			  'parameters' => array(
852
+				'blogId' => array(
853
+				  'location' => 'path',
854
+				  'type' => 'string',
855
+				  'required' => true,
856
+				),
857
+				'q' => array(
858
+				  'location' => 'query',
859
+				  'type' => 'string',
860
+				  'required' => true,
861
+				),
862
+				'orderBy' => array(
863
+				  'location' => 'query',
864
+				  'type' => 'string',
865
+				),
866
+				'fetchBodies' => array(
867
+				  'location' => 'query',
868
+				  'type' => 'boolean',
869
+				),
870
+			  ),
871
+			),'update' => array(
872
+			  'path' => 'blogs/{blogId}/posts/{postId}',
873
+			  'httpMethod' => 'PUT',
874
+			  'parameters' => array(
875
+				'blogId' => array(
876
+				  'location' => 'path',
877
+				  'type' => 'string',
878
+				  'required' => true,
879
+				),
880
+				'postId' => array(
881
+				  'location' => 'path',
882
+				  'type' => 'string',
883
+				  'required' => true,
884
+				),
885
+				'revert' => array(
886
+				  'location' => 'query',
887
+				  'type' => 'boolean',
888
+				),
889
+				'publish' => array(
890
+				  'location' => 'query',
891
+				  'type' => 'boolean',
892
+				),
893
+				'fetchBody' => array(
894
+				  'location' => 'query',
895
+				  'type' => 'boolean',
896
+				),
897
+				'maxComments' => array(
898
+				  'location' => 'query',
899
+				  'type' => 'integer',
900
+				),
901
+				'fetchImages' => array(
902
+				  'location' => 'query',
903
+				  'type' => 'boolean',
904
+				),
905
+			  ),
906
+			),
907
+		  )
908
+		)
909
+	);
910
+	$this->users = new Google_Service_Blogger_Users_Resource(
911
+		$this,
912
+		$this->serviceName,
913
+		'users',
914
+		array(
915
+		  'methods' => array(
916
+			'get' => array(
917
+			  'path' => 'users/{userId}',
918
+			  'httpMethod' => 'GET',
919
+			  'parameters' => array(
920
+				'userId' => array(
921
+				  'location' => 'path',
922
+				  'type' => 'string',
923
+				  'required' => true,
924
+				),
925
+			  ),
926
+			),
927
+		  )
928
+		)
929
+	);
930 930
   }
931 931
 }
932 932
 
@@ -956,9 +956,9 @@  discard block
 block discarded – undo
956 956
    */
957 957
   public function get($userId, $blogId, $optParams = array())
958 958
   {
959
-    $params = array('userId' => $userId, 'blogId' => $blogId);
960
-    $params = array_merge($params, $optParams);
961
-    return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo");
959
+	$params = array('userId' => $userId, 'blogId' => $blogId);
960
+	$params = array_merge($params, $optParams);
961
+	return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo");
962 962
   }
963 963
 }
964 964
 
@@ -987,9 +987,9 @@  discard block
 block discarded – undo
987 987
    */
988 988
   public function get($blogId, $optParams = array())
989 989
   {
990
-    $params = array('blogId' => $blogId);
991
-    $params = array_merge($params, $optParams);
992
-    return $this->call('get', array($params), "Google_Service_Blogger_Blog");
990
+	$params = array('blogId' => $blogId);
991
+	$params = array_merge($params, $optParams);
992
+	return $this->call('get', array($params), "Google_Service_Blogger_Blog");
993 993
   }
994 994
 
995 995
   /**
@@ -1004,9 +1004,9 @@  discard block
 block discarded – undo
1004 1004
    */
1005 1005
   public function getByUrl($url, $optParams = array())
1006 1006
   {
1007
-    $params = array('url' => $url);
1008
-    $params = array_merge($params, $optParams);
1009
-    return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog");
1007
+	$params = array('url' => $url);
1008
+	$params = array_merge($params, $optParams);
1009
+	return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog");
1010 1010
   }
1011 1011
 
1012 1012
   /**
@@ -1029,9 +1029,9 @@  discard block
 block discarded – undo
1029 1029
    */
1030 1030
   public function listByUser($userId, $optParams = array())
1031 1031
   {
1032
-    $params = array('userId' => $userId);
1033
-    $params = array_merge($params, $optParams);
1034
-    return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList");
1032
+	$params = array('userId' => $userId);
1033
+	$params = array_merge($params, $optParams);
1034
+	return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList");
1035 1035
   }
1036 1036
 }
1037 1037
 
@@ -1057,9 +1057,9 @@  discard block
 block discarded – undo
1057 1057
    */
1058 1058
   public function approve($blogId, $postId, $commentId, $optParams = array())
1059 1059
   {
1060
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1061
-    $params = array_merge($params, $optParams);
1062
-    return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
1060
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1061
+	$params = array_merge($params, $optParams);
1062
+	return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
1063 1063
   }
1064 1064
 
1065 1065
   /**
@@ -1072,9 +1072,9 @@  discard block
 block discarded – undo
1072 1072
    */
1073 1073
   public function delete($blogId, $postId, $commentId, $optParams = array())
1074 1074
   {
1075
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1076
-    $params = array_merge($params, $optParams);
1077
-    return $this->call('delete', array($params));
1075
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1076
+	$params = array_merge($params, $optParams);
1077
+	return $this->call('delete', array($params));
1078 1078
   }
1079 1079
 
1080 1080
   /**
@@ -1093,9 +1093,9 @@  discard block
 block discarded – undo
1093 1093
    */
1094 1094
   public function get($blogId, $postId, $commentId, $optParams = array())
1095 1095
   {
1096
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1097
-    $params = array_merge($params, $optParams);
1098
-    return $this->call('get', array($params), "Google_Service_Blogger_Comment");
1096
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1097
+	$params = array_merge($params, $optParams);
1098
+	return $this->call('get', array($params), "Google_Service_Blogger_Comment");
1099 1099
   }
1100 1100
 
1101 1101
   /**
@@ -1121,9 +1121,9 @@  discard block
 block discarded – undo
1121 1121
    */
1122 1122
   public function listComments($blogId, $postId, $optParams = array())
1123 1123
   {
1124
-    $params = array('blogId' => $blogId, 'postId' => $postId);
1125
-    $params = array_merge($params, $optParams);
1126
-    return $this->call('list', array($params), "Google_Service_Blogger_CommentList");
1124
+	$params = array('blogId' => $blogId, 'postId' => $postId);
1125
+	$params = array_merge($params, $optParams);
1126
+	return $this->call('list', array($params), "Google_Service_Blogger_CommentList");
1127 1127
   }
1128 1128
 
1129 1129
   /**
@@ -1147,9 +1147,9 @@  discard block
 block discarded – undo
1147 1147
    */
1148 1148
   public function listByBlog($blogId, $optParams = array())
1149 1149
   {
1150
-    $params = array('blogId' => $blogId);
1151
-    $params = array_merge($params, $optParams);
1152
-    return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList");
1150
+	$params = array('blogId' => $blogId);
1151
+	$params = array_merge($params, $optParams);
1152
+	return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList");
1153 1153
   }
1154 1154
 
1155 1155
   /**
@@ -1163,9 +1163,9 @@  discard block
 block discarded – undo
1163 1163
    */
1164 1164
   public function markAsSpam($blogId, $postId, $commentId, $optParams = array())
1165 1165
   {
1166
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1167
-    $params = array_merge($params, $optParams);
1168
-    return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment");
1166
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1167
+	$params = array_merge($params, $optParams);
1168
+	return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment");
1169 1169
   }
1170 1170
 
1171 1171
   /**
@@ -1179,9 +1179,9 @@  discard block
 block discarded – undo
1179 1179
    */
1180 1180
   public function removeContent($blogId, $postId, $commentId, $optParams = array())
1181 1181
   {
1182
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1183
-    $params = array_merge($params, $optParams);
1184
-    return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment");
1182
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
1183
+	$params = array_merge($params, $optParams);
1184
+	return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment");
1185 1185
   }
1186 1186
 }
1187 1187
 
@@ -1207,9 +1207,9 @@  discard block
 block discarded – undo
1207 1207
    */
1208 1208
   public function get($blogId, $optParams = array())
1209 1209
   {
1210
-    $params = array('blogId' => $blogId);
1211
-    $params = array_merge($params, $optParams);
1212
-    return $this->call('get', array($params), "Google_Service_Blogger_Pageviews");
1210
+	$params = array('blogId' => $blogId);
1211
+	$params = array_merge($params, $optParams);
1212
+	return $this->call('get', array($params), "Google_Service_Blogger_Pageviews");
1213 1213
   }
1214 1214
 }
1215 1215
 
@@ -1233,9 +1233,9 @@  discard block
 block discarded – undo
1233 1233
    */
1234 1234
   public function delete($blogId, $pageId, $optParams = array())
1235 1235
   {
1236
-    $params = array('blogId' => $blogId, 'pageId' => $pageId);
1237
-    $params = array_merge($params, $optParams);
1238
-    return $this->call('delete', array($params));
1236
+	$params = array('blogId' => $blogId, 'pageId' => $pageId);
1237
+	$params = array_merge($params, $optParams);
1238
+	return $this->call('delete', array($params));
1239 1239
   }
1240 1240
 
1241 1241
   /**
@@ -1250,9 +1250,9 @@  discard block
 block discarded – undo
1250 1250
    */
1251 1251
   public function get($blogId, $pageId, $optParams = array())
1252 1252
   {
1253
-    $params = array('blogId' => $blogId, 'pageId' => $pageId);
1254
-    $params = array_merge($params, $optParams);
1255
-    return $this->call('get', array($params), "Google_Service_Blogger_Page");
1253
+	$params = array('blogId' => $blogId, 'pageId' => $pageId);
1254
+	$params = array_merge($params, $optParams);
1255
+	return $this->call('get', array($params), "Google_Service_Blogger_Page");
1256 1256
   }
1257 1257
 
1258 1258
   /**
@@ -1268,9 +1268,9 @@  discard block
 block discarded – undo
1268 1268
    */
1269 1269
   public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array())
1270 1270
   {
1271
-    $params = array('blogId' => $blogId, 'postBody' => $postBody);
1272
-    $params = array_merge($params, $optParams);
1273
-    return $this->call('insert', array($params), "Google_Service_Blogger_Page");
1271
+	$params = array('blogId' => $blogId, 'postBody' => $postBody);
1272
+	$params = array_merge($params, $optParams);
1273
+	return $this->call('insert', array($params), "Google_Service_Blogger_Page");
1274 1274
   }
1275 1275
 
1276 1276
   /**
@@ -1290,9 +1290,9 @@  discard block
 block discarded – undo
1290 1290
    */
1291 1291
   public function listPages($blogId, $optParams = array())
1292 1292
   {
1293
-    $params = array('blogId' => $blogId);
1294
-    $params = array_merge($params, $optParams);
1295
-    return $this->call('list', array($params), "Google_Service_Blogger_PageList");
1293
+	$params = array('blogId' => $blogId);
1294
+	$params = array_merge($params, $optParams);
1295
+	return $this->call('list', array($params), "Google_Service_Blogger_PageList");
1296 1296
   }
1297 1297
 
1298 1298
   /**
@@ -1311,9 +1311,9 @@  discard block
 block discarded – undo
1311 1311
    */
1312 1312
   public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
1313 1313
   {
1314
-    $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
1315
-    $params = array_merge($params, $optParams);
1316
-    return $this->call('patch', array($params), "Google_Service_Blogger_Page");
1314
+	$params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
1315
+	$params = array_merge($params, $optParams);
1316
+	return $this->call('patch', array($params), "Google_Service_Blogger_Page");
1317 1317
   }
1318 1318
 
1319 1319
   /**
@@ -1326,9 +1326,9 @@  discard block
 block discarded – undo
1326 1326
    */
1327 1327
   public function publish($blogId, $pageId, $optParams = array())
1328 1328
   {
1329
-    $params = array('blogId' => $blogId, 'pageId' => $pageId);
1330
-    $params = array_merge($params, $optParams);
1331
-    return $this->call('publish', array($params), "Google_Service_Blogger_Page");
1329
+	$params = array('blogId' => $blogId, 'pageId' => $pageId);
1330
+	$params = array_merge($params, $optParams);
1331
+	return $this->call('publish', array($params), "Google_Service_Blogger_Page");
1332 1332
   }
1333 1333
 
1334 1334
   /**
@@ -1341,9 +1341,9 @@  discard block
 block discarded – undo
1341 1341
    */
1342 1342
   public function revert($blogId, $pageId, $optParams = array())
1343 1343
   {
1344
-    $params = array('blogId' => $blogId, 'pageId' => $pageId);
1345
-    $params = array_merge($params, $optParams);
1346
-    return $this->call('revert', array($params), "Google_Service_Blogger_Page");
1344
+	$params = array('blogId' => $blogId, 'pageId' => $pageId);
1345
+	$params = array_merge($params, $optParams);
1346
+	return $this->call('revert', array($params), "Google_Service_Blogger_Page");
1347 1347
   }
1348 1348
 
1349 1349
   /**
@@ -1362,9 +1362,9 @@  discard block
 block discarded – undo
1362 1362
    */
1363 1363
   public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
1364 1364
   {
1365
-    $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
1366
-    $params = array_merge($params, $optParams);
1367
-    return $this->call('update', array($params), "Google_Service_Blogger_Page");
1365
+	$params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
1366
+	$params = array_merge($params, $optParams);
1367
+	return $this->call('update', array($params), "Google_Service_Blogger_Page");
1368 1368
   }
1369 1369
 }
1370 1370
 
@@ -1397,9 +1397,9 @@  discard block
 block discarded – undo
1397 1397
    */
1398 1398
   public function get($userId, $blogId, $postId, $optParams = array())
1399 1399
   {
1400
-    $params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId);
1401
-    $params = array_merge($params, $optParams);
1402
-    return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo");
1400
+	$params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId);
1401
+	$params = array_merge($params, $optParams);
1402
+	return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo");
1403 1403
   }
1404 1404
 
1405 1405
   /**
@@ -1431,9 +1431,9 @@  discard block
 block discarded – undo
1431 1431
    */
1432 1432
   public function listPostUserInfos($userId, $blogId, $optParams = array())
1433 1433
   {
1434
-    $params = array('userId' => $userId, 'blogId' => $blogId);
1435
-    $params = array_merge($params, $optParams);
1436
-    return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList");
1434
+	$params = array('userId' => $userId, 'blogId' => $blogId);
1435
+	$params = array_merge($params, $optParams);
1436
+	return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList");
1437 1437
   }
1438 1438
 }
1439 1439
 
@@ -1457,9 +1457,9 @@  discard block
 block discarded – undo
1457 1457
    */
1458 1458
   public function delete($blogId, $postId, $optParams = array())
1459 1459
   {
1460
-    $params = array('blogId' => $blogId, 'postId' => $postId);
1461
-    $params = array_merge($params, $optParams);
1462
-    return $this->call('delete', array($params));
1460
+	$params = array('blogId' => $blogId, 'postId' => $postId);
1461
+	$params = array_merge($params, $optParams);
1462
+	return $this->call('delete', array($params));
1463 1463
   }
1464 1464
 
1465 1465
   /**
@@ -1482,9 +1482,9 @@  discard block
 block discarded – undo
1482 1482
    */
1483 1483
   public function get($blogId, $postId, $optParams = array())
1484 1484
   {
1485
-    $params = array('blogId' => $blogId, 'postId' => $postId);
1486
-    $params = array_merge($params, $optParams);
1487
-    return $this->call('get', array($params), "Google_Service_Blogger_Post");
1485
+	$params = array('blogId' => $blogId, 'postId' => $postId);
1486
+	$params = array_merge($params, $optParams);
1487
+	return $this->call('get', array($params), "Google_Service_Blogger_Post");
1488 1488
   }
1489 1489
 
1490 1490
   /**
@@ -1502,9 +1502,9 @@  discard block
 block discarded – undo
1502 1502
    */
1503 1503
   public function getByPath($blogId, $path, $optParams = array())
1504 1504
   {
1505
-    $params = array('blogId' => $blogId, 'path' => $path);
1506
-    $params = array_merge($params, $optParams);
1507
-    return $this->call('getByPath', array($params), "Google_Service_Blogger_Post");
1505
+	$params = array('blogId' => $blogId, 'path' => $path);
1506
+	$params = array_merge($params, $optParams);
1507
+	return $this->call('getByPath', array($params), "Google_Service_Blogger_Post");
1508 1508
   }
1509 1509
 
1510 1510
   /**
@@ -1524,9 +1524,9 @@  discard block
 block discarded – undo
1524 1524
    */
1525 1525
   public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array())
1526 1526
   {
1527
-    $params = array('blogId' => $blogId, 'postBody' => $postBody);
1528
-    $params = array_merge($params, $optParams);
1529
-    return $this->call('insert', array($params), "Google_Service_Blogger_Post");
1527
+	$params = array('blogId' => $blogId, 'postBody' => $postBody);
1528
+	$params = array_merge($params, $optParams);
1529
+	return $this->call('insert', array($params), "Google_Service_Blogger_Post");
1530 1530
   }
1531 1531
 
1532 1532
   /**
@@ -1555,9 +1555,9 @@  discard block
 block discarded – undo
1555 1555
    */
1556 1556
   public function listPosts($blogId, $optParams = array())
1557 1557
   {
1558
-    $params = array('blogId' => $blogId);
1559
-    $params = array_merge($params, $optParams);
1560
-    return $this->call('list', array($params), "Google_Service_Blogger_PostList");
1558
+	$params = array('blogId' => $blogId);
1559
+	$params = array_merge($params, $optParams);
1560
+	return $this->call('list', array($params), "Google_Service_Blogger_PostList");
1561 1561
   }
1562 1562
 
1563 1563
   /**
@@ -1582,9 +1582,9 @@  discard block
 block discarded – undo
1582 1582
    */
1583 1583
   public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
1584 1584
   {
1585
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
1586
-    $params = array_merge($params, $optParams);
1587
-    return $this->call('patch', array($params), "Google_Service_Blogger_Post");
1585
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
1586
+	$params = array_merge($params, $optParams);
1587
+	return $this->call('patch', array($params), "Google_Service_Blogger_Post");
1588 1588
   }
1589 1589
 
1590 1590
   /**
@@ -1604,9 +1604,9 @@  discard block
 block discarded – undo
1604 1604
    */
1605 1605
   public function publish($blogId, $postId, $optParams = array())
1606 1606
   {
1607
-    $params = array('blogId' => $blogId, 'postId' => $postId);
1608
-    $params = array_merge($params, $optParams);
1609
-    return $this->call('publish', array($params), "Google_Service_Blogger_Post");
1607
+	$params = array('blogId' => $blogId, 'postId' => $postId);
1608
+	$params = array_merge($params, $optParams);
1609
+	return $this->call('publish', array($params), "Google_Service_Blogger_Post");
1610 1610
   }
1611 1611
 
1612 1612
   /**
@@ -1619,9 +1619,9 @@  discard block
 block discarded – undo
1619 1619
    */
1620 1620
   public function revert($blogId, $postId, $optParams = array())
1621 1621
   {
1622
-    $params = array('blogId' => $blogId, 'postId' => $postId);
1623
-    $params = array_merge($params, $optParams);
1624
-    return $this->call('revert', array($params), "Google_Service_Blogger_Post");
1622
+	$params = array('blogId' => $blogId, 'postId' => $postId);
1623
+	$params = array_merge($params, $optParams);
1624
+	return $this->call('revert', array($params), "Google_Service_Blogger_Post");
1625 1625
   }
1626 1626
 
1627 1627
   /**
@@ -1639,9 +1639,9 @@  discard block
 block discarded – undo
1639 1639
    */
1640 1640
   public function search($blogId, $q, $optParams = array())
1641 1641
   {
1642
-    $params = array('blogId' => $blogId, 'q' => $q);
1643
-    $params = array_merge($params, $optParams);
1644
-    return $this->call('search', array($params), "Google_Service_Blogger_PostList");
1642
+	$params = array('blogId' => $blogId, 'q' => $q);
1643
+	$params = array_merge($params, $optParams);
1644
+	return $this->call('search', array($params), "Google_Service_Blogger_PostList");
1645 1645
   }
1646 1646
 
1647 1647
   /**
@@ -1666,9 +1666,9 @@  discard block
 block discarded – undo
1666 1666
    */
1667 1667
   public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
1668 1668
   {
1669
-    $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
1670
-    $params = array_merge($params, $optParams);
1671
-    return $this->call('update', array($params), "Google_Service_Blogger_Post");
1669
+	$params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
1670
+	$params = array_merge($params, $optParams);
1671
+	return $this->call('update', array($params), "Google_Service_Blogger_Post");
1672 1672
   }
1673 1673
 }
1674 1674
 
@@ -1692,9 +1692,9 @@  discard block
 block discarded – undo
1692 1692
    */
1693 1693
   public function get($userId, $optParams = array())
1694 1694
   {
1695
-    $params = array('userId' => $userId);
1696
-    $params = array_merge($params, $optParams);
1697
-    return $this->call('get', array($params), "Google_Service_Blogger_User");
1695
+	$params = array('userId' => $userId);
1696
+	$params = array_merge($params, $optParams);
1697
+	return $this->call('get', array($params), "Google_Service_Blogger_User");
1698 1698
   }
1699 1699
 }
1700 1700
 
@@ -1725,107 +1725,107 @@  discard block
 block discarded – undo
1725 1725
 
1726 1726
   public function setCustomMetaData($customMetaData)
1727 1727
   {
1728
-    $this->customMetaData = $customMetaData;
1728
+	$this->customMetaData = $customMetaData;
1729 1729
   }
1730 1730
   public function getCustomMetaData()
1731 1731
   {
1732
-    return $this->customMetaData;
1732
+	return $this->customMetaData;
1733 1733
   }
1734 1734
   public function setDescription($description)
1735 1735
   {
1736
-    $this->description = $description;
1736
+	$this->description = $description;
1737 1737
   }
1738 1738
   public function getDescription()
1739 1739
   {
1740
-    return $this->description;
1740
+	return $this->description;
1741 1741
   }
1742 1742
   public function setId($id)
1743 1743
   {
1744
-    $this->id = $id;
1744
+	$this->id = $id;
1745 1745
   }
1746 1746
   public function getId()
1747 1747
   {
1748
-    return $this->id;
1748
+	return $this->id;
1749 1749
   }
1750 1750
   public function setKind($kind)
1751 1751
   {
1752
-    $this->kind = $kind;
1752
+	$this->kind = $kind;
1753 1753
   }
1754 1754
   public function getKind()
1755 1755
   {
1756
-    return $this->kind;
1756
+	return $this->kind;
1757 1757
   }
1758 1758
   public function setLocale(Google_Service_Blogger_BlogLocale $locale)
1759 1759
   {
1760
-    $this->locale = $locale;
1760
+	$this->locale = $locale;
1761 1761
   }
1762 1762
   public function getLocale()
1763 1763
   {
1764
-    return $this->locale;
1764
+	return $this->locale;
1765 1765
   }
1766 1766
   public function setName($name)
1767 1767
   {
1768
-    $this->name = $name;
1768
+	$this->name = $name;
1769 1769
   }
1770 1770
   public function getName()
1771 1771
   {
1772
-    return $this->name;
1772
+	return $this->name;
1773 1773
   }
1774 1774
   public function setPages(Google_Service_Blogger_BlogPages $pages)
1775 1775
   {
1776
-    $this->pages = $pages;
1776
+	$this->pages = $pages;
1777 1777
   }
1778 1778
   public function getPages()
1779 1779
   {
1780
-    return $this->pages;
1780
+	return $this->pages;
1781 1781
   }
1782 1782
   public function setPosts(Google_Service_Blogger_BlogPosts $posts)
1783 1783
   {
1784
-    $this->posts = $posts;
1784
+	$this->posts = $posts;
1785 1785
   }
1786 1786
   public function getPosts()
1787 1787
   {
1788
-    return $this->posts;
1788
+	return $this->posts;
1789 1789
   }
1790 1790
   public function setPublished($published)
1791 1791
   {
1792
-    $this->published = $published;
1792
+	$this->published = $published;
1793 1793
   }
1794 1794
   public function getPublished()
1795 1795
   {
1796
-    return $this->published;
1796
+	return $this->published;
1797 1797
   }
1798 1798
   public function setSelfLink($selfLink)
1799 1799
   {
1800
-    $this->selfLink = $selfLink;
1800
+	$this->selfLink = $selfLink;
1801 1801
   }
1802 1802
   public function getSelfLink()
1803 1803
   {
1804
-    return $this->selfLink;
1804
+	return $this->selfLink;
1805 1805
   }
1806 1806
   public function setStatus($status)
1807 1807
   {
1808
-    $this->status = $status;
1808
+	$this->status = $status;
1809 1809
   }
1810 1810
   public function getStatus()
1811 1811
   {
1812
-    return $this->status;
1812
+	return $this->status;
1813 1813
   }
1814 1814
   public function setUpdated($updated)
1815 1815
   {
1816
-    $this->updated = $updated;
1816
+	$this->updated = $updated;
1817 1817
   }
1818 1818
   public function getUpdated()
1819 1819
   {
1820
-    return $this->updated;
1820
+	return $this->updated;
1821 1821
   }
1822 1822
   public function setUrl($url)
1823 1823
   {
1824
-    $this->url = $url;
1824
+	$this->url = $url;
1825 1825
   }
1826 1826
   public function getUrl()
1827 1827
   {
1828
-    return $this->url;
1828
+	return $this->url;
1829 1829
   }
1830 1830
 }
1831 1831
 
@@ -1843,27 +1843,27 @@  discard block
 block discarded – undo
1843 1843
 
1844 1844
   public function setBlogUserInfos($blogUserInfos)
1845 1845
   {
1846
-    $this->blogUserInfos = $blogUserInfos;
1846
+	$this->blogUserInfos = $blogUserInfos;
1847 1847
   }
1848 1848
   public function getBlogUserInfos()
1849 1849
   {
1850
-    return $this->blogUserInfos;
1850
+	return $this->blogUserInfos;
1851 1851
   }
1852 1852
   public function setItems($items)
1853 1853
   {
1854
-    $this->items = $items;
1854
+	$this->items = $items;
1855 1855
   }
1856 1856
   public function getItems()
1857 1857
   {
1858
-    return $this->items;
1858
+	return $this->items;
1859 1859
   }
1860 1860
   public function setKind($kind)
1861 1861
   {
1862
-    $this->kind = $kind;
1862
+	$this->kind = $kind;
1863 1863
   }
1864 1864
   public function getKind()
1865 1865
   {
1866
-    return $this->kind;
1866
+	return $this->kind;
1867 1867
   }
1868 1868
 }
1869 1869
 
@@ -1878,27 +1878,27 @@  discard block
 block discarded – undo
1878 1878
 
1879 1879
   public function setCountry($country)
1880 1880
   {
1881
-    $this->country = $country;
1881
+	$this->country = $country;
1882 1882
   }
1883 1883
   public function getCountry()
1884 1884
   {
1885
-    return $this->country;
1885
+	return $this->country;
1886 1886
   }
1887 1887
   public function setLanguage($language)
1888 1888
   {
1889
-    $this->language = $language;
1889
+	$this->language = $language;
1890 1890
   }
1891 1891
   public function getLanguage()
1892 1892
   {
1893
-    return $this->language;
1893
+	return $this->language;
1894 1894
   }
1895 1895
   public function setVariant($variant)
1896 1896
   {
1897
-    $this->variant = $variant;
1897
+	$this->variant = $variant;
1898 1898
   }
1899 1899
   public function getVariant()
1900 1900
   {
1901
-    return $this->variant;
1901
+	return $this->variant;
1902 1902
   }
1903 1903
 }
1904 1904
 
@@ -1912,19 +1912,19 @@  discard block
 block discarded – undo
1912 1912
 
1913 1913
   public function setSelfLink($selfLink)
1914 1914
   {
1915
-    $this->selfLink = $selfLink;
1915
+	$this->selfLink = $selfLink;
1916 1916
   }
1917 1917
   public function getSelfLink()
1918 1918
   {
1919
-    return $this->selfLink;
1919
+	return $this->selfLink;
1920 1920
   }
1921 1921
   public function setTotalItems($totalItems)
1922 1922
   {
1923
-    $this->totalItems = $totalItems;
1923
+	$this->totalItems = $totalItems;
1924 1924
   }
1925 1925
   public function getTotalItems()
1926 1926
   {
1927
-    return $this->totalItems;
1927
+	return $this->totalItems;
1928 1928
   }
1929 1929
 }
1930 1930
 
@@ -1942,51 +1942,51 @@  discard block
 block discarded – undo
1942 1942
 
1943 1943
   public function setBlogId($blogId)
1944 1944
   {
1945
-    $this->blogId = $blogId;
1945
+	$this->blogId = $blogId;
1946 1946
   }
1947 1947
   public function getBlogId()
1948 1948
   {
1949
-    return $this->blogId;
1949
+	return $this->blogId;
1950 1950
   }
1951 1951
   public function setHasAdminAccess($hasAdminAccess)
1952 1952
   {
1953
-    $this->hasAdminAccess = $hasAdminAccess;
1953
+	$this->hasAdminAccess = $hasAdminAccess;
1954 1954
   }
1955 1955
   public function getHasAdminAccess()
1956 1956
   {
1957
-    return $this->hasAdminAccess;
1957
+	return $this->hasAdminAccess;
1958 1958
   }
1959 1959
   public function setKind($kind)
1960 1960
   {
1961
-    $this->kind = $kind;
1961
+	$this->kind = $kind;
1962 1962
   }
1963 1963
   public function getKind()
1964 1964
   {
1965
-    return $this->kind;
1965
+	return $this->kind;
1966 1966
   }
1967 1967
   public function setPhotosAlbumKey($photosAlbumKey)
1968 1968
   {
1969
-    $this->photosAlbumKey = $photosAlbumKey;
1969
+	$this->photosAlbumKey = $photosAlbumKey;
1970 1970
   }
1971 1971
   public function getPhotosAlbumKey()
1972 1972
   {
1973
-    return $this->photosAlbumKey;
1973
+	return $this->photosAlbumKey;
1974 1974
   }
1975 1975
   public function setRole($role)
1976 1976
   {
1977
-    $this->role = $role;
1977
+	$this->role = $role;
1978 1978
   }
1979 1979
   public function getRole()
1980 1980
   {
1981
-    return $this->role;
1981
+	return $this->role;
1982 1982
   }
1983 1983
   public function setUserId($userId)
1984 1984
   {
1985
-    $this->userId = $userId;
1985
+	$this->userId = $userId;
1986 1986
   }
1987 1987
   public function getUserId()
1988 1988
   {
1989
-    return $this->userId;
1989
+	return $this->userId;
1990 1990
   }
1991 1991
 }
1992 1992
 
@@ -2003,34 +2003,34 @@  discard block
 block discarded – undo
2003 2003
 
2004 2004
   public function setItems($items)
2005 2005
   {
2006
-    $this->items = $items;
2006
+	$this->items = $items;
2007 2007
   }
2008 2008
   public function getItems()
2009 2009
   {
2010
-    return $this->items;
2010
+	return $this->items;
2011 2011
   }
2012 2012
   public function setSelfLink($selfLink)
2013 2013
   {
2014
-    $this->selfLink = $selfLink;
2014
+	$this->selfLink = $selfLink;
2015 2015
   }
2016 2016
   public function getSelfLink()
2017 2017
   {
2018
-    return $this->selfLink;
2018
+	return $this->selfLink;
2019 2019
   }
2020 2020
   public function setTotalItems($totalItems)
2021 2021
   {
2022
-    $this->totalItems = $totalItems;
2022
+	$this->totalItems = $totalItems;
2023 2023
   }
2024 2024
   public function getTotalItems()
2025 2025
   {
2026
-    return $this->totalItems;
2026
+	return $this->totalItems;
2027 2027
   }
2028 2028
 }
2029 2029
 
2030 2030
 class Google_Service_Blogger_BlogUserInfo extends Google_Model
2031 2031
 {
2032 2032
   protected $internal_gapi_mappings = array(
2033
-        "blogUserInfo" => "blog_user_info",
2033
+		"blogUserInfo" => "blog_user_info",
2034 2034
   );
2035 2035
   protected $blogType = 'Google_Service_Blogger_Blog';
2036 2036
   protected $blogDataType = '';
@@ -2041,27 +2041,27 @@  discard block
 block discarded – undo
2041 2041
 
2042 2042
   public function setBlog(Google_Service_Blogger_Blog $blog)
2043 2043
   {
2044
-    $this->blog = $blog;
2044
+	$this->blog = $blog;
2045 2045
   }
2046 2046
   public function getBlog()
2047 2047
   {
2048
-    return $this->blog;
2048
+	return $this->blog;
2049 2049
   }
2050 2050
   public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo)
2051 2051
   {
2052
-    $this->blogUserInfo = $blogUserInfo;
2052
+	$this->blogUserInfo = $blogUserInfo;
2053 2053
   }
2054 2054
   public function getBlogUserInfo()
2055 2055
   {
2056
-    return $this->blogUserInfo;
2056
+	return $this->blogUserInfo;
2057 2057
   }
2058 2058
   public function setKind($kind)
2059 2059
   {
2060
-    $this->kind = $kind;
2060
+	$this->kind = $kind;
2061 2061
   }
2062 2062
   public function getKind()
2063 2063
   {
2064
-    return $this->kind;
2064
+	return $this->kind;
2065 2065
   }
2066 2066
 }
2067 2067
 
@@ -2088,91 +2088,91 @@  discard block
 block discarded – undo
2088 2088
 
2089 2089
   public function setAuthor(Google_Service_Blogger_CommentAuthor $author)
2090 2090
   {
2091
-    $this->author = $author;
2091
+	$this->author = $author;
2092 2092
   }
2093 2093
   public function getAuthor()
2094 2094
   {
2095
-    return $this->author;
2095
+	return $this->author;
2096 2096
   }
2097 2097
   public function setBlog(Google_Service_Blogger_CommentBlog $blog)
2098 2098
   {
2099
-    $this->blog = $blog;
2099
+	$this->blog = $blog;
2100 2100
   }
2101 2101
   public function getBlog()
2102 2102
   {
2103
-    return $this->blog;
2103
+	return $this->blog;
2104 2104
   }
2105 2105
   public function setContent($content)
2106 2106
   {
2107
-    $this->content = $content;
2107
+	$this->content = $content;
2108 2108
   }
2109 2109
   public function getContent()
2110 2110
   {
2111
-    return $this->content;
2111
+	return $this->content;
2112 2112
   }
2113 2113
   public function setId($id)
2114 2114
   {
2115
-    $this->id = $id;
2115
+	$this->id = $id;
2116 2116
   }
2117 2117
   public function getId()
2118 2118
   {
2119
-    return $this->id;
2119
+	return $this->id;
2120 2120
   }
2121 2121
   public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo)
2122 2122
   {
2123
-    $this->inReplyTo = $inReplyTo;
2123
+	$this->inReplyTo = $inReplyTo;
2124 2124
   }
2125 2125
   public function getInReplyTo()
2126 2126
   {
2127
-    return $this->inReplyTo;
2127
+	return $this->inReplyTo;
2128 2128
   }
2129 2129
   public function setKind($kind)
2130 2130
   {
2131
-    $this->kind = $kind;
2131
+	$this->kind = $kind;
2132 2132
   }
2133 2133
   public function getKind()
2134 2134
   {
2135
-    return $this->kind;
2135
+	return $this->kind;
2136 2136
   }
2137 2137
   public function setPost(Google_Service_Blogger_CommentPost $post)
2138 2138
   {
2139
-    $this->post = $post;
2139
+	$this->post = $post;
2140 2140
   }
2141 2141
   public function getPost()
2142 2142
   {
2143
-    return $this->post;
2143
+	return $this->post;
2144 2144
   }
2145 2145
   public function setPublished($published)
2146 2146
   {
2147
-    $this->published = $published;
2147
+	$this->published = $published;
2148 2148
   }
2149 2149
   public function getPublished()
2150 2150
   {
2151
-    return $this->published;
2151
+	return $this->published;
2152 2152
   }
2153 2153
   public function setSelfLink($selfLink)
2154 2154
   {
2155
-    $this->selfLink = $selfLink;
2155
+	$this->selfLink = $selfLink;
2156 2156
   }
2157 2157
   public function getSelfLink()
2158 2158
   {
2159
-    return $this->selfLink;
2159
+	return $this->selfLink;
2160 2160
   }
2161 2161
   public function setStatus($status)
2162 2162
   {
2163
-    $this->status = $status;
2163
+	$this->status = $status;
2164 2164
   }
2165 2165
   public function getStatus()
2166 2166
   {
2167
-    return $this->status;
2167
+	return $this->status;
2168 2168
   }
2169 2169
   public function setUpdated($updated)
2170 2170
   {
2171
-    $this->updated = $updated;
2171
+	$this->updated = $updated;
2172 2172
   }
2173 2173
   public function getUpdated()
2174 2174
   {
2175
-    return $this->updated;
2175
+	return $this->updated;
2176 2176
   }
2177 2177
 }
2178 2178
 
@@ -2189,35 +2189,35 @@  discard block
 block discarded – undo
2189 2189
 
2190 2190
   public function setDisplayName($displayName)
2191 2191
   {
2192
-    $this->displayName = $displayName;
2192
+	$this->displayName = $displayName;
2193 2193
   }
2194 2194
   public function getDisplayName()
2195 2195
   {
2196
-    return $this->displayName;
2196
+	return $this->displayName;
2197 2197
   }
2198 2198
   public function setId($id)
2199 2199
   {
2200
-    $this->id = $id;
2200
+	$this->id = $id;
2201 2201
   }
2202 2202
   public function getId()
2203 2203
   {
2204
-    return $this->id;
2204
+	return $this->id;
2205 2205
   }
2206 2206
   public function setImage(Google_Service_Blogger_CommentAuthorImage $image)
2207 2207
   {
2208
-    $this->image = $image;
2208
+	$this->image = $image;
2209 2209
   }
2210 2210
   public function getImage()
2211 2211
   {
2212
-    return $this->image;
2212
+	return $this->image;
2213 2213
   }
2214 2214
   public function setUrl($url)
2215 2215
   {
2216
-    $this->url = $url;
2216
+	$this->url = $url;
2217 2217
   }
2218 2218
   public function getUrl()
2219 2219
   {
2220
-    return $this->url;
2220
+	return $this->url;
2221 2221
   }
2222 2222
 }
2223 2223
 
@@ -2230,11 +2230,11 @@  discard block
 block discarded – undo
2230 2230
 
2231 2231
   public function setUrl($url)
2232 2232
   {
2233
-    $this->url = $url;
2233
+	$this->url = $url;
2234 2234
   }
2235 2235
   public function getUrl()
2236 2236
   {
2237
-    return $this->url;
2237
+	return $this->url;
2238 2238
   }
2239 2239
 }
2240 2240
 
@@ -2247,11 +2247,11 @@  discard block
 block discarded – undo
2247 2247
 
2248 2248
   public function setId($id)
2249 2249
   {
2250
-    $this->id = $id;
2250
+	$this->id = $id;
2251 2251
   }
2252 2252
   public function getId()
2253 2253
   {
2254
-    return $this->id;
2254
+	return $this->id;
2255 2255
   }
2256 2256
 }
2257 2257
 
@@ -2264,11 +2264,11 @@  discard block
 block discarded – undo
2264 2264
 
2265 2265
   public function setId($id)
2266 2266
   {
2267
-    $this->id = $id;
2267
+	$this->id = $id;
2268 2268
   }
2269 2269
   public function getId()
2270 2270
   {
2271
-    return $this->id;
2271
+	return $this->id;
2272 2272
   }
2273 2273
 }
2274 2274
 
@@ -2287,43 +2287,43 @@  discard block
 block discarded – undo
2287 2287
 
2288 2288
   public function setEtag($etag)
2289 2289
   {
2290
-    $this->etag = $etag;
2290
+	$this->etag = $etag;
2291 2291
   }
2292 2292
   public function getEtag()
2293 2293
   {
2294
-    return $this->etag;
2294
+	return $this->etag;
2295 2295
   }
2296 2296
   public function setItems($items)
2297 2297
   {
2298
-    $this->items = $items;
2298
+	$this->items = $items;
2299 2299
   }
2300 2300
   public function getItems()
2301 2301
   {
2302
-    return $this->items;
2302
+	return $this->items;
2303 2303
   }
2304 2304
   public function setKind($kind)
2305 2305
   {
2306
-    $this->kind = $kind;
2306
+	$this->kind = $kind;
2307 2307
   }
2308 2308
   public function getKind()
2309 2309
   {
2310
-    return $this->kind;
2310
+	return $this->kind;
2311 2311
   }
2312 2312
   public function setNextPageToken($nextPageToken)
2313 2313
   {
2314
-    $this->nextPageToken = $nextPageToken;
2314
+	$this->nextPageToken = $nextPageToken;
2315 2315
   }
2316 2316
   public function getNextPageToken()
2317 2317
   {
2318
-    return $this->nextPageToken;
2318
+	return $this->nextPageToken;
2319 2319
   }
2320 2320
   public function setPrevPageToken($prevPageToken)
2321 2321
   {
2322
-    $this->prevPageToken = $prevPageToken;
2322
+	$this->prevPageToken = $prevPageToken;
2323 2323
   }
2324 2324
   public function getPrevPageToken()
2325 2325
   {
2326
-    return $this->prevPageToken;
2326
+	return $this->prevPageToken;
2327 2327
   }
2328 2328
 }
2329 2329
 
@@ -2336,11 +2336,11 @@  discard block
 block discarded – undo
2336 2336
 
2337 2337
   public function setId($id)
2338 2338
   {
2339
-    $this->id = $id;
2339
+	$this->id = $id;
2340 2340
   }
2341 2341
   public function getId()
2342 2342
   {
2343
-    return $this->id;
2343
+	return $this->id;
2344 2344
   }
2345 2345
 }
2346 2346
 
@@ -2366,99 +2366,99 @@  discard block
 block discarded – undo
2366 2366
 
2367 2367
   public function setAuthor(Google_Service_Blogger_PageAuthor $author)
2368 2368
   {
2369
-    $this->author = $author;
2369
+	$this->author = $author;
2370 2370
   }
2371 2371
   public function getAuthor()
2372 2372
   {
2373
-    return $this->author;
2373
+	return $this->author;
2374 2374
   }
2375 2375
   public function setBlog(Google_Service_Blogger_PageBlog $blog)
2376 2376
   {
2377
-    $this->blog = $blog;
2377
+	$this->blog = $blog;
2378 2378
   }
2379 2379
   public function getBlog()
2380 2380
   {
2381
-    return $this->blog;
2381
+	return $this->blog;
2382 2382
   }
2383 2383
   public function setContent($content)
2384 2384
   {
2385
-    $this->content = $content;
2385
+	$this->content = $content;
2386 2386
   }
2387 2387
   public function getContent()
2388 2388
   {
2389
-    return $this->content;
2389
+	return $this->content;
2390 2390
   }
2391 2391
   public function setEtag($etag)
2392 2392
   {
2393
-    $this->etag = $etag;
2393
+	$this->etag = $etag;
2394 2394
   }
2395 2395
   public function getEtag()
2396 2396
   {
2397
-    return $this->etag;
2397
+	return $this->etag;
2398 2398
   }
2399 2399
   public function setId($id)
2400 2400
   {
2401
-    $this->id = $id;
2401
+	$this->id = $id;
2402 2402
   }
2403 2403
   public function getId()
2404 2404
   {
2405
-    return $this->id;
2405
+	return $this->id;
2406 2406
   }
2407 2407
   public function setKind($kind)
2408 2408
   {
2409
-    $this->kind = $kind;
2409
+	$this->kind = $kind;
2410 2410
   }
2411 2411
   public function getKind()
2412 2412
   {
2413
-    return $this->kind;
2413
+	return $this->kind;
2414 2414
   }
2415 2415
   public function setPublished($published)
2416 2416
   {
2417
-    $this->published = $published;
2417
+	$this->published = $published;
2418 2418
   }
2419 2419
   public function getPublished()
2420 2420
   {
2421
-    return $this->published;
2421
+	return $this->published;
2422 2422
   }
2423 2423
   public function setSelfLink($selfLink)
2424 2424
   {
2425
-    $this->selfLink = $selfLink;
2425
+	$this->selfLink = $selfLink;
2426 2426
   }
2427 2427
   public function getSelfLink()
2428 2428
   {
2429
-    return $this->selfLink;
2429
+	return $this->selfLink;
2430 2430
   }
2431 2431
   public function setStatus($status)
2432 2432
   {
2433
-    $this->status = $status;
2433
+	$this->status = $status;
2434 2434
   }
2435 2435
   public function getStatus()
2436 2436
   {
2437
-    return $this->status;
2437
+	return $this->status;
2438 2438
   }
2439 2439
   public function setTitle($title)
2440 2440
   {
2441
-    $this->title = $title;
2441
+	$this->title = $title;
2442 2442
   }
2443 2443
   public function getTitle()
2444 2444
   {
2445
-    return $this->title;
2445
+	return $this->title;
2446 2446
   }
2447 2447
   public function setUpdated($updated)
2448 2448
   {
2449
-    $this->updated = $updated;
2449
+	$this->updated = $updated;
2450 2450
   }
2451 2451
   public function getUpdated()
2452 2452
   {
2453
-    return $this->updated;
2453
+	return $this->updated;
2454 2454
   }
2455 2455
   public function setUrl($url)
2456 2456
   {
2457
-    $this->url = $url;
2457
+	$this->url = $url;
2458 2458
   }
2459 2459
   public function getUrl()
2460 2460
   {
2461
-    return $this->url;
2461
+	return $this->url;
2462 2462
   }
2463 2463
 }
2464 2464
 
@@ -2475,35 +2475,35 @@  discard block
 block discarded – undo
2475 2475
 
2476 2476
   public function setDisplayName($displayName)
2477 2477
   {
2478
-    $this->displayName = $displayName;
2478
+	$this->displayName = $displayName;
2479 2479
   }
2480 2480
   public function getDisplayName()
2481 2481
   {
2482
-    return $this->displayName;
2482
+	return $this->displayName;
2483 2483
   }
2484 2484
   public function setId($id)
2485 2485
   {
2486
-    $this->id = $id;
2486
+	$this->id = $id;
2487 2487
   }
2488 2488
   public function getId()
2489 2489
   {
2490
-    return $this->id;
2490
+	return $this->id;
2491 2491
   }
2492 2492
   public function setImage(Google_Service_Blogger_PageAuthorImage $image)
2493 2493
   {
2494
-    $this->image = $image;
2494
+	$this->image = $image;
2495 2495
   }
2496 2496
   public function getImage()
2497 2497
   {
2498
-    return $this->image;
2498
+	return $this->image;
2499 2499
   }
2500 2500
   public function setUrl($url)
2501 2501
   {
2502
-    $this->url = $url;
2502
+	$this->url = $url;
2503 2503
   }
2504 2504
   public function getUrl()
2505 2505
   {
2506
-    return $this->url;
2506
+	return $this->url;
2507 2507
   }
2508 2508
 }
2509 2509
 
@@ -2516,11 +2516,11 @@  discard block
 block discarded – undo
2516 2516
 
2517 2517
   public function setUrl($url)
2518 2518
   {
2519
-    $this->url = $url;
2519
+	$this->url = $url;
2520 2520
   }
2521 2521
   public function getUrl()
2522 2522
   {
2523
-    return $this->url;
2523
+	return $this->url;
2524 2524
   }
2525 2525
 }
2526 2526
 
@@ -2533,11 +2533,11 @@  discard block
 block discarded – undo
2533 2533
 
2534 2534
   public function setId($id)
2535 2535
   {
2536
-    $this->id = $id;
2536
+	$this->id = $id;
2537 2537
   }
2538 2538
   public function getId()
2539 2539
   {
2540
-    return $this->id;
2540
+	return $this->id;
2541 2541
   }
2542 2542
 }
2543 2543
 
@@ -2555,35 +2555,35 @@  discard block
 block discarded – undo
2555 2555
 
2556 2556
   public function setEtag($etag)
2557 2557
   {
2558
-    $this->etag = $etag;
2558
+	$this->etag = $etag;
2559 2559
   }
2560 2560
   public function getEtag()
2561 2561
   {
2562
-    return $this->etag;
2562
+	return $this->etag;
2563 2563
   }
2564 2564
   public function setItems($items)
2565 2565
   {
2566
-    $this->items = $items;
2566
+	$this->items = $items;
2567 2567
   }
2568 2568
   public function getItems()
2569 2569
   {
2570
-    return $this->items;
2570
+	return $this->items;
2571 2571
   }
2572 2572
   public function setKind($kind)
2573 2573
   {
2574
-    $this->kind = $kind;
2574
+	$this->kind = $kind;
2575 2575
   }
2576 2576
   public function getKind()
2577 2577
   {
2578
-    return $this->kind;
2578
+	return $this->kind;
2579 2579
   }
2580 2580
   public function setNextPageToken($nextPageToken)
2581 2581
   {
2582
-    $this->nextPageToken = $nextPageToken;
2582
+	$this->nextPageToken = $nextPageToken;
2583 2583
   }
2584 2584
   public function getNextPageToken()
2585 2585
   {
2586
-    return $this->nextPageToken;
2586
+	return $this->nextPageToken;
2587 2587
   }
2588 2588
 }
2589 2589
 
@@ -2600,27 +2600,27 @@  discard block
 block discarded – undo
2600 2600
 
2601 2601
   public function setBlogId($blogId)
2602 2602
   {
2603
-    $this->blogId = $blogId;
2603
+	$this->blogId = $blogId;
2604 2604
   }
2605 2605
   public function getBlogId()
2606 2606
   {
2607
-    return $this->blogId;
2607
+	return $this->blogId;
2608 2608
   }
2609 2609
   public function setCounts($counts)
2610 2610
   {
2611
-    $this->counts = $counts;
2611
+	$this->counts = $counts;
2612 2612
   }
2613 2613
   public function getCounts()
2614 2614
   {
2615
-    return $this->counts;
2615
+	return $this->counts;
2616 2616
   }
2617 2617
   public function setKind($kind)
2618 2618
   {
2619
-    $this->kind = $kind;
2619
+	$this->kind = $kind;
2620 2620
   }
2621 2621
   public function getKind()
2622 2622
   {
2623
-    return $this->kind;
2623
+	return $this->kind;
2624 2624
   }
2625 2625
 }
2626 2626
 
@@ -2634,19 +2634,19 @@  discard block
 block discarded – undo
2634 2634
 
2635 2635
   public function setCount($count)
2636 2636
   {
2637
-    $this->count = $count;
2637
+	$this->count = $count;
2638 2638
   }
2639 2639
   public function getCount()
2640 2640
   {
2641
-    return $this->count;
2641
+	return $this->count;
2642 2642
   }
2643 2643
   public function setTimeRange($timeRange)
2644 2644
   {
2645
-    $this->timeRange = $timeRange;
2645
+	$this->timeRange = $timeRange;
2646 2646
   }
2647 2647
   public function getTimeRange()
2648 2648
   {
2649
-    return $this->timeRange;
2649
+	return $this->timeRange;
2650 2650
   }
2651 2651
 }
2652 2652
 
@@ -2683,155 +2683,155 @@  discard block
 block discarded – undo
2683 2683
 
2684 2684
   public function setAuthor(Google_Service_Blogger_PostAuthor $author)
2685 2685
   {
2686
-    $this->author = $author;
2686
+	$this->author = $author;
2687 2687
   }
2688 2688
   public function getAuthor()
2689 2689
   {
2690
-    return $this->author;
2690
+	return $this->author;
2691 2691
   }
2692 2692
   public function setBlog(Google_Service_Blogger_PostBlog $blog)
2693 2693
   {
2694
-    $this->blog = $blog;
2694
+	$this->blog = $blog;
2695 2695
   }
2696 2696
   public function getBlog()
2697 2697
   {
2698
-    return $this->blog;
2698
+	return $this->blog;
2699 2699
   }
2700 2700
   public function setContent($content)
2701 2701
   {
2702
-    $this->content = $content;
2702
+	$this->content = $content;
2703 2703
   }
2704 2704
   public function getContent()
2705 2705
   {
2706
-    return $this->content;
2706
+	return $this->content;
2707 2707
   }
2708 2708
   public function setCustomMetaData($customMetaData)
2709 2709
   {
2710
-    $this->customMetaData = $customMetaData;
2710
+	$this->customMetaData = $customMetaData;
2711 2711
   }
2712 2712
   public function getCustomMetaData()
2713 2713
   {
2714
-    return $this->customMetaData;
2714
+	return $this->customMetaData;
2715 2715
   }
2716 2716
   public function setEtag($etag)
2717 2717
   {
2718
-    $this->etag = $etag;
2718
+	$this->etag = $etag;
2719 2719
   }
2720 2720
   public function getEtag()
2721 2721
   {
2722
-    return $this->etag;
2722
+	return $this->etag;
2723 2723
   }
2724 2724
   public function setId($id)
2725 2725
   {
2726
-    $this->id = $id;
2726
+	$this->id = $id;
2727 2727
   }
2728 2728
   public function getId()
2729 2729
   {
2730
-    return $this->id;
2730
+	return $this->id;
2731 2731
   }
2732 2732
   public function setImages($images)
2733 2733
   {
2734
-    $this->images = $images;
2734
+	$this->images = $images;
2735 2735
   }
2736 2736
   public function getImages()
2737 2737
   {
2738
-    return $this->images;
2738
+	return $this->images;
2739 2739
   }
2740 2740
   public function setKind($kind)
2741 2741
   {
2742
-    $this->kind = $kind;
2742
+	$this->kind = $kind;
2743 2743
   }
2744 2744
   public function getKind()
2745 2745
   {
2746
-    return $this->kind;
2746
+	return $this->kind;
2747 2747
   }
2748 2748
   public function setLabels($labels)
2749 2749
   {
2750
-    $this->labels = $labels;
2750
+	$this->labels = $labels;
2751 2751
   }
2752 2752
   public function getLabels()
2753 2753
   {
2754
-    return $this->labels;
2754
+	return $this->labels;
2755 2755
   }
2756 2756
   public function setLocation(Google_Service_Blogger_PostLocation $location)
2757 2757
   {
2758
-    $this->location = $location;
2758
+	$this->location = $location;
2759 2759
   }
2760 2760
   public function getLocation()
2761 2761
   {
2762
-    return $this->location;
2762
+	return $this->location;
2763 2763
   }
2764 2764
   public function setPublished($published)
2765 2765
   {
2766
-    $this->published = $published;
2766
+	$this->published = $published;
2767 2767
   }
2768 2768
   public function getPublished()
2769 2769
   {
2770
-    return $this->published;
2770
+	return $this->published;
2771 2771
   }
2772 2772
   public function setReaderComments($readerComments)
2773 2773
   {
2774
-    $this->readerComments = $readerComments;
2774
+	$this->readerComments = $readerComments;
2775 2775
   }
2776 2776
   public function getReaderComments()
2777 2777
   {
2778
-    return $this->readerComments;
2778
+	return $this->readerComments;
2779 2779
   }
2780 2780
   public function setReplies(Google_Service_Blogger_PostReplies $replies)
2781 2781
   {
2782
-    $this->replies = $replies;
2782
+	$this->replies = $replies;
2783 2783
   }
2784 2784
   public function getReplies()
2785 2785
   {
2786
-    return $this->replies;
2786
+	return $this->replies;
2787 2787
   }
2788 2788
   public function setSelfLink($selfLink)
2789 2789
   {
2790
-    $this->selfLink = $selfLink;
2790
+	$this->selfLink = $selfLink;
2791 2791
   }
2792 2792
   public function getSelfLink()
2793 2793
   {
2794
-    return $this->selfLink;
2794
+	return $this->selfLink;
2795 2795
   }
2796 2796
   public function setStatus($status)
2797 2797
   {
2798
-    $this->status = $status;
2798
+	$this->status = $status;
2799 2799
   }
2800 2800
   public function getStatus()
2801 2801
   {
2802
-    return $this->status;
2802
+	return $this->status;
2803 2803
   }
2804 2804
   public function setTitle($title)
2805 2805
   {
2806
-    $this->title = $title;
2806
+	$this->title = $title;
2807 2807
   }
2808 2808
   public function getTitle()
2809 2809
   {
2810
-    return $this->title;
2810
+	return $this->title;
2811 2811
   }
2812 2812
   public function setTitleLink($titleLink)
2813 2813
   {
2814
-    $this->titleLink = $titleLink;
2814
+	$this->titleLink = $titleLink;
2815 2815
   }
2816 2816
   public function getTitleLink()
2817 2817
   {
2818
-    return $this->titleLink;
2818
+	return $this->titleLink;
2819 2819
   }
2820 2820
   public function setUpdated($updated)
2821 2821
   {
2822
-    $this->updated = $updated;
2822
+	$this->updated = $updated;
2823 2823
   }
2824 2824
   public function getUpdated()
2825 2825
   {
2826
-    return $this->updated;
2826
+	return $this->updated;
2827 2827
   }
2828 2828
   public function setUrl($url)
2829 2829
   {
2830
-    $this->url = $url;
2830
+	$this->url = $url;
2831 2831
   }
2832 2832
   public function getUrl()
2833 2833
   {
2834
-    return $this->url;
2834
+	return $this->url;
2835 2835
   }
2836 2836
 }
2837 2837
 
@@ -2848,35 +2848,35 @@  discard block
 block discarded – undo
2848 2848
 
2849 2849
   public function setDisplayName($displayName)
2850 2850
   {
2851
-    $this->displayName = $displayName;
2851
+	$this->displayName = $displayName;
2852 2852
   }
2853 2853
   public function getDisplayName()
2854 2854
   {
2855
-    return $this->displayName;
2855
+	return $this->displayName;
2856 2856
   }
2857 2857
   public function setId($id)
2858 2858
   {
2859
-    $this->id = $id;
2859
+	$this->id = $id;
2860 2860
   }
2861 2861
   public function getId()
2862 2862
   {
2863
-    return $this->id;
2863
+	return $this->id;
2864 2864
   }
2865 2865
   public function setImage(Google_Service_Blogger_PostAuthorImage $image)
2866 2866
   {
2867
-    $this->image = $image;
2867
+	$this->image = $image;
2868 2868
   }
2869 2869
   public function getImage()
2870 2870
   {
2871
-    return $this->image;
2871
+	return $this->image;
2872 2872
   }
2873 2873
   public function setUrl($url)
2874 2874
   {
2875
-    $this->url = $url;
2875
+	$this->url = $url;
2876 2876
   }
2877 2877
   public function getUrl()
2878 2878
   {
2879
-    return $this->url;
2879
+	return $this->url;
2880 2880
   }
2881 2881
 }
2882 2882
 
@@ -2889,11 +2889,11 @@  discard block
 block discarded – undo
2889 2889
 
2890 2890
   public function setUrl($url)
2891 2891
   {
2892
-    $this->url = $url;
2892
+	$this->url = $url;
2893 2893
   }
2894 2894
   public function getUrl()
2895 2895
   {
2896
-    return $this->url;
2896
+	return $this->url;
2897 2897
   }
2898 2898
 }
2899 2899
 
@@ -2906,11 +2906,11 @@  discard block
 block discarded – undo
2906 2906
 
2907 2907
   public function setId($id)
2908 2908
   {
2909
-    $this->id = $id;
2909
+	$this->id = $id;
2910 2910
   }
2911 2911
   public function getId()
2912 2912
   {
2913
-    return $this->id;
2913
+	return $this->id;
2914 2914
   }
2915 2915
 }
2916 2916
 
@@ -2923,11 +2923,11 @@  discard block
 block discarded – undo
2923 2923
 
2924 2924
   public function setUrl($url)
2925 2925
   {
2926
-    $this->url = $url;
2926
+	$this->url = $url;
2927 2927
   }
2928 2928
   public function getUrl()
2929 2929
   {
2930
-    return $this->url;
2930
+	return $this->url;
2931 2931
   }
2932 2932
 }
2933 2933
 
@@ -2945,35 +2945,35 @@  discard block
 block discarded – undo
2945 2945
 
2946 2946
   public function setEtag($etag)
2947 2947
   {
2948
-    $this->etag = $etag;
2948
+	$this->etag = $etag;
2949 2949
   }
2950 2950
   public function getEtag()
2951 2951
   {
2952
-    return $this->etag;
2952
+	return $this->etag;
2953 2953
   }
2954 2954
   public function setItems($items)
2955 2955
   {
2956
-    $this->items = $items;
2956
+	$this->items = $items;
2957 2957
   }
2958 2958
   public function getItems()
2959 2959
   {
2960
-    return $this->items;
2960
+	return $this->items;
2961 2961
   }
2962 2962
   public function setKind($kind)
2963 2963
   {
2964
-    $this->kind = $kind;
2964
+	$this->kind = $kind;
2965 2965
   }
2966 2966
   public function getKind()
2967 2967
   {
2968
-    return $this->kind;
2968
+	return $this->kind;
2969 2969
   }
2970 2970
   public function setNextPageToken($nextPageToken)
2971 2971
   {
2972
-    $this->nextPageToken = $nextPageToken;
2972
+	$this->nextPageToken = $nextPageToken;
2973 2973
   }
2974 2974
   public function getNextPageToken()
2975 2975
   {
2976
-    return $this->nextPageToken;
2976
+	return $this->nextPageToken;
2977 2977
   }
2978 2978
 }
2979 2979
 
@@ -2989,35 +2989,35 @@  discard block
 block discarded – undo
2989 2989
 
2990 2990
   public function setLat($lat)
2991 2991
   {
2992
-    $this->lat = $lat;
2992
+	$this->lat = $lat;
2993 2993
   }
2994 2994
   public function getLat()
2995 2995
   {
2996
-    return $this->lat;
2996
+	return $this->lat;
2997 2997
   }
2998 2998
   public function setLng($lng)
2999 2999
   {
3000
-    $this->lng = $lng;
3000
+	$this->lng = $lng;
3001 3001
   }
3002 3002
   public function getLng()
3003 3003
   {
3004
-    return $this->lng;
3004
+	return $this->lng;
3005 3005
   }
3006 3006
   public function setName($name)
3007 3007
   {
3008
-    $this->name = $name;
3008
+	$this->name = $name;
3009 3009
   }
3010 3010
   public function getName()
3011 3011
   {
3012
-    return $this->name;
3012
+	return $this->name;
3013 3013
   }
3014 3014
   public function setSpan($span)
3015 3015
   {
3016
-    $this->span = $span;
3016
+	$this->span = $span;
3017 3017
   }
3018 3018
   public function getSpan()
3019 3019
   {
3020
-    return $this->span;
3020
+	return $this->span;
3021 3021
   }
3022 3022
 }
3023 3023
 
@@ -3034,43 +3034,43 @@  discard block
 block discarded – undo
3034 3034
 
3035 3035
   public function setBlogId($blogId)
3036 3036
   {
3037
-    $this->blogId = $blogId;
3037
+	$this->blogId = $blogId;
3038 3038
   }
3039 3039
   public function getBlogId()
3040 3040
   {
3041
-    return $this->blogId;
3041
+	return $this->blogId;
3042 3042
   }
3043 3043
   public function setHasEditAccess($hasEditAccess)
3044 3044
   {
3045
-    $this->hasEditAccess = $hasEditAccess;
3045
+	$this->hasEditAccess = $hasEditAccess;
3046 3046
   }
3047 3047
   public function getHasEditAccess()
3048 3048
   {
3049
-    return $this->hasEditAccess;
3049
+	return $this->hasEditAccess;
3050 3050
   }
3051 3051
   public function setKind($kind)
3052 3052
   {
3053
-    $this->kind = $kind;
3053
+	$this->kind = $kind;
3054 3054
   }
3055 3055
   public function getKind()
3056 3056
   {
3057
-    return $this->kind;
3057
+	return $this->kind;
3058 3058
   }
3059 3059
   public function setPostId($postId)
3060 3060
   {
3061
-    $this->postId = $postId;
3061
+	$this->postId = $postId;
3062 3062
   }
3063 3063
   public function getPostId()
3064 3064
   {
3065
-    return $this->postId;
3065
+	return $this->postId;
3066 3066
   }
3067 3067
   public function setUserId($userId)
3068 3068
   {
3069
-    $this->userId = $userId;
3069
+	$this->userId = $userId;
3070 3070
   }
3071 3071
   public function getUserId()
3072 3072
   {
3073
-    return $this->userId;
3073
+	return $this->userId;
3074 3074
   }
3075 3075
 }
3076 3076
 
@@ -3087,34 +3087,34 @@  discard block
 block discarded – undo
3087 3087
 
3088 3088
   public function setItems($items)
3089 3089
   {
3090
-    $this->items = $items;
3090
+	$this->items = $items;
3091 3091
   }
3092 3092
   public function getItems()
3093 3093
   {
3094
-    return $this->items;
3094
+	return $this->items;
3095 3095
   }
3096 3096
   public function setSelfLink($selfLink)
3097 3097
   {
3098
-    $this->selfLink = $selfLink;
3098
+	$this->selfLink = $selfLink;
3099 3099
   }
3100 3100
   public function getSelfLink()
3101 3101
   {
3102
-    return $this->selfLink;
3102
+	return $this->selfLink;
3103 3103
   }
3104 3104
   public function setTotalItems($totalItems)
3105 3105
   {
3106
-    $this->totalItems = $totalItems;
3106
+	$this->totalItems = $totalItems;
3107 3107
   }
3108 3108
   public function getTotalItems()
3109 3109
   {
3110
-    return $this->totalItems;
3110
+	return $this->totalItems;
3111 3111
   }
3112 3112
 }
3113 3113
 
3114 3114
 class Google_Service_Blogger_PostUserInfo extends Google_Model
3115 3115
 {
3116 3116
   protected $internal_gapi_mappings = array(
3117
-        "postUserInfo" => "post_user_info",
3117
+		"postUserInfo" => "post_user_info",
3118 3118
   );
3119 3119
   public $kind;
3120 3120
   protected $postType = 'Google_Service_Blogger_Post';
@@ -3125,27 +3125,27 @@  discard block
 block discarded – undo
3125 3125
 
3126 3126
   public function setKind($kind)
3127 3127
   {
3128
-    $this->kind = $kind;
3128
+	$this->kind = $kind;
3129 3129
   }
3130 3130
   public function getKind()
3131 3131
   {
3132
-    return $this->kind;
3132
+	return $this->kind;
3133 3133
   }
3134 3134
   public function setPost(Google_Service_Blogger_Post $post)
3135 3135
   {
3136
-    $this->post = $post;
3136
+	$this->post = $post;
3137 3137
   }
3138 3138
   public function getPost()
3139 3139
   {
3140
-    return $this->post;
3140
+	return $this->post;
3141 3141
   }
3142 3142
   public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo)
3143 3143
   {
3144
-    $this->postUserInfo = $postUserInfo;
3144
+	$this->postUserInfo = $postUserInfo;
3145 3145
   }
3146 3146
   public function getPostUserInfo()
3147 3147
   {
3148
-    return $this->postUserInfo;
3148
+	return $this->postUserInfo;
3149 3149
   }
3150 3150
 }
3151 3151
 
@@ -3162,27 +3162,27 @@  discard block
 block discarded – undo
3162 3162
 
3163 3163
   public function setItems($items)
3164 3164
   {
3165
-    $this->items = $items;
3165
+	$this->items = $items;
3166 3166
   }
3167 3167
   public function getItems()
3168 3168
   {
3169
-    return $this->items;
3169
+	return $this->items;
3170 3170
   }
3171 3171
   public function setKind($kind)
3172 3172
   {
3173
-    $this->kind = $kind;
3173
+	$this->kind = $kind;
3174 3174
   }
3175 3175
   public function getKind()
3176 3176
   {
3177
-    return $this->kind;
3177
+	return $this->kind;
3178 3178
   }
3179 3179
   public function setNextPageToken($nextPageToken)
3180 3180
   {
3181
-    $this->nextPageToken = $nextPageToken;
3181
+	$this->nextPageToken = $nextPageToken;
3182 3182
   }
3183 3183
   public function getNextPageToken()
3184 3184
   {
3185
-    return $this->nextPageToken;
3185
+	return $this->nextPageToken;
3186 3186
   }
3187 3187
 }
3188 3188
 
@@ -3205,75 +3205,75 @@  discard block
 block discarded – undo
3205 3205
 
3206 3206
   public function setAbout($about)
3207 3207
   {
3208
-    $this->about = $about;
3208
+	$this->about = $about;
3209 3209
   }
3210 3210
   public function getAbout()
3211 3211
   {
3212
-    return $this->about;
3212
+	return $this->about;
3213 3213
   }
3214 3214
   public function setBlogs(Google_Service_Blogger_UserBlogs $blogs)
3215 3215
   {
3216
-    $this->blogs = $blogs;
3216
+	$this->blogs = $blogs;
3217 3217
   }
3218 3218
   public function getBlogs()
3219 3219
   {
3220
-    return $this->blogs;
3220
+	return $this->blogs;
3221 3221
   }
3222 3222
   public function setCreated($created)
3223 3223
   {
3224
-    $this->created = $created;
3224
+	$this->created = $created;
3225 3225
   }
3226 3226
   public function getCreated()
3227 3227
   {
3228
-    return $this->created;
3228
+	return $this->created;
3229 3229
   }
3230 3230
   public function setDisplayName($displayName)
3231 3231
   {
3232
-    $this->displayName = $displayName;
3232
+	$this->displayName = $displayName;
3233 3233
   }
3234 3234
   public function getDisplayName()
3235 3235
   {
3236
-    return $this->displayName;
3236
+	return $this->displayName;
3237 3237
   }
3238 3238
   public function setId($id)
3239 3239
   {
3240
-    $this->id = $id;
3240
+	$this->id = $id;
3241 3241
   }
3242 3242
   public function getId()
3243 3243
   {
3244
-    return $this->id;
3244
+	return $this->id;
3245 3245
   }
3246 3246
   public function setKind($kind)
3247 3247
   {
3248
-    $this->kind = $kind;
3248
+	$this->kind = $kind;
3249 3249
   }
3250 3250
   public function getKind()
3251 3251
   {
3252
-    return $this->kind;
3252
+	return $this->kind;
3253 3253
   }
3254 3254
   public function setLocale(Google_Service_Blogger_UserLocale $locale)
3255 3255
   {
3256
-    $this->locale = $locale;
3256
+	$this->locale = $locale;
3257 3257
   }
3258 3258
   public function getLocale()
3259 3259
   {
3260
-    return $this->locale;
3260
+	return $this->locale;
3261 3261
   }
3262 3262
   public function setSelfLink($selfLink)
3263 3263
   {
3264
-    $this->selfLink = $selfLink;
3264
+	$this->selfLink = $selfLink;
3265 3265
   }
3266 3266
   public function getSelfLink()
3267 3267
   {
3268
-    return $this->selfLink;
3268
+	return $this->selfLink;
3269 3269
   }
3270 3270
   public function setUrl($url)
3271 3271
   {
3272
-    $this->url = $url;
3272
+	$this->url = $url;
3273 3273
   }
3274 3274
   public function getUrl()
3275 3275
   {
3276
-    return $this->url;
3276
+	return $this->url;
3277 3277
   }
3278 3278
 }
3279 3279
 
@@ -3286,11 +3286,11 @@  discard block
 block discarded – undo
3286 3286
 
3287 3287
   public function setSelfLink($selfLink)
3288 3288
   {
3289
-    $this->selfLink = $selfLink;
3289
+	$this->selfLink = $selfLink;
3290 3290
   }
3291 3291
   public function getSelfLink()
3292 3292
   {
3293
-    return $this->selfLink;
3293
+	return $this->selfLink;
3294 3294
   }
3295 3295
 }
3296 3296
 
@@ -3305,26 +3305,26 @@  discard block
 block discarded – undo
3305 3305
 
3306 3306
   public function setCountry($country)
3307 3307
   {
3308
-    $this->country = $country;
3308
+	$this->country = $country;
3309 3309
   }
3310 3310
   public function getCountry()
3311 3311
   {
3312
-    return $this->country;
3312
+	return $this->country;
3313 3313
   }
3314 3314
   public function setLanguage($language)
3315 3315
   {
3316
-    $this->language = $language;
3316
+	$this->language = $language;
3317 3317
   }
3318 3318
   public function getLanguage()
3319 3319
   {
3320
-    return $this->language;
3320
+	return $this->language;
3321 3321
   }
3322 3322
   public function setVariant($variant)
3323 3323
   {
3324
-    $this->variant = $variant;
3324
+	$this->variant = $variant;
3325 3325
   }
3326 3326
   public function getVariant()
3327 3327
   {
3328
-    return $this->variant;
3328
+	return $this->variant;
3329 3329
   }
3330 3330
 }
Please login to merge, or discard this patch.
Spacing   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'type' => 'string',
114 114
                 ),
115 115
               ),
116
-            ),'getByUrl' => array(
116
+            ), 'getByUrl' => array(
117 117
               'path' => 'blogs/byurl',
118 118
               'httpMethod' => 'GET',
119 119
               'parameters' => array(
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
                   'type' => 'string',
128 128
                 ),
129 129
               ),
130
-            ),'listByUser' => array(
130
+            ), 'listByUser' => array(
131 131
               'path' => 'users/{userId}/blogs',
132 132
               'httpMethod' => 'GET',
133 133
               'parameters' => array(
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
                   'required' => true,
186 186
                 ),
187 187
               ),
188
-            ),'delete' => array(
188
+            ), 'delete' => array(
189 189
               'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
190 190
               'httpMethod' => 'DELETE',
191 191
               'parameters' => array(
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
                   'required' => true,
206 206
                 ),
207 207
               ),
208
-            ),'get' => array(
208
+            ), 'get' => array(
209 209
               'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
210 210
               'httpMethod' => 'GET',
211 211
               'parameters' => array(
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
                   'type' => 'string',
230 230
                 ),
231 231
               ),
232
-            ),'list' => array(
232
+            ), 'list' => array(
233 233
               'path' => 'blogs/{blogId}/posts/{postId}/comments',
234 234
               'httpMethod' => 'GET',
235 235
               'parameters' => array(
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                   'type' => 'string',
274 274
                 ),
275 275
               ),
276
-            ),'listByBlog' => array(
276
+            ), 'listByBlog' => array(
277 277
               'path' => 'blogs/{blogId}/comments',
278 278
               'httpMethod' => 'GET',
279 279
               'parameters' => array(
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
                   'type' => 'boolean',
309 309
                 ),
310 310
               ),
311
-            ),'markAsSpam' => array(
311
+            ), 'markAsSpam' => array(
312 312
               'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
313 313
               'httpMethod' => 'POST',
314 314
               'parameters' => array(
@@ -328,7 +328,7 @@  discard block
 block discarded – undo
328 328
                   'required' => true,
329 329
                 ),
330 330
               ),
331
-            ),'removeContent' => array(
331
+            ), 'removeContent' => array(
332 332
               'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
333 333
               'httpMethod' => 'POST',
334 334
               'parameters' => array(
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
                   'required' => true,
399 399
                 ),
400 400
               ),
401
-            ),'get' => array(
401
+            ), 'get' => array(
402 402
               'path' => 'blogs/{blogId}/pages/{pageId}',
403 403
               'httpMethod' => 'GET',
404 404
               'parameters' => array(
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
                   'type' => 'string',
418 418
                 ),
419 419
               ),
420
-            ),'insert' => array(
420
+            ), 'insert' => array(
421 421
               'path' => 'blogs/{blogId}/pages',
422 422
               'httpMethod' => 'POST',
423 423
               'parameters' => array(
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
                   'type' => 'boolean',
432 432
                 ),
433 433
               ),
434
-            ),'list' => array(
434
+            ), 'list' => array(
435 435
               'path' => 'blogs/{blogId}/pages',
436 436
               'httpMethod' => 'GET',
437 437
               'parameters' => array(
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
                   'type' => 'string',
463 463
                 ),
464 464
               ),
465
-            ),'patch' => array(
465
+            ), 'patch' => array(
466 466
               'path' => 'blogs/{blogId}/pages/{pageId}',
467 467
               'httpMethod' => 'PATCH',
468 468
               'parameters' => array(
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
                   'type' => 'boolean',
486 486
                 ),
487 487
               ),
488
-            ),'publish' => array(
488
+            ), 'publish' => array(
489 489
               'path' => 'blogs/{blogId}/pages/{pageId}/publish',
490 490
               'httpMethod' => 'POST',
491 491
               'parameters' => array(
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
                   'required' => true,
501 501
                 ),
502 502
               ),
503
-            ),'revert' => array(
503
+            ), 'revert' => array(
504 504
               'path' => 'blogs/{blogId}/pages/{pageId}/revert',
505 505
               'httpMethod' => 'POST',
506 506
               'parameters' => array(
@@ -515,7 +515,7 @@  discard block
 block discarded – undo
515 515
                   'required' => true,
516 516
                 ),
517 517
               ),
518
-            ),'update' => array(
518
+            ), 'update' => array(
519 519
               'path' => 'blogs/{blogId}/pages/{pageId}',
520 520
               'httpMethod' => 'PUT',
521 521
               'parameters' => array(
@@ -572,7 +572,7 @@  discard block
 block discarded – undo
572 572
                   'type' => 'integer',
573 573
                 ),
574 574
               ),
575
-            ),'list' => array(
575
+            ), 'list' => array(
576 576
               'path' => 'users/{userId}/blogs/{blogId}/posts',
577 577
               'httpMethod' => 'GET',
578 578
               'parameters' => array(
@@ -649,7 +649,7 @@  discard block
 block discarded – undo
649 649
                   'required' => true,
650 650
                 ),
651 651
               ),
652
-            ),'get' => array(
652
+            ), 'get' => array(
653 653
               'path' => 'blogs/{blogId}/posts/{postId}',
654 654
               'httpMethod' => 'GET',
655 655
               'parameters' => array(
@@ -680,7 +680,7 @@  discard block
 block discarded – undo
680 680
                   'type' => 'string',
681 681
                 ),
682 682
               ),
683
-            ),'getByPath' => array(
683
+            ), 'getByPath' => array(
684 684
               'path' => 'blogs/{blogId}/posts/bypath',
685 685
               'httpMethod' => 'GET',
686 686
               'parameters' => array(
@@ -703,7 +703,7 @@  discard block
 block discarded – undo
703 703
                   'type' => 'string',
704 704
                 ),
705 705
               ),
706
-            ),'insert' => array(
706
+            ), 'insert' => array(
707 707
               'path' => 'blogs/{blogId}/posts',
708 708
               'httpMethod' => 'POST',
709 709
               'parameters' => array(
@@ -725,7 +725,7 @@  discard block
 block discarded – undo
725 725
                   'type' => 'boolean',
726 726
                 ),
727 727
               ),
728
-            ),'list' => array(
728
+            ), 'list' => array(
729 729
               'path' => 'blogs/{blogId}/posts',
730 730
               'httpMethod' => 'GET',
731 731
               'parameters' => array(
@@ -776,7 +776,7 @@  discard block
 block discarded – undo
776 776
                   'type' => 'string',
777 777
                 ),
778 778
               ),
779
-            ),'patch' => array(
779
+            ), 'patch' => array(
780 780
               'path' => 'blogs/{blogId}/posts/{postId}',
781 781
               'httpMethod' => 'PATCH',
782 782
               'parameters' => array(
@@ -811,7 +811,7 @@  discard block
 block discarded – undo
811 811
                   'type' => 'boolean',
812 812
                 ),
813 813
               ),
814
-            ),'publish' => array(
814
+            ), 'publish' => array(
815 815
               'path' => 'blogs/{blogId}/posts/{postId}/publish',
816 816
               'httpMethod' => 'POST',
817 817
               'parameters' => array(
@@ -830,7 +830,7 @@  discard block
 block discarded – undo
830 830
                   'type' => 'string',
831 831
                 ),
832 832
               ),
833
-            ),'revert' => array(
833
+            ), 'revert' => array(
834 834
               'path' => 'blogs/{blogId}/posts/{postId}/revert',
835 835
               'httpMethod' => 'POST',
836 836
               'parameters' => array(
@@ -845,7 +845,7 @@  discard block
 block discarded – undo
845 845
                   'required' => true,
846 846
                 ),
847 847
               ),
848
-            ),'search' => array(
848
+            ), 'search' => array(
849 849
               'path' => 'blogs/{blogId}/posts/search',
850 850
               'httpMethod' => 'GET',
851 851
               'parameters' => array(
@@ -868,7 +868,7 @@  discard block
 block discarded – undo
868 868
                   'type' => 'boolean',
869 869
                 ),
870 870
               ),
871
-            ),'update' => array(
871
+            ), 'update' => array(
872 872
               'path' => 'blogs/{blogId}/posts/{postId}',
873 873
               'httpMethod' => 'PUT',
874 874
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/GamesManagement.php 2 patches
Indentation   +453 added lines, -453 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Share your Google+ profile information and view and manage your game activity. */
34 34
   const GAMES =
35
-      "https://www.googleapis.com/auth/games";
35
+	  "https://www.googleapis.com/auth/games";
36 36
   /** Know your basic profile info and list of people in your circles.. */
37 37
   const PLUS_LOGIN =
38
-      "https://www.googleapis.com/auth/plus.login";
38
+	  "https://www.googleapis.com/auth/plus.login";
39 39
 
40 40
   public $achievements;
41 41
   public $applications;
@@ -54,284 +54,284 @@  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 = 'games/v1management/';
60
-    $this->version = 'v1management';
61
-    $this->serviceName = 'gamesManagement';
62
-
63
-    $this->achievements = new Google_Service_GamesManagement_Achievements_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'achievements',
67
-        array(
68
-          'methods' => array(
69
-            'reset' => array(
70
-              'path' => 'achievements/{achievementId}/reset',
71
-              'httpMethod' => 'POST',
72
-              'parameters' => array(
73
-                'achievementId' => array(
74
-                  'location' => 'path',
75
-                  'type' => 'string',
76
-                  'required' => true,
77
-                ),
78
-              ),
79
-            ),'resetAll' => array(
80
-              'path' => 'achievements/reset',
81
-              'httpMethod' => 'POST',
82
-              'parameters' => array(),
83
-            ),'resetAllForAllPlayers' => array(
84
-              'path' => 'achievements/resetAllForAllPlayers',
85
-              'httpMethod' => 'POST',
86
-              'parameters' => array(),
87
-            ),'resetForAllPlayers' => array(
88
-              'path' => 'achievements/{achievementId}/resetForAllPlayers',
89
-              'httpMethod' => 'POST',
90
-              'parameters' => array(
91
-                'achievementId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-              ),
97
-            ),'resetMultipleForAllPlayers' => array(
98
-              'path' => 'achievements/resetMultipleForAllPlayers',
99
-              'httpMethod' => 'POST',
100
-              'parameters' => array(),
101
-            ),
102
-          )
103
-        )
104
-    );
105
-    $this->applications = new Google_Service_GamesManagement_Applications_Resource(
106
-        $this,
107
-        $this->serviceName,
108
-        'applications',
109
-        array(
110
-          'methods' => array(
111
-            'listHidden' => array(
112
-              'path' => 'applications/{applicationId}/players/hidden',
113
-              'httpMethod' => 'GET',
114
-              'parameters' => array(
115
-                'applicationId' => array(
116
-                  'location' => 'path',
117
-                  'type' => 'string',
118
-                  'required' => true,
119
-                ),
120
-                'pageToken' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'string',
123
-                ),
124
-                'maxResults' => array(
125
-                  'location' => 'query',
126
-                  'type' => 'integer',
127
-                ),
128
-              ),
129
-            ),
130
-          )
131
-        )
132
-    );
133
-    $this->events = new Google_Service_GamesManagement_Events_Resource(
134
-        $this,
135
-        $this->serviceName,
136
-        'events',
137
-        array(
138
-          'methods' => array(
139
-            'reset' => array(
140
-              'path' => 'events/{eventId}/reset',
141
-              'httpMethod' => 'POST',
142
-              'parameters' => array(
143
-                'eventId' => array(
144
-                  'location' => 'path',
145
-                  'type' => 'string',
146
-                  'required' => true,
147
-                ),
148
-              ),
149
-            ),'resetAll' => array(
150
-              'path' => 'events/reset',
151
-              'httpMethod' => 'POST',
152
-              'parameters' => array(),
153
-            ),'resetAllForAllPlayers' => array(
154
-              'path' => 'events/resetAllForAllPlayers',
155
-              'httpMethod' => 'POST',
156
-              'parameters' => array(),
157
-            ),'resetForAllPlayers' => array(
158
-              'path' => 'events/{eventId}/resetForAllPlayers',
159
-              'httpMethod' => 'POST',
160
-              'parameters' => array(
161
-                'eventId' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-              ),
167
-            ),'resetMultipleForAllPlayers' => array(
168
-              'path' => 'events/resetMultipleForAllPlayers',
169
-              'httpMethod' => 'POST',
170
-              'parameters' => array(),
171
-            ),
172
-          )
173
-        )
174
-    );
175
-    $this->players = new Google_Service_GamesManagement_Players_Resource(
176
-        $this,
177
-        $this->serviceName,
178
-        'players',
179
-        array(
180
-          'methods' => array(
181
-            'hide' => array(
182
-              'path' => 'applications/{applicationId}/players/hidden/{playerId}',
183
-              'httpMethod' => 'POST',
184
-              'parameters' => array(
185
-                'applicationId' => array(
186
-                  'location' => 'path',
187
-                  'type' => 'string',
188
-                  'required' => true,
189
-                ),
190
-                'playerId' => array(
191
-                  'location' => 'path',
192
-                  'type' => 'string',
193
-                  'required' => true,
194
-                ),
195
-              ),
196
-            ),'unhide' => array(
197
-              'path' => 'applications/{applicationId}/players/hidden/{playerId}',
198
-              'httpMethod' => 'DELETE',
199
-              'parameters' => array(
200
-                'applicationId' => array(
201
-                  'location' => 'path',
202
-                  'type' => 'string',
203
-                  'required' => true,
204
-                ),
205
-                'playerId' => array(
206
-                  'location' => 'path',
207
-                  'type' => 'string',
208
-                  'required' => true,
209
-                ),
210
-              ),
211
-            ),
212
-          )
213
-        )
214
-    );
215
-    $this->quests = new Google_Service_GamesManagement_Quests_Resource(
216
-        $this,
217
-        $this->serviceName,
218
-        'quests',
219
-        array(
220
-          'methods' => array(
221
-            'reset' => array(
222
-              'path' => 'quests/{questId}/reset',
223
-              'httpMethod' => 'POST',
224
-              'parameters' => array(
225
-                'questId' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-              ),
231
-            ),'resetAll' => array(
232
-              'path' => 'quests/reset',
233
-              'httpMethod' => 'POST',
234
-              'parameters' => array(),
235
-            ),'resetAllForAllPlayers' => array(
236
-              'path' => 'quests/resetAllForAllPlayers',
237
-              'httpMethod' => 'POST',
238
-              'parameters' => array(),
239
-            ),'resetForAllPlayers' => array(
240
-              'path' => 'quests/{questId}/resetForAllPlayers',
241
-              'httpMethod' => 'POST',
242
-              'parameters' => array(
243
-                'questId' => array(
244
-                  'location' => 'path',
245
-                  'type' => 'string',
246
-                  'required' => true,
247
-                ),
248
-              ),
249
-            ),'resetMultipleForAllPlayers' => array(
250
-              'path' => 'quests/resetMultipleForAllPlayers',
251
-              'httpMethod' => 'POST',
252
-              'parameters' => array(),
253
-            ),
254
-          )
255
-        )
256
-    );
257
-    $this->rooms = new Google_Service_GamesManagement_Rooms_Resource(
258
-        $this,
259
-        $this->serviceName,
260
-        'rooms',
261
-        array(
262
-          'methods' => array(
263
-            'reset' => array(
264
-              'path' => 'rooms/reset',
265
-              'httpMethod' => 'POST',
266
-              'parameters' => array(),
267
-            ),'resetForAllPlayers' => array(
268
-              'path' => 'rooms/resetForAllPlayers',
269
-              'httpMethod' => 'POST',
270
-              'parameters' => array(),
271
-            ),
272
-          )
273
-        )
274
-    );
275
-    $this->scores = new Google_Service_GamesManagement_Scores_Resource(
276
-        $this,
277
-        $this->serviceName,
278
-        'scores',
279
-        array(
280
-          'methods' => array(
281
-            'reset' => array(
282
-              'path' => 'leaderboards/{leaderboardId}/scores/reset',
283
-              'httpMethod' => 'POST',
284
-              'parameters' => array(
285
-                'leaderboardId' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-              ),
291
-            ),'resetAll' => array(
292
-              'path' => 'scores/reset',
293
-              'httpMethod' => 'POST',
294
-              'parameters' => array(),
295
-            ),'resetAllForAllPlayers' => array(
296
-              'path' => 'scores/resetAllForAllPlayers',
297
-              'httpMethod' => 'POST',
298
-              'parameters' => array(),
299
-            ),'resetForAllPlayers' => array(
300
-              'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers',
301
-              'httpMethod' => 'POST',
302
-              'parameters' => array(
303
-                'leaderboardId' => array(
304
-                  'location' => 'path',
305
-                  'type' => 'string',
306
-                  'required' => true,
307
-                ),
308
-              ),
309
-            ),'resetMultipleForAllPlayers' => array(
310
-              'path' => 'scores/resetMultipleForAllPlayers',
311
-              'httpMethod' => 'POST',
312
-              'parameters' => array(),
313
-            ),
314
-          )
315
-        )
316
-    );
317
-    $this->turnBasedMatches = new Google_Service_GamesManagement_TurnBasedMatches_Resource(
318
-        $this,
319
-        $this->serviceName,
320
-        'turnBasedMatches',
321
-        array(
322
-          'methods' => array(
323
-            'reset' => array(
324
-              'path' => 'turnbasedmatches/reset',
325
-              'httpMethod' => 'POST',
326
-              'parameters' => array(),
327
-            ),'resetForAllPlayers' => array(
328
-              'path' => 'turnbasedmatches/resetForAllPlayers',
329
-              'httpMethod' => 'POST',
330
-              'parameters' => array(),
331
-            ),
332
-          )
333
-        )
334
-    );
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = 'games/v1management/';
60
+	$this->version = 'v1management';
61
+	$this->serviceName = 'gamesManagement';
62
+
63
+	$this->achievements = new Google_Service_GamesManagement_Achievements_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'achievements',
67
+		array(
68
+		  'methods' => array(
69
+			'reset' => array(
70
+			  'path' => 'achievements/{achievementId}/reset',
71
+			  'httpMethod' => 'POST',
72
+			  'parameters' => array(
73
+				'achievementId' => array(
74
+				  'location' => 'path',
75
+				  'type' => 'string',
76
+				  'required' => true,
77
+				),
78
+			  ),
79
+			),'resetAll' => array(
80
+			  'path' => 'achievements/reset',
81
+			  'httpMethod' => 'POST',
82
+			  'parameters' => array(),
83
+			),'resetAllForAllPlayers' => array(
84
+			  'path' => 'achievements/resetAllForAllPlayers',
85
+			  'httpMethod' => 'POST',
86
+			  'parameters' => array(),
87
+			),'resetForAllPlayers' => array(
88
+			  'path' => 'achievements/{achievementId}/resetForAllPlayers',
89
+			  'httpMethod' => 'POST',
90
+			  'parameters' => array(
91
+				'achievementId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+			  ),
97
+			),'resetMultipleForAllPlayers' => array(
98
+			  'path' => 'achievements/resetMultipleForAllPlayers',
99
+			  'httpMethod' => 'POST',
100
+			  'parameters' => array(),
101
+			),
102
+		  )
103
+		)
104
+	);
105
+	$this->applications = new Google_Service_GamesManagement_Applications_Resource(
106
+		$this,
107
+		$this->serviceName,
108
+		'applications',
109
+		array(
110
+		  'methods' => array(
111
+			'listHidden' => array(
112
+			  'path' => 'applications/{applicationId}/players/hidden',
113
+			  'httpMethod' => 'GET',
114
+			  'parameters' => array(
115
+				'applicationId' => array(
116
+				  'location' => 'path',
117
+				  'type' => 'string',
118
+				  'required' => true,
119
+				),
120
+				'pageToken' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'string',
123
+				),
124
+				'maxResults' => array(
125
+				  'location' => 'query',
126
+				  'type' => 'integer',
127
+				),
128
+			  ),
129
+			),
130
+		  )
131
+		)
132
+	);
133
+	$this->events = new Google_Service_GamesManagement_Events_Resource(
134
+		$this,
135
+		$this->serviceName,
136
+		'events',
137
+		array(
138
+		  'methods' => array(
139
+			'reset' => array(
140
+			  'path' => 'events/{eventId}/reset',
141
+			  'httpMethod' => 'POST',
142
+			  'parameters' => array(
143
+				'eventId' => array(
144
+				  'location' => 'path',
145
+				  'type' => 'string',
146
+				  'required' => true,
147
+				),
148
+			  ),
149
+			),'resetAll' => array(
150
+			  'path' => 'events/reset',
151
+			  'httpMethod' => 'POST',
152
+			  'parameters' => array(),
153
+			),'resetAllForAllPlayers' => array(
154
+			  'path' => 'events/resetAllForAllPlayers',
155
+			  'httpMethod' => 'POST',
156
+			  'parameters' => array(),
157
+			),'resetForAllPlayers' => array(
158
+			  'path' => 'events/{eventId}/resetForAllPlayers',
159
+			  'httpMethod' => 'POST',
160
+			  'parameters' => array(
161
+				'eventId' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+			  ),
167
+			),'resetMultipleForAllPlayers' => array(
168
+			  'path' => 'events/resetMultipleForAllPlayers',
169
+			  'httpMethod' => 'POST',
170
+			  'parameters' => array(),
171
+			),
172
+		  )
173
+		)
174
+	);
175
+	$this->players = new Google_Service_GamesManagement_Players_Resource(
176
+		$this,
177
+		$this->serviceName,
178
+		'players',
179
+		array(
180
+		  'methods' => array(
181
+			'hide' => array(
182
+			  'path' => 'applications/{applicationId}/players/hidden/{playerId}',
183
+			  'httpMethod' => 'POST',
184
+			  'parameters' => array(
185
+				'applicationId' => array(
186
+				  'location' => 'path',
187
+				  'type' => 'string',
188
+				  'required' => true,
189
+				),
190
+				'playerId' => array(
191
+				  'location' => 'path',
192
+				  'type' => 'string',
193
+				  'required' => true,
194
+				),
195
+			  ),
196
+			),'unhide' => array(
197
+			  'path' => 'applications/{applicationId}/players/hidden/{playerId}',
198
+			  'httpMethod' => 'DELETE',
199
+			  'parameters' => array(
200
+				'applicationId' => array(
201
+				  'location' => 'path',
202
+				  'type' => 'string',
203
+				  'required' => true,
204
+				),
205
+				'playerId' => array(
206
+				  'location' => 'path',
207
+				  'type' => 'string',
208
+				  'required' => true,
209
+				),
210
+			  ),
211
+			),
212
+		  )
213
+		)
214
+	);
215
+	$this->quests = new Google_Service_GamesManagement_Quests_Resource(
216
+		$this,
217
+		$this->serviceName,
218
+		'quests',
219
+		array(
220
+		  'methods' => array(
221
+			'reset' => array(
222
+			  'path' => 'quests/{questId}/reset',
223
+			  'httpMethod' => 'POST',
224
+			  'parameters' => array(
225
+				'questId' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+			  ),
231
+			),'resetAll' => array(
232
+			  'path' => 'quests/reset',
233
+			  'httpMethod' => 'POST',
234
+			  'parameters' => array(),
235
+			),'resetAllForAllPlayers' => array(
236
+			  'path' => 'quests/resetAllForAllPlayers',
237
+			  'httpMethod' => 'POST',
238
+			  'parameters' => array(),
239
+			),'resetForAllPlayers' => array(
240
+			  'path' => 'quests/{questId}/resetForAllPlayers',
241
+			  'httpMethod' => 'POST',
242
+			  'parameters' => array(
243
+				'questId' => array(
244
+				  'location' => 'path',
245
+				  'type' => 'string',
246
+				  'required' => true,
247
+				),
248
+			  ),
249
+			),'resetMultipleForAllPlayers' => array(
250
+			  'path' => 'quests/resetMultipleForAllPlayers',
251
+			  'httpMethod' => 'POST',
252
+			  'parameters' => array(),
253
+			),
254
+		  )
255
+		)
256
+	);
257
+	$this->rooms = new Google_Service_GamesManagement_Rooms_Resource(
258
+		$this,
259
+		$this->serviceName,
260
+		'rooms',
261
+		array(
262
+		  'methods' => array(
263
+			'reset' => array(
264
+			  'path' => 'rooms/reset',
265
+			  'httpMethod' => 'POST',
266
+			  'parameters' => array(),
267
+			),'resetForAllPlayers' => array(
268
+			  'path' => 'rooms/resetForAllPlayers',
269
+			  'httpMethod' => 'POST',
270
+			  'parameters' => array(),
271
+			),
272
+		  )
273
+		)
274
+	);
275
+	$this->scores = new Google_Service_GamesManagement_Scores_Resource(
276
+		$this,
277
+		$this->serviceName,
278
+		'scores',
279
+		array(
280
+		  'methods' => array(
281
+			'reset' => array(
282
+			  'path' => 'leaderboards/{leaderboardId}/scores/reset',
283
+			  'httpMethod' => 'POST',
284
+			  'parameters' => array(
285
+				'leaderboardId' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+			  ),
291
+			),'resetAll' => array(
292
+			  'path' => 'scores/reset',
293
+			  'httpMethod' => 'POST',
294
+			  'parameters' => array(),
295
+			),'resetAllForAllPlayers' => array(
296
+			  'path' => 'scores/resetAllForAllPlayers',
297
+			  'httpMethod' => 'POST',
298
+			  'parameters' => array(),
299
+			),'resetForAllPlayers' => array(
300
+			  'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers',
301
+			  'httpMethod' => 'POST',
302
+			  'parameters' => array(
303
+				'leaderboardId' => array(
304
+				  'location' => 'path',
305
+				  'type' => 'string',
306
+				  'required' => true,
307
+				),
308
+			  ),
309
+			),'resetMultipleForAllPlayers' => array(
310
+			  'path' => 'scores/resetMultipleForAllPlayers',
311
+			  'httpMethod' => 'POST',
312
+			  'parameters' => array(),
313
+			),
314
+		  )
315
+		)
316
+	);
317
+	$this->turnBasedMatches = new Google_Service_GamesManagement_TurnBasedMatches_Resource(
318
+		$this,
319
+		$this->serviceName,
320
+		'turnBasedMatches',
321
+		array(
322
+		  'methods' => array(
323
+			'reset' => array(
324
+			  'path' => 'turnbasedmatches/reset',
325
+			  'httpMethod' => 'POST',
326
+			  'parameters' => array(),
327
+			),'resetForAllPlayers' => array(
328
+			  'path' => 'turnbasedmatches/resetForAllPlayers',
329
+			  'httpMethod' => 'POST',
330
+			  'parameters' => array(),
331
+			),
332
+		  )
333
+		)
334
+	);
335 335
   }
336 336
 }
337 337
 
@@ -358,9 +358,9 @@  discard block
 block discarded – undo
358 358
    */
359 359
   public function reset($achievementId, $optParams = array())
360 360
   {
361
-    $params = array('achievementId' => $achievementId);
362
-    $params = array_merge($params, $optParams);
363
-    return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse");
361
+	$params = array('achievementId' => $achievementId);
362
+	$params = array_merge($params, $optParams);
363
+	return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse");
364 364
   }
365 365
 
366 366
   /**
@@ -373,9 +373,9 @@  discard block
 block discarded – undo
373 373
    */
374 374
   public function resetAll($optParams = array())
375 375
   {
376
-    $params = array();
377
-    $params = array_merge($params, $optParams);
378
-    return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
376
+	$params = array();
377
+	$params = array_merge($params, $optParams);
378
+	return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
379 379
   }
380 380
 
381 381
   /**
@@ -387,9 +387,9 @@  discard block
 block discarded – undo
387 387
    */
388 388
   public function resetAllForAllPlayers($optParams = array())
389 389
   {
390
-    $params = array();
391
-    $params = array_merge($params, $optParams);
392
-    return $this->call('resetAllForAllPlayers', array($params));
390
+	$params = array();
391
+	$params = array_merge($params, $optParams);
392
+	return $this->call('resetAllForAllPlayers', array($params));
393 393
   }
394 394
 
395 395
   /**
@@ -402,9 +402,9 @@  discard block
 block discarded – undo
402 402
    */
403 403
   public function resetForAllPlayers($achievementId, $optParams = array())
404 404
   {
405
-    $params = array('achievementId' => $achievementId);
406
-    $params = array_merge($params, $optParams);
407
-    return $this->call('resetForAllPlayers', array($params));
405
+	$params = array('achievementId' => $achievementId);
406
+	$params = array_merge($params, $optParams);
407
+	return $this->call('resetForAllPlayers', array($params));
408 408
   }
409 409
 
410 410
   /**
@@ -417,9 +417,9 @@  discard block
 block discarded – undo
417 417
    */
418 418
   public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array())
419 419
   {
420
-    $params = array('postBody' => $postBody);
421
-    $params = array_merge($params, $optParams);
422
-    return $this->call('resetMultipleForAllPlayers', array($params));
420
+	$params = array('postBody' => $postBody);
421
+	$params = array_merge($params, $optParams);
422
+	return $this->call('resetMultipleForAllPlayers', array($params));
423 423
   }
424 424
 }
425 425
 
@@ -451,9 +451,9 @@  discard block
 block discarded – undo
451 451
    */
452 452
   public function listHidden($applicationId, $optParams = array())
453 453
   {
454
-    $params = array('applicationId' => $applicationId);
455
-    $params = array_merge($params, $optParams);
456
-    return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList");
454
+	$params = array('applicationId' => $applicationId);
455
+	$params = array_merge($params, $optParams);
456
+	return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList");
457 457
   }
458 458
 }
459 459
 
@@ -479,9 +479,9 @@  discard block
 block discarded – undo
479 479
    */
480 480
   public function reset($eventId, $optParams = array())
481 481
   {
482
-    $params = array('eventId' => $eventId);
483
-    $params = array_merge($params, $optParams);
484
-    return $this->call('reset', array($params));
482
+	$params = array('eventId' => $eventId);
483
+	$params = array_merge($params, $optParams);
484
+	return $this->call('reset', array($params));
485 485
   }
486 486
 
487 487
   /**
@@ -494,9 +494,9 @@  discard block
 block discarded – undo
494 494
    */
495 495
   public function resetAll($optParams = array())
496 496
   {
497
-    $params = array();
498
-    $params = array_merge($params, $optParams);
499
-    return $this->call('resetAll', array($params));
497
+	$params = array();
498
+	$params = array_merge($params, $optParams);
499
+	return $this->call('resetAll', array($params));
500 500
   }
501 501
 
502 502
   /**
@@ -508,9 +508,9 @@  discard block
 block discarded – undo
508 508
    */
509 509
   public function resetAllForAllPlayers($optParams = array())
510 510
   {
511
-    $params = array();
512
-    $params = array_merge($params, $optParams);
513
-    return $this->call('resetAllForAllPlayers', array($params));
511
+	$params = array();
512
+	$params = array_merge($params, $optParams);
513
+	return $this->call('resetAllForAllPlayers', array($params));
514 514
   }
515 515
 
516 516
   /**
@@ -524,9 +524,9 @@  discard block
 block discarded – undo
524 524
    */
525 525
   public function resetForAllPlayers($eventId, $optParams = array())
526 526
   {
527
-    $params = array('eventId' => $eventId);
528
-    $params = array_merge($params, $optParams);
529
-    return $this->call('resetForAllPlayers', array($params));
527
+	$params = array('eventId' => $eventId);
528
+	$params = array_merge($params, $optParams);
529
+	return $this->call('resetForAllPlayers', array($params));
530 530
   }
531 531
 
532 532
   /**
@@ -540,9 +540,9 @@  discard block
 block discarded – undo
540 540
    */
541 541
   public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array())
542 542
   {
543
-    $params = array('postBody' => $postBody);
544
-    $params = array_merge($params, $optParams);
545
-    return $this->call('resetMultipleForAllPlayers', array($params));
543
+	$params = array('postBody' => $postBody);
544
+	$params = array_merge($params, $optParams);
545
+	return $this->call('resetMultipleForAllPlayers', array($params));
546 546
   }
547 547
 }
548 548
 
@@ -570,9 +570,9 @@  discard block
 block discarded – undo
570 570
    */
571 571
   public function hide($applicationId, $playerId, $optParams = array())
572 572
   {
573
-    $params = array('applicationId' => $applicationId, 'playerId' => $playerId);
574
-    $params = array_merge($params, $optParams);
575
-    return $this->call('hide', array($params));
573
+	$params = array('applicationId' => $applicationId, 'playerId' => $playerId);
574
+	$params = array_merge($params, $optParams);
575
+	return $this->call('hide', array($params));
576 576
   }
577 577
 
578 578
   /**
@@ -588,9 +588,9 @@  discard block
 block discarded – undo
588 588
    */
589 589
   public function unhide($applicationId, $playerId, $optParams = array())
590 590
   {
591
-    $params = array('applicationId' => $applicationId, 'playerId' => $playerId);
592
-    $params = array_merge($params, $optParams);
593
-    return $this->call('unhide', array($params));
591
+	$params = array('applicationId' => $applicationId, 'playerId' => $playerId);
592
+	$params = array_merge($params, $optParams);
593
+	return $this->call('unhide', array($params));
594 594
   }
595 595
 }
596 596
 
@@ -615,9 +615,9 @@  discard block
 block discarded – undo
615 615
    */
616 616
   public function reset($questId, $optParams = array())
617 617
   {
618
-    $params = array('questId' => $questId);
619
-    $params = array_merge($params, $optParams);
620
-    return $this->call('reset', array($params));
618
+	$params = array('questId' => $questId);
619
+	$params = array_merge($params, $optParams);
620
+	return $this->call('reset', array($params));
621 621
   }
622 622
 
623 623
   /**
@@ -629,9 +629,9 @@  discard block
 block discarded – undo
629 629
    */
630 630
   public function resetAll($optParams = array())
631 631
   {
632
-    $params = array();
633
-    $params = array_merge($params, $optParams);
634
-    return $this->call('resetAll', array($params));
632
+	$params = array();
633
+	$params = array_merge($params, $optParams);
634
+	return $this->call('resetAll', array($params));
635 635
   }
636 636
 
637 637
   /**
@@ -642,9 +642,9 @@  discard block
 block discarded – undo
642 642
    */
643 643
   public function resetAllForAllPlayers($optParams = array())
644 644
   {
645
-    $params = array();
646
-    $params = array_merge($params, $optParams);
647
-    return $this->call('resetAllForAllPlayers', array($params));
645
+	$params = array();
646
+	$params = array_merge($params, $optParams);
647
+	return $this->call('resetAllForAllPlayers', array($params));
648 648
   }
649 649
 
650 650
   /**
@@ -657,9 +657,9 @@  discard block
 block discarded – undo
657 657
    */
658 658
   public function resetForAllPlayers($questId, $optParams = array())
659 659
   {
660
-    $params = array('questId' => $questId);
661
-    $params = array_merge($params, $optParams);
662
-    return $this->call('resetForAllPlayers', array($params));
660
+	$params = array('questId' => $questId);
661
+	$params = array_merge($params, $optParams);
662
+	return $this->call('resetForAllPlayers', array($params));
663 663
   }
664 664
 
665 665
   /**
@@ -672,9 +672,9 @@  discard block
 block discarded – undo
672 672
    */
673 673
   public function resetMultipleForAllPlayers(Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody, $optParams = array())
674 674
   {
675
-    $params = array('postBody' => $postBody);
676
-    $params = array_merge($params, $optParams);
677
-    return $this->call('resetMultipleForAllPlayers', array($params));
675
+	$params = array('postBody' => $postBody);
676
+	$params = array_merge($params, $optParams);
677
+	return $this->call('resetMultipleForAllPlayers', array($params));
678 678
   }
679 679
 }
680 680
 
@@ -698,9 +698,9 @@  discard block
 block discarded – undo
698 698
    */
699 699
   public function reset($optParams = array())
700 700
   {
701
-    $params = array();
702
-    $params = array_merge($params, $optParams);
703
-    return $this->call('reset', array($params));
701
+	$params = array();
702
+	$params = array_merge($params, $optParams);
703
+	return $this->call('reset', array($params));
704 704
   }
705 705
 
706 706
   /**
@@ -712,9 +712,9 @@  discard block
 block discarded – undo
712 712
    */
713 713
   public function resetForAllPlayers($optParams = array())
714 714
   {
715
-    $params = array();
716
-    $params = array_merge($params, $optParams);
717
-    return $this->call('resetForAllPlayers', array($params));
715
+	$params = array();
716
+	$params = array_merge($params, $optParams);
717
+	return $this->call('resetForAllPlayers', array($params));
718 718
   }
719 719
 }
720 720
 
@@ -740,9 +740,9 @@  discard block
 block discarded – undo
740 740
    */
741 741
   public function reset($leaderboardId, $optParams = array())
742 742
   {
743
-    $params = array('leaderboardId' => $leaderboardId);
744
-    $params = array_merge($params, $optParams);
745
-    return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse");
743
+	$params = array('leaderboardId' => $leaderboardId);
744
+	$params = array_merge($params, $optParams);
745
+	return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse");
746 746
   }
747 747
 
748 748
   /**
@@ -755,9 +755,9 @@  discard block
 block discarded – undo
755 755
    */
756 756
   public function resetAll($optParams = array())
757 757
   {
758
-    $params = array();
759
-    $params = array_merge($params, $optParams);
760
-    return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse");
758
+	$params = array();
759
+	$params = array_merge($params, $optParams);
760
+	return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse");
761 761
   }
762 762
 
763 763
   /**
@@ -769,9 +769,9 @@  discard block
 block discarded – undo
769 769
    */
770 770
   public function resetAllForAllPlayers($optParams = array())
771 771
   {
772
-    $params = array();
773
-    $params = array_merge($params, $optParams);
774
-    return $this->call('resetAllForAllPlayers', array($params));
772
+	$params = array();
773
+	$params = array_merge($params, $optParams);
774
+	return $this->call('resetAllForAllPlayers', array($params));
775 775
   }
776 776
 
777 777
   /**
@@ -784,9 +784,9 @@  discard block
 block discarded – undo
784 784
    */
785 785
   public function resetForAllPlayers($leaderboardId, $optParams = array())
786 786
   {
787
-    $params = array('leaderboardId' => $leaderboardId);
788
-    $params = array_merge($params, $optParams);
789
-    return $this->call('resetForAllPlayers', array($params));
787
+	$params = array('leaderboardId' => $leaderboardId);
788
+	$params = array_merge($params, $optParams);
789
+	return $this->call('resetForAllPlayers', array($params));
790 790
   }
791 791
 
792 792
   /**
@@ -799,9 +799,9 @@  discard block
 block discarded – undo
799 799
    */
800 800
   public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array())
801 801
   {
802
-    $params = array('postBody' => $postBody);
803
-    $params = array_merge($params, $optParams);
804
-    return $this->call('resetMultipleForAllPlayers', array($params));
802
+	$params = array('postBody' => $postBody);
803
+	$params = array_merge($params, $optParams);
804
+	return $this->call('resetMultipleForAllPlayers', array($params));
805 805
   }
806 806
 }
807 807
 
@@ -824,9 +824,9 @@  discard block
 block discarded – undo
824 824
    */
825 825
   public function reset($optParams = array())
826 826
   {
827
-    $params = array();
828
-    $params = array_merge($params, $optParams);
829
-    return $this->call('reset', array($params));
827
+	$params = array();
828
+	$params = array_merge($params, $optParams);
829
+	return $this->call('reset', array($params));
830 830
   }
831 831
 
832 832
   /**
@@ -839,9 +839,9 @@  discard block
 block discarded – undo
839 839
    */
840 840
   public function resetForAllPlayers($optParams = array())
841 841
   {
842
-    $params = array();
843
-    $params = array_merge($params, $optParams);
844
-    return $this->call('resetForAllPlayers', array($params));
842
+	$params = array();
843
+	$params = array_merge($params, $optParams);
844
+	return $this->call('resetForAllPlayers', array($params));
845 845
   }
846 846
 }
847 847
 
@@ -860,19 +860,19 @@  discard block
 block discarded – undo
860 860
 
861 861
   public function setKind($kind)
862 862
   {
863
-    $this->kind = $kind;
863
+	$this->kind = $kind;
864 864
   }
865 865
   public function getKind()
866 866
   {
867
-    return $this->kind;
867
+	return $this->kind;
868 868
   }
869 869
   public function setResults($results)
870 870
   {
871
-    $this->results = $results;
871
+	$this->results = $results;
872 872
   }
873 873
   public function getResults()
874 874
   {
875
-    return $this->results;
875
+	return $this->results;
876 876
   }
877 877
 }
878 878
 
@@ -880,7 +880,7 @@  discard block
 block discarded – undo
880 880
 {
881 881
   protected $collection_key = 'achievement_ids';
882 882
   protected $internal_gapi_mappings = array(
883
-        "achievementIds" => "achievement_ids",
883
+		"achievementIds" => "achievement_ids",
884 884
   );
885 885
   public $achievementIds;
886 886
   public $kind;
@@ -888,19 +888,19 @@  discard block
 block discarded – undo
888 888
 
889 889
   public function setAchievementIds($achievementIds)
890 890
   {
891
-    $this->achievementIds = $achievementIds;
891
+	$this->achievementIds = $achievementIds;
892 892
   }
893 893
   public function getAchievementIds()
894 894
   {
895
-    return $this->achievementIds;
895
+	return $this->achievementIds;
896 896
   }
897 897
   public function setKind($kind)
898 898
   {
899
-    $this->kind = $kind;
899
+	$this->kind = $kind;
900 900
   }
901 901
   public function getKind()
902 902
   {
903
-    return $this->kind;
903
+	return $this->kind;
904 904
   }
905 905
 }
906 906
 
@@ -916,35 +916,35 @@  discard block
 block discarded – undo
916 916
 
917 917
   public function setCurrentState($currentState)
918 918
   {
919
-    $this->currentState = $currentState;
919
+	$this->currentState = $currentState;
920 920
   }
921 921
   public function getCurrentState()
922 922
   {
923
-    return $this->currentState;
923
+	return $this->currentState;
924 924
   }
925 925
   public function setDefinitionId($definitionId)
926 926
   {
927
-    $this->definitionId = $definitionId;
927
+	$this->definitionId = $definitionId;
928 928
   }
929 929
   public function getDefinitionId()
930 930
   {
931
-    return $this->definitionId;
931
+	return $this->definitionId;
932 932
   }
933 933
   public function setKind($kind)
934 934
   {
935
-    $this->kind = $kind;
935
+	$this->kind = $kind;
936 936
   }
937 937
   public function getKind()
938 938
   {
939
-    return $this->kind;
939
+	return $this->kind;
940 940
   }
941 941
   public function setUpdateOccurred($updateOccurred)
942 942
   {
943
-    $this->updateOccurred = $updateOccurred;
943
+	$this->updateOccurred = $updateOccurred;
944 944
   }
945 945
   public function getUpdateOccurred()
946 946
   {
947
-    return $this->updateOccurred;
947
+	return $this->updateOccurred;
948 948
   }
949 949
 }
950 950
 
@@ -952,7 +952,7 @@  discard block
 block discarded – undo
952 952
 {
953 953
   protected $collection_key = 'event_ids';
954 954
   protected $internal_gapi_mappings = array(
955
-        "eventIds" => "event_ids",
955
+		"eventIds" => "event_ids",
956 956
   );
957 957
   public $eventIds;
958 958
   public $kind;
@@ -960,19 +960,19 @@  discard block
 block discarded – undo
960 960
 
961 961
   public function setEventIds($eventIds)
962 962
   {
963
-    $this->eventIds = $eventIds;
963
+	$this->eventIds = $eventIds;
964 964
   }
965 965
   public function getEventIds()
966 966
   {
967
-    return $this->eventIds;
967
+	return $this->eventIds;
968 968
   }
969 969
   public function setKind($kind)
970 970
   {
971
-    $this->kind = $kind;
971
+	$this->kind = $kind;
972 972
   }
973 973
   public function getKind()
974 974
   {
975
-    return $this->kind;
975
+	return $this->kind;
976 976
   }
977 977
 }
978 978
 
@@ -986,19 +986,19 @@  discard block
 block discarded – undo
986 986
 
987 987
   public function setAutoMatched($autoMatched)
988 988
   {
989
-    $this->autoMatched = $autoMatched;
989
+	$this->autoMatched = $autoMatched;
990 990
   }
991 991
   public function getAutoMatched()
992 992
   {
993
-    return $this->autoMatched;
993
+	return $this->autoMatched;
994 994
   }
995 995
   public function setTimeMillis($timeMillis)
996 996
   {
997
-    $this->timeMillis = $timeMillis;
997
+	$this->timeMillis = $timeMillis;
998 998
   }
999 999
   public function getTimeMillis()
1000 1000
   {
1001
-    return $this->timeMillis;
1001
+	return $this->timeMillis;
1002 1002
   }
1003 1003
 }
1004 1004
 
@@ -1016,35 +1016,35 @@  discard block
 block discarded – undo
1016 1016
 
1017 1017
   public function setCurrentExperiencePoints($currentExperiencePoints)
1018 1018
   {
1019
-    $this->currentExperiencePoints = $currentExperiencePoints;
1019
+	$this->currentExperiencePoints = $currentExperiencePoints;
1020 1020
   }
1021 1021
   public function getCurrentExperiencePoints()
1022 1022
   {
1023
-    return $this->currentExperiencePoints;
1023
+	return $this->currentExperiencePoints;
1024 1024
   }
1025 1025
   public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel)
1026 1026
   {
1027
-    $this->currentLevel = $currentLevel;
1027
+	$this->currentLevel = $currentLevel;
1028 1028
   }
1029 1029
   public function getCurrentLevel()
1030 1030
   {
1031
-    return $this->currentLevel;
1031
+	return $this->currentLevel;
1032 1032
   }
1033 1033
   public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
1034 1034
   {
1035
-    $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
1035
+	$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
1036 1036
   }
1037 1037
   public function getLastLevelUpTimestampMillis()
1038 1038
   {
1039
-    return $this->lastLevelUpTimestampMillis;
1039
+	return $this->lastLevelUpTimestampMillis;
1040 1040
   }
1041 1041
   public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel)
1042 1042
   {
1043
-    $this->nextLevel = $nextLevel;
1043
+	$this->nextLevel = $nextLevel;
1044 1044
   }
1045 1045
   public function getNextLevel()
1046 1046
   {
1047
-    return $this->nextLevel;
1047
+	return $this->nextLevel;
1048 1048
   }
1049 1049
 }
1050 1050
 
@@ -1059,27 +1059,27 @@  discard block
 block discarded – undo
1059 1059
 
1060 1060
   public function setLevel($level)
1061 1061
   {
1062
-    $this->level = $level;
1062
+	$this->level = $level;
1063 1063
   }
1064 1064
   public function getLevel()
1065 1065
   {
1066
-    return $this->level;
1066
+	return $this->level;
1067 1067
   }
1068 1068
   public function setMaxExperiencePoints($maxExperiencePoints)
1069 1069
   {
1070
-    $this->maxExperiencePoints = $maxExperiencePoints;
1070
+	$this->maxExperiencePoints = $maxExperiencePoints;
1071 1071
   }
1072 1072
   public function getMaxExperiencePoints()
1073 1073
   {
1074
-    return $this->maxExperiencePoints;
1074
+	return $this->maxExperiencePoints;
1075 1075
   }
1076 1076
   public function setMinExperiencePoints($minExperiencePoints)
1077 1077
   {
1078
-    $this->minExperiencePoints = $minExperiencePoints;
1078
+	$this->minExperiencePoints = $minExperiencePoints;
1079 1079
   }
1080 1080
   public function getMinExperiencePoints()
1081 1081
   {
1082
-    return $this->minExperiencePoints;
1082
+	return $this->minExperiencePoints;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1095,27 +1095,27 @@  discard block
 block discarded – undo
1095 1095
 
1096 1096
   public function setHiddenTimeMillis($hiddenTimeMillis)
1097 1097
   {
1098
-    $this->hiddenTimeMillis = $hiddenTimeMillis;
1098
+	$this->hiddenTimeMillis = $hiddenTimeMillis;
1099 1099
   }
1100 1100
   public function getHiddenTimeMillis()
1101 1101
   {
1102
-    return $this->hiddenTimeMillis;
1102
+	return $this->hiddenTimeMillis;
1103 1103
   }
1104 1104
   public function setKind($kind)
1105 1105
   {
1106
-    $this->kind = $kind;
1106
+	$this->kind = $kind;
1107 1107
   }
1108 1108
   public function getKind()
1109 1109
   {
1110
-    return $this->kind;
1110
+	return $this->kind;
1111 1111
   }
1112 1112
   public function setPlayer(Google_Service_GamesManagement_Player $player)
1113 1113
   {
1114
-    $this->player = $player;
1114
+	$this->player = $player;
1115 1115
   }
1116 1116
   public function getPlayer()
1117 1117
   {
1118
-    return $this->player;
1118
+	return $this->player;
1119 1119
   }
1120 1120
 }
1121 1121
 
@@ -1132,27 +1132,27 @@  discard block
 block discarded – undo
1132 1132
 
1133 1133
   public function setItems($items)
1134 1134
   {
1135
-    $this->items = $items;
1135
+	$this->items = $items;
1136 1136
   }
1137 1137
   public function getItems()
1138 1138
   {
1139
-    return $this->items;
1139
+	return $this->items;
1140 1140
   }
1141 1141
   public function setKind($kind)
1142 1142
   {
1143
-    $this->kind = $kind;
1143
+	$this->kind = $kind;
1144 1144
   }
1145 1145
   public function getKind()
1146 1146
   {
1147
-    return $this->kind;
1147
+	return $this->kind;
1148 1148
   }
1149 1149
   public function setNextPageToken($nextPageToken)
1150 1150
   {
1151
-    $this->nextPageToken = $nextPageToken;
1151
+	$this->nextPageToken = $nextPageToken;
1152 1152
   }
1153 1153
   public function getNextPageToken()
1154 1154
   {
1155
-    return $this->nextPageToken;
1155
+	return $this->nextPageToken;
1156 1156
   }
1157 1157
 }
1158 1158
 
@@ -1175,67 +1175,67 @@  discard block
 block discarded – undo
1175 1175
 
1176 1176
   public function setAvatarImageUrl($avatarImageUrl)
1177 1177
   {
1178
-    $this->avatarImageUrl = $avatarImageUrl;
1178
+	$this->avatarImageUrl = $avatarImageUrl;
1179 1179
   }
1180 1180
   public function getAvatarImageUrl()
1181 1181
   {
1182
-    return $this->avatarImageUrl;
1182
+	return $this->avatarImageUrl;
1183 1183
   }
1184 1184
   public function setDisplayName($displayName)
1185 1185
   {
1186
-    $this->displayName = $displayName;
1186
+	$this->displayName = $displayName;
1187 1187
   }
1188 1188
   public function getDisplayName()
1189 1189
   {
1190
-    return $this->displayName;
1190
+	return $this->displayName;
1191 1191
   }
1192 1192
   public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo)
1193 1193
   {
1194
-    $this->experienceInfo = $experienceInfo;
1194
+	$this->experienceInfo = $experienceInfo;
1195 1195
   }
1196 1196
   public function getExperienceInfo()
1197 1197
   {
1198
-    return $this->experienceInfo;
1198
+	return $this->experienceInfo;
1199 1199
   }
1200 1200
   public function setKind($kind)
1201 1201
   {
1202
-    $this->kind = $kind;
1202
+	$this->kind = $kind;
1203 1203
   }
1204 1204
   public function getKind()
1205 1205
   {
1206
-    return $this->kind;
1206
+	return $this->kind;
1207 1207
   }
1208 1208
   public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith)
1209 1209
   {
1210
-    $this->lastPlayedWith = $lastPlayedWith;
1210
+	$this->lastPlayedWith = $lastPlayedWith;
1211 1211
   }
1212 1212
   public function getLastPlayedWith()
1213 1213
   {
1214
-    return $this->lastPlayedWith;
1214
+	return $this->lastPlayedWith;
1215 1215
   }
1216 1216
   public function setName(Google_Service_GamesManagement_PlayerName $name)
1217 1217
   {
1218
-    $this->name = $name;
1218
+	$this->name = $name;
1219 1219
   }
1220 1220
   public function getName()
1221 1221
   {
1222
-    return $this->name;
1222
+	return $this->name;
1223 1223
   }
1224 1224
   public function setPlayerId($playerId)
1225 1225
   {
1226
-    $this->playerId = $playerId;
1226
+	$this->playerId = $playerId;
1227 1227
   }
1228 1228
   public function getPlayerId()
1229 1229
   {
1230
-    return $this->playerId;
1230
+	return $this->playerId;
1231 1231
   }
1232 1232
   public function setTitle($title)
1233 1233
   {
1234
-    $this->title = $title;
1234
+	$this->title = $title;
1235 1235
   }
1236 1236
   public function getTitle()
1237 1237
   {
1238
-    return $this->title;
1238
+	return $this->title;
1239 1239
   }
1240 1240
 }
1241 1241
 
@@ -1249,19 +1249,19 @@  discard block
 block discarded – undo
1249 1249
 
1250 1250
   public function setFamilyName($familyName)
1251 1251
   {
1252
-    $this->familyName = $familyName;
1252
+	$this->familyName = $familyName;
1253 1253
   }
1254 1254
   public function getFamilyName()
1255 1255
   {
1256
-    return $this->familyName;
1256
+	return $this->familyName;
1257 1257
   }
1258 1258
   public function setGivenName($givenName)
1259 1259
   {
1260
-    $this->givenName = $givenName;
1260
+	$this->givenName = $givenName;
1261 1261
   }
1262 1262
   public function getGivenName()
1263 1263
   {
1264
-    return $this->givenName;
1264
+	return $this->givenName;
1265 1265
   }
1266 1266
 }
1267 1267
 
@@ -1277,19 +1277,19 @@  discard block
 block discarded – undo
1277 1277
 
1278 1278
   public function setKind($kind)
1279 1279
   {
1280
-    $this->kind = $kind;
1280
+	$this->kind = $kind;
1281 1281
   }
1282 1282
   public function getKind()
1283 1283
   {
1284
-    return $this->kind;
1284
+	return $this->kind;
1285 1285
   }
1286 1286
   public function setResults($results)
1287 1287
   {
1288
-    $this->results = $results;
1288
+	$this->results = $results;
1289 1289
   }
1290 1290
   public function getResults()
1291 1291
   {
1292
-    return $this->results;
1292
+	return $this->results;
1293 1293
   }
1294 1294
 }
1295 1295
 
@@ -1305,27 +1305,27 @@  discard block
 block discarded – undo
1305 1305
 
1306 1306
   public function setDefinitionId($definitionId)
1307 1307
   {
1308
-    $this->definitionId = $definitionId;
1308
+	$this->definitionId = $definitionId;
1309 1309
   }
1310 1310
   public function getDefinitionId()
1311 1311
   {
1312
-    return $this->definitionId;
1312
+	return $this->definitionId;
1313 1313
   }
1314 1314
   public function setKind($kind)
1315 1315
   {
1316
-    $this->kind = $kind;
1316
+	$this->kind = $kind;
1317 1317
   }
1318 1318
   public function getKind()
1319 1319
   {
1320
-    return $this->kind;
1320
+	return $this->kind;
1321 1321
   }
1322 1322
   public function setResetScoreTimeSpans($resetScoreTimeSpans)
1323 1323
   {
1324
-    $this->resetScoreTimeSpans = $resetScoreTimeSpans;
1324
+	$this->resetScoreTimeSpans = $resetScoreTimeSpans;
1325 1325
   }
1326 1326
   public function getResetScoreTimeSpans()
1327 1327
   {
1328
-    return $this->resetScoreTimeSpans;
1328
+	return $this->resetScoreTimeSpans;
1329 1329
   }
1330 1330
 }
1331 1331
 
@@ -1333,7 +1333,7 @@  discard block
 block discarded – undo
1333 1333
 {
1334 1334
   protected $collection_key = 'quest_ids';
1335 1335
   protected $internal_gapi_mappings = array(
1336
-        "questIds" => "quest_ids",
1336
+		"questIds" => "quest_ids",
1337 1337
   );
1338 1338
   public $kind;
1339 1339
   public $questIds;
@@ -1341,19 +1341,19 @@  discard block
 block discarded – undo
1341 1341
 
1342 1342
   public function setKind($kind)
1343 1343
   {
1344
-    $this->kind = $kind;
1344
+	$this->kind = $kind;
1345 1345
   }
1346 1346
   public function getKind()
1347 1347
   {
1348
-    return $this->kind;
1348
+	return $this->kind;
1349 1349
   }
1350 1350
   public function setQuestIds($questIds)
1351 1351
   {
1352
-    $this->questIds = $questIds;
1352
+	$this->questIds = $questIds;
1353 1353
   }
1354 1354
   public function getQuestIds()
1355 1355
   {
1356
-    return $this->questIds;
1356
+	return $this->questIds;
1357 1357
   }
1358 1358
 }
1359 1359
 
@@ -1361,7 +1361,7 @@  discard block
 block discarded – undo
1361 1361
 {
1362 1362
   protected $collection_key = 'leaderboard_ids';
1363 1363
   protected $internal_gapi_mappings = array(
1364
-        "leaderboardIds" => "leaderboard_ids",
1364
+		"leaderboardIds" => "leaderboard_ids",
1365 1365
   );
1366 1366
   public $kind;
1367 1367
   public $leaderboardIds;
@@ -1369,18 +1369,18 @@  discard block
 block discarded – undo
1369 1369
 
1370 1370
   public function setKind($kind)
1371 1371
   {
1372
-    $this->kind = $kind;
1372
+	$this->kind = $kind;
1373 1373
   }
1374 1374
   public function getKind()
1375 1375
   {
1376
-    return $this->kind;
1376
+	return $this->kind;
1377 1377
   }
1378 1378
   public function setLeaderboardIds($leaderboardIds)
1379 1379
   {
1380
-    $this->leaderboardIds = $leaderboardIds;
1380
+	$this->leaderboardIds = $leaderboardIds;
1381 1381
   }
1382 1382
   public function getLeaderboardIds()
1383 1383
   {
1384
-    return $this->leaderboardIds;
1384
+	return $this->leaderboardIds;
1385 1385
   }
1386 1386
 }
Please login to merge, or discard this patch.
Spacing   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -76,15 +76,15 @@  discard block
 block discarded – undo
76 76
                   'required' => true,
77 77
                 ),
78 78
               ),
79
-            ),'resetAll' => array(
79
+            ), 'resetAll' => array(
80 80
               'path' => 'achievements/reset',
81 81
               'httpMethod' => 'POST',
82 82
               'parameters' => array(),
83
-            ),'resetAllForAllPlayers' => array(
83
+            ), 'resetAllForAllPlayers' => array(
84 84
               'path' => 'achievements/resetAllForAllPlayers',
85 85
               'httpMethod' => 'POST',
86 86
               'parameters' => array(),
87
-            ),'resetForAllPlayers' => array(
87
+            ), 'resetForAllPlayers' => array(
88 88
               'path' => 'achievements/{achievementId}/resetForAllPlayers',
89 89
               'httpMethod' => 'POST',
90 90
               'parameters' => array(
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
                   'required' => true,
95 95
                 ),
96 96
               ),
97
-            ),'resetMultipleForAllPlayers' => array(
97
+            ), 'resetMultipleForAllPlayers' => array(
98 98
               'path' => 'achievements/resetMultipleForAllPlayers',
99 99
               'httpMethod' => 'POST',
100 100
               'parameters' => array(),
@@ -146,15 +146,15 @@  discard block
 block discarded – undo
146 146
                   'required' => true,
147 147
                 ),
148 148
               ),
149
-            ),'resetAll' => array(
149
+            ), 'resetAll' => array(
150 150
               'path' => 'events/reset',
151 151
               'httpMethod' => 'POST',
152 152
               'parameters' => array(),
153
-            ),'resetAllForAllPlayers' => array(
153
+            ), 'resetAllForAllPlayers' => array(
154 154
               'path' => 'events/resetAllForAllPlayers',
155 155
               'httpMethod' => 'POST',
156 156
               'parameters' => array(),
157
-            ),'resetForAllPlayers' => array(
157
+            ), 'resetForAllPlayers' => array(
158 158
               'path' => 'events/{eventId}/resetForAllPlayers',
159 159
               'httpMethod' => 'POST',
160 160
               'parameters' => array(
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
                   'required' => true,
165 165
                 ),
166 166
               ),
167
-            ),'resetMultipleForAllPlayers' => array(
167
+            ), 'resetMultipleForAllPlayers' => array(
168 168
               'path' => 'events/resetMultipleForAllPlayers',
169 169
               'httpMethod' => 'POST',
170 170
               'parameters' => array(),
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
                   'required' => true,
194 194
                 ),
195 195
               ),
196
-            ),'unhide' => array(
196
+            ), 'unhide' => array(
197 197
               'path' => 'applications/{applicationId}/players/hidden/{playerId}',
198 198
               'httpMethod' => 'DELETE',
199 199
               'parameters' => array(
@@ -228,15 +228,15 @@  discard block
 block discarded – undo
228 228
                   'required' => true,
229 229
                 ),
230 230
               ),
231
-            ),'resetAll' => array(
231
+            ), 'resetAll' => array(
232 232
               'path' => 'quests/reset',
233 233
               'httpMethod' => 'POST',
234 234
               'parameters' => array(),
235
-            ),'resetAllForAllPlayers' => array(
235
+            ), 'resetAllForAllPlayers' => array(
236 236
               'path' => 'quests/resetAllForAllPlayers',
237 237
               'httpMethod' => 'POST',
238 238
               'parameters' => array(),
239
-            ),'resetForAllPlayers' => array(
239
+            ), 'resetForAllPlayers' => array(
240 240
               'path' => 'quests/{questId}/resetForAllPlayers',
241 241
               'httpMethod' => 'POST',
242 242
               'parameters' => array(
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
                   'required' => true,
247 247
                 ),
248 248
               ),
249
-            ),'resetMultipleForAllPlayers' => array(
249
+            ), 'resetMultipleForAllPlayers' => array(
250 250
               'path' => 'quests/resetMultipleForAllPlayers',
251 251
               'httpMethod' => 'POST',
252 252
               'parameters' => array(),
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
               'path' => 'rooms/reset',
265 265
               'httpMethod' => 'POST',
266 266
               'parameters' => array(),
267
-            ),'resetForAllPlayers' => array(
267
+            ), 'resetForAllPlayers' => array(
268 268
               'path' => 'rooms/resetForAllPlayers',
269 269
               'httpMethod' => 'POST',
270 270
               'parameters' => array(),
@@ -288,15 +288,15 @@  discard block
 block discarded – undo
288 288
                   'required' => true,
289 289
                 ),
290 290
               ),
291
-            ),'resetAll' => array(
291
+            ), 'resetAll' => array(
292 292
               'path' => 'scores/reset',
293 293
               'httpMethod' => 'POST',
294 294
               'parameters' => array(),
295
-            ),'resetAllForAllPlayers' => array(
295
+            ), 'resetAllForAllPlayers' => array(
296 296
               'path' => 'scores/resetAllForAllPlayers',
297 297
               'httpMethod' => 'POST',
298 298
               'parameters' => array(),
299
-            ),'resetForAllPlayers' => array(
299
+            ), 'resetForAllPlayers' => array(
300 300
               'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers',
301 301
               'httpMethod' => 'POST',
302 302
               'parameters' => array(
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
                   'required' => true,
307 307
                 ),
308 308
               ),
309
-            ),'resetMultipleForAllPlayers' => array(
309
+            ), 'resetMultipleForAllPlayers' => array(
310 310
               'path' => 'scores/resetMultipleForAllPlayers',
311 311
               'httpMethod' => 'POST',
312 312
               'parameters' => array(),
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
               'path' => 'turnbasedmatches/reset',
325 325
               'httpMethod' => 'POST',
326 326
               'parameters' => array(),
327
-            ),'resetForAllPlayers' => array(
327
+            ), 'resetForAllPlayers' => array(
328 328
               'path' => 'turnbasedmatches/resetForAllPlayers',
329 329
               'httpMethod' => 'POST',
330 330
               'parameters' => array(),
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Doubleclicksearch.php 2 patches
Indentation   +427 added lines, -427 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your advertising data in DoubleClick Search. */
35 35
   const DOUBLECLICKSEARCH =
36
-      "https://www.googleapis.com/auth/doubleclicksearch";
36
+	  "https://www.googleapis.com/auth/doubleclicksearch";
37 37
 
38 38
   public $conversion;
39 39
   public $reports;
@@ -47,198 +47,198 @@  discard block
 block discarded – undo
47 47
    */
48 48
   public function __construct(Google_Client $client)
49 49
   {
50
-    parent::__construct($client);
51
-    $this->rootUrl = 'https://www.googleapis.com/';
52
-    $this->servicePath = 'doubleclicksearch/v2/';
53
-    $this->version = 'v2';
54
-    $this->serviceName = 'doubleclicksearch';
55
-
56
-    $this->conversion = new Google_Service_Doubleclicksearch_Conversion_Resource(
57
-        $this,
58
-        $this->serviceName,
59
-        'conversion',
60
-        array(
61
-          'methods' => array(
62
-            'get' => array(
63
-              'path' => 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion',
64
-              'httpMethod' => 'GET',
65
-              'parameters' => array(
66
-                'agencyId' => array(
67
-                  'location' => 'path',
68
-                  'type' => 'string',
69
-                  'required' => true,
70
-                ),
71
-                'advertiserId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'engineAccountId' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-                'endDate' => array(
82
-                  'location' => 'query',
83
-                  'type' => 'integer',
84
-                  'required' => true,
85
-                ),
86
-                'rowCount' => array(
87
-                  'location' => 'query',
88
-                  'type' => 'integer',
89
-                  'required' => true,
90
-                ),
91
-                'startDate' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'integer',
94
-                  'required' => true,
95
-                ),
96
-                'startRow' => array(
97
-                  'location' => 'query',
98
-                  'type' => 'integer',
99
-                  'required' => true,
100
-                ),
101
-                'adGroupId' => array(
102
-                  'location' => 'query',
103
-                  'type' => 'string',
104
-                ),
105
-                'campaignId' => array(
106
-                  'location' => 'query',
107
-                  'type' => 'string',
108
-                ),
109
-                'adId' => array(
110
-                  'location' => 'query',
111
-                  'type' => 'string',
112
-                ),
113
-                'criterionId' => array(
114
-                  'location' => 'query',
115
-                  'type' => 'string',
116
-                ),
117
-              ),
118
-            ),'insert' => array(
119
-              'path' => 'conversion',
120
-              'httpMethod' => 'POST',
121
-              'parameters' => array(),
122
-            ),'patch' => array(
123
-              'path' => 'conversion',
124
-              'httpMethod' => 'PATCH',
125
-              'parameters' => array(
126
-                'advertiserId' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-                'agencyId' => array(
132
-                  'location' => 'query',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'endDate' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'integer',
139
-                  'required' => true,
140
-                ),
141
-                'engineAccountId' => array(
142
-                  'location' => 'query',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-                'rowCount' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'integer',
149
-                  'required' => true,
150
-                ),
151
-                'startDate' => array(
152
-                  'location' => 'query',
153
-                  'type' => 'integer',
154
-                  'required' => true,
155
-                ),
156
-                'startRow' => array(
157
-                  'location' => 'query',
158
-                  'type' => 'integer',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'update' => array(
163
-              'path' => 'conversion',
164
-              'httpMethod' => 'PUT',
165
-              'parameters' => array(),
166
-            ),'updateAvailability' => array(
167
-              'path' => 'conversion/updateAvailability',
168
-              'httpMethod' => 'POST',
169
-              'parameters' => array(),
170
-            ),
171
-          )
172
-        )
173
-    );
174
-    $this->reports = new Google_Service_Doubleclicksearch_Reports_Resource(
175
-        $this,
176
-        $this->serviceName,
177
-        'reports',
178
-        array(
179
-          'methods' => array(
180
-            'generate' => array(
181
-              'path' => 'reports/generate',
182
-              'httpMethod' => 'POST',
183
-              'parameters' => array(),
184
-            ),'get' => array(
185
-              'path' => 'reports/{reportId}',
186
-              'httpMethod' => 'GET',
187
-              'parameters' => array(
188
-                'reportId' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-              ),
194
-            ),'getFile' => array(
195
-              'path' => 'reports/{reportId}/files/{reportFragment}',
196
-              'httpMethod' => 'GET',
197
-              'parameters' => array(
198
-                'reportId' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-                'reportFragment' => array(
204
-                  'location' => 'path',
205
-                  'type' => 'integer',
206
-                  'required' => true,
207
-                ),
208
-              ),
209
-            ),'request' => array(
210
-              'path' => 'reports',
211
-              'httpMethod' => 'POST',
212
-              'parameters' => array(),
213
-            ),
214
-          )
215
-        )
216
-    );
217
-    $this->savedColumns = new Google_Service_Doubleclicksearch_SavedColumns_Resource(
218
-        $this,
219
-        $this->serviceName,
220
-        'savedColumns',
221
-        array(
222
-          'methods' => array(
223
-            'list' => array(
224
-              'path' => 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns',
225
-              'httpMethod' => 'GET',
226
-              'parameters' => array(
227
-                'agencyId' => array(
228
-                  'location' => 'path',
229
-                  'type' => 'string',
230
-                  'required' => true,
231
-                ),
232
-                'advertiserId' => array(
233
-                  'location' => 'path',
234
-                  'type' => 'string',
235
-                  'required' => true,
236
-                ),
237
-              ),
238
-            ),
239
-          )
240
-        )
241
-    );
50
+	parent::__construct($client);
51
+	$this->rootUrl = 'https://www.googleapis.com/';
52
+	$this->servicePath = 'doubleclicksearch/v2/';
53
+	$this->version = 'v2';
54
+	$this->serviceName = 'doubleclicksearch';
55
+
56
+	$this->conversion = new Google_Service_Doubleclicksearch_Conversion_Resource(
57
+		$this,
58
+		$this->serviceName,
59
+		'conversion',
60
+		array(
61
+		  'methods' => array(
62
+			'get' => array(
63
+			  'path' => 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion',
64
+			  'httpMethod' => 'GET',
65
+			  'parameters' => array(
66
+				'agencyId' => array(
67
+				  'location' => 'path',
68
+				  'type' => 'string',
69
+				  'required' => true,
70
+				),
71
+				'advertiserId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'engineAccountId' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+				'endDate' => array(
82
+				  'location' => 'query',
83
+				  'type' => 'integer',
84
+				  'required' => true,
85
+				),
86
+				'rowCount' => array(
87
+				  'location' => 'query',
88
+				  'type' => 'integer',
89
+				  'required' => true,
90
+				),
91
+				'startDate' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'integer',
94
+				  'required' => true,
95
+				),
96
+				'startRow' => array(
97
+				  'location' => 'query',
98
+				  'type' => 'integer',
99
+				  'required' => true,
100
+				),
101
+				'adGroupId' => array(
102
+				  'location' => 'query',
103
+				  'type' => 'string',
104
+				),
105
+				'campaignId' => array(
106
+				  'location' => 'query',
107
+				  'type' => 'string',
108
+				),
109
+				'adId' => array(
110
+				  'location' => 'query',
111
+				  'type' => 'string',
112
+				),
113
+				'criterionId' => array(
114
+				  'location' => 'query',
115
+				  'type' => 'string',
116
+				),
117
+			  ),
118
+			),'insert' => array(
119
+			  'path' => 'conversion',
120
+			  'httpMethod' => 'POST',
121
+			  'parameters' => array(),
122
+			),'patch' => array(
123
+			  'path' => 'conversion',
124
+			  'httpMethod' => 'PATCH',
125
+			  'parameters' => array(
126
+				'advertiserId' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+				'agencyId' => array(
132
+				  'location' => 'query',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'endDate' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'integer',
139
+				  'required' => true,
140
+				),
141
+				'engineAccountId' => array(
142
+				  'location' => 'query',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+				'rowCount' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'integer',
149
+				  'required' => true,
150
+				),
151
+				'startDate' => array(
152
+				  'location' => 'query',
153
+				  'type' => 'integer',
154
+				  'required' => true,
155
+				),
156
+				'startRow' => array(
157
+				  'location' => 'query',
158
+				  'type' => 'integer',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'update' => array(
163
+			  'path' => 'conversion',
164
+			  'httpMethod' => 'PUT',
165
+			  'parameters' => array(),
166
+			),'updateAvailability' => array(
167
+			  'path' => 'conversion/updateAvailability',
168
+			  'httpMethod' => 'POST',
169
+			  'parameters' => array(),
170
+			),
171
+		  )
172
+		)
173
+	);
174
+	$this->reports = new Google_Service_Doubleclicksearch_Reports_Resource(
175
+		$this,
176
+		$this->serviceName,
177
+		'reports',
178
+		array(
179
+		  'methods' => array(
180
+			'generate' => array(
181
+			  'path' => 'reports/generate',
182
+			  'httpMethod' => 'POST',
183
+			  'parameters' => array(),
184
+			),'get' => array(
185
+			  'path' => 'reports/{reportId}',
186
+			  'httpMethod' => 'GET',
187
+			  'parameters' => array(
188
+				'reportId' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+			  ),
194
+			),'getFile' => array(
195
+			  'path' => 'reports/{reportId}/files/{reportFragment}',
196
+			  'httpMethod' => 'GET',
197
+			  'parameters' => array(
198
+				'reportId' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+				'reportFragment' => array(
204
+				  'location' => 'path',
205
+				  'type' => 'integer',
206
+				  'required' => true,
207
+				),
208
+			  ),
209
+			),'request' => array(
210
+			  'path' => 'reports',
211
+			  'httpMethod' => 'POST',
212
+			  'parameters' => array(),
213
+			),
214
+		  )
215
+		)
216
+	);
217
+	$this->savedColumns = new Google_Service_Doubleclicksearch_SavedColumns_Resource(
218
+		$this,
219
+		$this->serviceName,
220
+		'savedColumns',
221
+		array(
222
+		  'methods' => array(
223
+			'list' => array(
224
+			  'path' => 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns',
225
+			  'httpMethod' => 'GET',
226
+			  'parameters' => array(
227
+				'agencyId' => array(
228
+				  'location' => 'path',
229
+				  'type' => 'string',
230
+				  'required' => true,
231
+				),
232
+				'advertiserId' => array(
233
+				  'location' => 'path',
234
+				  'type' => 'string',
235
+				  'required' => true,
236
+				),
237
+			  ),
238
+			),
239
+		  )
240
+		)
241
+	);
242 242
   }
243 243
 }
244 244
 
@@ -278,9 +278,9 @@  discard block
 block discarded – undo
278 278
    */
279 279
   public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams = array())
280 280
   {
281
-    $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow);
282
-    $params = array_merge($params, $optParams);
283
-    return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList");
281
+	$params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow);
282
+	$params = array_merge($params, $optParams);
283
+	return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList");
284 284
   }
285 285
 
286 286
   /**
@@ -293,9 +293,9 @@  discard block
 block discarded – undo
293 293
    */
294 294
   public function insert(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
295 295
   {
296
-    $params = array('postBody' => $postBody);
297
-    $params = array_merge($params, $optParams);
298
-    return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList");
296
+	$params = array('postBody' => $postBody);
297
+	$params = array_merge($params, $optParams);
298
+	return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList");
299 299
   }
300 300
 
301 301
   /**
@@ -318,9 +318,9 @@  discard block
 block discarded – undo
318 318
    */
319 319
   public function patch($advertiserId, $agencyId, $endDate, $engineAccountId, $rowCount, $startDate, $startRow, Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
320 320
   {
321
-    $params = array('advertiserId' => $advertiserId, 'agencyId' => $agencyId, 'endDate' => $endDate, 'engineAccountId' => $engineAccountId, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow, 'postBody' => $postBody);
322
-    $params = array_merge($params, $optParams);
323
-    return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList");
321
+	$params = array('advertiserId' => $advertiserId, 'agencyId' => $agencyId, 'endDate' => $endDate, 'engineAccountId' => $engineAccountId, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow, 'postBody' => $postBody);
322
+	$params = array_merge($params, $optParams);
323
+	return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList");
324 324
   }
325 325
 
326 326
   /**
@@ -332,9 +332,9 @@  discard block
 block discarded – undo
332 332
    */
333 333
   public function update(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
334 334
   {
335
-    $params = array('postBody' => $postBody);
336
-    $params = array_merge($params, $optParams);
337
-    return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList");
335
+	$params = array('postBody' => $postBody);
336
+	$params = array_merge($params, $optParams);
337
+	return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList");
338 338
   }
339 339
 
340 340
   /**
@@ -347,9 +347,9 @@  discard block
 block discarded – undo
347 347
    */
348 348
   public function updateAvailability(Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody, $optParams = array())
349 349
   {
350
-    $params = array('postBody' => $postBody);
351
-    $params = array_merge($params, $optParams);
352
-    return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse");
350
+	$params = array('postBody' => $postBody);
351
+	$params = array_merge($params, $optParams);
352
+	return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse");
353 353
   }
354 354
 }
355 355
 
@@ -373,9 +373,9 @@  discard block
 block discarded – undo
373 373
    */
374 374
   public function generate(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array())
375 375
   {
376
-    $params = array('postBody' => $postBody);
377
-    $params = array_merge($params, $optParams);
378
-    return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report");
376
+	$params = array('postBody' => $postBody);
377
+	$params = array_merge($params, $optParams);
378
+	return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report");
379 379
   }
380 380
 
381 381
   /**
@@ -387,9 +387,9 @@  discard block
 block discarded – undo
387 387
    */
388 388
   public function get($reportId, $optParams = array())
389 389
   {
390
-    $params = array('reportId' => $reportId);
391
-    $params = array_merge($params, $optParams);
392
-    return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report");
390
+	$params = array('reportId' => $reportId);
391
+	$params = array_merge($params, $optParams);
392
+	return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report");
393 393
   }
394 394
 
395 395
   /**
@@ -401,9 +401,9 @@  discard block
 block discarded – undo
401 401
    */
402 402
   public function getFile($reportId, $reportFragment, $optParams = array())
403 403
   {
404
-    $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
405
-    $params = array_merge($params, $optParams);
406
-    return $this->call('getFile', array($params));
404
+	$params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
405
+	$params = array_merge($params, $optParams);
406
+	return $this->call('getFile', array($params));
407 407
   }
408 408
 
409 409
   /**
@@ -415,9 +415,9 @@  discard block
 block discarded – undo
415 415
    */
416 416
   public function request(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array())
417 417
   {
418
-    $params = array('postBody' => $postBody);
419
-    $params = array_merge($params, $optParams);
420
-    return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report");
418
+	$params = array('postBody' => $postBody);
419
+	$params = array_merge($params, $optParams);
420
+	return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report");
421 421
   }
422 422
 }
423 423
 
@@ -443,9 +443,9 @@  discard block
 block discarded – undo
443 443
    */
444 444
   public function listSavedColumns($agencyId, $advertiserId, $optParams = array())
445 445
   {
446
-    $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId);
447
-    $params = array_merge($params, $optParams);
448
-    return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList");
446
+	$params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId);
447
+	$params = array_merge($params, $optParams);
448
+	return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList");
449 449
   }
450 450
 }
451 451
 
@@ -466,51 +466,51 @@  discard block
 block discarded – undo
466 466
 
467 467
   public function setAdvertiserId($advertiserId)
468 468
   {
469
-    $this->advertiserId = $advertiserId;
469
+	$this->advertiserId = $advertiserId;
470 470
   }
471 471
   public function getAdvertiserId()
472 472
   {
473
-    return $this->advertiserId;
473
+	return $this->advertiserId;
474 474
   }
475 475
   public function setAgencyId($agencyId)
476 476
   {
477
-    $this->agencyId = $agencyId;
477
+	$this->agencyId = $agencyId;
478 478
   }
479 479
   public function getAgencyId()
480 480
   {
481
-    return $this->agencyId;
481
+	return $this->agencyId;
482 482
   }
483 483
   public function setAvailabilityTimestamp($availabilityTimestamp)
484 484
   {
485
-    $this->availabilityTimestamp = $availabilityTimestamp;
485
+	$this->availabilityTimestamp = $availabilityTimestamp;
486 486
   }
487 487
   public function getAvailabilityTimestamp()
488 488
   {
489
-    return $this->availabilityTimestamp;
489
+	return $this->availabilityTimestamp;
490 490
   }
491 491
   public function setSegmentationId($segmentationId)
492 492
   {
493
-    $this->segmentationId = $segmentationId;
493
+	$this->segmentationId = $segmentationId;
494 494
   }
495 495
   public function getSegmentationId()
496 496
   {
497
-    return $this->segmentationId;
497
+	return $this->segmentationId;
498 498
   }
499 499
   public function setSegmentationName($segmentationName)
500 500
   {
501
-    $this->segmentationName = $segmentationName;
501
+	$this->segmentationName = $segmentationName;
502 502
   }
503 503
   public function getSegmentationName()
504 504
   {
505
-    return $this->segmentationName;
505
+	return $this->segmentationName;
506 506
   }
507 507
   public function setSegmentationType($segmentationType)
508 508
   {
509
-    $this->segmentationType = $segmentationType;
509
+	$this->segmentationType = $segmentationType;
510 510
   }
511 511
   public function getSegmentationType()
512 512
   {
513
-    return $this->segmentationType;
513
+	return $this->segmentationType;
514 514
   }
515 515
 }
516 516
 
@@ -558,267 +558,267 @@  discard block
 block discarded – undo
558 558
 
559 559
   public function setAdGroupId($adGroupId)
560 560
   {
561
-    $this->adGroupId = $adGroupId;
561
+	$this->adGroupId = $adGroupId;
562 562
   }
563 563
   public function getAdGroupId()
564 564
   {
565
-    return $this->adGroupId;
565
+	return $this->adGroupId;
566 566
   }
567 567
   public function setAdId($adId)
568 568
   {
569
-    $this->adId = $adId;
569
+	$this->adId = $adId;
570 570
   }
571 571
   public function getAdId()
572 572
   {
573
-    return $this->adId;
573
+	return $this->adId;
574 574
   }
575 575
   public function setAdvertiserId($advertiserId)
576 576
   {
577
-    $this->advertiserId = $advertiserId;
577
+	$this->advertiserId = $advertiserId;
578 578
   }
579 579
   public function getAdvertiserId()
580 580
   {
581
-    return $this->advertiserId;
581
+	return $this->advertiserId;
582 582
   }
583 583
   public function setAgencyId($agencyId)
584 584
   {
585
-    $this->agencyId = $agencyId;
585
+	$this->agencyId = $agencyId;
586 586
   }
587 587
   public function getAgencyId()
588 588
   {
589
-    return $this->agencyId;
589
+	return $this->agencyId;
590 590
   }
591 591
   public function setAttributionModel($attributionModel)
592 592
   {
593
-    $this->attributionModel = $attributionModel;
593
+	$this->attributionModel = $attributionModel;
594 594
   }
595 595
   public function getAttributionModel()
596 596
   {
597
-    return $this->attributionModel;
597
+	return $this->attributionModel;
598 598
   }
599 599
   public function setCampaignId($campaignId)
600 600
   {
601
-    $this->campaignId = $campaignId;
601
+	$this->campaignId = $campaignId;
602 602
   }
603 603
   public function getCampaignId()
604 604
   {
605
-    return $this->campaignId;
605
+	return $this->campaignId;
606 606
   }
607 607
   public function setChannel($channel)
608 608
   {
609
-    $this->channel = $channel;
609
+	$this->channel = $channel;
610 610
   }
611 611
   public function getChannel()
612 612
   {
613
-    return $this->channel;
613
+	return $this->channel;
614 614
   }
615 615
   public function setClickId($clickId)
616 616
   {
617
-    $this->clickId = $clickId;
617
+	$this->clickId = $clickId;
618 618
   }
619 619
   public function getClickId()
620 620
   {
621
-    return $this->clickId;
621
+	return $this->clickId;
622 622
   }
623 623
   public function setConversionId($conversionId)
624 624
   {
625
-    $this->conversionId = $conversionId;
625
+	$this->conversionId = $conversionId;
626 626
   }
627 627
   public function getConversionId()
628 628
   {
629
-    return $this->conversionId;
629
+	return $this->conversionId;
630 630
   }
631 631
   public function setConversionModifiedTimestamp($conversionModifiedTimestamp)
632 632
   {
633
-    $this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
633
+	$this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
634 634
   }
635 635
   public function getConversionModifiedTimestamp()
636 636
   {
637
-    return $this->conversionModifiedTimestamp;
637
+	return $this->conversionModifiedTimestamp;
638 638
   }
639 639
   public function setConversionTimestamp($conversionTimestamp)
640 640
   {
641
-    $this->conversionTimestamp = $conversionTimestamp;
641
+	$this->conversionTimestamp = $conversionTimestamp;
642 642
   }
643 643
   public function getConversionTimestamp()
644 644
   {
645
-    return $this->conversionTimestamp;
645
+	return $this->conversionTimestamp;
646 646
   }
647 647
   public function setCountMillis($countMillis)
648 648
   {
649
-    $this->countMillis = $countMillis;
649
+	$this->countMillis = $countMillis;
650 650
   }
651 651
   public function getCountMillis()
652 652
   {
653
-    return $this->countMillis;
653
+	return $this->countMillis;
654 654
   }
655 655
   public function setCriterionId($criterionId)
656 656
   {
657
-    $this->criterionId = $criterionId;
657
+	$this->criterionId = $criterionId;
658 658
   }
659 659
   public function getCriterionId()
660 660
   {
661
-    return $this->criterionId;
661
+	return $this->criterionId;
662 662
   }
663 663
   public function setCurrencyCode($currencyCode)
664 664
   {
665
-    $this->currencyCode = $currencyCode;
665
+	$this->currencyCode = $currencyCode;
666 666
   }
667 667
   public function getCurrencyCode()
668 668
   {
669
-    return $this->currencyCode;
669
+	return $this->currencyCode;
670 670
   }
671 671
   public function setCustomDimension($customDimension)
672 672
   {
673
-    $this->customDimension = $customDimension;
673
+	$this->customDimension = $customDimension;
674 674
   }
675 675
   public function getCustomDimension()
676 676
   {
677
-    return $this->customDimension;
677
+	return $this->customDimension;
678 678
   }
679 679
   public function setCustomMetric($customMetric)
680 680
   {
681
-    $this->customMetric = $customMetric;
681
+	$this->customMetric = $customMetric;
682 682
   }
683 683
   public function getCustomMetric()
684 684
   {
685
-    return $this->customMetric;
685
+	return $this->customMetric;
686 686
   }
687 687
   public function setDeviceType($deviceType)
688 688
   {
689
-    $this->deviceType = $deviceType;
689
+	$this->deviceType = $deviceType;
690 690
   }
691 691
   public function getDeviceType()
692 692
   {
693
-    return $this->deviceType;
693
+	return $this->deviceType;
694 694
   }
695 695
   public function setDsConversionId($dsConversionId)
696 696
   {
697
-    $this->dsConversionId = $dsConversionId;
697
+	$this->dsConversionId = $dsConversionId;
698 698
   }
699 699
   public function getDsConversionId()
700 700
   {
701
-    return $this->dsConversionId;
701
+	return $this->dsConversionId;
702 702
   }
703 703
   public function setEngineAccountId($engineAccountId)
704 704
   {
705
-    $this->engineAccountId = $engineAccountId;
705
+	$this->engineAccountId = $engineAccountId;
706 706
   }
707 707
   public function getEngineAccountId()
708 708
   {
709
-    return $this->engineAccountId;
709
+	return $this->engineAccountId;
710 710
   }
711 711
   public function setFloodlightOrderId($floodlightOrderId)
712 712
   {
713
-    $this->floodlightOrderId = $floodlightOrderId;
713
+	$this->floodlightOrderId = $floodlightOrderId;
714 714
   }
715 715
   public function getFloodlightOrderId()
716 716
   {
717
-    return $this->floodlightOrderId;
717
+	return $this->floodlightOrderId;
718 718
   }
719 719
   public function setInventoryAccountId($inventoryAccountId)
720 720
   {
721
-    $this->inventoryAccountId = $inventoryAccountId;
721
+	$this->inventoryAccountId = $inventoryAccountId;
722 722
   }
723 723
   public function getInventoryAccountId()
724 724
   {
725
-    return $this->inventoryAccountId;
725
+	return $this->inventoryAccountId;
726 726
   }
727 727
   public function setProductCountry($productCountry)
728 728
   {
729
-    $this->productCountry = $productCountry;
729
+	$this->productCountry = $productCountry;
730 730
   }
731 731
   public function getProductCountry()
732 732
   {
733
-    return $this->productCountry;
733
+	return $this->productCountry;
734 734
   }
735 735
   public function setProductGroupId($productGroupId)
736 736
   {
737
-    $this->productGroupId = $productGroupId;
737
+	$this->productGroupId = $productGroupId;
738 738
   }
739 739
   public function getProductGroupId()
740 740
   {
741
-    return $this->productGroupId;
741
+	return $this->productGroupId;
742 742
   }
743 743
   public function setProductId($productId)
744 744
   {
745
-    $this->productId = $productId;
745
+	$this->productId = $productId;
746 746
   }
747 747
   public function getProductId()
748 748
   {
749
-    return $this->productId;
749
+	return $this->productId;
750 750
   }
751 751
   public function setProductLanguage($productLanguage)
752 752
   {
753
-    $this->productLanguage = $productLanguage;
753
+	$this->productLanguage = $productLanguage;
754 754
   }
755 755
   public function getProductLanguage()
756 756
   {
757
-    return $this->productLanguage;
757
+	return $this->productLanguage;
758 758
   }
759 759
   public function setQuantityMillis($quantityMillis)
760 760
   {
761
-    $this->quantityMillis = $quantityMillis;
761
+	$this->quantityMillis = $quantityMillis;
762 762
   }
763 763
   public function getQuantityMillis()
764 764
   {
765
-    return $this->quantityMillis;
765
+	return $this->quantityMillis;
766 766
   }
767 767
   public function setRevenueMicros($revenueMicros)
768 768
   {
769
-    $this->revenueMicros = $revenueMicros;
769
+	$this->revenueMicros = $revenueMicros;
770 770
   }
771 771
   public function getRevenueMicros()
772 772
   {
773
-    return $this->revenueMicros;
773
+	return $this->revenueMicros;
774 774
   }
775 775
   public function setSegmentationId($segmentationId)
776 776
   {
777
-    $this->segmentationId = $segmentationId;
777
+	$this->segmentationId = $segmentationId;
778 778
   }
779 779
   public function getSegmentationId()
780 780
   {
781
-    return $this->segmentationId;
781
+	return $this->segmentationId;
782 782
   }
783 783
   public function setSegmentationName($segmentationName)
784 784
   {
785
-    $this->segmentationName = $segmentationName;
785
+	$this->segmentationName = $segmentationName;
786 786
   }
787 787
   public function getSegmentationName()
788 788
   {
789
-    return $this->segmentationName;
789
+	return $this->segmentationName;
790 790
   }
791 791
   public function setSegmentationType($segmentationType)
792 792
   {
793
-    $this->segmentationType = $segmentationType;
793
+	$this->segmentationType = $segmentationType;
794 794
   }
795 795
   public function getSegmentationType()
796 796
   {
797
-    return $this->segmentationType;
797
+	return $this->segmentationType;
798 798
   }
799 799
   public function setState($state)
800 800
   {
801
-    $this->state = $state;
801
+	$this->state = $state;
802 802
   }
803 803
   public function getState()
804 804
   {
805
-    return $this->state;
805
+	return $this->state;
806 806
   }
807 807
   public function setStoreId($storeId)
808 808
   {
809
-    $this->storeId = $storeId;
809
+	$this->storeId = $storeId;
810 810
   }
811 811
   public function getStoreId()
812 812
   {
813
-    return $this->storeId;
813
+	return $this->storeId;
814 814
   }
815 815
   public function setType($type)
816 816
   {
817
-    $this->type = $type;
817
+	$this->type = $type;
818 818
   }
819 819
   public function getType()
820 820
   {
821
-    return $this->type;
821
+	return $this->type;
822 822
   }
823 823
 }
824 824
 
@@ -834,19 +834,19 @@  discard block
 block discarded – undo
834 834
 
835 835
   public function setConversion($conversion)
836 836
   {
837
-    $this->conversion = $conversion;
837
+	$this->conversion = $conversion;
838 838
   }
839 839
   public function getConversion()
840 840
   {
841
-    return $this->conversion;
841
+	return $this->conversion;
842 842
   }
843 843
   public function setKind($kind)
844 844
   {
845
-    $this->kind = $kind;
845
+	$this->kind = $kind;
846 846
   }
847 847
   public function getKind()
848 848
   {
849
-    return $this->kind;
849
+	return $this->kind;
850 850
   }
851 851
 }
852 852
 
@@ -860,19 +860,19 @@  discard block
 block discarded – undo
860 860
 
861 861
   public function setName($name)
862 862
   {
863
-    $this->name = $name;
863
+	$this->name = $name;
864 864
   }
865 865
   public function getName()
866 866
   {
867
-    return $this->name;
867
+	return $this->name;
868 868
   }
869 869
   public function setValue($value)
870 870
   {
871
-    $this->value = $value;
871
+	$this->value = $value;
872 872
   }
873 873
   public function getValue()
874 874
   {
875
-    return $this->value;
875
+	return $this->value;
876 876
   }
877 877
 }
878 878
 
@@ -886,19 +886,19 @@  discard block
 block discarded – undo
886 886
 
887 887
   public function setName($name)
888 888
   {
889
-    $this->name = $name;
889
+	$this->name = $name;
890 890
   }
891 891
   public function getName()
892 892
   {
893
-    return $this->name;
893
+	return $this->name;
894 894
   }
895 895
   public function setValue($value)
896 896
   {
897
-    $this->value = $value;
897
+	$this->value = $value;
898 898
   }
899 899
   public function getValue()
900 900
   {
901
-    return $this->value;
901
+	return $this->value;
902 902
   }
903 903
 }
904 904
 
@@ -922,75 +922,75 @@  discard block
 block discarded – undo
922 922
 
923 923
   public function setFiles($files)
924 924
   {
925
-    $this->files = $files;
925
+	$this->files = $files;
926 926
   }
927 927
   public function getFiles()
928 928
   {
929
-    return $this->files;
929
+	return $this->files;
930 930
   }
931 931
   public function setId($id)
932 932
   {
933
-    $this->id = $id;
933
+	$this->id = $id;
934 934
   }
935 935
   public function getId()
936 936
   {
937
-    return $this->id;
937
+	return $this->id;
938 938
   }
939 939
   public function setIsReportReady($isReportReady)
940 940
   {
941
-    $this->isReportReady = $isReportReady;
941
+	$this->isReportReady = $isReportReady;
942 942
   }
943 943
   public function getIsReportReady()
944 944
   {
945
-    return $this->isReportReady;
945
+	return $this->isReportReady;
946 946
   }
947 947
   public function setKind($kind)
948 948
   {
949
-    $this->kind = $kind;
949
+	$this->kind = $kind;
950 950
   }
951 951
   public function getKind()
952 952
   {
953
-    return $this->kind;
953
+	return $this->kind;
954 954
   }
955 955
   public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request)
956 956
   {
957
-    $this->request = $request;
957
+	$this->request = $request;
958 958
   }
959 959
   public function getRequest()
960 960
   {
961
-    return $this->request;
961
+	return $this->request;
962 962
   }
963 963
   public function setRowCount($rowCount)
964 964
   {
965
-    $this->rowCount = $rowCount;
965
+	$this->rowCount = $rowCount;
966 966
   }
967 967
   public function getRowCount()
968 968
   {
969
-    return $this->rowCount;
969
+	return $this->rowCount;
970 970
   }
971 971
   public function setRows($rows)
972 972
   {
973
-    $this->rows = $rows;
973
+	$this->rows = $rows;
974 974
   }
975 975
   public function getRows()
976 976
   {
977
-    return $this->rows;
977
+	return $this->rows;
978 978
   }
979 979
   public function setStatisticsCurrencyCode($statisticsCurrencyCode)
980 980
   {
981
-    $this->statisticsCurrencyCode = $statisticsCurrencyCode;
981
+	$this->statisticsCurrencyCode = $statisticsCurrencyCode;
982 982
   }
983 983
   public function getStatisticsCurrencyCode()
984 984
   {
985
-    return $this->statisticsCurrencyCode;
985
+	return $this->statisticsCurrencyCode;
986 986
   }
987 987
   public function setStatisticsTimeZone($statisticsTimeZone)
988 988
   {
989
-    $this->statisticsTimeZone = $statisticsTimeZone;
989
+	$this->statisticsTimeZone = $statisticsTimeZone;
990 990
   }
991 991
   public function getStatisticsTimeZone()
992 992
   {
993
-    return $this->statisticsTimeZone;
993
+	return $this->statisticsTimeZone;
994 994
   }
995 995
 }
996 996
 
@@ -1011,75 +1011,75 @@  discard block
 block discarded – undo
1011 1011
 
1012 1012
   public function setColumnName($columnName)
1013 1013
   {
1014
-    $this->columnName = $columnName;
1014
+	$this->columnName = $columnName;
1015 1015
   }
1016 1016
   public function getColumnName()
1017 1017
   {
1018
-    return $this->columnName;
1018
+	return $this->columnName;
1019 1019
   }
1020 1020
   public function setCustomDimensionName($customDimensionName)
1021 1021
   {
1022
-    $this->customDimensionName = $customDimensionName;
1022
+	$this->customDimensionName = $customDimensionName;
1023 1023
   }
1024 1024
   public function getCustomDimensionName()
1025 1025
   {
1026
-    return $this->customDimensionName;
1026
+	return $this->customDimensionName;
1027 1027
   }
1028 1028
   public function setCustomMetricName($customMetricName)
1029 1029
   {
1030
-    $this->customMetricName = $customMetricName;
1030
+	$this->customMetricName = $customMetricName;
1031 1031
   }
1032 1032
   public function getCustomMetricName()
1033 1033
   {
1034
-    return $this->customMetricName;
1034
+	return $this->customMetricName;
1035 1035
   }
1036 1036
   public function setEndDate($endDate)
1037 1037
   {
1038
-    $this->endDate = $endDate;
1038
+	$this->endDate = $endDate;
1039 1039
   }
1040 1040
   public function getEndDate()
1041 1041
   {
1042
-    return $this->endDate;
1042
+	return $this->endDate;
1043 1043
   }
1044 1044
   public function setGroupByColumn($groupByColumn)
1045 1045
   {
1046
-    $this->groupByColumn = $groupByColumn;
1046
+	$this->groupByColumn = $groupByColumn;
1047 1047
   }
1048 1048
   public function getGroupByColumn()
1049 1049
   {
1050
-    return $this->groupByColumn;
1050
+	return $this->groupByColumn;
1051 1051
   }
1052 1052
   public function setHeaderText($headerText)
1053 1053
   {
1054
-    $this->headerText = $headerText;
1054
+	$this->headerText = $headerText;
1055 1055
   }
1056 1056
   public function getHeaderText()
1057 1057
   {
1058
-    return $this->headerText;
1058
+	return $this->headerText;
1059 1059
   }
1060 1060
   public function setPlatformSource($platformSource)
1061 1061
   {
1062
-    $this->platformSource = $platformSource;
1062
+	$this->platformSource = $platformSource;
1063 1063
   }
1064 1064
   public function getPlatformSource()
1065 1065
   {
1066
-    return $this->platformSource;
1066
+	return $this->platformSource;
1067 1067
   }
1068 1068
   public function setSavedColumnName($savedColumnName)
1069 1069
   {
1070
-    $this->savedColumnName = $savedColumnName;
1070
+	$this->savedColumnName = $savedColumnName;
1071 1071
   }
1072 1072
   public function getSavedColumnName()
1073 1073
   {
1074
-    return $this->savedColumnName;
1074
+	return $this->savedColumnName;
1075 1075
   }
1076 1076
   public function setStartDate($startDate)
1077 1077
   {
1078
-    $this->startDate = $startDate;
1078
+	$this->startDate = $startDate;
1079 1079
   }
1080 1080
   public function getStartDate()
1081 1081
   {
1082
-    return $this->startDate;
1082
+	return $this->startDate;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1093,19 +1093,19 @@  discard block
 block discarded – undo
1093 1093
 
1094 1094
   public function setByteCount($byteCount)
1095 1095
   {
1096
-    $this->byteCount = $byteCount;
1096
+	$this->byteCount = $byteCount;
1097 1097
   }
1098 1098
   public function getByteCount()
1099 1099
   {
1100
-    return $this->byteCount;
1100
+	return $this->byteCount;
1101 1101
   }
1102 1102
   public function setUrl($url)
1103 1103
   {
1104
-    $this->url = $url;
1104
+	$this->url = $url;
1105 1105
   }
1106 1106
   public function getUrl()
1107 1107
   {
1108
-    return $this->url;
1108
+	return $this->url;
1109 1109
   }
1110 1110
 }
1111 1111
 
@@ -1137,115 +1137,115 @@  discard block
 block discarded – undo
1137 1137
 
1138 1138
   public function setColumns($columns)
1139 1139
   {
1140
-    $this->columns = $columns;
1140
+	$this->columns = $columns;
1141 1141
   }
1142 1142
   public function getColumns()
1143 1143
   {
1144
-    return $this->columns;
1144
+	return $this->columns;
1145 1145
   }
1146 1146
   public function setDownloadFormat($downloadFormat)
1147 1147
   {
1148
-    $this->downloadFormat = $downloadFormat;
1148
+	$this->downloadFormat = $downloadFormat;
1149 1149
   }
1150 1150
   public function getDownloadFormat()
1151 1151
   {
1152
-    return $this->downloadFormat;
1152
+	return $this->downloadFormat;
1153 1153
   }
1154 1154
   public function setFilters($filters)
1155 1155
   {
1156
-    $this->filters = $filters;
1156
+	$this->filters = $filters;
1157 1157
   }
1158 1158
   public function getFilters()
1159 1159
   {
1160
-    return $this->filters;
1160
+	return $this->filters;
1161 1161
   }
1162 1162
   public function setIncludeDeletedEntities($includeDeletedEntities)
1163 1163
   {
1164
-    $this->includeDeletedEntities = $includeDeletedEntities;
1164
+	$this->includeDeletedEntities = $includeDeletedEntities;
1165 1165
   }
1166 1166
   public function getIncludeDeletedEntities()
1167 1167
   {
1168
-    return $this->includeDeletedEntities;
1168
+	return $this->includeDeletedEntities;
1169 1169
   }
1170 1170
   public function setIncludeRemovedEntities($includeRemovedEntities)
1171 1171
   {
1172
-    $this->includeRemovedEntities = $includeRemovedEntities;
1172
+	$this->includeRemovedEntities = $includeRemovedEntities;
1173 1173
   }
1174 1174
   public function getIncludeRemovedEntities()
1175 1175
   {
1176
-    return $this->includeRemovedEntities;
1176
+	return $this->includeRemovedEntities;
1177 1177
   }
1178 1178
   public function setMaxRowsPerFile($maxRowsPerFile)
1179 1179
   {
1180
-    $this->maxRowsPerFile = $maxRowsPerFile;
1180
+	$this->maxRowsPerFile = $maxRowsPerFile;
1181 1181
   }
1182 1182
   public function getMaxRowsPerFile()
1183 1183
   {
1184
-    return $this->maxRowsPerFile;
1184
+	return $this->maxRowsPerFile;
1185 1185
   }
1186 1186
   public function setOrderBy($orderBy)
1187 1187
   {
1188
-    $this->orderBy = $orderBy;
1188
+	$this->orderBy = $orderBy;
1189 1189
   }
1190 1190
   public function getOrderBy()
1191 1191
   {
1192
-    return $this->orderBy;
1192
+	return $this->orderBy;
1193 1193
   }
1194 1194
   public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope)
1195 1195
   {
1196
-    $this->reportScope = $reportScope;
1196
+	$this->reportScope = $reportScope;
1197 1197
   }
1198 1198
   public function getReportScope()
1199 1199
   {
1200
-    return $this->reportScope;
1200
+	return $this->reportScope;
1201 1201
   }
1202 1202
   public function setReportType($reportType)
1203 1203
   {
1204
-    $this->reportType = $reportType;
1204
+	$this->reportType = $reportType;
1205 1205
   }
1206 1206
   public function getReportType()
1207 1207
   {
1208
-    return $this->reportType;
1208
+	return $this->reportType;
1209 1209
   }
1210 1210
   public function setRowCount($rowCount)
1211 1211
   {
1212
-    $this->rowCount = $rowCount;
1212
+	$this->rowCount = $rowCount;
1213 1213
   }
1214 1214
   public function getRowCount()
1215 1215
   {
1216
-    return $this->rowCount;
1216
+	return $this->rowCount;
1217 1217
   }
1218 1218
   public function setStartRow($startRow)
1219 1219
   {
1220
-    $this->startRow = $startRow;
1220
+	$this->startRow = $startRow;
1221 1221
   }
1222 1222
   public function getStartRow()
1223 1223
   {
1224
-    return $this->startRow;
1224
+	return $this->startRow;
1225 1225
   }
1226 1226
   public function setStatisticsCurrency($statisticsCurrency)
1227 1227
   {
1228
-    $this->statisticsCurrency = $statisticsCurrency;
1228
+	$this->statisticsCurrency = $statisticsCurrency;
1229 1229
   }
1230 1230
   public function getStatisticsCurrency()
1231 1231
   {
1232
-    return $this->statisticsCurrency;
1232
+	return $this->statisticsCurrency;
1233 1233
   }
1234 1234
   public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange)
1235 1235
   {
1236
-    $this->timeRange = $timeRange;
1236
+	$this->timeRange = $timeRange;
1237 1237
   }
1238 1238
   public function getTimeRange()
1239 1239
   {
1240
-    return $this->timeRange;
1240
+	return $this->timeRange;
1241 1241
   }
1242 1242
   public function setVerifySingleTimeZone($verifySingleTimeZone)
1243 1243
   {
1244
-    $this->verifySingleTimeZone = $verifySingleTimeZone;
1244
+	$this->verifySingleTimeZone = $verifySingleTimeZone;
1245 1245
   }
1246 1246
   public function getVerifySingleTimeZone()
1247 1247
   {
1248
-    return $this->verifySingleTimeZone;
1248
+	return $this->verifySingleTimeZone;
1249 1249
   }
1250 1250
 }
1251 1251
 
@@ -1262,27 +1262,27 @@  discard block
 block discarded – undo
1262 1262
 
1263 1263
   public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
1264 1264
   {
1265
-    $this->column = $column;
1265
+	$this->column = $column;
1266 1266
   }
1267 1267
   public function getColumn()
1268 1268
   {
1269
-    return $this->column;
1269
+	return $this->column;
1270 1270
   }
1271 1271
   public function setOperator($operator)
1272 1272
   {
1273
-    $this->operator = $operator;
1273
+	$this->operator = $operator;
1274 1274
   }
1275 1275
   public function getOperator()
1276 1276
   {
1277
-    return $this->operator;
1277
+	return $this->operator;
1278 1278
   }
1279 1279
   public function setValues($values)
1280 1280
   {
1281
-    $this->values = $values;
1281
+	$this->values = $values;
1282 1282
   }
1283 1283
   public function getValues()
1284 1284
   {
1285
-    return $this->values;
1285
+	return $this->values;
1286 1286
   }
1287 1287
 }
1288 1288
 
@@ -1297,19 +1297,19 @@  discard block
 block discarded – undo
1297 1297
 
1298 1298
   public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
1299 1299
   {
1300
-    $this->column = $column;
1300
+	$this->column = $column;
1301 1301
   }
1302 1302
   public function getColumn()
1303 1303
   {
1304
-    return $this->column;
1304
+	return $this->column;
1305 1305
   }
1306 1306
   public function setSortOrder($sortOrder)
1307 1307
   {
1308
-    $this->sortOrder = $sortOrder;
1308
+	$this->sortOrder = $sortOrder;
1309 1309
   }
1310 1310
   public function getSortOrder()
1311 1311
   {
1312
-    return $this->sortOrder;
1312
+	return $this->sortOrder;
1313 1313
   }
1314 1314
 }
1315 1315
 
@@ -1328,59 +1328,59 @@  discard block
 block discarded – undo
1328 1328
 
1329 1329
   public function setAdGroupId($adGroupId)
1330 1330
   {
1331
-    $this->adGroupId = $adGroupId;
1331
+	$this->adGroupId = $adGroupId;
1332 1332
   }
1333 1333
   public function getAdGroupId()
1334 1334
   {
1335
-    return $this->adGroupId;
1335
+	return $this->adGroupId;
1336 1336
   }
1337 1337
   public function setAdId($adId)
1338 1338
   {
1339
-    $this->adId = $adId;
1339
+	$this->adId = $adId;
1340 1340
   }
1341 1341
   public function getAdId()
1342 1342
   {
1343
-    return $this->adId;
1343
+	return $this->adId;
1344 1344
   }
1345 1345
   public function setAdvertiserId($advertiserId)
1346 1346
   {
1347
-    $this->advertiserId = $advertiserId;
1347
+	$this->advertiserId = $advertiserId;
1348 1348
   }
1349 1349
   public function getAdvertiserId()
1350 1350
   {
1351
-    return $this->advertiserId;
1351
+	return $this->advertiserId;
1352 1352
   }
1353 1353
   public function setAgencyId($agencyId)
1354 1354
   {
1355
-    $this->agencyId = $agencyId;
1355
+	$this->agencyId = $agencyId;
1356 1356
   }
1357 1357
   public function getAgencyId()
1358 1358
   {
1359
-    return $this->agencyId;
1359
+	return $this->agencyId;
1360 1360
   }
1361 1361
   public function setCampaignId($campaignId)
1362 1362
   {
1363
-    $this->campaignId = $campaignId;
1363
+	$this->campaignId = $campaignId;
1364 1364
   }
1365 1365
   public function getCampaignId()
1366 1366
   {
1367
-    return $this->campaignId;
1367
+	return $this->campaignId;
1368 1368
   }
1369 1369
   public function setEngineAccountId($engineAccountId)
1370 1370
   {
1371
-    $this->engineAccountId = $engineAccountId;
1371
+	$this->engineAccountId = $engineAccountId;
1372 1372
   }
1373 1373
   public function getEngineAccountId()
1374 1374
   {
1375
-    return $this->engineAccountId;
1375
+	return $this->engineAccountId;
1376 1376
   }
1377 1377
   public function setKeywordId($keywordId)
1378 1378
   {
1379
-    $this->keywordId = $keywordId;
1379
+	$this->keywordId = $keywordId;
1380 1380
   }
1381 1381
   public function getKeywordId()
1382 1382
   {
1383
-    return $this->keywordId;
1383
+	return $this->keywordId;
1384 1384
   }
1385 1385
 }
1386 1386
 
@@ -1396,35 +1396,35 @@  discard block
 block discarded – undo
1396 1396
 
1397 1397
   public function setChangedAttributesSinceTimestamp($changedAttributesSinceTimestamp)
1398 1398
   {
1399
-    $this->changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp;
1399
+	$this->changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp;
1400 1400
   }
1401 1401
   public function getChangedAttributesSinceTimestamp()
1402 1402
   {
1403
-    return $this->changedAttributesSinceTimestamp;
1403
+	return $this->changedAttributesSinceTimestamp;
1404 1404
   }
1405 1405
   public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp)
1406 1406
   {
1407
-    $this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
1407
+	$this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
1408 1408
   }
1409 1409
   public function getChangedMetricsSinceTimestamp()
1410 1410
   {
1411
-    return $this->changedMetricsSinceTimestamp;
1411
+	return $this->changedMetricsSinceTimestamp;
1412 1412
   }
1413 1413
   public function setEndDate($endDate)
1414 1414
   {
1415
-    $this->endDate = $endDate;
1415
+	$this->endDate = $endDate;
1416 1416
   }
1417 1417
   public function getEndDate()
1418 1418
   {
1419
-    return $this->endDate;
1419
+	return $this->endDate;
1420 1420
   }
1421 1421
   public function setStartDate($startDate)
1422 1422
   {
1423
-    $this->startDate = $startDate;
1423
+	$this->startDate = $startDate;
1424 1424
   }
1425 1425
   public function getStartDate()
1426 1426
   {
1427
-    return $this->startDate;
1427
+	return $this->startDate;
1428 1428
   }
1429 1429
 }
1430 1430
 
@@ -1443,27 +1443,27 @@  discard block
 block discarded – undo
1443 1443
 
1444 1444
   public function setKind($kind)
1445 1445
   {
1446
-    $this->kind = $kind;
1446
+	$this->kind = $kind;
1447 1447
   }
1448 1448
   public function getKind()
1449 1449
   {
1450
-    return $this->kind;
1450
+	return $this->kind;
1451 1451
   }
1452 1452
   public function setSavedColumnName($savedColumnName)
1453 1453
   {
1454
-    $this->savedColumnName = $savedColumnName;
1454
+	$this->savedColumnName = $savedColumnName;
1455 1455
   }
1456 1456
   public function getSavedColumnName()
1457 1457
   {
1458
-    return $this->savedColumnName;
1458
+	return $this->savedColumnName;
1459 1459
   }
1460 1460
   public function setType($type)
1461 1461
   {
1462
-    $this->type = $type;
1462
+	$this->type = $type;
1463 1463
   }
1464 1464
   public function getType()
1465 1465
   {
1466
-    return $this->type;
1466
+	return $this->type;
1467 1467
   }
1468 1468
 }
1469 1469
 
@@ -1479,19 +1479,19 @@  discard block
 block discarded – undo
1479 1479
 
1480 1480
   public function setItems($items)
1481 1481
   {
1482
-    $this->items = $items;
1482
+	$this->items = $items;
1483 1483
   }
1484 1484
   public function getItems()
1485 1485
   {
1486
-    return $this->items;
1486
+	return $this->items;
1487 1487
   }
1488 1488
   public function setKind($kind)
1489 1489
   {
1490
-    $this->kind = $kind;
1490
+	$this->kind = $kind;
1491 1491
   }
1492 1492
   public function getKind()
1493 1493
   {
1494
-    return $this->kind;
1494
+	return $this->kind;
1495 1495
   }
1496 1496
 }
1497 1497
 
@@ -1506,11 +1506,11 @@  discard block
 block discarded – undo
1506 1506
 
1507 1507
   public function setAvailabilities($availabilities)
1508 1508
   {
1509
-    $this->availabilities = $availabilities;
1509
+	$this->availabilities = $availabilities;
1510 1510
   }
1511 1511
   public function getAvailabilities()
1512 1512
   {
1513
-    return $this->availabilities;
1513
+	return $this->availabilities;
1514 1514
   }
1515 1515
 }
1516 1516
 
@@ -1525,10 +1525,10 @@  discard block
 block discarded – undo
1525 1525
 
1526 1526
   public function setAvailabilities($availabilities)
1527 1527
   {
1528
-    $this->availabilities = $availabilities;
1528
+	$this->availabilities = $availabilities;
1529 1529
   }
1530 1530
   public function getAvailabilities()
1531 1531
   {
1532
-    return $this->availabilities;
1532
+	return $this->availabilities;
1533 1533
   }
1534 1534
 }
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -115,11 +115,11 @@  discard block
 block discarded – undo
115 115
                   'type' => 'string',
116 116
                 ),
117 117
               ),
118
-            ),'insert' => array(
118
+            ), 'insert' => array(
119 119
               'path' => 'conversion',
120 120
               'httpMethod' => 'POST',
121 121
               'parameters' => array(),
122
-            ),'patch' => array(
122
+            ), 'patch' => array(
123 123
               'path' => 'conversion',
124 124
               'httpMethod' => 'PATCH',
125 125
               'parameters' => array(
@@ -159,11 +159,11 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'update' => array(
162
+            ), 'update' => array(
163 163
               'path' => 'conversion',
164 164
               'httpMethod' => 'PUT',
165 165
               'parameters' => array(),
166
-            ),'updateAvailability' => array(
166
+            ), 'updateAvailability' => array(
167 167
               'path' => 'conversion/updateAvailability',
168 168
               'httpMethod' => 'POST',
169 169
               'parameters' => array(),
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
               'path' => 'reports/generate',
182 182
               'httpMethod' => 'POST',
183 183
               'parameters' => array(),
184
-            ),'get' => array(
184
+            ), 'get' => array(
185 185
               'path' => 'reports/{reportId}',
186 186
               'httpMethod' => 'GET',
187 187
               'parameters' => array(
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
                   'required' => true,
192 192
                 ),
193 193
               ),
194
-            ),'getFile' => array(
194
+            ), 'getFile' => array(
195 195
               'path' => 'reports/{reportId}/files/{reportFragment}',
196 196
               'httpMethod' => 'GET',
197 197
               'parameters' => array(
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
                   'required' => true,
207 207
                 ),
208 208
               ),
209
-            ),'request' => array(
209
+            ), 'request' => array(
210 210
               'path' => 'reports',
211 211
               'httpMethod' => 'POST',
212 212
               'parameters' => array(),
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Tasks.php 2 patches
Indentation   +352 added lines, -352 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your tasks. */
34 34
   const TASKS =
35
-      "https://www.googleapis.com/auth/tasks";
35
+	  "https://www.googleapis.com/auth/tasks";
36 36
   /** View your tasks. */
37 37
   const TASKS_READONLY =
38
-      "https://www.googleapis.com/auth/tasks.readonly";
38
+	  "https://www.googleapis.com/auth/tasks.readonly";
39 39
 
40 40
   public $tasklists;
41 41
   public $tasks;
@@ -48,250 +48,250 @@  discard block
 block discarded – undo
48 48
    */
49 49
   public function __construct(Google_Client $client)
50 50
   {
51
-    parent::__construct($client);
52
-    $this->rootUrl = 'https://www.googleapis.com/';
53
-    $this->servicePath = 'tasks/v1/';
54
-    $this->version = 'v1';
55
-    $this->serviceName = 'tasks';
56
-
57
-    $this->tasklists = new Google_Service_Tasks_Tasklists_Resource(
58
-        $this,
59
-        $this->serviceName,
60
-        'tasklists',
61
-        array(
62
-          'methods' => array(
63
-            'delete' => array(
64
-              'path' => 'users/@me/lists/{tasklist}',
65
-              'httpMethod' => 'DELETE',
66
-              'parameters' => array(
67
-                'tasklist' => array(
68
-                  'location' => 'path',
69
-                  'type' => 'string',
70
-                  'required' => true,
71
-                ),
72
-              ),
73
-            ),'get' => array(
74
-              'path' => 'users/@me/lists/{tasklist}',
75
-              'httpMethod' => 'GET',
76
-              'parameters' => array(
77
-                'tasklist' => array(
78
-                  'location' => 'path',
79
-                  'type' => 'string',
80
-                  'required' => true,
81
-                ),
82
-              ),
83
-            ),'insert' => array(
84
-              'path' => 'users/@me/lists',
85
-              'httpMethod' => 'POST',
86
-              'parameters' => array(),
87
-            ),'list' => array(
88
-              'path' => 'users/@me/lists',
89
-              'httpMethod' => 'GET',
90
-              'parameters' => array(
91
-                'pageToken' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-                'maxResults' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'string',
98
-                ),
99
-              ),
100
-            ),'patch' => array(
101
-              'path' => 'users/@me/lists/{tasklist}',
102
-              'httpMethod' => 'PATCH',
103
-              'parameters' => array(
104
-                'tasklist' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'update' => array(
111
-              'path' => 'users/@me/lists/{tasklist}',
112
-              'httpMethod' => 'PUT',
113
-              'parameters' => array(
114
-                'tasklist' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-              ),
120
-            ),
121
-          )
122
-        )
123
-    );
124
-    $this->tasks = new Google_Service_Tasks_Tasks_Resource(
125
-        $this,
126
-        $this->serviceName,
127
-        'tasks',
128
-        array(
129
-          'methods' => array(
130
-            'clear' => array(
131
-              'path' => 'lists/{tasklist}/clear',
132
-              'httpMethod' => 'POST',
133
-              'parameters' => array(
134
-                'tasklist' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-              ),
140
-            ),'delete' => array(
141
-              'path' => 'lists/{tasklist}/tasks/{task}',
142
-              'httpMethod' => 'DELETE',
143
-              'parameters' => array(
144
-                'tasklist' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-                'task' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),'get' => array(
156
-              'path' => 'lists/{tasklist}/tasks/{task}',
157
-              'httpMethod' => 'GET',
158
-              'parameters' => array(
159
-                'tasklist' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-                'task' => array(
165
-                  'location' => 'path',
166
-                  'type' => 'string',
167
-                  'required' => true,
168
-                ),
169
-              ),
170
-            ),'insert' => array(
171
-              'path' => 'lists/{tasklist}/tasks',
172
-              'httpMethod' => 'POST',
173
-              'parameters' => array(
174
-                'tasklist' => array(
175
-                  'location' => 'path',
176
-                  'type' => 'string',
177
-                  'required' => true,
178
-                ),
179
-                'parent' => array(
180
-                  'location' => 'query',
181
-                  'type' => 'string',
182
-                ),
183
-                'previous' => array(
184
-                  'location' => 'query',
185
-                  'type' => 'string',
186
-                ),
187
-              ),
188
-            ),'list' => array(
189
-              'path' => 'lists/{tasklist}/tasks',
190
-              'httpMethod' => 'GET',
191
-              'parameters' => array(
192
-                'tasklist' => array(
193
-                  'location' => 'path',
194
-                  'type' => 'string',
195
-                  'required' => true,
196
-                ),
197
-                'dueMax' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'showDeleted' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'boolean',
204
-                ),
205
-                'updatedMin' => array(
206
-                  'location' => 'query',
207
-                  'type' => 'string',
208
-                ),
209
-                'completedMin' => array(
210
-                  'location' => 'query',
211
-                  'type' => 'string',
212
-                ),
213
-                'maxResults' => array(
214
-                  'location' => 'query',
215
-                  'type' => 'string',
216
-                ),
217
-                'showCompleted' => array(
218
-                  'location' => 'query',
219
-                  'type' => 'boolean',
220
-                ),
221
-                'pageToken' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'string',
224
-                ),
225
-                'completedMax' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'showHidden' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'boolean',
232
-                ),
233
-                'dueMin' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'string',
236
-                ),
237
-              ),
238
-            ),'move' => array(
239
-              'path' => 'lists/{tasklist}/tasks/{task}/move',
240
-              'httpMethod' => 'POST',
241
-              'parameters' => array(
242
-                'tasklist' => array(
243
-                  'location' => 'path',
244
-                  'type' => 'string',
245
-                  'required' => true,
246
-                ),
247
-                'task' => array(
248
-                  'location' => 'path',
249
-                  'type' => 'string',
250
-                  'required' => true,
251
-                ),
252
-                'parent' => array(
253
-                  'location' => 'query',
254
-                  'type' => 'string',
255
-                ),
256
-                'previous' => array(
257
-                  'location' => 'query',
258
-                  'type' => 'string',
259
-                ),
260
-              ),
261
-            ),'patch' => array(
262
-              'path' => 'lists/{tasklist}/tasks/{task}',
263
-              'httpMethod' => 'PATCH',
264
-              'parameters' => array(
265
-                'tasklist' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'task' => array(
271
-                  'location' => 'path',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-              ),
276
-            ),'update' => array(
277
-              'path' => 'lists/{tasklist}/tasks/{task}',
278
-              'httpMethod' => 'PUT',
279
-              'parameters' => array(
280
-                'tasklist' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'task' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-              ),
291
-            ),
292
-          )
293
-        )
294
-    );
51
+	parent::__construct($client);
52
+	$this->rootUrl = 'https://www.googleapis.com/';
53
+	$this->servicePath = 'tasks/v1/';
54
+	$this->version = 'v1';
55
+	$this->serviceName = 'tasks';
56
+
57
+	$this->tasklists = new Google_Service_Tasks_Tasklists_Resource(
58
+		$this,
59
+		$this->serviceName,
60
+		'tasklists',
61
+		array(
62
+		  'methods' => array(
63
+			'delete' => array(
64
+			  'path' => 'users/@me/lists/{tasklist}',
65
+			  'httpMethod' => 'DELETE',
66
+			  'parameters' => array(
67
+				'tasklist' => array(
68
+				  'location' => 'path',
69
+				  'type' => 'string',
70
+				  'required' => true,
71
+				),
72
+			  ),
73
+			),'get' => array(
74
+			  'path' => 'users/@me/lists/{tasklist}',
75
+			  'httpMethod' => 'GET',
76
+			  'parameters' => array(
77
+				'tasklist' => array(
78
+				  'location' => 'path',
79
+				  'type' => 'string',
80
+				  'required' => true,
81
+				),
82
+			  ),
83
+			),'insert' => array(
84
+			  'path' => 'users/@me/lists',
85
+			  'httpMethod' => 'POST',
86
+			  'parameters' => array(),
87
+			),'list' => array(
88
+			  'path' => 'users/@me/lists',
89
+			  'httpMethod' => 'GET',
90
+			  'parameters' => array(
91
+				'pageToken' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+				'maxResults' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'string',
98
+				),
99
+			  ),
100
+			),'patch' => array(
101
+			  'path' => 'users/@me/lists/{tasklist}',
102
+			  'httpMethod' => 'PATCH',
103
+			  'parameters' => array(
104
+				'tasklist' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'update' => array(
111
+			  'path' => 'users/@me/lists/{tasklist}',
112
+			  'httpMethod' => 'PUT',
113
+			  'parameters' => array(
114
+				'tasklist' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+			  ),
120
+			),
121
+		  )
122
+		)
123
+	);
124
+	$this->tasks = new Google_Service_Tasks_Tasks_Resource(
125
+		$this,
126
+		$this->serviceName,
127
+		'tasks',
128
+		array(
129
+		  'methods' => array(
130
+			'clear' => array(
131
+			  'path' => 'lists/{tasklist}/clear',
132
+			  'httpMethod' => 'POST',
133
+			  'parameters' => array(
134
+				'tasklist' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+			  ),
140
+			),'delete' => array(
141
+			  'path' => 'lists/{tasklist}/tasks/{task}',
142
+			  'httpMethod' => 'DELETE',
143
+			  'parameters' => array(
144
+				'tasklist' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+				'task' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),'get' => array(
156
+			  'path' => 'lists/{tasklist}/tasks/{task}',
157
+			  'httpMethod' => 'GET',
158
+			  'parameters' => array(
159
+				'tasklist' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+				'task' => array(
165
+				  'location' => 'path',
166
+				  'type' => 'string',
167
+				  'required' => true,
168
+				),
169
+			  ),
170
+			),'insert' => array(
171
+			  'path' => 'lists/{tasklist}/tasks',
172
+			  'httpMethod' => 'POST',
173
+			  'parameters' => array(
174
+				'tasklist' => array(
175
+				  'location' => 'path',
176
+				  'type' => 'string',
177
+				  'required' => true,
178
+				),
179
+				'parent' => array(
180
+				  'location' => 'query',
181
+				  'type' => 'string',
182
+				),
183
+				'previous' => array(
184
+				  'location' => 'query',
185
+				  'type' => 'string',
186
+				),
187
+			  ),
188
+			),'list' => array(
189
+			  'path' => 'lists/{tasklist}/tasks',
190
+			  'httpMethod' => 'GET',
191
+			  'parameters' => array(
192
+				'tasklist' => array(
193
+				  'location' => 'path',
194
+				  'type' => 'string',
195
+				  'required' => true,
196
+				),
197
+				'dueMax' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'showDeleted' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'boolean',
204
+				),
205
+				'updatedMin' => array(
206
+				  'location' => 'query',
207
+				  'type' => 'string',
208
+				),
209
+				'completedMin' => array(
210
+				  'location' => 'query',
211
+				  'type' => 'string',
212
+				),
213
+				'maxResults' => array(
214
+				  'location' => 'query',
215
+				  'type' => 'string',
216
+				),
217
+				'showCompleted' => array(
218
+				  'location' => 'query',
219
+				  'type' => 'boolean',
220
+				),
221
+				'pageToken' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'string',
224
+				),
225
+				'completedMax' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'showHidden' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'boolean',
232
+				),
233
+				'dueMin' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'string',
236
+				),
237
+			  ),
238
+			),'move' => array(
239
+			  'path' => 'lists/{tasklist}/tasks/{task}/move',
240
+			  'httpMethod' => 'POST',
241
+			  'parameters' => array(
242
+				'tasklist' => array(
243
+				  'location' => 'path',
244
+				  'type' => 'string',
245
+				  'required' => true,
246
+				),
247
+				'task' => array(
248
+				  'location' => 'path',
249
+				  'type' => 'string',
250
+				  'required' => true,
251
+				),
252
+				'parent' => array(
253
+				  'location' => 'query',
254
+				  'type' => 'string',
255
+				),
256
+				'previous' => array(
257
+				  'location' => 'query',
258
+				  'type' => 'string',
259
+				),
260
+			  ),
261
+			),'patch' => array(
262
+			  'path' => 'lists/{tasklist}/tasks/{task}',
263
+			  'httpMethod' => 'PATCH',
264
+			  'parameters' => array(
265
+				'tasklist' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'task' => array(
271
+				  'location' => 'path',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+			  ),
276
+			),'update' => array(
277
+			  'path' => 'lists/{tasklist}/tasks/{task}',
278
+			  'httpMethod' => 'PUT',
279
+			  'parameters' => array(
280
+				'tasklist' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'task' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+			  ),
291
+			),
292
+		  )
293
+		)
294
+	);
295 295
   }
296 296
 }
297 297
 
@@ -315,9 +315,9 @@  discard block
 block discarded – undo
315 315
    */
316 316
   public function delete($tasklist, $optParams = array())
317 317
   {
318
-    $params = array('tasklist' => $tasklist);
319
-    $params = array_merge($params, $optParams);
320
-    return $this->call('delete', array($params));
318
+	$params = array('tasklist' => $tasklist);
319
+	$params = array_merge($params, $optParams);
320
+	return $this->call('delete', array($params));
321 321
   }
322 322
 
323 323
   /**
@@ -329,9 +329,9 @@  discard block
 block discarded – undo
329 329
    */
330 330
   public function get($tasklist, $optParams = array())
331 331
   {
332
-    $params = array('tasklist' => $tasklist);
333
-    $params = array_merge($params, $optParams);
334
-    return $this->call('get', array($params), "Google_Service_Tasks_TaskList");
332
+	$params = array('tasklist' => $tasklist);
333
+	$params = array_merge($params, $optParams);
334
+	return $this->call('get', array($params), "Google_Service_Tasks_TaskList");
335 335
   }
336 336
 
337 337
   /**
@@ -344,9 +344,9 @@  discard block
 block discarded – undo
344 344
    */
345 345
   public function insert(Google_Service_Tasks_TaskList $postBody, $optParams = array())
346 346
   {
347
-    $params = array('postBody' => $postBody);
348
-    $params = array_merge($params, $optParams);
349
-    return $this->call('insert', array($params), "Google_Service_Tasks_TaskList");
347
+	$params = array('postBody' => $postBody);
348
+	$params = array_merge($params, $optParams);
349
+	return $this->call('insert', array($params), "Google_Service_Tasks_TaskList");
350 350
   }
351 351
 
352 352
   /**
@@ -362,9 +362,9 @@  discard block
 block discarded – undo
362 362
    */
363 363
   public function listTasklists($optParams = array())
364 364
   {
365
-    $params = array();
366
-    $params = array_merge($params, $optParams);
367
-    return $this->call('list', array($params), "Google_Service_Tasks_TaskLists");
365
+	$params = array();
366
+	$params = array_merge($params, $optParams);
367
+	return $this->call('list', array($params), "Google_Service_Tasks_TaskLists");
368 368
   }
369 369
 
370 370
   /**
@@ -378,9 +378,9 @@  discard block
 block discarded – undo
378 378
    */
379 379
   public function patch($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array())
380 380
   {
381
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
382
-    $params = array_merge($params, $optParams);
383
-    return $this->call('patch', array($params), "Google_Service_Tasks_TaskList");
381
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
382
+	$params = array_merge($params, $optParams);
383
+	return $this->call('patch', array($params), "Google_Service_Tasks_TaskList");
384 384
   }
385 385
 
386 386
   /**
@@ -393,9 +393,9 @@  discard block
 block discarded – undo
393 393
    */
394 394
   public function update($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array())
395 395
   {
396
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
397
-    $params = array_merge($params, $optParams);
398
-    return $this->call('update', array($params), "Google_Service_Tasks_TaskList");
396
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
397
+	$params = array_merge($params, $optParams);
398
+	return $this->call('update', array($params), "Google_Service_Tasks_TaskList");
399 399
   }
400 400
 }
401 401
 
@@ -420,9 +420,9 @@  discard block
 block discarded – undo
420 420
    */
421 421
   public function clear($tasklist, $optParams = array())
422 422
   {
423
-    $params = array('tasklist' => $tasklist);
424
-    $params = array_merge($params, $optParams);
425
-    return $this->call('clear', array($params));
423
+	$params = array('tasklist' => $tasklist);
424
+	$params = array_merge($params, $optParams);
425
+	return $this->call('clear', array($params));
426 426
   }
427 427
 
428 428
   /**
@@ -434,9 +434,9 @@  discard block
 block discarded – undo
434 434
    */
435 435
   public function delete($tasklist, $task, $optParams = array())
436 436
   {
437
-    $params = array('tasklist' => $tasklist, 'task' => $task);
438
-    $params = array_merge($params, $optParams);
439
-    return $this->call('delete', array($params));
437
+	$params = array('tasklist' => $tasklist, 'task' => $task);
438
+	$params = array_merge($params, $optParams);
439
+	return $this->call('delete', array($params));
440 440
   }
441 441
 
442 442
   /**
@@ -449,9 +449,9 @@  discard block
 block discarded – undo
449 449
    */
450 450
   public function get($tasklist, $task, $optParams = array())
451 451
   {
452
-    $params = array('tasklist' => $tasklist, 'task' => $task);
453
-    $params = array_merge($params, $optParams);
454
-    return $this->call('get', array($params), "Google_Service_Tasks_Task");
452
+	$params = array('tasklist' => $tasklist, 'task' => $task);
453
+	$params = array_merge($params, $optParams);
454
+	return $this->call('get', array($params), "Google_Service_Tasks_Task");
455 455
   }
456 456
 
457 457
   /**
@@ -470,9 +470,9 @@  discard block
 block discarded – undo
470 470
    */
471 471
   public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParams = array())
472 472
   {
473
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
474
-    $params = array_merge($params, $optParams);
475
-    return $this->call('insert', array($params), "Google_Service_Tasks_Task");
473
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
474
+	$params = array_merge($params, $optParams);
475
+	return $this->call('insert', array($params), "Google_Service_Tasks_Task");
476 476
   }
477 477
 
478 478
   /**
@@ -508,9 +508,9 @@  discard block
 block discarded – undo
508 508
    */
509 509
   public function listTasks($tasklist, $optParams = array())
510 510
   {
511
-    $params = array('tasklist' => $tasklist);
512
-    $params = array_merge($params, $optParams);
513
-    return $this->call('list', array($params), "Google_Service_Tasks_Tasks");
511
+	$params = array('tasklist' => $tasklist);
512
+	$params = array_merge($params, $optParams);
513
+	return $this->call('list', array($params), "Google_Service_Tasks_Tasks");
514 514
   }
515 515
 
516 516
   /**
@@ -531,9 +531,9 @@  discard block
 block discarded – undo
531 531
    */
532 532
   public function move($tasklist, $task, $optParams = array())
533 533
   {
534
-    $params = array('tasklist' => $tasklist, 'task' => $task);
535
-    $params = array_merge($params, $optParams);
536
-    return $this->call('move', array($params), "Google_Service_Tasks_Task");
534
+	$params = array('tasklist' => $tasklist, 'task' => $task);
535
+	$params = array_merge($params, $optParams);
536
+	return $this->call('move', array($params), "Google_Service_Tasks_Task");
537 537
   }
538 538
 
539 539
   /**
@@ -548,9 +548,9 @@  discard block
 block discarded – undo
548 548
    */
549 549
   public function patch($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array())
550 550
   {
551
-    $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
552
-    $params = array_merge($params, $optParams);
553
-    return $this->call('patch', array($params), "Google_Service_Tasks_Task");
551
+	$params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
552
+	$params = array_merge($params, $optParams);
553
+	return $this->call('patch', array($params), "Google_Service_Tasks_Task");
554 554
   }
555 555
 
556 556
   /**
@@ -564,9 +564,9 @@  discard block
 block discarded – undo
564 564
    */
565 565
   public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array())
566 566
   {
567
-    $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
568
-    $params = array_merge($params, $optParams);
569
-    return $this->call('update', array($params), "Google_Service_Tasks_Task");
567
+	$params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
568
+	$params = array_merge($params, $optParams);
569
+	return $this->call('update', array($params), "Google_Service_Tasks_Task");
570 570
   }
571 571
 }
572 572
 
@@ -598,123 +598,123 @@  discard block
 block discarded – undo
598 598
 
599 599
   public function setCompleted($completed)
600 600
   {
601
-    $this->completed = $completed;
601
+	$this->completed = $completed;
602 602
   }
603 603
   public function getCompleted()
604 604
   {
605
-    return $this->completed;
605
+	return $this->completed;
606 606
   }
607 607
   public function setDeleted($deleted)
608 608
   {
609
-    $this->deleted = $deleted;
609
+	$this->deleted = $deleted;
610 610
   }
611 611
   public function getDeleted()
612 612
   {
613
-    return $this->deleted;
613
+	return $this->deleted;
614 614
   }
615 615
   public function setDue($due)
616 616
   {
617
-    $this->due = $due;
617
+	$this->due = $due;
618 618
   }
619 619
   public function getDue()
620 620
   {
621
-    return $this->due;
621
+	return $this->due;
622 622
   }
623 623
   public function setEtag($etag)
624 624
   {
625
-    $this->etag = $etag;
625
+	$this->etag = $etag;
626 626
   }
627 627
   public function getEtag()
628 628
   {
629
-    return $this->etag;
629
+	return $this->etag;
630 630
   }
631 631
   public function setHidden($hidden)
632 632
   {
633
-    $this->hidden = $hidden;
633
+	$this->hidden = $hidden;
634 634
   }
635 635
   public function getHidden()
636 636
   {
637
-    return $this->hidden;
637
+	return $this->hidden;
638 638
   }
639 639
   public function setId($id)
640 640
   {
641
-    $this->id = $id;
641
+	$this->id = $id;
642 642
   }
643 643
   public function getId()
644 644
   {
645
-    return $this->id;
645
+	return $this->id;
646 646
   }
647 647
   public function setKind($kind)
648 648
   {
649
-    $this->kind = $kind;
649
+	$this->kind = $kind;
650 650
   }
651 651
   public function getKind()
652 652
   {
653
-    return $this->kind;
653
+	return $this->kind;
654 654
   }
655 655
   public function setLinks($links)
656 656
   {
657
-    $this->links = $links;
657
+	$this->links = $links;
658 658
   }
659 659
   public function getLinks()
660 660
   {
661
-    return $this->links;
661
+	return $this->links;
662 662
   }
663 663
   public function setNotes($notes)
664 664
   {
665
-    $this->notes = $notes;
665
+	$this->notes = $notes;
666 666
   }
667 667
   public function getNotes()
668 668
   {
669
-    return $this->notes;
669
+	return $this->notes;
670 670
   }
671 671
   public function setParent($parent)
672 672
   {
673
-    $this->parent = $parent;
673
+	$this->parent = $parent;
674 674
   }
675 675
   public function getParent()
676 676
   {
677
-    return $this->parent;
677
+	return $this->parent;
678 678
   }
679 679
   public function setPosition($position)
680 680
   {
681
-    $this->position = $position;
681
+	$this->position = $position;
682 682
   }
683 683
   public function getPosition()
684 684
   {
685
-    return $this->position;
685
+	return $this->position;
686 686
   }
687 687
   public function setSelfLink($selfLink)
688 688
   {
689
-    $this->selfLink = $selfLink;
689
+	$this->selfLink = $selfLink;
690 690
   }
691 691
   public function getSelfLink()
692 692
   {
693
-    return $this->selfLink;
693
+	return $this->selfLink;
694 694
   }
695 695
   public function setStatus($status)
696 696
   {
697
-    $this->status = $status;
697
+	$this->status = $status;
698 698
   }
699 699
   public function getStatus()
700 700
   {
701
-    return $this->status;
701
+	return $this->status;
702 702
   }
703 703
   public function setTitle($title)
704 704
   {
705
-    $this->title = $title;
705
+	$this->title = $title;
706 706
   }
707 707
   public function getTitle()
708 708
   {
709
-    return $this->title;
709
+	return $this->title;
710 710
   }
711 711
   public function setUpdated($updated)
712 712
   {
713
-    $this->updated = $updated;
713
+	$this->updated = $updated;
714 714
   }
715 715
   public function getUpdated()
716 716
   {
717
-    return $this->updated;
717
+	return $this->updated;
718 718
   }
719 719
 }
720 720
 
@@ -729,27 +729,27 @@  discard block
 block discarded – undo
729 729
 
730 730
   public function setDescription($description)
731 731
   {
732
-    $this->description = $description;
732
+	$this->description = $description;
733 733
   }
734 734
   public function getDescription()
735 735
   {
736
-    return $this->description;
736
+	return $this->description;
737 737
   }
738 738
   public function setLink($link)
739 739
   {
740
-    $this->link = $link;
740
+	$this->link = $link;
741 741
   }
742 742
   public function getLink()
743 743
   {
744
-    return $this->link;
744
+	return $this->link;
745 745
   }
746 746
   public function setType($type)
747 747
   {
748
-    $this->type = $type;
748
+	$this->type = $type;
749 749
   }
750 750
   public function getType()
751 751
   {
752
-    return $this->type;
752
+	return $this->type;
753 753
   }
754 754
 }
755 755
 
@@ -767,51 +767,51 @@  discard block
 block discarded – undo
767 767
 
768 768
   public function setEtag($etag)
769 769
   {
770
-    $this->etag = $etag;
770
+	$this->etag = $etag;
771 771
   }
772 772
   public function getEtag()
773 773
   {
774
-    return $this->etag;
774
+	return $this->etag;
775 775
   }
776 776
   public function setId($id)
777 777
   {
778
-    $this->id = $id;
778
+	$this->id = $id;
779 779
   }
780 780
   public function getId()
781 781
   {
782
-    return $this->id;
782
+	return $this->id;
783 783
   }
784 784
   public function setKind($kind)
785 785
   {
786
-    $this->kind = $kind;
786
+	$this->kind = $kind;
787 787
   }
788 788
   public function getKind()
789 789
   {
790
-    return $this->kind;
790
+	return $this->kind;
791 791
   }
792 792
   public function setSelfLink($selfLink)
793 793
   {
794
-    $this->selfLink = $selfLink;
794
+	$this->selfLink = $selfLink;
795 795
   }
796 796
   public function getSelfLink()
797 797
   {
798
-    return $this->selfLink;
798
+	return $this->selfLink;
799 799
   }
800 800
   public function setTitle($title)
801 801
   {
802
-    $this->title = $title;
802
+	$this->title = $title;
803 803
   }
804 804
   public function getTitle()
805 805
   {
806
-    return $this->title;
806
+	return $this->title;
807 807
   }
808 808
   public function setUpdated($updated)
809 809
   {
810
-    $this->updated = $updated;
810
+	$this->updated = $updated;
811 811
   }
812 812
   public function getUpdated()
813 813
   {
814
-    return $this->updated;
814
+	return $this->updated;
815 815
   }
816 816
 }
817 817
 
@@ -829,35 +829,35 @@  discard block
 block discarded – undo
829 829
 
830 830
   public function setEtag($etag)
831 831
   {
832
-    $this->etag = $etag;
832
+	$this->etag = $etag;
833 833
   }
834 834
   public function getEtag()
835 835
   {
836
-    return $this->etag;
836
+	return $this->etag;
837 837
   }
838 838
   public function setItems($items)
839 839
   {
840
-    $this->items = $items;
840
+	$this->items = $items;
841 841
   }
842 842
   public function getItems()
843 843
   {
844
-    return $this->items;
844
+	return $this->items;
845 845
   }
846 846
   public function setKind($kind)
847 847
   {
848
-    $this->kind = $kind;
848
+	$this->kind = $kind;
849 849
   }
850 850
   public function getKind()
851 851
   {
852
-    return $this->kind;
852
+	return $this->kind;
853 853
   }
854 854
   public function setNextPageToken($nextPageToken)
855 855
   {
856
-    $this->nextPageToken = $nextPageToken;
856
+	$this->nextPageToken = $nextPageToken;
857 857
   }
858 858
   public function getNextPageToken()
859 859
   {
860
-    return $this->nextPageToken;
860
+	return $this->nextPageToken;
861 861
   }
862 862
 }
863 863
 
@@ -875,34 +875,34 @@  discard block
 block discarded – undo
875 875
 
876 876
   public function setEtag($etag)
877 877
   {
878
-    $this->etag = $etag;
878
+	$this->etag = $etag;
879 879
   }
880 880
   public function getEtag()
881 881
   {
882
-    return $this->etag;
882
+	return $this->etag;
883 883
   }
884 884
   public function setItems($items)
885 885
   {
886
-    $this->items = $items;
886
+	$this->items = $items;
887 887
   }
888 888
   public function getItems()
889 889
   {
890
-    return $this->items;
890
+	return $this->items;
891 891
   }
892 892
   public function setKind($kind)
893 893
   {
894
-    $this->kind = $kind;
894
+	$this->kind = $kind;
895 895
   }
896 896
   public function getKind()
897 897
   {
898
-    return $this->kind;
898
+	return $this->kind;
899 899
   }
900 900
   public function setNextPageToken($nextPageToken)
901 901
   {
902
-    $this->nextPageToken = $nextPageToken;
902
+	$this->nextPageToken = $nextPageToken;
903 903
   }
904 904
   public function getNextPageToken()
905 905
   {
906
-    return $this->nextPageToken;
906
+	return $this->nextPageToken;
907 907
   }
908 908
 }
Please login to merge, or discard this patch.
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                   'required' => true,
71 71
                 ),
72 72
               ),
73
-            ),'get' => array(
73
+            ), 'get' => array(
74 74
               'path' => 'users/@me/lists/{tasklist}',
75 75
               'httpMethod' => 'GET',
76 76
               'parameters' => array(
@@ -80,11 +80,11 @@  discard block
 block discarded – undo
80 80
                   'required' => true,
81 81
                 ),
82 82
               ),
83
-            ),'insert' => array(
83
+            ), 'insert' => array(
84 84
               'path' => 'users/@me/lists',
85 85
               'httpMethod' => 'POST',
86 86
               'parameters' => array(),
87
-            ),'list' => array(
87
+            ), 'list' => array(
88 88
               'path' => 'users/@me/lists',
89 89
               'httpMethod' => 'GET',
90 90
               'parameters' => array(
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'type' => 'string',
98 98
                 ),
99 99
               ),
100
-            ),'patch' => array(
100
+            ), 'patch' => array(
101 101
               'path' => 'users/@me/lists/{tasklist}',
102 102
               'httpMethod' => 'PATCH',
103 103
               'parameters' => array(
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'update' => array(
110
+            ), 'update' => array(
111 111
               'path' => 'users/@me/lists/{tasklist}',
112 112
               'httpMethod' => 'PUT',
113 113
               'parameters' => array(
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
                   'required' => true,
138 138
                 ),
139 139
               ),
140
-            ),'delete' => array(
140
+            ), 'delete' => array(
141 141
               'path' => 'lists/{tasklist}/tasks/{task}',
142 142
               'httpMethod' => 'DELETE',
143 143
               'parameters' => array(
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
                   'required' => true,
153 153
                 ),
154 154
               ),
155
-            ),'get' => array(
155
+            ), 'get' => array(
156 156
               'path' => 'lists/{tasklist}/tasks/{task}',
157 157
               'httpMethod' => 'GET',
158 158
               'parameters' => array(
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
                   'required' => true,
168 168
                 ),
169 169
               ),
170
-            ),'insert' => array(
170
+            ), 'insert' => array(
171 171
               'path' => 'lists/{tasklist}/tasks',
172 172
               'httpMethod' => 'POST',
173 173
               'parameters' => array(
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
                   'type' => 'string',
186 186
                 ),
187 187
               ),
188
-            ),'list' => array(
188
+            ), 'list' => array(
189 189
               'path' => 'lists/{tasklist}/tasks',
190 190
               'httpMethod' => 'GET',
191 191
               'parameters' => array(
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
                   'type' => 'string',
236 236
                 ),
237 237
               ),
238
-            ),'move' => array(
238
+            ), 'move' => array(
239 239
               'path' => 'lists/{tasklist}/tasks/{task}/move',
240 240
               'httpMethod' => 'POST',
241 241
               'parameters' => array(
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
                   'type' => 'string',
259 259
                 ),
260 260
               ),
261
-            ),'patch' => array(
261
+            ), 'patch' => array(
262 262
               'path' => 'lists/{tasklist}/tasks/{task}',
263 263
               'httpMethod' => 'PATCH',
264 264
               'parameters' => array(
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                   'required' => true,
274 274
                 ),
275 275
               ),
276
-            ),'update' => array(
276
+            ), 'update' => array(
277 277
               'path' => 'lists/{tasklist}/tasks/{task}',
278 278
               'httpMethod' => 'PUT',
279 279
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Logging.php 2 patches
Indentation   +481 added lines, -481 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
 
38 38
   public $projects_logServices;
39 39
   public $projects_logServices_indexes;
@@ -50,365 +50,365 @@  discard block
 block discarded – undo
50 50
    */
51 51
   public function __construct(Google_Client $client)
52 52
   {
53
-    parent::__construct($client);
54
-    $this->rootUrl = 'https://logging.googleapis.com/';
55
-    $this->servicePath = '';
56
-    $this->version = 'v1beta3';
57
-    $this->serviceName = 'logging';
58
-
59
-    $this->projects_logServices = new Google_Service_Logging_ProjectsLogServices_Resource(
60
-        $this,
61
-        $this->serviceName,
62
-        'logServices',
63
-        array(
64
-          'methods' => array(
65
-            'list' => array(
66
-              'path' => 'v1beta3/projects/{projectsId}/logServices',
67
-              'httpMethod' => 'GET',
68
-              'parameters' => array(
69
-                'projectsId' => array(
70
-                  'location' => 'path',
71
-                  'type' => 'string',
72
-                  'required' => true,
73
-                ),
74
-                'pageToken' => array(
75
-                  'location' => 'query',
76
-                  'type' => 'string',
77
-                ),
78
-                'log' => array(
79
-                  'location' => 'query',
80
-                  'type' => 'string',
81
-                ),
82
-                'pageSize' => array(
83
-                  'location' => 'query',
84
-                  'type' => 'integer',
85
-                ),
86
-              ),
87
-            ),
88
-          )
89
-        )
90
-    );
91
-    $this->projects_logServices_indexes = new Google_Service_Logging_ProjectsLogServicesIndexes_Resource(
92
-        $this,
93
-        $this->serviceName,
94
-        'indexes',
95
-        array(
96
-          'methods' => array(
97
-            'list' => array(
98
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/indexes',
99
-              'httpMethod' => 'GET',
100
-              'parameters' => array(
101
-                'projectsId' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-                'logServicesId' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'string',
109
-                  'required' => true,
110
-                ),
111
-                'log' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-                'pageSize' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'integer',
118
-                ),
119
-                'pageToken' => array(
120
-                  'location' => 'query',
121
-                  'type' => 'string',
122
-                ),
123
-                'depth' => array(
124
-                  'location' => 'query',
125
-                  'type' => 'integer',
126
-                ),
127
-                'indexPrefix' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'string',
130
-                ),
131
-              ),
132
-            ),
133
-          )
134
-        )
135
-    );
136
-    $this->projects_logServices_sinks = new Google_Service_Logging_ProjectsLogServicesSinks_Resource(
137
-        $this,
138
-        $this->serviceName,
139
-        'sinks',
140
-        array(
141
-          'methods' => array(
142
-            'create' => array(
143
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
144
-              'httpMethod' => 'POST',
145
-              'parameters' => array(
146
-                'projectsId' => array(
147
-                  'location' => 'path',
148
-                  'type' => 'string',
149
-                  'required' => true,
150
-                ),
151
-                'logServicesId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-              ),
157
-            ),'delete' => array(
158
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
159
-              'httpMethod' => 'DELETE',
160
-              'parameters' => array(
161
-                'projectsId' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-                'logServicesId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'sinksId' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),'get' => array(
178
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
179
-              'httpMethod' => 'GET',
180
-              'parameters' => array(
181
-                'projectsId' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-                'logServicesId' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-                'sinksId' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-              ),
197
-            ),'list' => array(
198
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
199
-              'httpMethod' => 'GET',
200
-              'parameters' => array(
201
-                'projectsId' => array(
202
-                  'location' => 'path',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-                'logServicesId' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-              ),
212
-            ),'update' => array(
213
-              'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
214
-              'httpMethod' => 'PUT',
215
-              'parameters' => array(
216
-                'projectsId' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-                'logServicesId' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'sinksId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-              ),
232
-            ),
233
-          )
234
-        )
235
-    );
236
-    $this->projects_logs = new Google_Service_Logging_ProjectsLogs_Resource(
237
-        $this,
238
-        $this->serviceName,
239
-        'logs',
240
-        array(
241
-          'methods' => array(
242
-            'delete' => array(
243
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}',
244
-              'httpMethod' => 'DELETE',
245
-              'parameters' => array(
246
-                'projectsId' => array(
247
-                  'location' => 'path',
248
-                  'type' => 'string',
249
-                  'required' => true,
250
-                ),
251
-                'logsId' => array(
252
-                  'location' => 'path',
253
-                  'type' => 'string',
254
-                  'required' => true,
255
-                ),
256
-              ),
257
-            ),'list' => array(
258
-              'path' => 'v1beta3/projects/{projectsId}/logs',
259
-              'httpMethod' => 'GET',
260
-              'parameters' => array(
261
-                'projectsId' => array(
262
-                  'location' => 'path',
263
-                  'type' => 'string',
264
-                  'required' => true,
265
-                ),
266
-                'pageToken' => array(
267
-                  'location' => 'query',
268
-                  'type' => 'string',
269
-                ),
270
-                'serviceName' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                ),
274
-                'serviceIndexPrefix' => array(
275
-                  'location' => 'query',
276
-                  'type' => 'string',
277
-                ),
278
-                'pageSize' => array(
279
-                  'location' => 'query',
280
-                  'type' => 'integer',
281
-                ),
282
-              ),
283
-            ),
284
-          )
285
-        )
286
-    );
287
-    $this->projects_logs_entries = new Google_Service_Logging_ProjectsLogsEntries_Resource(
288
-        $this,
289
-        $this->serviceName,
290
-        'entries',
291
-        array(
292
-          'methods' => array(
293
-            'write' => array(
294
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/entries:write',
295
-              'httpMethod' => 'POST',
296
-              'parameters' => array(
297
-                'projectsId' => array(
298
-                  'location' => 'path',
299
-                  'type' => 'string',
300
-                  'required' => true,
301
-                ),
302
-                'logsId' => array(
303
-                  'location' => 'path',
304
-                  'type' => 'string',
305
-                  'required' => true,
306
-                ),
307
-              ),
308
-            ),
309
-          )
310
-        )
311
-    );
312
-    $this->projects_logs_sinks = new Google_Service_Logging_ProjectsLogsSinks_Resource(
313
-        $this,
314
-        $this->serviceName,
315
-        'sinks',
316
-        array(
317
-          'methods' => array(
318
-            'create' => array(
319
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
320
-              'httpMethod' => 'POST',
321
-              'parameters' => array(
322
-                'projectsId' => array(
323
-                  'location' => 'path',
324
-                  'type' => 'string',
325
-                  'required' => true,
326
-                ),
327
-                'logsId' => array(
328
-                  'location' => 'path',
329
-                  'type' => 'string',
330
-                  'required' => true,
331
-                ),
332
-              ),
333
-            ),'delete' => array(
334
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
335
-              'httpMethod' => 'DELETE',
336
-              'parameters' => array(
337
-                'projectsId' => array(
338
-                  'location' => 'path',
339
-                  'type' => 'string',
340
-                  'required' => true,
341
-                ),
342
-                'logsId' => array(
343
-                  'location' => 'path',
344
-                  'type' => 'string',
345
-                  'required' => true,
346
-                ),
347
-                'sinksId' => array(
348
-                  'location' => 'path',
349
-                  'type' => 'string',
350
-                  'required' => true,
351
-                ),
352
-              ),
353
-            ),'get' => array(
354
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
355
-              'httpMethod' => 'GET',
356
-              'parameters' => array(
357
-                'projectsId' => array(
358
-                  'location' => 'path',
359
-                  'type' => 'string',
360
-                  'required' => true,
361
-                ),
362
-                'logsId' => array(
363
-                  'location' => 'path',
364
-                  'type' => 'string',
365
-                  'required' => true,
366
-                ),
367
-                'sinksId' => array(
368
-                  'location' => 'path',
369
-                  'type' => 'string',
370
-                  'required' => true,
371
-                ),
372
-              ),
373
-            ),'list' => array(
374
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
375
-              'httpMethod' => 'GET',
376
-              'parameters' => array(
377
-                'projectsId' => array(
378
-                  'location' => 'path',
379
-                  'type' => 'string',
380
-                  'required' => true,
381
-                ),
382
-                'logsId' => array(
383
-                  'location' => 'path',
384
-                  'type' => 'string',
385
-                  'required' => true,
386
-                ),
387
-              ),
388
-            ),'update' => array(
389
-              'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
390
-              'httpMethod' => 'PUT',
391
-              'parameters' => array(
392
-                'projectsId' => array(
393
-                  'location' => 'path',
394
-                  'type' => 'string',
395
-                  'required' => true,
396
-                ),
397
-                'logsId' => array(
398
-                  'location' => 'path',
399
-                  'type' => 'string',
400
-                  'required' => true,
401
-                ),
402
-                'sinksId' => array(
403
-                  'location' => 'path',
404
-                  'type' => 'string',
405
-                  'required' => true,
406
-                ),
407
-              ),
408
-            ),
409
-          )
410
-        )
411
-    );
53
+	parent::__construct($client);
54
+	$this->rootUrl = 'https://logging.googleapis.com/';
55
+	$this->servicePath = '';
56
+	$this->version = 'v1beta3';
57
+	$this->serviceName = 'logging';
58
+
59
+	$this->projects_logServices = new Google_Service_Logging_ProjectsLogServices_Resource(
60
+		$this,
61
+		$this->serviceName,
62
+		'logServices',
63
+		array(
64
+		  'methods' => array(
65
+			'list' => array(
66
+			  'path' => 'v1beta3/projects/{projectsId}/logServices',
67
+			  'httpMethod' => 'GET',
68
+			  'parameters' => array(
69
+				'projectsId' => array(
70
+				  'location' => 'path',
71
+				  'type' => 'string',
72
+				  'required' => true,
73
+				),
74
+				'pageToken' => array(
75
+				  'location' => 'query',
76
+				  'type' => 'string',
77
+				),
78
+				'log' => array(
79
+				  'location' => 'query',
80
+				  'type' => 'string',
81
+				),
82
+				'pageSize' => array(
83
+				  'location' => 'query',
84
+				  'type' => 'integer',
85
+				),
86
+			  ),
87
+			),
88
+		  )
89
+		)
90
+	);
91
+	$this->projects_logServices_indexes = new Google_Service_Logging_ProjectsLogServicesIndexes_Resource(
92
+		$this,
93
+		$this->serviceName,
94
+		'indexes',
95
+		array(
96
+		  'methods' => array(
97
+			'list' => array(
98
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/indexes',
99
+			  'httpMethod' => 'GET',
100
+			  'parameters' => array(
101
+				'projectsId' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+				'logServicesId' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'string',
109
+				  'required' => true,
110
+				),
111
+				'log' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+				'pageSize' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'integer',
118
+				),
119
+				'pageToken' => array(
120
+				  'location' => 'query',
121
+				  'type' => 'string',
122
+				),
123
+				'depth' => array(
124
+				  'location' => 'query',
125
+				  'type' => 'integer',
126
+				),
127
+				'indexPrefix' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'string',
130
+				),
131
+			  ),
132
+			),
133
+		  )
134
+		)
135
+	);
136
+	$this->projects_logServices_sinks = new Google_Service_Logging_ProjectsLogServicesSinks_Resource(
137
+		$this,
138
+		$this->serviceName,
139
+		'sinks',
140
+		array(
141
+		  'methods' => array(
142
+			'create' => array(
143
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
144
+			  'httpMethod' => 'POST',
145
+			  'parameters' => array(
146
+				'projectsId' => array(
147
+				  'location' => 'path',
148
+				  'type' => 'string',
149
+				  'required' => true,
150
+				),
151
+				'logServicesId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+			  ),
157
+			),'delete' => array(
158
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
159
+			  'httpMethod' => 'DELETE',
160
+			  'parameters' => array(
161
+				'projectsId' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+				'logServicesId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'sinksId' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),'get' => array(
178
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
179
+			  'httpMethod' => 'GET',
180
+			  'parameters' => array(
181
+				'projectsId' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+				'logServicesId' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+				'sinksId' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+			  ),
197
+			),'list' => array(
198
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
199
+			  'httpMethod' => 'GET',
200
+			  'parameters' => array(
201
+				'projectsId' => array(
202
+				  'location' => 'path',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+				'logServicesId' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+			  ),
212
+			),'update' => array(
213
+			  'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
214
+			  'httpMethod' => 'PUT',
215
+			  'parameters' => array(
216
+				'projectsId' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+				'logServicesId' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'sinksId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+			  ),
232
+			),
233
+		  )
234
+		)
235
+	);
236
+	$this->projects_logs = new Google_Service_Logging_ProjectsLogs_Resource(
237
+		$this,
238
+		$this->serviceName,
239
+		'logs',
240
+		array(
241
+		  'methods' => array(
242
+			'delete' => array(
243
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}',
244
+			  'httpMethod' => 'DELETE',
245
+			  'parameters' => array(
246
+				'projectsId' => array(
247
+				  'location' => 'path',
248
+				  'type' => 'string',
249
+				  'required' => true,
250
+				),
251
+				'logsId' => array(
252
+				  'location' => 'path',
253
+				  'type' => 'string',
254
+				  'required' => true,
255
+				),
256
+			  ),
257
+			),'list' => array(
258
+			  'path' => 'v1beta3/projects/{projectsId}/logs',
259
+			  'httpMethod' => 'GET',
260
+			  'parameters' => array(
261
+				'projectsId' => array(
262
+				  'location' => 'path',
263
+				  'type' => 'string',
264
+				  'required' => true,
265
+				),
266
+				'pageToken' => array(
267
+				  'location' => 'query',
268
+				  'type' => 'string',
269
+				),
270
+				'serviceName' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				),
274
+				'serviceIndexPrefix' => array(
275
+				  'location' => 'query',
276
+				  'type' => 'string',
277
+				),
278
+				'pageSize' => array(
279
+				  'location' => 'query',
280
+				  'type' => 'integer',
281
+				),
282
+			  ),
283
+			),
284
+		  )
285
+		)
286
+	);
287
+	$this->projects_logs_entries = new Google_Service_Logging_ProjectsLogsEntries_Resource(
288
+		$this,
289
+		$this->serviceName,
290
+		'entries',
291
+		array(
292
+		  'methods' => array(
293
+			'write' => array(
294
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/entries:write',
295
+			  'httpMethod' => 'POST',
296
+			  'parameters' => array(
297
+				'projectsId' => array(
298
+				  'location' => 'path',
299
+				  'type' => 'string',
300
+				  'required' => true,
301
+				),
302
+				'logsId' => array(
303
+				  'location' => 'path',
304
+				  'type' => 'string',
305
+				  'required' => true,
306
+				),
307
+			  ),
308
+			),
309
+		  )
310
+		)
311
+	);
312
+	$this->projects_logs_sinks = new Google_Service_Logging_ProjectsLogsSinks_Resource(
313
+		$this,
314
+		$this->serviceName,
315
+		'sinks',
316
+		array(
317
+		  'methods' => array(
318
+			'create' => array(
319
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
320
+			  'httpMethod' => 'POST',
321
+			  'parameters' => array(
322
+				'projectsId' => array(
323
+				  'location' => 'path',
324
+				  'type' => 'string',
325
+				  'required' => true,
326
+				),
327
+				'logsId' => array(
328
+				  'location' => 'path',
329
+				  'type' => 'string',
330
+				  'required' => true,
331
+				),
332
+			  ),
333
+			),'delete' => array(
334
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
335
+			  'httpMethod' => 'DELETE',
336
+			  'parameters' => array(
337
+				'projectsId' => array(
338
+				  'location' => 'path',
339
+				  'type' => 'string',
340
+				  'required' => true,
341
+				),
342
+				'logsId' => array(
343
+				  'location' => 'path',
344
+				  'type' => 'string',
345
+				  'required' => true,
346
+				),
347
+				'sinksId' => array(
348
+				  'location' => 'path',
349
+				  'type' => 'string',
350
+				  'required' => true,
351
+				),
352
+			  ),
353
+			),'get' => array(
354
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
355
+			  'httpMethod' => 'GET',
356
+			  'parameters' => array(
357
+				'projectsId' => array(
358
+				  'location' => 'path',
359
+				  'type' => 'string',
360
+				  'required' => true,
361
+				),
362
+				'logsId' => array(
363
+				  'location' => 'path',
364
+				  'type' => 'string',
365
+				  'required' => true,
366
+				),
367
+				'sinksId' => array(
368
+				  'location' => 'path',
369
+				  'type' => 'string',
370
+				  'required' => true,
371
+				),
372
+			  ),
373
+			),'list' => array(
374
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
375
+			  'httpMethod' => 'GET',
376
+			  'parameters' => array(
377
+				'projectsId' => array(
378
+				  'location' => 'path',
379
+				  'type' => 'string',
380
+				  'required' => true,
381
+				),
382
+				'logsId' => array(
383
+				  'location' => 'path',
384
+				  'type' => 'string',
385
+				  'required' => true,
386
+				),
387
+			  ),
388
+			),'update' => array(
389
+			  'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
390
+			  'httpMethod' => 'PUT',
391
+			  'parameters' => array(
392
+				'projectsId' => array(
393
+				  'location' => 'path',
394
+				  'type' => 'string',
395
+				  'required' => true,
396
+				),
397
+				'logsId' => array(
398
+				  'location' => 'path',
399
+				  'type' => 'string',
400
+				  'required' => true,
401
+				),
402
+				'sinksId' => array(
403
+				  'location' => 'path',
404
+				  'type' => 'string',
405
+				  'required' => true,
406
+				),
407
+			  ),
408
+			),
409
+		  )
410
+		)
411
+	);
412 412
   }
413 413
 }
414 414
 
@@ -456,9 +456,9 @@  discard block
 block discarded – undo
456 456
    */
457 457
   public function listProjectsLogServices($projectsId, $optParams = array())
458 458
   {
459
-    $params = array('projectsId' => $projectsId);
460
-    $params = array_merge($params, $optParams);
461
-    return $this->call('list', array($params), "Google_Service_Logging_ListLogServicesResponse");
459
+	$params = array('projectsId' => $projectsId);
460
+	$params = array_merge($params, $optParams);
461
+	return $this->call('list', array($params), "Google_Service_Logging_ListLogServicesResponse");
462 462
   }
463 463
 }
464 464
 
@@ -510,9 +510,9 @@  discard block
 block discarded – undo
510 510
    */
511 511
   public function listProjectsLogServicesIndexes($projectsId, $logServicesId, $optParams = array())
512 512
   {
513
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId);
514
-    $params = array_merge($params, $optParams);
515
-    return $this->call('list', array($params), "Google_Service_Logging_ListLogServiceIndexesResponse");
513
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId);
514
+	$params = array_merge($params, $optParams);
515
+	return $this->call('list', array($params), "Google_Service_Logging_ListLogServiceIndexesResponse");
516 516
   }
517 517
 }
518 518
 /**
@@ -539,9 +539,9 @@  discard block
 block discarded – undo
539 539
    */
540 540
   public function create($projectsId, $logServicesId, Google_Service_Logging_LogSink $postBody, $optParams = array())
541 541
   {
542
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'postBody' => $postBody);
543
-    $params = array_merge($params, $optParams);
544
-    return $this->call('create', array($params), "Google_Service_Logging_LogSink");
542
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'postBody' => $postBody);
543
+	$params = array_merge($params, $optParams);
544
+	return $this->call('create', array($params), "Google_Service_Logging_LogSink");
545 545
   }
546 546
 
547 547
   /**
@@ -556,9 +556,9 @@  discard block
 block discarded – undo
556 556
    */
557 557
   public function delete($projectsId, $logServicesId, $sinksId, $optParams = array())
558 558
   {
559
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId);
560
-    $params = array_merge($params, $optParams);
561
-    return $this->call('delete', array($params), "Google_Service_Logging_Empty");
559
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId);
560
+	$params = array_merge($params, $optParams);
561
+	return $this->call('delete', array($params), "Google_Service_Logging_Empty");
562 562
   }
563 563
 
564 564
   /**
@@ -573,9 +573,9 @@  discard block
 block discarded – undo
573 573
    */
574 574
   public function get($projectsId, $logServicesId, $sinksId, $optParams = array())
575 575
   {
576
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId);
577
-    $params = array_merge($params, $optParams);
578
-    return $this->call('get', array($params), "Google_Service_Logging_LogSink");
576
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId);
577
+	$params = array_merge($params, $optParams);
578
+	return $this->call('get', array($params), "Google_Service_Logging_LogSink");
579 579
   }
580 580
 
581 581
   /**
@@ -591,9 +591,9 @@  discard block
 block discarded – undo
591 591
    */
592 592
   public function listProjectsLogServicesSinks($projectsId, $logServicesId, $optParams = array())
593 593
   {
594
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId);
595
-    $params = array_merge($params, $optParams);
596
-    return $this->call('list', array($params), "Google_Service_Logging_ListLogServiceSinksResponse");
594
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId);
595
+	$params = array_merge($params, $optParams);
596
+	return $this->call('list', array($params), "Google_Service_Logging_ListLogServiceSinksResponse");
597 597
   }
598 598
 
599 599
   /**
@@ -609,9 +609,9 @@  discard block
 block discarded – undo
609 609
    */
610 610
   public function update($projectsId, $logServicesId, $sinksId, Google_Service_Logging_LogSink $postBody, $optParams = array())
611 611
   {
612
-    $params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId, 'postBody' => $postBody);
613
-    $params = array_merge($params, $optParams);
614
-    return $this->call('update', array($params), "Google_Service_Logging_LogSink");
612
+	$params = array('projectsId' => $projectsId, 'logServicesId' => $logServicesId, 'sinksId' => $sinksId, 'postBody' => $postBody);
613
+	$params = array_merge($params, $optParams);
614
+	return $this->call('update', array($params), "Google_Service_Logging_LogSink");
615 615
   }
616 616
 }
617 617
 /**
@@ -636,9 +636,9 @@  discard block
 block discarded – undo
636 636
    */
637 637
   public function delete($projectsId, $logsId, $optParams = array())
638 638
   {
639
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId);
640
-    $params = array_merge($params, $optParams);
641
-    return $this->call('delete', array($params), "Google_Service_Logging_Empty");
639
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId);
640
+	$params = array_merge($params, $optParams);
641
+	return $this->call('delete', array($params), "Google_Service_Logging_Empty");
642 642
   }
643 643
 
644 644
   /**
@@ -671,9 +671,9 @@  discard block
 block discarded – undo
671 671
    */
672 672
   public function listProjectsLogs($projectsId, $optParams = array())
673 673
   {
674
-    $params = array('projectsId' => $projectsId);
675
-    $params = array_merge($params, $optParams);
676
-    return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse");
674
+	$params = array('projectsId' => $projectsId);
675
+	$params = array_merge($params, $optParams);
676
+	return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse");
677 677
   }
678 678
 }
679 679
 
@@ -706,9 +706,9 @@  discard block
 block discarded – undo
706 706
    */
707 707
   public function write($projectsId, $logsId, Google_Service_Logging_WriteLogEntriesRequest $postBody, $optParams = array())
708 708
   {
709
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'postBody' => $postBody);
710
-    $params = array_merge($params, $optParams);
711
-    return $this->call('write', array($params), "Google_Service_Logging_WriteLogEntriesResponse");
709
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'postBody' => $postBody);
710
+	$params = array_merge($params, $optParams);
711
+	return $this->call('write', array($params), "Google_Service_Logging_WriteLogEntriesResponse");
712 712
   }
713 713
 }
714 714
 /**
@@ -734,9 +734,9 @@  discard block
 block discarded – undo
734 734
    */
735 735
   public function create($projectsId, $logsId, Google_Service_Logging_LogSink $postBody, $optParams = array())
736 736
   {
737
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'postBody' => $postBody);
738
-    $params = array_merge($params, $optParams);
739
-    return $this->call('create', array($params), "Google_Service_Logging_LogSink");
737
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'postBody' => $postBody);
738
+	$params = array_merge($params, $optParams);
739
+	return $this->call('create', array($params), "Google_Service_Logging_LogSink");
740 740
   }
741 741
 
742 742
   /**
@@ -750,9 +750,9 @@  discard block
 block discarded – undo
750 750
    */
751 751
   public function delete($projectsId, $logsId, $sinksId, $optParams = array())
752 752
   {
753
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId);
754
-    $params = array_merge($params, $optParams);
755
-    return $this->call('delete', array($params), "Google_Service_Logging_Empty");
753
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId);
754
+	$params = array_merge($params, $optParams);
755
+	return $this->call('delete', array($params), "Google_Service_Logging_Empty");
756 756
   }
757 757
 
758 758
   /**
@@ -767,9 +767,9 @@  discard block
 block discarded – undo
767 767
    */
768 768
   public function get($projectsId, $logsId, $sinksId, $optParams = array())
769 769
   {
770
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId);
771
-    $params = array_merge($params, $optParams);
772
-    return $this->call('get', array($params), "Google_Service_Logging_LogSink");
770
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId);
771
+	$params = array_merge($params, $optParams);
772
+	return $this->call('get', array($params), "Google_Service_Logging_LogSink");
773 773
   }
774 774
 
775 775
   /**
@@ -783,9 +783,9 @@  discard block
 block discarded – undo
783 783
    */
784 784
   public function listProjectsLogsSinks($projectsId, $logsId, $optParams = array())
785 785
   {
786
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId);
787
-    $params = array_merge($params, $optParams);
788
-    return $this->call('list', array($params), "Google_Service_Logging_ListLogSinksResponse");
786
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId);
787
+	$params = array_merge($params, $optParams);
788
+	return $this->call('list', array($params), "Google_Service_Logging_ListLogSinksResponse");
789 789
   }
790 790
 
791 791
   /**
@@ -800,9 +800,9 @@  discard block
 block discarded – undo
800 800
    */
801 801
   public function update($projectsId, $logsId, $sinksId, Google_Service_Logging_LogSink $postBody, $optParams = array())
802 802
   {
803
-    $params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId, 'postBody' => $postBody);
804
-    $params = array_merge($params, $optParams);
805
-    return $this->call('update', array($params), "Google_Service_Logging_LogSink");
803
+	$params = array('projectsId' => $projectsId, 'logsId' => $logsId, 'sinksId' => $sinksId, 'postBody' => $postBody);
804
+	$params = array_merge($params, $optParams);
805
+	return $this->call('update', array($params), "Google_Service_Logging_LogSink");
806 806
   }
807 807
 }
808 808
 
@@ -824,19 +824,19 @@  discard block
 block discarded – undo
824 824
 
825 825
   public function setNextPageToken($nextPageToken)
826 826
   {
827
-    $this->nextPageToken = $nextPageToken;
827
+	$this->nextPageToken = $nextPageToken;
828 828
   }
829 829
   public function getNextPageToken()
830 830
   {
831
-    return $this->nextPageToken;
831
+	return $this->nextPageToken;
832 832
   }
833 833
   public function setServiceIndexPrefixes($serviceIndexPrefixes)
834 834
   {
835
-    $this->serviceIndexPrefixes = $serviceIndexPrefixes;
835
+	$this->serviceIndexPrefixes = $serviceIndexPrefixes;
836 836
   }
837 837
   public function getServiceIndexPrefixes()
838 838
   {
839
-    return $this->serviceIndexPrefixes;
839
+	return $this->serviceIndexPrefixes;
840 840
   }
841 841
 }
842 842
 
@@ -851,11 +851,11 @@  discard block
 block discarded – undo
851 851
 
852 852
   public function setSinks($sinks)
853 853
   {
854
-    $this->sinks = $sinks;
854
+	$this->sinks = $sinks;
855 855
   }
856 856
   public function getSinks()
857 857
   {
858
-    return $this->sinks;
858
+	return $this->sinks;
859 859
   }
860 860
 }
861 861
 
@@ -871,19 +871,19 @@  discard block
 block discarded – undo
871 871
 
872 872
   public function setLogServices($logServices)
873 873
   {
874
-    $this->logServices = $logServices;
874
+	$this->logServices = $logServices;
875 875
   }
876 876
   public function getLogServices()
877 877
   {
878
-    return $this->logServices;
878
+	return $this->logServices;
879 879
   }
880 880
   public function setNextPageToken($nextPageToken)
881 881
   {
882
-    $this->nextPageToken = $nextPageToken;
882
+	$this->nextPageToken = $nextPageToken;
883 883
   }
884 884
   public function getNextPageToken()
885 885
   {
886
-    return $this->nextPageToken;
886
+	return $this->nextPageToken;
887 887
   }
888 888
 }
889 889
 
@@ -898,11 +898,11 @@  discard block
 block discarded – undo
898 898
 
899 899
   public function setSinks($sinks)
900 900
   {
901
-    $this->sinks = $sinks;
901
+	$this->sinks = $sinks;
902 902
   }
903 903
   public function getSinks()
904 904
   {
905
-    return $this->sinks;
905
+	return $this->sinks;
906 906
   }
907 907
 }
908 908
 
@@ -918,19 +918,19 @@  discard block
 block discarded – undo
918 918
 
919 919
   public function setLogs($logs)
920 920
   {
921
-    $this->logs = $logs;
921
+	$this->logs = $logs;
922 922
   }
923 923
   public function getLogs()
924 924
   {
925
-    return $this->logs;
925
+	return $this->logs;
926 926
   }
927 927
   public function setNextPageToken($nextPageToken)
928 928
   {
929
-    $this->nextPageToken = $nextPageToken;
929
+	$this->nextPageToken = $nextPageToken;
930 930
   }
931 931
   public function getNextPageToken()
932 932
   {
933
-    return $this->nextPageToken;
933
+	return $this->nextPageToken;
934 934
   }
935 935
 }
936 936
 
@@ -945,27 +945,27 @@  discard block
 block discarded – undo
945 945
 
946 946
   public function setDisplayName($displayName)
947 947
   {
948
-    $this->displayName = $displayName;
948
+	$this->displayName = $displayName;
949 949
   }
950 950
   public function getDisplayName()
951 951
   {
952
-    return $this->displayName;
952
+	return $this->displayName;
953 953
   }
954 954
   public function setName($name)
955 955
   {
956
-    $this->name = $name;
956
+	$this->name = $name;
957 957
   }
958 958
   public function getName()
959 959
   {
960
-    return $this->name;
960
+	return $this->name;
961 961
   }
962 962
   public function setPayloadType($payloadType)
963 963
   {
964
-    $this->payloadType = $payloadType;
964
+	$this->payloadType = $payloadType;
965 965
   }
966 966
   public function getPayloadType()
967 967
   {
968
-    return $this->payloadType;
968
+	return $this->payloadType;
969 969
   }
970 970
 }
971 971
 
@@ -984,51 +984,51 @@  discard block
 block discarded – undo
984 984
 
985 985
   public function setInsertId($insertId)
986 986
   {
987
-    $this->insertId = $insertId;
987
+	$this->insertId = $insertId;
988 988
   }
989 989
   public function getInsertId()
990 990
   {
991
-    return $this->insertId;
991
+	return $this->insertId;
992 992
   }
993 993
   public function setLog($log)
994 994
   {
995
-    $this->log = $log;
995
+	$this->log = $log;
996 996
   }
997 997
   public function getLog()
998 998
   {
999
-    return $this->log;
999
+	return $this->log;
1000 1000
   }
1001 1001
   public function setMetadata(Google_Service_Logging_LogEntryMetadata $metadata)
1002 1002
   {
1003
-    $this->metadata = $metadata;
1003
+	$this->metadata = $metadata;
1004 1004
   }
1005 1005
   public function getMetadata()
1006 1006
   {
1007
-    return $this->metadata;
1007
+	return $this->metadata;
1008 1008
   }
1009 1009
   public function setProtoPayload($protoPayload)
1010 1010
   {
1011
-    $this->protoPayload = $protoPayload;
1011
+	$this->protoPayload = $protoPayload;
1012 1012
   }
1013 1013
   public function getProtoPayload()
1014 1014
   {
1015
-    return $this->protoPayload;
1015
+	return $this->protoPayload;
1016 1016
   }
1017 1017
   public function setStructPayload($structPayload)
1018 1018
   {
1019
-    $this->structPayload = $structPayload;
1019
+	$this->structPayload = $structPayload;
1020 1020
   }
1021 1021
   public function getStructPayload()
1022 1022
   {
1023
-    return $this->structPayload;
1023
+	return $this->structPayload;
1024 1024
   }
1025 1025
   public function setTextPayload($textPayload)
1026 1026
   {
1027
-    $this->textPayload = $textPayload;
1027
+	$this->textPayload = $textPayload;
1028 1028
   }
1029 1029
   public function getTextPayload()
1030 1030
   {
1031
-    return $this->textPayload;
1031
+	return $this->textPayload;
1032 1032
   }
1033 1033
 }
1034 1034
 
@@ -1048,67 +1048,67 @@  discard block
 block discarded – undo
1048 1048
 
1049 1049
   public function setLabels($labels)
1050 1050
   {
1051
-    $this->labels = $labels;
1051
+	$this->labels = $labels;
1052 1052
   }
1053 1053
   public function getLabels()
1054 1054
   {
1055
-    return $this->labels;
1055
+	return $this->labels;
1056 1056
   }
1057 1057
   public function setProjectId($projectId)
1058 1058
   {
1059
-    $this->projectId = $projectId;
1059
+	$this->projectId = $projectId;
1060 1060
   }
1061 1061
   public function getProjectId()
1062 1062
   {
1063
-    return $this->projectId;
1063
+	return $this->projectId;
1064 1064
   }
1065 1065
   public function setRegion($region)
1066 1066
   {
1067
-    $this->region = $region;
1067
+	$this->region = $region;
1068 1068
   }
1069 1069
   public function getRegion()
1070 1070
   {
1071
-    return $this->region;
1071
+	return $this->region;
1072 1072
   }
1073 1073
   public function setServiceName($serviceName)
1074 1074
   {
1075
-    $this->serviceName = $serviceName;
1075
+	$this->serviceName = $serviceName;
1076 1076
   }
1077 1077
   public function getServiceName()
1078 1078
   {
1079
-    return $this->serviceName;
1079
+	return $this->serviceName;
1080 1080
   }
1081 1081
   public function setSeverity($severity)
1082 1082
   {
1083
-    $this->severity = $severity;
1083
+	$this->severity = $severity;
1084 1084
   }
1085 1085
   public function getSeverity()
1086 1086
   {
1087
-    return $this->severity;
1087
+	return $this->severity;
1088 1088
   }
1089 1089
   public function setTimestamp($timestamp)
1090 1090
   {
1091
-    $this->timestamp = $timestamp;
1091
+	$this->timestamp = $timestamp;
1092 1092
   }
1093 1093
   public function getTimestamp()
1094 1094
   {
1095
-    return $this->timestamp;
1095
+	return $this->timestamp;
1096 1096
   }
1097 1097
   public function setUserId($userId)
1098 1098
   {
1099
-    $this->userId = $userId;
1099
+	$this->userId = $userId;
1100 1100
   }
1101 1101
   public function getUserId()
1102 1102
   {
1103
-    return $this->userId;
1103
+	return $this->userId;
1104 1104
   }
1105 1105
   public function setZone($zone)
1106 1106
   {
1107
-    $this->zone = $zone;
1107
+	$this->zone = $zone;
1108 1108
   }
1109 1109
   public function getZone()
1110 1110
   {
1111
-    return $this->zone;
1111
+	return $this->zone;
1112 1112
   }
1113 1113
 }
1114 1114
 
@@ -1136,27 +1136,27 @@  discard block
 block discarded – undo
1136 1136
 
1137 1137
   public function setResource($resource)
1138 1138
   {
1139
-    $this->resource = $resource;
1139
+	$this->resource = $resource;
1140 1140
   }
1141 1141
   public function getResource()
1142 1142
   {
1143
-    return $this->resource;
1143
+	return $this->resource;
1144 1144
   }
1145 1145
   public function setStatus(Google_Service_Logging_Status $status)
1146 1146
   {
1147
-    $this->status = $status;
1147
+	$this->status = $status;
1148 1148
   }
1149 1149
   public function getStatus()
1150 1150
   {
1151
-    return $this->status;
1151
+	return $this->status;
1152 1152
   }
1153 1153
   public function setTimeNanos($timeNanos)
1154 1154
   {
1155
-    $this->timeNanos = $timeNanos;
1155
+	$this->timeNanos = $timeNanos;
1156 1156
   }
1157 1157
   public function getTimeNanos()
1158 1158
   {
1159
-    return $this->timeNanos;
1159
+	return $this->timeNanos;
1160 1160
   }
1161 1161
 }
1162 1162
 
@@ -1171,19 +1171,19 @@  discard block
 block discarded – undo
1171 1171
 
1172 1172
   public function setIndexKeys($indexKeys)
1173 1173
   {
1174
-    $this->indexKeys = $indexKeys;
1174
+	$this->indexKeys = $indexKeys;
1175 1175
   }
1176 1176
   public function getIndexKeys()
1177 1177
   {
1178
-    return $this->indexKeys;
1178
+	return $this->indexKeys;
1179 1179
   }
1180 1180
   public function setName($name)
1181 1181
   {
1182
-    $this->name = $name;
1182
+	$this->name = $name;
1183 1183
   }
1184 1184
   public function getName()
1185 1185
   {
1186
-    return $this->name;
1186
+	return $this->name;
1187 1187
   }
1188 1188
 }
1189 1189
 
@@ -1200,27 +1200,27 @@  discard block
 block discarded – undo
1200 1200
 
1201 1201
   public function setDestination($destination)
1202 1202
   {
1203
-    $this->destination = $destination;
1203
+	$this->destination = $destination;
1204 1204
   }
1205 1205
   public function getDestination()
1206 1206
   {
1207
-    return $this->destination;
1207
+	return $this->destination;
1208 1208
   }
1209 1209
   public function setErrors($errors)
1210 1210
   {
1211
-    $this->errors = $errors;
1211
+	$this->errors = $errors;
1212 1212
   }
1213 1213
   public function getErrors()
1214 1214
   {
1215
-    return $this->errors;
1215
+	return $this->errors;
1216 1216
   }
1217 1217
   public function setName($name)
1218 1218
   {
1219
-    $this->name = $name;
1219
+	$this->name = $name;
1220 1220
   }
1221 1221
   public function getName()
1222 1222
   {
1223
-    return $this->name;
1223
+	return $this->name;
1224 1224
   }
1225 1225
 }
1226 1226
 
@@ -1236,27 +1236,27 @@  discard block
 block discarded – undo
1236 1236
 
1237 1237
   public function setCode($code)
1238 1238
   {
1239
-    $this->code = $code;
1239
+	$this->code = $code;
1240 1240
   }
1241 1241
   public function getCode()
1242 1242
   {
1243
-    return $this->code;
1243
+	return $this->code;
1244 1244
   }
1245 1245
   public function setDetails($details)
1246 1246
   {
1247
-    $this->details = $details;
1247
+	$this->details = $details;
1248 1248
   }
1249 1249
   public function getDetails()
1250 1250
   {
1251
-    return $this->details;
1251
+	return $this->details;
1252 1252
   }
1253 1253
   public function setMessage($message)
1254 1254
   {
1255
-    $this->message = $message;
1255
+	$this->message = $message;
1256 1256
   }
1257 1257
   public function getMessage()
1258 1258
   {
1259
-    return $this->message;
1259
+	return $this->message;
1260 1260
   }
1261 1261
 }
1262 1262
 
@@ -1276,19 +1276,19 @@  discard block
 block discarded – undo
1276 1276
 
1277 1277
   public function setCommonLabels($commonLabels)
1278 1278
   {
1279
-    $this->commonLabels = $commonLabels;
1279
+	$this->commonLabels = $commonLabels;
1280 1280
   }
1281 1281
   public function getCommonLabels()
1282 1282
   {
1283
-    return $this->commonLabels;
1283
+	return $this->commonLabels;
1284 1284
   }
1285 1285
   public function setEntries($entries)
1286 1286
   {
1287
-    $this->entries = $entries;
1287
+	$this->entries = $entries;
1288 1288
   }
1289 1289
   public function getEntries()
1290 1290
   {
1291
-    return $this->entries;
1291
+	return $this->entries;
1292 1292
   }
1293 1293
 }
1294 1294
 
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
                   'required' => true,
155 155
                 ),
156 156
               ),
157
-            ),'delete' => array(
157
+            ), 'delete' => array(
158 158
               'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
159 159
               'httpMethod' => 'DELETE',
160 160
               'parameters' => array(
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
                   'required' => true,
175 175
                 ),
176 176
               ),
177
-            ),'get' => array(
177
+            ), 'get' => array(
178 178
               'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
179 179
               'httpMethod' => 'GET',
180 180
               'parameters' => array(
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
                   'required' => true,
195 195
                 ),
196 196
               ),
197
-            ),'list' => array(
197
+            ), 'list' => array(
198 198
               'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
199 199
               'httpMethod' => 'GET',
200 200
               'parameters' => array(
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
                   'required' => true,
210 210
                 ),
211 211
               ),
212
-            ),'update' => array(
212
+            ), 'update' => array(
213 213
               'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
214 214
               'httpMethod' => 'PUT',
215 215
               'parameters' => array(
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
                   'required' => true,
255 255
                 ),
256 256
               ),
257
-            ),'list' => array(
257
+            ), 'list' => array(
258 258
               'path' => 'v1beta3/projects/{projectsId}/logs',
259 259
               'httpMethod' => 'GET',
260 260
               'parameters' => array(
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
                   'required' => true,
331 331
                 ),
332 332
               ),
333
-            ),'delete' => array(
333
+            ), 'delete' => array(
334 334
               'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
335 335
               'httpMethod' => 'DELETE',
336 336
               'parameters' => array(
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
                   'required' => true,
351 351
                 ),
352 352
               ),
353
-            ),'get' => array(
353
+            ), 'get' => array(
354 354
               'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
355 355
               'httpMethod' => 'GET',
356 356
               'parameters' => array(
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
                   'required' => true,
371 371
                 ),
372 372
               ),
373
-            ),'list' => array(
373
+            ), 'list' => array(
374 374
               'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
375 375
               'httpMethod' => 'GET',
376 376
               'parameters' => array(
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
                   'required' => true,
386 386
                 ),
387 387
               ),
388
-            ),'update' => array(
388
+            ), 'update' => array(
389 389
               'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
390 390
               'httpMethod' => 'PUT',
391 391
               'parameters' => array(
Please login to merge, or discard this patch.