Test Setup Failed
Pull Request — master (#454)
by Kiran
29:40
created
geodirectory-admin/google-api-php-client/src/Google/Service/Bigquery.php 3 patches
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -568,7 +568,7 @@  discard block
 block discarded – undo
568 568
    * Creates a new empty dataset. (datasets.insert)
569 569
    *
570 570
    * @param string $projectId Project ID of the new dataset
571
-   * @param Google_Dataset $postBody
571
+   * @param Google_Service_Bigquery_Dataset $postBody
572 572
    * @param array $optParams Optional parameters.
573 573
    * @return Google_Service_Bigquery_Dataset
574 574
    */
@@ -607,7 +607,7 @@  discard block
 block discarded – undo
607 607
    *
608 608
    * @param string $projectId Project ID of the dataset being updated
609 609
    * @param string $datasetId Dataset ID of the dataset being updated
610
-   * @param Google_Dataset $postBody
610
+   * @param Google_Service_Bigquery_Dataset $postBody
611 611
    * @param array $optParams Optional parameters.
612 612
    * @return Google_Service_Bigquery_Dataset
613 613
    */
@@ -625,7 +625,7 @@  discard block
 block discarded – undo
625 625
    *
626 626
    * @param string $projectId Project ID of the dataset being updated
627 627
    * @param string $datasetId Dataset ID of the dataset being updated
628
-   * @param Google_Dataset $postBody
628
+   * @param Google_Service_Bigquery_Dataset $postBody
629 629
    * @param array $optParams Optional parameters.
630 630
    * @return Google_Service_Bigquery_Dataset
631 631
    */
@@ -712,7 +712,7 @@  discard block
 block discarded – undo
712 712
    *
713 713
    * @param string $projectId Project ID of the project that will be billed for
714 714
    * the job
715
-   * @param Google_Job $postBody
715
+   * @param Google_Service_Bigquery_Job $postBody
716 716
    * @param array $optParams Optional parameters.
717 717
    * @return Google_Service_Bigquery_Job
718 718
    */
@@ -755,7 +755,7 @@  discard block
 block discarded – undo
755 755
    * query completes within a specified timeout. (jobs.query)
756 756
    *
757 757
    * @param string $projectId Project ID of the project billed for the query
758
-   * @param Google_QueryRequest $postBody
758
+   * @param Google_Service_Bigquery_QueryRequest $postBody
759 759
    * @param array $optParams Optional parameters.
760 760
    * @return Google_Service_Bigquery_QueryResponse
761 761
    */
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
    * @param string $projectId Project ID of the destination table.
816 816
    * @param string $datasetId Dataset ID of the destination table.
817 817
    * @param string $tableId Table ID of the destination table.
818
-   * @param Google_TableDataInsertAllRequest $postBody
818
+   * @param Google_Service_Bigquery_TableDataInsertAllRequest $postBody
819 819
    * @param array $optParams Optional parameters.
820 820
    * @return Google_Service_Bigquery_TableDataInsertAllResponse
821 821
    */
@@ -899,7 +899,7 @@  discard block
 block discarded – undo
899 899
    *
900 900
    * @param string $projectId Project ID of the new table
901 901
    * @param string $datasetId Dataset ID of the new table
902
-   * @param Google_Table $postBody
902
+   * @param Google_Service_Bigquery_Table $postBody
903 903
    * @param array $optParams Optional parameters.
904 904
    * @return Google_Service_Bigquery_Table
905 905
    */
@@ -939,7 +939,7 @@  discard block
 block discarded – undo
939 939
    * @param string $projectId Project ID of the table to update
940 940
    * @param string $datasetId Dataset ID of the table to update
941 941
    * @param string $tableId Table ID of the table to update
942
-   * @param Google_Table $postBody
942
+   * @param Google_Service_Bigquery_Table $postBody
943 943
    * @param array $optParams Optional parameters.
944 944
    * @return Google_Service_Bigquery_Table
945 945
    */
@@ -958,7 +958,7 @@  discard block
 block discarded – undo
958 958
    * @param string $projectId Project ID of the table to update
959 959
    * @param string $datasetId Dataset ID of the table to update
960 960
    * @param string $tableId Table ID of the table to update
961
-   * @param Google_Table $postBody
961
+   * @param Google_Service_Bigquery_Table $postBody
962 962
    * @param array $optParams Optional parameters.
963 963
    * @return Google_Service_Bigquery_Table
964 964
    */
Please login to merge, or discard this patch.
Indentation   +1001 added lines, -1001 removed lines patch added patch discarded remove patch
@@ -32,25 +32,25 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data in Google BigQuery. */
34 34
   const BIGQUERY =
35
-      "https://www.googleapis.com/auth/bigquery";
35
+	  "https://www.googleapis.com/auth/bigquery";
36 36
   /** Insert data into Google BigQuery. */
37 37
   const BIGQUERY_INSERTDATA =
38
-      "https://www.googleapis.com/auth/bigquery.insertdata";
38
+	  "https://www.googleapis.com/auth/bigquery.insertdata";
39 39
   /** View and manage your data across Google Cloud Platform services. */
40 40
   const CLOUD_PLATFORM =
41
-      "https://www.googleapis.com/auth/cloud-platform";
41
+	  "https://www.googleapis.com/auth/cloud-platform";
42 42
   /** View your data across Google Cloud Platform services. */
43 43
   const CLOUD_PLATFORM_READ_ONLY =
44
-      "https://www.googleapis.com/auth/cloud-platform.read-only";
44
+	  "https://www.googleapis.com/auth/cloud-platform.read-only";
45 45
   /** Manage your data and permissions in Google Cloud Storage. */
46 46
   const DEVSTORAGE_FULL_CONTROL =
47
-      "https://www.googleapis.com/auth/devstorage.full_control";
47
+	  "https://www.googleapis.com/auth/devstorage.full_control";
48 48
   /** View your data in Google Cloud Storage. */
49 49
   const DEVSTORAGE_READ_ONLY =
50
-      "https://www.googleapis.com/auth/devstorage.read_only";
50
+	  "https://www.googleapis.com/auth/devstorage.read_only";
51 51
   /** Manage your data in Google Cloud Storage. */
52 52
   const DEVSTORAGE_READ_WRITE =
53
-      "https://www.googleapis.com/auth/devstorage.read_write";
53
+	  "https://www.googleapis.com/auth/devstorage.read_write";
54 54
 
55 55
   public $datasets;
56 56
   public $jobs;
@@ -66,453 +66,453 @@  discard block
 block discarded – undo
66 66
    */
67 67
   public function __construct(Google_Client $client)
68 68
   {
69
-    parent::__construct($client);
70
-    $this->rootUrl = 'https://www.googleapis.com/';
71
-    $this->servicePath = 'bigquery/v2/';
72
-    $this->version = 'v2';
73
-    $this->serviceName = 'bigquery';
74
-
75
-    $this->datasets = new Google_Service_Bigquery_Datasets_Resource(
76
-        $this,
77
-        $this->serviceName,
78
-        'datasets',
79
-        array(
80
-          'methods' => array(
81
-            'delete' => array(
82
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
83
-              'httpMethod' => 'DELETE',
84
-              'parameters' => array(
85
-                'projectId' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-                'datasetId' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'deleteContents' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'boolean',
98
-                ),
99
-              ),
100
-            ),'get' => array(
101
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
102
-              'httpMethod' => 'GET',
103
-              'parameters' => array(
104
-                'projectId' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-                'datasetId' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-              ),
115
-            ),'insert' => array(
116
-              'path' => 'projects/{projectId}/datasets',
117
-              'httpMethod' => 'POST',
118
-              'parameters' => array(
119
-                'projectId' => array(
120
-                  'location' => 'path',
121
-                  'type' => 'string',
122
-                  'required' => true,
123
-                ),
124
-              ),
125
-            ),'list' => array(
126
-              'path' => 'projects/{projectId}/datasets',
127
-              'httpMethod' => 'GET',
128
-              'parameters' => array(
129
-                'projectId' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'pageToken' => array(
135
-                  'location' => 'query',
136
-                  'type' => 'string',
137
-                ),
138
-                'all' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'boolean',
141
-                ),
142
-                'maxResults' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'integer',
145
-                ),
146
-              ),
147
-            ),'patch' => array(
148
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
149
-              'httpMethod' => 'PATCH',
150
-              'parameters' => array(
151
-                'projectId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'datasetId' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'update' => array(
163
-              'path' => 'projects/{projectId}/datasets/{datasetId}',
164
-              'httpMethod' => 'PUT',
165
-              'parameters' => array(
166
-                'projectId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'datasetId' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),
178
-          )
179
-        )
180
-    );
181
-    $this->jobs = new Google_Service_Bigquery_Jobs_Resource(
182
-        $this,
183
-        $this->serviceName,
184
-        'jobs',
185
-        array(
186
-          'methods' => array(
187
-            'cancel' => array(
188
-              'path' => 'project/{projectId}/jobs/{jobId}/cancel',
189
-              'httpMethod' => 'POST',
190
-              'parameters' => array(
191
-                'projectId' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'jobId' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-              ),
202
-            ),'get' => array(
203
-              'path' => 'projects/{projectId}/jobs/{jobId}',
204
-              'httpMethod' => 'GET',
205
-              'parameters' => array(
206
-                'projectId' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-                'jobId' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-              ),
217
-            ),'getQueryResults' => array(
218
-              'path' => 'projects/{projectId}/queries/{jobId}',
219
-              'httpMethod' => 'GET',
220
-              'parameters' => array(
221
-                'projectId' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'jobId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'timeoutMs' => array(
232
-                  'location' => 'query',
233
-                  'type' => 'integer',
234
-                ),
235
-                'maxResults' => array(
236
-                  'location' => 'query',
237
-                  'type' => 'integer',
238
-                ),
239
-                'pageToken' => array(
240
-                  'location' => 'query',
241
-                  'type' => 'string',
242
-                ),
243
-                'startIndex' => array(
244
-                  'location' => 'query',
245
-                  'type' => 'string',
246
-                ),
247
-              ),
248
-            ),'insert' => array(
249
-              'path' => 'projects/{projectId}/jobs',
250
-              'httpMethod' => 'POST',
251
-              'parameters' => array(
252
-                'projectId' => array(
253
-                  'location' => 'path',
254
-                  'type' => 'string',
255
-                  'required' => true,
256
-                ),
257
-              ),
258
-            ),'list' => array(
259
-              'path' => 'projects/{projectId}/jobs',
260
-              'httpMethod' => 'GET',
261
-              'parameters' => array(
262
-                'projectId' => array(
263
-                  'location' => 'path',
264
-                  'type' => 'string',
265
-                  'required' => true,
266
-                ),
267
-                'projection' => array(
268
-                  'location' => 'query',
269
-                  'type' => 'string',
270
-                ),
271
-                'stateFilter' => array(
272
-                  'location' => 'query',
273
-                  'type' => 'string',
274
-                  'repeated' => true,
275
-                ),
276
-                'allUsers' => array(
277
-                  'location' => 'query',
278
-                  'type' => 'boolean',
279
-                ),
280
-                'maxResults' => array(
281
-                  'location' => 'query',
282
-                  'type' => 'integer',
283
-                ),
284
-                'pageToken' => array(
285
-                  'location' => 'query',
286
-                  'type' => 'string',
287
-                ),
288
-              ),
289
-            ),'query' => array(
290
-              'path' => 'projects/{projectId}/queries',
291
-              'httpMethod' => 'POST',
292
-              'parameters' => array(
293
-                'projectId' => array(
294
-                  'location' => 'path',
295
-                  'type' => 'string',
296
-                  'required' => true,
297
-                ),
298
-              ),
299
-            ),
300
-          )
301
-        )
302
-    );
303
-    $this->projects = new Google_Service_Bigquery_Projects_Resource(
304
-        $this,
305
-        $this->serviceName,
306
-        'projects',
307
-        array(
308
-          'methods' => array(
309
-            'list' => array(
310
-              'path' => 'projects',
311
-              'httpMethod' => 'GET',
312
-              'parameters' => array(
313
-                'pageToken' => array(
314
-                  'location' => 'query',
315
-                  'type' => 'string',
316
-                ),
317
-                'maxResults' => array(
318
-                  'location' => 'query',
319
-                  'type' => 'integer',
320
-                ),
321
-              ),
322
-            ),
323
-          )
324
-        )
325
-    );
326
-    $this->tabledata = new Google_Service_Bigquery_Tabledata_Resource(
327
-        $this,
328
-        $this->serviceName,
329
-        'tabledata',
330
-        array(
331
-          'methods' => array(
332
-            'insertAll' => array(
333
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
334
-              'httpMethod' => 'POST',
335
-              'parameters' => array(
336
-                'projectId' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-                'datasetId' => array(
342
-                  'location' => 'path',
343
-                  'type' => 'string',
344
-                  'required' => true,
345
-                ),
346
-                'tableId' => array(
347
-                  'location' => 'path',
348
-                  'type' => 'string',
349
-                  'required' => true,
350
-                ),
351
-              ),
352
-            ),'list' => array(
353
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354
-              'httpMethod' => 'GET',
355
-              'parameters' => array(
356
-                'projectId' => array(
357
-                  'location' => 'path',
358
-                  'type' => 'string',
359
-                  'required' => true,
360
-                ),
361
-                'datasetId' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'tableId' => array(
367
-                  'location' => 'path',
368
-                  'type' => 'string',
369
-                  'required' => true,
370
-                ),
371
-                'maxResults' => array(
372
-                  'location' => 'query',
373
-                  'type' => 'integer',
374
-                ),
375
-                'pageToken' => array(
376
-                  'location' => 'query',
377
-                  'type' => 'string',
378
-                ),
379
-                'startIndex' => array(
380
-                  'location' => 'query',
381
-                  'type' => 'string',
382
-                ),
383
-              ),
384
-            ),
385
-          )
386
-        )
387
-    );
388
-    $this->tables = new Google_Service_Bigquery_Tables_Resource(
389
-        $this,
390
-        $this->serviceName,
391
-        'tables',
392
-        array(
393
-          'methods' => array(
394
-            'delete' => array(
395
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
396
-              'httpMethod' => 'DELETE',
397
-              'parameters' => array(
398
-                'projectId' => array(
399
-                  'location' => 'path',
400
-                  'type' => 'string',
401
-                  'required' => true,
402
-                ),
403
-                'datasetId' => array(
404
-                  'location' => 'path',
405
-                  'type' => 'string',
406
-                  'required' => true,
407
-                ),
408
-                'tableId' => array(
409
-                  'location' => 'path',
410
-                  'type' => 'string',
411
-                  'required' => true,
412
-                ),
413
-              ),
414
-            ),'get' => array(
415
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416
-              'httpMethod' => 'GET',
417
-              'parameters' => array(
418
-                'projectId' => array(
419
-                  'location' => 'path',
420
-                  'type' => 'string',
421
-                  'required' => true,
422
-                ),
423
-                'datasetId' => array(
424
-                  'location' => 'path',
425
-                  'type' => 'string',
426
-                  'required' => true,
427
-                ),
428
-                'tableId' => array(
429
-                  'location' => 'path',
430
-                  'type' => 'string',
431
-                  'required' => true,
432
-                ),
433
-              ),
434
-            ),'insert' => array(
435
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436
-              'httpMethod' => 'POST',
437
-              'parameters' => array(
438
-                'projectId' => array(
439
-                  'location' => 'path',
440
-                  'type' => 'string',
441
-                  'required' => true,
442
-                ),
443
-                'datasetId' => array(
444
-                  'location' => 'path',
445
-                  'type' => 'string',
446
-                  'required' => true,
447
-                ),
448
-              ),
449
-            ),'list' => array(
450
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451
-              'httpMethod' => 'GET',
452
-              'parameters' => array(
453
-                'projectId' => array(
454
-                  'location' => 'path',
455
-                  'type' => 'string',
456
-                  'required' => true,
457
-                ),
458
-                'datasetId' => array(
459
-                  'location' => 'path',
460
-                  'type' => 'string',
461
-                  'required' => true,
462
-                ),
463
-                'pageToken' => array(
464
-                  'location' => 'query',
465
-                  'type' => 'string',
466
-                ),
467
-                'maxResults' => array(
468
-                  'location' => 'query',
469
-                  'type' => 'integer',
470
-                ),
471
-              ),
472
-            ),'patch' => array(
473
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474
-              'httpMethod' => 'PATCH',
475
-              'parameters' => array(
476
-                'projectId' => array(
477
-                  'location' => 'path',
478
-                  'type' => 'string',
479
-                  'required' => true,
480
-                ),
481
-                'datasetId' => array(
482
-                  'location' => 'path',
483
-                  'type' => 'string',
484
-                  'required' => true,
485
-                ),
486
-                'tableId' => array(
487
-                  'location' => 'path',
488
-                  'type' => 'string',
489
-                  'required' => true,
490
-                ),
491
-              ),
492
-            ),'update' => array(
493
-              'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494
-              'httpMethod' => 'PUT',
495
-              'parameters' => array(
496
-                'projectId' => array(
497
-                  'location' => 'path',
498
-                  'type' => 'string',
499
-                  'required' => true,
500
-                ),
501
-                'datasetId' => array(
502
-                  'location' => 'path',
503
-                  'type' => 'string',
504
-                  'required' => true,
505
-                ),
506
-                'tableId' => array(
507
-                  'location' => 'path',
508
-                  'type' => 'string',
509
-                  'required' => true,
510
-                ),
511
-              ),
512
-            ),
513
-          )
514
-        )
515
-    );
69
+	parent::__construct($client);
70
+	$this->rootUrl = 'https://www.googleapis.com/';
71
+	$this->servicePath = 'bigquery/v2/';
72
+	$this->version = 'v2';
73
+	$this->serviceName = 'bigquery';
74
+
75
+	$this->datasets = new Google_Service_Bigquery_Datasets_Resource(
76
+		$this,
77
+		$this->serviceName,
78
+		'datasets',
79
+		array(
80
+		  'methods' => array(
81
+			'delete' => array(
82
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
83
+			  'httpMethod' => 'DELETE',
84
+			  'parameters' => array(
85
+				'projectId' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+				'datasetId' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'deleteContents' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'boolean',
98
+				),
99
+			  ),
100
+			),'get' => array(
101
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
102
+			  'httpMethod' => 'GET',
103
+			  'parameters' => array(
104
+				'projectId' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+				'datasetId' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+			  ),
115
+			),'insert' => array(
116
+			  'path' => 'projects/{projectId}/datasets',
117
+			  'httpMethod' => 'POST',
118
+			  'parameters' => array(
119
+				'projectId' => array(
120
+				  'location' => 'path',
121
+				  'type' => 'string',
122
+				  'required' => true,
123
+				),
124
+			  ),
125
+			),'list' => array(
126
+			  'path' => 'projects/{projectId}/datasets',
127
+			  'httpMethod' => 'GET',
128
+			  'parameters' => array(
129
+				'projectId' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'pageToken' => array(
135
+				  'location' => 'query',
136
+				  'type' => 'string',
137
+				),
138
+				'all' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'boolean',
141
+				),
142
+				'maxResults' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'integer',
145
+				),
146
+			  ),
147
+			),'patch' => array(
148
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
149
+			  'httpMethod' => 'PATCH',
150
+			  'parameters' => array(
151
+				'projectId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'datasetId' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'update' => array(
163
+			  'path' => 'projects/{projectId}/datasets/{datasetId}',
164
+			  'httpMethod' => 'PUT',
165
+			  'parameters' => array(
166
+				'projectId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'datasetId' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),
178
+		  )
179
+		)
180
+	);
181
+	$this->jobs = new Google_Service_Bigquery_Jobs_Resource(
182
+		$this,
183
+		$this->serviceName,
184
+		'jobs',
185
+		array(
186
+		  'methods' => array(
187
+			'cancel' => array(
188
+			  'path' => 'project/{projectId}/jobs/{jobId}/cancel',
189
+			  'httpMethod' => 'POST',
190
+			  'parameters' => array(
191
+				'projectId' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'jobId' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+			  ),
202
+			),'get' => array(
203
+			  'path' => 'projects/{projectId}/jobs/{jobId}',
204
+			  'httpMethod' => 'GET',
205
+			  'parameters' => array(
206
+				'projectId' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+				'jobId' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+			  ),
217
+			),'getQueryResults' => array(
218
+			  'path' => 'projects/{projectId}/queries/{jobId}',
219
+			  'httpMethod' => 'GET',
220
+			  'parameters' => array(
221
+				'projectId' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'jobId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'timeoutMs' => array(
232
+				  'location' => 'query',
233
+				  'type' => 'integer',
234
+				),
235
+				'maxResults' => array(
236
+				  'location' => 'query',
237
+				  'type' => 'integer',
238
+				),
239
+				'pageToken' => array(
240
+				  'location' => 'query',
241
+				  'type' => 'string',
242
+				),
243
+				'startIndex' => array(
244
+				  'location' => 'query',
245
+				  'type' => 'string',
246
+				),
247
+			  ),
248
+			),'insert' => array(
249
+			  'path' => 'projects/{projectId}/jobs',
250
+			  'httpMethod' => 'POST',
251
+			  'parameters' => array(
252
+				'projectId' => array(
253
+				  'location' => 'path',
254
+				  'type' => 'string',
255
+				  'required' => true,
256
+				),
257
+			  ),
258
+			),'list' => array(
259
+			  'path' => 'projects/{projectId}/jobs',
260
+			  'httpMethod' => 'GET',
261
+			  'parameters' => array(
262
+				'projectId' => array(
263
+				  'location' => 'path',
264
+				  'type' => 'string',
265
+				  'required' => true,
266
+				),
267
+				'projection' => array(
268
+				  'location' => 'query',
269
+				  'type' => 'string',
270
+				),
271
+				'stateFilter' => array(
272
+				  'location' => 'query',
273
+				  'type' => 'string',
274
+				  'repeated' => true,
275
+				),
276
+				'allUsers' => array(
277
+				  'location' => 'query',
278
+				  'type' => 'boolean',
279
+				),
280
+				'maxResults' => array(
281
+				  'location' => 'query',
282
+				  'type' => 'integer',
283
+				),
284
+				'pageToken' => array(
285
+				  'location' => 'query',
286
+				  'type' => 'string',
287
+				),
288
+			  ),
289
+			),'query' => array(
290
+			  'path' => 'projects/{projectId}/queries',
291
+			  'httpMethod' => 'POST',
292
+			  'parameters' => array(
293
+				'projectId' => array(
294
+				  'location' => 'path',
295
+				  'type' => 'string',
296
+				  'required' => true,
297
+				),
298
+			  ),
299
+			),
300
+		  )
301
+		)
302
+	);
303
+	$this->projects = new Google_Service_Bigquery_Projects_Resource(
304
+		$this,
305
+		$this->serviceName,
306
+		'projects',
307
+		array(
308
+		  'methods' => array(
309
+			'list' => array(
310
+			  'path' => 'projects',
311
+			  'httpMethod' => 'GET',
312
+			  'parameters' => array(
313
+				'pageToken' => array(
314
+				  'location' => 'query',
315
+				  'type' => 'string',
316
+				),
317
+				'maxResults' => array(
318
+				  'location' => 'query',
319
+				  'type' => 'integer',
320
+				),
321
+			  ),
322
+			),
323
+		  )
324
+		)
325
+	);
326
+	$this->tabledata = new Google_Service_Bigquery_Tabledata_Resource(
327
+		$this,
328
+		$this->serviceName,
329
+		'tabledata',
330
+		array(
331
+		  'methods' => array(
332
+			'insertAll' => array(
333
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
334
+			  'httpMethod' => 'POST',
335
+			  'parameters' => array(
336
+				'projectId' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+				'datasetId' => array(
342
+				  'location' => 'path',
343
+				  'type' => 'string',
344
+				  'required' => true,
345
+				),
346
+				'tableId' => array(
347
+				  'location' => 'path',
348
+				  'type' => 'string',
349
+				  'required' => true,
350
+				),
351
+			  ),
352
+			),'list' => array(
353
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354
+			  'httpMethod' => 'GET',
355
+			  'parameters' => array(
356
+				'projectId' => array(
357
+				  'location' => 'path',
358
+				  'type' => 'string',
359
+				  'required' => true,
360
+				),
361
+				'datasetId' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'tableId' => array(
367
+				  'location' => 'path',
368
+				  'type' => 'string',
369
+				  'required' => true,
370
+				),
371
+				'maxResults' => array(
372
+				  'location' => 'query',
373
+				  'type' => 'integer',
374
+				),
375
+				'pageToken' => array(
376
+				  'location' => 'query',
377
+				  'type' => 'string',
378
+				),
379
+				'startIndex' => array(
380
+				  'location' => 'query',
381
+				  'type' => 'string',
382
+				),
383
+			  ),
384
+			),
385
+		  )
386
+		)
387
+	);
388
+	$this->tables = new Google_Service_Bigquery_Tables_Resource(
389
+		$this,
390
+		$this->serviceName,
391
+		'tables',
392
+		array(
393
+		  'methods' => array(
394
+			'delete' => array(
395
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
396
+			  'httpMethod' => 'DELETE',
397
+			  'parameters' => array(
398
+				'projectId' => array(
399
+				  'location' => 'path',
400
+				  'type' => 'string',
401
+				  'required' => true,
402
+				),
403
+				'datasetId' => array(
404
+				  'location' => 'path',
405
+				  'type' => 'string',
406
+				  'required' => true,
407
+				),
408
+				'tableId' => array(
409
+				  'location' => 'path',
410
+				  'type' => 'string',
411
+				  'required' => true,
412
+				),
413
+			  ),
414
+			),'get' => array(
415
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416
+			  'httpMethod' => 'GET',
417
+			  'parameters' => array(
418
+				'projectId' => array(
419
+				  'location' => 'path',
420
+				  'type' => 'string',
421
+				  'required' => true,
422
+				),
423
+				'datasetId' => array(
424
+				  'location' => 'path',
425
+				  'type' => 'string',
426
+				  'required' => true,
427
+				),
428
+				'tableId' => array(
429
+				  'location' => 'path',
430
+				  'type' => 'string',
431
+				  'required' => true,
432
+				),
433
+			  ),
434
+			),'insert' => array(
435
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436
+			  'httpMethod' => 'POST',
437
+			  'parameters' => array(
438
+				'projectId' => array(
439
+				  'location' => 'path',
440
+				  'type' => 'string',
441
+				  'required' => true,
442
+				),
443
+				'datasetId' => array(
444
+				  'location' => 'path',
445
+				  'type' => 'string',
446
+				  'required' => true,
447
+				),
448
+			  ),
449
+			),'list' => array(
450
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451
+			  'httpMethod' => 'GET',
452
+			  'parameters' => array(
453
+				'projectId' => array(
454
+				  'location' => 'path',
455
+				  'type' => 'string',
456
+				  'required' => true,
457
+				),
458
+				'datasetId' => array(
459
+				  'location' => 'path',
460
+				  'type' => 'string',
461
+				  'required' => true,
462
+				),
463
+				'pageToken' => array(
464
+				  'location' => 'query',
465
+				  'type' => 'string',
466
+				),
467
+				'maxResults' => array(
468
+				  'location' => 'query',
469
+				  'type' => 'integer',
470
+				),
471
+			  ),
472
+			),'patch' => array(
473
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474
+			  'httpMethod' => 'PATCH',
475
+			  'parameters' => array(
476
+				'projectId' => array(
477
+				  'location' => 'path',
478
+				  'type' => 'string',
479
+				  'required' => true,
480
+				),
481
+				'datasetId' => array(
482
+				  'location' => 'path',
483
+				  'type' => 'string',
484
+				  'required' => true,
485
+				),
486
+				'tableId' => array(
487
+				  'location' => 'path',
488
+				  'type' => 'string',
489
+				  'required' => true,
490
+				),
491
+			  ),
492
+			),'update' => array(
493
+			  'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494
+			  'httpMethod' => 'PUT',
495
+			  'parameters' => array(
496
+				'projectId' => array(
497
+				  'location' => 'path',
498
+				  'type' => 'string',
499
+				  'required' => true,
500
+				),
501
+				'datasetId' => array(
502
+				  'location' => 'path',
503
+				  'type' => 'string',
504
+				  'required' => true,
505
+				),
506
+				'tableId' => array(
507
+				  'location' => 'path',
508
+				  'type' => 'string',
509
+				  'required' => true,
510
+				),
511
+			  ),
512
+			),
513
+		  )
514
+		)
515
+	);
516 516
   }
517 517
 }
518 518
 
@@ -544,9 +544,9 @@  discard block
 block discarded – undo
544 544
    */
545 545
   public function delete($projectId, $datasetId, $optParams = array())
546 546
   {
547
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
548
-    $params = array_merge($params, $optParams);
549
-    return $this->call('delete', array($params));
547
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
548
+	$params = array_merge($params, $optParams);
549
+	return $this->call('delete', array($params));
550 550
   }
551 551
 
552 552
   /**
@@ -559,9 +559,9 @@  discard block
 block discarded – undo
559 559
    */
560 560
   public function get($projectId, $datasetId, $optParams = array())
561 561
   {
562
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
563
-    $params = array_merge($params, $optParams);
564
-    return $this->call('get', array($params), "Google_Service_Bigquery_Dataset");
562
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
563
+	$params = array_merge($params, $optParams);
564
+	return $this->call('get', array($params), "Google_Service_Bigquery_Dataset");
565 565
   }
566 566
 
567 567
   /**
@@ -574,9 +574,9 @@  discard block
 block discarded – undo
574 574
    */
575 575
   public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
576 576
   {
577
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
578
-    $params = array_merge($params, $optParams);
579
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset");
577
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
578
+	$params = array_merge($params, $optParams);
579
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset");
580 580
   }
581 581
 
582 582
   /**
@@ -594,9 +594,9 @@  discard block
 block discarded – undo
594 594
    */
595 595
   public function listDatasets($projectId, $optParams = array())
596 596
   {
597
-    $params = array('projectId' => $projectId);
598
-    $params = array_merge($params, $optParams);
599
-    return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList");
597
+	$params = array('projectId' => $projectId);
598
+	$params = array_merge($params, $optParams);
599
+	return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList");
600 600
   }
601 601
 
602 602
   /**
@@ -613,9 +613,9 @@  discard block
 block discarded – undo
613 613
    */
614 614
   public function patch($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
615 615
   {
616
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
617
-    $params = array_merge($params, $optParams);
618
-    return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset");
616
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
617
+	$params = array_merge($params, $optParams);
618
+	return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset");
619 619
   }
620 620
 
621 621
   /**
@@ -631,9 +631,9 @@  discard block
 block discarded – undo
631 631
    */
632 632
   public function update($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array())
633 633
   {
634
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
635
-    $params = array_merge($params, $optParams);
636
-    return $this->call('update', array($params), "Google_Service_Bigquery_Dataset");
634
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
635
+	$params = array_merge($params, $optParams);
636
+	return $this->call('update', array($params), "Google_Service_Bigquery_Dataset");
637 637
   }
638 638
 }
639 639
 
@@ -660,9 +660,9 @@  discard block
 block discarded – undo
660 660
    */
661 661
   public function cancel($projectId, $jobId, $optParams = array())
662 662
   {
663
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
664
-    $params = array_merge($params, $optParams);
665
-    return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse");
663
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
664
+	$params = array_merge($params, $optParams);
665
+	return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse");
666 666
   }
667 667
 
668 668
   /**
@@ -677,9 +677,9 @@  discard block
 block discarded – undo
677 677
    */
678 678
   public function get($projectId, $jobId, $optParams = array())
679 679
   {
680
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
681
-    $params = array_merge($params, $optParams);
682
-    return $this->call('get', array($params), "Google_Service_Bigquery_Job");
680
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
681
+	$params = array_merge($params, $optParams);
682
+	return $this->call('get', array($params), "Google_Service_Bigquery_Job");
683 683
   }
684 684
 
685 685
   /**
@@ -701,9 +701,9 @@  discard block
 block discarded – undo
701 701
    */
702 702
   public function getQueryResults($projectId, $jobId, $optParams = array())
703 703
   {
704
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
705
-    $params = array_merge($params, $optParams);
706
-    return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse");
704
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
705
+	$params = array_merge($params, $optParams);
706
+	return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse");
707 707
   }
708 708
 
709 709
   /**
@@ -718,9 +718,9 @@  discard block
 block discarded – undo
718 718
    */
719 719
   public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optParams = array())
720 720
   {
721
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
722
-    $params = array_merge($params, $optParams);
723
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Job");
721
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
722
+	$params = array_merge($params, $optParams);
723
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Job");
724 724
   }
725 725
 
726 726
   /**
@@ -745,9 +745,9 @@  discard block
 block discarded – undo
745 745
    */
746 746
   public function listJobs($projectId, $optParams = array())
747 747
   {
748
-    $params = array('projectId' => $projectId);
749
-    $params = array_merge($params, $optParams);
750
-    return $this->call('list', array($params), "Google_Service_Bigquery_JobList");
748
+	$params = array('projectId' => $projectId);
749
+	$params = array_merge($params, $optParams);
750
+	return $this->call('list', array($params), "Google_Service_Bigquery_JobList");
751 751
   }
752 752
 
753 753
   /**
@@ -761,9 +761,9 @@  discard block
 block discarded – undo
761 761
    */
762 762
   public function query($projectId, Google_Service_Bigquery_QueryRequest $postBody, $optParams = array())
763 763
   {
764
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
765
-    $params = array_merge($params, $optParams);
766
-    return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse");
764
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
765
+	$params = array_merge($params, $optParams);
766
+	return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse");
767 767
   }
768 768
 }
769 769
 
@@ -791,9 +791,9 @@  discard block
 block discarded – undo
791 791
    */
792 792
   public function listProjects($optParams = array())
793 793
   {
794
-    $params = array();
795
-    $params = array_merge($params, $optParams);
796
-    return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList");
794
+	$params = array();
795
+	$params = array_merge($params, $optParams);
796
+	return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList");
797 797
   }
798 798
 }
799 799
 
@@ -821,9 +821,9 @@  discard block
 block discarded – undo
821 821
    */
822 822
   public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigquery_TableDataInsertAllRequest $postBody, $optParams = array())
823 823
   {
824
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
825
-    $params = array_merge($params, $optParams);
826
-    return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse");
824
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
825
+	$params = array_merge($params, $optParams);
826
+	return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse");
827 827
   }
828 828
 
829 829
   /**
@@ -843,9 +843,9 @@  discard block
 block discarded – undo
843 843
    */
844 844
   public function listTabledata($projectId, $datasetId, $tableId, $optParams = array())
845 845
   {
846
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
847
-    $params = array_merge($params, $optParams);
848
-    return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList");
846
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
847
+	$params = array_merge($params, $optParams);
848
+	return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList");
849 849
   }
850 850
 }
851 851
 
@@ -871,9 +871,9 @@  discard block
 block discarded – undo
871 871
    */
872 872
   public function delete($projectId, $datasetId, $tableId, $optParams = array())
873 873
   {
874
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
875
-    $params = array_merge($params, $optParams);
876
-    return $this->call('delete', array($params));
874
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
875
+	$params = array_merge($params, $optParams);
876
+	return $this->call('delete', array($params));
877 877
   }
878 878
 
879 879
   /**
@@ -889,9 +889,9 @@  discard block
 block discarded – undo
889 889
    */
890 890
   public function get($projectId, $datasetId, $tableId, $optParams = array())
891 891
   {
892
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
893
-    $params = array_merge($params, $optParams);
894
-    return $this->call('get', array($params), "Google_Service_Bigquery_Table");
892
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
893
+	$params = array_merge($params, $optParams);
894
+	return $this->call('get', array($params), "Google_Service_Bigquery_Table");
895 895
   }
896 896
 
897 897
   /**
@@ -905,9 +905,9 @@  discard block
 block discarded – undo
905 905
    */
906 906
   public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $postBody, $optParams = array())
907 907
   {
908
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
909
-    $params = array_merge($params, $optParams);
910
-    return $this->call('insert', array($params), "Google_Service_Bigquery_Table");
908
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody);
909
+	$params = array_merge($params, $optParams);
910
+	return $this->call('insert', array($params), "Google_Service_Bigquery_Table");
911 911
   }
912 912
 
913 913
   /**
@@ -925,9 +925,9 @@  discard block
 block discarded – undo
925 925
    */
926 926
   public function listTables($projectId, $datasetId, $optParams = array())
927 927
   {
928
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId);
929
-    $params = array_merge($params, $optParams);
930
-    return $this->call('list', array($params), "Google_Service_Bigquery_TableList");
928
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId);
929
+	$params = array_merge($params, $optParams);
930
+	return $this->call('list', array($params), "Google_Service_Bigquery_TableList");
931 931
   }
932 932
 
933 933
   /**
@@ -945,9 +945,9 @@  discard block
 block discarded – undo
945 945
    */
946 946
   public function patch($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array())
947 947
   {
948
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
949
-    $params = array_merge($params, $optParams);
950
-    return $this->call('patch', array($params), "Google_Service_Bigquery_Table");
948
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
949
+	$params = array_merge($params, $optParams);
950
+	return $this->call('patch', array($params), "Google_Service_Bigquery_Table");
951 951
   }
952 952
 
953 953
   /**
@@ -964,9 +964,9 @@  discard block
 block discarded – undo
964 964
    */
965 965
   public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array())
966 966
   {
967
-    $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
968
-    $params = array_merge($params, $optParams);
969
-    return $this->call('update', array($params), "Google_Service_Bigquery_Table");
967
+	$params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody);
968
+	$params = array_merge($params, $optParams);
969
+	return $this->call('update', array($params), "Google_Service_Bigquery_Table");
970 970
   }
971 971
 }
972 972
 
@@ -987,51 +987,51 @@  discard block
 block discarded – undo
987 987
 
988 988
   public function setAllowJaggedRows($allowJaggedRows)
989 989
   {
990
-    $this->allowJaggedRows = $allowJaggedRows;
990
+	$this->allowJaggedRows = $allowJaggedRows;
991 991
   }
992 992
   public function getAllowJaggedRows()
993 993
   {
994
-    return $this->allowJaggedRows;
994
+	return $this->allowJaggedRows;
995 995
   }
996 996
   public function setAllowQuotedNewlines($allowQuotedNewlines)
997 997
   {
998
-    $this->allowQuotedNewlines = $allowQuotedNewlines;
998
+	$this->allowQuotedNewlines = $allowQuotedNewlines;
999 999
   }
1000 1000
   public function getAllowQuotedNewlines()
1001 1001
   {
1002
-    return $this->allowQuotedNewlines;
1002
+	return $this->allowQuotedNewlines;
1003 1003
   }
1004 1004
   public function setEncoding($encoding)
1005 1005
   {
1006
-    $this->encoding = $encoding;
1006
+	$this->encoding = $encoding;
1007 1007
   }
1008 1008
   public function getEncoding()
1009 1009
   {
1010
-    return $this->encoding;
1010
+	return $this->encoding;
1011 1011
   }
1012 1012
   public function setFieldDelimiter($fieldDelimiter)
1013 1013
   {
1014
-    $this->fieldDelimiter = $fieldDelimiter;
1014
+	$this->fieldDelimiter = $fieldDelimiter;
1015 1015
   }
1016 1016
   public function getFieldDelimiter()
1017 1017
   {
1018
-    return $this->fieldDelimiter;
1018
+	return $this->fieldDelimiter;
1019 1019
   }
1020 1020
   public function setQuote($quote)
1021 1021
   {
1022
-    $this->quote = $quote;
1022
+	$this->quote = $quote;
1023 1023
   }
1024 1024
   public function getQuote()
1025 1025
   {
1026
-    return $this->quote;
1026
+	return $this->quote;
1027 1027
   }
1028 1028
   public function setSkipLeadingRows($skipLeadingRows)
1029 1029
   {
1030
-    $this->skipLeadingRows = $skipLeadingRows;
1030
+	$this->skipLeadingRows = $skipLeadingRows;
1031 1031
   }
1032 1032
   public function getSkipLeadingRows()
1033 1033
   {
1034
-    return $this->skipLeadingRows;
1034
+	return $this->skipLeadingRows;
1035 1035
   }
1036 1036
 }
1037 1037
 
@@ -1058,99 +1058,99 @@  discard block
 block discarded – undo
1058 1058
 
1059 1059
   public function setAccess($access)
1060 1060
   {
1061
-    $this->access = $access;
1061
+	$this->access = $access;
1062 1062
   }
1063 1063
   public function getAccess()
1064 1064
   {
1065
-    return $this->access;
1065
+	return $this->access;
1066 1066
   }
1067 1067
   public function setCreationTime($creationTime)
1068 1068
   {
1069
-    $this->creationTime = $creationTime;
1069
+	$this->creationTime = $creationTime;
1070 1070
   }
1071 1071
   public function getCreationTime()
1072 1072
   {
1073
-    return $this->creationTime;
1073
+	return $this->creationTime;
1074 1074
   }
1075 1075
   public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
1076 1076
   {
1077
-    $this->datasetReference = $datasetReference;
1077
+	$this->datasetReference = $datasetReference;
1078 1078
   }
1079 1079
   public function getDatasetReference()
1080 1080
   {
1081
-    return $this->datasetReference;
1081
+	return $this->datasetReference;
1082 1082
   }
1083 1083
   public function setDefaultTableExpirationMs($defaultTableExpirationMs)
1084 1084
   {
1085
-    $this->defaultTableExpirationMs = $defaultTableExpirationMs;
1085
+	$this->defaultTableExpirationMs = $defaultTableExpirationMs;
1086 1086
   }
1087 1087
   public function getDefaultTableExpirationMs()
1088 1088
   {
1089
-    return $this->defaultTableExpirationMs;
1089
+	return $this->defaultTableExpirationMs;
1090 1090
   }
1091 1091
   public function setDescription($description)
1092 1092
   {
1093
-    $this->description = $description;
1093
+	$this->description = $description;
1094 1094
   }
1095 1095
   public function getDescription()
1096 1096
   {
1097
-    return $this->description;
1097
+	return $this->description;
1098 1098
   }
1099 1099
   public function setEtag($etag)
1100 1100
   {
1101
-    $this->etag = $etag;
1101
+	$this->etag = $etag;
1102 1102
   }
1103 1103
   public function getEtag()
1104 1104
   {
1105
-    return $this->etag;
1105
+	return $this->etag;
1106 1106
   }
1107 1107
   public function setFriendlyName($friendlyName)
1108 1108
   {
1109
-    $this->friendlyName = $friendlyName;
1109
+	$this->friendlyName = $friendlyName;
1110 1110
   }
1111 1111
   public function getFriendlyName()
1112 1112
   {
1113
-    return $this->friendlyName;
1113
+	return $this->friendlyName;
1114 1114
   }
1115 1115
   public function setId($id)
1116 1116
   {
1117
-    $this->id = $id;
1117
+	$this->id = $id;
1118 1118
   }
1119 1119
   public function getId()
1120 1120
   {
1121
-    return $this->id;
1121
+	return $this->id;
1122 1122
   }
1123 1123
   public function setKind($kind)
1124 1124
   {
1125
-    $this->kind = $kind;
1125
+	$this->kind = $kind;
1126 1126
   }
1127 1127
   public function getKind()
1128 1128
   {
1129
-    return $this->kind;
1129
+	return $this->kind;
1130 1130
   }
1131 1131
   public function setLastModifiedTime($lastModifiedTime)
1132 1132
   {
1133
-    $this->lastModifiedTime = $lastModifiedTime;
1133
+	$this->lastModifiedTime = $lastModifiedTime;
1134 1134
   }
1135 1135
   public function getLastModifiedTime()
1136 1136
   {
1137
-    return $this->lastModifiedTime;
1137
+	return $this->lastModifiedTime;
1138 1138
   }
1139 1139
   public function setLocation($location)
1140 1140
   {
1141
-    $this->location = $location;
1141
+	$this->location = $location;
1142 1142
   }
1143 1143
   public function getLocation()
1144 1144
   {
1145
-    return $this->location;
1145
+	return $this->location;
1146 1146
   }
1147 1147
   public function setSelfLink($selfLink)
1148 1148
   {
1149
-    $this->selfLink = $selfLink;
1149
+	$this->selfLink = $selfLink;
1150 1150
   }
1151 1151
   public function getSelfLink()
1152 1152
   {
1153
-    return $this->selfLink;
1153
+	return $this->selfLink;
1154 1154
   }
1155 1155
 }
1156 1156
 
@@ -1169,51 +1169,51 @@  discard block
 block discarded – undo
1169 1169
 
1170 1170
   public function setDomain($domain)
1171 1171
   {
1172
-    $this->domain = $domain;
1172
+	$this->domain = $domain;
1173 1173
   }
1174 1174
   public function getDomain()
1175 1175
   {
1176
-    return $this->domain;
1176
+	return $this->domain;
1177 1177
   }
1178 1178
   public function setGroupByEmail($groupByEmail)
1179 1179
   {
1180
-    $this->groupByEmail = $groupByEmail;
1180
+	$this->groupByEmail = $groupByEmail;
1181 1181
   }
1182 1182
   public function getGroupByEmail()
1183 1183
   {
1184
-    return $this->groupByEmail;
1184
+	return $this->groupByEmail;
1185 1185
   }
1186 1186
   public function setRole($role)
1187 1187
   {
1188
-    $this->role = $role;
1188
+	$this->role = $role;
1189 1189
   }
1190 1190
   public function getRole()
1191 1191
   {
1192
-    return $this->role;
1192
+	return $this->role;
1193 1193
   }
1194 1194
   public function setSpecialGroup($specialGroup)
1195 1195
   {
1196
-    $this->specialGroup = $specialGroup;
1196
+	$this->specialGroup = $specialGroup;
1197 1197
   }
1198 1198
   public function getSpecialGroup()
1199 1199
   {
1200
-    return $this->specialGroup;
1200
+	return $this->specialGroup;
1201 1201
   }
1202 1202
   public function setUserByEmail($userByEmail)
1203 1203
   {
1204
-    $this->userByEmail = $userByEmail;
1204
+	$this->userByEmail = $userByEmail;
1205 1205
   }
1206 1206
   public function getUserByEmail()
1207 1207
   {
1208
-    return $this->userByEmail;
1208
+	return $this->userByEmail;
1209 1209
   }
1210 1210
   public function setView(Google_Service_Bigquery_TableReference $view)
1211 1211
   {
1212
-    $this->view = $view;
1212
+	$this->view = $view;
1213 1213
   }
1214 1214
   public function getView()
1215 1215
   {
1216
-    return $this->view;
1216
+	return $this->view;
1217 1217
   }
1218 1218
 }
1219 1219
 
@@ -1231,35 +1231,35 @@  discard block
 block discarded – undo
1231 1231
 
1232 1232
   public function setDatasets($datasets)
1233 1233
   {
1234
-    $this->datasets = $datasets;
1234
+	$this->datasets = $datasets;
1235 1235
   }
1236 1236
   public function getDatasets()
1237 1237
   {
1238
-    return $this->datasets;
1238
+	return $this->datasets;
1239 1239
   }
1240 1240
   public function setEtag($etag)
1241 1241
   {
1242
-    $this->etag = $etag;
1242
+	$this->etag = $etag;
1243 1243
   }
1244 1244
   public function getEtag()
1245 1245
   {
1246
-    return $this->etag;
1246
+	return $this->etag;
1247 1247
   }
1248 1248
   public function setKind($kind)
1249 1249
   {
1250
-    $this->kind = $kind;
1250
+	$this->kind = $kind;
1251 1251
   }
1252 1252
   public function getKind()
1253 1253
   {
1254
-    return $this->kind;
1254
+	return $this->kind;
1255 1255
   }
1256 1256
   public function setNextPageToken($nextPageToken)
1257 1257
   {
1258
-    $this->nextPageToken = $nextPageToken;
1258
+	$this->nextPageToken = $nextPageToken;
1259 1259
   }
1260 1260
   public function getNextPageToken()
1261 1261
   {
1262
-    return $this->nextPageToken;
1262
+	return $this->nextPageToken;
1263 1263
   }
1264 1264
 }
1265 1265
 
@@ -1276,35 +1276,35 @@  discard block
 block discarded – undo
1276 1276
 
1277 1277
   public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
1278 1278
   {
1279
-    $this->datasetReference = $datasetReference;
1279
+	$this->datasetReference = $datasetReference;
1280 1280
   }
1281 1281
   public function getDatasetReference()
1282 1282
   {
1283
-    return $this->datasetReference;
1283
+	return $this->datasetReference;
1284 1284
   }
1285 1285
   public function setFriendlyName($friendlyName)
1286 1286
   {
1287
-    $this->friendlyName = $friendlyName;
1287
+	$this->friendlyName = $friendlyName;
1288 1288
   }
1289 1289
   public function getFriendlyName()
1290 1290
   {
1291
-    return $this->friendlyName;
1291
+	return $this->friendlyName;
1292 1292
   }
1293 1293
   public function setId($id)
1294 1294
   {
1295
-    $this->id = $id;
1295
+	$this->id = $id;
1296 1296
   }
1297 1297
   public function getId()
1298 1298
   {
1299
-    return $this->id;
1299
+	return $this->id;
1300 1300
   }
1301 1301
   public function setKind($kind)
1302 1302
   {
1303
-    $this->kind = $kind;
1303
+	$this->kind = $kind;
1304 1304
   }
1305 1305
   public function getKind()
1306 1306
   {
1307
-    return $this->kind;
1307
+	return $this->kind;
1308 1308
   }
1309 1309
 }
1310 1310
 
@@ -1318,19 +1318,19 @@  discard block
 block discarded – undo
1318 1318
 
1319 1319
   public function setDatasetId($datasetId)
1320 1320
   {
1321
-    $this->datasetId = $datasetId;
1321
+	$this->datasetId = $datasetId;
1322 1322
   }
1323 1323
   public function getDatasetId()
1324 1324
   {
1325
-    return $this->datasetId;
1325
+	return $this->datasetId;
1326 1326
   }
1327 1327
   public function setProjectId($projectId)
1328 1328
   {
1329
-    $this->projectId = $projectId;
1329
+	$this->projectId = $projectId;
1330 1330
   }
1331 1331
   public function getProjectId()
1332 1332
   {
1333
-    return $this->projectId;
1333
+	return $this->projectId;
1334 1334
   }
1335 1335
 }
1336 1336
 
@@ -1346,35 +1346,35 @@  discard block
 block discarded – undo
1346 1346
 
1347 1347
   public function setDebugInfo($debugInfo)
1348 1348
   {
1349
-    $this->debugInfo = $debugInfo;
1349
+	$this->debugInfo = $debugInfo;
1350 1350
   }
1351 1351
   public function getDebugInfo()
1352 1352
   {
1353
-    return $this->debugInfo;
1353
+	return $this->debugInfo;
1354 1354
   }
1355 1355
   public function setLocation($location)
1356 1356
   {
1357
-    $this->location = $location;
1357
+	$this->location = $location;
1358 1358
   }
1359 1359
   public function getLocation()
1360 1360
   {
1361
-    return $this->location;
1361
+	return $this->location;
1362 1362
   }
1363 1363
   public function setMessage($message)
1364 1364
   {
1365
-    $this->message = $message;
1365
+	$this->message = $message;
1366 1366
   }
1367 1367
   public function getMessage()
1368 1368
   {
1369
-    return $this->message;
1369
+	return $this->message;
1370 1370
   }
1371 1371
   public function setReason($reason)
1372 1372
   {
1373
-    $this->reason = $reason;
1373
+	$this->reason = $reason;
1374 1374
   }
1375 1375
   public function getReason()
1376 1376
   {
1377
-    return $this->reason;
1377
+	return $this->reason;
1378 1378
   }
1379 1379
 }
1380 1380
 
@@ -1396,59 +1396,59 @@  discard block
 block discarded – undo
1396 1396
 
1397 1397
   public function setCompression($compression)
1398 1398
   {
1399
-    $this->compression = $compression;
1399
+	$this->compression = $compression;
1400 1400
   }
1401 1401
   public function getCompression()
1402 1402
   {
1403
-    return $this->compression;
1403
+	return $this->compression;
1404 1404
   }
1405 1405
   public function setCsvOptions(Google_Service_Bigquery_CsvOptions $csvOptions)
1406 1406
   {
1407
-    $this->csvOptions = $csvOptions;
1407
+	$this->csvOptions = $csvOptions;
1408 1408
   }
1409 1409
   public function getCsvOptions()
1410 1410
   {
1411
-    return $this->csvOptions;
1411
+	return $this->csvOptions;
1412 1412
   }
1413 1413
   public function setIgnoreUnknownValues($ignoreUnknownValues)
1414 1414
   {
1415
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
1415
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
1416 1416
   }
1417 1417
   public function getIgnoreUnknownValues()
1418 1418
   {
1419
-    return $this->ignoreUnknownValues;
1419
+	return $this->ignoreUnknownValues;
1420 1420
   }
1421 1421
   public function setMaxBadRecords($maxBadRecords)
1422 1422
   {
1423
-    $this->maxBadRecords = $maxBadRecords;
1423
+	$this->maxBadRecords = $maxBadRecords;
1424 1424
   }
1425 1425
   public function getMaxBadRecords()
1426 1426
   {
1427
-    return $this->maxBadRecords;
1427
+	return $this->maxBadRecords;
1428 1428
   }
1429 1429
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1430 1430
   {
1431
-    $this->schema = $schema;
1431
+	$this->schema = $schema;
1432 1432
   }
1433 1433
   public function getSchema()
1434 1434
   {
1435
-    return $this->schema;
1435
+	return $this->schema;
1436 1436
   }
1437 1437
   public function setSourceFormat($sourceFormat)
1438 1438
   {
1439
-    $this->sourceFormat = $sourceFormat;
1439
+	$this->sourceFormat = $sourceFormat;
1440 1440
   }
1441 1441
   public function getSourceFormat()
1442 1442
   {
1443
-    return $this->sourceFormat;
1443
+	return $this->sourceFormat;
1444 1444
   }
1445 1445
   public function setSourceUris($sourceUris)
1446 1446
   {
1447
-    $this->sourceUris = $sourceUris;
1447
+	$this->sourceUris = $sourceUris;
1448 1448
   }
1449 1449
   public function getSourceUris()
1450 1450
   {
1451
-    return $this->sourceUris;
1451
+	return $this->sourceUris;
1452 1452
   }
1453 1453
 }
1454 1454
 
@@ -1476,98 +1476,98 @@  discard block
 block discarded – undo
1476 1476
 
1477 1477
   public function setCacheHit($cacheHit)
1478 1478
   {
1479
-    $this->cacheHit = $cacheHit;
1479
+	$this->cacheHit = $cacheHit;
1480 1480
   }
1481 1481
   public function getCacheHit()
1482 1482
   {
1483
-    return $this->cacheHit;
1483
+	return $this->cacheHit;
1484 1484
   }
1485 1485
   public function setErrors($errors)
1486 1486
   {
1487
-    $this->errors = $errors;
1487
+	$this->errors = $errors;
1488 1488
   }
1489 1489
   public function getErrors()
1490 1490
   {
1491
-    return $this->errors;
1491
+	return $this->errors;
1492 1492
   }
1493 1493
   public function setEtag($etag)
1494 1494
   {
1495
-    $this->etag = $etag;
1495
+	$this->etag = $etag;
1496 1496
   }
1497 1497
   public function getEtag()
1498 1498
   {
1499
-    return $this->etag;
1499
+	return $this->etag;
1500 1500
   }
1501 1501
   public function setJobComplete($jobComplete)
1502 1502
   {
1503
-    $this->jobComplete = $jobComplete;
1503
+	$this->jobComplete = $jobComplete;
1504 1504
   }
1505 1505
   public function getJobComplete()
1506 1506
   {
1507
-    return $this->jobComplete;
1507
+	return $this->jobComplete;
1508 1508
   }
1509 1509
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
1510 1510
   {
1511
-    $this->jobReference = $jobReference;
1511
+	$this->jobReference = $jobReference;
1512 1512
   }
1513 1513
   public function getJobReference()
1514 1514
   {
1515
-    return $this->jobReference;
1515
+	return $this->jobReference;
1516 1516
   }
1517 1517
   public function setKind($kind)
1518 1518
   {
1519
-    $this->kind = $kind;
1519
+	$this->kind = $kind;
1520 1520
   }
1521 1521
   public function getKind()
1522 1522
   {
1523
-    return $this->kind;
1523
+	return $this->kind;
1524 1524
   }
1525 1525
   public function setPageToken($pageToken)
1526 1526
   {
1527
-    $this->pageToken = $pageToken;
1527
+	$this->pageToken = $pageToken;
1528 1528
   }
1529 1529
   public function getPageToken()
1530 1530
   {
1531
-    return $this->pageToken;
1531
+	return $this->pageToken;
1532 1532
   }
1533 1533
   public function setRows($rows)
1534 1534
   {
1535
-    $this->rows = $rows;
1535
+	$this->rows = $rows;
1536 1536
   }
1537 1537
   public function getRows()
1538 1538
   {
1539
-    return $this->rows;
1539
+	return $this->rows;
1540 1540
   }
1541 1541
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1542 1542
   {
1543
-    $this->schema = $schema;
1543
+	$this->schema = $schema;
1544 1544
   }
1545 1545
   public function getSchema()
1546 1546
   {
1547
-    return $this->schema;
1547
+	return $this->schema;
1548 1548
   }
1549 1549
   public function setTotalBytesProcessed($totalBytesProcessed)
1550 1550
   {
1551
-    $this->totalBytesProcessed = $totalBytesProcessed;
1551
+	$this->totalBytesProcessed = $totalBytesProcessed;
1552 1552
   }
1553 1553
   public function getTotalBytesProcessed()
1554 1554
   {
1555
-    return $this->totalBytesProcessed;
1555
+	return $this->totalBytesProcessed;
1556 1556
   }
1557 1557
   public function setTotalRows($totalRows)
1558 1558
   {
1559
-    $this->totalRows = $totalRows;
1559
+	$this->totalRows = $totalRows;
1560 1560
   }
1561 1561
   public function getTotalRows()
1562 1562
   {
1563
-    return $this->totalRows;
1563
+	return $this->totalRows;
1564 1564
   }
1565 1565
 }
1566 1566
 
1567 1567
 class Google_Service_Bigquery_Job extends Google_Model
1568 1568
 {
1569 1569
   protected $internal_gapi_mappings = array(
1570
-        "userEmail" => "user_email",
1570
+		"userEmail" => "user_email",
1571 1571
   );
1572 1572
   protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
1573 1573
   protected $configurationDataType = '';
@@ -1586,75 +1586,75 @@  discard block
 block discarded – undo
1586 1586
 
1587 1587
   public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
1588 1588
   {
1589
-    $this->configuration = $configuration;
1589
+	$this->configuration = $configuration;
1590 1590
   }
1591 1591
   public function getConfiguration()
1592 1592
   {
1593
-    return $this->configuration;
1593
+	return $this->configuration;
1594 1594
   }
1595 1595
   public function setEtag($etag)
1596 1596
   {
1597
-    $this->etag = $etag;
1597
+	$this->etag = $etag;
1598 1598
   }
1599 1599
   public function getEtag()
1600 1600
   {
1601
-    return $this->etag;
1601
+	return $this->etag;
1602 1602
   }
1603 1603
   public function setId($id)
1604 1604
   {
1605
-    $this->id = $id;
1605
+	$this->id = $id;
1606 1606
   }
1607 1607
   public function getId()
1608 1608
   {
1609
-    return $this->id;
1609
+	return $this->id;
1610 1610
   }
1611 1611
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
1612 1612
   {
1613
-    $this->jobReference = $jobReference;
1613
+	$this->jobReference = $jobReference;
1614 1614
   }
1615 1615
   public function getJobReference()
1616 1616
   {
1617
-    return $this->jobReference;
1617
+	return $this->jobReference;
1618 1618
   }
1619 1619
   public function setKind($kind)
1620 1620
   {
1621
-    $this->kind = $kind;
1621
+	$this->kind = $kind;
1622 1622
   }
1623 1623
   public function getKind()
1624 1624
   {
1625
-    return $this->kind;
1625
+	return $this->kind;
1626 1626
   }
1627 1627
   public function setSelfLink($selfLink)
1628 1628
   {
1629
-    $this->selfLink = $selfLink;
1629
+	$this->selfLink = $selfLink;
1630 1630
   }
1631 1631
   public function getSelfLink()
1632 1632
   {
1633
-    return $this->selfLink;
1633
+	return $this->selfLink;
1634 1634
   }
1635 1635
   public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
1636 1636
   {
1637
-    $this->statistics = $statistics;
1637
+	$this->statistics = $statistics;
1638 1638
   }
1639 1639
   public function getStatistics()
1640 1640
   {
1641
-    return $this->statistics;
1641
+	return $this->statistics;
1642 1642
   }
1643 1643
   public function setStatus(Google_Service_Bigquery_JobStatus $status)
1644 1644
   {
1645
-    $this->status = $status;
1645
+	$this->status = $status;
1646 1646
   }
1647 1647
   public function getStatus()
1648 1648
   {
1649
-    return $this->status;
1649
+	return $this->status;
1650 1650
   }
1651 1651
   public function setUserEmail($userEmail)
1652 1652
   {
1653
-    $this->userEmail = $userEmail;
1653
+	$this->userEmail = $userEmail;
1654 1654
   }
1655 1655
   public function getUserEmail()
1656 1656
   {
1657
-    return $this->userEmail;
1657
+	return $this->userEmail;
1658 1658
   }
1659 1659
 }
1660 1660
 
@@ -1669,19 +1669,19 @@  discard block
 block discarded – undo
1669 1669
 
1670 1670
   public function setJob(Google_Service_Bigquery_Job $job)
1671 1671
   {
1672
-    $this->job = $job;
1672
+	$this->job = $job;
1673 1673
   }
1674 1674
   public function getJob()
1675 1675
   {
1676
-    return $this->job;
1676
+	return $this->job;
1677 1677
   }
1678 1678
   public function setKind($kind)
1679 1679
   {
1680
-    $this->kind = $kind;
1680
+	$this->kind = $kind;
1681 1681
   }
1682 1682
   public function getKind()
1683 1683
   {
1684
-    return $this->kind;
1684
+	return $this->kind;
1685 1685
   }
1686 1686
 }
1687 1687
 
@@ -1704,51 +1704,51 @@  discard block
 block discarded – undo
1704 1704
 
1705 1705
   public function setCopy(Google_Service_Bigquery_JobConfigurationTableCopy $copy)
1706 1706
   {
1707
-    $this->copy = $copy;
1707
+	$this->copy = $copy;
1708 1708
   }
1709 1709
   public function getCopy()
1710 1710
   {
1711
-    return $this->copy;
1711
+	return $this->copy;
1712 1712
   }
1713 1713
   public function setDryRun($dryRun)
1714 1714
   {
1715
-    $this->dryRun = $dryRun;
1715
+	$this->dryRun = $dryRun;
1716 1716
   }
1717 1717
   public function getDryRun()
1718 1718
   {
1719
-    return $this->dryRun;
1719
+	return $this->dryRun;
1720 1720
   }
1721 1721
   public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract)
1722 1722
   {
1723
-    $this->extract = $extract;
1723
+	$this->extract = $extract;
1724 1724
   }
1725 1725
   public function getExtract()
1726 1726
   {
1727
-    return $this->extract;
1727
+	return $this->extract;
1728 1728
   }
1729 1729
   public function setLink(Google_Service_Bigquery_JobConfigurationLink $link)
1730 1730
   {
1731
-    $this->link = $link;
1731
+	$this->link = $link;
1732 1732
   }
1733 1733
   public function getLink()
1734 1734
   {
1735
-    return $this->link;
1735
+	return $this->link;
1736 1736
   }
1737 1737
   public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load)
1738 1738
   {
1739
-    $this->load = $load;
1739
+	$this->load = $load;
1740 1740
   }
1741 1741
   public function getLoad()
1742 1742
   {
1743
-    return $this->load;
1743
+	return $this->load;
1744 1744
   }
1745 1745
   public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query)
1746 1746
   {
1747
-    $this->query = $query;
1747
+	$this->query = $query;
1748 1748
   }
1749 1749
   public function getQuery()
1750 1750
   {
1751
-    return $this->query;
1751
+	return $this->query;
1752 1752
   }
1753 1753
 }
1754 1754
 
@@ -1769,59 +1769,59 @@  discard block
 block discarded – undo
1769 1769
 
1770 1770
   public function setCompression($compression)
1771 1771
   {
1772
-    $this->compression = $compression;
1772
+	$this->compression = $compression;
1773 1773
   }
1774 1774
   public function getCompression()
1775 1775
   {
1776
-    return $this->compression;
1776
+	return $this->compression;
1777 1777
   }
1778 1778
   public function setDestinationFormat($destinationFormat)
1779 1779
   {
1780
-    $this->destinationFormat = $destinationFormat;
1780
+	$this->destinationFormat = $destinationFormat;
1781 1781
   }
1782 1782
   public function getDestinationFormat()
1783 1783
   {
1784
-    return $this->destinationFormat;
1784
+	return $this->destinationFormat;
1785 1785
   }
1786 1786
   public function setDestinationUri($destinationUri)
1787 1787
   {
1788
-    $this->destinationUri = $destinationUri;
1788
+	$this->destinationUri = $destinationUri;
1789 1789
   }
1790 1790
   public function getDestinationUri()
1791 1791
   {
1792
-    return $this->destinationUri;
1792
+	return $this->destinationUri;
1793 1793
   }
1794 1794
   public function setDestinationUris($destinationUris)
1795 1795
   {
1796
-    $this->destinationUris = $destinationUris;
1796
+	$this->destinationUris = $destinationUris;
1797 1797
   }
1798 1798
   public function getDestinationUris()
1799 1799
   {
1800
-    return $this->destinationUris;
1800
+	return $this->destinationUris;
1801 1801
   }
1802 1802
   public function setFieldDelimiter($fieldDelimiter)
1803 1803
   {
1804
-    $this->fieldDelimiter = $fieldDelimiter;
1804
+	$this->fieldDelimiter = $fieldDelimiter;
1805 1805
   }
1806 1806
   public function getFieldDelimiter()
1807 1807
   {
1808
-    return $this->fieldDelimiter;
1808
+	return $this->fieldDelimiter;
1809 1809
   }
1810 1810
   public function setPrintHeader($printHeader)
1811 1811
   {
1812
-    $this->printHeader = $printHeader;
1812
+	$this->printHeader = $printHeader;
1813 1813
   }
1814 1814
   public function getPrintHeader()
1815 1815
   {
1816
-    return $this->printHeader;
1816
+	return $this->printHeader;
1817 1817
   }
1818 1818
   public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
1819 1819
   {
1820
-    $this->sourceTable = $sourceTable;
1820
+	$this->sourceTable = $sourceTable;
1821 1821
   }
1822 1822
   public function getSourceTable()
1823 1823
   {
1824
-    return $this->sourceTable;
1824
+	return $this->sourceTable;
1825 1825
   }
1826 1826
 }
1827 1827
 
@@ -1839,35 +1839,35 @@  discard block
 block discarded – undo
1839 1839
 
1840 1840
   public function setCreateDisposition($createDisposition)
1841 1841
   {
1842
-    $this->createDisposition = $createDisposition;
1842
+	$this->createDisposition = $createDisposition;
1843 1843
   }
1844 1844
   public function getCreateDisposition()
1845 1845
   {
1846
-    return $this->createDisposition;
1846
+	return $this->createDisposition;
1847 1847
   }
1848 1848
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
1849 1849
   {
1850
-    $this->destinationTable = $destinationTable;
1850
+	$this->destinationTable = $destinationTable;
1851 1851
   }
1852 1852
   public function getDestinationTable()
1853 1853
   {
1854
-    return $this->destinationTable;
1854
+	return $this->destinationTable;
1855 1855
   }
1856 1856
   public function setSourceUri($sourceUri)
1857 1857
   {
1858
-    $this->sourceUri = $sourceUri;
1858
+	$this->sourceUri = $sourceUri;
1859 1859
   }
1860 1860
   public function getSourceUri()
1861 1861
   {
1862
-    return $this->sourceUri;
1862
+	return $this->sourceUri;
1863 1863
   }
1864 1864
   public function setWriteDisposition($writeDisposition)
1865 1865
   {
1866
-    $this->writeDisposition = $writeDisposition;
1866
+	$this->writeDisposition = $writeDisposition;
1867 1867
   }
1868 1868
   public function getWriteDisposition()
1869 1869
   {
1870
-    return $this->writeDisposition;
1870
+	return $this->writeDisposition;
1871 1871
   }
1872 1872
 }
1873 1873
 
@@ -1899,139 +1899,139 @@  discard block
 block discarded – undo
1899 1899
 
1900 1900
   public function setAllowJaggedRows($allowJaggedRows)
1901 1901
   {
1902
-    $this->allowJaggedRows = $allowJaggedRows;
1902
+	$this->allowJaggedRows = $allowJaggedRows;
1903 1903
   }
1904 1904
   public function getAllowJaggedRows()
1905 1905
   {
1906
-    return $this->allowJaggedRows;
1906
+	return $this->allowJaggedRows;
1907 1907
   }
1908 1908
   public function setAllowQuotedNewlines($allowQuotedNewlines)
1909 1909
   {
1910
-    $this->allowQuotedNewlines = $allowQuotedNewlines;
1910
+	$this->allowQuotedNewlines = $allowQuotedNewlines;
1911 1911
   }
1912 1912
   public function getAllowQuotedNewlines()
1913 1913
   {
1914
-    return $this->allowQuotedNewlines;
1914
+	return $this->allowQuotedNewlines;
1915 1915
   }
1916 1916
   public function setCreateDisposition($createDisposition)
1917 1917
   {
1918
-    $this->createDisposition = $createDisposition;
1918
+	$this->createDisposition = $createDisposition;
1919 1919
   }
1920 1920
   public function getCreateDisposition()
1921 1921
   {
1922
-    return $this->createDisposition;
1922
+	return $this->createDisposition;
1923 1923
   }
1924 1924
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
1925 1925
   {
1926
-    $this->destinationTable = $destinationTable;
1926
+	$this->destinationTable = $destinationTable;
1927 1927
   }
1928 1928
   public function getDestinationTable()
1929 1929
   {
1930
-    return $this->destinationTable;
1930
+	return $this->destinationTable;
1931 1931
   }
1932 1932
   public function setEncoding($encoding)
1933 1933
   {
1934
-    $this->encoding = $encoding;
1934
+	$this->encoding = $encoding;
1935 1935
   }
1936 1936
   public function getEncoding()
1937 1937
   {
1938
-    return $this->encoding;
1938
+	return $this->encoding;
1939 1939
   }
1940 1940
   public function setFieldDelimiter($fieldDelimiter)
1941 1941
   {
1942
-    $this->fieldDelimiter = $fieldDelimiter;
1942
+	$this->fieldDelimiter = $fieldDelimiter;
1943 1943
   }
1944 1944
   public function getFieldDelimiter()
1945 1945
   {
1946
-    return $this->fieldDelimiter;
1946
+	return $this->fieldDelimiter;
1947 1947
   }
1948 1948
   public function setIgnoreUnknownValues($ignoreUnknownValues)
1949 1949
   {
1950
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
1950
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
1951 1951
   }
1952 1952
   public function getIgnoreUnknownValues()
1953 1953
   {
1954
-    return $this->ignoreUnknownValues;
1954
+	return $this->ignoreUnknownValues;
1955 1955
   }
1956 1956
   public function setMaxBadRecords($maxBadRecords)
1957 1957
   {
1958
-    $this->maxBadRecords = $maxBadRecords;
1958
+	$this->maxBadRecords = $maxBadRecords;
1959 1959
   }
1960 1960
   public function getMaxBadRecords()
1961 1961
   {
1962
-    return $this->maxBadRecords;
1962
+	return $this->maxBadRecords;
1963 1963
   }
1964 1964
   public function setProjectionFields($projectionFields)
1965 1965
   {
1966
-    $this->projectionFields = $projectionFields;
1966
+	$this->projectionFields = $projectionFields;
1967 1967
   }
1968 1968
   public function getProjectionFields()
1969 1969
   {
1970
-    return $this->projectionFields;
1970
+	return $this->projectionFields;
1971 1971
   }
1972 1972
   public function setQuote($quote)
1973 1973
   {
1974
-    $this->quote = $quote;
1974
+	$this->quote = $quote;
1975 1975
   }
1976 1976
   public function getQuote()
1977 1977
   {
1978
-    return $this->quote;
1978
+	return $this->quote;
1979 1979
   }
1980 1980
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
1981 1981
   {
1982
-    $this->schema = $schema;
1982
+	$this->schema = $schema;
1983 1983
   }
1984 1984
   public function getSchema()
1985 1985
   {
1986
-    return $this->schema;
1986
+	return $this->schema;
1987 1987
   }
1988 1988
   public function setSchemaInline($schemaInline)
1989 1989
   {
1990
-    $this->schemaInline = $schemaInline;
1990
+	$this->schemaInline = $schemaInline;
1991 1991
   }
1992 1992
   public function getSchemaInline()
1993 1993
   {
1994
-    return $this->schemaInline;
1994
+	return $this->schemaInline;
1995 1995
   }
1996 1996
   public function setSchemaInlineFormat($schemaInlineFormat)
1997 1997
   {
1998
-    $this->schemaInlineFormat = $schemaInlineFormat;
1998
+	$this->schemaInlineFormat = $schemaInlineFormat;
1999 1999
   }
2000 2000
   public function getSchemaInlineFormat()
2001 2001
   {
2002
-    return $this->schemaInlineFormat;
2002
+	return $this->schemaInlineFormat;
2003 2003
   }
2004 2004
   public function setSkipLeadingRows($skipLeadingRows)
2005 2005
   {
2006
-    $this->skipLeadingRows = $skipLeadingRows;
2006
+	$this->skipLeadingRows = $skipLeadingRows;
2007 2007
   }
2008 2008
   public function getSkipLeadingRows()
2009 2009
   {
2010
-    return $this->skipLeadingRows;
2010
+	return $this->skipLeadingRows;
2011 2011
   }
2012 2012
   public function setSourceFormat($sourceFormat)
2013 2013
   {
2014
-    $this->sourceFormat = $sourceFormat;
2014
+	$this->sourceFormat = $sourceFormat;
2015 2015
   }
2016 2016
   public function getSourceFormat()
2017 2017
   {
2018
-    return $this->sourceFormat;
2018
+	return $this->sourceFormat;
2019 2019
   }
2020 2020
   public function setSourceUris($sourceUris)
2021 2021
   {
2022
-    $this->sourceUris = $sourceUris;
2022
+	$this->sourceUris = $sourceUris;
2023 2023
   }
2024 2024
   public function getSourceUris()
2025 2025
   {
2026
-    return $this->sourceUris;
2026
+	return $this->sourceUris;
2027 2027
   }
2028 2028
   public function setWriteDisposition($writeDisposition)
2029 2029
   {
2030
-    $this->writeDisposition = $writeDisposition;
2030
+	$this->writeDisposition = $writeDisposition;
2031 2031
   }
2032 2032
   public function getWriteDisposition()
2033 2033
   {
2034
-    return $this->writeDisposition;
2034
+	return $this->writeDisposition;
2035 2035
   }
2036 2036
 }
2037 2037
 
@@ -2060,99 +2060,99 @@  discard block
 block discarded – undo
2060 2060
 
2061 2061
   public function setAllowLargeResults($allowLargeResults)
2062 2062
   {
2063
-    $this->allowLargeResults = $allowLargeResults;
2063
+	$this->allowLargeResults = $allowLargeResults;
2064 2064
   }
2065 2065
   public function getAllowLargeResults()
2066 2066
   {
2067
-    return $this->allowLargeResults;
2067
+	return $this->allowLargeResults;
2068 2068
   }
2069 2069
   public function setCreateDisposition($createDisposition)
2070 2070
   {
2071
-    $this->createDisposition = $createDisposition;
2071
+	$this->createDisposition = $createDisposition;
2072 2072
   }
2073 2073
   public function getCreateDisposition()
2074 2074
   {
2075
-    return $this->createDisposition;
2075
+	return $this->createDisposition;
2076 2076
   }
2077 2077
   public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
2078 2078
   {
2079
-    $this->defaultDataset = $defaultDataset;
2079
+	$this->defaultDataset = $defaultDataset;
2080 2080
   }
2081 2081
   public function getDefaultDataset()
2082 2082
   {
2083
-    return $this->defaultDataset;
2083
+	return $this->defaultDataset;
2084 2084
   }
2085 2085
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
2086 2086
   {
2087
-    $this->destinationTable = $destinationTable;
2087
+	$this->destinationTable = $destinationTable;
2088 2088
   }
2089 2089
   public function getDestinationTable()
2090 2090
   {
2091
-    return $this->destinationTable;
2091
+	return $this->destinationTable;
2092 2092
   }
2093 2093
   public function setFlattenResults($flattenResults)
2094 2094
   {
2095
-    $this->flattenResults = $flattenResults;
2095
+	$this->flattenResults = $flattenResults;
2096 2096
   }
2097 2097
   public function getFlattenResults()
2098 2098
   {
2099
-    return $this->flattenResults;
2099
+	return $this->flattenResults;
2100 2100
   }
2101 2101
   public function setPreserveNulls($preserveNulls)
2102 2102
   {
2103
-    $this->preserveNulls = $preserveNulls;
2103
+	$this->preserveNulls = $preserveNulls;
2104 2104
   }
2105 2105
   public function getPreserveNulls()
2106 2106
   {
2107
-    return $this->preserveNulls;
2107
+	return $this->preserveNulls;
2108 2108
   }
2109 2109
   public function setPriority($priority)
2110 2110
   {
2111
-    $this->priority = $priority;
2111
+	$this->priority = $priority;
2112 2112
   }
2113 2113
   public function getPriority()
2114 2114
   {
2115
-    return $this->priority;
2115
+	return $this->priority;
2116 2116
   }
2117 2117
   public function setQuery($query)
2118 2118
   {
2119
-    $this->query = $query;
2119
+	$this->query = $query;
2120 2120
   }
2121 2121
   public function getQuery()
2122 2122
   {
2123
-    return $this->query;
2123
+	return $this->query;
2124 2124
   }
2125 2125
   public function setTableDefinitions($tableDefinitions)
2126 2126
   {
2127
-    $this->tableDefinitions = $tableDefinitions;
2127
+	$this->tableDefinitions = $tableDefinitions;
2128 2128
   }
2129 2129
   public function getTableDefinitions()
2130 2130
   {
2131
-    return $this->tableDefinitions;
2131
+	return $this->tableDefinitions;
2132 2132
   }
2133 2133
   public function setUseQueryCache($useQueryCache)
2134 2134
   {
2135
-    $this->useQueryCache = $useQueryCache;
2135
+	$this->useQueryCache = $useQueryCache;
2136 2136
   }
2137 2137
   public function getUseQueryCache()
2138 2138
   {
2139
-    return $this->useQueryCache;
2139
+	return $this->useQueryCache;
2140 2140
   }
2141 2141
   public function setUserDefinedFunctionResources($userDefinedFunctionResources)
2142 2142
   {
2143
-    $this->userDefinedFunctionResources = $userDefinedFunctionResources;
2143
+	$this->userDefinedFunctionResources = $userDefinedFunctionResources;
2144 2144
   }
2145 2145
   public function getUserDefinedFunctionResources()
2146 2146
   {
2147
-    return $this->userDefinedFunctionResources;
2147
+	return $this->userDefinedFunctionResources;
2148 2148
   }
2149 2149
   public function setWriteDisposition($writeDisposition)
2150 2150
   {
2151
-    $this->writeDisposition = $writeDisposition;
2151
+	$this->writeDisposition = $writeDisposition;
2152 2152
   }
2153 2153
   public function getWriteDisposition()
2154 2154
   {
2155
-    return $this->writeDisposition;
2155
+	return $this->writeDisposition;
2156 2156
   }
2157 2157
 }
2158 2158
 
@@ -2177,43 +2177,43 @@  discard block
 block discarded – undo
2177 2177
 
2178 2178
   public function setCreateDisposition($createDisposition)
2179 2179
   {
2180
-    $this->createDisposition = $createDisposition;
2180
+	$this->createDisposition = $createDisposition;
2181 2181
   }
2182 2182
   public function getCreateDisposition()
2183 2183
   {
2184
-    return $this->createDisposition;
2184
+	return $this->createDisposition;
2185 2185
   }
2186 2186
   public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
2187 2187
   {
2188
-    $this->destinationTable = $destinationTable;
2188
+	$this->destinationTable = $destinationTable;
2189 2189
   }
2190 2190
   public function getDestinationTable()
2191 2191
   {
2192
-    return $this->destinationTable;
2192
+	return $this->destinationTable;
2193 2193
   }
2194 2194
   public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
2195 2195
   {
2196
-    $this->sourceTable = $sourceTable;
2196
+	$this->sourceTable = $sourceTable;
2197 2197
   }
2198 2198
   public function getSourceTable()
2199 2199
   {
2200
-    return $this->sourceTable;
2200
+	return $this->sourceTable;
2201 2201
   }
2202 2202
   public function setSourceTables($sourceTables)
2203 2203
   {
2204
-    $this->sourceTables = $sourceTables;
2204
+	$this->sourceTables = $sourceTables;
2205 2205
   }
2206 2206
   public function getSourceTables()
2207 2207
   {
2208
-    return $this->sourceTables;
2208
+	return $this->sourceTables;
2209 2209
   }
2210 2210
   public function setWriteDisposition($writeDisposition)
2211 2211
   {
2212
-    $this->writeDisposition = $writeDisposition;
2212
+	$this->writeDisposition = $writeDisposition;
2213 2213
   }
2214 2214
   public function getWriteDisposition()
2215 2215
   {
2216
-    return $this->writeDisposition;
2216
+	return $this->writeDisposition;
2217 2217
   }
2218 2218
 }
2219 2219
 
@@ -2231,42 +2231,42 @@  discard block
 block discarded – undo
2231 2231
 
2232 2232
   public function setEtag($etag)
2233 2233
   {
2234
-    $this->etag = $etag;
2234
+	$this->etag = $etag;
2235 2235
   }
2236 2236
   public function getEtag()
2237 2237
   {
2238
-    return $this->etag;
2238
+	return $this->etag;
2239 2239
   }
2240 2240
   public function setJobs($jobs)
2241 2241
   {
2242
-    $this->jobs = $jobs;
2242
+	$this->jobs = $jobs;
2243 2243
   }
2244 2244
   public function getJobs()
2245 2245
   {
2246
-    return $this->jobs;
2246
+	return $this->jobs;
2247 2247
   }
2248 2248
   public function setKind($kind)
2249 2249
   {
2250
-    $this->kind = $kind;
2250
+	$this->kind = $kind;
2251 2251
   }
2252 2252
   public function getKind()
2253 2253
   {
2254
-    return $this->kind;
2254
+	return $this->kind;
2255 2255
   }
2256 2256
   public function setNextPageToken($nextPageToken)
2257 2257
   {
2258
-    $this->nextPageToken = $nextPageToken;
2258
+	$this->nextPageToken = $nextPageToken;
2259 2259
   }
2260 2260
   public function getNextPageToken()
2261 2261
   {
2262
-    return $this->nextPageToken;
2262
+	return $this->nextPageToken;
2263 2263
   }
2264 2264
 }
2265 2265
 
2266 2266
 class Google_Service_Bigquery_JobListJobs extends Google_Model
2267 2267
 {
2268 2268
   protected $internal_gapi_mappings = array(
2269
-        "userEmail" => "user_email",
2269
+		"userEmail" => "user_email",
2270 2270
   );
2271 2271
   protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
2272 2272
   protected $configurationDataType = '';
@@ -2286,75 +2286,75 @@  discard block
 block discarded – undo
2286 2286
 
2287 2287
   public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
2288 2288
   {
2289
-    $this->configuration = $configuration;
2289
+	$this->configuration = $configuration;
2290 2290
   }
2291 2291
   public function getConfiguration()
2292 2292
   {
2293
-    return $this->configuration;
2293
+	return $this->configuration;
2294 2294
   }
2295 2295
   public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
2296 2296
   {
2297
-    $this->errorResult = $errorResult;
2297
+	$this->errorResult = $errorResult;
2298 2298
   }
2299 2299
   public function getErrorResult()
2300 2300
   {
2301
-    return $this->errorResult;
2301
+	return $this->errorResult;
2302 2302
   }
2303 2303
   public function setId($id)
2304 2304
   {
2305
-    $this->id = $id;
2305
+	$this->id = $id;
2306 2306
   }
2307 2307
   public function getId()
2308 2308
   {
2309
-    return $this->id;
2309
+	return $this->id;
2310 2310
   }
2311 2311
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
2312 2312
   {
2313
-    $this->jobReference = $jobReference;
2313
+	$this->jobReference = $jobReference;
2314 2314
   }
2315 2315
   public function getJobReference()
2316 2316
   {
2317
-    return $this->jobReference;
2317
+	return $this->jobReference;
2318 2318
   }
2319 2319
   public function setKind($kind)
2320 2320
   {
2321
-    $this->kind = $kind;
2321
+	$this->kind = $kind;
2322 2322
   }
2323 2323
   public function getKind()
2324 2324
   {
2325
-    return $this->kind;
2325
+	return $this->kind;
2326 2326
   }
2327 2327
   public function setState($state)
2328 2328
   {
2329
-    $this->state = $state;
2329
+	$this->state = $state;
2330 2330
   }
2331 2331
   public function getState()
2332 2332
   {
2333
-    return $this->state;
2333
+	return $this->state;
2334 2334
   }
2335 2335
   public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
2336 2336
   {
2337
-    $this->statistics = $statistics;
2337
+	$this->statistics = $statistics;
2338 2338
   }
2339 2339
   public function getStatistics()
2340 2340
   {
2341
-    return $this->statistics;
2341
+	return $this->statistics;
2342 2342
   }
2343 2343
   public function setStatus(Google_Service_Bigquery_JobStatus $status)
2344 2344
   {
2345
-    $this->status = $status;
2345
+	$this->status = $status;
2346 2346
   }
2347 2347
   public function getStatus()
2348 2348
   {
2349
-    return $this->status;
2349
+	return $this->status;
2350 2350
   }
2351 2351
   public function setUserEmail($userEmail)
2352 2352
   {
2353
-    $this->userEmail = $userEmail;
2353
+	$this->userEmail = $userEmail;
2354 2354
   }
2355 2355
   public function getUserEmail()
2356 2356
   {
2357
-    return $this->userEmail;
2357
+	return $this->userEmail;
2358 2358
   }
2359 2359
 }
2360 2360
 
@@ -2368,19 +2368,19 @@  discard block
 block discarded – undo
2368 2368
 
2369 2369
   public function setJobId($jobId)
2370 2370
   {
2371
-    $this->jobId = $jobId;
2371
+	$this->jobId = $jobId;
2372 2372
   }
2373 2373
   public function getJobId()
2374 2374
   {
2375
-    return $this->jobId;
2375
+	return $this->jobId;
2376 2376
   }
2377 2377
   public function setProjectId($projectId)
2378 2378
   {
2379
-    $this->projectId = $projectId;
2379
+	$this->projectId = $projectId;
2380 2380
   }
2381 2381
   public function getProjectId()
2382 2382
   {
2383
-    return $this->projectId;
2383
+	return $this->projectId;
2384 2384
   }
2385 2385
 }
2386 2386
 
@@ -2402,59 +2402,59 @@  discard block
 block discarded – undo
2402 2402
 
2403 2403
   public function setCreationTime($creationTime)
2404 2404
   {
2405
-    $this->creationTime = $creationTime;
2405
+	$this->creationTime = $creationTime;
2406 2406
   }
2407 2407
   public function getCreationTime()
2408 2408
   {
2409
-    return $this->creationTime;
2409
+	return $this->creationTime;
2410 2410
   }
2411 2411
   public function setEndTime($endTime)
2412 2412
   {
2413
-    $this->endTime = $endTime;
2413
+	$this->endTime = $endTime;
2414 2414
   }
2415 2415
   public function getEndTime()
2416 2416
   {
2417
-    return $this->endTime;
2417
+	return $this->endTime;
2418 2418
   }
2419 2419
   public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract)
2420 2420
   {
2421
-    $this->extract = $extract;
2421
+	$this->extract = $extract;
2422 2422
   }
2423 2423
   public function getExtract()
2424 2424
   {
2425
-    return $this->extract;
2425
+	return $this->extract;
2426 2426
   }
2427 2427
   public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
2428 2428
   {
2429
-    $this->load = $load;
2429
+	$this->load = $load;
2430 2430
   }
2431 2431
   public function getLoad()
2432 2432
   {
2433
-    return $this->load;
2433
+	return $this->load;
2434 2434
   }
2435 2435
   public function setQuery(Google_Service_Bigquery_JobStatistics2 $query)
2436 2436
   {
2437
-    $this->query = $query;
2437
+	$this->query = $query;
2438 2438
   }
2439 2439
   public function getQuery()
2440 2440
   {
2441
-    return $this->query;
2441
+	return $this->query;
2442 2442
   }
2443 2443
   public function setStartTime($startTime)
2444 2444
   {
2445
-    $this->startTime = $startTime;
2445
+	$this->startTime = $startTime;
2446 2446
   }
2447 2447
   public function getStartTime()
2448 2448
   {
2449
-    return $this->startTime;
2449
+	return $this->startTime;
2450 2450
   }
2451 2451
   public function setTotalBytesProcessed($totalBytesProcessed)
2452 2452
   {
2453
-    $this->totalBytesProcessed = $totalBytesProcessed;
2453
+	$this->totalBytesProcessed = $totalBytesProcessed;
2454 2454
   }
2455 2455
   public function getTotalBytesProcessed()
2456 2456
   {
2457
-    return $this->totalBytesProcessed;
2457
+	return $this->totalBytesProcessed;
2458 2458
   }
2459 2459
 }
2460 2460
 
@@ -2470,35 +2470,35 @@  discard block
 block discarded – undo
2470 2470
 
2471 2471
   public function setBillingTier($billingTier)
2472 2472
   {
2473
-    $this->billingTier = $billingTier;
2473
+	$this->billingTier = $billingTier;
2474 2474
   }
2475 2475
   public function getBillingTier()
2476 2476
   {
2477
-    return $this->billingTier;
2477
+	return $this->billingTier;
2478 2478
   }
2479 2479
   public function setCacheHit($cacheHit)
2480 2480
   {
2481
-    $this->cacheHit = $cacheHit;
2481
+	$this->cacheHit = $cacheHit;
2482 2482
   }
2483 2483
   public function getCacheHit()
2484 2484
   {
2485
-    return $this->cacheHit;
2485
+	return $this->cacheHit;
2486 2486
   }
2487 2487
   public function setTotalBytesBilled($totalBytesBilled)
2488 2488
   {
2489
-    $this->totalBytesBilled = $totalBytesBilled;
2489
+	$this->totalBytesBilled = $totalBytesBilled;
2490 2490
   }
2491 2491
   public function getTotalBytesBilled()
2492 2492
   {
2493
-    return $this->totalBytesBilled;
2493
+	return $this->totalBytesBilled;
2494 2494
   }
2495 2495
   public function setTotalBytesProcessed($totalBytesProcessed)
2496 2496
   {
2497
-    $this->totalBytesProcessed = $totalBytesProcessed;
2497
+	$this->totalBytesProcessed = $totalBytesProcessed;
2498 2498
   }
2499 2499
   public function getTotalBytesProcessed()
2500 2500
   {
2501
-    return $this->totalBytesProcessed;
2501
+	return $this->totalBytesProcessed;
2502 2502
   }
2503 2503
 }
2504 2504
 
@@ -2514,35 +2514,35 @@  discard block
 block discarded – undo
2514 2514
 
2515 2515
   public function setInputFileBytes($inputFileBytes)
2516 2516
   {
2517
-    $this->inputFileBytes = $inputFileBytes;
2517
+	$this->inputFileBytes = $inputFileBytes;
2518 2518
   }
2519 2519
   public function getInputFileBytes()
2520 2520
   {
2521
-    return $this->inputFileBytes;
2521
+	return $this->inputFileBytes;
2522 2522
   }
2523 2523
   public function setInputFiles($inputFiles)
2524 2524
   {
2525
-    $this->inputFiles = $inputFiles;
2525
+	$this->inputFiles = $inputFiles;
2526 2526
   }
2527 2527
   public function getInputFiles()
2528 2528
   {
2529
-    return $this->inputFiles;
2529
+	return $this->inputFiles;
2530 2530
   }
2531 2531
   public function setOutputBytes($outputBytes)
2532 2532
   {
2533
-    $this->outputBytes = $outputBytes;
2533
+	$this->outputBytes = $outputBytes;
2534 2534
   }
2535 2535
   public function getOutputBytes()
2536 2536
   {
2537
-    return $this->outputBytes;
2537
+	return $this->outputBytes;
2538 2538
   }
2539 2539
   public function setOutputRows($outputRows)
2540 2540
   {
2541
-    $this->outputRows = $outputRows;
2541
+	$this->outputRows = $outputRows;
2542 2542
   }
2543 2543
   public function getOutputRows()
2544 2544
   {
2545
-    return $this->outputRows;
2545
+	return $this->outputRows;
2546 2546
   }
2547 2547
 }
2548 2548
 
@@ -2556,11 +2556,11 @@  discard block
 block discarded – undo
2556 2556
 
2557 2557
   public function setDestinationUriFileCounts($destinationUriFileCounts)
2558 2558
   {
2559
-    $this->destinationUriFileCounts = $destinationUriFileCounts;
2559
+	$this->destinationUriFileCounts = $destinationUriFileCounts;
2560 2560
   }
2561 2561
   public function getDestinationUriFileCounts()
2562 2562
   {
2563
-    return $this->destinationUriFileCounts;
2563
+	return $this->destinationUriFileCounts;
2564 2564
   }
2565 2565
 }
2566 2566
 
@@ -2578,27 +2578,27 @@  discard block
 block discarded – undo
2578 2578
 
2579 2579
   public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
2580 2580
   {
2581
-    $this->errorResult = $errorResult;
2581
+	$this->errorResult = $errorResult;
2582 2582
   }
2583 2583
   public function getErrorResult()
2584 2584
   {
2585
-    return $this->errorResult;
2585
+	return $this->errorResult;
2586 2586
   }
2587 2587
   public function setErrors($errors)
2588 2588
   {
2589
-    $this->errors = $errors;
2589
+	$this->errors = $errors;
2590 2590
   }
2591 2591
   public function getErrors()
2592 2592
   {
2593
-    return $this->errors;
2593
+	return $this->errors;
2594 2594
   }
2595 2595
   public function setState($state)
2596 2596
   {
2597
-    $this->state = $state;
2597
+	$this->state = $state;
2598 2598
   }
2599 2599
   public function getState()
2600 2600
   {
2601
-    return $this->state;
2601
+	return $this->state;
2602 2602
   }
2603 2603
 }
2604 2604
 
@@ -2621,43 +2621,43 @@  discard block
 block discarded – undo
2621 2621
 
2622 2622
   public function setEtag($etag)
2623 2623
   {
2624
-    $this->etag = $etag;
2624
+	$this->etag = $etag;
2625 2625
   }
2626 2626
   public function getEtag()
2627 2627
   {
2628
-    return $this->etag;
2628
+	return $this->etag;
2629 2629
   }
2630 2630
   public function setKind($kind)
2631 2631
   {
2632
-    $this->kind = $kind;
2632
+	$this->kind = $kind;
2633 2633
   }
2634 2634
   public function getKind()
2635 2635
   {
2636
-    return $this->kind;
2636
+	return $this->kind;
2637 2637
   }
2638 2638
   public function setNextPageToken($nextPageToken)
2639 2639
   {
2640
-    $this->nextPageToken = $nextPageToken;
2640
+	$this->nextPageToken = $nextPageToken;
2641 2641
   }
2642 2642
   public function getNextPageToken()
2643 2643
   {
2644
-    return $this->nextPageToken;
2644
+	return $this->nextPageToken;
2645 2645
   }
2646 2646
   public function setProjects($projects)
2647 2647
   {
2648
-    $this->projects = $projects;
2648
+	$this->projects = $projects;
2649 2649
   }
2650 2650
   public function getProjects()
2651 2651
   {
2652
-    return $this->projects;
2652
+	return $this->projects;
2653 2653
   }
2654 2654
   public function setTotalItems($totalItems)
2655 2655
   {
2656
-    $this->totalItems = $totalItems;
2656
+	$this->totalItems = $totalItems;
2657 2657
   }
2658 2658
   public function getTotalItems()
2659 2659
   {
2660
-    return $this->totalItems;
2660
+	return $this->totalItems;
2661 2661
   }
2662 2662
 }
2663 2663
 
@@ -2675,43 +2675,43 @@  discard block
 block discarded – undo
2675 2675
 
2676 2676
   public function setFriendlyName($friendlyName)
2677 2677
   {
2678
-    $this->friendlyName = $friendlyName;
2678
+	$this->friendlyName = $friendlyName;
2679 2679
   }
2680 2680
   public function getFriendlyName()
2681 2681
   {
2682
-    return $this->friendlyName;
2682
+	return $this->friendlyName;
2683 2683
   }
2684 2684
   public function setId($id)
2685 2685
   {
2686
-    $this->id = $id;
2686
+	$this->id = $id;
2687 2687
   }
2688 2688
   public function getId()
2689 2689
   {
2690
-    return $this->id;
2690
+	return $this->id;
2691 2691
   }
2692 2692
   public function setKind($kind)
2693 2693
   {
2694
-    $this->kind = $kind;
2694
+	$this->kind = $kind;
2695 2695
   }
2696 2696
   public function getKind()
2697 2697
   {
2698
-    return $this->kind;
2698
+	return $this->kind;
2699 2699
   }
2700 2700
   public function setNumericId($numericId)
2701 2701
   {
2702
-    $this->numericId = $numericId;
2702
+	$this->numericId = $numericId;
2703 2703
   }
2704 2704
   public function getNumericId()
2705 2705
   {
2706
-    return $this->numericId;
2706
+	return $this->numericId;
2707 2707
   }
2708 2708
   public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference)
2709 2709
   {
2710
-    $this->projectReference = $projectReference;
2710
+	$this->projectReference = $projectReference;
2711 2711
   }
2712 2712
   public function getProjectReference()
2713 2713
   {
2714
-    return $this->projectReference;
2714
+	return $this->projectReference;
2715 2715
   }
2716 2716
 }
2717 2717
 
@@ -2724,11 +2724,11 @@  discard block
 block discarded – undo
2724 2724
 
2725 2725
   public function setProjectId($projectId)
2726 2726
   {
2727
-    $this->projectId = $projectId;
2727
+	$this->projectId = $projectId;
2728 2728
   }
2729 2729
   public function getProjectId()
2730 2730
   {
2731
-    return $this->projectId;
2731
+	return $this->projectId;
2732 2732
   }
2733 2733
 }
2734 2734
 
@@ -2749,67 +2749,67 @@  discard block
 block discarded – undo
2749 2749
 
2750 2750
   public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
2751 2751
   {
2752
-    $this->defaultDataset = $defaultDataset;
2752
+	$this->defaultDataset = $defaultDataset;
2753 2753
   }
2754 2754
   public function getDefaultDataset()
2755 2755
   {
2756
-    return $this->defaultDataset;
2756
+	return $this->defaultDataset;
2757 2757
   }
2758 2758
   public function setDryRun($dryRun)
2759 2759
   {
2760
-    $this->dryRun = $dryRun;
2760
+	$this->dryRun = $dryRun;
2761 2761
   }
2762 2762
   public function getDryRun()
2763 2763
   {
2764
-    return $this->dryRun;
2764
+	return $this->dryRun;
2765 2765
   }
2766 2766
   public function setKind($kind)
2767 2767
   {
2768
-    $this->kind = $kind;
2768
+	$this->kind = $kind;
2769 2769
   }
2770 2770
   public function getKind()
2771 2771
   {
2772
-    return $this->kind;
2772
+	return $this->kind;
2773 2773
   }
2774 2774
   public function setMaxResults($maxResults)
2775 2775
   {
2776
-    $this->maxResults = $maxResults;
2776
+	$this->maxResults = $maxResults;
2777 2777
   }
2778 2778
   public function getMaxResults()
2779 2779
   {
2780
-    return $this->maxResults;
2780
+	return $this->maxResults;
2781 2781
   }
2782 2782
   public function setPreserveNulls($preserveNulls)
2783 2783
   {
2784
-    $this->preserveNulls = $preserveNulls;
2784
+	$this->preserveNulls = $preserveNulls;
2785 2785
   }
2786 2786
   public function getPreserveNulls()
2787 2787
   {
2788
-    return $this->preserveNulls;
2788
+	return $this->preserveNulls;
2789 2789
   }
2790 2790
   public function setQuery($query)
2791 2791
   {
2792
-    $this->query = $query;
2792
+	$this->query = $query;
2793 2793
   }
2794 2794
   public function getQuery()
2795 2795
   {
2796
-    return $this->query;
2796
+	return $this->query;
2797 2797
   }
2798 2798
   public function setTimeoutMs($timeoutMs)
2799 2799
   {
2800
-    $this->timeoutMs = $timeoutMs;
2800
+	$this->timeoutMs = $timeoutMs;
2801 2801
   }
2802 2802
   public function getTimeoutMs()
2803 2803
   {
2804
-    return $this->timeoutMs;
2804
+	return $this->timeoutMs;
2805 2805
   }
2806 2806
   public function setUseQueryCache($useQueryCache)
2807 2807
   {
2808
-    $this->useQueryCache = $useQueryCache;
2808
+	$this->useQueryCache = $useQueryCache;
2809 2809
   }
2810 2810
   public function getUseQueryCache()
2811 2811
   {
2812
-    return $this->useQueryCache;
2812
+	return $this->useQueryCache;
2813 2813
   }
2814 2814
 }
2815 2815
 
@@ -2836,83 +2836,83 @@  discard block
 block discarded – undo
2836 2836
 
2837 2837
   public function setCacheHit($cacheHit)
2838 2838
   {
2839
-    $this->cacheHit = $cacheHit;
2839
+	$this->cacheHit = $cacheHit;
2840 2840
   }
2841 2841
   public function getCacheHit()
2842 2842
   {
2843
-    return $this->cacheHit;
2843
+	return $this->cacheHit;
2844 2844
   }
2845 2845
   public function setErrors($errors)
2846 2846
   {
2847
-    $this->errors = $errors;
2847
+	$this->errors = $errors;
2848 2848
   }
2849 2849
   public function getErrors()
2850 2850
   {
2851
-    return $this->errors;
2851
+	return $this->errors;
2852 2852
   }
2853 2853
   public function setJobComplete($jobComplete)
2854 2854
   {
2855
-    $this->jobComplete = $jobComplete;
2855
+	$this->jobComplete = $jobComplete;
2856 2856
   }
2857 2857
   public function getJobComplete()
2858 2858
   {
2859
-    return $this->jobComplete;
2859
+	return $this->jobComplete;
2860 2860
   }
2861 2861
   public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
2862 2862
   {
2863
-    $this->jobReference = $jobReference;
2863
+	$this->jobReference = $jobReference;
2864 2864
   }
2865 2865
   public function getJobReference()
2866 2866
   {
2867
-    return $this->jobReference;
2867
+	return $this->jobReference;
2868 2868
   }
2869 2869
   public function setKind($kind)
2870 2870
   {
2871
-    $this->kind = $kind;
2871
+	$this->kind = $kind;
2872 2872
   }
2873 2873
   public function getKind()
2874 2874
   {
2875
-    return $this->kind;
2875
+	return $this->kind;
2876 2876
   }
2877 2877
   public function setPageToken($pageToken)
2878 2878
   {
2879
-    $this->pageToken = $pageToken;
2879
+	$this->pageToken = $pageToken;
2880 2880
   }
2881 2881
   public function getPageToken()
2882 2882
   {
2883
-    return $this->pageToken;
2883
+	return $this->pageToken;
2884 2884
   }
2885 2885
   public function setRows($rows)
2886 2886
   {
2887
-    $this->rows = $rows;
2887
+	$this->rows = $rows;
2888 2888
   }
2889 2889
   public function getRows()
2890 2890
   {
2891
-    return $this->rows;
2891
+	return $this->rows;
2892 2892
   }
2893 2893
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
2894 2894
   {
2895
-    $this->schema = $schema;
2895
+	$this->schema = $schema;
2896 2896
   }
2897 2897
   public function getSchema()
2898 2898
   {
2899
-    return $this->schema;
2899
+	return $this->schema;
2900 2900
   }
2901 2901
   public function setTotalBytesProcessed($totalBytesProcessed)
2902 2902
   {
2903
-    $this->totalBytesProcessed = $totalBytesProcessed;
2903
+	$this->totalBytesProcessed = $totalBytesProcessed;
2904 2904
   }
2905 2905
   public function getTotalBytesProcessed()
2906 2906
   {
2907
-    return $this->totalBytesProcessed;
2907
+	return $this->totalBytesProcessed;
2908 2908
   }
2909 2909
   public function setTotalRows($totalRows)
2910 2910
   {
2911
-    $this->totalRows = $totalRows;
2911
+	$this->totalRows = $totalRows;
2912 2912
   }
2913 2913
   public function getTotalRows()
2914 2914
   {
2915
-    return $this->totalRows;
2915
+	return $this->totalRows;
2916 2916
   }
2917 2917
 }
2918 2918
 
@@ -2927,27 +2927,27 @@  discard block
 block discarded – undo
2927 2927
 
2928 2928
   public function setEstimatedBytes($estimatedBytes)
2929 2929
   {
2930
-    $this->estimatedBytes = $estimatedBytes;
2930
+	$this->estimatedBytes = $estimatedBytes;
2931 2931
   }
2932 2932
   public function getEstimatedBytes()
2933 2933
   {
2934
-    return $this->estimatedBytes;
2934
+	return $this->estimatedBytes;
2935 2935
   }
2936 2936
   public function setEstimatedRows($estimatedRows)
2937 2937
   {
2938
-    $this->estimatedRows = $estimatedRows;
2938
+	$this->estimatedRows = $estimatedRows;
2939 2939
   }
2940 2940
   public function getEstimatedRows()
2941 2941
   {
2942
-    return $this->estimatedRows;
2942
+	return $this->estimatedRows;
2943 2943
   }
2944 2944
   public function setOldestEntryTime($oldestEntryTime)
2945 2945
   {
2946
-    $this->oldestEntryTime = $oldestEntryTime;
2946
+	$this->oldestEntryTime = $oldestEntryTime;
2947 2947
   }
2948 2948
   public function getOldestEntryTime()
2949 2949
   {
2950
-    return $this->oldestEntryTime;
2950
+	return $this->oldestEntryTime;
2951 2951
   }
2952 2952
 }
2953 2953
 
@@ -2982,147 +2982,147 @@  discard block
 block discarded – undo
2982 2982
 
2983 2983
   public function setCreationTime($creationTime)
2984 2984
   {
2985
-    $this->creationTime = $creationTime;
2985
+	$this->creationTime = $creationTime;
2986 2986
   }
2987 2987
   public function getCreationTime()
2988 2988
   {
2989
-    return $this->creationTime;
2989
+	return $this->creationTime;
2990 2990
   }
2991 2991
   public function setDescription($description)
2992 2992
   {
2993
-    $this->description = $description;
2993
+	$this->description = $description;
2994 2994
   }
2995 2995
   public function getDescription()
2996 2996
   {
2997
-    return $this->description;
2997
+	return $this->description;
2998 2998
   }
2999 2999
   public function setEtag($etag)
3000 3000
   {
3001
-    $this->etag = $etag;
3001
+	$this->etag = $etag;
3002 3002
   }
3003 3003
   public function getEtag()
3004 3004
   {
3005
-    return $this->etag;
3005
+	return $this->etag;
3006 3006
   }
3007 3007
   public function setExpirationTime($expirationTime)
3008 3008
   {
3009
-    $this->expirationTime = $expirationTime;
3009
+	$this->expirationTime = $expirationTime;
3010 3010
   }
3011 3011
   public function getExpirationTime()
3012 3012
   {
3013
-    return $this->expirationTime;
3013
+	return $this->expirationTime;
3014 3014
   }
3015 3015
   public function setExternalDataConfiguration(Google_Service_Bigquery_ExternalDataConfiguration $externalDataConfiguration)
3016 3016
   {
3017
-    $this->externalDataConfiguration = $externalDataConfiguration;
3017
+	$this->externalDataConfiguration = $externalDataConfiguration;
3018 3018
   }
3019 3019
   public function getExternalDataConfiguration()
3020 3020
   {
3021
-    return $this->externalDataConfiguration;
3021
+	return $this->externalDataConfiguration;
3022 3022
   }
3023 3023
   public function setFriendlyName($friendlyName)
3024 3024
   {
3025
-    $this->friendlyName = $friendlyName;
3025
+	$this->friendlyName = $friendlyName;
3026 3026
   }
3027 3027
   public function getFriendlyName()
3028 3028
   {
3029
-    return $this->friendlyName;
3029
+	return $this->friendlyName;
3030 3030
   }
3031 3031
   public function setId($id)
3032 3032
   {
3033
-    $this->id = $id;
3033
+	$this->id = $id;
3034 3034
   }
3035 3035
   public function getId()
3036 3036
   {
3037
-    return $this->id;
3037
+	return $this->id;
3038 3038
   }
3039 3039
   public function setKind($kind)
3040 3040
   {
3041
-    $this->kind = $kind;
3041
+	$this->kind = $kind;
3042 3042
   }
3043 3043
   public function getKind()
3044 3044
   {
3045
-    return $this->kind;
3045
+	return $this->kind;
3046 3046
   }
3047 3047
   public function setLastModifiedTime($lastModifiedTime)
3048 3048
   {
3049
-    $this->lastModifiedTime = $lastModifiedTime;
3049
+	$this->lastModifiedTime = $lastModifiedTime;
3050 3050
   }
3051 3051
   public function getLastModifiedTime()
3052 3052
   {
3053
-    return $this->lastModifiedTime;
3053
+	return $this->lastModifiedTime;
3054 3054
   }
3055 3055
   public function setLocation($location)
3056 3056
   {
3057
-    $this->location = $location;
3057
+	$this->location = $location;
3058 3058
   }
3059 3059
   public function getLocation()
3060 3060
   {
3061
-    return $this->location;
3061
+	return $this->location;
3062 3062
   }
3063 3063
   public function setNumBytes($numBytes)
3064 3064
   {
3065
-    $this->numBytes = $numBytes;
3065
+	$this->numBytes = $numBytes;
3066 3066
   }
3067 3067
   public function getNumBytes()
3068 3068
   {
3069
-    return $this->numBytes;
3069
+	return $this->numBytes;
3070 3070
   }
3071 3071
   public function setNumRows($numRows)
3072 3072
   {
3073
-    $this->numRows = $numRows;
3073
+	$this->numRows = $numRows;
3074 3074
   }
3075 3075
   public function getNumRows()
3076 3076
   {
3077
-    return $this->numRows;
3077
+	return $this->numRows;
3078 3078
   }
3079 3079
   public function setSchema(Google_Service_Bigquery_TableSchema $schema)
3080 3080
   {
3081
-    $this->schema = $schema;
3081
+	$this->schema = $schema;
3082 3082
   }
3083 3083
   public function getSchema()
3084 3084
   {
3085
-    return $this->schema;
3085
+	return $this->schema;
3086 3086
   }
3087 3087
   public function setSelfLink($selfLink)
3088 3088
   {
3089
-    $this->selfLink = $selfLink;
3089
+	$this->selfLink = $selfLink;
3090 3090
   }
3091 3091
   public function getSelfLink()
3092 3092
   {
3093
-    return $this->selfLink;
3093
+	return $this->selfLink;
3094 3094
   }
3095 3095
   public function setStreamingBuffer(Google_Service_Bigquery_Streamingbuffer $streamingBuffer)
3096 3096
   {
3097
-    $this->streamingBuffer = $streamingBuffer;
3097
+	$this->streamingBuffer = $streamingBuffer;
3098 3098
   }
3099 3099
   public function getStreamingBuffer()
3100 3100
   {
3101
-    return $this->streamingBuffer;
3101
+	return $this->streamingBuffer;
3102 3102
   }
3103 3103
   public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
3104 3104
   {
3105
-    $this->tableReference = $tableReference;
3105
+	$this->tableReference = $tableReference;
3106 3106
   }
3107 3107
   public function getTableReference()
3108 3108
   {
3109
-    return $this->tableReference;
3109
+	return $this->tableReference;
3110 3110
   }
3111 3111
   public function setType($type)
3112 3112
   {
3113
-    $this->type = $type;
3113
+	$this->type = $type;
3114 3114
   }
3115 3115
   public function getType()
3116 3116
   {
3117
-    return $this->type;
3117
+	return $this->type;
3118 3118
   }
3119 3119
   public function setView(Google_Service_Bigquery_ViewDefinition $view)
3120 3120
   {
3121
-    $this->view = $view;
3121
+	$this->view = $view;
3122 3122
   }
3123 3123
   public function getView()
3124 3124
   {
3125
-    return $this->view;
3125
+	return $this->view;
3126 3126
   }
3127 3127
 }
3128 3128
 
@@ -3135,11 +3135,11 @@  discard block
 block discarded – undo
3135 3135
 
3136 3136
   public function setV($v)
3137 3137
   {
3138
-    $this->v = $v;
3138
+	$this->v = $v;
3139 3139
   }
3140 3140
   public function getV()
3141 3141
   {
3142
-    return $this->v;
3142
+	return $this->v;
3143 3143
   }
3144 3144
 }
3145 3145
 
@@ -3157,35 +3157,35 @@  discard block
 block discarded – undo
3157 3157
 
3158 3158
   public function setIgnoreUnknownValues($ignoreUnknownValues)
3159 3159
   {
3160
-    $this->ignoreUnknownValues = $ignoreUnknownValues;
3160
+	$this->ignoreUnknownValues = $ignoreUnknownValues;
3161 3161
   }
3162 3162
   public function getIgnoreUnknownValues()
3163 3163
   {
3164
-    return $this->ignoreUnknownValues;
3164
+	return $this->ignoreUnknownValues;
3165 3165
   }
3166 3166
   public function setKind($kind)
3167 3167
   {
3168
-    $this->kind = $kind;
3168
+	$this->kind = $kind;
3169 3169
   }
3170 3170
   public function getKind()
3171 3171
   {
3172
-    return $this->kind;
3172
+	return $this->kind;
3173 3173
   }
3174 3174
   public function setRows($rows)
3175 3175
   {
3176
-    $this->rows = $rows;
3176
+	$this->rows = $rows;
3177 3177
   }
3178 3178
   public function getRows()
3179 3179
   {
3180
-    return $this->rows;
3180
+	return $this->rows;
3181 3181
   }
3182 3182
   public function setSkipInvalidRows($skipInvalidRows)
3183 3183
   {
3184
-    $this->skipInvalidRows = $skipInvalidRows;
3184
+	$this->skipInvalidRows = $skipInvalidRows;
3185 3185
   }
3186 3186
   public function getSkipInvalidRows()
3187 3187
   {
3188
-    return $this->skipInvalidRows;
3188
+	return $this->skipInvalidRows;
3189 3189
   }
3190 3190
 }
3191 3191
 
@@ -3199,19 +3199,19 @@  discard block
 block discarded – undo
3199 3199
 
3200 3200
   public function setInsertId($insertId)
3201 3201
   {
3202
-    $this->insertId = $insertId;
3202
+	$this->insertId = $insertId;
3203 3203
   }
3204 3204
   public function getInsertId()
3205 3205
   {
3206
-    return $this->insertId;
3206
+	return $this->insertId;
3207 3207
   }
3208 3208
   public function setJson($json)
3209 3209
   {
3210
-    $this->json = $json;
3210
+	$this->json = $json;
3211 3211
   }
3212 3212
   public function getJson()
3213 3213
   {
3214
-    return $this->json;
3214
+	return $this->json;
3215 3215
   }
3216 3216
 }
3217 3217
 
@@ -3227,19 +3227,19 @@  discard block
 block discarded – undo
3227 3227
 
3228 3228
   public function setInsertErrors($insertErrors)
3229 3229
   {
3230
-    $this->insertErrors = $insertErrors;
3230
+	$this->insertErrors = $insertErrors;
3231 3231
   }
3232 3232
   public function getInsertErrors()
3233 3233
   {
3234
-    return $this->insertErrors;
3234
+	return $this->insertErrors;
3235 3235
   }
3236 3236
   public function setKind($kind)
3237 3237
   {
3238
-    $this->kind = $kind;
3238
+	$this->kind = $kind;
3239 3239
   }
3240 3240
   public function getKind()
3241 3241
   {
3242
-    return $this->kind;
3242
+	return $this->kind;
3243 3243
   }
3244 3244
 }
3245 3245
 
@@ -3255,19 +3255,19 @@  discard block
 block discarded – undo
3255 3255
 
3256 3256
   public function setErrors($errors)
3257 3257
   {
3258
-    $this->errors = $errors;
3258
+	$this->errors = $errors;
3259 3259
   }
3260 3260
   public function getErrors()
3261 3261
   {
3262
-    return $this->errors;
3262
+	return $this->errors;
3263 3263
   }
3264 3264
   public function setIndex($index)
3265 3265
   {
3266
-    $this->index = $index;
3266
+	$this->index = $index;
3267 3267
   }
3268 3268
   public function getIndex()
3269 3269
   {
3270
-    return $this->index;
3270
+	return $this->index;
3271 3271
   }
3272 3272
 }
3273 3273
 
@@ -3286,43 +3286,43 @@  discard block
 block discarded – undo
3286 3286
 
3287 3287
   public function setEtag($etag)
3288 3288
   {
3289
-    $this->etag = $etag;
3289
+	$this->etag = $etag;
3290 3290
   }
3291 3291
   public function getEtag()
3292 3292
   {
3293
-    return $this->etag;
3293
+	return $this->etag;
3294 3294
   }
3295 3295
   public function setKind($kind)
3296 3296
   {
3297
-    $this->kind = $kind;
3297
+	$this->kind = $kind;
3298 3298
   }
3299 3299
   public function getKind()
3300 3300
   {
3301
-    return $this->kind;
3301
+	return $this->kind;
3302 3302
   }
3303 3303
   public function setPageToken($pageToken)
3304 3304
   {
3305
-    $this->pageToken = $pageToken;
3305
+	$this->pageToken = $pageToken;
3306 3306
   }
3307 3307
   public function getPageToken()
3308 3308
   {
3309
-    return $this->pageToken;
3309
+	return $this->pageToken;
3310 3310
   }
3311 3311
   public function setRows($rows)
3312 3312
   {
3313
-    $this->rows = $rows;
3313
+	$this->rows = $rows;
3314 3314
   }
3315 3315
   public function getRows()
3316 3316
   {
3317
-    return $this->rows;
3317
+	return $this->rows;
3318 3318
   }
3319 3319
   public function setTotalRows($totalRows)
3320 3320
   {
3321
-    $this->totalRows = $totalRows;
3321
+	$this->totalRows = $totalRows;
3322 3322
   }
3323 3323
   public function getTotalRows()
3324 3324
   {
3325
-    return $this->totalRows;
3325
+	return $this->totalRows;
3326 3326
   }
3327 3327
 }
3328 3328
 
@@ -3341,43 +3341,43 @@  discard block
 block discarded – undo
3341 3341
 
3342 3342
   public function setDescription($description)
3343 3343
   {
3344
-    $this->description = $description;
3344
+	$this->description = $description;
3345 3345
   }
3346 3346
   public function getDescription()
3347 3347
   {
3348
-    return $this->description;
3348
+	return $this->description;
3349 3349
   }
3350 3350
   public function setFields($fields)
3351 3351
   {
3352
-    $this->fields = $fields;
3352
+	$this->fields = $fields;
3353 3353
   }
3354 3354
   public function getFields()
3355 3355
   {
3356
-    return $this->fields;
3356
+	return $this->fields;
3357 3357
   }
3358 3358
   public function setMode($mode)
3359 3359
   {
3360
-    $this->mode = $mode;
3360
+	$this->mode = $mode;
3361 3361
   }
3362 3362
   public function getMode()
3363 3363
   {
3364
-    return $this->mode;
3364
+	return $this->mode;
3365 3365
   }
3366 3366
   public function setName($name)
3367 3367
   {
3368
-    $this->name = $name;
3368
+	$this->name = $name;
3369 3369
   }
3370 3370
   public function getName()
3371 3371
   {
3372
-    return $this->name;
3372
+	return $this->name;
3373 3373
   }
3374 3374
   public function setType($type)
3375 3375
   {
3376
-    $this->type = $type;
3376
+	$this->type = $type;
3377 3377
   }
3378 3378
   public function getType()
3379 3379
   {
3380
-    return $this->type;
3380
+	return $this->type;
3381 3381
   }
3382 3382
 }
3383 3383
 
@@ -3396,43 +3396,43 @@  discard block
 block discarded – undo
3396 3396
 
3397 3397
   public function setEtag($etag)
3398 3398
   {
3399
-    $this->etag = $etag;
3399
+	$this->etag = $etag;
3400 3400
   }
3401 3401
   public function getEtag()
3402 3402
   {
3403
-    return $this->etag;
3403
+	return $this->etag;
3404 3404
   }
3405 3405
   public function setKind($kind)
3406 3406
   {
3407
-    $this->kind = $kind;
3407
+	$this->kind = $kind;
3408 3408
   }
3409 3409
   public function getKind()
3410 3410
   {
3411
-    return $this->kind;
3411
+	return $this->kind;
3412 3412
   }
3413 3413
   public function setNextPageToken($nextPageToken)
3414 3414
   {
3415
-    $this->nextPageToken = $nextPageToken;
3415
+	$this->nextPageToken = $nextPageToken;
3416 3416
   }
3417 3417
   public function getNextPageToken()
3418 3418
   {
3419
-    return $this->nextPageToken;
3419
+	return $this->nextPageToken;
3420 3420
   }
3421 3421
   public function setTables($tables)
3422 3422
   {
3423
-    $this->tables = $tables;
3423
+	$this->tables = $tables;
3424 3424
   }
3425 3425
   public function getTables()
3426 3426
   {
3427
-    return $this->tables;
3427
+	return $this->tables;
3428 3428
   }
3429 3429
   public function setTotalItems($totalItems)
3430 3430
   {
3431
-    $this->totalItems = $totalItems;
3431
+	$this->totalItems = $totalItems;
3432 3432
   }
3433 3433
   public function getTotalItems()
3434 3434
   {
3435
-    return $this->totalItems;
3435
+	return $this->totalItems;
3436 3436
   }
3437 3437
 }
3438 3438
 
@@ -3450,43 +3450,43 @@  discard block
 block discarded – undo
3450 3450
 
3451 3451
   public function setFriendlyName($friendlyName)
3452 3452
   {
3453
-    $this->friendlyName = $friendlyName;
3453
+	$this->friendlyName = $friendlyName;
3454 3454
   }
3455 3455
   public function getFriendlyName()
3456 3456
   {
3457
-    return $this->friendlyName;
3457
+	return $this->friendlyName;
3458 3458
   }
3459 3459
   public function setId($id)
3460 3460
   {
3461
-    $this->id = $id;
3461
+	$this->id = $id;
3462 3462
   }
3463 3463
   public function getId()
3464 3464
   {
3465
-    return $this->id;
3465
+	return $this->id;
3466 3466
   }
3467 3467
   public function setKind($kind)
3468 3468
   {
3469
-    $this->kind = $kind;
3469
+	$this->kind = $kind;
3470 3470
   }
3471 3471
   public function getKind()
3472 3472
   {
3473
-    return $this->kind;
3473
+	return $this->kind;
3474 3474
   }
3475 3475
   public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
3476 3476
   {
3477
-    $this->tableReference = $tableReference;
3477
+	$this->tableReference = $tableReference;
3478 3478
   }
3479 3479
   public function getTableReference()
3480 3480
   {
3481
-    return $this->tableReference;
3481
+	return $this->tableReference;
3482 3482
   }
3483 3483
   public function setType($type)
3484 3484
   {
3485
-    $this->type = $type;
3485
+	$this->type = $type;
3486 3486
   }
3487 3487
   public function getType()
3488 3488
   {
3489
-    return $this->type;
3489
+	return $this->type;
3490 3490
   }
3491 3491
 }
3492 3492
 
@@ -3501,27 +3501,27 @@  discard block
 block discarded – undo
3501 3501
 
3502 3502
   public function setDatasetId($datasetId)
3503 3503
   {
3504
-    $this->datasetId = $datasetId;
3504
+	$this->datasetId = $datasetId;
3505 3505
   }
3506 3506
   public function getDatasetId()
3507 3507
   {
3508
-    return $this->datasetId;
3508
+	return $this->datasetId;
3509 3509
   }
3510 3510
   public function setProjectId($projectId)
3511 3511
   {
3512
-    $this->projectId = $projectId;
3512
+	$this->projectId = $projectId;
3513 3513
   }
3514 3514
   public function getProjectId()
3515 3515
   {
3516
-    return $this->projectId;
3516
+	return $this->projectId;
3517 3517
   }
3518 3518
   public function setTableId($tableId)
3519 3519
   {
3520
-    $this->tableId = $tableId;
3520
+	$this->tableId = $tableId;
3521 3521
   }
3522 3522
   public function getTableId()
3523 3523
   {
3524
-    return $this->tableId;
3524
+	return $this->tableId;
3525 3525
   }
3526 3526
 }
3527 3527
 
@@ -3536,11 +3536,11 @@  discard block
 block discarded – undo
3536 3536
 
3537 3537
   public function setF($f)
3538 3538
   {
3539
-    $this->f = $f;
3539
+	$this->f = $f;
3540 3540
   }
3541 3541
   public function getF()
3542 3542
   {
3543
-    return $this->f;
3543
+	return $this->f;
3544 3544
   }
3545 3545
 }
3546 3546
 
@@ -3555,11 +3555,11 @@  discard block
 block discarded – undo
3555 3555
 
3556 3556
   public function setFields($fields)
3557 3557
   {
3558
-    $this->fields = $fields;
3558
+	$this->fields = $fields;
3559 3559
   }
3560 3560
   public function getFields()
3561 3561
   {
3562
-    return $this->fields;
3562
+	return $this->fields;
3563 3563
   }
3564 3564
 }
3565 3565
 
@@ -3573,19 +3573,19 @@  discard block
 block discarded – undo
3573 3573
 
3574 3574
   public function setInlineCode($inlineCode)
3575 3575
   {
3576
-    $this->inlineCode = $inlineCode;
3576
+	$this->inlineCode = $inlineCode;
3577 3577
   }
3578 3578
   public function getInlineCode()
3579 3579
   {
3580
-    return $this->inlineCode;
3580
+	return $this->inlineCode;
3581 3581
   }
3582 3582
   public function setResourceUri($resourceUri)
3583 3583
   {
3584
-    $this->resourceUri = $resourceUri;
3584
+	$this->resourceUri = $resourceUri;
3585 3585
   }
3586 3586
   public function getResourceUri()
3587 3587
   {
3588
-    return $this->resourceUri;
3588
+	return $this->resourceUri;
3589 3589
   }
3590 3590
 }
3591 3591
 
@@ -3598,10 +3598,10 @@  discard block
 block discarded – undo
3598 3598
 
3599 3599
   public function setQuery($query)
3600 3600
   {
3601
-    $this->query = $query;
3601
+	$this->query = $query;
3602 3602
   }
3603 3603
   public function getQuery()
3604 3604
   {
3605
-    return $this->query;
3605
+	return $this->query;
3606 3606
   }
3607 3607
 }
Please login to merge, or discard this patch.
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'type' => 'boolean',
98 98
                 ),
99 99
               ),
100
-            ),'get' => array(
100
+            ), 'get' => array(
101 101
               'path' => 'projects/{projectId}/datasets/{datasetId}',
102 102
               'httpMethod' => 'GET',
103 103
               'parameters' => array(
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
                   'required' => true,
113 113
                 ),
114 114
               ),
115
-            ),'insert' => array(
115
+            ), 'insert' => array(
116 116
               'path' => 'projects/{projectId}/datasets',
117 117
               'httpMethod' => 'POST',
118 118
               'parameters' => array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'required' => true,
123 123
                 ),
124 124
               ),
125
-            ),'list' => array(
125
+            ), 'list' => array(
126 126
               'path' => 'projects/{projectId}/datasets',
127 127
               'httpMethod' => 'GET',
128 128
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'type' => 'integer',
145 145
                 ),
146 146
               ),
147
-            ),'patch' => array(
147
+            ), 'patch' => array(
148 148
               'path' => 'projects/{projectId}/datasets/{datasetId}',
149 149
               'httpMethod' => 'PATCH',
150 150
               'parameters' => array(
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'update' => array(
162
+            ), 'update' => array(
163 163
               'path' => 'projects/{projectId}/datasets/{datasetId}',
164 164
               'httpMethod' => 'PUT',
165 165
               'parameters' => array(
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
                   'required' => true,
200 200
                 ),
201 201
               ),
202
-            ),'get' => array(
202
+            ), 'get' => array(
203 203
               'path' => 'projects/{projectId}/jobs/{jobId}',
204 204
               'httpMethod' => 'GET',
205 205
               'parameters' => array(
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                   'required' => true,
215 215
                 ),
216 216
               ),
217
-            ),'getQueryResults' => array(
217
+            ), 'getQueryResults' => array(
218 218
               'path' => 'projects/{projectId}/queries/{jobId}',
219 219
               'httpMethod' => 'GET',
220 220
               'parameters' => array(
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
                   'type' => 'string',
246 246
                 ),
247 247
               ),
248
-            ),'insert' => array(
248
+            ), 'insert' => array(
249 249
               'path' => 'projects/{projectId}/jobs',
250 250
               'httpMethod' => 'POST',
251 251
               'parameters' => array(
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
                   'required' => true,
256 256
                 ),
257 257
               ),
258
-            ),'list' => array(
258
+            ), 'list' => array(
259 259
               'path' => 'projects/{projectId}/jobs',
260 260
               'httpMethod' => 'GET',
261 261
               'parameters' => array(
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
                   'type' => 'string',
287 287
                 ),
288 288
               ),
289
-            ),'query' => array(
289
+            ), 'query' => array(
290 290
               'path' => 'projects/{projectId}/queries',
291 291
               'httpMethod' => 'POST',
292 292
               'parameters' => array(
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
                   'required' => true,
350 350
                 ),
351 351
               ),
352
-            ),'list' => array(
352
+            ), 'list' => array(
353 353
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
354 354
               'httpMethod' => 'GET',
355 355
               'parameters' => array(
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
                   'required' => true,
412 412
                 ),
413 413
               ),
414
-            ),'get' => array(
414
+            ), 'get' => array(
415 415
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
416 416
               'httpMethod' => 'GET',
417 417
               'parameters' => array(
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
                   'required' => true,
432 432
                 ),
433 433
               ),
434
-            ),'insert' => array(
434
+            ), 'insert' => array(
435 435
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
436 436
               'httpMethod' => 'POST',
437 437
               'parameters' => array(
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
                   'required' => true,
447 447
                 ),
448 448
               ),
449
-            ),'list' => array(
449
+            ), 'list' => array(
450 450
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
451 451
               'httpMethod' => 'GET',
452 452
               'parameters' => array(
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
                   'type' => 'integer',
470 470
                 ),
471 471
               ),
472
-            ),'patch' => array(
472
+            ), 'patch' => array(
473 473
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
474 474
               'httpMethod' => 'PATCH',
475 475
               'parameters' => array(
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
                   'required' => true,
490 490
                 ),
491 491
               ),
492
-            ),'update' => array(
492
+            ), 'update' => array(
493 493
               'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
494 494
               'httpMethod' => 'PUT',
495 495
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Blogger.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1259,7 +1259,7 @@  discard block
 block discarded – undo
1259 1259
    * Add a page. (pages.insert)
1260 1260
    *
1261 1261
    * @param string $blogId ID of the blog to add the page to.
1262
-   * @param Google_Page $postBody
1262
+   * @param Google_Service_Blogger_Page $postBody
1263 1263
    * @param array $optParams Optional parameters.
1264 1264
    *
1265 1265
    * @opt_param bool isDraft Whether to create the page as a draft (default:
@@ -1300,7 +1300,7 @@  discard block
 block discarded – undo
1300 1300
    *
1301 1301
    * @param string $blogId The ID of the Blog.
1302 1302
    * @param string $pageId The ID of the Page.
1303
-   * @param Google_Page $postBody
1303
+   * @param Google_Service_Blogger_Page $postBody
1304 1304
    * @param array $optParams Optional parameters.
1305 1305
    *
1306 1306
    * @opt_param bool revert Whether a revert action should be performed when the
@@ -1351,7 +1351,7 @@  discard block
 block discarded – undo
1351 1351
    *
1352 1352
    * @param string $blogId The ID of the Blog.
1353 1353
    * @param string $pageId The ID of the Page.
1354
-   * @param Google_Page $postBody
1354
+   * @param Google_Service_Blogger_Page $postBody
1355 1355
    * @param array $optParams Optional parameters.
1356 1356
    *
1357 1357
    * @opt_param bool revert Whether a revert action should be performed when the
@@ -1511,7 +1511,7 @@  discard block
 block discarded – undo
1511 1511
    * Add a post. (posts.insert)
1512 1512
    *
1513 1513
    * @param string $blogId ID of the blog to add the post to.
1514
-   * @param Google_Post $postBody
1514
+   * @param Google_Service_Blogger_Post $postBody
1515 1515
    * @param array $optParams Optional parameters.
1516 1516
    *
1517 1517
    * @opt_param bool fetchImages Whether image URL metadata for each post is
@@ -1565,7 +1565,7 @@  discard block
 block discarded – undo
1565 1565
    *
1566 1566
    * @param string $blogId The ID of the Blog.
1567 1567
    * @param string $postId The ID of the Post.
1568
-   * @param Google_Post $postBody
1568
+   * @param Google_Service_Blogger_Post $postBody
1569 1569
    * @param array $optParams Optional parameters.
1570 1570
    *
1571 1571
    * @opt_param bool revert Whether a revert action should be performed when the
@@ -1649,7 +1649,7 @@  discard block
 block discarded – undo
1649 1649
    *
1650 1650
    * @param string $blogId The ID of the Blog.
1651 1651
    * @param string $postId The ID of the Post.
1652
-   * @param Google_Post $postBody
1652
+   * @param Google_Service_Blogger_Post $postBody
1653 1653
    * @param array $optParams Optional parameters.
1654 1654
    *
1655 1655
    * @opt_param bool revert Whether a revert action should be performed when the
Please login to merge, or discard this patch.
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.
geodirectory-admin/google-api-php-client/src/Google/Service/Books.php 3 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1515,7 +1515,7 @@  discard block
 block discarded – undo
1515 1515
   /**
1516 1516
    * (cloudloading.updateBook)
1517 1517
    *
1518
-   * @param Google_BooksCloudloadingResource $postBody
1518
+   * @param Google_Service_Books_BooksCloudloadingResource $postBody
1519 1519
    * @param array $optParams Optional parameters.
1520 1520
    * @return Google_Service_Books_BooksCloudloadingResource
1521 1521
    */
@@ -1851,7 +1851,7 @@  discard block
 block discarded – undo
1851 1851
    * overwrite the existing sub-object stored in the server. Unspecified sub-
1852 1852
    * objects will retain the existing value. (myconfig.updateUserSettings)
1853 1853
    *
1854
-   * @param Google_Usersettings $postBody
1854
+   * @param Google_Service_Books_Usersettings $postBody
1855 1855
    * @param array $optParams Optional parameters.
1856 1856
    * @return Google_Service_Books_Usersettings
1857 1857
    */
@@ -1904,7 +1904,7 @@  discard block
 block discarded – undo
1904 1904
   /**
1905 1905
    * Inserts a new annotation. (annotations.insert)
1906 1906
    *
1907
-   * @param Google_Annotation $postBody
1907
+   * @param Google_Service_Books_Annotation $postBody
1908 1908
    * @param array $optParams Optional parameters.
1909 1909
    *
1910 1910
    * @opt_param string country ISO-3166-1 code to override the IP-based location.
@@ -1969,7 +1969,7 @@  discard block
 block discarded – undo
1969 1969
    * Updates an existing annotation. (annotations.update)
1970 1970
    *
1971 1971
    * @param string $annotationId The ID for the annotation to update.
1972
-   * @param Google_Annotation $postBody
1972
+   * @param Google_Service_Books_Annotation $postBody
1973 1973
    * @param array $optParams Optional parameters.
1974 1974
    *
1975 1975
    * @opt_param string source String to identify the originator of this request.
Please login to merge, or discard this patch.
Indentation   +2210 added lines, -2210 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your books. */
34 34
   const BOOKS =
35
-      "https://www.googleapis.com/auth/books";
35
+	  "https://www.googleapis.com/auth/books";
36 36
 
37 37
   public $bookshelves;
38 38
   public $bookshelves_volumes;
@@ -62,1325 +62,1325 @@  discard block
 block discarded – undo
62 62
    */
63 63
   public function __construct(Google_Client $client)
64 64
   {
65
-    parent::__construct($client);
66
-    $this->rootUrl = 'https://www.googleapis.com/';
67
-    $this->servicePath = 'books/v1/';
68
-    $this->version = 'v1';
69
-    $this->serviceName = 'books';
70
-
71
-    $this->bookshelves = new Google_Service_Books_Bookshelves_Resource(
72
-        $this,
73
-        $this->serviceName,
74
-        'bookshelves',
75
-        array(
76
-          'methods' => array(
77
-            'get' => array(
78
-              'path' => 'users/{userId}/bookshelves/{shelf}',
79
-              'httpMethod' => 'GET',
80
-              'parameters' => array(
81
-                'userId' => array(
82
-                  'location' => 'path',
83
-                  'type' => 'string',
84
-                  'required' => true,
85
-                ),
86
-                'shelf' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-                'source' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-              ),
96
-            ),'list' => array(
97
-              'path' => 'users/{userId}/bookshelves',
98
-              'httpMethod' => 'GET',
99
-              'parameters' => array(
100
-                'userId' => array(
101
-                  'location' => 'path',
102
-                  'type' => 'string',
103
-                  'required' => true,
104
-                ),
105
-                'source' => array(
106
-                  'location' => 'query',
107
-                  'type' => 'string',
108
-                ),
109
-              ),
110
-            ),
111
-          )
112
-        )
113
-    );
114
-    $this->bookshelves_volumes = new Google_Service_Books_BookshelvesVolumes_Resource(
115
-        $this,
116
-        $this->serviceName,
117
-        'volumes',
118
-        array(
119
-          'methods' => array(
120
-            'list' => array(
121
-              'path' => 'users/{userId}/bookshelves/{shelf}/volumes',
122
-              'httpMethod' => 'GET',
123
-              'parameters' => array(
124
-                'userId' => array(
125
-                  'location' => 'path',
126
-                  'type' => 'string',
127
-                  'required' => true,
128
-                ),
129
-                'shelf' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'showPreorders' => array(
135
-                  'location' => 'query',
136
-                  'type' => 'boolean',
137
-                ),
138
-                'maxResults' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'integer',
141
-                ),
142
-                'source' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'string',
145
-                ),
146
-                'startIndex' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'integer',
149
-                ),
150
-              ),
151
-            ),
152
-          )
153
-        )
154
-    );
155
-    $this->cloudloading = new Google_Service_Books_Cloudloading_Resource(
156
-        $this,
157
-        $this->serviceName,
158
-        'cloudloading',
159
-        array(
160
-          'methods' => array(
161
-            'addBook' => array(
162
-              'path' => 'cloudloading/addBook',
163
-              'httpMethod' => 'POST',
164
-              'parameters' => array(
165
-                'upload_client_token' => array(
166
-                  'location' => 'query',
167
-                  'type' => 'string',
168
-                ),
169
-                'drive_document_id' => array(
170
-                  'location' => 'query',
171
-                  'type' => 'string',
172
-                ),
173
-                'mime_type' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'string',
176
-                ),
177
-                'name' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'string',
180
-                ),
181
-              ),
182
-            ),'deleteBook' => array(
183
-              'path' => 'cloudloading/deleteBook',
184
-              'httpMethod' => 'POST',
185
-              'parameters' => array(
186
-                'volumeId' => array(
187
-                  'location' => 'query',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-              ),
192
-            ),'updateBook' => array(
193
-              'path' => 'cloudloading/updateBook',
194
-              'httpMethod' => 'POST',
195
-              'parameters' => array(),
196
-            ),
197
-          )
198
-        )
199
-    );
200
-    $this->dictionary = new Google_Service_Books_Dictionary_Resource(
201
-        $this,
202
-        $this->serviceName,
203
-        'dictionary',
204
-        array(
205
-          'methods' => array(
206
-            'listOfflineMetadata' => array(
207
-              'path' => 'dictionary/listOfflineMetadata',
208
-              'httpMethod' => 'GET',
209
-              'parameters' => array(
210
-                'cpksver' => array(
211
-                  'location' => 'query',
212
-                  'type' => 'string',
213
-                  'required' => true,
214
-                ),
215
-              ),
216
-            ),
217
-          )
218
-        )
219
-    );
220
-    $this->layers = new Google_Service_Books_Layers_Resource(
221
-        $this,
222
-        $this->serviceName,
223
-        'layers',
224
-        array(
225
-          'methods' => array(
226
-            'get' => array(
227
-              'path' => 'volumes/{volumeId}/layersummary/{summaryId}',
228
-              'httpMethod' => 'GET',
229
-              'parameters' => array(
230
-                'volumeId' => array(
231
-                  'location' => 'path',
232
-                  'type' => 'string',
233
-                  'required' => true,
234
-                ),
235
-                'summaryId' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'source' => array(
241
-                  'location' => 'query',
242
-                  'type' => 'string',
243
-                ),
244
-                'contentVersion' => array(
245
-                  'location' => 'query',
246
-                  'type' => 'string',
247
-                ),
248
-              ),
249
-            ),'list' => array(
250
-              'path' => 'volumes/{volumeId}/layersummary',
251
-              'httpMethod' => 'GET',
252
-              'parameters' => array(
253
-                'volumeId' => array(
254
-                  'location' => 'path',
255
-                  'type' => 'string',
256
-                  'required' => true,
257
-                ),
258
-                'pageToken' => array(
259
-                  'location' => 'query',
260
-                  'type' => 'string',
261
-                ),
262
-                'contentVersion' => array(
263
-                  'location' => 'query',
264
-                  'type' => 'string',
265
-                ),
266
-                'maxResults' => array(
267
-                  'location' => 'query',
268
-                  'type' => 'integer',
269
-                ),
270
-                'source' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                ),
274
-              ),
275
-            ),
276
-          )
277
-        )
278
-    );
279
-    $this->layers_annotationData = new Google_Service_Books_LayersAnnotationData_Resource(
280
-        $this,
281
-        $this->serviceName,
282
-        'annotationData',
283
-        array(
284
-          'methods' => array(
285
-            'get' => array(
286
-              'path' => 'volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}',
287
-              'httpMethod' => 'GET',
288
-              'parameters' => array(
289
-                'volumeId' => array(
290
-                  'location' => 'path',
291
-                  'type' => 'string',
292
-                  'required' => true,
293
-                ),
294
-                'layerId' => array(
295
-                  'location' => 'path',
296
-                  'type' => 'string',
297
-                  'required' => true,
298
-                ),
299
-                'annotationDataId' => array(
300
-                  'location' => 'path',
301
-                  'type' => 'string',
302
-                  'required' => true,
303
-                ),
304
-                'contentVersion' => array(
305
-                  'location' => 'query',
306
-                  'type' => 'string',
307
-                  'required' => true,
308
-                ),
309
-                'scale' => array(
310
-                  'location' => 'query',
311
-                  'type' => 'integer',
312
-                ),
313
-                'source' => array(
314
-                  'location' => 'query',
315
-                  'type' => 'string',
316
-                ),
317
-                'allowWebDefinitions' => array(
318
-                  'location' => 'query',
319
-                  'type' => 'boolean',
320
-                ),
321
-                'h' => array(
322
-                  'location' => 'query',
323
-                  'type' => 'integer',
324
-                ),
325
-                'locale' => array(
326
-                  'location' => 'query',
327
-                  'type' => 'string',
328
-                ),
329
-                'w' => array(
330
-                  'location' => 'query',
331
-                  'type' => 'integer',
332
-                ),
333
-              ),
334
-            ),'list' => array(
335
-              'path' => 'volumes/{volumeId}/layers/{layerId}/data',
336
-              'httpMethod' => 'GET',
337
-              'parameters' => array(
338
-                'volumeId' => array(
339
-                  'location' => 'path',
340
-                  'type' => 'string',
341
-                  'required' => true,
342
-                ),
343
-                'layerId' => array(
344
-                  'location' => 'path',
345
-                  'type' => 'string',
346
-                  'required' => true,
347
-                ),
348
-                'contentVersion' => array(
349
-                  'location' => 'query',
350
-                  'type' => 'string',
351
-                  'required' => true,
352
-                ),
353
-                'scale' => array(
354
-                  'location' => 'query',
355
-                  'type' => 'integer',
356
-                ),
357
-                'source' => array(
358
-                  'location' => 'query',
359
-                  'type' => 'string',
360
-                ),
361
-                'locale' => array(
362
-                  'location' => 'query',
363
-                  'type' => 'string',
364
-                ),
365
-                'h' => array(
366
-                  'location' => 'query',
367
-                  'type' => 'integer',
368
-                ),
369
-                'updatedMax' => array(
370
-                  'location' => 'query',
371
-                  'type' => 'string',
372
-                ),
373
-                'maxResults' => array(
374
-                  'location' => 'query',
375
-                  'type' => 'integer',
376
-                ),
377
-                'annotationDataId' => array(
378
-                  'location' => 'query',
379
-                  'type' => 'string',
380
-                  'repeated' => true,
381
-                ),
382
-                'pageToken' => array(
383
-                  'location' => 'query',
384
-                  'type' => 'string',
385
-                ),
386
-                'w' => array(
387
-                  'location' => 'query',
388
-                  'type' => 'integer',
389
-                ),
390
-                'updatedMin' => array(
391
-                  'location' => 'query',
392
-                  'type' => 'string',
393
-                ),
394
-              ),
395
-            ),
396
-          )
397
-        )
398
-    );
399
-    $this->layers_volumeAnnotations = new Google_Service_Books_LayersVolumeAnnotations_Resource(
400
-        $this,
401
-        $this->serviceName,
402
-        'volumeAnnotations',
403
-        array(
404
-          'methods' => array(
405
-            'get' => array(
406
-              'path' => 'volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
407
-              'httpMethod' => 'GET',
408
-              'parameters' => array(
409
-                'volumeId' => array(
410
-                  'location' => 'path',
411
-                  'type' => 'string',
412
-                  'required' => true,
413
-                ),
414
-                'layerId' => array(
415
-                  'location' => 'path',
416
-                  'type' => 'string',
417
-                  'required' => true,
418
-                ),
419
-                'annotationId' => array(
420
-                  'location' => 'path',
421
-                  'type' => 'string',
422
-                  'required' => true,
423
-                ),
424
-                'locale' => array(
425
-                  'location' => 'query',
426
-                  'type' => 'string',
427
-                ),
428
-                'source' => array(
429
-                  'location' => 'query',
430
-                  'type' => 'string',
431
-                ),
432
-              ),
433
-            ),'list' => array(
434
-              'path' => 'volumes/{volumeId}/layers/{layerId}',
435
-              'httpMethod' => 'GET',
436
-              'parameters' => array(
437
-                'volumeId' => array(
438
-                  'location' => 'path',
439
-                  'type' => 'string',
440
-                  'required' => true,
441
-                ),
442
-                'layerId' => array(
443
-                  'location' => 'path',
444
-                  'type' => 'string',
445
-                  'required' => true,
446
-                ),
447
-                'contentVersion' => array(
448
-                  'location' => 'query',
449
-                  'type' => 'string',
450
-                  'required' => true,
451
-                ),
452
-                'showDeleted' => array(
453
-                  'location' => 'query',
454
-                  'type' => 'boolean',
455
-                ),
456
-                'volumeAnnotationsVersion' => array(
457
-                  'location' => 'query',
458
-                  'type' => 'string',
459
-                ),
460
-                'endPosition' => array(
461
-                  'location' => 'query',
462
-                  'type' => 'string',
463
-                ),
464
-                'endOffset' => array(
465
-                  'location' => 'query',
466
-                  'type' => 'string',
467
-                ),
468
-                'locale' => array(
469
-                  'location' => 'query',
470
-                  'type' => 'string',
471
-                ),
472
-                'updatedMin' => array(
473
-                  'location' => 'query',
474
-                  'type' => 'string',
475
-                ),
476
-                'updatedMax' => array(
477
-                  'location' => 'query',
478
-                  'type' => 'string',
479
-                ),
480
-                'maxResults' => array(
481
-                  'location' => 'query',
482
-                  'type' => 'integer',
483
-                ),
484
-                'pageToken' => array(
485
-                  'location' => 'query',
486
-                  'type' => 'string',
487
-                ),
488
-                'source' => array(
489
-                  'location' => 'query',
490
-                  'type' => 'string',
491
-                ),
492
-                'startOffset' => array(
493
-                  'location' => 'query',
494
-                  'type' => 'string',
495
-                ),
496
-                'startPosition' => array(
497
-                  'location' => 'query',
498
-                  'type' => 'string',
499
-                ),
500
-              ),
501
-            ),
502
-          )
503
-        )
504
-    );
505
-    $this->myconfig = new Google_Service_Books_Myconfig_Resource(
506
-        $this,
507
-        $this->serviceName,
508
-        'myconfig',
509
-        array(
510
-          'methods' => array(
511
-            'getUserSettings' => array(
512
-              'path' => 'myconfig/getUserSettings',
513
-              'httpMethod' => 'GET',
514
-              'parameters' => array(),
515
-            ),'releaseDownloadAccess' => array(
516
-              'path' => 'myconfig/releaseDownloadAccess',
517
-              'httpMethod' => 'POST',
518
-              'parameters' => array(
519
-                'volumeIds' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'string',
522
-                  'repeated' => true,
523
-                  'required' => true,
524
-                ),
525
-                'cpksver' => array(
526
-                  'location' => 'query',
527
-                  'type' => 'string',
528
-                  'required' => true,
529
-                ),
530
-                'locale' => array(
531
-                  'location' => 'query',
532
-                  'type' => 'string',
533
-                ),
534
-                'source' => array(
535
-                  'location' => 'query',
536
-                  'type' => 'string',
537
-                ),
538
-              ),
539
-            ),'requestAccess' => array(
540
-              'path' => 'myconfig/requestAccess',
541
-              'httpMethod' => 'POST',
542
-              'parameters' => array(
543
-                'source' => array(
544
-                  'location' => 'query',
545
-                  'type' => 'string',
546
-                  'required' => true,
547
-                ),
548
-                'volumeId' => array(
549
-                  'location' => 'query',
550
-                  'type' => 'string',
551
-                  'required' => true,
552
-                ),
553
-                'nonce' => array(
554
-                  'location' => 'query',
555
-                  'type' => 'string',
556
-                  'required' => true,
557
-                ),
558
-                'cpksver' => array(
559
-                  'location' => 'query',
560
-                  'type' => 'string',
561
-                  'required' => true,
562
-                ),
563
-                'licenseTypes' => array(
564
-                  'location' => 'query',
565
-                  'type' => 'string',
566
-                ),
567
-                'locale' => array(
568
-                  'location' => 'query',
569
-                  'type' => 'string',
570
-                ),
571
-              ),
572
-            ),'syncVolumeLicenses' => array(
573
-              'path' => 'myconfig/syncVolumeLicenses',
574
-              'httpMethod' => 'POST',
575
-              'parameters' => array(
576
-                'source' => array(
577
-                  'location' => 'query',
578
-                  'type' => 'string',
579
-                  'required' => true,
580
-                ),
581
-                'nonce' => array(
582
-                  'location' => 'query',
583
-                  'type' => 'string',
584
-                  'required' => true,
585
-                ),
586
-                'cpksver' => array(
587
-                  'location' => 'query',
588
-                  'type' => 'string',
589
-                  'required' => true,
590
-                ),
591
-                'features' => array(
592
-                  'location' => 'query',
593
-                  'type' => 'string',
594
-                  'repeated' => true,
595
-                ),
596
-                'locale' => array(
597
-                  'location' => 'query',
598
-                  'type' => 'string',
599
-                ),
600
-                'showPreorders' => array(
601
-                  'location' => 'query',
602
-                  'type' => 'boolean',
603
-                ),
604
-                'volumeIds' => array(
605
-                  'location' => 'query',
606
-                  'type' => 'string',
607
-                  'repeated' => true,
608
-                ),
609
-              ),
610
-            ),'updateUserSettings' => array(
611
-              'path' => 'myconfig/updateUserSettings',
612
-              'httpMethod' => 'POST',
613
-              'parameters' => array(),
614
-            ),
615
-          )
616
-        )
617
-    );
618
-    $this->mylibrary_annotations = new Google_Service_Books_MylibraryAnnotations_Resource(
619
-        $this,
620
-        $this->serviceName,
621
-        'annotations',
622
-        array(
623
-          'methods' => array(
624
-            'delete' => array(
625
-              'path' => 'mylibrary/annotations/{annotationId}',
626
-              'httpMethod' => 'DELETE',
627
-              'parameters' => array(
628
-                'annotationId' => array(
629
-                  'location' => 'path',
630
-                  'type' => 'string',
631
-                  'required' => true,
632
-                ),
633
-                'source' => array(
634
-                  'location' => 'query',
635
-                  'type' => 'string',
636
-                ),
637
-              ),
638
-            ),'insert' => array(
639
-              'path' => 'mylibrary/annotations',
640
-              'httpMethod' => 'POST',
641
-              'parameters' => array(
642
-                'country' => array(
643
-                  'location' => 'query',
644
-                  'type' => 'string',
645
-                ),
646
-                'showOnlySummaryInResponse' => array(
647
-                  'location' => 'query',
648
-                  'type' => 'boolean',
649
-                ),
650
-                'source' => array(
651
-                  'location' => 'query',
652
-                  'type' => 'string',
653
-                ),
654
-              ),
655
-            ),'list' => array(
656
-              'path' => 'mylibrary/annotations',
657
-              'httpMethod' => 'GET',
658
-              'parameters' => array(
659
-                'showDeleted' => array(
660
-                  'location' => 'query',
661
-                  'type' => 'boolean',
662
-                ),
663
-                'updatedMin' => array(
664
-                  'location' => 'query',
665
-                  'type' => 'string',
666
-                ),
667
-                'layerIds' => array(
668
-                  'location' => 'query',
669
-                  'type' => 'string',
670
-                  'repeated' => true,
671
-                ),
672
-                'volumeId' => array(
673
-                  'location' => 'query',
674
-                  'type' => 'string',
675
-                ),
676
-                'maxResults' => array(
677
-                  'location' => 'query',
678
-                  'type' => 'integer',
679
-                ),
680
-                'pageToken' => array(
681
-                  'location' => 'query',
682
-                  'type' => 'string',
683
-                ),
684
-                'updatedMax' => array(
685
-                  'location' => 'query',
686
-                  'type' => 'string',
687
-                ),
688
-                'contentVersion' => array(
689
-                  'location' => 'query',
690
-                  'type' => 'string',
691
-                ),
692
-                'source' => array(
693
-                  'location' => 'query',
694
-                  'type' => 'string',
695
-                ),
696
-                'layerId' => array(
697
-                  'location' => 'query',
698
-                  'type' => 'string',
699
-                ),
700
-              ),
701
-            ),'summary' => array(
702
-              'path' => 'mylibrary/annotations/summary',
703
-              'httpMethod' => 'POST',
704
-              'parameters' => array(
705
-                'layerIds' => array(
706
-                  'location' => 'query',
707
-                  'type' => 'string',
708
-                  'repeated' => true,
709
-                  'required' => true,
710
-                ),
711
-                'volumeId' => array(
712
-                  'location' => 'query',
713
-                  'type' => 'string',
714
-                  'required' => true,
715
-                ),
716
-              ),
717
-            ),'update' => array(
718
-              'path' => 'mylibrary/annotations/{annotationId}',
719
-              'httpMethod' => 'PUT',
720
-              'parameters' => array(
721
-                'annotationId' => array(
722
-                  'location' => 'path',
723
-                  'type' => 'string',
724
-                  'required' => true,
725
-                ),
726
-                'source' => array(
727
-                  'location' => 'query',
728
-                  'type' => 'string',
729
-                ),
730
-              ),
731
-            ),
732
-          )
733
-        )
734
-    );
735
-    $this->mylibrary_bookshelves = new Google_Service_Books_MylibraryBookshelves_Resource(
736
-        $this,
737
-        $this->serviceName,
738
-        'bookshelves',
739
-        array(
740
-          'methods' => array(
741
-            'addVolume' => array(
742
-              'path' => 'mylibrary/bookshelves/{shelf}/addVolume',
743
-              'httpMethod' => 'POST',
744
-              'parameters' => array(
745
-                'shelf' => array(
746
-                  'location' => 'path',
747
-                  'type' => 'string',
748
-                  'required' => true,
749
-                ),
750
-                'volumeId' => array(
751
-                  'location' => 'query',
752
-                  'type' => 'string',
753
-                  'required' => true,
754
-                ),
755
-                'reason' => array(
756
-                  'location' => 'query',
757
-                  'type' => 'string',
758
-                ),
759
-                'source' => array(
760
-                  'location' => 'query',
761
-                  'type' => 'string',
762
-                ),
763
-              ),
764
-            ),'clearVolumes' => array(
765
-              'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes',
766
-              'httpMethod' => 'POST',
767
-              'parameters' => array(
768
-                'shelf' => array(
769
-                  'location' => 'path',
770
-                  'type' => 'string',
771
-                  'required' => true,
772
-                ),
773
-                'source' => array(
774
-                  'location' => 'query',
775
-                  'type' => 'string',
776
-                ),
777
-              ),
778
-            ),'get' => array(
779
-              'path' => 'mylibrary/bookshelves/{shelf}',
780
-              'httpMethod' => 'GET',
781
-              'parameters' => array(
782
-                'shelf' => array(
783
-                  'location' => 'path',
784
-                  'type' => 'string',
785
-                  'required' => true,
786
-                ),
787
-                'source' => array(
788
-                  'location' => 'query',
789
-                  'type' => 'string',
790
-                ),
791
-              ),
792
-            ),'list' => array(
793
-              'path' => 'mylibrary/bookshelves',
794
-              'httpMethod' => 'GET',
795
-              'parameters' => array(
796
-                'source' => array(
797
-                  'location' => 'query',
798
-                  'type' => 'string',
799
-                ),
800
-              ),
801
-            ),'moveVolume' => array(
802
-              'path' => 'mylibrary/bookshelves/{shelf}/moveVolume',
803
-              'httpMethod' => 'POST',
804
-              'parameters' => array(
805
-                'shelf' => array(
806
-                  'location' => 'path',
807
-                  'type' => 'string',
808
-                  'required' => true,
809
-                ),
810
-                'volumeId' => array(
811
-                  'location' => 'query',
812
-                  'type' => 'string',
813
-                  'required' => true,
814
-                ),
815
-                'volumePosition' => array(
816
-                  'location' => 'query',
817
-                  'type' => 'integer',
818
-                  'required' => true,
819
-                ),
820
-                'source' => array(
821
-                  'location' => 'query',
822
-                  'type' => 'string',
823
-                ),
824
-              ),
825
-            ),'removeVolume' => array(
826
-              'path' => 'mylibrary/bookshelves/{shelf}/removeVolume',
827
-              'httpMethod' => 'POST',
828
-              'parameters' => array(
829
-                'shelf' => array(
830
-                  'location' => 'path',
831
-                  'type' => 'string',
832
-                  'required' => true,
833
-                ),
834
-                'volumeId' => array(
835
-                  'location' => 'query',
836
-                  'type' => 'string',
837
-                  'required' => true,
838
-                ),
839
-                'reason' => array(
840
-                  'location' => 'query',
841
-                  'type' => 'string',
842
-                ),
843
-                'source' => array(
844
-                  'location' => 'query',
845
-                  'type' => 'string',
846
-                ),
847
-              ),
848
-            ),
849
-          )
850
-        )
851
-    );
852
-    $this->mylibrary_bookshelves_volumes = new Google_Service_Books_MylibraryBookshelvesVolumes_Resource(
853
-        $this,
854
-        $this->serviceName,
855
-        'volumes',
856
-        array(
857
-          'methods' => array(
858
-            'list' => array(
859
-              'path' => 'mylibrary/bookshelves/{shelf}/volumes',
860
-              'httpMethod' => 'GET',
861
-              'parameters' => array(
862
-                'shelf' => array(
863
-                  'location' => 'path',
864
-                  'type' => 'string',
865
-                  'required' => true,
866
-                ),
867
-                'projection' => array(
868
-                  'location' => 'query',
869
-                  'type' => 'string',
870
-                ),
871
-                'country' => array(
872
-                  'location' => 'query',
873
-                  'type' => 'string',
874
-                ),
875
-                'showPreorders' => array(
876
-                  'location' => 'query',
877
-                  'type' => 'boolean',
878
-                ),
879
-                'maxResults' => array(
880
-                  'location' => 'query',
881
-                  'type' => 'integer',
882
-                ),
883
-                'q' => array(
884
-                  'location' => 'query',
885
-                  'type' => 'string',
886
-                ),
887
-                'source' => array(
888
-                  'location' => 'query',
889
-                  'type' => 'string',
890
-                ),
891
-                'startIndex' => array(
892
-                  'location' => 'query',
893
-                  'type' => 'integer',
894
-                ),
895
-              ),
896
-            ),
897
-          )
898
-        )
899
-    );
900
-    $this->mylibrary_readingpositions = new Google_Service_Books_MylibraryReadingpositions_Resource(
901
-        $this,
902
-        $this->serviceName,
903
-        'readingpositions',
904
-        array(
905
-          'methods' => array(
906
-            'get' => array(
907
-              'path' => 'mylibrary/readingpositions/{volumeId}',
908
-              'httpMethod' => 'GET',
909
-              'parameters' => array(
910
-                'volumeId' => array(
911
-                  'location' => 'path',
912
-                  'type' => 'string',
913
-                  'required' => true,
914
-                ),
915
-                'source' => array(
916
-                  'location' => 'query',
917
-                  'type' => 'string',
918
-                ),
919
-                'contentVersion' => array(
920
-                  'location' => 'query',
921
-                  'type' => 'string',
922
-                ),
923
-              ),
924
-            ),'setPosition' => array(
925
-              'path' => 'mylibrary/readingpositions/{volumeId}/setPosition',
926
-              'httpMethod' => 'POST',
927
-              'parameters' => array(
928
-                'volumeId' => array(
929
-                  'location' => 'path',
930
-                  'type' => 'string',
931
-                  'required' => true,
932
-                ),
933
-                'timestamp' => array(
934
-                  'location' => 'query',
935
-                  'type' => 'string',
936
-                  'required' => true,
937
-                ),
938
-                'position' => array(
939
-                  'location' => 'query',
940
-                  'type' => 'string',
941
-                  'required' => true,
942
-                ),
943
-                'deviceCookie' => array(
944
-                  'location' => 'query',
945
-                  'type' => 'string',
946
-                ),
947
-                'source' => array(
948
-                  'location' => 'query',
949
-                  'type' => 'string',
950
-                ),
951
-                'contentVersion' => array(
952
-                  'location' => 'query',
953
-                  'type' => 'string',
954
-                ),
955
-                'action' => array(
956
-                  'location' => 'query',
957
-                  'type' => 'string',
958
-                ),
959
-              ),
960
-            ),
961
-          )
962
-        )
963
-    );
964
-    $this->onboarding = new Google_Service_Books_Onboarding_Resource(
965
-        $this,
966
-        $this->serviceName,
967
-        'onboarding',
968
-        array(
969
-          'methods' => array(
970
-            'listCategories' => array(
971
-              'path' => 'onboarding/listCategories',
972
-              'httpMethod' => 'GET',
973
-              'parameters' => array(
974
-                'locale' => array(
975
-                  'location' => 'query',
976
-                  'type' => 'string',
977
-                ),
978
-              ),
979
-            ),'listCategoryVolumes' => array(
980
-              'path' => 'onboarding/listCategoryVolumes',
981
-              'httpMethod' => 'GET',
982
-              'parameters' => array(
983
-                'locale' => array(
984
-                  'location' => 'query',
985
-                  'type' => 'string',
986
-                ),
987
-                'pageToken' => array(
988
-                  'location' => 'query',
989
-                  'type' => 'string',
990
-                ),
991
-                'maxAllowedMaturityRating' => array(
992
-                  'location' => 'query',
993
-                  'type' => 'string',
994
-                ),
995
-                'categoryId' => array(
996
-                  'location' => 'query',
997
-                  'type' => 'string',
998
-                  'repeated' => true,
999
-                ),
1000
-                'pageSize' => array(
1001
-                  'location' => 'query',
1002
-                  'type' => 'integer',
1003
-                ),
1004
-              ),
1005
-            ),
1006
-          )
1007
-        )
1008
-    );
1009
-    $this->promooffer = new Google_Service_Books_Promooffer_Resource(
1010
-        $this,
1011
-        $this->serviceName,
1012
-        'promooffer',
1013
-        array(
1014
-          'methods' => array(
1015
-            'accept' => array(
1016
-              'path' => 'promooffer/accept',
1017
-              'httpMethod' => 'POST',
1018
-              'parameters' => array(
1019
-                'product' => array(
1020
-                  'location' => 'query',
1021
-                  'type' => 'string',
1022
-                ),
1023
-                'volumeId' => array(
1024
-                  'location' => 'query',
1025
-                  'type' => 'string',
1026
-                ),
1027
-                'offerId' => array(
1028
-                  'location' => 'query',
1029
-                  'type' => 'string',
1030
-                ),
1031
-                'androidId' => array(
1032
-                  'location' => 'query',
1033
-                  'type' => 'string',
1034
-                ),
1035
-                'device' => array(
1036
-                  'location' => 'query',
1037
-                  'type' => 'string',
1038
-                ),
1039
-                'model' => array(
1040
-                  'location' => 'query',
1041
-                  'type' => 'string',
1042
-                ),
1043
-                'serial' => array(
1044
-                  'location' => 'query',
1045
-                  'type' => 'string',
1046
-                ),
1047
-                'manufacturer' => array(
1048
-                  'location' => 'query',
1049
-                  'type' => 'string',
1050
-                ),
1051
-              ),
1052
-            ),'dismiss' => array(
1053
-              'path' => 'promooffer/dismiss',
1054
-              'httpMethod' => 'POST',
1055
-              'parameters' => array(
1056
-                'product' => array(
1057
-                  'location' => 'query',
1058
-                  'type' => 'string',
1059
-                ),
1060
-                'offerId' => array(
1061
-                  'location' => 'query',
1062
-                  'type' => 'string',
1063
-                ),
1064
-                'androidId' => array(
1065
-                  'location' => 'query',
1066
-                  'type' => 'string',
1067
-                ),
1068
-                'device' => array(
1069
-                  'location' => 'query',
1070
-                  'type' => 'string',
1071
-                ),
1072
-                'model' => array(
1073
-                  'location' => 'query',
1074
-                  'type' => 'string',
1075
-                ),
1076
-                'serial' => array(
1077
-                  'location' => 'query',
1078
-                  'type' => 'string',
1079
-                ),
1080
-                'manufacturer' => array(
1081
-                  'location' => 'query',
1082
-                  'type' => 'string',
1083
-                ),
1084
-              ),
1085
-            ),'get' => array(
1086
-              'path' => 'promooffer/get',
1087
-              'httpMethod' => 'GET',
1088
-              'parameters' => array(
1089
-                'product' => array(
1090
-                  'location' => 'query',
1091
-                  'type' => 'string',
1092
-                ),
1093
-                'androidId' => array(
1094
-                  'location' => 'query',
1095
-                  'type' => 'string',
1096
-                ),
1097
-                'device' => array(
1098
-                  'location' => 'query',
1099
-                  'type' => 'string',
1100
-                ),
1101
-                'model' => array(
1102
-                  'location' => 'query',
1103
-                  'type' => 'string',
1104
-                ),
1105
-                'serial' => array(
1106
-                  'location' => 'query',
1107
-                  'type' => 'string',
1108
-                ),
1109
-                'manufacturer' => array(
1110
-                  'location' => 'query',
1111
-                  'type' => 'string',
1112
-                ),
1113
-              ),
1114
-            ),
1115
-          )
1116
-        )
1117
-    );
1118
-    $this->volumes = new Google_Service_Books_Volumes_Resource(
1119
-        $this,
1120
-        $this->serviceName,
1121
-        'volumes',
1122
-        array(
1123
-          'methods' => array(
1124
-            'get' => array(
1125
-              'path' => 'volumes/{volumeId}',
1126
-              'httpMethod' => 'GET',
1127
-              'parameters' => array(
1128
-                'volumeId' => array(
1129
-                  'location' => 'path',
1130
-                  'type' => 'string',
1131
-                  'required' => true,
1132
-                ),
1133
-                'user_library_consistent_read' => array(
1134
-                  'location' => 'query',
1135
-                  'type' => 'boolean',
1136
-                ),
1137
-                'projection' => array(
1138
-                  'location' => 'query',
1139
-                  'type' => 'string',
1140
-                ),
1141
-                'country' => array(
1142
-                  'location' => 'query',
1143
-                  'type' => 'string',
1144
-                ),
1145
-                'source' => array(
1146
-                  'location' => 'query',
1147
-                  'type' => 'string',
1148
-                ),
1149
-                'partner' => array(
1150
-                  'location' => 'query',
1151
-                  'type' => 'string',
1152
-                ),
1153
-              ),
1154
-            ),'list' => array(
1155
-              'path' => 'volumes',
1156
-              'httpMethod' => 'GET',
1157
-              'parameters' => array(
1158
-                'q' => array(
1159
-                  'location' => 'query',
1160
-                  'type' => 'string',
1161
-                  'required' => true,
1162
-                ),
1163
-                'orderBy' => array(
1164
-                  'location' => 'query',
1165
-                  'type' => 'string',
1166
-                ),
1167
-                'projection' => array(
1168
-                  'location' => 'query',
1169
-                  'type' => 'string',
1170
-                ),
1171
-                'libraryRestrict' => array(
1172
-                  'location' => 'query',
1173
-                  'type' => 'string',
1174
-                ),
1175
-                'langRestrict' => array(
1176
-                  'location' => 'query',
1177
-                  'type' => 'string',
1178
-                ),
1179
-                'showPreorders' => array(
1180
-                  'location' => 'query',
1181
-                  'type' => 'boolean',
1182
-                ),
1183
-                'printType' => array(
1184
-                  'location' => 'query',
1185
-                  'type' => 'string',
1186
-                ),
1187
-                'maxResults' => array(
1188
-                  'location' => 'query',
1189
-                  'type' => 'integer',
1190
-                ),
1191
-                'filter' => array(
1192
-                  'location' => 'query',
1193
-                  'type' => 'string',
1194
-                ),
1195
-                'source' => array(
1196
-                  'location' => 'query',
1197
-                  'type' => 'string',
1198
-                ),
1199
-                'startIndex' => array(
1200
-                  'location' => 'query',
1201
-                  'type' => 'integer',
1202
-                ),
1203
-                'download' => array(
1204
-                  'location' => 'query',
1205
-                  'type' => 'string',
1206
-                ),
1207
-                'partner' => array(
1208
-                  'location' => 'query',
1209
-                  'type' => 'string',
1210
-                ),
1211
-              ),
1212
-            ),
1213
-          )
1214
-        )
1215
-    );
1216
-    $this->volumes_associated = new Google_Service_Books_VolumesAssociated_Resource(
1217
-        $this,
1218
-        $this->serviceName,
1219
-        'associated',
1220
-        array(
1221
-          'methods' => array(
1222
-            'list' => array(
1223
-              'path' => 'volumes/{volumeId}/associated',
1224
-              'httpMethod' => 'GET',
1225
-              'parameters' => array(
1226
-                'volumeId' => array(
1227
-                  'location' => 'path',
1228
-                  'type' => 'string',
1229
-                  'required' => true,
1230
-                ),
1231
-                'locale' => array(
1232
-                  'location' => 'query',
1233
-                  'type' => 'string',
1234
-                ),
1235
-                'source' => array(
1236
-                  'location' => 'query',
1237
-                  'type' => 'string',
1238
-                ),
1239
-                'maxAllowedMaturityRating' => array(
1240
-                  'location' => 'query',
1241
-                  'type' => 'string',
1242
-                ),
1243
-                'association' => array(
1244
-                  'location' => 'query',
1245
-                  'type' => 'string',
1246
-                ),
1247
-              ),
1248
-            ),
1249
-          )
1250
-        )
1251
-    );
1252
-    $this->volumes_mybooks = new Google_Service_Books_VolumesMybooks_Resource(
1253
-        $this,
1254
-        $this->serviceName,
1255
-        'mybooks',
1256
-        array(
1257
-          'methods' => array(
1258
-            'list' => array(
1259
-              'path' => 'volumes/mybooks',
1260
-              'httpMethod' => 'GET',
1261
-              'parameters' => array(
1262
-                'locale' => array(
1263
-                  'location' => 'query',
1264
-                  'type' => 'string',
1265
-                ),
1266
-                'startIndex' => array(
1267
-                  'location' => 'query',
1268
-                  'type' => 'integer',
1269
-                ),
1270
-                'maxResults' => array(
1271
-                  'location' => 'query',
1272
-                  'type' => 'integer',
1273
-                ),
1274
-                'source' => array(
1275
-                  'location' => 'query',
1276
-                  'type' => 'string',
1277
-                ),
1278
-                'acquireMethod' => array(
1279
-                  'location' => 'query',
1280
-                  'type' => 'string',
1281
-                  'repeated' => true,
1282
-                ),
1283
-                'processingState' => array(
1284
-                  'location' => 'query',
1285
-                  'type' => 'string',
1286
-                  'repeated' => true,
1287
-                ),
1288
-              ),
1289
-            ),
1290
-          )
1291
-        )
1292
-    );
1293
-    $this->volumes_recommended = new Google_Service_Books_VolumesRecommended_Resource(
1294
-        $this,
1295
-        $this->serviceName,
1296
-        'recommended',
1297
-        array(
1298
-          'methods' => array(
1299
-            'list' => array(
1300
-              'path' => 'volumes/recommended',
1301
-              'httpMethod' => 'GET',
1302
-              'parameters' => array(
1303
-                'locale' => array(
1304
-                  'location' => 'query',
1305
-                  'type' => 'string',
1306
-                ),
1307
-                'source' => array(
1308
-                  'location' => 'query',
1309
-                  'type' => 'string',
1310
-                ),
1311
-                'maxAllowedMaturityRating' => array(
1312
-                  'location' => 'query',
1313
-                  'type' => 'string',
1314
-                ),
1315
-              ),
1316
-            ),'rate' => array(
1317
-              'path' => 'volumes/recommended/rate',
1318
-              'httpMethod' => 'POST',
1319
-              'parameters' => array(
1320
-                'rating' => array(
1321
-                  'location' => 'query',
1322
-                  'type' => 'string',
1323
-                  'required' => true,
1324
-                ),
1325
-                'volumeId' => array(
1326
-                  'location' => 'query',
1327
-                  'type' => 'string',
1328
-                  'required' => true,
1329
-                ),
1330
-                'locale' => array(
1331
-                  'location' => 'query',
1332
-                  'type' => 'string',
1333
-                ),
1334
-                'source' => array(
1335
-                  'location' => 'query',
1336
-                  'type' => 'string',
1337
-                ),
1338
-              ),
1339
-            ),
1340
-          )
1341
-        )
1342
-    );
1343
-    $this->volumes_useruploaded = new Google_Service_Books_VolumesUseruploaded_Resource(
1344
-        $this,
1345
-        $this->serviceName,
1346
-        'useruploaded',
1347
-        array(
1348
-          'methods' => array(
1349
-            'list' => array(
1350
-              'path' => 'volumes/useruploaded',
1351
-              'httpMethod' => 'GET',
1352
-              'parameters' => array(
1353
-                'locale' => array(
1354
-                  'location' => 'query',
1355
-                  'type' => 'string',
1356
-                ),
1357
-                'volumeId' => array(
1358
-                  'location' => 'query',
1359
-                  'type' => 'string',
1360
-                  'repeated' => true,
1361
-                ),
1362
-                'maxResults' => array(
1363
-                  'location' => 'query',
1364
-                  'type' => 'integer',
1365
-                ),
1366
-                'source' => array(
1367
-                  'location' => 'query',
1368
-                  'type' => 'string',
1369
-                ),
1370
-                'startIndex' => array(
1371
-                  'location' => 'query',
1372
-                  'type' => 'integer',
1373
-                ),
1374
-                'processingState' => array(
1375
-                  'location' => 'query',
1376
-                  'type' => 'string',
1377
-                  'repeated' => true,
1378
-                ),
1379
-              ),
1380
-            ),
1381
-          )
1382
-        )
1383
-    );
65
+	parent::__construct($client);
66
+	$this->rootUrl = 'https://www.googleapis.com/';
67
+	$this->servicePath = 'books/v1/';
68
+	$this->version = 'v1';
69
+	$this->serviceName = 'books';
70
+
71
+	$this->bookshelves = new Google_Service_Books_Bookshelves_Resource(
72
+		$this,
73
+		$this->serviceName,
74
+		'bookshelves',
75
+		array(
76
+		  'methods' => array(
77
+			'get' => array(
78
+			  'path' => 'users/{userId}/bookshelves/{shelf}',
79
+			  'httpMethod' => 'GET',
80
+			  'parameters' => array(
81
+				'userId' => array(
82
+				  'location' => 'path',
83
+				  'type' => 'string',
84
+				  'required' => true,
85
+				),
86
+				'shelf' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+				'source' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+			  ),
96
+			),'list' => array(
97
+			  'path' => 'users/{userId}/bookshelves',
98
+			  'httpMethod' => 'GET',
99
+			  'parameters' => array(
100
+				'userId' => array(
101
+				  'location' => 'path',
102
+				  'type' => 'string',
103
+				  'required' => true,
104
+				),
105
+				'source' => array(
106
+				  'location' => 'query',
107
+				  'type' => 'string',
108
+				),
109
+			  ),
110
+			),
111
+		  )
112
+		)
113
+	);
114
+	$this->bookshelves_volumes = new Google_Service_Books_BookshelvesVolumes_Resource(
115
+		$this,
116
+		$this->serviceName,
117
+		'volumes',
118
+		array(
119
+		  'methods' => array(
120
+			'list' => array(
121
+			  'path' => 'users/{userId}/bookshelves/{shelf}/volumes',
122
+			  'httpMethod' => 'GET',
123
+			  'parameters' => array(
124
+				'userId' => array(
125
+				  'location' => 'path',
126
+				  'type' => 'string',
127
+				  'required' => true,
128
+				),
129
+				'shelf' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'showPreorders' => array(
135
+				  'location' => 'query',
136
+				  'type' => 'boolean',
137
+				),
138
+				'maxResults' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'integer',
141
+				),
142
+				'source' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'string',
145
+				),
146
+				'startIndex' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'integer',
149
+				),
150
+			  ),
151
+			),
152
+		  )
153
+		)
154
+	);
155
+	$this->cloudloading = new Google_Service_Books_Cloudloading_Resource(
156
+		$this,
157
+		$this->serviceName,
158
+		'cloudloading',
159
+		array(
160
+		  'methods' => array(
161
+			'addBook' => array(
162
+			  'path' => 'cloudloading/addBook',
163
+			  'httpMethod' => 'POST',
164
+			  'parameters' => array(
165
+				'upload_client_token' => array(
166
+				  'location' => 'query',
167
+				  'type' => 'string',
168
+				),
169
+				'drive_document_id' => array(
170
+				  'location' => 'query',
171
+				  'type' => 'string',
172
+				),
173
+				'mime_type' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'string',
176
+				),
177
+				'name' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'string',
180
+				),
181
+			  ),
182
+			),'deleteBook' => array(
183
+			  'path' => 'cloudloading/deleteBook',
184
+			  'httpMethod' => 'POST',
185
+			  'parameters' => array(
186
+				'volumeId' => array(
187
+				  'location' => 'query',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+			  ),
192
+			),'updateBook' => array(
193
+			  'path' => 'cloudloading/updateBook',
194
+			  'httpMethod' => 'POST',
195
+			  'parameters' => array(),
196
+			),
197
+		  )
198
+		)
199
+	);
200
+	$this->dictionary = new Google_Service_Books_Dictionary_Resource(
201
+		$this,
202
+		$this->serviceName,
203
+		'dictionary',
204
+		array(
205
+		  'methods' => array(
206
+			'listOfflineMetadata' => array(
207
+			  'path' => 'dictionary/listOfflineMetadata',
208
+			  'httpMethod' => 'GET',
209
+			  'parameters' => array(
210
+				'cpksver' => array(
211
+				  'location' => 'query',
212
+				  'type' => 'string',
213
+				  'required' => true,
214
+				),
215
+			  ),
216
+			),
217
+		  )
218
+		)
219
+	);
220
+	$this->layers = new Google_Service_Books_Layers_Resource(
221
+		$this,
222
+		$this->serviceName,
223
+		'layers',
224
+		array(
225
+		  'methods' => array(
226
+			'get' => array(
227
+			  'path' => 'volumes/{volumeId}/layersummary/{summaryId}',
228
+			  'httpMethod' => 'GET',
229
+			  'parameters' => array(
230
+				'volumeId' => array(
231
+				  'location' => 'path',
232
+				  'type' => 'string',
233
+				  'required' => true,
234
+				),
235
+				'summaryId' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'source' => array(
241
+				  'location' => 'query',
242
+				  'type' => 'string',
243
+				),
244
+				'contentVersion' => array(
245
+				  'location' => 'query',
246
+				  'type' => 'string',
247
+				),
248
+			  ),
249
+			),'list' => array(
250
+			  'path' => 'volumes/{volumeId}/layersummary',
251
+			  'httpMethod' => 'GET',
252
+			  'parameters' => array(
253
+				'volumeId' => array(
254
+				  'location' => 'path',
255
+				  'type' => 'string',
256
+				  'required' => true,
257
+				),
258
+				'pageToken' => array(
259
+				  'location' => 'query',
260
+				  'type' => 'string',
261
+				),
262
+				'contentVersion' => array(
263
+				  'location' => 'query',
264
+				  'type' => 'string',
265
+				),
266
+				'maxResults' => array(
267
+				  'location' => 'query',
268
+				  'type' => 'integer',
269
+				),
270
+				'source' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				),
274
+			  ),
275
+			),
276
+		  )
277
+		)
278
+	);
279
+	$this->layers_annotationData = new Google_Service_Books_LayersAnnotationData_Resource(
280
+		$this,
281
+		$this->serviceName,
282
+		'annotationData',
283
+		array(
284
+		  'methods' => array(
285
+			'get' => array(
286
+			  'path' => 'volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}',
287
+			  'httpMethod' => 'GET',
288
+			  'parameters' => array(
289
+				'volumeId' => array(
290
+				  'location' => 'path',
291
+				  'type' => 'string',
292
+				  'required' => true,
293
+				),
294
+				'layerId' => array(
295
+				  'location' => 'path',
296
+				  'type' => 'string',
297
+				  'required' => true,
298
+				),
299
+				'annotationDataId' => array(
300
+				  'location' => 'path',
301
+				  'type' => 'string',
302
+				  'required' => true,
303
+				),
304
+				'contentVersion' => array(
305
+				  'location' => 'query',
306
+				  'type' => 'string',
307
+				  'required' => true,
308
+				),
309
+				'scale' => array(
310
+				  'location' => 'query',
311
+				  'type' => 'integer',
312
+				),
313
+				'source' => array(
314
+				  'location' => 'query',
315
+				  'type' => 'string',
316
+				),
317
+				'allowWebDefinitions' => array(
318
+				  'location' => 'query',
319
+				  'type' => 'boolean',
320
+				),
321
+				'h' => array(
322
+				  'location' => 'query',
323
+				  'type' => 'integer',
324
+				),
325
+				'locale' => array(
326
+				  'location' => 'query',
327
+				  'type' => 'string',
328
+				),
329
+				'w' => array(
330
+				  'location' => 'query',
331
+				  'type' => 'integer',
332
+				),
333
+			  ),
334
+			),'list' => array(
335
+			  'path' => 'volumes/{volumeId}/layers/{layerId}/data',
336
+			  'httpMethod' => 'GET',
337
+			  'parameters' => array(
338
+				'volumeId' => array(
339
+				  'location' => 'path',
340
+				  'type' => 'string',
341
+				  'required' => true,
342
+				),
343
+				'layerId' => array(
344
+				  'location' => 'path',
345
+				  'type' => 'string',
346
+				  'required' => true,
347
+				),
348
+				'contentVersion' => array(
349
+				  'location' => 'query',
350
+				  'type' => 'string',
351
+				  'required' => true,
352
+				),
353
+				'scale' => array(
354
+				  'location' => 'query',
355
+				  'type' => 'integer',
356
+				),
357
+				'source' => array(
358
+				  'location' => 'query',
359
+				  'type' => 'string',
360
+				),
361
+				'locale' => array(
362
+				  'location' => 'query',
363
+				  'type' => 'string',
364
+				),
365
+				'h' => array(
366
+				  'location' => 'query',
367
+				  'type' => 'integer',
368
+				),
369
+				'updatedMax' => array(
370
+				  'location' => 'query',
371
+				  'type' => 'string',
372
+				),
373
+				'maxResults' => array(
374
+				  'location' => 'query',
375
+				  'type' => 'integer',
376
+				),
377
+				'annotationDataId' => array(
378
+				  'location' => 'query',
379
+				  'type' => 'string',
380
+				  'repeated' => true,
381
+				),
382
+				'pageToken' => array(
383
+				  'location' => 'query',
384
+				  'type' => 'string',
385
+				),
386
+				'w' => array(
387
+				  'location' => 'query',
388
+				  'type' => 'integer',
389
+				),
390
+				'updatedMin' => array(
391
+				  'location' => 'query',
392
+				  'type' => 'string',
393
+				),
394
+			  ),
395
+			),
396
+		  )
397
+		)
398
+	);
399
+	$this->layers_volumeAnnotations = new Google_Service_Books_LayersVolumeAnnotations_Resource(
400
+		$this,
401
+		$this->serviceName,
402
+		'volumeAnnotations',
403
+		array(
404
+		  'methods' => array(
405
+			'get' => array(
406
+			  'path' => 'volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
407
+			  'httpMethod' => 'GET',
408
+			  'parameters' => array(
409
+				'volumeId' => array(
410
+				  'location' => 'path',
411
+				  'type' => 'string',
412
+				  'required' => true,
413
+				),
414
+				'layerId' => array(
415
+				  'location' => 'path',
416
+				  'type' => 'string',
417
+				  'required' => true,
418
+				),
419
+				'annotationId' => array(
420
+				  'location' => 'path',
421
+				  'type' => 'string',
422
+				  'required' => true,
423
+				),
424
+				'locale' => array(
425
+				  'location' => 'query',
426
+				  'type' => 'string',
427
+				),
428
+				'source' => array(
429
+				  'location' => 'query',
430
+				  'type' => 'string',
431
+				),
432
+			  ),
433
+			),'list' => array(
434
+			  'path' => 'volumes/{volumeId}/layers/{layerId}',
435
+			  'httpMethod' => 'GET',
436
+			  'parameters' => array(
437
+				'volumeId' => array(
438
+				  'location' => 'path',
439
+				  'type' => 'string',
440
+				  'required' => true,
441
+				),
442
+				'layerId' => array(
443
+				  'location' => 'path',
444
+				  'type' => 'string',
445
+				  'required' => true,
446
+				),
447
+				'contentVersion' => array(
448
+				  'location' => 'query',
449
+				  'type' => 'string',
450
+				  'required' => true,
451
+				),
452
+				'showDeleted' => array(
453
+				  'location' => 'query',
454
+				  'type' => 'boolean',
455
+				),
456
+				'volumeAnnotationsVersion' => array(
457
+				  'location' => 'query',
458
+				  'type' => 'string',
459
+				),
460
+				'endPosition' => array(
461
+				  'location' => 'query',
462
+				  'type' => 'string',
463
+				),
464
+				'endOffset' => array(
465
+				  'location' => 'query',
466
+				  'type' => 'string',
467
+				),
468
+				'locale' => array(
469
+				  'location' => 'query',
470
+				  'type' => 'string',
471
+				),
472
+				'updatedMin' => array(
473
+				  'location' => 'query',
474
+				  'type' => 'string',
475
+				),
476
+				'updatedMax' => array(
477
+				  'location' => 'query',
478
+				  'type' => 'string',
479
+				),
480
+				'maxResults' => array(
481
+				  'location' => 'query',
482
+				  'type' => 'integer',
483
+				),
484
+				'pageToken' => array(
485
+				  'location' => 'query',
486
+				  'type' => 'string',
487
+				),
488
+				'source' => array(
489
+				  'location' => 'query',
490
+				  'type' => 'string',
491
+				),
492
+				'startOffset' => array(
493
+				  'location' => 'query',
494
+				  'type' => 'string',
495
+				),
496
+				'startPosition' => array(
497
+				  'location' => 'query',
498
+				  'type' => 'string',
499
+				),
500
+			  ),
501
+			),
502
+		  )
503
+		)
504
+	);
505
+	$this->myconfig = new Google_Service_Books_Myconfig_Resource(
506
+		$this,
507
+		$this->serviceName,
508
+		'myconfig',
509
+		array(
510
+		  'methods' => array(
511
+			'getUserSettings' => array(
512
+			  'path' => 'myconfig/getUserSettings',
513
+			  'httpMethod' => 'GET',
514
+			  'parameters' => array(),
515
+			),'releaseDownloadAccess' => array(
516
+			  'path' => 'myconfig/releaseDownloadAccess',
517
+			  'httpMethod' => 'POST',
518
+			  'parameters' => array(
519
+				'volumeIds' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'string',
522
+				  'repeated' => true,
523
+				  'required' => true,
524
+				),
525
+				'cpksver' => array(
526
+				  'location' => 'query',
527
+				  'type' => 'string',
528
+				  'required' => true,
529
+				),
530
+				'locale' => array(
531
+				  'location' => 'query',
532
+				  'type' => 'string',
533
+				),
534
+				'source' => array(
535
+				  'location' => 'query',
536
+				  'type' => 'string',
537
+				),
538
+			  ),
539
+			),'requestAccess' => array(
540
+			  'path' => 'myconfig/requestAccess',
541
+			  'httpMethod' => 'POST',
542
+			  'parameters' => array(
543
+				'source' => array(
544
+				  'location' => 'query',
545
+				  'type' => 'string',
546
+				  'required' => true,
547
+				),
548
+				'volumeId' => array(
549
+				  'location' => 'query',
550
+				  'type' => 'string',
551
+				  'required' => true,
552
+				),
553
+				'nonce' => array(
554
+				  'location' => 'query',
555
+				  'type' => 'string',
556
+				  'required' => true,
557
+				),
558
+				'cpksver' => array(
559
+				  'location' => 'query',
560
+				  'type' => 'string',
561
+				  'required' => true,
562
+				),
563
+				'licenseTypes' => array(
564
+				  'location' => 'query',
565
+				  'type' => 'string',
566
+				),
567
+				'locale' => array(
568
+				  'location' => 'query',
569
+				  'type' => 'string',
570
+				),
571
+			  ),
572
+			),'syncVolumeLicenses' => array(
573
+			  'path' => 'myconfig/syncVolumeLicenses',
574
+			  'httpMethod' => 'POST',
575
+			  'parameters' => array(
576
+				'source' => array(
577
+				  'location' => 'query',
578
+				  'type' => 'string',
579
+				  'required' => true,
580
+				),
581
+				'nonce' => array(
582
+				  'location' => 'query',
583
+				  'type' => 'string',
584
+				  'required' => true,
585
+				),
586
+				'cpksver' => array(
587
+				  'location' => 'query',
588
+				  'type' => 'string',
589
+				  'required' => true,
590
+				),
591
+				'features' => array(
592
+				  'location' => 'query',
593
+				  'type' => 'string',
594
+				  'repeated' => true,
595
+				),
596
+				'locale' => array(
597
+				  'location' => 'query',
598
+				  'type' => 'string',
599
+				),
600
+				'showPreorders' => array(
601
+				  'location' => 'query',
602
+				  'type' => 'boolean',
603
+				),
604
+				'volumeIds' => array(
605
+				  'location' => 'query',
606
+				  'type' => 'string',
607
+				  'repeated' => true,
608
+				),
609
+			  ),
610
+			),'updateUserSettings' => array(
611
+			  'path' => 'myconfig/updateUserSettings',
612
+			  'httpMethod' => 'POST',
613
+			  'parameters' => array(),
614
+			),
615
+		  )
616
+		)
617
+	);
618
+	$this->mylibrary_annotations = new Google_Service_Books_MylibraryAnnotations_Resource(
619
+		$this,
620
+		$this->serviceName,
621
+		'annotations',
622
+		array(
623
+		  'methods' => array(
624
+			'delete' => array(
625
+			  'path' => 'mylibrary/annotations/{annotationId}',
626
+			  'httpMethod' => 'DELETE',
627
+			  'parameters' => array(
628
+				'annotationId' => array(
629
+				  'location' => 'path',
630
+				  'type' => 'string',
631
+				  'required' => true,
632
+				),
633
+				'source' => array(
634
+				  'location' => 'query',
635
+				  'type' => 'string',
636
+				),
637
+			  ),
638
+			),'insert' => array(
639
+			  'path' => 'mylibrary/annotations',
640
+			  'httpMethod' => 'POST',
641
+			  'parameters' => array(
642
+				'country' => array(
643
+				  'location' => 'query',
644
+				  'type' => 'string',
645
+				),
646
+				'showOnlySummaryInResponse' => array(
647
+				  'location' => 'query',
648
+				  'type' => 'boolean',
649
+				),
650
+				'source' => array(
651
+				  'location' => 'query',
652
+				  'type' => 'string',
653
+				),
654
+			  ),
655
+			),'list' => array(
656
+			  'path' => 'mylibrary/annotations',
657
+			  'httpMethod' => 'GET',
658
+			  'parameters' => array(
659
+				'showDeleted' => array(
660
+				  'location' => 'query',
661
+				  'type' => 'boolean',
662
+				),
663
+				'updatedMin' => array(
664
+				  'location' => 'query',
665
+				  'type' => 'string',
666
+				),
667
+				'layerIds' => array(
668
+				  'location' => 'query',
669
+				  'type' => 'string',
670
+				  'repeated' => true,
671
+				),
672
+				'volumeId' => array(
673
+				  'location' => 'query',
674
+				  'type' => 'string',
675
+				),
676
+				'maxResults' => array(
677
+				  'location' => 'query',
678
+				  'type' => 'integer',
679
+				),
680
+				'pageToken' => array(
681
+				  'location' => 'query',
682
+				  'type' => 'string',
683
+				),
684
+				'updatedMax' => array(
685
+				  'location' => 'query',
686
+				  'type' => 'string',
687
+				),
688
+				'contentVersion' => array(
689
+				  'location' => 'query',
690
+				  'type' => 'string',
691
+				),
692
+				'source' => array(
693
+				  'location' => 'query',
694
+				  'type' => 'string',
695
+				),
696
+				'layerId' => array(
697
+				  'location' => 'query',
698
+				  'type' => 'string',
699
+				),
700
+			  ),
701
+			),'summary' => array(
702
+			  'path' => 'mylibrary/annotations/summary',
703
+			  'httpMethod' => 'POST',
704
+			  'parameters' => array(
705
+				'layerIds' => array(
706
+				  'location' => 'query',
707
+				  'type' => 'string',
708
+				  'repeated' => true,
709
+				  'required' => true,
710
+				),
711
+				'volumeId' => array(
712
+				  'location' => 'query',
713
+				  'type' => 'string',
714
+				  'required' => true,
715
+				),
716
+			  ),
717
+			),'update' => array(
718
+			  'path' => 'mylibrary/annotations/{annotationId}',
719
+			  'httpMethod' => 'PUT',
720
+			  'parameters' => array(
721
+				'annotationId' => array(
722
+				  'location' => 'path',
723
+				  'type' => 'string',
724
+				  'required' => true,
725
+				),
726
+				'source' => array(
727
+				  'location' => 'query',
728
+				  'type' => 'string',
729
+				),
730
+			  ),
731
+			),
732
+		  )
733
+		)
734
+	);
735
+	$this->mylibrary_bookshelves = new Google_Service_Books_MylibraryBookshelves_Resource(
736
+		$this,
737
+		$this->serviceName,
738
+		'bookshelves',
739
+		array(
740
+		  'methods' => array(
741
+			'addVolume' => array(
742
+			  'path' => 'mylibrary/bookshelves/{shelf}/addVolume',
743
+			  'httpMethod' => 'POST',
744
+			  'parameters' => array(
745
+				'shelf' => array(
746
+				  'location' => 'path',
747
+				  'type' => 'string',
748
+				  'required' => true,
749
+				),
750
+				'volumeId' => array(
751
+				  'location' => 'query',
752
+				  'type' => 'string',
753
+				  'required' => true,
754
+				),
755
+				'reason' => array(
756
+				  'location' => 'query',
757
+				  'type' => 'string',
758
+				),
759
+				'source' => array(
760
+				  'location' => 'query',
761
+				  'type' => 'string',
762
+				),
763
+			  ),
764
+			),'clearVolumes' => array(
765
+			  'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes',
766
+			  'httpMethod' => 'POST',
767
+			  'parameters' => array(
768
+				'shelf' => array(
769
+				  'location' => 'path',
770
+				  'type' => 'string',
771
+				  'required' => true,
772
+				),
773
+				'source' => array(
774
+				  'location' => 'query',
775
+				  'type' => 'string',
776
+				),
777
+			  ),
778
+			),'get' => array(
779
+			  'path' => 'mylibrary/bookshelves/{shelf}',
780
+			  'httpMethod' => 'GET',
781
+			  'parameters' => array(
782
+				'shelf' => array(
783
+				  'location' => 'path',
784
+				  'type' => 'string',
785
+				  'required' => true,
786
+				),
787
+				'source' => array(
788
+				  'location' => 'query',
789
+				  'type' => 'string',
790
+				),
791
+			  ),
792
+			),'list' => array(
793
+			  'path' => 'mylibrary/bookshelves',
794
+			  'httpMethod' => 'GET',
795
+			  'parameters' => array(
796
+				'source' => array(
797
+				  'location' => 'query',
798
+				  'type' => 'string',
799
+				),
800
+			  ),
801
+			),'moveVolume' => array(
802
+			  'path' => 'mylibrary/bookshelves/{shelf}/moveVolume',
803
+			  'httpMethod' => 'POST',
804
+			  'parameters' => array(
805
+				'shelf' => array(
806
+				  'location' => 'path',
807
+				  'type' => 'string',
808
+				  'required' => true,
809
+				),
810
+				'volumeId' => array(
811
+				  'location' => 'query',
812
+				  'type' => 'string',
813
+				  'required' => true,
814
+				),
815
+				'volumePosition' => array(
816
+				  'location' => 'query',
817
+				  'type' => 'integer',
818
+				  'required' => true,
819
+				),
820
+				'source' => array(
821
+				  'location' => 'query',
822
+				  'type' => 'string',
823
+				),
824
+			  ),
825
+			),'removeVolume' => array(
826
+			  'path' => 'mylibrary/bookshelves/{shelf}/removeVolume',
827
+			  'httpMethod' => 'POST',
828
+			  'parameters' => array(
829
+				'shelf' => array(
830
+				  'location' => 'path',
831
+				  'type' => 'string',
832
+				  'required' => true,
833
+				),
834
+				'volumeId' => array(
835
+				  'location' => 'query',
836
+				  'type' => 'string',
837
+				  'required' => true,
838
+				),
839
+				'reason' => array(
840
+				  'location' => 'query',
841
+				  'type' => 'string',
842
+				),
843
+				'source' => array(
844
+				  'location' => 'query',
845
+				  'type' => 'string',
846
+				),
847
+			  ),
848
+			),
849
+		  )
850
+		)
851
+	);
852
+	$this->mylibrary_bookshelves_volumes = new Google_Service_Books_MylibraryBookshelvesVolumes_Resource(
853
+		$this,
854
+		$this->serviceName,
855
+		'volumes',
856
+		array(
857
+		  'methods' => array(
858
+			'list' => array(
859
+			  'path' => 'mylibrary/bookshelves/{shelf}/volumes',
860
+			  'httpMethod' => 'GET',
861
+			  'parameters' => array(
862
+				'shelf' => array(
863
+				  'location' => 'path',
864
+				  'type' => 'string',
865
+				  'required' => true,
866
+				),
867
+				'projection' => array(
868
+				  'location' => 'query',
869
+				  'type' => 'string',
870
+				),
871
+				'country' => array(
872
+				  'location' => 'query',
873
+				  'type' => 'string',
874
+				),
875
+				'showPreorders' => array(
876
+				  'location' => 'query',
877
+				  'type' => 'boolean',
878
+				),
879
+				'maxResults' => array(
880
+				  'location' => 'query',
881
+				  'type' => 'integer',
882
+				),
883
+				'q' => array(
884
+				  'location' => 'query',
885
+				  'type' => 'string',
886
+				),
887
+				'source' => array(
888
+				  'location' => 'query',
889
+				  'type' => 'string',
890
+				),
891
+				'startIndex' => array(
892
+				  'location' => 'query',
893
+				  'type' => 'integer',
894
+				),
895
+			  ),
896
+			),
897
+		  )
898
+		)
899
+	);
900
+	$this->mylibrary_readingpositions = new Google_Service_Books_MylibraryReadingpositions_Resource(
901
+		$this,
902
+		$this->serviceName,
903
+		'readingpositions',
904
+		array(
905
+		  'methods' => array(
906
+			'get' => array(
907
+			  'path' => 'mylibrary/readingpositions/{volumeId}',
908
+			  'httpMethod' => 'GET',
909
+			  'parameters' => array(
910
+				'volumeId' => array(
911
+				  'location' => 'path',
912
+				  'type' => 'string',
913
+				  'required' => true,
914
+				),
915
+				'source' => array(
916
+				  'location' => 'query',
917
+				  'type' => 'string',
918
+				),
919
+				'contentVersion' => array(
920
+				  'location' => 'query',
921
+				  'type' => 'string',
922
+				),
923
+			  ),
924
+			),'setPosition' => array(
925
+			  'path' => 'mylibrary/readingpositions/{volumeId}/setPosition',
926
+			  'httpMethod' => 'POST',
927
+			  'parameters' => array(
928
+				'volumeId' => array(
929
+				  'location' => 'path',
930
+				  'type' => 'string',
931
+				  'required' => true,
932
+				),
933
+				'timestamp' => array(
934
+				  'location' => 'query',
935
+				  'type' => 'string',
936
+				  'required' => true,
937
+				),
938
+				'position' => array(
939
+				  'location' => 'query',
940
+				  'type' => 'string',
941
+				  'required' => true,
942
+				),
943
+				'deviceCookie' => array(
944
+				  'location' => 'query',
945
+				  'type' => 'string',
946
+				),
947
+				'source' => array(
948
+				  'location' => 'query',
949
+				  'type' => 'string',
950
+				),
951
+				'contentVersion' => array(
952
+				  'location' => 'query',
953
+				  'type' => 'string',
954
+				),
955
+				'action' => array(
956
+				  'location' => 'query',
957
+				  'type' => 'string',
958
+				),
959
+			  ),
960
+			),
961
+		  )
962
+		)
963
+	);
964
+	$this->onboarding = new Google_Service_Books_Onboarding_Resource(
965
+		$this,
966
+		$this->serviceName,
967
+		'onboarding',
968
+		array(
969
+		  'methods' => array(
970
+			'listCategories' => array(
971
+			  'path' => 'onboarding/listCategories',
972
+			  'httpMethod' => 'GET',
973
+			  'parameters' => array(
974
+				'locale' => array(
975
+				  'location' => 'query',
976
+				  'type' => 'string',
977
+				),
978
+			  ),
979
+			),'listCategoryVolumes' => array(
980
+			  'path' => 'onboarding/listCategoryVolumes',
981
+			  'httpMethod' => 'GET',
982
+			  'parameters' => array(
983
+				'locale' => array(
984
+				  'location' => 'query',
985
+				  'type' => 'string',
986
+				),
987
+				'pageToken' => array(
988
+				  'location' => 'query',
989
+				  'type' => 'string',
990
+				),
991
+				'maxAllowedMaturityRating' => array(
992
+				  'location' => 'query',
993
+				  'type' => 'string',
994
+				),
995
+				'categoryId' => array(
996
+				  'location' => 'query',
997
+				  'type' => 'string',
998
+				  'repeated' => true,
999
+				),
1000
+				'pageSize' => array(
1001
+				  'location' => 'query',
1002
+				  'type' => 'integer',
1003
+				),
1004
+			  ),
1005
+			),
1006
+		  )
1007
+		)
1008
+	);
1009
+	$this->promooffer = new Google_Service_Books_Promooffer_Resource(
1010
+		$this,
1011
+		$this->serviceName,
1012
+		'promooffer',
1013
+		array(
1014
+		  'methods' => array(
1015
+			'accept' => array(
1016
+			  'path' => 'promooffer/accept',
1017
+			  'httpMethod' => 'POST',
1018
+			  'parameters' => array(
1019
+				'product' => array(
1020
+				  'location' => 'query',
1021
+				  'type' => 'string',
1022
+				),
1023
+				'volumeId' => array(
1024
+				  'location' => 'query',
1025
+				  'type' => 'string',
1026
+				),
1027
+				'offerId' => array(
1028
+				  'location' => 'query',
1029
+				  'type' => 'string',
1030
+				),
1031
+				'androidId' => array(
1032
+				  'location' => 'query',
1033
+				  'type' => 'string',
1034
+				),
1035
+				'device' => array(
1036
+				  'location' => 'query',
1037
+				  'type' => 'string',
1038
+				),
1039
+				'model' => array(
1040
+				  'location' => 'query',
1041
+				  'type' => 'string',
1042
+				),
1043
+				'serial' => array(
1044
+				  'location' => 'query',
1045
+				  'type' => 'string',
1046
+				),
1047
+				'manufacturer' => array(
1048
+				  'location' => 'query',
1049
+				  'type' => 'string',
1050
+				),
1051
+			  ),
1052
+			),'dismiss' => array(
1053
+			  'path' => 'promooffer/dismiss',
1054
+			  'httpMethod' => 'POST',
1055
+			  'parameters' => array(
1056
+				'product' => array(
1057
+				  'location' => 'query',
1058
+				  'type' => 'string',
1059
+				),
1060
+				'offerId' => array(
1061
+				  'location' => 'query',
1062
+				  'type' => 'string',
1063
+				),
1064
+				'androidId' => array(
1065
+				  'location' => 'query',
1066
+				  'type' => 'string',
1067
+				),
1068
+				'device' => array(
1069
+				  'location' => 'query',
1070
+				  'type' => 'string',
1071
+				),
1072
+				'model' => array(
1073
+				  'location' => 'query',
1074
+				  'type' => 'string',
1075
+				),
1076
+				'serial' => array(
1077
+				  'location' => 'query',
1078
+				  'type' => 'string',
1079
+				),
1080
+				'manufacturer' => array(
1081
+				  'location' => 'query',
1082
+				  'type' => 'string',
1083
+				),
1084
+			  ),
1085
+			),'get' => array(
1086
+			  'path' => 'promooffer/get',
1087
+			  'httpMethod' => 'GET',
1088
+			  'parameters' => array(
1089
+				'product' => array(
1090
+				  'location' => 'query',
1091
+				  'type' => 'string',
1092
+				),
1093
+				'androidId' => array(
1094
+				  'location' => 'query',
1095
+				  'type' => 'string',
1096
+				),
1097
+				'device' => array(
1098
+				  'location' => 'query',
1099
+				  'type' => 'string',
1100
+				),
1101
+				'model' => array(
1102
+				  'location' => 'query',
1103
+				  'type' => 'string',
1104
+				),
1105
+				'serial' => array(
1106
+				  'location' => 'query',
1107
+				  'type' => 'string',
1108
+				),
1109
+				'manufacturer' => array(
1110
+				  'location' => 'query',
1111
+				  'type' => 'string',
1112
+				),
1113
+			  ),
1114
+			),
1115
+		  )
1116
+		)
1117
+	);
1118
+	$this->volumes = new Google_Service_Books_Volumes_Resource(
1119
+		$this,
1120
+		$this->serviceName,
1121
+		'volumes',
1122
+		array(
1123
+		  'methods' => array(
1124
+			'get' => array(
1125
+			  'path' => 'volumes/{volumeId}',
1126
+			  'httpMethod' => 'GET',
1127
+			  'parameters' => array(
1128
+				'volumeId' => array(
1129
+				  'location' => 'path',
1130
+				  'type' => 'string',
1131
+				  'required' => true,
1132
+				),
1133
+				'user_library_consistent_read' => array(
1134
+				  'location' => 'query',
1135
+				  'type' => 'boolean',
1136
+				),
1137
+				'projection' => array(
1138
+				  'location' => 'query',
1139
+				  'type' => 'string',
1140
+				),
1141
+				'country' => array(
1142
+				  'location' => 'query',
1143
+				  'type' => 'string',
1144
+				),
1145
+				'source' => array(
1146
+				  'location' => 'query',
1147
+				  'type' => 'string',
1148
+				),
1149
+				'partner' => array(
1150
+				  'location' => 'query',
1151
+				  'type' => 'string',
1152
+				),
1153
+			  ),
1154
+			),'list' => array(
1155
+			  'path' => 'volumes',
1156
+			  'httpMethod' => 'GET',
1157
+			  'parameters' => array(
1158
+				'q' => array(
1159
+				  'location' => 'query',
1160
+				  'type' => 'string',
1161
+				  'required' => true,
1162
+				),
1163
+				'orderBy' => array(
1164
+				  'location' => 'query',
1165
+				  'type' => 'string',
1166
+				),
1167
+				'projection' => array(
1168
+				  'location' => 'query',
1169
+				  'type' => 'string',
1170
+				),
1171
+				'libraryRestrict' => array(
1172
+				  'location' => 'query',
1173
+				  'type' => 'string',
1174
+				),
1175
+				'langRestrict' => array(
1176
+				  'location' => 'query',
1177
+				  'type' => 'string',
1178
+				),
1179
+				'showPreorders' => array(
1180
+				  'location' => 'query',
1181
+				  'type' => 'boolean',
1182
+				),
1183
+				'printType' => array(
1184
+				  'location' => 'query',
1185
+				  'type' => 'string',
1186
+				),
1187
+				'maxResults' => array(
1188
+				  'location' => 'query',
1189
+				  'type' => 'integer',
1190
+				),
1191
+				'filter' => array(
1192
+				  'location' => 'query',
1193
+				  'type' => 'string',
1194
+				),
1195
+				'source' => array(
1196
+				  'location' => 'query',
1197
+				  'type' => 'string',
1198
+				),
1199
+				'startIndex' => array(
1200
+				  'location' => 'query',
1201
+				  'type' => 'integer',
1202
+				),
1203
+				'download' => array(
1204
+				  'location' => 'query',
1205
+				  'type' => 'string',
1206
+				),
1207
+				'partner' => array(
1208
+				  'location' => 'query',
1209
+				  'type' => 'string',
1210
+				),
1211
+			  ),
1212
+			),
1213
+		  )
1214
+		)
1215
+	);
1216
+	$this->volumes_associated = new Google_Service_Books_VolumesAssociated_Resource(
1217
+		$this,
1218
+		$this->serviceName,
1219
+		'associated',
1220
+		array(
1221
+		  'methods' => array(
1222
+			'list' => array(
1223
+			  'path' => 'volumes/{volumeId}/associated',
1224
+			  'httpMethod' => 'GET',
1225
+			  'parameters' => array(
1226
+				'volumeId' => array(
1227
+				  'location' => 'path',
1228
+				  'type' => 'string',
1229
+				  'required' => true,
1230
+				),
1231
+				'locale' => array(
1232
+				  'location' => 'query',
1233
+				  'type' => 'string',
1234
+				),
1235
+				'source' => array(
1236
+				  'location' => 'query',
1237
+				  'type' => 'string',
1238
+				),
1239
+				'maxAllowedMaturityRating' => array(
1240
+				  'location' => 'query',
1241
+				  'type' => 'string',
1242
+				),
1243
+				'association' => array(
1244
+				  'location' => 'query',
1245
+				  'type' => 'string',
1246
+				),
1247
+			  ),
1248
+			),
1249
+		  )
1250
+		)
1251
+	);
1252
+	$this->volumes_mybooks = new Google_Service_Books_VolumesMybooks_Resource(
1253
+		$this,
1254
+		$this->serviceName,
1255
+		'mybooks',
1256
+		array(
1257
+		  'methods' => array(
1258
+			'list' => array(
1259
+			  'path' => 'volumes/mybooks',
1260
+			  'httpMethod' => 'GET',
1261
+			  'parameters' => array(
1262
+				'locale' => array(
1263
+				  'location' => 'query',
1264
+				  'type' => 'string',
1265
+				),
1266
+				'startIndex' => array(
1267
+				  'location' => 'query',
1268
+				  'type' => 'integer',
1269
+				),
1270
+				'maxResults' => array(
1271
+				  'location' => 'query',
1272
+				  'type' => 'integer',
1273
+				),
1274
+				'source' => array(
1275
+				  'location' => 'query',
1276
+				  'type' => 'string',
1277
+				),
1278
+				'acquireMethod' => array(
1279
+				  'location' => 'query',
1280
+				  'type' => 'string',
1281
+				  'repeated' => true,
1282
+				),
1283
+				'processingState' => array(
1284
+				  'location' => 'query',
1285
+				  'type' => 'string',
1286
+				  'repeated' => true,
1287
+				),
1288
+			  ),
1289
+			),
1290
+		  )
1291
+		)
1292
+	);
1293
+	$this->volumes_recommended = new Google_Service_Books_VolumesRecommended_Resource(
1294
+		$this,
1295
+		$this->serviceName,
1296
+		'recommended',
1297
+		array(
1298
+		  'methods' => array(
1299
+			'list' => array(
1300
+			  'path' => 'volumes/recommended',
1301
+			  'httpMethod' => 'GET',
1302
+			  'parameters' => array(
1303
+				'locale' => array(
1304
+				  'location' => 'query',
1305
+				  'type' => 'string',
1306
+				),
1307
+				'source' => array(
1308
+				  'location' => 'query',
1309
+				  'type' => 'string',
1310
+				),
1311
+				'maxAllowedMaturityRating' => array(
1312
+				  'location' => 'query',
1313
+				  'type' => 'string',
1314
+				),
1315
+			  ),
1316
+			),'rate' => array(
1317
+			  'path' => 'volumes/recommended/rate',
1318
+			  'httpMethod' => 'POST',
1319
+			  'parameters' => array(
1320
+				'rating' => array(
1321
+				  'location' => 'query',
1322
+				  'type' => 'string',
1323
+				  'required' => true,
1324
+				),
1325
+				'volumeId' => array(
1326
+				  'location' => 'query',
1327
+				  'type' => 'string',
1328
+				  'required' => true,
1329
+				),
1330
+				'locale' => array(
1331
+				  'location' => 'query',
1332
+				  'type' => 'string',
1333
+				),
1334
+				'source' => array(
1335
+				  'location' => 'query',
1336
+				  'type' => 'string',
1337
+				),
1338
+			  ),
1339
+			),
1340
+		  )
1341
+		)
1342
+	);
1343
+	$this->volumes_useruploaded = new Google_Service_Books_VolumesUseruploaded_Resource(
1344
+		$this,
1345
+		$this->serviceName,
1346
+		'useruploaded',
1347
+		array(
1348
+		  'methods' => array(
1349
+			'list' => array(
1350
+			  'path' => 'volumes/useruploaded',
1351
+			  'httpMethod' => 'GET',
1352
+			  'parameters' => array(
1353
+				'locale' => array(
1354
+				  'location' => 'query',
1355
+				  'type' => 'string',
1356
+				),
1357
+				'volumeId' => array(
1358
+				  'location' => 'query',
1359
+				  'type' => 'string',
1360
+				  'repeated' => true,
1361
+				),
1362
+				'maxResults' => array(
1363
+				  'location' => 'query',
1364
+				  'type' => 'integer',
1365
+				),
1366
+				'source' => array(
1367
+				  'location' => 'query',
1368
+				  'type' => 'string',
1369
+				),
1370
+				'startIndex' => array(
1371
+				  'location' => 'query',
1372
+				  'type' => 'integer',
1373
+				),
1374
+				'processingState' => array(
1375
+				  'location' => 'query',
1376
+				  'type' => 'string',
1377
+				  'repeated' => true,
1378
+				),
1379
+			  ),
1380
+			),
1381
+		  )
1382
+		)
1383
+	);
1384 1384
   }
1385 1385
 }
1386 1386
 
@@ -1409,9 +1409,9 @@  discard block
 block discarded – undo
1409 1409
    */
1410 1410
   public function get($userId, $shelf, $optParams = array())
1411 1411
   {
1412
-    $params = array('userId' => $userId, 'shelf' => $shelf);
1413
-    $params = array_merge($params, $optParams);
1414
-    return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
1412
+	$params = array('userId' => $userId, 'shelf' => $shelf);
1413
+	$params = array_merge($params, $optParams);
1414
+	return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
1415 1415
   }
1416 1416
 
1417 1417
   /**
@@ -1426,9 +1426,9 @@  discard block
 block discarded – undo
1426 1426
    */
1427 1427
   public function listBookshelves($userId, $optParams = array())
1428 1428
   {
1429
-    $params = array('userId' => $userId);
1430
-    $params = array_merge($params, $optParams);
1431
-    return $this->call('list', array($params), "Google_Service_Books_Bookshelves");
1429
+	$params = array('userId' => $userId);
1430
+	$params = array_merge($params, $optParams);
1431
+	return $this->call('list', array($params), "Google_Service_Books_Bookshelves");
1432 1432
   }
1433 1433
 }
1434 1434
 
@@ -1461,9 +1461,9 @@  discard block
 block discarded – undo
1461 1461
    */
1462 1462
   public function listBookshelvesVolumes($userId, $shelf, $optParams = array())
1463 1463
   {
1464
-    $params = array('userId' => $userId, 'shelf' => $shelf);
1465
-    $params = array_merge($params, $optParams);
1466
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
1464
+	$params = array('userId' => $userId, 'shelf' => $shelf);
1465
+	$params = array_merge($params, $optParams);
1466
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
1467 1467
   }
1468 1468
 }
1469 1469
 
@@ -1494,9 +1494,9 @@  discard block
 block discarded – undo
1494 1494
    */
1495 1495
   public function addBook($optParams = array())
1496 1496
   {
1497
-    $params = array();
1498
-    $params = array_merge($params, $optParams);
1499
-    return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource");
1497
+	$params = array();
1498
+	$params = array_merge($params, $optParams);
1499
+	return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource");
1500 1500
   }
1501 1501
 
1502 1502
   /**
@@ -1507,9 +1507,9 @@  discard block
 block discarded – undo
1507 1507
    */
1508 1508
   public function deleteBook($volumeId, $optParams = array())
1509 1509
   {
1510
-    $params = array('volumeId' => $volumeId);
1511
-    $params = array_merge($params, $optParams);
1512
-    return $this->call('deleteBook', array($params));
1510
+	$params = array('volumeId' => $volumeId);
1511
+	$params = array_merge($params, $optParams);
1512
+	return $this->call('deleteBook', array($params));
1513 1513
   }
1514 1514
 
1515 1515
   /**
@@ -1521,9 +1521,9 @@  discard block
 block discarded – undo
1521 1521
    */
1522 1522
   public function updateBook(Google_Service_Books_BooksCloudloadingResource $postBody, $optParams = array())
1523 1523
   {
1524
-    $params = array('postBody' => $postBody);
1525
-    $params = array_merge($params, $optParams);
1526
-    return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource");
1524
+	$params = array('postBody' => $postBody);
1525
+	$params = array_merge($params, $optParams);
1526
+	return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource");
1527 1527
   }
1528 1528
 }
1529 1529
 
@@ -1548,9 +1548,9 @@  discard block
 block discarded – undo
1548 1548
    */
1549 1549
   public function listOfflineMetadata($cpksver, $optParams = array())
1550 1550
   {
1551
-    $params = array('cpksver' => $cpksver);
1552
-    $params = array_merge($params, $optParams);
1553
-    return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata");
1551
+	$params = array('cpksver' => $cpksver);
1552
+	$params = array_merge($params, $optParams);
1553
+	return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata");
1554 1554
   }
1555 1555
 }
1556 1556
 
@@ -1579,9 +1579,9 @@  discard block
 block discarded – undo
1579 1579
    */
1580 1580
   public function get($volumeId, $summaryId, $optParams = array())
1581 1581
   {
1582
-    $params = array('volumeId' => $volumeId, 'summaryId' => $summaryId);
1583
-    $params = array_merge($params, $optParams);
1584
-    return $this->call('get', array($params), "Google_Service_Books_Layersummary");
1582
+	$params = array('volumeId' => $volumeId, 'summaryId' => $summaryId);
1583
+	$params = array_merge($params, $optParams);
1584
+	return $this->call('get', array($params), "Google_Service_Books_Layersummary");
1585 1585
   }
1586 1586
 
1587 1587
   /**
@@ -1600,9 +1600,9 @@  discard block
 block discarded – undo
1600 1600
    */
1601 1601
   public function listLayers($volumeId, $optParams = array())
1602 1602
   {
1603
-    $params = array('volumeId' => $volumeId);
1604
-    $params = array_merge($params, $optParams);
1605
-    return $this->call('list', array($params), "Google_Service_Books_Layersummaries");
1603
+	$params = array('volumeId' => $volumeId);
1604
+	$params = array_merge($params, $optParams);
1605
+	return $this->call('list', array($params), "Google_Service_Books_Layersummaries");
1606 1606
   }
1607 1607
 }
1608 1608
 
@@ -1641,9 +1641,9 @@  discard block
 block discarded – undo
1641 1641
    */
1642 1642
   public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())
1643 1643
   {
1644
-    $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion);
1645
-    $params = array_merge($params, $optParams);
1646
-    return $this->call('get', array($params), "Google_Service_Books_Annotationdata");
1644
+	$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion);
1645
+	$params = array_merge($params, $optParams);
1646
+	return $this->call('get', array($params), "Google_Service_Books_Annotationdata");
1647 1647
   }
1648 1648
 
1649 1649
   /**
@@ -1676,9 +1676,9 @@  discard block
 block discarded – undo
1676 1676
    */
1677 1677
   public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array())
1678 1678
   {
1679
-    $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion);
1680
-    $params = array_merge($params, $optParams);
1681
-    return $this->call('list', array($params), "Google_Service_Books_Annotationsdata");
1679
+	$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion);
1680
+	$params = array_merge($params, $optParams);
1681
+	return $this->call('list', array($params), "Google_Service_Books_Annotationsdata");
1682 1682
   }
1683 1683
 }
1684 1684
 /**
@@ -1707,9 +1707,9 @@  discard block
 block discarded – undo
1707 1707
    */
1708 1708
   public function get($volumeId, $layerId, $annotationId, $optParams = array())
1709 1709
   {
1710
-    $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId);
1711
-    $params = array_merge($params, $optParams);
1712
-    return $this->call('get', array($params), "Google_Service_Books_Volumeannotation");
1710
+	$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId);
1711
+	$params = array_merge($params, $optParams);
1712
+	return $this->call('get', array($params), "Google_Service_Books_Volumeannotation");
1713 1713
   }
1714 1714
 
1715 1715
   /**
@@ -1744,9 +1744,9 @@  discard block
 block discarded – undo
1744 1744
    */
1745 1745
   public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = array())
1746 1746
   {
1747
-    $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion);
1748
-    $params = array_merge($params, $optParams);
1749
-    return $this->call('list', array($params), "Google_Service_Books_Volumeannotations");
1747
+	$params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion);
1748
+	$params = array_merge($params, $optParams);
1749
+	return $this->call('list', array($params), "Google_Service_Books_Volumeannotations");
1750 1750
   }
1751 1751
 }
1752 1752
 
@@ -1769,9 +1769,9 @@  discard block
 block discarded – undo
1769 1769
    */
1770 1770
   public function getUserSettings($optParams = array())
1771 1771
   {
1772
-    $params = array();
1773
-    $params = array_merge($params, $optParams);
1774
-    return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings");
1772
+	$params = array();
1773
+	$params = array_merge($params, $optParams);
1774
+	return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings");
1775 1775
   }
1776 1776
 
1777 1777
   /**
@@ -1790,9 +1790,9 @@  discard block
 block discarded – undo
1790 1790
    */
1791 1791
   public function releaseDownloadAccess($volumeIds, $cpksver, $optParams = array())
1792 1792
   {
1793
-    $params = array('volumeIds' => $volumeIds, 'cpksver' => $cpksver);
1794
-    $params = array_merge($params, $optParams);
1795
-    return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses");
1793
+	$params = array('volumeIds' => $volumeIds, 'cpksver' => $cpksver);
1794
+	$params = array_merge($params, $optParams);
1795
+	return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses");
1796 1796
   }
1797 1797
 
1798 1798
   /**
@@ -1814,9 +1814,9 @@  discard block
 block discarded – undo
1814 1814
    */
1815 1815
   public function requestAccess($source, $volumeId, $nonce, $cpksver, $optParams = array())
1816 1816
   {
1817
-    $params = array('source' => $source, 'volumeId' => $volumeId, 'nonce' => $nonce, 'cpksver' => $cpksver);
1818
-    $params = array_merge($params, $optParams);
1819
-    return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess");
1817
+	$params = array('source' => $source, 'volumeId' => $volumeId, 'nonce' => $nonce, 'cpksver' => $cpksver);
1818
+	$params = array_merge($params, $optParams);
1819
+	return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess");
1820 1820
   }
1821 1821
 
1822 1822
   /**
@@ -1841,9 +1841,9 @@  discard block
 block discarded – undo
1841 1841
    */
1842 1842
   public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array())
1843 1843
   {
1844
-    $params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver);
1845
-    $params = array_merge($params, $optParams);
1846
-    return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes");
1844
+	$params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver);
1845
+	$params = array_merge($params, $optParams);
1846
+	return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes");
1847 1847
   }
1848 1848
 
1849 1849
   /**
@@ -1857,9 +1857,9 @@  discard block
 block discarded – undo
1857 1857
    */
1858 1858
   public function updateUserSettings(Google_Service_Books_Usersettings $postBody, $optParams = array())
1859 1859
   {
1860
-    $params = array('postBody' => $postBody);
1861
-    $params = array_merge($params, $optParams);
1862
-    return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings");
1860
+	$params = array('postBody' => $postBody);
1861
+	$params = array_merge($params, $optParams);
1862
+	return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings");
1863 1863
   }
1864 1864
 }
1865 1865
 
@@ -1896,9 +1896,9 @@  discard block
 block discarded – undo
1896 1896
    */
1897 1897
   public function delete($annotationId, $optParams = array())
1898 1898
   {
1899
-    $params = array('annotationId' => $annotationId);
1900
-    $params = array_merge($params, $optParams);
1901
-    return $this->call('delete', array($params));
1899
+	$params = array('annotationId' => $annotationId);
1900
+	$params = array_merge($params, $optParams);
1901
+	return $this->call('delete', array($params));
1902 1902
   }
1903 1903
 
1904 1904
   /**
@@ -1915,9 +1915,9 @@  discard block
 block discarded – undo
1915 1915
    */
1916 1916
   public function insert(Google_Service_Books_Annotation $postBody, $optParams = array())
1917 1917
   {
1918
-    $params = array('postBody' => $postBody);
1919
-    $params = array_merge($params, $optParams);
1920
-    return $this->call('insert', array($params), "Google_Service_Books_Annotation");
1918
+	$params = array('postBody' => $postBody);
1919
+	$params = array_merge($params, $optParams);
1920
+	return $this->call('insert', array($params), "Google_Service_Books_Annotation");
1921 1921
   }
1922 1922
 
1923 1923
   /**
@@ -1945,9 +1945,9 @@  discard block
 block discarded – undo
1945 1945
    */
1946 1946
   public function listMylibraryAnnotations($optParams = array())
1947 1947
   {
1948
-    $params = array();
1949
-    $params = array_merge($params, $optParams);
1950
-    return $this->call('list', array($params), "Google_Service_Books_Annotations");
1948
+	$params = array();
1949
+	$params = array_merge($params, $optParams);
1950
+	return $this->call('list', array($params), "Google_Service_Books_Annotations");
1951 1951
   }
1952 1952
 
1953 1953
   /**
@@ -1960,9 +1960,9 @@  discard block
 block discarded – undo
1960 1960
    */
1961 1961
   public function summary($layerIds, $volumeId, $optParams = array())
1962 1962
   {
1963
-    $params = array('layerIds' => $layerIds, 'volumeId' => $volumeId);
1964
-    $params = array_merge($params, $optParams);
1965
-    return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary");
1963
+	$params = array('layerIds' => $layerIds, 'volumeId' => $volumeId);
1964
+	$params = array_merge($params, $optParams);
1965
+	return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary");
1966 1966
   }
1967 1967
 
1968 1968
   /**
@@ -1977,9 +1977,9 @@  discard block
 block discarded – undo
1977 1977
    */
1978 1978
   public function update($annotationId, Google_Service_Books_Annotation $postBody, $optParams = array())
1979 1979
   {
1980
-    $params = array('annotationId' => $annotationId, 'postBody' => $postBody);
1981
-    $params = array_merge($params, $optParams);
1982
-    return $this->call('update', array($params), "Google_Service_Books_Annotation");
1980
+	$params = array('annotationId' => $annotationId, 'postBody' => $postBody);
1981
+	$params = array_merge($params, $optParams);
1982
+	return $this->call('update', array($params), "Google_Service_Books_Annotation");
1983 1983
   }
1984 1984
 }
1985 1985
 /**
@@ -2006,9 +2006,9 @@  discard block
 block discarded – undo
2006 2006
    */
2007 2007
   public function addVolume($shelf, $volumeId, $optParams = array())
2008 2008
   {
2009
-    $params = array('shelf' => $shelf, 'volumeId' => $volumeId);
2010
-    $params = array_merge($params, $optParams);
2011
-    return $this->call('addVolume', array($params));
2009
+	$params = array('shelf' => $shelf, 'volumeId' => $volumeId);
2010
+	$params = array_merge($params, $optParams);
2011
+	return $this->call('addVolume', array($params));
2012 2012
   }
2013 2013
 
2014 2014
   /**
@@ -2021,9 +2021,9 @@  discard block
 block discarded – undo
2021 2021
    */
2022 2022
   public function clearVolumes($shelf, $optParams = array())
2023 2023
   {
2024
-    $params = array('shelf' => $shelf);
2025
-    $params = array_merge($params, $optParams);
2026
-    return $this->call('clearVolumes', array($params));
2024
+	$params = array('shelf' => $shelf);
2025
+	$params = array_merge($params, $optParams);
2026
+	return $this->call('clearVolumes', array($params));
2027 2027
   }
2028 2028
 
2029 2029
   /**
@@ -2038,9 +2038,9 @@  discard block
 block discarded – undo
2038 2038
    */
2039 2039
   public function get($shelf, $optParams = array())
2040 2040
   {
2041
-    $params = array('shelf' => $shelf);
2042
-    $params = array_merge($params, $optParams);
2043
-    return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
2041
+	$params = array('shelf' => $shelf);
2042
+	$params = array_merge($params, $optParams);
2043
+	return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
2044 2044
   }
2045 2045
 
2046 2046
   /**
@@ -2054,9 +2054,9 @@  discard block
 block discarded – undo
2054 2054
    */
2055 2055
   public function listMylibraryBookshelves($optParams = array())
2056 2056
   {
2057
-    $params = array();
2058
-    $params = array_merge($params, $optParams);
2059
-    return $this->call('list', array($params), "Google_Service_Books_Bookshelves");
2057
+	$params = array();
2058
+	$params = array_merge($params, $optParams);
2059
+	return $this->call('list', array($params), "Google_Service_Books_Bookshelves");
2060 2060
   }
2061 2061
 
2062 2062
   /**
@@ -2073,9 +2073,9 @@  discard block
 block discarded – undo
2073 2073
    */
2074 2074
   public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array())
2075 2075
   {
2076
-    $params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition);
2077
-    $params = array_merge($params, $optParams);
2078
-    return $this->call('moveVolume', array($params));
2076
+	$params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition);
2077
+	$params = array_merge($params, $optParams);
2078
+	return $this->call('moveVolume', array($params));
2079 2079
   }
2080 2080
 
2081 2081
   /**
@@ -2091,9 +2091,9 @@  discard block
 block discarded – undo
2091 2091
    */
2092 2092
   public function removeVolume($shelf, $volumeId, $optParams = array())
2093 2093
   {
2094
-    $params = array('shelf' => $shelf, 'volumeId' => $volumeId);
2095
-    $params = array_merge($params, $optParams);
2096
-    return $this->call('removeVolume', array($params));
2094
+	$params = array('shelf' => $shelf, 'volumeId' => $volumeId);
2095
+	$params = array_merge($params, $optParams);
2096
+	return $this->call('removeVolume', array($params));
2097 2097
   }
2098 2098
 }
2099 2099
 
@@ -2129,9 +2129,9 @@  discard block
 block discarded – undo
2129 2129
    */
2130 2130
   public function listMylibraryBookshelvesVolumes($shelf, $optParams = array())
2131 2131
   {
2132
-    $params = array('shelf' => $shelf);
2133
-    $params = array_merge($params, $optParams);
2134
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2132
+	$params = array('shelf' => $shelf);
2133
+	$params = array_merge($params, $optParams);
2134
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2135 2135
   }
2136 2136
 }
2137 2137
 /**
@@ -2160,9 +2160,9 @@  discard block
 block discarded – undo
2160 2160
    */
2161 2161
   public function get($volumeId, $optParams = array())
2162 2162
   {
2163
-    $params = array('volumeId' => $volumeId);
2164
-    $params = array_merge($params, $optParams);
2165
-    return $this->call('get', array($params), "Google_Service_Books_ReadingPosition");
2163
+	$params = array('volumeId' => $volumeId);
2164
+	$params = array_merge($params, $optParams);
2165
+	return $this->call('get', array($params), "Google_Service_Books_ReadingPosition");
2166 2166
   }
2167 2167
 
2168 2168
   /**
@@ -2185,9 +2185,9 @@  discard block
 block discarded – undo
2185 2185
    */
2186 2186
   public function setPosition($volumeId, $timestamp, $position, $optParams = array())
2187 2187
   {
2188
-    $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position);
2189
-    $params = array_merge($params, $optParams);
2190
-    return $this->call('setPosition', array($params));
2188
+	$params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position);
2189
+	$params = array_merge($params, $optParams);
2190
+	return $this->call('setPosition', array($params));
2191 2191
   }
2192 2192
 }
2193 2193
 
@@ -2213,9 +2213,9 @@  discard block
 block discarded – undo
2213 2213
    */
2214 2214
   public function listCategories($optParams = array())
2215 2215
   {
2216
-    $params = array();
2217
-    $params = array_merge($params, $optParams);
2218
-    return $this->call('listCategories', array($params), "Google_Service_Books_Category");
2216
+	$params = array();
2217
+	$params = array_merge($params, $optParams);
2218
+	return $this->call('listCategories', array($params), "Google_Service_Books_Category");
2219 2219
   }
2220 2220
 
2221 2221
   /**
@@ -2238,9 +2238,9 @@  discard block
 block discarded – undo
2238 2238
    */
2239 2239
   public function listCategoryVolumes($optParams = array())
2240 2240
   {
2241
-    $params = array();
2242
-    $params = array_merge($params, $optParams);
2243
-    return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2");
2241
+	$params = array();
2242
+	$params = array_merge($params, $optParams);
2243
+	return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2");
2244 2244
   }
2245 2245
 }
2246 2246
 
@@ -2271,9 +2271,9 @@  discard block
 block discarded – undo
2271 2271
    */
2272 2272
   public function accept($optParams = array())
2273 2273
   {
2274
-    $params = array();
2275
-    $params = array_merge($params, $optParams);
2276
-    return $this->call('accept', array($params));
2274
+	$params = array();
2275
+	$params = array_merge($params, $optParams);
2276
+	return $this->call('accept', array($params));
2277 2277
   }
2278 2278
 
2279 2279
   /**
@@ -2291,9 +2291,9 @@  discard block
 block discarded – undo
2291 2291
    */
2292 2292
   public function dismiss($optParams = array())
2293 2293
   {
2294
-    $params = array();
2295
-    $params = array_merge($params, $optParams);
2296
-    return $this->call('dismiss', array($params));
2294
+	$params = array();
2295
+	$params = array_merge($params, $optParams);
2296
+	return $this->call('dismiss', array($params));
2297 2297
   }
2298 2298
 
2299 2299
   /**
@@ -2311,9 +2311,9 @@  discard block
 block discarded – undo
2311 2311
    */
2312 2312
   public function get($optParams = array())
2313 2313
   {
2314
-    $params = array();
2315
-    $params = array_merge($params, $optParams);
2316
-    return $this->call('get', array($params), "Google_Service_Books_Offers");
2314
+	$params = array();
2315
+	$params = array_merge($params, $optParams);
2316
+	return $this->call('get', array($params), "Google_Service_Books_Offers");
2317 2317
   }
2318 2318
 }
2319 2319
 
@@ -2344,9 +2344,9 @@  discard block
 block discarded – undo
2344 2344
    */
2345 2345
   public function get($volumeId, $optParams = array())
2346 2346
   {
2347
-    $params = array('volumeId' => $volumeId);
2348
-    $params = array_merge($params, $optParams);
2349
-    return $this->call('get', array($params), "Google_Service_Books_Volume");
2347
+	$params = array('volumeId' => $volumeId);
2348
+	$params = array_merge($params, $optParams);
2349
+	return $this->call('get', array($params), "Google_Service_Books_Volume");
2350 2350
   }
2351 2351
 
2352 2352
   /**
@@ -2375,9 +2375,9 @@  discard block
 block discarded – undo
2375 2375
    */
2376 2376
   public function listVolumes($q, $optParams = array())
2377 2377
   {
2378
-    $params = array('q' => $q);
2379
-    $params = array_merge($params, $optParams);
2380
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2378
+	$params = array('q' => $q);
2379
+	$params = array_merge($params, $optParams);
2380
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2381 2381
   }
2382 2382
 }
2383 2383
 
@@ -2409,9 +2409,9 @@  discard block
 block discarded – undo
2409 2409
    */
2410 2410
   public function listVolumesAssociated($volumeId, $optParams = array())
2411 2411
   {
2412
-    $params = array('volumeId' => $volumeId);
2413
-    $params = array_merge($params, $optParams);
2414
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2412
+	$params = array('volumeId' => $volumeId);
2413
+	$params = array_merge($params, $optParams);
2414
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2415 2415
   }
2416 2416
 }
2417 2417
 /**
@@ -2444,9 +2444,9 @@  discard block
 block discarded – undo
2444 2444
    */
2445 2445
   public function listVolumesMybooks($optParams = array())
2446 2446
   {
2447
-    $params = array();
2448
-    $params = array_merge($params, $optParams);
2449
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2447
+	$params = array();
2448
+	$params = array_merge($params, $optParams);
2449
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2450 2450
   }
2451 2451
 }
2452 2452
 /**
@@ -2476,9 +2476,9 @@  discard block
 block discarded – undo
2476 2476
    */
2477 2477
   public function listVolumesRecommended($optParams = array())
2478 2478
   {
2479
-    $params = array();
2480
-    $params = array_merge($params, $optParams);
2481
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2479
+	$params = array();
2480
+	$params = array_merge($params, $optParams);
2481
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2482 2482
   }
2483 2483
 
2484 2484
   /**
@@ -2495,9 +2495,9 @@  discard block
 block discarded – undo
2495 2495
    */
2496 2496
   public function rate($rating, $volumeId, $optParams = array())
2497 2497
   {
2498
-    $params = array('rating' => $rating, 'volumeId' => $volumeId);
2499
-    $params = array_merge($params, $optParams);
2500
-    return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse");
2498
+	$params = array('rating' => $rating, 'volumeId' => $volumeId);
2499
+	$params = array_merge($params, $optParams);
2500
+	return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse");
2501 2501
   }
2502 2502
 }
2503 2503
 /**
@@ -2531,9 +2531,9 @@  discard block
 block discarded – undo
2531 2531
    */
2532 2532
   public function listVolumesUseruploaded($optParams = array())
2533 2533
   {
2534
-    $params = array();
2535
-    $params = array_merge($params, $optParams);
2536
-    return $this->call('list', array($params), "Google_Service_Books_Volumes");
2534
+	$params = array();
2535
+	$params = array_merge($params, $optParams);
2536
+	return $this->call('list', array($params), "Google_Service_Books_Volumes");
2537 2537
   }
2538 2538
 }
2539 2539
 
@@ -2569,139 +2569,139 @@  discard block
 block discarded – undo
2569 2569
 
2570 2570
   public function setAfterSelectedText($afterSelectedText)
2571 2571
   {
2572
-    $this->afterSelectedText = $afterSelectedText;
2572
+	$this->afterSelectedText = $afterSelectedText;
2573 2573
   }
2574 2574
   public function getAfterSelectedText()
2575 2575
   {
2576
-    return $this->afterSelectedText;
2576
+	return $this->afterSelectedText;
2577 2577
   }
2578 2578
   public function setBeforeSelectedText($beforeSelectedText)
2579 2579
   {
2580
-    $this->beforeSelectedText = $beforeSelectedText;
2580
+	$this->beforeSelectedText = $beforeSelectedText;
2581 2581
   }
2582 2582
   public function getBeforeSelectedText()
2583 2583
   {
2584
-    return $this->beforeSelectedText;
2584
+	return $this->beforeSelectedText;
2585 2585
   }
2586 2586
   public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges)
2587 2587
   {
2588
-    $this->clientVersionRanges = $clientVersionRanges;
2588
+	$this->clientVersionRanges = $clientVersionRanges;
2589 2589
   }
2590 2590
   public function getClientVersionRanges()
2591 2591
   {
2592
-    return $this->clientVersionRanges;
2592
+	return $this->clientVersionRanges;
2593 2593
   }
2594 2594
   public function setCreated($created)
2595 2595
   {
2596
-    $this->created = $created;
2596
+	$this->created = $created;
2597 2597
   }
2598 2598
   public function getCreated()
2599 2599
   {
2600
-    return $this->created;
2600
+	return $this->created;
2601 2601
   }
2602 2602
   public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges)
2603 2603
   {
2604
-    $this->currentVersionRanges = $currentVersionRanges;
2604
+	$this->currentVersionRanges = $currentVersionRanges;
2605 2605
   }
2606 2606
   public function getCurrentVersionRanges()
2607 2607
   {
2608
-    return $this->currentVersionRanges;
2608
+	return $this->currentVersionRanges;
2609 2609
   }
2610 2610
   public function setData($data)
2611 2611
   {
2612
-    $this->data = $data;
2612
+	$this->data = $data;
2613 2613
   }
2614 2614
   public function getData()
2615 2615
   {
2616
-    return $this->data;
2616
+	return $this->data;
2617 2617
   }
2618 2618
   public function setDeleted($deleted)
2619 2619
   {
2620
-    $this->deleted = $deleted;
2620
+	$this->deleted = $deleted;
2621 2621
   }
2622 2622
   public function getDeleted()
2623 2623
   {
2624
-    return $this->deleted;
2624
+	return $this->deleted;
2625 2625
   }
2626 2626
   public function setHighlightStyle($highlightStyle)
2627 2627
   {
2628
-    $this->highlightStyle = $highlightStyle;
2628
+	$this->highlightStyle = $highlightStyle;
2629 2629
   }
2630 2630
   public function getHighlightStyle()
2631 2631
   {
2632
-    return $this->highlightStyle;
2632
+	return $this->highlightStyle;
2633 2633
   }
2634 2634
   public function setId($id)
2635 2635
   {
2636
-    $this->id = $id;
2636
+	$this->id = $id;
2637 2637
   }
2638 2638
   public function getId()
2639 2639
   {
2640
-    return $this->id;
2640
+	return $this->id;
2641 2641
   }
2642 2642
   public function setKind($kind)
2643 2643
   {
2644
-    $this->kind = $kind;
2644
+	$this->kind = $kind;
2645 2645
   }
2646 2646
   public function getKind()
2647 2647
   {
2648
-    return $this->kind;
2648
+	return $this->kind;
2649 2649
   }
2650 2650
   public function setLayerId($layerId)
2651 2651
   {
2652
-    $this->layerId = $layerId;
2652
+	$this->layerId = $layerId;
2653 2653
   }
2654 2654
   public function getLayerId()
2655 2655
   {
2656
-    return $this->layerId;
2656
+	return $this->layerId;
2657 2657
   }
2658 2658
   public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary)
2659 2659
   {
2660
-    $this->layerSummary = $layerSummary;
2660
+	$this->layerSummary = $layerSummary;
2661 2661
   }
2662 2662
   public function getLayerSummary()
2663 2663
   {
2664
-    return $this->layerSummary;
2664
+	return $this->layerSummary;
2665 2665
   }
2666 2666
   public function setPageIds($pageIds)
2667 2667
   {
2668
-    $this->pageIds = $pageIds;
2668
+	$this->pageIds = $pageIds;
2669 2669
   }
2670 2670
   public function getPageIds()
2671 2671
   {
2672
-    return $this->pageIds;
2672
+	return $this->pageIds;
2673 2673
   }
2674 2674
   public function setSelectedText($selectedText)
2675 2675
   {
2676
-    $this->selectedText = $selectedText;
2676
+	$this->selectedText = $selectedText;
2677 2677
   }
2678 2678
   public function getSelectedText()
2679 2679
   {
2680
-    return $this->selectedText;
2680
+	return $this->selectedText;
2681 2681
   }
2682 2682
   public function setSelfLink($selfLink)
2683 2683
   {
2684
-    $this->selfLink = $selfLink;
2684
+	$this->selfLink = $selfLink;
2685 2685
   }
2686 2686
   public function getSelfLink()
2687 2687
   {
2688
-    return $this->selfLink;
2688
+	return $this->selfLink;
2689 2689
   }
2690 2690
   public function setUpdated($updated)
2691 2691
   {
2692
-    $this->updated = $updated;
2692
+	$this->updated = $updated;
2693 2693
   }
2694 2694
   public function getUpdated()
2695 2695
   {
2696
-    return $this->updated;
2696
+	return $this->updated;
2697 2697
   }
2698 2698
   public function setVolumeId($volumeId)
2699 2699
   {
2700
-    $this->volumeId = $volumeId;
2700
+	$this->volumeId = $volumeId;
2701 2701
   }
2702 2702
   public function getVolumeId()
2703 2703
   {
2704
-    return $this->volumeId;
2704
+	return $this->volumeId;
2705 2705
   }
2706 2706
 }
2707 2707
 
@@ -2722,43 +2722,43 @@  discard block
 block discarded – undo
2722 2722
 
2723 2723
   public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
2724 2724
   {
2725
-    $this->cfiRange = $cfiRange;
2725
+	$this->cfiRange = $cfiRange;
2726 2726
   }
2727 2727
   public function getCfiRange()
2728 2728
   {
2729
-    return $this->cfiRange;
2729
+	return $this->cfiRange;
2730 2730
   }
2731 2731
   public function setContentVersion($contentVersion)
2732 2732
   {
2733
-    $this->contentVersion = $contentVersion;
2733
+	$this->contentVersion = $contentVersion;
2734 2734
   }
2735 2735
   public function getContentVersion()
2736 2736
   {
2737
-    return $this->contentVersion;
2737
+	return $this->contentVersion;
2738 2738
   }
2739 2739
   public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
2740 2740
   {
2741
-    $this->gbImageRange = $gbImageRange;
2741
+	$this->gbImageRange = $gbImageRange;
2742 2742
   }
2743 2743
   public function getGbImageRange()
2744 2744
   {
2745
-    return $this->gbImageRange;
2745
+	return $this->gbImageRange;
2746 2746
   }
2747 2747
   public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
2748 2748
   {
2749
-    $this->gbTextRange = $gbTextRange;
2749
+	$this->gbTextRange = $gbTextRange;
2750 2750
   }
2751 2751
   public function getGbTextRange()
2752 2752
   {
2753
-    return $this->gbTextRange;
2753
+	return $this->gbTextRange;
2754 2754
   }
2755 2755
   public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange)
2756 2756
   {
2757
-    $this->imageCfiRange = $imageCfiRange;
2757
+	$this->imageCfiRange = $imageCfiRange;
2758 2758
   }
2759 2759
   public function getImageCfiRange()
2760 2760
   {
2761
-    return $this->imageCfiRange;
2761
+	return $this->imageCfiRange;
2762 2762
   }
2763 2763
 }
2764 2764
 
@@ -2779,43 +2779,43 @@  discard block
 block discarded – undo
2779 2779
 
2780 2780
   public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
2781 2781
   {
2782
-    $this->cfiRange = $cfiRange;
2782
+	$this->cfiRange = $cfiRange;
2783 2783
   }
2784 2784
   public function getCfiRange()
2785 2785
   {
2786
-    return $this->cfiRange;
2786
+	return $this->cfiRange;
2787 2787
   }
2788 2788
   public function setContentVersion($contentVersion)
2789 2789
   {
2790
-    $this->contentVersion = $contentVersion;
2790
+	$this->contentVersion = $contentVersion;
2791 2791
   }
2792 2792
   public function getContentVersion()
2793 2793
   {
2794
-    return $this->contentVersion;
2794
+	return $this->contentVersion;
2795 2795
   }
2796 2796
   public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
2797 2797
   {
2798
-    $this->gbImageRange = $gbImageRange;
2798
+	$this->gbImageRange = $gbImageRange;
2799 2799
   }
2800 2800
   public function getGbImageRange()
2801 2801
   {
2802
-    return $this->gbImageRange;
2802
+	return $this->gbImageRange;
2803 2803
   }
2804 2804
   public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
2805 2805
   {
2806
-    $this->gbTextRange = $gbTextRange;
2806
+	$this->gbTextRange = $gbTextRange;
2807 2807
   }
2808 2808
   public function getGbTextRange()
2809 2809
   {
2810
-    return $this->gbTextRange;
2810
+	return $this->gbTextRange;
2811 2811
   }
2812 2812
   public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange)
2813 2813
   {
2814
-    $this->imageCfiRange = $imageCfiRange;
2814
+	$this->imageCfiRange = $imageCfiRange;
2815 2815
   }
2816 2816
   public function getImageCfiRange()
2817 2817
   {
2818
-    return $this->imageCfiRange;
2818
+	return $this->imageCfiRange;
2819 2819
   }
2820 2820
 }
2821 2821
 
@@ -2830,34 +2830,34 @@  discard block
 block discarded – undo
2830 2830
 
2831 2831
   public function setAllowedCharacterCount($allowedCharacterCount)
2832 2832
   {
2833
-    $this->allowedCharacterCount = $allowedCharacterCount;
2833
+	$this->allowedCharacterCount = $allowedCharacterCount;
2834 2834
   }
2835 2835
   public function getAllowedCharacterCount()
2836 2836
   {
2837
-    return $this->allowedCharacterCount;
2837
+	return $this->allowedCharacterCount;
2838 2838
   }
2839 2839
   public function setLimitType($limitType)
2840 2840
   {
2841
-    $this->limitType = $limitType;
2841
+	$this->limitType = $limitType;
2842 2842
   }
2843 2843
   public function getLimitType()
2844 2844
   {
2845
-    return $this->limitType;
2845
+	return $this->limitType;
2846 2846
   }
2847 2847
   public function setRemainingCharacterCount($remainingCharacterCount)
2848 2848
   {
2849
-    $this->remainingCharacterCount = $remainingCharacterCount;
2849
+	$this->remainingCharacterCount = $remainingCharacterCount;
2850 2850
   }
2851 2851
   public function getRemainingCharacterCount()
2852 2852
   {
2853
-    return $this->remainingCharacterCount;
2853
+	return $this->remainingCharacterCount;
2854 2854
   }
2855 2855
 }
2856 2856
 
2857 2857
 class Google_Service_Books_Annotationdata extends Google_Model
2858 2858
 {
2859 2859
   protected $internal_gapi_mappings = array(
2860
-        "encodedData" => "encoded_data",
2860
+		"encodedData" => "encoded_data",
2861 2861
   );
2862 2862
   public $annotationType;
2863 2863
   public $data;
@@ -2872,75 +2872,75 @@  discard block
 block discarded – undo
2872 2872
 
2873 2873
   public function setAnnotationType($annotationType)
2874 2874
   {
2875
-    $this->annotationType = $annotationType;
2875
+	$this->annotationType = $annotationType;
2876 2876
   }
2877 2877
   public function getAnnotationType()
2878 2878
   {
2879
-    return $this->annotationType;
2879
+	return $this->annotationType;
2880 2880
   }
2881 2881
   public function setData($data)
2882 2882
   {
2883
-    $this->data = $data;
2883
+	$this->data = $data;
2884 2884
   }
2885 2885
   public function getData()
2886 2886
   {
2887
-    return $this->data;
2887
+	return $this->data;
2888 2888
   }
2889 2889
   public function setEncodedData($encodedData)
2890 2890
   {
2891
-    $this->encodedData = $encodedData;
2891
+	$this->encodedData = $encodedData;
2892 2892
   }
2893 2893
   public function getEncodedData()
2894 2894
   {
2895
-    return $this->encodedData;
2895
+	return $this->encodedData;
2896 2896
   }
2897 2897
   public function setId($id)
2898 2898
   {
2899
-    $this->id = $id;
2899
+	$this->id = $id;
2900 2900
   }
2901 2901
   public function getId()
2902 2902
   {
2903
-    return $this->id;
2903
+	return $this->id;
2904 2904
   }
2905 2905
   public function setKind($kind)
2906 2906
   {
2907
-    $this->kind = $kind;
2907
+	$this->kind = $kind;
2908 2908
   }
2909 2909
   public function getKind()
2910 2910
   {
2911
-    return $this->kind;
2911
+	return $this->kind;
2912 2912
   }
2913 2913
   public function setLayerId($layerId)
2914 2914
   {
2915
-    $this->layerId = $layerId;
2915
+	$this->layerId = $layerId;
2916 2916
   }
2917 2917
   public function getLayerId()
2918 2918
   {
2919
-    return $this->layerId;
2919
+	return $this->layerId;
2920 2920
   }
2921 2921
   public function setSelfLink($selfLink)
2922 2922
   {
2923
-    $this->selfLink = $selfLink;
2923
+	$this->selfLink = $selfLink;
2924 2924
   }
2925 2925
   public function getSelfLink()
2926 2926
   {
2927
-    return $this->selfLink;
2927
+	return $this->selfLink;
2928 2928
   }
2929 2929
   public function setUpdated($updated)
2930 2930
   {
2931
-    $this->updated = $updated;
2931
+	$this->updated = $updated;
2932 2932
   }
2933 2933
   public function getUpdated()
2934 2934
   {
2935
-    return $this->updated;
2935
+	return $this->updated;
2936 2936
   }
2937 2937
   public function setVolumeId($volumeId)
2938 2938
   {
2939
-    $this->volumeId = $volumeId;
2939
+	$this->volumeId = $volumeId;
2940 2940
   }
2941 2941
   public function getVolumeId()
2942 2942
   {
2943
-    return $this->volumeId;
2943
+	return $this->volumeId;
2944 2944
   }
2945 2945
 }
2946 2946
 
@@ -2958,35 +2958,35 @@  discard block
 block discarded – undo
2958 2958
 
2959 2959
   public function setItems($items)
2960 2960
   {
2961
-    $this->items = $items;
2961
+	$this->items = $items;
2962 2962
   }
2963 2963
   public function getItems()
2964 2964
   {
2965
-    return $this->items;
2965
+	return $this->items;
2966 2966
   }
2967 2967
   public function setKind($kind)
2968 2968
   {
2969
-    $this->kind = $kind;
2969
+	$this->kind = $kind;
2970 2970
   }
2971 2971
   public function getKind()
2972 2972
   {
2973
-    return $this->kind;
2973
+	return $this->kind;
2974 2974
   }
2975 2975
   public function setNextPageToken($nextPageToken)
2976 2976
   {
2977
-    $this->nextPageToken = $nextPageToken;
2977
+	$this->nextPageToken = $nextPageToken;
2978 2978
   }
2979 2979
   public function getNextPageToken()
2980 2980
   {
2981
-    return $this->nextPageToken;
2981
+	return $this->nextPageToken;
2982 2982
   }
2983 2983
   public function setTotalItems($totalItems)
2984 2984
   {
2985
-    $this->totalItems = $totalItems;
2985
+	$this->totalItems = $totalItems;
2986 2986
   }
2987 2987
   public function getTotalItems()
2988 2988
   {
2989
-    return $this->totalItems;
2989
+	return $this->totalItems;
2990 2990
   }
2991 2991
 }
2992 2992
 
@@ -3002,19 +3002,19 @@  discard block
 block discarded – undo
3002 3002
 
3003 3003
   public function setKind($kind)
3004 3004
   {
3005
-    $this->kind = $kind;
3005
+	$this->kind = $kind;
3006 3006
   }
3007 3007
   public function getKind()
3008 3008
   {
3009
-    return $this->kind;
3009
+	return $this->kind;
3010 3010
   }
3011 3011
   public function setLayers($layers)
3012 3012
   {
3013
-    $this->layers = $layers;
3013
+	$this->layers = $layers;
3014 3014
   }
3015 3015
   public function getLayers()
3016 3016
   {
3017
-    return $this->layers;
3017
+	return $this->layers;
3018 3018
   }
3019 3019
 }
3020 3020
 
@@ -3031,43 +3031,43 @@  discard block
 block discarded – undo
3031 3031
 
3032 3032
   public function setAllowedCharacterCount($allowedCharacterCount)
3033 3033
   {
3034
-    $this->allowedCharacterCount = $allowedCharacterCount;
3034
+	$this->allowedCharacterCount = $allowedCharacterCount;
3035 3035
   }
3036 3036
   public function getAllowedCharacterCount()
3037 3037
   {
3038
-    return $this->allowedCharacterCount;
3038
+	return $this->allowedCharacterCount;
3039 3039
   }
3040 3040
   public function setLayerId($layerId)
3041 3041
   {
3042
-    $this->layerId = $layerId;
3042
+	$this->layerId = $layerId;
3043 3043
   }
3044 3044
   public function getLayerId()
3045 3045
   {
3046
-    return $this->layerId;
3046
+	return $this->layerId;
3047 3047
   }
3048 3048
   public function setLimitType($limitType)
3049 3049
   {
3050
-    $this->limitType = $limitType;
3050
+	$this->limitType = $limitType;
3051 3051
   }
3052 3052
   public function getLimitType()
3053 3053
   {
3054
-    return $this->limitType;
3054
+	return $this->limitType;
3055 3055
   }
3056 3056
   public function setRemainingCharacterCount($remainingCharacterCount)
3057 3057
   {
3058
-    $this->remainingCharacterCount = $remainingCharacterCount;
3058
+	$this->remainingCharacterCount = $remainingCharacterCount;
3059 3059
   }
3060 3060
   public function getRemainingCharacterCount()
3061 3061
   {
3062
-    return $this->remainingCharacterCount;
3062
+	return $this->remainingCharacterCount;
3063 3063
   }
3064 3064
   public function setUpdated($updated)
3065 3065
   {
3066
-    $this->updated = $updated;
3066
+	$this->updated = $updated;
3067 3067
   }
3068 3068
   public function getUpdated()
3069 3069
   {
3070
-    return $this->updated;
3070
+	return $this->updated;
3071 3071
   }
3072 3072
 }
3073 3073
 
@@ -3085,35 +3085,35 @@  discard block
 block discarded – undo
3085 3085
 
3086 3086
   public function setItems($items)
3087 3087
   {
3088
-    $this->items = $items;
3088
+	$this->items = $items;
3089 3089
   }
3090 3090
   public function getItems()
3091 3091
   {
3092
-    return $this->items;
3092
+	return $this->items;
3093 3093
   }
3094 3094
   public function setKind($kind)
3095 3095
   {
3096
-    $this->kind = $kind;
3096
+	$this->kind = $kind;
3097 3097
   }
3098 3098
   public function getKind()
3099 3099
   {
3100
-    return $this->kind;
3100
+	return $this->kind;
3101 3101
   }
3102 3102
   public function setNextPageToken($nextPageToken)
3103 3103
   {
3104
-    $this->nextPageToken = $nextPageToken;
3104
+	$this->nextPageToken = $nextPageToken;
3105 3105
   }
3106 3106
   public function getNextPageToken()
3107 3107
   {
3108
-    return $this->nextPageToken;
3108
+	return $this->nextPageToken;
3109 3109
   }
3110 3110
   public function setTotalItems($totalItems)
3111 3111
   {
3112
-    $this->totalItems = $totalItems;
3112
+	$this->totalItems = $totalItems;
3113 3113
   }
3114 3114
   public function getTotalItems()
3115 3115
   {
3116
-    return $this->totalItems;
3116
+	return $this->totalItems;
3117 3117
   }
3118 3118
 }
3119 3119
 
@@ -3129,35 +3129,35 @@  discard block
 block discarded – undo
3129 3129
 
3130 3130
   public function setEndOffset($endOffset)
3131 3131
   {
3132
-    $this->endOffset = $endOffset;
3132
+	$this->endOffset = $endOffset;
3133 3133
   }
3134 3134
   public function getEndOffset()
3135 3135
   {
3136
-    return $this->endOffset;
3136
+	return $this->endOffset;
3137 3137
   }
3138 3138
   public function setEndPosition($endPosition)
3139 3139
   {
3140
-    $this->endPosition = $endPosition;
3140
+	$this->endPosition = $endPosition;
3141 3141
   }
3142 3142
   public function getEndPosition()
3143 3143
   {
3144
-    return $this->endPosition;
3144
+	return $this->endPosition;
3145 3145
   }
3146 3146
   public function setStartOffset($startOffset)
3147 3147
   {
3148
-    $this->startOffset = $startOffset;
3148
+	$this->startOffset = $startOffset;
3149 3149
   }
3150 3150
   public function getStartOffset()
3151 3151
   {
3152
-    return $this->startOffset;
3152
+	return $this->startOffset;
3153 3153
   }
3154 3154
   public function setStartPosition($startPosition)
3155 3155
   {
3156
-    $this->startPosition = $startPosition;
3156
+	$this->startPosition = $startPosition;
3157 3157
   }
3158 3158
   public function getStartPosition()
3159 3159
   {
3160
-    return $this->startPosition;
3160
+	return $this->startPosition;
3161 3161
   }
3162 3162
 }
3163 3163
 
@@ -3173,53 +3173,53 @@  discard block
 block discarded – undo
3173 3173
 
3174 3174
   public function setAuthor($author)
3175 3175
   {
3176
-    $this->author = $author;
3176
+	$this->author = $author;
3177 3177
   }
3178 3178
   public function getAuthor()
3179 3179
   {
3180
-    return $this->author;
3180
+	return $this->author;
3181 3181
   }
3182 3182
   public function setProcessingState($processingState)
3183 3183
   {
3184
-    $this->processingState = $processingState;
3184
+	$this->processingState = $processingState;
3185 3185
   }
3186 3186
   public function getProcessingState()
3187 3187
   {
3188
-    return $this->processingState;
3188
+	return $this->processingState;
3189 3189
   }
3190 3190
   public function setTitle($title)
3191 3191
   {
3192
-    $this->title = $title;
3192
+	$this->title = $title;
3193 3193
   }
3194 3194
   public function getTitle()
3195 3195
   {
3196
-    return $this->title;
3196
+	return $this->title;
3197 3197
   }
3198 3198
   public function setVolumeId($volumeId)
3199 3199
   {
3200
-    $this->volumeId = $volumeId;
3200
+	$this->volumeId = $volumeId;
3201 3201
   }
3202 3202
   public function getVolumeId()
3203 3203
   {
3204
-    return $this->volumeId;
3204
+	return $this->volumeId;
3205 3205
   }
3206 3206
 }
3207 3207
 
3208 3208
 class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Model
3209 3209
 {
3210 3210
   protected $internal_gapi_mappings = array(
3211
-        "consistencyToken" => "consistency_token",
3211
+		"consistencyToken" => "consistency_token",
3212 3212
   );
3213 3213
   public $consistencyToken;
3214 3214
 
3215 3215
 
3216 3216
   public function setConsistencyToken($consistencyToken)
3217 3217
   {
3218
-    $this->consistencyToken = $consistencyToken;
3218
+	$this->consistencyToken = $consistencyToken;
3219 3219
   }
3220 3220
   public function getConsistencyToken()
3221 3221
   {
3222
-    return $this->consistencyToken;
3222
+	return $this->consistencyToken;
3223 3223
   }
3224 3224
 }
3225 3225
 
@@ -3241,83 +3241,83 @@  discard block
 block discarded – undo
3241 3241
 
3242 3242
   public function setAccess($access)
3243 3243
   {
3244
-    $this->access = $access;
3244
+	$this->access = $access;
3245 3245
   }
3246 3246
   public function getAccess()
3247 3247
   {
3248
-    return $this->access;
3248
+	return $this->access;
3249 3249
   }
3250 3250
   public function setCreated($created)
3251 3251
   {
3252
-    $this->created = $created;
3252
+	$this->created = $created;
3253 3253
   }
3254 3254
   public function getCreated()
3255 3255
   {
3256
-    return $this->created;
3256
+	return $this->created;
3257 3257
   }
3258 3258
   public function setDescription($description)
3259 3259
   {
3260
-    $this->description = $description;
3260
+	$this->description = $description;
3261 3261
   }
3262 3262
   public function getDescription()
3263 3263
   {
3264
-    return $this->description;
3264
+	return $this->description;
3265 3265
   }
3266 3266
   public function setId($id)
3267 3267
   {
3268
-    $this->id = $id;
3268
+	$this->id = $id;
3269 3269
   }
3270 3270
   public function getId()
3271 3271
   {
3272
-    return $this->id;
3272
+	return $this->id;
3273 3273
   }
3274 3274
   public function setKind($kind)
3275 3275
   {
3276
-    $this->kind = $kind;
3276
+	$this->kind = $kind;
3277 3277
   }
3278 3278
   public function getKind()
3279 3279
   {
3280
-    return $this->kind;
3280
+	return $this->kind;
3281 3281
   }
3282 3282
   public function setSelfLink($selfLink)
3283 3283
   {
3284
-    $this->selfLink = $selfLink;
3284
+	$this->selfLink = $selfLink;
3285 3285
   }
3286 3286
   public function getSelfLink()
3287 3287
   {
3288
-    return $this->selfLink;
3288
+	return $this->selfLink;
3289 3289
   }
3290 3290
   public function setTitle($title)
3291 3291
   {
3292
-    $this->title = $title;
3292
+	$this->title = $title;
3293 3293
   }
3294 3294
   public function getTitle()
3295 3295
   {
3296
-    return $this->title;
3296
+	return $this->title;
3297 3297
   }
3298 3298
   public function setUpdated($updated)
3299 3299
   {
3300
-    $this->updated = $updated;
3300
+	$this->updated = $updated;
3301 3301
   }
3302 3302
   public function getUpdated()
3303 3303
   {
3304
-    return $this->updated;
3304
+	return $this->updated;
3305 3305
   }
3306 3306
   public function setVolumeCount($volumeCount)
3307 3307
   {
3308
-    $this->volumeCount = $volumeCount;
3308
+	$this->volumeCount = $volumeCount;
3309 3309
   }
3310 3310
   public function getVolumeCount()
3311 3311
   {
3312
-    return $this->volumeCount;
3312
+	return $this->volumeCount;
3313 3313
   }
3314 3314
   public function setVolumesLastUpdated($volumesLastUpdated)
3315 3315
   {
3316
-    $this->volumesLastUpdated = $volumesLastUpdated;
3316
+	$this->volumesLastUpdated = $volumesLastUpdated;
3317 3317
   }
3318 3318
   public function getVolumesLastUpdated()
3319 3319
   {
3320
-    return $this->volumesLastUpdated;
3320
+	return $this->volumesLastUpdated;
3321 3321
   }
3322 3322
 }
3323 3323
 
@@ -3333,19 +3333,19 @@  discard block
 block discarded – undo
3333 3333
 
3334 3334
   public function setItems($items)
3335 3335
   {
3336
-    $this->items = $items;
3336
+	$this->items = $items;
3337 3337
   }
3338 3338
   public function getItems()
3339 3339
   {
3340
-    return $this->items;
3340
+	return $this->items;
3341 3341
   }
3342 3342
   public function setKind($kind)
3343 3343
   {
3344
-    $this->kind = $kind;
3344
+	$this->kind = $kind;
3345 3345
   }
3346 3346
   public function getKind()
3347 3347
   {
3348
-    return $this->kind;
3348
+	return $this->kind;
3349 3349
   }
3350 3350
 }
3351 3351
 
@@ -3361,19 +3361,19 @@  discard block
 block discarded – undo
3361 3361
 
3362 3362
   public function setItems($items)
3363 3363
   {
3364
-    $this->items = $items;
3364
+	$this->items = $items;
3365 3365
   }
3366 3366
   public function getItems()
3367 3367
   {
3368
-    return $this->items;
3368
+	return $this->items;
3369 3369
   }
3370 3370
   public function setKind($kind)
3371 3371
   {
3372
-    $this->kind = $kind;
3372
+	$this->kind = $kind;
3373 3373
   }
3374 3374
   public function getKind()
3375 3375
   {
3376
-    return $this->kind;
3376
+	return $this->kind;
3377 3377
   }
3378 3378
 }
3379 3379
 
@@ -3388,27 +3388,27 @@  discard block
 block discarded – undo
3388 3388
 
3389 3389
   public function setBadgeUrl($badgeUrl)
3390 3390
   {
3391
-    $this->badgeUrl = $badgeUrl;
3391
+	$this->badgeUrl = $badgeUrl;
3392 3392
   }
3393 3393
   public function getBadgeUrl()
3394 3394
   {
3395
-    return $this->badgeUrl;
3395
+	return $this->badgeUrl;
3396 3396
   }
3397 3397
   public function setCategoryId($categoryId)
3398 3398
   {
3399
-    $this->categoryId = $categoryId;
3399
+	$this->categoryId = $categoryId;
3400 3400
   }
3401 3401
   public function getCategoryId()
3402 3402
   {
3403
-    return $this->categoryId;
3403
+	return $this->categoryId;
3404 3404
   }
3405 3405
   public function setName($name)
3406 3406
   {
3407
-    $this->name = $name;
3407
+	$this->name = $name;
3408 3408
   }
3409 3409
   public function getName()
3410 3410
   {
3411
-    return $this->name;
3411
+	return $this->name;
3412 3412
   }
3413 3413
 }
3414 3414
 
@@ -3431,91 +3431,91 @@  discard block
 block discarded – undo
3431 3431
 
3432 3432
   public function setDeviceAllowed($deviceAllowed)
3433 3433
   {
3434
-    $this->deviceAllowed = $deviceAllowed;
3434
+	$this->deviceAllowed = $deviceAllowed;
3435 3435
   }
3436 3436
   public function getDeviceAllowed()
3437 3437
   {
3438
-    return $this->deviceAllowed;
3438
+	return $this->deviceAllowed;
3439 3439
   }
3440 3440
   public function setKind($kind)
3441 3441
   {
3442
-    $this->kind = $kind;
3442
+	$this->kind = $kind;
3443 3443
   }
3444 3444
   public function getKind()
3445 3445
   {
3446
-    return $this->kind;
3446
+	return $this->kind;
3447 3447
   }
3448 3448
   public function setMaxConcurrentDevices($maxConcurrentDevices)
3449 3449
   {
3450
-    $this->maxConcurrentDevices = $maxConcurrentDevices;
3450
+	$this->maxConcurrentDevices = $maxConcurrentDevices;
3451 3451
   }
3452 3452
   public function getMaxConcurrentDevices()
3453 3453
   {
3454
-    return $this->maxConcurrentDevices;
3454
+	return $this->maxConcurrentDevices;
3455 3455
   }
3456 3456
   public function setMessage($message)
3457 3457
   {
3458
-    $this->message = $message;
3458
+	$this->message = $message;
3459 3459
   }
3460 3460
   public function getMessage()
3461 3461
   {
3462
-    return $this->message;
3462
+	return $this->message;
3463 3463
   }
3464 3464
   public function setNonce($nonce)
3465 3465
   {
3466
-    $this->nonce = $nonce;
3466
+	$this->nonce = $nonce;
3467 3467
   }
3468 3468
   public function getNonce()
3469 3469
   {
3470
-    return $this->nonce;
3470
+	return $this->nonce;
3471 3471
   }
3472 3472
   public function setReasonCode($reasonCode)
3473 3473
   {
3474
-    $this->reasonCode = $reasonCode;
3474
+	$this->reasonCode = $reasonCode;
3475 3475
   }
3476 3476
   public function getReasonCode()
3477 3477
   {
3478
-    return $this->reasonCode;
3478
+	return $this->reasonCode;
3479 3479
   }
3480 3480
   public function setRestricted($restricted)
3481 3481
   {
3482
-    $this->restricted = $restricted;
3482
+	$this->restricted = $restricted;
3483 3483
   }
3484 3484
   public function getRestricted()
3485 3485
   {
3486
-    return $this->restricted;
3486
+	return $this->restricted;
3487 3487
   }
3488 3488
   public function setSignature($signature)
3489 3489
   {
3490
-    $this->signature = $signature;
3490
+	$this->signature = $signature;
3491 3491
   }
3492 3492
   public function getSignature()
3493 3493
   {
3494
-    return $this->signature;
3494
+	return $this->signature;
3495 3495
   }
3496 3496
   public function setSource($source)
3497 3497
   {
3498
-    $this->source = $source;
3498
+	$this->source = $source;
3499 3499
   }
3500 3500
   public function getSource()
3501 3501
   {
3502
-    return $this->source;
3502
+	return $this->source;
3503 3503
   }
3504 3504
   public function setTimeWindowSeconds($timeWindowSeconds)
3505 3505
   {
3506
-    $this->timeWindowSeconds = $timeWindowSeconds;
3506
+	$this->timeWindowSeconds = $timeWindowSeconds;
3507 3507
   }
3508 3508
   public function getTimeWindowSeconds()
3509 3509
   {
3510
-    return $this->timeWindowSeconds;
3510
+	return $this->timeWindowSeconds;
3511 3511
   }
3512 3512
   public function setVolumeId($volumeId)
3513 3513
   {
3514
-    $this->volumeId = $volumeId;
3514
+	$this->volumeId = $volumeId;
3515 3515
   }
3516 3516
   public function getVolumeId()
3517 3517
   {
3518
-    return $this->volumeId;
3518
+	return $this->volumeId;
3519 3519
   }
3520 3520
 }
3521 3521
 
@@ -3532,27 +3532,27 @@  discard block
 block discarded – undo
3532 3532
 
3533 3533
   public function setCommon(Google_Service_Books_DictlayerdataCommon $common)
3534 3534
   {
3535
-    $this->common = $common;
3535
+	$this->common = $common;
3536 3536
   }
3537 3537
   public function getCommon()
3538 3538
   {
3539
-    return $this->common;
3539
+	return $this->common;
3540 3540
   }
3541 3541
   public function setDict(Google_Service_Books_DictlayerdataDict $dict)
3542 3542
   {
3543
-    $this->dict = $dict;
3543
+	$this->dict = $dict;
3544 3544
   }
3545 3545
   public function getDict()
3546 3546
   {
3547
-    return $this->dict;
3547
+	return $this->dict;
3548 3548
   }
3549 3549
   public function setKind($kind)
3550 3550
   {
3551
-    $this->kind = $kind;
3551
+	$this->kind = $kind;
3552 3552
   }
3553 3553
   public function getKind()
3554 3554
   {
3555
-    return $this->kind;
3555
+	return $this->kind;
3556 3556
   }
3557 3557
 }
3558 3558
 
@@ -3565,11 +3565,11 @@  discard block
 block discarded – undo
3565 3565
 
3566 3566
   public function setTitle($title)
3567 3567
   {
3568
-    $this->title = $title;
3568
+	$this->title = $title;
3569 3569
   }
3570 3570
   public function getTitle()
3571 3571
   {
3572
-    return $this->title;
3572
+	return $this->title;
3573 3573
   }
3574 3574
 }
3575 3575
 
@@ -3586,19 +3586,19 @@  discard block
 block discarded – undo
3586 3586
 
3587 3587
   public function setSource(Google_Service_Books_DictlayerdataDictSource $source)
3588 3588
   {
3589
-    $this->source = $source;
3589
+	$this->source = $source;
3590 3590
   }
3591 3591
   public function getSource()
3592 3592
   {
3593
-    return $this->source;
3593
+	return $this->source;
3594 3594
   }
3595 3595
   public function setWords($words)
3596 3596
   {
3597
-    $this->words = $words;
3597
+	$this->words = $words;
3598 3598
   }
3599 3599
   public function getWords()
3600 3600
   {
3601
-    return $this->words;
3601
+	return $this->words;
3602 3602
   }
3603 3603
 }
3604 3604
 
@@ -3612,19 +3612,19 @@  discard block
 block discarded – undo
3612 3612
 
3613 3613
   public function setAttribution($attribution)
3614 3614
   {
3615
-    $this->attribution = $attribution;
3615
+	$this->attribution = $attribution;
3616 3616
   }
3617 3617
   public function getAttribution()
3618 3618
   {
3619
-    return $this->attribution;
3619
+	return $this->attribution;
3620 3620
   }
3621 3621
   public function setUrl($url)
3622 3622
   {
3623
-    $this->url = $url;
3623
+	$this->url = $url;
3624 3624
   }
3625 3625
   public function getUrl()
3626 3626
   {
3627
-    return $this->url;
3627
+	return $this->url;
3628 3628
   }
3629 3629
 }
3630 3630
 
@@ -3645,35 +3645,35 @@  discard block
 block discarded – undo
3645 3645
 
3646 3646
   public function setDerivatives($derivatives)
3647 3647
   {
3648
-    $this->derivatives = $derivatives;
3648
+	$this->derivatives = $derivatives;
3649 3649
   }
3650 3650
   public function getDerivatives()
3651 3651
   {
3652
-    return $this->derivatives;
3652
+	return $this->derivatives;
3653 3653
   }
3654 3654
   public function setExamples($examples)
3655 3655
   {
3656
-    $this->examples = $examples;
3656
+	$this->examples = $examples;
3657 3657
   }
3658 3658
   public function getExamples()
3659 3659
   {
3660
-    return $this->examples;
3660
+	return $this->examples;
3661 3661
   }
3662 3662
   public function setSenses($senses)
3663 3663
   {
3664
-    $this->senses = $senses;
3664
+	$this->senses = $senses;
3665 3665
   }
3666 3666
   public function getSenses()
3667 3667
   {
3668
-    return $this->senses;
3668
+	return $this->senses;
3669 3669
   }
3670 3670
   public function setSource(Google_Service_Books_DictlayerdataDictWordsSource $source)
3671 3671
   {
3672
-    $this->source = $source;
3672
+	$this->source = $source;
3673 3673
   }
3674 3674
   public function getSource()
3675 3675
   {
3676
-    return $this->source;
3676
+	return $this->source;
3677 3677
   }
3678 3678
 }
3679 3679
 
@@ -3688,19 +3688,19 @@  discard block
 block discarded – undo
3688 3688
 
3689 3689
   public function setSource(Google_Service_Books_DictlayerdataDictWordsDerivativesSource $source)
3690 3690
   {
3691
-    $this->source = $source;
3691
+	$this->source = $source;
3692 3692
   }
3693 3693
   public function getSource()
3694 3694
   {
3695
-    return $this->source;
3695
+	return $this->source;
3696 3696
   }
3697 3697
   public function setText($text)
3698 3698
   {
3699
-    $this->text = $text;
3699
+	$this->text = $text;
3700 3700
   }
3701 3701
   public function getText()
3702 3702
   {
3703
-    return $this->text;
3703
+	return $this->text;
3704 3704
   }
3705 3705
 }
3706 3706
 
@@ -3714,19 +3714,19 @@  discard block
 block discarded – undo
3714 3714
 
3715 3715
   public function setAttribution($attribution)
3716 3716
   {
3717
-    $this->attribution = $attribution;
3717
+	$this->attribution = $attribution;
3718 3718
   }
3719 3719
   public function getAttribution()
3720 3720
   {
3721
-    return $this->attribution;
3721
+	return $this->attribution;
3722 3722
   }
3723 3723
   public function setUrl($url)
3724 3724
   {
3725
-    $this->url = $url;
3725
+	$this->url = $url;
3726 3726
   }
3727 3727
   public function getUrl()
3728 3728
   {
3729
-    return $this->url;
3729
+	return $this->url;
3730 3730
   }
3731 3731
 }
3732 3732
 
@@ -3741,19 +3741,19 @@  discard block
 block discarded – undo
3741 3741
 
3742 3742
   public function setSource(Google_Service_Books_DictlayerdataDictWordsExamplesSource $source)
3743 3743
   {
3744
-    $this->source = $source;
3744
+	$this->source = $source;
3745 3745
   }
3746 3746
   public function getSource()
3747 3747
   {
3748
-    return $this->source;
3748
+	return $this->source;
3749 3749
   }
3750 3750
   public function setText($text)
3751 3751
   {
3752
-    $this->text = $text;
3752
+	$this->text = $text;
3753 3753
   }
3754 3754
   public function getText()
3755 3755
   {
3756
-    return $this->text;
3756
+	return $this->text;
3757 3757
   }
3758 3758
 }
3759 3759
 
@@ -3767,19 +3767,19 @@  discard block
 block discarded – undo
3767 3767
 
3768 3768
   public function setAttribution($attribution)
3769 3769
   {
3770
-    $this->attribution = $attribution;
3770
+	$this->attribution = $attribution;
3771 3771
   }
3772 3772
   public function getAttribution()
3773 3773
   {
3774
-    return $this->attribution;
3774
+	return $this->attribution;
3775 3775
   }
3776 3776
   public function setUrl($url)
3777 3777
   {
3778
-    $this->url = $url;
3778
+	$this->url = $url;
3779 3779
   }
3780 3780
   public function getUrl()
3781 3781
   {
3782
-    return $this->url;
3782
+	return $this->url;
3783 3783
   }
3784 3784
 }
3785 3785
 
@@ -3804,67 +3804,67 @@  discard block
 block discarded – undo
3804 3804
 
3805 3805
   public function setConjugations($conjugations)
3806 3806
   {
3807
-    $this->conjugations = $conjugations;
3807
+	$this->conjugations = $conjugations;
3808 3808
   }
3809 3809
   public function getConjugations()
3810 3810
   {
3811
-    return $this->conjugations;
3811
+	return $this->conjugations;
3812 3812
   }
3813 3813
   public function setDefinitions($definitions)
3814 3814
   {
3815
-    $this->definitions = $definitions;
3815
+	$this->definitions = $definitions;
3816 3816
   }
3817 3817
   public function getDefinitions()
3818 3818
   {
3819
-    return $this->definitions;
3819
+	return $this->definitions;
3820 3820
   }
3821 3821
   public function setPartOfSpeech($partOfSpeech)
3822 3822
   {
3823
-    $this->partOfSpeech = $partOfSpeech;
3823
+	$this->partOfSpeech = $partOfSpeech;
3824 3824
   }
3825 3825
   public function getPartOfSpeech()
3826 3826
   {
3827
-    return $this->partOfSpeech;
3827
+	return $this->partOfSpeech;
3828 3828
   }
3829 3829
   public function setPronunciation($pronunciation)
3830 3830
   {
3831
-    $this->pronunciation = $pronunciation;
3831
+	$this->pronunciation = $pronunciation;
3832 3832
   }
3833 3833
   public function getPronunciation()
3834 3834
   {
3835
-    return $this->pronunciation;
3835
+	return $this->pronunciation;
3836 3836
   }
3837 3837
   public function setPronunciationUrl($pronunciationUrl)
3838 3838
   {
3839
-    $this->pronunciationUrl = $pronunciationUrl;
3839
+	$this->pronunciationUrl = $pronunciationUrl;
3840 3840
   }
3841 3841
   public function getPronunciationUrl()
3842 3842
   {
3843
-    return $this->pronunciationUrl;
3843
+	return $this->pronunciationUrl;
3844 3844
   }
3845 3845
   public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSource $source)
3846 3846
   {
3847
-    $this->source = $source;
3847
+	$this->source = $source;
3848 3848
   }
3849 3849
   public function getSource()
3850 3850
   {
3851
-    return $this->source;
3851
+	return $this->source;
3852 3852
   }
3853 3853
   public function setSyllabification($syllabification)
3854 3854
   {
3855
-    $this->syllabification = $syllabification;
3855
+	$this->syllabification = $syllabification;
3856 3856
   }
3857 3857
   public function getSyllabification()
3858 3858
   {
3859
-    return $this->syllabification;
3859
+	return $this->syllabification;
3860 3860
   }
3861 3861
   public function setSynonyms($synonyms)
3862 3862
   {
3863
-    $this->synonyms = $synonyms;
3863
+	$this->synonyms = $synonyms;
3864 3864
   }
3865 3865
   public function getSynonyms()
3866 3866
   {
3867
-    return $this->synonyms;
3867
+	return $this->synonyms;
3868 3868
   }
3869 3869
 }
3870 3870
 
@@ -3878,19 +3878,19 @@  discard block
 block discarded – undo
3878 3878
 
3879 3879
   public function setType($type)
3880 3880
   {
3881
-    $this->type = $type;
3881
+	$this->type = $type;
3882 3882
   }
3883 3883
   public function getType()
3884 3884
   {
3885
-    return $this->type;
3885
+	return $this->type;
3886 3886
   }
3887 3887
   public function setValue($value)
3888 3888
   {
3889
-    $this->value = $value;
3889
+	$this->value = $value;
3890 3890
   }
3891 3891
   public function getValue()
3892 3892
   {
3893
-    return $this->value;
3893
+	return $this->value;
3894 3894
   }
3895 3895
 }
3896 3896
 
@@ -3906,19 +3906,19 @@  discard block
 block discarded – undo
3906 3906
 
3907 3907
   public function setDefinition($definition)
3908 3908
   {
3909
-    $this->definition = $definition;
3909
+	$this->definition = $definition;
3910 3910
   }
3911 3911
   public function getDefinition()
3912 3912
   {
3913
-    return $this->definition;
3913
+	return $this->definition;
3914 3914
   }
3915 3915
   public function setExamples($examples)
3916 3916
   {
3917
-    $this->examples = $examples;
3917
+	$this->examples = $examples;
3918 3918
   }
3919 3919
   public function getExamples()
3920 3920
   {
3921
-    return $this->examples;
3921
+	return $this->examples;
3922 3922
   }
3923 3923
 }
3924 3924
 
@@ -3933,19 +3933,19 @@  discard block
 block discarded – undo
3933 3933
 
3934 3934
   public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource $source)
3935 3935
   {
3936
-    $this->source = $source;
3936
+	$this->source = $source;
3937 3937
   }
3938 3938
   public function getSource()
3939 3939
   {
3940
-    return $this->source;
3940
+	return $this->source;
3941 3941
   }
3942 3942
   public function setText($text)
3943 3943
   {
3944
-    $this->text = $text;
3944
+	$this->text = $text;
3945 3945
   }
3946 3946
   public function getText()
3947 3947
   {
3948
-    return $this->text;
3948
+	return $this->text;
3949 3949
   }
3950 3950
 }
3951 3951
 
@@ -3959,19 +3959,19 @@  discard block
 block discarded – undo
3959 3959
 
3960 3960
   public function setAttribution($attribution)
3961 3961
   {
3962
-    $this->attribution = $attribution;
3962
+	$this->attribution = $attribution;
3963 3963
   }
3964 3964
   public function getAttribution()
3965 3965
   {
3966
-    return $this->attribution;
3966
+	return $this->attribution;
3967 3967
   }
3968 3968
   public function setUrl($url)
3969 3969
   {
3970
-    $this->url = $url;
3970
+	$this->url = $url;
3971 3971
   }
3972 3972
   public function getUrl()
3973 3973
   {
3974
-    return $this->url;
3974
+	return $this->url;
3975 3975
   }
3976 3976
 }
3977 3977
 
@@ -3985,19 +3985,19 @@  discard block
 block discarded – undo
3985 3985
 
3986 3986
   public function setAttribution($attribution)
3987 3987
   {
3988
-    $this->attribution = $attribution;
3988
+	$this->attribution = $attribution;
3989 3989
   }
3990 3990
   public function getAttribution()
3991 3991
   {
3992
-    return $this->attribution;
3992
+	return $this->attribution;
3993 3993
   }
3994 3994
   public function setUrl($url)
3995 3995
   {
3996
-    $this->url = $url;
3996
+	$this->url = $url;
3997 3997
   }
3998 3998
   public function getUrl()
3999 3999
   {
4000
-    return $this->url;
4000
+	return $this->url;
4001 4001
   }
4002 4002
 }
4003 4003
 
@@ -4012,19 +4012,19 @@  discard block
 block discarded – undo
4012 4012
 
4013 4013
   public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource $source)
4014 4014
   {
4015
-    $this->source = $source;
4015
+	$this->source = $source;
4016 4016
   }
4017 4017
   public function getSource()
4018 4018
   {
4019
-    return $this->source;
4019
+	return $this->source;
4020 4020
   }
4021 4021
   public function setText($text)
4022 4022
   {
4023
-    $this->text = $text;
4023
+	$this->text = $text;
4024 4024
   }
4025 4025
   public function getText()
4026 4026
   {
4027
-    return $this->text;
4027
+	return $this->text;
4028 4028
   }
4029 4029
 }
4030 4030
 
@@ -4038,19 +4038,19 @@  discard block
 block discarded – undo
4038 4038
 
4039 4039
   public function setAttribution($attribution)
4040 4040
   {
4041
-    $this->attribution = $attribution;
4041
+	$this->attribution = $attribution;
4042 4042
   }
4043 4043
   public function getAttribution()
4044 4044
   {
4045
-    return $this->attribution;
4045
+	return $this->attribution;
4046 4046
   }
4047 4047
   public function setUrl($url)
4048 4048
   {
4049
-    $this->url = $url;
4049
+	$this->url = $url;
4050 4050
   }
4051 4051
   public function getUrl()
4052 4052
   {
4053
-    return $this->url;
4053
+	return $this->url;
4054 4054
   }
4055 4055
 }
4056 4056
 
@@ -4064,19 +4064,19 @@  discard block
 block discarded – undo
4064 4064
 
4065 4065
   public function setAttribution($attribution)
4066 4066
   {
4067
-    $this->attribution = $attribution;
4067
+	$this->attribution = $attribution;
4068 4068
   }
4069 4069
   public function getAttribution()
4070 4070
   {
4071
-    return $this->attribution;
4071
+	return $this->attribution;
4072 4072
   }
4073 4073
   public function setUrl($url)
4074 4074
   {
4075
-    $this->url = $url;
4075
+	$this->url = $url;
4076 4076
   }
4077 4077
   public function getUrl()
4078 4078
   {
4079
-    return $this->url;
4079
+	return $this->url;
4080 4080
   }
4081 4081
 }
4082 4082
 
@@ -4100,99 +4100,99 @@  discard block
 block discarded – undo
4100 4100
 
4101 4101
   public function setDeviceAllowed($deviceAllowed)
4102 4102
   {
4103
-    $this->deviceAllowed = $deviceAllowed;
4103
+	$this->deviceAllowed = $deviceAllowed;
4104 4104
   }
4105 4105
   public function getDeviceAllowed()
4106 4106
   {
4107
-    return $this->deviceAllowed;
4107
+	return $this->deviceAllowed;
4108 4108
   }
4109 4109
   public function setDownloadsAcquired($downloadsAcquired)
4110 4110
   {
4111
-    $this->downloadsAcquired = $downloadsAcquired;
4111
+	$this->downloadsAcquired = $downloadsAcquired;
4112 4112
   }
4113 4113
   public function getDownloadsAcquired()
4114 4114
   {
4115
-    return $this->downloadsAcquired;
4115
+	return $this->downloadsAcquired;
4116 4116
   }
4117 4117
   public function setJustAcquired($justAcquired)
4118 4118
   {
4119
-    $this->justAcquired = $justAcquired;
4119
+	$this->justAcquired = $justAcquired;
4120 4120
   }
4121 4121
   public function getJustAcquired()
4122 4122
   {
4123
-    return $this->justAcquired;
4123
+	return $this->justAcquired;
4124 4124
   }
4125 4125
   public function setKind($kind)
4126 4126
   {
4127
-    $this->kind = $kind;
4127
+	$this->kind = $kind;
4128 4128
   }
4129 4129
   public function getKind()
4130 4130
   {
4131
-    return $this->kind;
4131
+	return $this->kind;
4132 4132
   }
4133 4133
   public function setMaxDownloadDevices($maxDownloadDevices)
4134 4134
   {
4135
-    $this->maxDownloadDevices = $maxDownloadDevices;
4135
+	$this->maxDownloadDevices = $maxDownloadDevices;
4136 4136
   }
4137 4137
   public function getMaxDownloadDevices()
4138 4138
   {
4139
-    return $this->maxDownloadDevices;
4139
+	return $this->maxDownloadDevices;
4140 4140
   }
4141 4141
   public function setMessage($message)
4142 4142
   {
4143
-    $this->message = $message;
4143
+	$this->message = $message;
4144 4144
   }
4145 4145
   public function getMessage()
4146 4146
   {
4147
-    return $this->message;
4147
+	return $this->message;
4148 4148
   }
4149 4149
   public function setNonce($nonce)
4150 4150
   {
4151
-    $this->nonce = $nonce;
4151
+	$this->nonce = $nonce;
4152 4152
   }
4153 4153
   public function getNonce()
4154 4154
   {
4155
-    return $this->nonce;
4155
+	return $this->nonce;
4156 4156
   }
4157 4157
   public function setReasonCode($reasonCode)
4158 4158
   {
4159
-    $this->reasonCode = $reasonCode;
4159
+	$this->reasonCode = $reasonCode;
4160 4160
   }
4161 4161
   public function getReasonCode()
4162 4162
   {
4163
-    return $this->reasonCode;
4163
+	return $this->reasonCode;
4164 4164
   }
4165 4165
   public function setRestricted($restricted)
4166 4166
   {
4167
-    $this->restricted = $restricted;
4167
+	$this->restricted = $restricted;
4168 4168
   }
4169 4169
   public function getRestricted()
4170 4170
   {
4171
-    return $this->restricted;
4171
+	return $this->restricted;
4172 4172
   }
4173 4173
   public function setSignature($signature)
4174 4174
   {
4175
-    $this->signature = $signature;
4175
+	$this->signature = $signature;
4176 4176
   }
4177 4177
   public function getSignature()
4178 4178
   {
4179
-    return $this->signature;
4179
+	return $this->signature;
4180 4180
   }
4181 4181
   public function setSource($source)
4182 4182
   {
4183
-    $this->source = $source;
4183
+	$this->source = $source;
4184 4184
   }
4185 4185
   public function getSource()
4186 4186
   {
4187
-    return $this->source;
4187
+	return $this->source;
4188 4188
   }
4189 4189
   public function setVolumeId($volumeId)
4190 4190
   {
4191
-    $this->volumeId = $volumeId;
4191
+	$this->volumeId = $volumeId;
4192 4192
   }
4193 4193
   public function getVolumeId()
4194 4194
   {
4195
-    return $this->volumeId;
4195
+	return $this->volumeId;
4196 4196
   }
4197 4197
 }
4198 4198
 
@@ -4208,19 +4208,19 @@  discard block
 block discarded – undo
4208 4208
 
4209 4209
   public function setDownloadAccessList($downloadAccessList)
4210 4210
   {
4211
-    $this->downloadAccessList = $downloadAccessList;
4211
+	$this->downloadAccessList = $downloadAccessList;
4212 4212
   }
4213 4213
   public function getDownloadAccessList()
4214 4214
   {
4215
-    return $this->downloadAccessList;
4215
+	return $this->downloadAccessList;
4216 4216
   }
4217 4217
   public function setKind($kind)
4218 4218
   {
4219
-    $this->kind = $kind;
4219
+	$this->kind = $kind;
4220 4220
   }
4221 4221
   public function getKind()
4222 4222
   {
4223
-    return $this->kind;
4223
+	return $this->kind;
4224 4224
   }
4225 4225
 }
4226 4226
 
@@ -4237,27 +4237,27 @@  discard block
 block discarded – undo
4237 4237
 
4238 4238
   public function setCommon(Google_Service_Books_GeolayerdataCommon $common)
4239 4239
   {
4240
-    $this->common = $common;
4240
+	$this->common = $common;
4241 4241
   }
4242 4242
   public function getCommon()
4243 4243
   {
4244
-    return $this->common;
4244
+	return $this->common;
4245 4245
   }
4246 4246
   public function setGeo(Google_Service_Books_GeolayerdataGeo $geo)
4247 4247
   {
4248
-    $this->geo = $geo;
4248
+	$this->geo = $geo;
4249 4249
   }
4250 4250
   public function getGeo()
4251 4251
   {
4252
-    return $this->geo;
4252
+	return $this->geo;
4253 4253
   }
4254 4254
   public function setKind($kind)
4255 4255
   {
4256
-    $this->kind = $kind;
4256
+	$this->kind = $kind;
4257 4257
   }
4258 4258
   public function getKind()
4259 4259
   {
4260
-    return $this->kind;
4260
+	return $this->kind;
4261 4261
   }
4262 4262
 }
4263 4263
 
@@ -4274,43 +4274,43 @@  discard block
 block discarded – undo
4274 4274
 
4275 4275
   public function setLang($lang)
4276 4276
   {
4277
-    $this->lang = $lang;
4277
+	$this->lang = $lang;
4278 4278
   }
4279 4279
   public function getLang()
4280 4280
   {
4281
-    return $this->lang;
4281
+	return $this->lang;
4282 4282
   }
4283 4283
   public function setPreviewImageUrl($previewImageUrl)
4284 4284
   {
4285
-    $this->previewImageUrl = $previewImageUrl;
4285
+	$this->previewImageUrl = $previewImageUrl;
4286 4286
   }
4287 4287
   public function getPreviewImageUrl()
4288 4288
   {
4289
-    return $this->previewImageUrl;
4289
+	return $this->previewImageUrl;
4290 4290
   }
4291 4291
   public function setSnippet($snippet)
4292 4292
   {
4293
-    $this->snippet = $snippet;
4293
+	$this->snippet = $snippet;
4294 4294
   }
4295 4295
   public function getSnippet()
4296 4296
   {
4297
-    return $this->snippet;
4297
+	return $this->snippet;
4298 4298
   }
4299 4299
   public function setSnippetUrl($snippetUrl)
4300 4300
   {
4301
-    $this->snippetUrl = $snippetUrl;
4301
+	$this->snippetUrl = $snippetUrl;
4302 4302
   }
4303 4303
   public function getSnippetUrl()
4304 4304
   {
4305
-    return $this->snippetUrl;
4305
+	return $this->snippetUrl;
4306 4306
   }
4307 4307
   public function setTitle($title)
4308 4308
   {
4309
-    $this->title = $title;
4309
+	$this->title = $title;
4310 4310
   }
4311 4311
   public function getTitle()
4312 4312
   {
4313
-    return $this->title;
4313
+	return $this->title;
4314 4314
   }
4315 4315
 }
4316 4316
 
@@ -4333,67 +4333,67 @@  discard block
 block discarded – undo
4333 4333
 
4334 4334
   public function setBoundary($boundary)
4335 4335
   {
4336
-    $this->boundary = $boundary;
4336
+	$this->boundary = $boundary;
4337 4337
   }
4338 4338
   public function getBoundary()
4339 4339
   {
4340
-    return $this->boundary;
4340
+	return $this->boundary;
4341 4341
   }
4342 4342
   public function setCachePolicy($cachePolicy)
4343 4343
   {
4344
-    $this->cachePolicy = $cachePolicy;
4344
+	$this->cachePolicy = $cachePolicy;
4345 4345
   }
4346 4346
   public function getCachePolicy()
4347 4347
   {
4348
-    return $this->cachePolicy;
4348
+	return $this->cachePolicy;
4349 4349
   }
4350 4350
   public function setCountryCode($countryCode)
4351 4351
   {
4352
-    $this->countryCode = $countryCode;
4352
+	$this->countryCode = $countryCode;
4353 4353
   }
4354 4354
   public function getCountryCode()
4355 4355
   {
4356
-    return $this->countryCode;
4356
+	return $this->countryCode;
4357 4357
   }
4358 4358
   public function setLatitude($latitude)
4359 4359
   {
4360
-    $this->latitude = $latitude;
4360
+	$this->latitude = $latitude;
4361 4361
   }
4362 4362
   public function getLatitude()
4363 4363
   {
4364
-    return $this->latitude;
4364
+	return $this->latitude;
4365 4365
   }
4366 4366
   public function setLongitude($longitude)
4367 4367
   {
4368
-    $this->longitude = $longitude;
4368
+	$this->longitude = $longitude;
4369 4369
   }
4370 4370
   public function getLongitude()
4371 4371
   {
4372
-    return $this->longitude;
4372
+	return $this->longitude;
4373 4373
   }
4374 4374
   public function setMapType($mapType)
4375 4375
   {
4376
-    $this->mapType = $mapType;
4376
+	$this->mapType = $mapType;
4377 4377
   }
4378 4378
   public function getMapType()
4379 4379
   {
4380
-    return $this->mapType;
4380
+	return $this->mapType;
4381 4381
   }
4382 4382
   public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewport)
4383 4383
   {
4384
-    $this->viewport = $viewport;
4384
+	$this->viewport = $viewport;
4385 4385
   }
4386 4386
   public function getViewport()
4387 4387
   {
4388
-    return $this->viewport;
4388
+	return $this->viewport;
4389 4389
   }
4390 4390
   public function setZoom($zoom)
4391 4391
   {
4392
-    $this->zoom = $zoom;
4392
+	$this->zoom = $zoom;
4393 4393
   }
4394 4394
   public function getZoom()
4395 4395
   {
4396
-    return $this->zoom;
4396
+	return $this->zoom;
4397 4397
   }
4398 4398
 }
4399 4399
 
@@ -4407,19 +4407,19 @@  discard block
 block discarded – undo
4407 4407
 
4408 4408
   public function setLatitude($latitude)
4409 4409
   {
4410
-    $this->latitude = $latitude;
4410
+	$this->latitude = $latitude;
4411 4411
   }
4412 4412
   public function getLatitude()
4413 4413
   {
4414
-    return $this->latitude;
4414
+	return $this->latitude;
4415 4415
   }
4416 4416
   public function setLongitude($longitude)
4417 4417
   {
4418
-    $this->longitude = $longitude;
4418
+	$this->longitude = $longitude;
4419 4419
   }
4420 4420
   public function getLongitude()
4421 4421
   {
4422
-    return $this->longitude;
4422
+	return $this->longitude;
4423 4423
   }
4424 4424
 }
4425 4425
 
@@ -4435,19 +4435,19 @@  discard block
 block discarded – undo
4435 4435
 
4436 4436
   public function setHi(Google_Service_Books_GeolayerdataGeoViewportHi $hi)
4437 4437
   {
4438
-    $this->hi = $hi;
4438
+	$this->hi = $hi;
4439 4439
   }
4440 4440
   public function getHi()
4441 4441
   {
4442
-    return $this->hi;
4442
+	return $this->hi;
4443 4443
   }
4444 4444
   public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo)
4445 4445
   {
4446
-    $this->lo = $lo;
4446
+	$this->lo = $lo;
4447 4447
   }
4448 4448
   public function getLo()
4449 4449
   {
4450
-    return $this->lo;
4450
+	return $this->lo;
4451 4451
   }
4452 4452
 }
4453 4453
 
@@ -4461,19 +4461,19 @@  discard block
 block discarded – undo
4461 4461
 
4462 4462
   public function setLatitude($latitude)
4463 4463
   {
4464
-    $this->latitude = $latitude;
4464
+	$this->latitude = $latitude;
4465 4465
   }
4466 4466
   public function getLatitude()
4467 4467
   {
4468
-    return $this->latitude;
4468
+	return $this->latitude;
4469 4469
   }
4470 4470
   public function setLongitude($longitude)
4471 4471
   {
4472
-    $this->longitude = $longitude;
4472
+	$this->longitude = $longitude;
4473 4473
   }
4474 4474
   public function getLongitude()
4475 4475
   {
4476
-    return $this->longitude;
4476
+	return $this->longitude;
4477 4477
   }
4478 4478
 }
4479 4479
 
@@ -4487,19 +4487,19 @@  discard block
 block discarded – undo
4487 4487
 
4488 4488
   public function setLatitude($latitude)
4489 4489
   {
4490
-    $this->latitude = $latitude;
4490
+	$this->latitude = $latitude;
4491 4491
   }
4492 4492
   public function getLatitude()
4493 4493
   {
4494
-    return $this->latitude;
4494
+	return $this->latitude;
4495 4495
   }
4496 4496
   public function setLongitude($longitude)
4497 4497
   {
4498
-    $this->longitude = $longitude;
4498
+	$this->longitude = $longitude;
4499 4499
   }
4500 4500
   public function getLongitude()
4501 4501
   {
4502
-    return $this->longitude;
4502
+	return $this->longitude;
4503 4503
   }
4504 4504
 }
4505 4505
 
@@ -4516,27 +4516,27 @@  discard block
 block discarded – undo
4516 4516
 
4517 4517
   public function setItems($items)
4518 4518
   {
4519
-    $this->items = $items;
4519
+	$this->items = $items;
4520 4520
   }
4521 4521
   public function getItems()
4522 4522
   {
4523
-    return $this->items;
4523
+	return $this->items;
4524 4524
   }
4525 4525
   public function setKind($kind)
4526 4526
   {
4527
-    $this->kind = $kind;
4527
+	$this->kind = $kind;
4528 4528
   }
4529 4529
   public function getKind()
4530 4530
   {
4531
-    return $this->kind;
4531
+	return $this->kind;
4532 4532
   }
4533 4533
   public function setTotalItems($totalItems)
4534 4534
   {
4535
-    $this->totalItems = $totalItems;
4535
+	$this->totalItems = $totalItems;
4536 4536
   }
4537 4537
   public function getTotalItems()
4538 4538
   {
4539
-    return $this->totalItems;
4539
+	return $this->totalItems;
4540 4540
   }
4541 4541
 }
4542 4542
 
@@ -4562,107 +4562,107 @@  discard block
 block discarded – undo
4562 4562
 
4563 4563
   public function setAnnotationCount($annotationCount)
4564 4564
   {
4565
-    $this->annotationCount = $annotationCount;
4565
+	$this->annotationCount = $annotationCount;
4566 4566
   }
4567 4567
   public function getAnnotationCount()
4568 4568
   {
4569
-    return $this->annotationCount;
4569
+	return $this->annotationCount;
4570 4570
   }
4571 4571
   public function setAnnotationTypes($annotationTypes)
4572 4572
   {
4573
-    $this->annotationTypes = $annotationTypes;
4573
+	$this->annotationTypes = $annotationTypes;
4574 4574
   }
4575 4575
   public function getAnnotationTypes()
4576 4576
   {
4577
-    return $this->annotationTypes;
4577
+	return $this->annotationTypes;
4578 4578
   }
4579 4579
   public function setAnnotationsDataLink($annotationsDataLink)
4580 4580
   {
4581
-    $this->annotationsDataLink = $annotationsDataLink;
4581
+	$this->annotationsDataLink = $annotationsDataLink;
4582 4582
   }
4583 4583
   public function getAnnotationsDataLink()
4584 4584
   {
4585
-    return $this->annotationsDataLink;
4585
+	return $this->annotationsDataLink;
4586 4586
   }
4587 4587
   public function setAnnotationsLink($annotationsLink)
4588 4588
   {
4589
-    $this->annotationsLink = $annotationsLink;
4589
+	$this->annotationsLink = $annotationsLink;
4590 4590
   }
4591 4591
   public function getAnnotationsLink()
4592 4592
   {
4593
-    return $this->annotationsLink;
4593
+	return $this->annotationsLink;
4594 4594
   }
4595 4595
   public function setContentVersion($contentVersion)
4596 4596
   {
4597
-    $this->contentVersion = $contentVersion;
4597
+	$this->contentVersion = $contentVersion;
4598 4598
   }
4599 4599
   public function getContentVersion()
4600 4600
   {
4601
-    return $this->contentVersion;
4601
+	return $this->contentVersion;
4602 4602
   }
4603 4603
   public function setDataCount($dataCount)
4604 4604
   {
4605
-    $this->dataCount = $dataCount;
4605
+	$this->dataCount = $dataCount;
4606 4606
   }
4607 4607
   public function getDataCount()
4608 4608
   {
4609
-    return $this->dataCount;
4609
+	return $this->dataCount;
4610 4610
   }
4611 4611
   public function setId($id)
4612 4612
   {
4613
-    $this->id = $id;
4613
+	$this->id = $id;
4614 4614
   }
4615 4615
   public function getId()
4616 4616
   {
4617
-    return $this->id;
4617
+	return $this->id;
4618 4618
   }
4619 4619
   public function setKind($kind)
4620 4620
   {
4621
-    $this->kind = $kind;
4621
+	$this->kind = $kind;
4622 4622
   }
4623 4623
   public function getKind()
4624 4624
   {
4625
-    return $this->kind;
4625
+	return $this->kind;
4626 4626
   }
4627 4627
   public function setLayerId($layerId)
4628 4628
   {
4629
-    $this->layerId = $layerId;
4629
+	$this->layerId = $layerId;
4630 4630
   }
4631 4631
   public function getLayerId()
4632 4632
   {
4633
-    return $this->layerId;
4633
+	return $this->layerId;
4634 4634
   }
4635 4635
   public function setSelfLink($selfLink)
4636 4636
   {
4637
-    $this->selfLink = $selfLink;
4637
+	$this->selfLink = $selfLink;
4638 4638
   }
4639 4639
   public function getSelfLink()
4640 4640
   {
4641
-    return $this->selfLink;
4641
+	return $this->selfLink;
4642 4642
   }
4643 4643
   public function setUpdated($updated)
4644 4644
   {
4645
-    $this->updated = $updated;
4645
+	$this->updated = $updated;
4646 4646
   }
4647 4647
   public function getUpdated()
4648 4648
   {
4649
-    return $this->updated;
4649
+	return $this->updated;
4650 4650
   }
4651 4651
   public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
4652 4652
   {
4653
-    $this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
4653
+	$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
4654 4654
   }
4655 4655
   public function getVolumeAnnotationsVersion()
4656 4656
   {
4657
-    return $this->volumeAnnotationsVersion;
4657
+	return $this->volumeAnnotationsVersion;
4658 4658
   }
4659 4659
   public function setVolumeId($volumeId)
4660 4660
   {
4661
-    $this->volumeId = $volumeId;
4661
+	$this->volumeId = $volumeId;
4662 4662
   }
4663 4663
   public function getVolumeId()
4664 4664
   {
4665
-    return $this->volumeId;
4665
+	return $this->volumeId;
4666 4666
   }
4667 4667
 }
4668 4668
 
@@ -4678,27 +4678,27 @@  discard block
 block discarded – undo
4678 4678
 
4679 4679
   public function setItems($items)
4680 4680
   {
4681
-    $this->items = $items;
4681
+	$this->items = $items;
4682 4682
   }
4683 4683
   public function getItems()
4684 4684
   {
4685
-    return $this->items;
4685
+	return $this->items;
4686 4686
   }
4687 4687
   public function setKind($kind)
4688 4688
   {
4689
-    $this->kind = $kind;
4689
+	$this->kind = $kind;
4690 4690
   }
4691 4691
   public function getKind()
4692 4692
   {
4693
-    return $this->kind;
4693
+	return $this->kind;
4694 4694
   }
4695 4695
 }
4696 4696
 
4697 4697
 class Google_Service_Books_MetadataItems extends Google_Model
4698 4698
 {
4699 4699
   protected $internal_gapi_mappings = array(
4700
-        "downloadUrl" => "download_url",
4701
-        "encryptedKey" => "encrypted_key",
4700
+		"downloadUrl" => "download_url",
4701
+		"encryptedKey" => "encrypted_key",
4702 4702
   );
4703 4703
   public $downloadUrl;
4704 4704
   public $encryptedKey;
@@ -4709,43 +4709,43 @@  discard block
 block discarded – undo
4709 4709
 
4710 4710
   public function setDownloadUrl($downloadUrl)
4711 4711
   {
4712
-    $this->downloadUrl = $downloadUrl;
4712
+	$this->downloadUrl = $downloadUrl;
4713 4713
   }
4714 4714
   public function getDownloadUrl()
4715 4715
   {
4716
-    return $this->downloadUrl;
4716
+	return $this->downloadUrl;
4717 4717
   }
4718 4718
   public function setEncryptedKey($encryptedKey)
4719 4719
   {
4720
-    $this->encryptedKey = $encryptedKey;
4720
+	$this->encryptedKey = $encryptedKey;
4721 4721
   }
4722 4722
   public function getEncryptedKey()
4723 4723
   {
4724
-    return $this->encryptedKey;
4724
+	return $this->encryptedKey;
4725 4725
   }
4726 4726
   public function setLanguage($language)
4727 4727
   {
4728
-    $this->language = $language;
4728
+	$this->language = $language;
4729 4729
   }
4730 4730
   public function getLanguage()
4731 4731
   {
4732
-    return $this->language;
4732
+	return $this->language;
4733 4733
   }
4734 4734
   public function setSize($size)
4735 4735
   {
4736
-    $this->size = $size;
4736
+	$this->size = $size;
4737 4737
   }
4738 4738
   public function getSize()
4739 4739
   {
4740
-    return $this->size;
4740
+	return $this->size;
4741 4741
   }
4742 4742
   public function setVersion($version)
4743 4743
   {
4744
-    $this->version = $version;
4744
+	$this->version = $version;
4745 4745
   }
4746 4746
   public function getVersion()
4747 4747
   {
4748
-    return $this->version;
4748
+	return $this->version;
4749 4749
   }
4750 4750
 }
4751 4751
 
@@ -4761,19 +4761,19 @@  discard block
 block discarded – undo
4761 4761
 
4762 4762
   public function setItems($items)
4763 4763
   {
4764
-    $this->items = $items;
4764
+	$this->items = $items;
4765 4765
   }
4766 4766
   public function getItems()
4767 4767
   {
4768
-    return $this->items;
4768
+	return $this->items;
4769 4769
   }
4770 4770
   public function setKind($kind)
4771 4771
   {
4772
-    $this->kind = $kind;
4772
+	$this->kind = $kind;
4773 4773
   }
4774 4774
   public function getKind()
4775 4775
   {
4776
-    return $this->kind;
4776
+	return $this->kind;
4777 4777
   }
4778 4778
 }
4779 4779
 
@@ -4791,35 +4791,35 @@  discard block
 block discarded – undo
4791 4791
 
4792 4792
   public function setArtUrl($artUrl)
4793 4793
   {
4794
-    $this->artUrl = $artUrl;
4794
+	$this->artUrl = $artUrl;
4795 4795
   }
4796 4796
   public function getArtUrl()
4797 4797
   {
4798
-    return $this->artUrl;
4798
+	return $this->artUrl;
4799 4799
   }
4800 4800
   public function setGservicesKey($gservicesKey)
4801 4801
   {
4802
-    $this->gservicesKey = $gservicesKey;
4802
+	$this->gservicesKey = $gservicesKey;
4803 4803
   }
4804 4804
   public function getGservicesKey()
4805 4805
   {
4806
-    return $this->gservicesKey;
4806
+	return $this->gservicesKey;
4807 4807
   }
4808 4808
   public function setId($id)
4809 4809
   {
4810
-    $this->id = $id;
4810
+	$this->id = $id;
4811 4811
   }
4812 4812
   public function getId()
4813 4813
   {
4814
-    return $this->id;
4814
+	return $this->id;
4815 4815
   }
4816 4816
   public function setItems($items)
4817 4817
   {
4818
-    $this->items = $items;
4818
+	$this->items = $items;
4819 4819
   }
4820 4820
   public function getItems()
4821 4821
   {
4822
-    return $this->items;
4822
+	return $this->items;
4823 4823
   }
4824 4824
 }
4825 4825
 
@@ -4837,51 +4837,51 @@  discard block
 block discarded – undo
4837 4837
 
4838 4838
   public function setAuthor($author)
4839 4839
   {
4840
-    $this->author = $author;
4840
+	$this->author = $author;
4841 4841
   }
4842 4842
   public function getAuthor()
4843 4843
   {
4844
-    return $this->author;
4844
+	return $this->author;
4845 4845
   }
4846 4846
   public function setCanonicalVolumeLink($canonicalVolumeLink)
4847 4847
   {
4848
-    $this->canonicalVolumeLink = $canonicalVolumeLink;
4848
+	$this->canonicalVolumeLink = $canonicalVolumeLink;
4849 4849
   }
4850 4850
   public function getCanonicalVolumeLink()
4851 4851
   {
4852
-    return $this->canonicalVolumeLink;
4852
+	return $this->canonicalVolumeLink;
4853 4853
   }
4854 4854
   public function setCoverUrl($coverUrl)
4855 4855
   {
4856
-    $this->coverUrl = $coverUrl;
4856
+	$this->coverUrl = $coverUrl;
4857 4857
   }
4858 4858
   public function getCoverUrl()
4859 4859
   {
4860
-    return $this->coverUrl;
4860
+	return $this->coverUrl;
4861 4861
   }
4862 4862
   public function setDescription($description)
4863 4863
   {
4864
-    $this->description = $description;
4864
+	$this->description = $description;
4865 4865
   }
4866 4866
   public function getDescription()
4867 4867
   {
4868
-    return $this->description;
4868
+	return $this->description;
4869 4869
   }
4870 4870
   public function setTitle($title)
4871 4871
   {
4872
-    $this->title = $title;
4872
+	$this->title = $title;
4873 4873
   }
4874 4874
   public function getTitle()
4875 4875
   {
4876
-    return $this->title;
4876
+	return $this->title;
4877 4877
   }
4878 4878
   public function setVolumeId($volumeId)
4879 4879
   {
4880
-    $this->volumeId = $volumeId;
4880
+	$this->volumeId = $volumeId;
4881 4881
   }
4882 4882
   public function getVolumeId()
4883 4883
   {
4884
-    return $this->volumeId;
4884
+	return $this->volumeId;
4885 4885
   }
4886 4886
 }
4887 4887
 
@@ -4900,59 +4900,59 @@  discard block
 block discarded – undo
4900 4900
 
4901 4901
   public function setEpubCfiPosition($epubCfiPosition)
4902 4902
   {
4903
-    $this->epubCfiPosition = $epubCfiPosition;
4903
+	$this->epubCfiPosition = $epubCfiPosition;
4904 4904
   }
4905 4905
   public function getEpubCfiPosition()
4906 4906
   {
4907
-    return $this->epubCfiPosition;
4907
+	return $this->epubCfiPosition;
4908 4908
   }
4909 4909
   public function setGbImagePosition($gbImagePosition)
4910 4910
   {
4911
-    $this->gbImagePosition = $gbImagePosition;
4911
+	$this->gbImagePosition = $gbImagePosition;
4912 4912
   }
4913 4913
   public function getGbImagePosition()
4914 4914
   {
4915
-    return $this->gbImagePosition;
4915
+	return $this->gbImagePosition;
4916 4916
   }
4917 4917
   public function setGbTextPosition($gbTextPosition)
4918 4918
   {
4919
-    $this->gbTextPosition = $gbTextPosition;
4919
+	$this->gbTextPosition = $gbTextPosition;
4920 4920
   }
4921 4921
   public function getGbTextPosition()
4922 4922
   {
4923
-    return $this->gbTextPosition;
4923
+	return $this->gbTextPosition;
4924 4924
   }
4925 4925
   public function setKind($kind)
4926 4926
   {
4927
-    $this->kind = $kind;
4927
+	$this->kind = $kind;
4928 4928
   }
4929 4929
   public function getKind()
4930 4930
   {
4931
-    return $this->kind;
4931
+	return $this->kind;
4932 4932
   }
4933 4933
   public function setPdfPosition($pdfPosition)
4934 4934
   {
4935
-    $this->pdfPosition = $pdfPosition;
4935
+	$this->pdfPosition = $pdfPosition;
4936 4936
   }
4937 4937
   public function getPdfPosition()
4938 4938
   {
4939
-    return $this->pdfPosition;
4939
+	return $this->pdfPosition;
4940 4940
   }
4941 4941
   public function setUpdated($updated)
4942 4942
   {
4943
-    $this->updated = $updated;
4943
+	$this->updated = $updated;
4944 4944
   }
4945 4945
   public function getUpdated()
4946 4946
   {
4947
-    return $this->updated;
4947
+	return $this->updated;
4948 4948
   }
4949 4949
   public function setVolumeId($volumeId)
4950 4950
   {
4951
-    $this->volumeId = $volumeId;
4951
+	$this->volumeId = $volumeId;
4952 4952
   }
4953 4953
   public function getVolumeId()
4954 4954
   {
4955
-    return $this->volumeId;
4955
+	return $this->volumeId;
4956 4956
   }
4957 4957
 }
4958 4958
 
@@ -4969,27 +4969,27 @@  discard block
 block discarded – undo
4969 4969
 
4970 4970
   public function setConcurrentAccess(Google_Service_Books_ConcurrentAccessRestriction $concurrentAccess)
4971 4971
   {
4972
-    $this->concurrentAccess = $concurrentAccess;
4972
+	$this->concurrentAccess = $concurrentAccess;
4973 4973
   }
4974 4974
   public function getConcurrentAccess()
4975 4975
   {
4976
-    return $this->concurrentAccess;
4976
+	return $this->concurrentAccess;
4977 4977
   }
4978 4978
   public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess)
4979 4979
   {
4980
-    $this->downloadAccess = $downloadAccess;
4980
+	$this->downloadAccess = $downloadAccess;
4981 4981
   }
4982 4982
   public function getDownloadAccess()
4983 4983
   {
4984
-    return $this->downloadAccess;
4984
+	return $this->downloadAccess;
4985 4985
   }
4986 4986
   public function setKind($kind)
4987 4987
   {
4988
-    $this->kind = $kind;
4988
+	$this->kind = $kind;
4989 4989
   }
4990 4990
   public function getKind()
4991 4991
   {
4992
-    return $this->kind;
4992
+	return $this->kind;
4993 4993
   }
4994 4994
 }
4995 4995
 
@@ -5013,83 +5013,83 @@  discard block
 block discarded – undo
5013 5013
 
5014 5014
   public function setAuthor(Google_Service_Books_ReviewAuthor $author)
5015 5015
   {
5016
-    $this->author = $author;
5016
+	$this->author = $author;
5017 5017
   }
5018 5018
   public function getAuthor()
5019 5019
   {
5020
-    return $this->author;
5020
+	return $this->author;
5021 5021
   }
5022 5022
   public function setContent($content)
5023 5023
   {
5024
-    $this->content = $content;
5024
+	$this->content = $content;
5025 5025
   }
5026 5026
   public function getContent()
5027 5027
   {
5028
-    return $this->content;
5028
+	return $this->content;
5029 5029
   }
5030 5030
   public function setDate($date)
5031 5031
   {
5032
-    $this->date = $date;
5032
+	$this->date = $date;
5033 5033
   }
5034 5034
   public function getDate()
5035 5035
   {
5036
-    return $this->date;
5036
+	return $this->date;
5037 5037
   }
5038 5038
   public function setFullTextUrl($fullTextUrl)
5039 5039
   {
5040
-    $this->fullTextUrl = $fullTextUrl;
5040
+	$this->fullTextUrl = $fullTextUrl;
5041 5041
   }
5042 5042
   public function getFullTextUrl()
5043 5043
   {
5044
-    return $this->fullTextUrl;
5044
+	return $this->fullTextUrl;
5045 5045
   }
5046 5046
   public function setKind($kind)
5047 5047
   {
5048
-    $this->kind = $kind;
5048
+	$this->kind = $kind;
5049 5049
   }
5050 5050
   public function getKind()
5051 5051
   {
5052
-    return $this->kind;
5052
+	return $this->kind;
5053 5053
   }
5054 5054
   public function setRating($rating)
5055 5055
   {
5056
-    $this->rating = $rating;
5056
+	$this->rating = $rating;
5057 5057
   }
5058 5058
   public function getRating()
5059 5059
   {
5060
-    return $this->rating;
5060
+	return $this->rating;
5061 5061
   }
5062 5062
   public function setSource(Google_Service_Books_ReviewSource $source)
5063 5063
   {
5064
-    $this->source = $source;
5064
+	$this->source = $source;
5065 5065
   }
5066 5066
   public function getSource()
5067 5067
   {
5068
-    return $this->source;
5068
+	return $this->source;
5069 5069
   }
5070 5070
   public function setTitle($title)
5071 5071
   {
5072
-    $this->title = $title;
5072
+	$this->title = $title;
5073 5073
   }
5074 5074
   public function getTitle()
5075 5075
   {
5076
-    return $this->title;
5076
+	return $this->title;
5077 5077
   }
5078 5078
   public function setType($type)
5079 5079
   {
5080
-    $this->type = $type;
5080
+	$this->type = $type;
5081 5081
   }
5082 5082
   public function getType()
5083 5083
   {
5084
-    return $this->type;
5084
+	return $this->type;
5085 5085
   }
5086 5086
   public function setVolumeId($volumeId)
5087 5087
   {
5088
-    $this->volumeId = $volumeId;
5088
+	$this->volumeId = $volumeId;
5089 5089
   }
5090 5090
   public function getVolumeId()
5091 5091
   {
5092
-    return $this->volumeId;
5092
+	return $this->volumeId;
5093 5093
   }
5094 5094
 }
5095 5095
 
@@ -5102,11 +5102,11 @@  discard block
 block discarded – undo
5102 5102
 
5103 5103
   public function setDisplayName($displayName)
5104 5104
   {
5105
-    $this->displayName = $displayName;
5105
+	$this->displayName = $displayName;
5106 5106
   }
5107 5107
   public function getDisplayName()
5108 5108
   {
5109
-    return $this->displayName;
5109
+	return $this->displayName;
5110 5110
   }
5111 5111
 }
5112 5112
 
@@ -5121,27 +5121,27 @@  discard block
 block discarded – undo
5121 5121
 
5122 5122
   public function setDescription($description)
5123 5123
   {
5124
-    $this->description = $description;
5124
+	$this->description = $description;
5125 5125
   }
5126 5126
   public function getDescription()
5127 5127
   {
5128
-    return $this->description;
5128
+	return $this->description;
5129 5129
   }
5130 5130
   public function setExtraDescription($extraDescription)
5131 5131
   {
5132
-    $this->extraDescription = $extraDescription;
5132
+	$this->extraDescription = $extraDescription;
5133 5133
   }
5134 5134
   public function getExtraDescription()
5135 5135
   {
5136
-    return $this->extraDescription;
5136
+	return $this->extraDescription;
5137 5137
   }
5138 5138
   public function setUrl($url)
5139 5139
   {
5140
-    $this->url = $url;
5140
+	$this->url = $url;
5141 5141
   }
5142 5142
   public function getUrl()
5143 5143
   {
5144
-    return $this->url;
5144
+	return $this->url;
5145 5145
   }
5146 5146
 }
5147 5147
 
@@ -5156,19 +5156,19 @@  discard block
 block discarded – undo
5156 5156
 
5157 5157
   public function setKind($kind)
5158 5158
   {
5159
-    $this->kind = $kind;
5159
+	$this->kind = $kind;
5160 5160
   }
5161 5161
   public function getKind()
5162 5162
   {
5163
-    return $this->kind;
5163
+	return $this->kind;
5164 5164
   }
5165 5165
   public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport)
5166 5166
   {
5167
-    $this->notesExport = $notesExport;
5167
+	$this->notesExport = $notesExport;
5168 5168
   }
5169 5169
   public function getNotesExport()
5170 5170
   {
5171
-    return $this->notesExport;
5171
+	return $this->notesExport;
5172 5172
   }
5173 5173
 }
5174 5174
 
@@ -5182,19 +5182,19 @@  discard block
 block discarded – undo
5182 5182
 
5183 5183
   public function setFolderName($folderName)
5184 5184
   {
5185
-    $this->folderName = $folderName;
5185
+	$this->folderName = $folderName;
5186 5186
   }
5187 5187
   public function getFolderName()
5188 5188
   {
5189
-    return $this->folderName;
5189
+	return $this->folderName;
5190 5190
   }
5191 5191
   public function setIsEnabled($isEnabled)
5192 5192
   {
5193
-    $this->isEnabled = $isEnabled;
5193
+	$this->isEnabled = $isEnabled;
5194 5194
   }
5195 5195
   public function getIsEnabled()
5196 5196
   {
5197
-    return $this->isEnabled;
5197
+	return $this->isEnabled;
5198 5198
   }
5199 5199
 }
5200 5200
 
@@ -5224,91 +5224,91 @@  discard block
 block discarded – undo
5224 5224
 
5225 5225
   public function setAccessInfo(Google_Service_Books_VolumeAccessInfo $accessInfo)
5226 5226
   {
5227
-    $this->accessInfo = $accessInfo;
5227
+	$this->accessInfo = $accessInfo;
5228 5228
   }
5229 5229
   public function getAccessInfo()
5230 5230
   {
5231
-    return $this->accessInfo;
5231
+	return $this->accessInfo;
5232 5232
   }
5233 5233
   public function setEtag($etag)
5234 5234
   {
5235
-    $this->etag = $etag;
5235
+	$this->etag = $etag;
5236 5236
   }
5237 5237
   public function getEtag()
5238 5238
   {
5239
-    return $this->etag;
5239
+	return $this->etag;
5240 5240
   }
5241 5241
   public function setId($id)
5242 5242
   {
5243
-    $this->id = $id;
5243
+	$this->id = $id;
5244 5244
   }
5245 5245
   public function getId()
5246 5246
   {
5247
-    return $this->id;
5247
+	return $this->id;
5248 5248
   }
5249 5249
   public function setKind($kind)
5250 5250
   {
5251
-    $this->kind = $kind;
5251
+	$this->kind = $kind;
5252 5252
   }
5253 5253
   public function getKind()
5254 5254
   {
5255
-    return $this->kind;
5255
+	return $this->kind;
5256 5256
   }
5257 5257
   public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo)
5258 5258
   {
5259
-    $this->layerInfo = $layerInfo;
5259
+	$this->layerInfo = $layerInfo;
5260 5260
   }
5261 5261
   public function getLayerInfo()
5262 5262
   {
5263
-    return $this->layerInfo;
5263
+	return $this->layerInfo;
5264 5264
   }
5265 5265
   public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo)
5266 5266
   {
5267
-    $this->recommendedInfo = $recommendedInfo;
5267
+	$this->recommendedInfo = $recommendedInfo;
5268 5268
   }
5269 5269
   public function getRecommendedInfo()
5270 5270
   {
5271
-    return $this->recommendedInfo;
5271
+	return $this->recommendedInfo;
5272 5272
   }
5273 5273
   public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo)
5274 5274
   {
5275
-    $this->saleInfo = $saleInfo;
5275
+	$this->saleInfo = $saleInfo;
5276 5276
   }
5277 5277
   public function getSaleInfo()
5278 5278
   {
5279
-    return $this->saleInfo;
5279
+	return $this->saleInfo;
5280 5280
   }
5281 5281
   public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo)
5282 5282
   {
5283
-    $this->searchInfo = $searchInfo;
5283
+	$this->searchInfo = $searchInfo;
5284 5284
   }
5285 5285
   public function getSearchInfo()
5286 5286
   {
5287
-    return $this->searchInfo;
5287
+	return $this->searchInfo;
5288 5288
   }
5289 5289
   public function setSelfLink($selfLink)
5290 5290
   {
5291
-    $this->selfLink = $selfLink;
5291
+	$this->selfLink = $selfLink;
5292 5292
   }
5293 5293
   public function getSelfLink()
5294 5294
   {
5295
-    return $this->selfLink;
5295
+	return $this->selfLink;
5296 5296
   }
5297 5297
   public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo)
5298 5298
   {
5299
-    $this->userInfo = $userInfo;
5299
+	$this->userInfo = $userInfo;
5300 5300
   }
5301 5301
   public function getUserInfo()
5302 5302
   {
5303
-    return $this->userInfo;
5303
+	return $this->userInfo;
5304 5304
   }
5305 5305
   public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo)
5306 5306
   {
5307
-    $this->volumeInfo = $volumeInfo;
5307
+	$this->volumeInfo = $volumeInfo;
5308 5308
   }
5309 5309
   public function getVolumeInfo()
5310 5310
   {
5311
-    return $this->volumeInfo;
5311
+	return $this->volumeInfo;
5312 5312
   }
5313 5313
 }
5314 5314
 
@@ -5325,27 +5325,27 @@  discard block
 block discarded – undo
5325 5325
 
5326 5326
   public function setItems($items)
5327 5327
   {
5328
-    $this->items = $items;
5328
+	$this->items = $items;
5329 5329
   }
5330 5330
   public function getItems()
5331 5331
   {
5332
-    return $this->items;
5332
+	return $this->items;
5333 5333
   }
5334 5334
   public function setKind($kind)
5335 5335
   {
5336
-    $this->kind = $kind;
5336
+	$this->kind = $kind;
5337 5337
   }
5338 5338
   public function getKind()
5339 5339
   {
5340
-    return $this->kind;
5340
+	return $this->kind;
5341 5341
   }
5342 5342
   public function setNextPageToken($nextPageToken)
5343 5343
   {
5344
-    $this->nextPageToken = $nextPageToken;
5344
+	$this->nextPageToken = $nextPageToken;
5345 5345
   }
5346 5346
   public function getNextPageToken()
5347 5347
   {
5348
-    return $this->nextPageToken;
5348
+	return $this->nextPageToken;
5349 5349
   }
5350 5350
 }
5351 5351
 
@@ -5374,115 +5374,115 @@  discard block
 block discarded – undo
5374 5374
 
5375 5375
   public function setAccessViewStatus($accessViewStatus)
5376 5376
   {
5377
-    $this->accessViewStatus = $accessViewStatus;
5377
+	$this->accessViewStatus = $accessViewStatus;
5378 5378
   }
5379 5379
   public function getAccessViewStatus()
5380 5380
   {
5381
-    return $this->accessViewStatus;
5381
+	return $this->accessViewStatus;
5382 5382
   }
5383 5383
   public function setCountry($country)
5384 5384
   {
5385
-    $this->country = $country;
5385
+	$this->country = $country;
5386 5386
   }
5387 5387
   public function getCountry()
5388 5388
   {
5389
-    return $this->country;
5389
+	return $this->country;
5390 5390
   }
5391 5391
   public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess)
5392 5392
   {
5393
-    $this->downloadAccess = $downloadAccess;
5393
+	$this->downloadAccess = $downloadAccess;
5394 5394
   }
5395 5395
   public function getDownloadAccess()
5396 5396
   {
5397
-    return $this->downloadAccess;
5397
+	return $this->downloadAccess;
5398 5398
   }
5399 5399
   public function setDriveImportedContentLink($driveImportedContentLink)
5400 5400
   {
5401
-    $this->driveImportedContentLink = $driveImportedContentLink;
5401
+	$this->driveImportedContentLink = $driveImportedContentLink;
5402 5402
   }
5403 5403
   public function getDriveImportedContentLink()
5404 5404
   {
5405
-    return $this->driveImportedContentLink;
5405
+	return $this->driveImportedContentLink;
5406 5406
   }
5407 5407
   public function setEmbeddable($embeddable)
5408 5408
   {
5409
-    $this->embeddable = $embeddable;
5409
+	$this->embeddable = $embeddable;
5410 5410
   }
5411 5411
   public function getEmbeddable()
5412 5412
   {
5413
-    return $this->embeddable;
5413
+	return $this->embeddable;
5414 5414
   }
5415 5415
   public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub)
5416 5416
   {
5417
-    $this->epub = $epub;
5417
+	$this->epub = $epub;
5418 5418
   }
5419 5419
   public function getEpub()
5420 5420
   {
5421
-    return $this->epub;
5421
+	return $this->epub;
5422 5422
   }
5423 5423
   public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManagement)
5424 5424
   {
5425
-    $this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement;
5425
+	$this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement;
5426 5426
   }
5427 5427
   public function getExplicitOfflineLicenseManagement()
5428 5428
   {
5429
-    return $this->explicitOfflineLicenseManagement;
5429
+	return $this->explicitOfflineLicenseManagement;
5430 5430
   }
5431 5431
   public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf)
5432 5432
   {
5433
-    $this->pdf = $pdf;
5433
+	$this->pdf = $pdf;
5434 5434
   }
5435 5435
   public function getPdf()
5436 5436
   {
5437
-    return $this->pdf;
5437
+	return $this->pdf;
5438 5438
   }
5439 5439
   public function setPublicDomain($publicDomain)
5440 5440
   {
5441
-    $this->publicDomain = $publicDomain;
5441
+	$this->publicDomain = $publicDomain;
5442 5442
   }
5443 5443
   public function getPublicDomain()
5444 5444
   {
5445
-    return $this->publicDomain;
5445
+	return $this->publicDomain;
5446 5446
   }
5447 5447
   public function setQuoteSharingAllowed($quoteSharingAllowed)
5448 5448
   {
5449
-    $this->quoteSharingAllowed = $quoteSharingAllowed;
5449
+	$this->quoteSharingAllowed = $quoteSharingAllowed;
5450 5450
   }
5451 5451
   public function getQuoteSharingAllowed()
5452 5452
   {
5453
-    return $this->quoteSharingAllowed;
5453
+	return $this->quoteSharingAllowed;
5454 5454
   }
5455 5455
   public function setTextToSpeechPermission($textToSpeechPermission)
5456 5456
   {
5457
-    $this->textToSpeechPermission = $textToSpeechPermission;
5457
+	$this->textToSpeechPermission = $textToSpeechPermission;
5458 5458
   }
5459 5459
   public function getTextToSpeechPermission()
5460 5460
   {
5461
-    return $this->textToSpeechPermission;
5461
+	return $this->textToSpeechPermission;
5462 5462
   }
5463 5463
   public function setViewOrderUrl($viewOrderUrl)
5464 5464
   {
5465
-    $this->viewOrderUrl = $viewOrderUrl;
5465
+	$this->viewOrderUrl = $viewOrderUrl;
5466 5466
   }
5467 5467
   public function getViewOrderUrl()
5468 5468
   {
5469
-    return $this->viewOrderUrl;
5469
+	return $this->viewOrderUrl;
5470 5470
   }
5471 5471
   public function setViewability($viewability)
5472 5472
   {
5473
-    $this->viewability = $viewability;
5473
+	$this->viewability = $viewability;
5474 5474
   }
5475 5475
   public function getViewability()
5476 5476
   {
5477
-    return $this->viewability;
5477
+	return $this->viewability;
5478 5478
   }
5479 5479
   public function setWebReaderLink($webReaderLink)
5480 5480
   {
5481
-    $this->webReaderLink = $webReaderLink;
5481
+	$this->webReaderLink = $webReaderLink;
5482 5482
   }
5483 5483
   public function getWebReaderLink()
5484 5484
   {
5485
-    return $this->webReaderLink;
5485
+	return $this->webReaderLink;
5486 5486
   }
5487 5487
 }
5488 5488
 
@@ -5497,27 +5497,27 @@  discard block
 block discarded – undo
5497 5497
 
5498 5498
   public function setAcsTokenLink($acsTokenLink)
5499 5499
   {
5500
-    $this->acsTokenLink = $acsTokenLink;
5500
+	$this->acsTokenLink = $acsTokenLink;
5501 5501
   }
5502 5502
   public function getAcsTokenLink()
5503 5503
   {
5504
-    return $this->acsTokenLink;
5504
+	return $this->acsTokenLink;
5505 5505
   }
5506 5506
   public function setDownloadLink($downloadLink)
5507 5507
   {
5508
-    $this->downloadLink = $downloadLink;
5508
+	$this->downloadLink = $downloadLink;
5509 5509
   }
5510 5510
   public function getDownloadLink()
5511 5511
   {
5512
-    return $this->downloadLink;
5512
+	return $this->downloadLink;
5513 5513
   }
5514 5514
   public function setIsAvailable($isAvailable)
5515 5515
   {
5516
-    $this->isAvailable = $isAvailable;
5516
+	$this->isAvailable = $isAvailable;
5517 5517
   }
5518 5518
   public function getIsAvailable()
5519 5519
   {
5520
-    return $this->isAvailable;
5520
+	return $this->isAvailable;
5521 5521
   }
5522 5522
 }
5523 5523
 
@@ -5532,27 +5532,27 @@  discard block
 block discarded – undo
5532 5532
 
5533 5533
   public function setAcsTokenLink($acsTokenLink)
5534 5534
   {
5535
-    $this->acsTokenLink = $acsTokenLink;
5535
+	$this->acsTokenLink = $acsTokenLink;
5536 5536
   }
5537 5537
   public function getAcsTokenLink()
5538 5538
   {
5539
-    return $this->acsTokenLink;
5539
+	return $this->acsTokenLink;
5540 5540
   }
5541 5541
   public function setDownloadLink($downloadLink)
5542 5542
   {
5543
-    $this->downloadLink = $downloadLink;
5543
+	$this->downloadLink = $downloadLink;
5544 5544
   }
5545 5545
   public function getDownloadLink()
5546 5546
   {
5547
-    return $this->downloadLink;
5547
+	return $this->downloadLink;
5548 5548
   }
5549 5549
   public function setIsAvailable($isAvailable)
5550 5550
   {
5551
-    $this->isAvailable = $isAvailable;
5551
+	$this->isAvailable = $isAvailable;
5552 5552
   }
5553 5553
   public function getIsAvailable()
5554 5554
   {
5555
-    return $this->isAvailable;
5555
+	return $this->isAvailable;
5556 5556
   }
5557 5557
 }
5558 5558
 
@@ -5567,11 +5567,11 @@  discard block
 block discarded – undo
5567 5567
 
5568 5568
   public function setLayers($layers)
5569 5569
   {
5570
-    $this->layers = $layers;
5570
+	$this->layers = $layers;
5571 5571
   }
5572 5572
   public function getLayers()
5573 5573
   {
5574
-    return $this->layers;
5574
+	return $this->layers;
5575 5575
   }
5576 5576
 }
5577 5577
 
@@ -5585,19 +5585,19 @@  discard block
 block discarded – undo
5585 5585
 
5586 5586
   public function setLayerId($layerId)
5587 5587
   {
5588
-    $this->layerId = $layerId;
5588
+	$this->layerId = $layerId;
5589 5589
   }
5590 5590
   public function getLayerId()
5591 5591
   {
5592
-    return $this->layerId;
5592
+	return $this->layerId;
5593 5593
   }
5594 5594
   public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
5595 5595
   {
5596
-    $this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
5596
+	$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
5597 5597
   }
5598 5598
   public function getVolumeAnnotationsVersion()
5599 5599
   {
5600
-    return $this->volumeAnnotationsVersion;
5600
+	return $this->volumeAnnotationsVersion;
5601 5601
   }
5602 5602
 }
5603 5603
 
@@ -5610,11 +5610,11 @@  discard block
 block discarded – undo
5610 5610
 
5611 5611
   public function setExplanation($explanation)
5612 5612
   {
5613
-    $this->explanation = $explanation;
5613
+	$this->explanation = $explanation;
5614 5614
   }
5615 5615
   public function getExplanation()
5616 5616
   {
5617
-    return $this->explanation;
5617
+	return $this->explanation;
5618 5618
   }
5619 5619
 }
5620 5620
 
@@ -5638,67 +5638,67 @@  discard block
 block discarded – undo
5638 5638
 
5639 5639
   public function setBuyLink($buyLink)
5640 5640
   {
5641
-    $this->buyLink = $buyLink;
5641
+	$this->buyLink = $buyLink;
5642 5642
   }
5643 5643
   public function getBuyLink()
5644 5644
   {
5645
-    return $this->buyLink;
5645
+	return $this->buyLink;
5646 5646
   }
5647 5647
   public function setCountry($country)
5648 5648
   {
5649
-    $this->country = $country;
5649
+	$this->country = $country;
5650 5650
   }
5651 5651
   public function getCountry()
5652 5652
   {
5653
-    return $this->country;
5653
+	return $this->country;
5654 5654
   }
5655 5655
   public function setIsEbook($isEbook)
5656 5656
   {
5657
-    $this->isEbook = $isEbook;
5657
+	$this->isEbook = $isEbook;
5658 5658
   }
5659 5659
   public function getIsEbook()
5660 5660
   {
5661
-    return $this->isEbook;
5661
+	return $this->isEbook;
5662 5662
   }
5663 5663
   public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listPrice)
5664 5664
   {
5665
-    $this->listPrice = $listPrice;
5665
+	$this->listPrice = $listPrice;
5666 5666
   }
5667 5667
   public function getListPrice()
5668 5668
   {
5669
-    return $this->listPrice;
5669
+	return $this->listPrice;
5670 5670
   }
5671 5671
   public function setOffers($offers)
5672 5672
   {
5673
-    $this->offers = $offers;
5673
+	$this->offers = $offers;
5674 5674
   }
5675 5675
   public function getOffers()
5676 5676
   {
5677
-    return $this->offers;
5677
+	return $this->offers;
5678 5678
   }
5679 5679
   public function setOnSaleDate($onSaleDate)
5680 5680
   {
5681
-    $this->onSaleDate = $onSaleDate;
5681
+	$this->onSaleDate = $onSaleDate;
5682 5682
   }
5683 5683
   public function getOnSaleDate()
5684 5684
   {
5685
-    return $this->onSaleDate;
5685
+	return $this->onSaleDate;
5686 5686
   }
5687 5687
   public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $retailPrice)
5688 5688
   {
5689
-    $this->retailPrice = $retailPrice;
5689
+	$this->retailPrice = $retailPrice;
5690 5690
   }
5691 5691
   public function getRetailPrice()
5692 5692
   {
5693
-    return $this->retailPrice;
5693
+	return $this->retailPrice;
5694 5694
   }
5695 5695
   public function setSaleability($saleability)
5696 5696
   {
5697
-    $this->saleability = $saleability;
5697
+	$this->saleability = $saleability;
5698 5698
   }
5699 5699
   public function getSaleability()
5700 5700
   {
5701
-    return $this->saleability;
5701
+	return $this->saleability;
5702 5702
   }
5703 5703
 }
5704 5704
 
@@ -5712,19 +5712,19 @@  discard block
 block discarded – undo
5712 5712
 
5713 5713
   public function setAmount($amount)
5714 5714
   {
5715
-    $this->amount = $amount;
5715
+	$this->amount = $amount;
5716 5716
   }
5717 5717
   public function getAmount()
5718 5718
   {
5719
-    return $this->amount;
5719
+	return $this->amount;
5720 5720
   }
5721 5721
   public function setCurrencyCode($currencyCode)
5722 5722
   {
5723
-    $this->currencyCode = $currencyCode;
5723
+	$this->currencyCode = $currencyCode;
5724 5724
   }
5725 5725
   public function getCurrencyCode()
5726 5726
   {
5727
-    return $this->currencyCode;
5727
+	return $this->currencyCode;
5728 5728
   }
5729 5729
 }
5730 5730
 
@@ -5743,35 +5743,35 @@  discard block
 block discarded – undo
5743 5743
 
5744 5744
   public function setFinskyOfferType($finskyOfferType)
5745 5745
   {
5746
-    $this->finskyOfferType = $finskyOfferType;
5746
+	$this->finskyOfferType = $finskyOfferType;
5747 5747
   }
5748 5748
   public function getFinskyOfferType()
5749 5749
   {
5750
-    return $this->finskyOfferType;
5750
+	return $this->finskyOfferType;
5751 5751
   }
5752 5752
   public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice $listPrice)
5753 5753
   {
5754
-    $this->listPrice = $listPrice;
5754
+	$this->listPrice = $listPrice;
5755 5755
   }
5756 5756
   public function getListPrice()
5757 5757
   {
5758
-    return $this->listPrice;
5758
+	return $this->listPrice;
5759 5759
   }
5760 5760
   public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRentalDuration $rentalDuration)
5761 5761
   {
5762
-    $this->rentalDuration = $rentalDuration;
5762
+	$this->rentalDuration = $rentalDuration;
5763 5763
   }
5764 5764
   public function getRentalDuration()
5765 5765
   {
5766
-    return $this->rentalDuration;
5766
+	return $this->rentalDuration;
5767 5767
   }
5768 5768
   public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPrice $retailPrice)
5769 5769
   {
5770
-    $this->retailPrice = $retailPrice;
5770
+	$this->retailPrice = $retailPrice;
5771 5771
   }
5772 5772
   public function getRetailPrice()
5773 5773
   {
5774
-    return $this->retailPrice;
5774
+	return $this->retailPrice;
5775 5775
   }
5776 5776
 }
5777 5777
 
@@ -5785,19 +5785,19 @@  discard block
 block discarded – undo
5785 5785
 
5786 5786
   public function setAmountInMicros($amountInMicros)
5787 5787
   {
5788
-    $this->amountInMicros = $amountInMicros;
5788
+	$this->amountInMicros = $amountInMicros;
5789 5789
   }
5790 5790
   public function getAmountInMicros()
5791 5791
   {
5792
-    return $this->amountInMicros;
5792
+	return $this->amountInMicros;
5793 5793
   }
5794 5794
   public function setCurrencyCode($currencyCode)
5795 5795
   {
5796
-    $this->currencyCode = $currencyCode;
5796
+	$this->currencyCode = $currencyCode;
5797 5797
   }
5798 5798
   public function getCurrencyCode()
5799 5799
   {
5800
-    return $this->currencyCode;
5800
+	return $this->currencyCode;
5801 5801
   }
5802 5802
 }
5803 5803
 
@@ -5811,19 +5811,19 @@  discard block
 block discarded – undo
5811 5811
 
5812 5812
   public function setCount($count)
5813 5813
   {
5814
-    $this->count = $count;
5814
+	$this->count = $count;
5815 5815
   }
5816 5816
   public function getCount()
5817 5817
   {
5818
-    return $this->count;
5818
+	return $this->count;
5819 5819
   }
5820 5820
   public function setUnit($unit)
5821 5821
   {
5822
-    $this->unit = $unit;
5822
+	$this->unit = $unit;
5823 5823
   }
5824 5824
   public function getUnit()
5825 5825
   {
5826
-    return $this->unit;
5826
+	return $this->unit;
5827 5827
   }
5828 5828
 }
5829 5829
 
@@ -5837,19 +5837,19 @@  discard block
 block discarded – undo
5837 5837
 
5838 5838
   public function setAmountInMicros($amountInMicros)
5839 5839
   {
5840
-    $this->amountInMicros = $amountInMicros;
5840
+	$this->amountInMicros = $amountInMicros;
5841 5841
   }
5842 5842
   public function getAmountInMicros()
5843 5843
   {
5844
-    return $this->amountInMicros;
5844
+	return $this->amountInMicros;
5845 5845
   }
5846 5846
   public function setCurrencyCode($currencyCode)
5847 5847
   {
5848
-    $this->currencyCode = $currencyCode;
5848
+	$this->currencyCode = $currencyCode;
5849 5849
   }
5850 5850
   public function getCurrencyCode()
5851 5851
   {
5852
-    return $this->currencyCode;
5852
+	return $this->currencyCode;
5853 5853
   }
5854 5854
 }
5855 5855
 
@@ -5863,19 +5863,19 @@  discard block
 block discarded – undo
5863 5863
 
5864 5864
   public function setAmount($amount)
5865 5865
   {
5866
-    $this->amount = $amount;
5866
+	$this->amount = $amount;
5867 5867
   }
5868 5868
   public function getAmount()
5869 5869
   {
5870
-    return $this->amount;
5870
+	return $this->amount;
5871 5871
   }
5872 5872
   public function setCurrencyCode($currencyCode)
5873 5873
   {
5874
-    $this->currencyCode = $currencyCode;
5874
+	$this->currencyCode = $currencyCode;
5875 5875
   }
5876 5876
   public function getCurrencyCode()
5877 5877
   {
5878
-    return $this->currencyCode;
5878
+	return $this->currencyCode;
5879 5879
   }
5880 5880
 }
5881 5881
 
@@ -5888,11 +5888,11 @@  discard block
 block discarded – undo
5888 5888
 
5889 5889
   public function setTextSnippet($textSnippet)
5890 5890
   {
5891
-    $this->textSnippet = $textSnippet;
5891
+	$this->textSnippet = $textSnippet;
5892 5892
   }
5893 5893
   public function getTextSnippet()
5894 5894
   {
5895
-    return $this->textSnippet;
5895
+	return $this->textSnippet;
5896 5896
   }
5897 5897
 }
5898 5898
 
@@ -5920,91 +5920,91 @@  discard block
 block discarded – undo
5920 5920
 
5921 5921
   public function setCopy(Google_Service_Books_VolumeUserInfoCopy $copy)
5922 5922
   {
5923
-    $this->copy = $copy;
5923
+	$this->copy = $copy;
5924 5924
   }
5925 5925
   public function getCopy()
5926 5926
   {
5927
-    return $this->copy;
5927
+	return $this->copy;
5928 5928
   }
5929 5929
   public function setIsInMyBooks($isInMyBooks)
5930 5930
   {
5931
-    $this->isInMyBooks = $isInMyBooks;
5931
+	$this->isInMyBooks = $isInMyBooks;
5932 5932
   }
5933 5933
   public function getIsInMyBooks()
5934 5934
   {
5935
-    return $this->isInMyBooks;
5935
+	return $this->isInMyBooks;
5936 5936
   }
5937 5937
   public function setIsPreordered($isPreordered)
5938 5938
   {
5939
-    $this->isPreordered = $isPreordered;
5939
+	$this->isPreordered = $isPreordered;
5940 5940
   }
5941 5941
   public function getIsPreordered()
5942 5942
   {
5943
-    return $this->isPreordered;
5943
+	return $this->isPreordered;
5944 5944
   }
5945 5945
   public function setIsPurchased($isPurchased)
5946 5946
   {
5947
-    $this->isPurchased = $isPurchased;
5947
+	$this->isPurchased = $isPurchased;
5948 5948
   }
5949 5949
   public function getIsPurchased()
5950 5950
   {
5951
-    return $this->isPurchased;
5951
+	return $this->isPurchased;
5952 5952
   }
5953 5953
   public function setIsUploaded($isUploaded)
5954 5954
   {
5955
-    $this->isUploaded = $isUploaded;
5955
+	$this->isUploaded = $isUploaded;
5956 5956
   }
5957 5957
   public function getIsUploaded()
5958 5958
   {
5959
-    return $this->isUploaded;
5959
+	return $this->isUploaded;
5960 5960
   }
5961 5961
   public function setReadingPosition(Google_Service_Books_ReadingPosition $readingPosition)
5962 5962
   {
5963
-    $this->readingPosition = $readingPosition;
5963
+	$this->readingPosition = $readingPosition;
5964 5964
   }
5965 5965
   public function getReadingPosition()
5966 5966
   {
5967
-    return $this->readingPosition;
5967
+	return $this->readingPosition;
5968 5968
   }
5969 5969
   public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod $rentalPeriod)
5970 5970
   {
5971
-    $this->rentalPeriod = $rentalPeriod;
5971
+	$this->rentalPeriod = $rentalPeriod;
5972 5972
   }
5973 5973
   public function getRentalPeriod()
5974 5974
   {
5975
-    return $this->rentalPeriod;
5975
+	return $this->rentalPeriod;
5976 5976
   }
5977 5977
   public function setRentalState($rentalState)
5978 5978
   {
5979
-    $this->rentalState = $rentalState;
5979
+	$this->rentalState = $rentalState;
5980 5980
   }
5981 5981
   public function getRentalState()
5982 5982
   {
5983
-    return $this->rentalState;
5983
+	return $this->rentalState;
5984 5984
   }
5985 5985
   public function setReview(Google_Service_Books_Review $review)
5986 5986
   {
5987
-    $this->review = $review;
5987
+	$this->review = $review;
5988 5988
   }
5989 5989
   public function getReview()
5990 5990
   {
5991
-    return $this->review;
5991
+	return $this->review;
5992 5992
   }
5993 5993
   public function setUpdated($updated)
5994 5994
   {
5995
-    $this->updated = $updated;
5995
+	$this->updated = $updated;
5996 5996
   }
5997 5997
   public function getUpdated()
5998 5998
   {
5999
-    return $this->updated;
5999
+	return $this->updated;
6000 6000
   }
6001 6001
   public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo $userUploadedVolumeInfo)
6002 6002
   {
6003
-    $this->userUploadedVolumeInfo = $userUploadedVolumeInfo;
6003
+	$this->userUploadedVolumeInfo = $userUploadedVolumeInfo;
6004 6004
   }
6005 6005
   public function getUserUploadedVolumeInfo()
6006 6006
   {
6007
-    return $this->userUploadedVolumeInfo;
6007
+	return $this->userUploadedVolumeInfo;
6008 6008
   }
6009 6009
 }
6010 6010
 
@@ -6020,35 +6020,35 @@  discard block
 block discarded – undo
6020 6020
 
6021 6021
   public function setAllowedCharacterCount($allowedCharacterCount)
6022 6022
   {
6023
-    $this->allowedCharacterCount = $allowedCharacterCount;
6023
+	$this->allowedCharacterCount = $allowedCharacterCount;
6024 6024
   }
6025 6025
   public function getAllowedCharacterCount()
6026 6026
   {
6027
-    return $this->allowedCharacterCount;
6027
+	return $this->allowedCharacterCount;
6028 6028
   }
6029 6029
   public function setLimitType($limitType)
6030 6030
   {
6031
-    $this->limitType = $limitType;
6031
+	$this->limitType = $limitType;
6032 6032
   }
6033 6033
   public function getLimitType()
6034 6034
   {
6035
-    return $this->limitType;
6035
+	return $this->limitType;
6036 6036
   }
6037 6037
   public function setRemainingCharacterCount($remainingCharacterCount)
6038 6038
   {
6039
-    $this->remainingCharacterCount = $remainingCharacterCount;
6039
+	$this->remainingCharacterCount = $remainingCharacterCount;
6040 6040
   }
6041 6041
   public function getRemainingCharacterCount()
6042 6042
   {
6043
-    return $this->remainingCharacterCount;
6043
+	return $this->remainingCharacterCount;
6044 6044
   }
6045 6045
   public function setUpdated($updated)
6046 6046
   {
6047
-    $this->updated = $updated;
6047
+	$this->updated = $updated;
6048 6048
   }
6049 6049
   public function getUpdated()
6050 6050
   {
6051
-    return $this->updated;
6051
+	return $this->updated;
6052 6052
   }
6053 6053
 }
6054 6054
 
@@ -6062,19 +6062,19 @@  discard block
 block discarded – undo
6062 6062
 
6063 6063
   public function setEndUtcSec($endUtcSec)
6064 6064
   {
6065
-    $this->endUtcSec = $endUtcSec;
6065
+	$this->endUtcSec = $endUtcSec;
6066 6066
   }
6067 6067
   public function getEndUtcSec()
6068 6068
   {
6069
-    return $this->endUtcSec;
6069
+	return $this->endUtcSec;
6070 6070
   }
6071 6071
   public function setStartUtcSec($startUtcSec)
6072 6072
   {
6073
-    $this->startUtcSec = $startUtcSec;
6073
+	$this->startUtcSec = $startUtcSec;
6074 6074
   }
6075 6075
   public function getStartUtcSec()
6076 6076
   {
6077
-    return $this->startUtcSec;
6077
+	return $this->startUtcSec;
6078 6078
   }
6079 6079
 }
6080 6080
 
@@ -6087,11 +6087,11 @@  discard block
 block discarded – undo
6087 6087
 
6088 6088
   public function setProcessingState($processingState)
6089 6089
   {
6090
-    $this->processingState = $processingState;
6090
+	$this->processingState = $processingState;
6091 6091
   }
6092 6092
   public function getProcessingState()
6093 6093
   {
6094
-    return $this->processingState;
6094
+	return $this->processingState;
6095 6095
   }
6096 6096
 }
6097 6097
 
@@ -6132,203 +6132,203 @@  discard block
 block discarded – undo
6132 6132
 
6133 6133
   public function setAllowAnonLogging($allowAnonLogging)
6134 6134
   {
6135
-    $this->allowAnonLogging = $allowAnonLogging;
6135
+	$this->allowAnonLogging = $allowAnonLogging;
6136 6136
   }
6137 6137
   public function getAllowAnonLogging()
6138 6138
   {
6139
-    return $this->allowAnonLogging;
6139
+	return $this->allowAnonLogging;
6140 6140
   }
6141 6141
   public function setAuthors($authors)
6142 6142
   {
6143
-    $this->authors = $authors;
6143
+	$this->authors = $authors;
6144 6144
   }
6145 6145
   public function getAuthors()
6146 6146
   {
6147
-    return $this->authors;
6147
+	return $this->authors;
6148 6148
   }
6149 6149
   public function setAverageRating($averageRating)
6150 6150
   {
6151
-    $this->averageRating = $averageRating;
6151
+	$this->averageRating = $averageRating;
6152 6152
   }
6153 6153
   public function getAverageRating()
6154 6154
   {
6155
-    return $this->averageRating;
6155
+	return $this->averageRating;
6156 6156
   }
6157 6157
   public function setCanonicalVolumeLink($canonicalVolumeLink)
6158 6158
   {
6159
-    $this->canonicalVolumeLink = $canonicalVolumeLink;
6159
+	$this->canonicalVolumeLink = $canonicalVolumeLink;
6160 6160
   }
6161 6161
   public function getCanonicalVolumeLink()
6162 6162
   {
6163
-    return $this->canonicalVolumeLink;
6163
+	return $this->canonicalVolumeLink;
6164 6164
   }
6165 6165
   public function setCategories($categories)
6166 6166
   {
6167
-    $this->categories = $categories;
6167
+	$this->categories = $categories;
6168 6168
   }
6169 6169
   public function getCategories()
6170 6170
   {
6171
-    return $this->categories;
6171
+	return $this->categories;
6172 6172
   }
6173 6173
   public function setContentVersion($contentVersion)
6174 6174
   {
6175
-    $this->contentVersion = $contentVersion;
6175
+	$this->contentVersion = $contentVersion;
6176 6176
   }
6177 6177
   public function getContentVersion()
6178 6178
   {
6179
-    return $this->contentVersion;
6179
+	return $this->contentVersion;
6180 6180
   }
6181 6181
   public function setDescription($description)
6182 6182
   {
6183
-    $this->description = $description;
6183
+	$this->description = $description;
6184 6184
   }
6185 6185
   public function getDescription()
6186 6186
   {
6187
-    return $this->description;
6187
+	return $this->description;
6188 6188
   }
6189 6189
   public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $dimensions)
6190 6190
   {
6191
-    $this->dimensions = $dimensions;
6191
+	$this->dimensions = $dimensions;
6192 6192
   }
6193 6193
   public function getDimensions()
6194 6194
   {
6195
-    return $this->dimensions;
6195
+	return $this->dimensions;
6196 6196
   }
6197 6197
   public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $imageLinks)
6198 6198
   {
6199
-    $this->imageLinks = $imageLinks;
6199
+	$this->imageLinks = $imageLinks;
6200 6200
   }
6201 6201
   public function getImageLinks()
6202 6202
   {
6203
-    return $this->imageLinks;
6203
+	return $this->imageLinks;
6204 6204
   }
6205 6205
   public function setIndustryIdentifiers($industryIdentifiers)
6206 6206
   {
6207
-    $this->industryIdentifiers = $industryIdentifiers;
6207
+	$this->industryIdentifiers = $industryIdentifiers;
6208 6208
   }
6209 6209
   public function getIndustryIdentifiers()
6210 6210
   {
6211
-    return $this->industryIdentifiers;
6211
+	return $this->industryIdentifiers;
6212 6212
   }
6213 6213
   public function setInfoLink($infoLink)
6214 6214
   {
6215
-    $this->infoLink = $infoLink;
6215
+	$this->infoLink = $infoLink;
6216 6216
   }
6217 6217
   public function getInfoLink()
6218 6218
   {
6219
-    return $this->infoLink;
6219
+	return $this->infoLink;
6220 6220
   }
6221 6221
   public function setLanguage($language)
6222 6222
   {
6223
-    $this->language = $language;
6223
+	$this->language = $language;
6224 6224
   }
6225 6225
   public function getLanguage()
6226 6226
   {
6227
-    return $this->language;
6227
+	return $this->language;
6228 6228
   }
6229 6229
   public function setMainCategory($mainCategory)
6230 6230
   {
6231
-    $this->mainCategory = $mainCategory;
6231
+	$this->mainCategory = $mainCategory;
6232 6232
   }
6233 6233
   public function getMainCategory()
6234 6234
   {
6235
-    return $this->mainCategory;
6235
+	return $this->mainCategory;
6236 6236
   }
6237 6237
   public function setMaturityRating($maturityRating)
6238 6238
   {
6239
-    $this->maturityRating = $maturityRating;
6239
+	$this->maturityRating = $maturityRating;
6240 6240
   }
6241 6241
   public function getMaturityRating()
6242 6242
   {
6243
-    return $this->maturityRating;
6243
+	return $this->maturityRating;
6244 6244
   }
6245 6245
   public function setPageCount($pageCount)
6246 6246
   {
6247
-    $this->pageCount = $pageCount;
6247
+	$this->pageCount = $pageCount;
6248 6248
   }
6249 6249
   public function getPageCount()
6250 6250
   {
6251
-    return $this->pageCount;
6251
+	return $this->pageCount;
6252 6252
   }
6253 6253
   public function setPreviewLink($previewLink)
6254 6254
   {
6255
-    $this->previewLink = $previewLink;
6255
+	$this->previewLink = $previewLink;
6256 6256
   }
6257 6257
   public function getPreviewLink()
6258 6258
   {
6259
-    return $this->previewLink;
6259
+	return $this->previewLink;
6260 6260
   }
6261 6261
   public function setPrintType($printType)
6262 6262
   {
6263
-    $this->printType = $printType;
6263
+	$this->printType = $printType;
6264 6264
   }
6265 6265
   public function getPrintType()
6266 6266
   {
6267
-    return $this->printType;
6267
+	return $this->printType;
6268 6268
   }
6269 6269
   public function setPrintedPageCount($printedPageCount)
6270 6270
   {
6271
-    $this->printedPageCount = $printedPageCount;
6271
+	$this->printedPageCount = $printedPageCount;
6272 6272
   }
6273 6273
   public function getPrintedPageCount()
6274 6274
   {
6275
-    return $this->printedPageCount;
6275
+	return $this->printedPageCount;
6276 6276
   }
6277 6277
   public function setPublishedDate($publishedDate)
6278 6278
   {
6279
-    $this->publishedDate = $publishedDate;
6279
+	$this->publishedDate = $publishedDate;
6280 6280
   }
6281 6281
   public function getPublishedDate()
6282 6282
   {
6283
-    return $this->publishedDate;
6283
+	return $this->publishedDate;
6284 6284
   }
6285 6285
   public function setPublisher($publisher)
6286 6286
   {
6287
-    $this->publisher = $publisher;
6287
+	$this->publisher = $publisher;
6288 6288
   }
6289 6289
   public function getPublisher()
6290 6290
   {
6291
-    return $this->publisher;
6291
+	return $this->publisher;
6292 6292
   }
6293 6293
   public function setRatingsCount($ratingsCount)
6294 6294
   {
6295
-    $this->ratingsCount = $ratingsCount;
6295
+	$this->ratingsCount = $ratingsCount;
6296 6296
   }
6297 6297
   public function getRatingsCount()
6298 6298
   {
6299
-    return $this->ratingsCount;
6299
+	return $this->ratingsCount;
6300 6300
   }
6301 6301
   public function setReadingModes($readingModes)
6302 6302
   {
6303
-    $this->readingModes = $readingModes;
6303
+	$this->readingModes = $readingModes;
6304 6304
   }
6305 6305
   public function getReadingModes()
6306 6306
   {
6307
-    return $this->readingModes;
6307
+	return $this->readingModes;
6308 6308
   }
6309 6309
   public function setSamplePageCount($samplePageCount)
6310 6310
   {
6311
-    $this->samplePageCount = $samplePageCount;
6311
+	$this->samplePageCount = $samplePageCount;
6312 6312
   }
6313 6313
   public function getSamplePageCount()
6314 6314
   {
6315
-    return $this->samplePageCount;
6315
+	return $this->samplePageCount;
6316 6316
   }
6317 6317
   public function setSubtitle($subtitle)
6318 6318
   {
6319
-    $this->subtitle = $subtitle;
6319
+	$this->subtitle = $subtitle;
6320 6320
   }
6321 6321
   public function getSubtitle()
6322 6322
   {
6323
-    return $this->subtitle;
6323
+	return $this->subtitle;
6324 6324
   }
6325 6325
   public function setTitle($title)
6326 6326
   {
6327
-    $this->title = $title;
6327
+	$this->title = $title;
6328 6328
   }
6329 6329
   public function getTitle()
6330 6330
   {
6331
-    return $this->title;
6331
+	return $this->title;
6332 6332
   }
6333 6333
 }
6334 6334
 
@@ -6343,27 +6343,27 @@  discard block
 block discarded – undo
6343 6343
 
6344 6344
   public function setHeight($height)
6345 6345
   {
6346
-    $this->height = $height;
6346
+	$this->height = $height;
6347 6347
   }
6348 6348
   public function getHeight()
6349 6349
   {
6350
-    return $this->height;
6350
+	return $this->height;
6351 6351
   }
6352 6352
   public function setThickness($thickness)
6353 6353
   {
6354
-    $this->thickness = $thickness;
6354
+	$this->thickness = $thickness;
6355 6355
   }
6356 6356
   public function getThickness()
6357 6357
   {
6358
-    return $this->thickness;
6358
+	return $this->thickness;
6359 6359
   }
6360 6360
   public function setWidth($width)
6361 6361
   {
6362
-    $this->width = $width;
6362
+	$this->width = $width;
6363 6363
   }
6364 6364
   public function getWidth()
6365 6365
   {
6366
-    return $this->width;
6366
+	return $this->width;
6367 6367
   }
6368 6368
 }
6369 6369
 
@@ -6381,51 +6381,51 @@  discard block
 block discarded – undo
6381 6381
 
6382 6382
   public function setExtraLarge($extraLarge)
6383 6383
   {
6384
-    $this->extraLarge = $extraLarge;
6384
+	$this->extraLarge = $extraLarge;
6385 6385
   }
6386 6386
   public function getExtraLarge()
6387 6387
   {
6388
-    return $this->extraLarge;
6388
+	return $this->extraLarge;
6389 6389
   }
6390 6390
   public function setLarge($large)
6391 6391
   {
6392
-    $this->large = $large;
6392
+	$this->large = $large;
6393 6393
   }
6394 6394
   public function getLarge()
6395 6395
   {
6396
-    return $this->large;
6396
+	return $this->large;
6397 6397
   }
6398 6398
   public function setMedium($medium)
6399 6399
   {
6400
-    $this->medium = $medium;
6400
+	$this->medium = $medium;
6401 6401
   }
6402 6402
   public function getMedium()
6403 6403
   {
6404
-    return $this->medium;
6404
+	return $this->medium;
6405 6405
   }
6406 6406
   public function setSmall($small)
6407 6407
   {
6408
-    $this->small = $small;
6408
+	$this->small = $small;
6409 6409
   }
6410 6410
   public function getSmall()
6411 6411
   {
6412
-    return $this->small;
6412
+	return $this->small;
6413 6413
   }
6414 6414
   public function setSmallThumbnail($smallThumbnail)
6415 6415
   {
6416
-    $this->smallThumbnail = $smallThumbnail;
6416
+	$this->smallThumbnail = $smallThumbnail;
6417 6417
   }
6418 6418
   public function getSmallThumbnail()
6419 6419
   {
6420
-    return $this->smallThumbnail;
6420
+	return $this->smallThumbnail;
6421 6421
   }
6422 6422
   public function setThumbnail($thumbnail)
6423 6423
   {
6424
-    $this->thumbnail = $thumbnail;
6424
+	$this->thumbnail = $thumbnail;
6425 6425
   }
6426 6426
   public function getThumbnail()
6427 6427
   {
6428
-    return $this->thumbnail;
6428
+	return $this->thumbnail;
6429 6429
   }
6430 6430
 }
6431 6431
 
@@ -6439,19 +6439,19 @@  discard block
 block discarded – undo
6439 6439
 
6440 6440
   public function setIdentifier($identifier)
6441 6441
   {
6442
-    $this->identifier = $identifier;
6442
+	$this->identifier = $identifier;
6443 6443
   }
6444 6444
   public function getIdentifier()
6445 6445
   {
6446
-    return $this->identifier;
6446
+	return $this->identifier;
6447 6447
   }
6448 6448
   public function setType($type)
6449 6449
   {
6450
-    $this->type = $type;
6450
+	$this->type = $type;
6451 6451
   }
6452 6452
   public function getType()
6453 6453
   {
6454
-    return $this->type;
6454
+	return $this->type;
6455 6455
   }
6456 6456
 }
6457 6457
 
@@ -6479,115 +6479,115 @@  discard block
 block discarded – undo
6479 6479
 
6480 6480
   public function setAnnotationDataId($annotationDataId)
6481 6481
   {
6482
-    $this->annotationDataId = $annotationDataId;
6482
+	$this->annotationDataId = $annotationDataId;
6483 6483
   }
6484 6484
   public function getAnnotationDataId()
6485 6485
   {
6486
-    return $this->annotationDataId;
6486
+	return $this->annotationDataId;
6487 6487
   }
6488 6488
   public function setAnnotationDataLink($annotationDataLink)
6489 6489
   {
6490
-    $this->annotationDataLink = $annotationDataLink;
6490
+	$this->annotationDataLink = $annotationDataLink;
6491 6491
   }
6492 6492
   public function getAnnotationDataLink()
6493 6493
   {
6494
-    return $this->annotationDataLink;
6494
+	return $this->annotationDataLink;
6495 6495
   }
6496 6496
   public function setAnnotationType($annotationType)
6497 6497
   {
6498
-    $this->annotationType = $annotationType;
6498
+	$this->annotationType = $annotationType;
6499 6499
   }
6500 6500
   public function getAnnotationType()
6501 6501
   {
6502
-    return $this->annotationType;
6502
+	return $this->annotationType;
6503 6503
   }
6504 6504
   public function setContentRanges(Google_Service_Books_VolumeannotationContentRanges $contentRanges)
6505 6505
   {
6506
-    $this->contentRanges = $contentRanges;
6506
+	$this->contentRanges = $contentRanges;
6507 6507
   }
6508 6508
   public function getContentRanges()
6509 6509
   {
6510
-    return $this->contentRanges;
6510
+	return $this->contentRanges;
6511 6511
   }
6512 6512
   public function setData($data)
6513 6513
   {
6514
-    $this->data = $data;
6514
+	$this->data = $data;
6515 6515
   }
6516 6516
   public function getData()
6517 6517
   {
6518
-    return $this->data;
6518
+	return $this->data;
6519 6519
   }
6520 6520
   public function setDeleted($deleted)
6521 6521
   {
6522
-    $this->deleted = $deleted;
6522
+	$this->deleted = $deleted;
6523 6523
   }
6524 6524
   public function getDeleted()
6525 6525
   {
6526
-    return $this->deleted;
6526
+	return $this->deleted;
6527 6527
   }
6528 6528
   public function setId($id)
6529 6529
   {
6530
-    $this->id = $id;
6530
+	$this->id = $id;
6531 6531
   }
6532 6532
   public function getId()
6533 6533
   {
6534
-    return $this->id;
6534
+	return $this->id;
6535 6535
   }
6536 6536
   public function setKind($kind)
6537 6537
   {
6538
-    $this->kind = $kind;
6538
+	$this->kind = $kind;
6539 6539
   }
6540 6540
   public function getKind()
6541 6541
   {
6542
-    return $this->kind;
6542
+	return $this->kind;
6543 6543
   }
6544 6544
   public function setLayerId($layerId)
6545 6545
   {
6546
-    $this->layerId = $layerId;
6546
+	$this->layerId = $layerId;
6547 6547
   }
6548 6548
   public function getLayerId()
6549 6549
   {
6550
-    return $this->layerId;
6550
+	return $this->layerId;
6551 6551
   }
6552 6552
   public function setPageIds($pageIds)
6553 6553
   {
6554
-    $this->pageIds = $pageIds;
6554
+	$this->pageIds = $pageIds;
6555 6555
   }
6556 6556
   public function getPageIds()
6557 6557
   {
6558
-    return $this->pageIds;
6558
+	return $this->pageIds;
6559 6559
   }
6560 6560
   public function setSelectedText($selectedText)
6561 6561
   {
6562
-    $this->selectedText = $selectedText;
6562
+	$this->selectedText = $selectedText;
6563 6563
   }
6564 6564
   public function getSelectedText()
6565 6565
   {
6566
-    return $this->selectedText;
6566
+	return $this->selectedText;
6567 6567
   }
6568 6568
   public function setSelfLink($selfLink)
6569 6569
   {
6570
-    $this->selfLink = $selfLink;
6570
+	$this->selfLink = $selfLink;
6571 6571
   }
6572 6572
   public function getSelfLink()
6573 6573
   {
6574
-    return $this->selfLink;
6574
+	return $this->selfLink;
6575 6575
   }
6576 6576
   public function setUpdated($updated)
6577 6577
   {
6578
-    $this->updated = $updated;
6578
+	$this->updated = $updated;
6579 6579
   }
6580 6580
   public function getUpdated()
6581 6581
   {
6582
-    return $this->updated;
6582
+	return $this->updated;
6583 6583
   }
6584 6584
   public function setVolumeId($volumeId)
6585 6585
   {
6586
-    $this->volumeId = $volumeId;
6586
+	$this->volumeId = $volumeId;
6587 6587
   }
6588 6588
   public function getVolumeId()
6589 6589
   {
6590
-    return $this->volumeId;
6590
+	return $this->volumeId;
6591 6591
   }
6592 6592
 }
6593 6593
 
@@ -6606,35 +6606,35 @@  discard block
 block discarded – undo
6606 6606
 
6607 6607
   public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
6608 6608
   {
6609
-    $this->cfiRange = $cfiRange;
6609
+	$this->cfiRange = $cfiRange;
6610 6610
   }
6611 6611
   public function getCfiRange()
6612 6612
   {
6613
-    return $this->cfiRange;
6613
+	return $this->cfiRange;
6614 6614
   }
6615 6615
   public function setContentVersion($contentVersion)
6616 6616
   {
6617
-    $this->contentVersion = $contentVersion;
6617
+	$this->contentVersion = $contentVersion;
6618 6618
   }
6619 6619
   public function getContentVersion()
6620 6620
   {
6621
-    return $this->contentVersion;
6621
+	return $this->contentVersion;
6622 6622
   }
6623 6623
   public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
6624 6624
   {
6625
-    $this->gbImageRange = $gbImageRange;
6625
+	$this->gbImageRange = $gbImageRange;
6626 6626
   }
6627 6627
   public function getGbImageRange()
6628 6628
   {
6629
-    return $this->gbImageRange;
6629
+	return $this->gbImageRange;
6630 6630
   }
6631 6631
   public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
6632 6632
   {
6633
-    $this->gbTextRange = $gbTextRange;
6633
+	$this->gbTextRange = $gbTextRange;
6634 6634
   }
6635 6635
   public function getGbTextRange()
6636 6636
   {
6637
-    return $this->gbTextRange;
6637
+	return $this->gbTextRange;
6638 6638
   }
6639 6639
 }
6640 6640
 
@@ -6653,43 +6653,43 @@  discard block
 block discarded – undo
6653 6653
 
6654 6654
   public function setItems($items)
6655 6655
   {
6656
-    $this->items = $items;
6656
+	$this->items = $items;
6657 6657
   }
6658 6658
   public function getItems()
6659 6659
   {
6660
-    return $this->items;
6660
+	return $this->items;
6661 6661
   }
6662 6662
   public function setKind($kind)
6663 6663
   {
6664
-    $this->kind = $kind;
6664
+	$this->kind = $kind;
6665 6665
   }
6666 6666
   public function getKind()
6667 6667
   {
6668
-    return $this->kind;
6668
+	return $this->kind;
6669 6669
   }
6670 6670
   public function setNextPageToken($nextPageToken)
6671 6671
   {
6672
-    $this->nextPageToken = $nextPageToken;
6672
+	$this->nextPageToken = $nextPageToken;
6673 6673
   }
6674 6674
   public function getNextPageToken()
6675 6675
   {
6676
-    return $this->nextPageToken;
6676
+	return $this->nextPageToken;
6677 6677
   }
6678 6678
   public function setTotalItems($totalItems)
6679 6679
   {
6680
-    $this->totalItems = $totalItems;
6680
+	$this->totalItems = $totalItems;
6681 6681
   }
6682 6682
   public function getTotalItems()
6683 6683
   {
6684
-    return $this->totalItems;
6684
+	return $this->totalItems;
6685 6685
   }
6686 6686
   public function setVersion($version)
6687 6687
   {
6688
-    $this->version = $version;
6688
+	$this->version = $version;
6689 6689
   }
6690 6690
   public function getVersion()
6691 6691
   {
6692
-    return $this->version;
6692
+	return $this->version;
6693 6693
   }
6694 6694
 }
6695 6695
 
@@ -6706,26 +6706,26 @@  discard block
 block discarded – undo
6706 6706
 
6707 6707
   public function setItems($items)
6708 6708
   {
6709
-    $this->items = $items;
6709
+	$this->items = $items;
6710 6710
   }
6711 6711
   public function getItems()
6712 6712
   {
6713
-    return $this->items;
6713
+	return $this->items;
6714 6714
   }
6715 6715
   public function setKind($kind)
6716 6716
   {
6717
-    $this->kind = $kind;
6717
+	$this->kind = $kind;
6718 6718
   }
6719 6719
   public function getKind()
6720 6720
   {
6721
-    return $this->kind;
6721
+	return $this->kind;
6722 6722
   }
6723 6723
   public function setTotalItems($totalItems)
6724 6724
   {
6725
-    $this->totalItems = $totalItems;
6725
+	$this->totalItems = $totalItems;
6726 6726
   }
6727 6727
   public function getTotalItems()
6728 6728
   {
6729
-    return $this->totalItems;
6729
+	return $this->totalItems;
6730 6730
   }
6731 6731
 }
Please login to merge, or discard this patch.
Spacing   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
                   'type' => 'string',
94 94
                 ),
95 95
               ),
96
-            ),'list' => array(
96
+            ), 'list' => array(
97 97
               'path' => 'users/{userId}/bookshelves',
98 98
               'httpMethod' => 'GET',
99 99
               'parameters' => array(
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
                   'type' => 'string',
180 180
                 ),
181 181
               ),
182
-            ),'deleteBook' => array(
182
+            ), 'deleteBook' => array(
183 183
               'path' => 'cloudloading/deleteBook',
184 184
               'httpMethod' => 'POST',
185 185
               'parameters' => array(
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                   'required' => true,
190 190
                 ),
191 191
               ),
192
-            ),'updateBook' => array(
192
+            ), 'updateBook' => array(
193 193
               'path' => 'cloudloading/updateBook',
194 194
               'httpMethod' => 'POST',
195 195
               'parameters' => array(),
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
                   'type' => 'string',
247 247
                 ),
248 248
               ),
249
-            ),'list' => array(
249
+            ), 'list' => array(
250 250
               'path' => 'volumes/{volumeId}/layersummary',
251 251
               'httpMethod' => 'GET',
252 252
               'parameters' => array(
@@ -331,7 +331,7 @@  discard block
 block discarded – undo
331 331
                   'type' => 'integer',
332 332
                 ),
333 333
               ),
334
-            ),'list' => array(
334
+            ), 'list' => array(
335 335
               'path' => 'volumes/{volumeId}/layers/{layerId}/data',
336 336
               'httpMethod' => 'GET',
337 337
               'parameters' => array(
@@ -430,7 +430,7 @@  discard block
 block discarded – undo
430 430
                   'type' => 'string',
431 431
                 ),
432 432
               ),
433
-            ),'list' => array(
433
+            ), 'list' => array(
434 434
               'path' => 'volumes/{volumeId}/layers/{layerId}',
435 435
               'httpMethod' => 'GET',
436 436
               'parameters' => array(
@@ -512,7 +512,7 @@  discard block
 block discarded – undo
512 512
               'path' => 'myconfig/getUserSettings',
513 513
               'httpMethod' => 'GET',
514 514
               'parameters' => array(),
515
-            ),'releaseDownloadAccess' => array(
515
+            ), 'releaseDownloadAccess' => array(
516 516
               'path' => 'myconfig/releaseDownloadAccess',
517 517
               'httpMethod' => 'POST',
518 518
               'parameters' => array(
@@ -536,7 +536,7 @@  discard block
 block discarded – undo
536 536
                   'type' => 'string',
537 537
                 ),
538 538
               ),
539
-            ),'requestAccess' => array(
539
+            ), 'requestAccess' => array(
540 540
               'path' => 'myconfig/requestAccess',
541 541
               'httpMethod' => 'POST',
542 542
               'parameters' => array(
@@ -569,7 +569,7 @@  discard block
 block discarded – undo
569 569
                   'type' => 'string',
570 570
                 ),
571 571
               ),
572
-            ),'syncVolumeLicenses' => array(
572
+            ), 'syncVolumeLicenses' => array(
573 573
               'path' => 'myconfig/syncVolumeLicenses',
574 574
               'httpMethod' => 'POST',
575 575
               'parameters' => array(
@@ -607,7 +607,7 @@  discard block
 block discarded – undo
607 607
                   'repeated' => true,
608 608
                 ),
609 609
               ),
610
-            ),'updateUserSettings' => array(
610
+            ), 'updateUserSettings' => array(
611 611
               'path' => 'myconfig/updateUserSettings',
612 612
               'httpMethod' => 'POST',
613 613
               'parameters' => array(),
@@ -635,7 +635,7 @@  discard block
 block discarded – undo
635 635
                   'type' => 'string',
636 636
                 ),
637 637
               ),
638
-            ),'insert' => array(
638
+            ), 'insert' => array(
639 639
               'path' => 'mylibrary/annotations',
640 640
               'httpMethod' => 'POST',
641 641
               'parameters' => array(
@@ -652,7 +652,7 @@  discard block
 block discarded – undo
652 652
                   'type' => 'string',
653 653
                 ),
654 654
               ),
655
-            ),'list' => array(
655
+            ), 'list' => array(
656 656
               'path' => 'mylibrary/annotations',
657 657
               'httpMethod' => 'GET',
658 658
               'parameters' => array(
@@ -698,7 +698,7 @@  discard block
 block discarded – undo
698 698
                   'type' => 'string',
699 699
                 ),
700 700
               ),
701
-            ),'summary' => array(
701
+            ), 'summary' => array(
702 702
               'path' => 'mylibrary/annotations/summary',
703 703
               'httpMethod' => 'POST',
704 704
               'parameters' => array(
@@ -714,7 +714,7 @@  discard block
 block discarded – undo
714 714
                   'required' => true,
715 715
                 ),
716 716
               ),
717
-            ),'update' => array(
717
+            ), 'update' => array(
718 718
               'path' => 'mylibrary/annotations/{annotationId}',
719 719
               'httpMethod' => 'PUT',
720 720
               'parameters' => array(
@@ -761,7 +761,7 @@  discard block
 block discarded – undo
761 761
                   'type' => 'string',
762 762
                 ),
763 763
               ),
764
-            ),'clearVolumes' => array(
764
+            ), 'clearVolumes' => array(
765 765
               'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes',
766 766
               'httpMethod' => 'POST',
767 767
               'parameters' => array(
@@ -775,7 +775,7 @@  discard block
 block discarded – undo
775 775
                   'type' => 'string',
776 776
                 ),
777 777
               ),
778
-            ),'get' => array(
778
+            ), 'get' => array(
779 779
               'path' => 'mylibrary/bookshelves/{shelf}',
780 780
               'httpMethod' => 'GET',
781 781
               'parameters' => array(
@@ -789,7 +789,7 @@  discard block
 block discarded – undo
789 789
                   'type' => 'string',
790 790
                 ),
791 791
               ),
792
-            ),'list' => array(
792
+            ), 'list' => array(
793 793
               'path' => 'mylibrary/bookshelves',
794 794
               'httpMethod' => 'GET',
795 795
               'parameters' => array(
@@ -798,7 +798,7 @@  discard block
 block discarded – undo
798 798
                   'type' => 'string',
799 799
                 ),
800 800
               ),
801
-            ),'moveVolume' => array(
801
+            ), 'moveVolume' => array(
802 802
               'path' => 'mylibrary/bookshelves/{shelf}/moveVolume',
803 803
               'httpMethod' => 'POST',
804 804
               'parameters' => array(
@@ -822,7 +822,7 @@  discard block
 block discarded – undo
822 822
                   'type' => 'string',
823 823
                 ),
824 824
               ),
825
-            ),'removeVolume' => array(
825
+            ), 'removeVolume' => array(
826 826
               'path' => 'mylibrary/bookshelves/{shelf}/removeVolume',
827 827
               'httpMethod' => 'POST',
828 828
               'parameters' => array(
@@ -921,7 +921,7 @@  discard block
 block discarded – undo
921 921
                   'type' => 'string',
922 922
                 ),
923 923
               ),
924
-            ),'setPosition' => array(
924
+            ), 'setPosition' => array(
925 925
               'path' => 'mylibrary/readingpositions/{volumeId}/setPosition',
926 926
               'httpMethod' => 'POST',
927 927
               'parameters' => array(
@@ -976,7 +976,7 @@  discard block
 block discarded – undo
976 976
                   'type' => 'string',
977 977
                 ),
978 978
               ),
979
-            ),'listCategoryVolumes' => array(
979
+            ), 'listCategoryVolumes' => array(
980 980
               'path' => 'onboarding/listCategoryVolumes',
981 981
               'httpMethod' => 'GET',
982 982
               'parameters' => array(
@@ -1049,7 +1049,7 @@  discard block
 block discarded – undo
1049 1049
                   'type' => 'string',
1050 1050
                 ),
1051 1051
               ),
1052
-            ),'dismiss' => array(
1052
+            ), 'dismiss' => array(
1053 1053
               'path' => 'promooffer/dismiss',
1054 1054
               'httpMethod' => 'POST',
1055 1055
               'parameters' => array(
@@ -1082,7 +1082,7 @@  discard block
 block discarded – undo
1082 1082
                   'type' => 'string',
1083 1083
                 ),
1084 1084
               ),
1085
-            ),'get' => array(
1085
+            ), 'get' => array(
1086 1086
               'path' => 'promooffer/get',
1087 1087
               'httpMethod' => 'GET',
1088 1088
               'parameters' => array(
@@ -1151,7 +1151,7 @@  discard block
 block discarded – undo
1151 1151
                   'type' => 'string',
1152 1152
                 ),
1153 1153
               ),
1154
-            ),'list' => array(
1154
+            ), 'list' => array(
1155 1155
               'path' => 'volumes',
1156 1156
               'httpMethod' => 'GET',
1157 1157
               'parameters' => array(
@@ -1313,7 +1313,7 @@  discard block
 block discarded – undo
1313 1313
                   'type' => 'string',
1314 1314
                 ),
1315 1315
               ),
1316
-            ),'rate' => array(
1316
+            ), 'rate' => array(
1317 1317
               'path' => 'volumes/recommended/rate',
1318 1318
               'httpMethod' => 'POST',
1319 1319
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Calendar.php 3 patches
Doc Comments   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -933,7 +933,7 @@  discard block
 block discarded – undo
933 933
    * Creates an access control rule. (acl.insert)
934 934
    *
935 935
    * @param string $calendarId Calendar identifier.
936
-   * @param Google_AclRule $postBody
936
+   * @param Google_Service_Calendar_AclRule $postBody
937 937
    * @param array $optParams Optional parameters.
938 938
    * @return Google_Service_Calendar_AclRule
939 939
    */
@@ -982,7 +982,7 @@  discard block
 block discarded – undo
982 982
    *
983 983
    * @param string $calendarId Calendar identifier.
984 984
    * @param string $ruleId ACL rule identifier.
985
-   * @param Google_AclRule $postBody
985
+   * @param Google_Service_Calendar_AclRule $postBody
986 986
    * @param array $optParams Optional parameters.
987 987
    * @return Google_Service_Calendar_AclRule
988 988
    */
@@ -998,7 +998,7 @@  discard block
 block discarded – undo
998 998
    *
999 999
    * @param string $calendarId Calendar identifier.
1000 1000
    * @param string $ruleId ACL rule identifier.
1001
-   * @param Google_AclRule $postBody
1001
+   * @param Google_Service_Calendar_AclRule $postBody
1002 1002
    * @param array $optParams Optional parameters.
1003 1003
    * @return Google_Service_Calendar_AclRule
1004 1004
    */
@@ -1013,7 +1013,7 @@  discard block
 block discarded – undo
1013 1013
    * Watch for changes to ACL resources. (acl.watch)
1014 1014
    *
1015 1015
    * @param string $calendarId Calendar identifier.
1016
-   * @param Google_Channel $postBody
1016
+   * @param Google_Service_Calendar_Channel $postBody
1017 1017
    * @param array $optParams Optional parameters.
1018 1018
    *
1019 1019
    * @opt_param string pageToken Token specifying which result page to return.
@@ -1084,7 +1084,7 @@  discard block
 block discarded – undo
1084 1084
   /**
1085 1085
    * Adds an entry to the user's calendar list. (calendarList.insert)
1086 1086
    *
1087
-   * @param Google_CalendarListEntry $postBody
1087
+   * @param Google_Service_Calendar_CalendarListEntry $postBody
1088 1088
    * @param array $optParams Optional parameters.
1089 1089
    *
1090 1090
    * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
@@ -1142,7 +1142,7 @@  discard block
 block discarded – undo
1142 1142
    * semantics. (calendarList.patch)
1143 1143
    *
1144 1144
    * @param string $calendarId Calendar identifier.
1145
-   * @param Google_CalendarListEntry $postBody
1145
+   * @param Google_Service_Calendar_CalendarListEntry $postBody
1146 1146
    * @param array $optParams Optional parameters.
1147 1147
    *
1148 1148
    * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
@@ -1162,7 +1162,7 @@  discard block
 block discarded – undo
1162 1162
    * Updates an entry on the user's calendar list. (calendarList.update)
1163 1163
    *
1164 1164
    * @param string $calendarId Calendar identifier.
1165
-   * @param Google_CalendarListEntry $postBody
1165
+   * @param Google_Service_Calendar_CalendarListEntry $postBody
1166 1166
    * @param array $optParams Optional parameters.
1167 1167
    *
1168 1168
    * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
@@ -1181,7 +1181,7 @@  discard block
 block discarded – undo
1181 1181
   /**
1182 1182
    * Watch for changes to CalendarList resources. (calendarList.watch)
1183 1183
    *
1184
-   * @param Google_Channel $postBody
1184
+   * @param Google_Service_Calendar_Channel $postBody
1185 1185
    * @param array $optParams Optional parameters.
1186 1186
    *
1187 1187
    * @opt_param string syncToken Token obtained from the nextSyncToken field
@@ -1273,7 +1273,7 @@  discard block
 block discarded – undo
1273 1273
   /**
1274 1274
    * Creates a secondary calendar. (calendars.insert)
1275 1275
    *
1276
-   * @param Google_Calendar $postBody
1276
+   * @param Google_Service_Calendar_Calendar $postBody
1277 1277
    * @param array $optParams Optional parameters.
1278 1278
    * @return Google_Service_Calendar_Calendar
1279 1279
    */
@@ -1289,7 +1289,7 @@  discard block
 block discarded – undo
1289 1289
    * (calendars.patch)
1290 1290
    *
1291 1291
    * @param string $calendarId Calendar identifier.
1292
-   * @param Google_Calendar $postBody
1292
+   * @param Google_Service_Calendar_Calendar $postBody
1293 1293
    * @param array $optParams Optional parameters.
1294 1294
    * @return Google_Service_Calendar_Calendar
1295 1295
    */
@@ -1304,7 +1304,7 @@  discard block
 block discarded – undo
1304 1304
    * Updates metadata for a calendar. (calendars.update)
1305 1305
    *
1306 1306
    * @param string $calendarId Calendar identifier.
1307
-   * @param Google_Calendar $postBody
1307
+   * @param Google_Service_Calendar_Calendar $postBody
1308 1308
    * @param array $optParams Optional parameters.
1309 1309
    * @return Google_Service_Calendar_Calendar
1310 1310
    */
@@ -1330,7 +1330,7 @@  discard block
 block discarded – undo
1330 1330
   /**
1331 1331
    * Stop watching resources through this channel (channels.stop)
1332 1332
    *
1333
-   * @param Google_Channel $postBody
1333
+   * @param Google_Service_Calendar_Channel $postBody
1334 1334
    * @param array $optParams Optional parameters.
1335 1335
    */
1336 1336
   public function stop(Google_Service_Calendar_Channel $postBody, $optParams = array())
@@ -1426,7 +1426,7 @@  discard block
 block discarded – undo
1426 1426
    * event to a calendar. (events.import)
1427 1427
    *
1428 1428
    * @param string $calendarId Calendar identifier.
1429
-   * @param Google_Event $postBody
1429
+   * @param Google_Service_Calendar_Event $postBody
1430 1430
    * @param array $optParams Optional parameters.
1431 1431
    *
1432 1432
    * @opt_param bool supportsAttachments Whether API client performing operation
@@ -1444,7 +1444,7 @@  discard block
 block discarded – undo
1444 1444
    * Creates an event. (events.insert)
1445 1445
    *
1446 1446
    * @param string $calendarId Calendar identifier.
1447
-   * @param Google_Event $postBody
1447
+   * @param Google_Service_Calendar_Event $postBody
1448 1448
    * @param array $optParams Optional parameters.
1449 1449
    *
1450 1450
    * @opt_param bool supportsAttachments Whether API client performing operation
@@ -1611,7 +1611,7 @@  discard block
 block discarded – undo
1611 1611
    *
1612 1612
    * @param string $calendarId Calendar identifier.
1613 1613
    * @param string $eventId Event identifier.
1614
-   * @param Google_Event $postBody
1614
+   * @param Google_Service_Calendar_Event $postBody
1615 1615
    * @param array $optParams Optional parameters.
1616 1616
    *
1617 1617
    * @opt_param bool sendNotifications Whether to send notifications about the
@@ -1660,7 +1660,7 @@  discard block
 block discarded – undo
1660 1660
    *
1661 1661
    * @param string $calendarId Calendar identifier.
1662 1662
    * @param string $eventId Event identifier.
1663
-   * @param Google_Event $postBody
1663
+   * @param Google_Service_Calendar_Event $postBody
1664 1664
    * @param array $optParams Optional parameters.
1665 1665
    *
1666 1666
    * @opt_param bool sendNotifications Whether to send notifications about the
@@ -1690,7 +1690,7 @@  discard block
 block discarded – undo
1690 1690
    * Watch for changes to Events resources. (events.watch)
1691 1691
    *
1692 1692
    * @param string $calendarId Calendar identifier.
1693
-   * @param Google_Channel $postBody
1693
+   * @param Google_Service_Calendar_Channel $postBody
1694 1694
    * @param array $optParams Optional parameters.
1695 1695
    *
1696 1696
    * @opt_param string orderBy The order of the events returned in the result.
@@ -1781,7 +1781,7 @@  discard block
 block discarded – undo
1781 1781
   /**
1782 1782
    * Returns free/busy information for a set of calendars. (freebusy.query)
1783 1783
    *
1784
-   * @param Google_FreeBusyRequest $postBody
1784
+   * @param Google_Service_Calendar_FreeBusyRequest $postBody
1785 1785
    * @param array $optParams Optional parameters.
1786 1786
    * @return Google_Service_Calendar_FreeBusyResponse
1787 1787
    */
@@ -1847,7 +1847,7 @@  discard block
 block discarded – undo
1847 1847
   /**
1848 1848
    * Watch for changes to Settings resources. (settings.watch)
1849 1849
    *
1850
-   * @param Google_Channel $postBody
1850
+   * @param Google_Service_Calendar_Channel $postBody
1851 1851
    * @param array $optParams Optional parameters.
1852 1852
    *
1853 1853
    * @opt_param string pageToken Token specifying which result page to return.
Please login to merge, or discard this patch.
Indentation   +1302 added lines, -1302 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your calendars. */
34 34
   const CALENDAR =
35
-      "https://www.googleapis.com/auth/calendar";
35
+	  "https://www.googleapis.com/auth/calendar";
36 36
   /** View your calendars. */
37 37
   const CALENDAR_READONLY =
38
-      "https://www.googleapis.com/auth/calendar.readonly";
38
+	  "https://www.googleapis.com/auth/calendar.readonly";
39 39
 
40 40
   public $acl;
41 41
   public $calendarList;
@@ -54,837 +54,837 @@  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 = 'calendar/v3/';
60
-    $this->version = 'v3';
61
-    $this->serviceName = 'calendar';
62
-
63
-    $this->acl = new Google_Service_Calendar_Acl_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'acl',
67
-        array(
68
-          'methods' => array(
69
-            'delete' => array(
70
-              'path' => 'calendars/{calendarId}/acl/{ruleId}',
71
-              'httpMethod' => 'DELETE',
72
-              'parameters' => array(
73
-                'calendarId' => array(
74
-                  'location' => 'path',
75
-                  'type' => 'string',
76
-                  'required' => true,
77
-                ),
78
-                'ruleId' => array(
79
-                  'location' => 'path',
80
-                  'type' => 'string',
81
-                  'required' => true,
82
-                ),
83
-              ),
84
-            ),'get' => array(
85
-              'path' => 'calendars/{calendarId}/acl/{ruleId}',
86
-              'httpMethod' => 'GET',
87
-              'parameters' => array(
88
-                'calendarId' => array(
89
-                  'location' => 'path',
90
-                  'type' => 'string',
91
-                  'required' => true,
92
-                ),
93
-                'ruleId' => array(
94
-                  'location' => 'path',
95
-                  'type' => 'string',
96
-                  'required' => true,
97
-                ),
98
-              ),
99
-            ),'insert' => array(
100
-              'path' => 'calendars/{calendarId}/acl',
101
-              'httpMethod' => 'POST',
102
-              'parameters' => array(
103
-                'calendarId' => array(
104
-                  'location' => 'path',
105
-                  'type' => 'string',
106
-                  'required' => true,
107
-                ),
108
-              ),
109
-            ),'list' => array(
110
-              'path' => 'calendars/{calendarId}/acl',
111
-              'httpMethod' => 'GET',
112
-              'parameters' => array(
113
-                'calendarId' => array(
114
-                  'location' => 'path',
115
-                  'type' => 'string',
116
-                  'required' => true,
117
-                ),
118
-                'pageToken' => array(
119
-                  'location' => 'query',
120
-                  'type' => 'string',
121
-                ),
122
-                'syncToken' => array(
123
-                  'location' => 'query',
124
-                  'type' => 'string',
125
-                ),
126
-                'maxResults' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'integer',
129
-                ),
130
-                'showDeleted' => array(
131
-                  'location' => 'query',
132
-                  'type' => 'boolean',
133
-                ),
134
-              ),
135
-            ),'patch' => array(
136
-              'path' => 'calendars/{calendarId}/acl/{ruleId}',
137
-              'httpMethod' => 'PATCH',
138
-              'parameters' => array(
139
-                'calendarId' => array(
140
-                  'location' => 'path',
141
-                  'type' => 'string',
142
-                  'required' => true,
143
-                ),
144
-                'ruleId' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-              ),
150
-            ),'update' => array(
151
-              'path' => 'calendars/{calendarId}/acl/{ruleId}',
152
-              'httpMethod' => 'PUT',
153
-              'parameters' => array(
154
-                'calendarId' => array(
155
-                  'location' => 'path',
156
-                  'type' => 'string',
157
-                  'required' => true,
158
-                ),
159
-                'ruleId' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-              ),
165
-            ),'watch' => array(
166
-              'path' => 'calendars/{calendarId}/acl/watch',
167
-              'httpMethod' => 'POST',
168
-              'parameters' => array(
169
-                'calendarId' => array(
170
-                  'location' => 'path',
171
-                  'type' => 'string',
172
-                  'required' => true,
173
-                ),
174
-                'pageToken' => array(
175
-                  'location' => 'query',
176
-                  'type' => 'string',
177
-                ),
178
-                'syncToken' => array(
179
-                  'location' => 'query',
180
-                  'type' => 'string',
181
-                ),
182
-                'maxResults' => array(
183
-                  'location' => 'query',
184
-                  'type' => 'integer',
185
-                ),
186
-                'showDeleted' => array(
187
-                  'location' => 'query',
188
-                  'type' => 'boolean',
189
-                ),
190
-              ),
191
-            ),
192
-          )
193
-        )
194
-    );
195
-    $this->calendarList = new Google_Service_Calendar_CalendarList_Resource(
196
-        $this,
197
-        $this->serviceName,
198
-        'calendarList',
199
-        array(
200
-          'methods' => array(
201
-            'delete' => array(
202
-              'path' => 'users/me/calendarList/{calendarId}',
203
-              'httpMethod' => 'DELETE',
204
-              'parameters' => array(
205
-                'calendarId' => array(
206
-                  'location' => 'path',
207
-                  'type' => 'string',
208
-                  'required' => true,
209
-                ),
210
-              ),
211
-            ),'get' => array(
212
-              'path' => 'users/me/calendarList/{calendarId}',
213
-              'httpMethod' => 'GET',
214
-              'parameters' => array(
215
-                'calendarId' => array(
216
-                  'location' => 'path',
217
-                  'type' => 'string',
218
-                  'required' => true,
219
-                ),
220
-              ),
221
-            ),'insert' => array(
222
-              'path' => 'users/me/calendarList',
223
-              'httpMethod' => 'POST',
224
-              'parameters' => array(
225
-                'colorRgbFormat' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'boolean',
228
-                ),
229
-              ),
230
-            ),'list' => array(
231
-              'path' => 'users/me/calendarList',
232
-              'httpMethod' => 'GET',
233
-              'parameters' => array(
234
-                'syncToken' => array(
235
-                  'location' => 'query',
236
-                  'type' => 'string',
237
-                ),
238
-                'showDeleted' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'boolean',
241
-                ),
242
-                'minAccessRole' => array(
243
-                  'location' => 'query',
244
-                  'type' => 'string',
245
-                ),
246
-                'maxResults' => array(
247
-                  'location' => 'query',
248
-                  'type' => 'integer',
249
-                ),
250
-                'pageToken' => array(
251
-                  'location' => 'query',
252
-                  'type' => 'string',
253
-                ),
254
-                'showHidden' => array(
255
-                  'location' => 'query',
256
-                  'type' => 'boolean',
257
-                ),
258
-              ),
259
-            ),'patch' => array(
260
-              'path' => 'users/me/calendarList/{calendarId}',
261
-              'httpMethod' => 'PATCH',
262
-              'parameters' => array(
263
-                'calendarId' => array(
264
-                  'location' => 'path',
265
-                  'type' => 'string',
266
-                  'required' => true,
267
-                ),
268
-                'colorRgbFormat' => array(
269
-                  'location' => 'query',
270
-                  'type' => 'boolean',
271
-                ),
272
-              ),
273
-            ),'update' => array(
274
-              'path' => 'users/me/calendarList/{calendarId}',
275
-              'httpMethod' => 'PUT',
276
-              'parameters' => array(
277
-                'calendarId' => array(
278
-                  'location' => 'path',
279
-                  'type' => 'string',
280
-                  'required' => true,
281
-                ),
282
-                'colorRgbFormat' => array(
283
-                  'location' => 'query',
284
-                  'type' => 'boolean',
285
-                ),
286
-              ),
287
-            ),'watch' => array(
288
-              'path' => 'users/me/calendarList/watch',
289
-              'httpMethod' => 'POST',
290
-              'parameters' => array(
291
-                'syncToken' => array(
292
-                  'location' => 'query',
293
-                  'type' => 'string',
294
-                ),
295
-                'showDeleted' => array(
296
-                  'location' => 'query',
297
-                  'type' => 'boolean',
298
-                ),
299
-                'minAccessRole' => array(
300
-                  'location' => 'query',
301
-                  'type' => 'string',
302
-                ),
303
-                'maxResults' => array(
304
-                  'location' => 'query',
305
-                  'type' => 'integer',
306
-                ),
307
-                'pageToken' => array(
308
-                  'location' => 'query',
309
-                  'type' => 'string',
310
-                ),
311
-                'showHidden' => array(
312
-                  'location' => 'query',
313
-                  'type' => 'boolean',
314
-                ),
315
-              ),
316
-            ),
317
-          )
318
-        )
319
-    );
320
-    $this->calendars = new Google_Service_Calendar_Calendars_Resource(
321
-        $this,
322
-        $this->serviceName,
323
-        'calendars',
324
-        array(
325
-          'methods' => array(
326
-            'clear' => array(
327
-              'path' => 'calendars/{calendarId}/clear',
328
-              'httpMethod' => 'POST',
329
-              'parameters' => array(
330
-                'calendarId' => array(
331
-                  'location' => 'path',
332
-                  'type' => 'string',
333
-                  'required' => true,
334
-                ),
335
-              ),
336
-            ),'delete' => array(
337
-              'path' => 'calendars/{calendarId}',
338
-              'httpMethod' => 'DELETE',
339
-              'parameters' => array(
340
-                'calendarId' => array(
341
-                  'location' => 'path',
342
-                  'type' => 'string',
343
-                  'required' => true,
344
-                ),
345
-              ),
346
-            ),'get' => array(
347
-              'path' => 'calendars/{calendarId}',
348
-              'httpMethod' => 'GET',
349
-              'parameters' => array(
350
-                'calendarId' => array(
351
-                  'location' => 'path',
352
-                  'type' => 'string',
353
-                  'required' => true,
354
-                ),
355
-              ),
356
-            ),'insert' => array(
357
-              'path' => 'calendars',
358
-              'httpMethod' => 'POST',
359
-              'parameters' => array(),
360
-            ),'patch' => array(
361
-              'path' => 'calendars/{calendarId}',
362
-              'httpMethod' => 'PATCH',
363
-              'parameters' => array(
364
-                'calendarId' => array(
365
-                  'location' => 'path',
366
-                  'type' => 'string',
367
-                  'required' => true,
368
-                ),
369
-              ),
370
-            ),'update' => array(
371
-              'path' => 'calendars/{calendarId}',
372
-              'httpMethod' => 'PUT',
373
-              'parameters' => array(
374
-                'calendarId' => array(
375
-                  'location' => 'path',
376
-                  'type' => 'string',
377
-                  'required' => true,
378
-                ),
379
-              ),
380
-            ),
381
-          )
382
-        )
383
-    );
384
-    $this->channels = new Google_Service_Calendar_Channels_Resource(
385
-        $this,
386
-        $this->serviceName,
387
-        'channels',
388
-        array(
389
-          'methods' => array(
390
-            'stop' => array(
391
-              'path' => 'channels/stop',
392
-              'httpMethod' => 'POST',
393
-              'parameters' => array(),
394
-            ),
395
-          )
396
-        )
397
-    );
398
-    $this->colors = new Google_Service_Calendar_Colors_Resource(
399
-        $this,
400
-        $this->serviceName,
401
-        'colors',
402
-        array(
403
-          'methods' => array(
404
-            'get' => array(
405
-              'path' => 'colors',
406
-              'httpMethod' => 'GET',
407
-              'parameters' => array(),
408
-            ),
409
-          )
410
-        )
411
-    );
412
-    $this->events = new Google_Service_Calendar_Events_Resource(
413
-        $this,
414
-        $this->serviceName,
415
-        'events',
416
-        array(
417
-          'methods' => array(
418
-            'delete' => array(
419
-              'path' => 'calendars/{calendarId}/events/{eventId}',
420
-              'httpMethod' => 'DELETE',
421
-              'parameters' => array(
422
-                'calendarId' => array(
423
-                  'location' => 'path',
424
-                  'type' => 'string',
425
-                  'required' => true,
426
-                ),
427
-                'eventId' => array(
428
-                  'location' => 'path',
429
-                  'type' => 'string',
430
-                  'required' => true,
431
-                ),
432
-                'sendNotifications' => array(
433
-                  'location' => 'query',
434
-                  'type' => 'boolean',
435
-                ),
436
-              ),
437
-            ),'get' => array(
438
-              'path' => 'calendars/{calendarId}/events/{eventId}',
439
-              'httpMethod' => 'GET',
440
-              'parameters' => array(
441
-                'calendarId' => array(
442
-                  'location' => 'path',
443
-                  'type' => 'string',
444
-                  'required' => true,
445
-                ),
446
-                'eventId' => array(
447
-                  'location' => 'path',
448
-                  'type' => 'string',
449
-                  'required' => true,
450
-                ),
451
-                'timeZone' => array(
452
-                  'location' => 'query',
453
-                  'type' => 'string',
454
-                ),
455
-                'alwaysIncludeEmail' => array(
456
-                  'location' => 'query',
457
-                  'type' => 'boolean',
458
-                ),
459
-                'maxAttendees' => array(
460
-                  'location' => 'query',
461
-                  'type' => 'integer',
462
-                ),
463
-              ),
464
-            ),'import' => array(
465
-              'path' => 'calendars/{calendarId}/events/import',
466
-              'httpMethod' => 'POST',
467
-              'parameters' => array(
468
-                'calendarId' => array(
469
-                  'location' => 'path',
470
-                  'type' => 'string',
471
-                  'required' => true,
472
-                ),
473
-                'supportsAttachments' => array(
474
-                  'location' => 'query',
475
-                  'type' => 'boolean',
476
-                ),
477
-              ),
478
-            ),'insert' => array(
479
-              'path' => 'calendars/{calendarId}/events',
480
-              'httpMethod' => 'POST',
481
-              'parameters' => array(
482
-                'calendarId' => array(
483
-                  'location' => 'path',
484
-                  'type' => 'string',
485
-                  'required' => true,
486
-                ),
487
-                'supportsAttachments' => array(
488
-                  'location' => 'query',
489
-                  'type' => 'boolean',
490
-                ),
491
-                'sendNotifications' => array(
492
-                  'location' => 'query',
493
-                  'type' => 'boolean',
494
-                ),
495
-                'maxAttendees' => array(
496
-                  'location' => 'query',
497
-                  'type' => 'integer',
498
-                ),
499
-              ),
500
-            ),'instances' => array(
501
-              'path' => 'calendars/{calendarId}/events/{eventId}/instances',
502
-              'httpMethod' => 'GET',
503
-              'parameters' => array(
504
-                'calendarId' => array(
505
-                  'location' => 'path',
506
-                  'type' => 'string',
507
-                  'required' => true,
508
-                ),
509
-                'eventId' => array(
510
-                  'location' => 'path',
511
-                  'type' => 'string',
512
-                  'required' => true,
513
-                ),
514
-                'showDeleted' => array(
515
-                  'location' => 'query',
516
-                  'type' => 'boolean',
517
-                ),
518
-                'timeMax' => array(
519
-                  'location' => 'query',
520
-                  'type' => 'string',
521
-                ),
522
-                'alwaysIncludeEmail' => array(
523
-                  'location' => 'query',
524
-                  'type' => 'boolean',
525
-                ),
526
-                'maxResults' => array(
527
-                  'location' => 'query',
528
-                  'type' => 'integer',
529
-                ),
530
-                'pageToken' => array(
531
-                  'location' => 'query',
532
-                  'type' => 'string',
533
-                ),
534
-                'timeMin' => array(
535
-                  'location' => 'query',
536
-                  'type' => 'string',
537
-                ),
538
-                'timeZone' => array(
539
-                  'location' => 'query',
540
-                  'type' => 'string',
541
-                ),
542
-                'originalStart' => array(
543
-                  'location' => 'query',
544
-                  'type' => 'string',
545
-                ),
546
-                'maxAttendees' => array(
547
-                  'location' => 'query',
548
-                  'type' => 'integer',
549
-                ),
550
-              ),
551
-            ),'list' => array(
552
-              'path' => 'calendars/{calendarId}/events',
553
-              'httpMethod' => 'GET',
554
-              'parameters' => array(
555
-                'calendarId' => array(
556
-                  'location' => 'path',
557
-                  'type' => 'string',
558
-                  'required' => true,
559
-                ),
560
-                'orderBy' => array(
561
-                  'location' => 'query',
562
-                  'type' => 'string',
563
-                ),
564
-                'showHiddenInvitations' => array(
565
-                  'location' => 'query',
566
-                  'type' => 'boolean',
567
-                ),
568
-                'syncToken' => array(
569
-                  'location' => 'query',
570
-                  'type' => 'string',
571
-                ),
572
-                'showDeleted' => array(
573
-                  'location' => 'query',
574
-                  'type' => 'boolean',
575
-                ),
576
-                'iCalUID' => array(
577
-                  'location' => 'query',
578
-                  'type' => 'string',
579
-                ),
580
-                'updatedMin' => array(
581
-                  'location' => 'query',
582
-                  'type' => 'string',
583
-                ),
584
-                'singleEvents' => array(
585
-                  'location' => 'query',
586
-                  'type' => 'boolean',
587
-                ),
588
-                'timeMax' => array(
589
-                  'location' => 'query',
590
-                  'type' => 'string',
591
-                ),
592
-                'alwaysIncludeEmail' => array(
593
-                  'location' => 'query',
594
-                  'type' => 'boolean',
595
-                ),
596
-                'maxResults' => array(
597
-                  'location' => 'query',
598
-                  'type' => 'integer',
599
-                ),
600
-                'q' => array(
601
-                  'location' => 'query',
602
-                  'type' => 'string',
603
-                ),
604
-                'pageToken' => array(
605
-                  'location' => 'query',
606
-                  'type' => 'string',
607
-                ),
608
-                'timeMin' => array(
609
-                  'location' => 'query',
610
-                  'type' => 'string',
611
-                ),
612
-                'timeZone' => array(
613
-                  'location' => 'query',
614
-                  'type' => 'string',
615
-                ),
616
-                'privateExtendedProperty' => array(
617
-                  'location' => 'query',
618
-                  'type' => 'string',
619
-                  'repeated' => true,
620
-                ),
621
-                'sharedExtendedProperty' => array(
622
-                  'location' => 'query',
623
-                  'type' => 'string',
624
-                  'repeated' => true,
625
-                ),
626
-                'maxAttendees' => array(
627
-                  'location' => 'query',
628
-                  'type' => 'integer',
629
-                ),
630
-              ),
631
-            ),'move' => array(
632
-              'path' => 'calendars/{calendarId}/events/{eventId}/move',
633
-              'httpMethod' => 'POST',
634
-              'parameters' => array(
635
-                'calendarId' => array(
636
-                  'location' => 'path',
637
-                  'type' => 'string',
638
-                  'required' => true,
639
-                ),
640
-                'eventId' => array(
641
-                  'location' => 'path',
642
-                  'type' => 'string',
643
-                  'required' => true,
644
-                ),
645
-                'destination' => array(
646
-                  'location' => 'query',
647
-                  'type' => 'string',
648
-                  'required' => true,
649
-                ),
650
-                'sendNotifications' => array(
651
-                  'location' => 'query',
652
-                  'type' => 'boolean',
653
-                ),
654
-              ),
655
-            ),'patch' => array(
656
-              'path' => 'calendars/{calendarId}/events/{eventId}',
657
-              'httpMethod' => 'PATCH',
658
-              'parameters' => array(
659
-                'calendarId' => array(
660
-                  'location' => 'path',
661
-                  'type' => 'string',
662
-                  'required' => true,
663
-                ),
664
-                'eventId' => array(
665
-                  'location' => 'path',
666
-                  'type' => 'string',
667
-                  'required' => true,
668
-                ),
669
-                'sendNotifications' => array(
670
-                  'location' => 'query',
671
-                  'type' => 'boolean',
672
-                ),
673
-                'alwaysIncludeEmail' => array(
674
-                  'location' => 'query',
675
-                  'type' => 'boolean',
676
-                ),
677
-                'supportsAttachments' => array(
678
-                  'location' => 'query',
679
-                  'type' => 'boolean',
680
-                ),
681
-                'maxAttendees' => array(
682
-                  'location' => 'query',
683
-                  'type' => 'integer',
684
-                ),
685
-              ),
686
-            ),'quickAdd' => array(
687
-              'path' => 'calendars/{calendarId}/events/quickAdd',
688
-              'httpMethod' => 'POST',
689
-              'parameters' => array(
690
-                'calendarId' => array(
691
-                  'location' => 'path',
692
-                  'type' => 'string',
693
-                  'required' => true,
694
-                ),
695
-                'text' => array(
696
-                  'location' => 'query',
697
-                  'type' => 'string',
698
-                  'required' => true,
699
-                ),
700
-                'sendNotifications' => array(
701
-                  'location' => 'query',
702
-                  'type' => 'boolean',
703
-                ),
704
-              ),
705
-            ),'update' => array(
706
-              'path' => 'calendars/{calendarId}/events/{eventId}',
707
-              'httpMethod' => 'PUT',
708
-              'parameters' => array(
709
-                'calendarId' => array(
710
-                  'location' => 'path',
711
-                  'type' => 'string',
712
-                  'required' => true,
713
-                ),
714
-                'eventId' => array(
715
-                  'location' => 'path',
716
-                  'type' => 'string',
717
-                  'required' => true,
718
-                ),
719
-                'sendNotifications' => array(
720
-                  'location' => 'query',
721
-                  'type' => 'boolean',
722
-                ),
723
-                'alwaysIncludeEmail' => array(
724
-                  'location' => 'query',
725
-                  'type' => 'boolean',
726
-                ),
727
-                'supportsAttachments' => array(
728
-                  'location' => 'query',
729
-                  'type' => 'boolean',
730
-                ),
731
-                'maxAttendees' => array(
732
-                  'location' => 'query',
733
-                  'type' => 'integer',
734
-                ),
735
-              ),
736
-            ),'watch' => array(
737
-              'path' => 'calendars/{calendarId}/events/watch',
738
-              'httpMethod' => 'POST',
739
-              'parameters' => array(
740
-                'calendarId' => array(
741
-                  'location' => 'path',
742
-                  'type' => 'string',
743
-                  'required' => true,
744
-                ),
745
-                'orderBy' => array(
746
-                  'location' => 'query',
747
-                  'type' => 'string',
748
-                ),
749
-                'showHiddenInvitations' => array(
750
-                  'location' => 'query',
751
-                  'type' => 'boolean',
752
-                ),
753
-                'syncToken' => array(
754
-                  'location' => 'query',
755
-                  'type' => 'string',
756
-                ),
757
-                'showDeleted' => array(
758
-                  'location' => 'query',
759
-                  'type' => 'boolean',
760
-                ),
761
-                'iCalUID' => array(
762
-                  'location' => 'query',
763
-                  'type' => 'string',
764
-                ),
765
-                'updatedMin' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'string',
768
-                ),
769
-                'singleEvents' => array(
770
-                  'location' => 'query',
771
-                  'type' => 'boolean',
772
-                ),
773
-                'timeMax' => array(
774
-                  'location' => 'query',
775
-                  'type' => 'string',
776
-                ),
777
-                'alwaysIncludeEmail' => array(
778
-                  'location' => 'query',
779
-                  'type' => 'boolean',
780
-                ),
781
-                'maxResults' => array(
782
-                  'location' => 'query',
783
-                  'type' => 'integer',
784
-                ),
785
-                'q' => array(
786
-                  'location' => 'query',
787
-                  'type' => 'string',
788
-                ),
789
-                'pageToken' => array(
790
-                  'location' => 'query',
791
-                  'type' => 'string',
792
-                ),
793
-                'timeMin' => array(
794
-                  'location' => 'query',
795
-                  'type' => 'string',
796
-                ),
797
-                'timeZone' => array(
798
-                  'location' => 'query',
799
-                  'type' => 'string',
800
-                ),
801
-                'privateExtendedProperty' => array(
802
-                  'location' => 'query',
803
-                  'type' => 'string',
804
-                  'repeated' => true,
805
-                ),
806
-                'sharedExtendedProperty' => array(
807
-                  'location' => 'query',
808
-                  'type' => 'string',
809
-                  'repeated' => true,
810
-                ),
811
-                'maxAttendees' => array(
812
-                  'location' => 'query',
813
-                  'type' => 'integer',
814
-                ),
815
-              ),
816
-            ),
817
-          )
818
-        )
819
-    );
820
-    $this->freebusy = new Google_Service_Calendar_Freebusy_Resource(
821
-        $this,
822
-        $this->serviceName,
823
-        'freebusy',
824
-        array(
825
-          'methods' => array(
826
-            'query' => array(
827
-              'path' => 'freeBusy',
828
-              'httpMethod' => 'POST',
829
-              'parameters' => array(),
830
-            ),
831
-          )
832
-        )
833
-    );
834
-    $this->settings = new Google_Service_Calendar_Settings_Resource(
835
-        $this,
836
-        $this->serviceName,
837
-        'settings',
838
-        array(
839
-          'methods' => array(
840
-            'get' => array(
841
-              'path' => 'users/me/settings/{setting}',
842
-              'httpMethod' => 'GET',
843
-              'parameters' => array(
844
-                'setting' => array(
845
-                  'location' => 'path',
846
-                  'type' => 'string',
847
-                  'required' => true,
848
-                ),
849
-              ),
850
-            ),'list' => array(
851
-              'path' => 'users/me/settings',
852
-              'httpMethod' => 'GET',
853
-              'parameters' => array(
854
-                'pageToken' => array(
855
-                  'location' => 'query',
856
-                  'type' => 'string',
857
-                ),
858
-                'maxResults' => array(
859
-                  'location' => 'query',
860
-                  'type' => 'integer',
861
-                ),
862
-                'syncToken' => array(
863
-                  'location' => 'query',
864
-                  'type' => 'string',
865
-                ),
866
-              ),
867
-            ),'watch' => array(
868
-              'path' => 'users/me/settings/watch',
869
-              'httpMethod' => 'POST',
870
-              'parameters' => array(
871
-                'pageToken' => array(
872
-                  'location' => 'query',
873
-                  'type' => 'string',
874
-                ),
875
-                'maxResults' => array(
876
-                  'location' => 'query',
877
-                  'type' => 'integer',
878
-                ),
879
-                'syncToken' => array(
880
-                  'location' => 'query',
881
-                  'type' => 'string',
882
-                ),
883
-              ),
884
-            ),
885
-          )
886
-        )
887
-    );
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = 'calendar/v3/';
60
+	$this->version = 'v3';
61
+	$this->serviceName = 'calendar';
62
+
63
+	$this->acl = new Google_Service_Calendar_Acl_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'acl',
67
+		array(
68
+		  'methods' => array(
69
+			'delete' => array(
70
+			  'path' => 'calendars/{calendarId}/acl/{ruleId}',
71
+			  'httpMethod' => 'DELETE',
72
+			  'parameters' => array(
73
+				'calendarId' => array(
74
+				  'location' => 'path',
75
+				  'type' => 'string',
76
+				  'required' => true,
77
+				),
78
+				'ruleId' => array(
79
+				  'location' => 'path',
80
+				  'type' => 'string',
81
+				  'required' => true,
82
+				),
83
+			  ),
84
+			),'get' => array(
85
+			  'path' => 'calendars/{calendarId}/acl/{ruleId}',
86
+			  'httpMethod' => 'GET',
87
+			  'parameters' => array(
88
+				'calendarId' => array(
89
+				  'location' => 'path',
90
+				  'type' => 'string',
91
+				  'required' => true,
92
+				),
93
+				'ruleId' => array(
94
+				  'location' => 'path',
95
+				  'type' => 'string',
96
+				  'required' => true,
97
+				),
98
+			  ),
99
+			),'insert' => array(
100
+			  'path' => 'calendars/{calendarId}/acl',
101
+			  'httpMethod' => 'POST',
102
+			  'parameters' => array(
103
+				'calendarId' => array(
104
+				  'location' => 'path',
105
+				  'type' => 'string',
106
+				  'required' => true,
107
+				),
108
+			  ),
109
+			),'list' => array(
110
+			  'path' => 'calendars/{calendarId}/acl',
111
+			  'httpMethod' => 'GET',
112
+			  'parameters' => array(
113
+				'calendarId' => array(
114
+				  'location' => 'path',
115
+				  'type' => 'string',
116
+				  'required' => true,
117
+				),
118
+				'pageToken' => array(
119
+				  'location' => 'query',
120
+				  'type' => 'string',
121
+				),
122
+				'syncToken' => array(
123
+				  'location' => 'query',
124
+				  'type' => 'string',
125
+				),
126
+				'maxResults' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'integer',
129
+				),
130
+				'showDeleted' => array(
131
+				  'location' => 'query',
132
+				  'type' => 'boolean',
133
+				),
134
+			  ),
135
+			),'patch' => array(
136
+			  'path' => 'calendars/{calendarId}/acl/{ruleId}',
137
+			  'httpMethod' => 'PATCH',
138
+			  'parameters' => array(
139
+				'calendarId' => array(
140
+				  'location' => 'path',
141
+				  'type' => 'string',
142
+				  'required' => true,
143
+				),
144
+				'ruleId' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+			  ),
150
+			),'update' => array(
151
+			  'path' => 'calendars/{calendarId}/acl/{ruleId}',
152
+			  'httpMethod' => 'PUT',
153
+			  'parameters' => array(
154
+				'calendarId' => array(
155
+				  'location' => 'path',
156
+				  'type' => 'string',
157
+				  'required' => true,
158
+				),
159
+				'ruleId' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+			  ),
165
+			),'watch' => array(
166
+			  'path' => 'calendars/{calendarId}/acl/watch',
167
+			  'httpMethod' => 'POST',
168
+			  'parameters' => array(
169
+				'calendarId' => array(
170
+				  'location' => 'path',
171
+				  'type' => 'string',
172
+				  'required' => true,
173
+				),
174
+				'pageToken' => array(
175
+				  'location' => 'query',
176
+				  'type' => 'string',
177
+				),
178
+				'syncToken' => array(
179
+				  'location' => 'query',
180
+				  'type' => 'string',
181
+				),
182
+				'maxResults' => array(
183
+				  'location' => 'query',
184
+				  'type' => 'integer',
185
+				),
186
+				'showDeleted' => array(
187
+				  'location' => 'query',
188
+				  'type' => 'boolean',
189
+				),
190
+			  ),
191
+			),
192
+		  )
193
+		)
194
+	);
195
+	$this->calendarList = new Google_Service_Calendar_CalendarList_Resource(
196
+		$this,
197
+		$this->serviceName,
198
+		'calendarList',
199
+		array(
200
+		  'methods' => array(
201
+			'delete' => array(
202
+			  'path' => 'users/me/calendarList/{calendarId}',
203
+			  'httpMethod' => 'DELETE',
204
+			  'parameters' => array(
205
+				'calendarId' => array(
206
+				  'location' => 'path',
207
+				  'type' => 'string',
208
+				  'required' => true,
209
+				),
210
+			  ),
211
+			),'get' => array(
212
+			  'path' => 'users/me/calendarList/{calendarId}',
213
+			  'httpMethod' => 'GET',
214
+			  'parameters' => array(
215
+				'calendarId' => array(
216
+				  'location' => 'path',
217
+				  'type' => 'string',
218
+				  'required' => true,
219
+				),
220
+			  ),
221
+			),'insert' => array(
222
+			  'path' => 'users/me/calendarList',
223
+			  'httpMethod' => 'POST',
224
+			  'parameters' => array(
225
+				'colorRgbFormat' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'boolean',
228
+				),
229
+			  ),
230
+			),'list' => array(
231
+			  'path' => 'users/me/calendarList',
232
+			  'httpMethod' => 'GET',
233
+			  'parameters' => array(
234
+				'syncToken' => array(
235
+				  'location' => 'query',
236
+				  'type' => 'string',
237
+				),
238
+				'showDeleted' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'boolean',
241
+				),
242
+				'minAccessRole' => array(
243
+				  'location' => 'query',
244
+				  'type' => 'string',
245
+				),
246
+				'maxResults' => array(
247
+				  'location' => 'query',
248
+				  'type' => 'integer',
249
+				),
250
+				'pageToken' => array(
251
+				  'location' => 'query',
252
+				  'type' => 'string',
253
+				),
254
+				'showHidden' => array(
255
+				  'location' => 'query',
256
+				  'type' => 'boolean',
257
+				),
258
+			  ),
259
+			),'patch' => array(
260
+			  'path' => 'users/me/calendarList/{calendarId}',
261
+			  'httpMethod' => 'PATCH',
262
+			  'parameters' => array(
263
+				'calendarId' => array(
264
+				  'location' => 'path',
265
+				  'type' => 'string',
266
+				  'required' => true,
267
+				),
268
+				'colorRgbFormat' => array(
269
+				  'location' => 'query',
270
+				  'type' => 'boolean',
271
+				),
272
+			  ),
273
+			),'update' => array(
274
+			  'path' => 'users/me/calendarList/{calendarId}',
275
+			  'httpMethod' => 'PUT',
276
+			  'parameters' => array(
277
+				'calendarId' => array(
278
+				  'location' => 'path',
279
+				  'type' => 'string',
280
+				  'required' => true,
281
+				),
282
+				'colorRgbFormat' => array(
283
+				  'location' => 'query',
284
+				  'type' => 'boolean',
285
+				),
286
+			  ),
287
+			),'watch' => array(
288
+			  'path' => 'users/me/calendarList/watch',
289
+			  'httpMethod' => 'POST',
290
+			  'parameters' => array(
291
+				'syncToken' => array(
292
+				  'location' => 'query',
293
+				  'type' => 'string',
294
+				),
295
+				'showDeleted' => array(
296
+				  'location' => 'query',
297
+				  'type' => 'boolean',
298
+				),
299
+				'minAccessRole' => array(
300
+				  'location' => 'query',
301
+				  'type' => 'string',
302
+				),
303
+				'maxResults' => array(
304
+				  'location' => 'query',
305
+				  'type' => 'integer',
306
+				),
307
+				'pageToken' => array(
308
+				  'location' => 'query',
309
+				  'type' => 'string',
310
+				),
311
+				'showHidden' => array(
312
+				  'location' => 'query',
313
+				  'type' => 'boolean',
314
+				),
315
+			  ),
316
+			),
317
+		  )
318
+		)
319
+	);
320
+	$this->calendars = new Google_Service_Calendar_Calendars_Resource(
321
+		$this,
322
+		$this->serviceName,
323
+		'calendars',
324
+		array(
325
+		  'methods' => array(
326
+			'clear' => array(
327
+			  'path' => 'calendars/{calendarId}/clear',
328
+			  'httpMethod' => 'POST',
329
+			  'parameters' => array(
330
+				'calendarId' => array(
331
+				  'location' => 'path',
332
+				  'type' => 'string',
333
+				  'required' => true,
334
+				),
335
+			  ),
336
+			),'delete' => array(
337
+			  'path' => 'calendars/{calendarId}',
338
+			  'httpMethod' => 'DELETE',
339
+			  'parameters' => array(
340
+				'calendarId' => array(
341
+				  'location' => 'path',
342
+				  'type' => 'string',
343
+				  'required' => true,
344
+				),
345
+			  ),
346
+			),'get' => array(
347
+			  'path' => 'calendars/{calendarId}',
348
+			  'httpMethod' => 'GET',
349
+			  'parameters' => array(
350
+				'calendarId' => array(
351
+				  'location' => 'path',
352
+				  'type' => 'string',
353
+				  'required' => true,
354
+				),
355
+			  ),
356
+			),'insert' => array(
357
+			  'path' => 'calendars',
358
+			  'httpMethod' => 'POST',
359
+			  'parameters' => array(),
360
+			),'patch' => array(
361
+			  'path' => 'calendars/{calendarId}',
362
+			  'httpMethod' => 'PATCH',
363
+			  'parameters' => array(
364
+				'calendarId' => array(
365
+				  'location' => 'path',
366
+				  'type' => 'string',
367
+				  'required' => true,
368
+				),
369
+			  ),
370
+			),'update' => array(
371
+			  'path' => 'calendars/{calendarId}',
372
+			  'httpMethod' => 'PUT',
373
+			  'parameters' => array(
374
+				'calendarId' => array(
375
+				  'location' => 'path',
376
+				  'type' => 'string',
377
+				  'required' => true,
378
+				),
379
+			  ),
380
+			),
381
+		  )
382
+		)
383
+	);
384
+	$this->channels = new Google_Service_Calendar_Channels_Resource(
385
+		$this,
386
+		$this->serviceName,
387
+		'channels',
388
+		array(
389
+		  'methods' => array(
390
+			'stop' => array(
391
+			  'path' => 'channels/stop',
392
+			  'httpMethod' => 'POST',
393
+			  'parameters' => array(),
394
+			),
395
+		  )
396
+		)
397
+	);
398
+	$this->colors = new Google_Service_Calendar_Colors_Resource(
399
+		$this,
400
+		$this->serviceName,
401
+		'colors',
402
+		array(
403
+		  'methods' => array(
404
+			'get' => array(
405
+			  'path' => 'colors',
406
+			  'httpMethod' => 'GET',
407
+			  'parameters' => array(),
408
+			),
409
+		  )
410
+		)
411
+	);
412
+	$this->events = new Google_Service_Calendar_Events_Resource(
413
+		$this,
414
+		$this->serviceName,
415
+		'events',
416
+		array(
417
+		  'methods' => array(
418
+			'delete' => array(
419
+			  'path' => 'calendars/{calendarId}/events/{eventId}',
420
+			  'httpMethod' => 'DELETE',
421
+			  'parameters' => array(
422
+				'calendarId' => array(
423
+				  'location' => 'path',
424
+				  'type' => 'string',
425
+				  'required' => true,
426
+				),
427
+				'eventId' => array(
428
+				  'location' => 'path',
429
+				  'type' => 'string',
430
+				  'required' => true,
431
+				),
432
+				'sendNotifications' => array(
433
+				  'location' => 'query',
434
+				  'type' => 'boolean',
435
+				),
436
+			  ),
437
+			),'get' => array(
438
+			  'path' => 'calendars/{calendarId}/events/{eventId}',
439
+			  'httpMethod' => 'GET',
440
+			  'parameters' => array(
441
+				'calendarId' => array(
442
+				  'location' => 'path',
443
+				  'type' => 'string',
444
+				  'required' => true,
445
+				),
446
+				'eventId' => array(
447
+				  'location' => 'path',
448
+				  'type' => 'string',
449
+				  'required' => true,
450
+				),
451
+				'timeZone' => array(
452
+				  'location' => 'query',
453
+				  'type' => 'string',
454
+				),
455
+				'alwaysIncludeEmail' => array(
456
+				  'location' => 'query',
457
+				  'type' => 'boolean',
458
+				),
459
+				'maxAttendees' => array(
460
+				  'location' => 'query',
461
+				  'type' => 'integer',
462
+				),
463
+			  ),
464
+			),'import' => array(
465
+			  'path' => 'calendars/{calendarId}/events/import',
466
+			  'httpMethod' => 'POST',
467
+			  'parameters' => array(
468
+				'calendarId' => array(
469
+				  'location' => 'path',
470
+				  'type' => 'string',
471
+				  'required' => true,
472
+				),
473
+				'supportsAttachments' => array(
474
+				  'location' => 'query',
475
+				  'type' => 'boolean',
476
+				),
477
+			  ),
478
+			),'insert' => array(
479
+			  'path' => 'calendars/{calendarId}/events',
480
+			  'httpMethod' => 'POST',
481
+			  'parameters' => array(
482
+				'calendarId' => array(
483
+				  'location' => 'path',
484
+				  'type' => 'string',
485
+				  'required' => true,
486
+				),
487
+				'supportsAttachments' => array(
488
+				  'location' => 'query',
489
+				  'type' => 'boolean',
490
+				),
491
+				'sendNotifications' => array(
492
+				  'location' => 'query',
493
+				  'type' => 'boolean',
494
+				),
495
+				'maxAttendees' => array(
496
+				  'location' => 'query',
497
+				  'type' => 'integer',
498
+				),
499
+			  ),
500
+			),'instances' => array(
501
+			  'path' => 'calendars/{calendarId}/events/{eventId}/instances',
502
+			  'httpMethod' => 'GET',
503
+			  'parameters' => array(
504
+				'calendarId' => array(
505
+				  'location' => 'path',
506
+				  'type' => 'string',
507
+				  'required' => true,
508
+				),
509
+				'eventId' => array(
510
+				  'location' => 'path',
511
+				  'type' => 'string',
512
+				  'required' => true,
513
+				),
514
+				'showDeleted' => array(
515
+				  'location' => 'query',
516
+				  'type' => 'boolean',
517
+				),
518
+				'timeMax' => array(
519
+				  'location' => 'query',
520
+				  'type' => 'string',
521
+				),
522
+				'alwaysIncludeEmail' => array(
523
+				  'location' => 'query',
524
+				  'type' => 'boolean',
525
+				),
526
+				'maxResults' => array(
527
+				  'location' => 'query',
528
+				  'type' => 'integer',
529
+				),
530
+				'pageToken' => array(
531
+				  'location' => 'query',
532
+				  'type' => 'string',
533
+				),
534
+				'timeMin' => array(
535
+				  'location' => 'query',
536
+				  'type' => 'string',
537
+				),
538
+				'timeZone' => array(
539
+				  'location' => 'query',
540
+				  'type' => 'string',
541
+				),
542
+				'originalStart' => array(
543
+				  'location' => 'query',
544
+				  'type' => 'string',
545
+				),
546
+				'maxAttendees' => array(
547
+				  'location' => 'query',
548
+				  'type' => 'integer',
549
+				),
550
+			  ),
551
+			),'list' => array(
552
+			  'path' => 'calendars/{calendarId}/events',
553
+			  'httpMethod' => 'GET',
554
+			  'parameters' => array(
555
+				'calendarId' => array(
556
+				  'location' => 'path',
557
+				  'type' => 'string',
558
+				  'required' => true,
559
+				),
560
+				'orderBy' => array(
561
+				  'location' => 'query',
562
+				  'type' => 'string',
563
+				),
564
+				'showHiddenInvitations' => array(
565
+				  'location' => 'query',
566
+				  'type' => 'boolean',
567
+				),
568
+				'syncToken' => array(
569
+				  'location' => 'query',
570
+				  'type' => 'string',
571
+				),
572
+				'showDeleted' => array(
573
+				  'location' => 'query',
574
+				  'type' => 'boolean',
575
+				),
576
+				'iCalUID' => array(
577
+				  'location' => 'query',
578
+				  'type' => 'string',
579
+				),
580
+				'updatedMin' => array(
581
+				  'location' => 'query',
582
+				  'type' => 'string',
583
+				),
584
+				'singleEvents' => array(
585
+				  'location' => 'query',
586
+				  'type' => 'boolean',
587
+				),
588
+				'timeMax' => array(
589
+				  'location' => 'query',
590
+				  'type' => 'string',
591
+				),
592
+				'alwaysIncludeEmail' => array(
593
+				  'location' => 'query',
594
+				  'type' => 'boolean',
595
+				),
596
+				'maxResults' => array(
597
+				  'location' => 'query',
598
+				  'type' => 'integer',
599
+				),
600
+				'q' => array(
601
+				  'location' => 'query',
602
+				  'type' => 'string',
603
+				),
604
+				'pageToken' => array(
605
+				  'location' => 'query',
606
+				  'type' => 'string',
607
+				),
608
+				'timeMin' => array(
609
+				  'location' => 'query',
610
+				  'type' => 'string',
611
+				),
612
+				'timeZone' => array(
613
+				  'location' => 'query',
614
+				  'type' => 'string',
615
+				),
616
+				'privateExtendedProperty' => array(
617
+				  'location' => 'query',
618
+				  'type' => 'string',
619
+				  'repeated' => true,
620
+				),
621
+				'sharedExtendedProperty' => array(
622
+				  'location' => 'query',
623
+				  'type' => 'string',
624
+				  'repeated' => true,
625
+				),
626
+				'maxAttendees' => array(
627
+				  'location' => 'query',
628
+				  'type' => 'integer',
629
+				),
630
+			  ),
631
+			),'move' => array(
632
+			  'path' => 'calendars/{calendarId}/events/{eventId}/move',
633
+			  'httpMethod' => 'POST',
634
+			  'parameters' => array(
635
+				'calendarId' => array(
636
+				  'location' => 'path',
637
+				  'type' => 'string',
638
+				  'required' => true,
639
+				),
640
+				'eventId' => array(
641
+				  'location' => 'path',
642
+				  'type' => 'string',
643
+				  'required' => true,
644
+				),
645
+				'destination' => array(
646
+				  'location' => 'query',
647
+				  'type' => 'string',
648
+				  'required' => true,
649
+				),
650
+				'sendNotifications' => array(
651
+				  'location' => 'query',
652
+				  'type' => 'boolean',
653
+				),
654
+			  ),
655
+			),'patch' => array(
656
+			  'path' => 'calendars/{calendarId}/events/{eventId}',
657
+			  'httpMethod' => 'PATCH',
658
+			  'parameters' => array(
659
+				'calendarId' => array(
660
+				  'location' => 'path',
661
+				  'type' => 'string',
662
+				  'required' => true,
663
+				),
664
+				'eventId' => array(
665
+				  'location' => 'path',
666
+				  'type' => 'string',
667
+				  'required' => true,
668
+				),
669
+				'sendNotifications' => array(
670
+				  'location' => 'query',
671
+				  'type' => 'boolean',
672
+				),
673
+				'alwaysIncludeEmail' => array(
674
+				  'location' => 'query',
675
+				  'type' => 'boolean',
676
+				),
677
+				'supportsAttachments' => array(
678
+				  'location' => 'query',
679
+				  'type' => 'boolean',
680
+				),
681
+				'maxAttendees' => array(
682
+				  'location' => 'query',
683
+				  'type' => 'integer',
684
+				),
685
+			  ),
686
+			),'quickAdd' => array(
687
+			  'path' => 'calendars/{calendarId}/events/quickAdd',
688
+			  'httpMethod' => 'POST',
689
+			  'parameters' => array(
690
+				'calendarId' => array(
691
+				  'location' => 'path',
692
+				  'type' => 'string',
693
+				  'required' => true,
694
+				),
695
+				'text' => array(
696
+				  'location' => 'query',
697
+				  'type' => 'string',
698
+				  'required' => true,
699
+				),
700
+				'sendNotifications' => array(
701
+				  'location' => 'query',
702
+				  'type' => 'boolean',
703
+				),
704
+			  ),
705
+			),'update' => array(
706
+			  'path' => 'calendars/{calendarId}/events/{eventId}',
707
+			  'httpMethod' => 'PUT',
708
+			  'parameters' => array(
709
+				'calendarId' => array(
710
+				  'location' => 'path',
711
+				  'type' => 'string',
712
+				  'required' => true,
713
+				),
714
+				'eventId' => array(
715
+				  'location' => 'path',
716
+				  'type' => 'string',
717
+				  'required' => true,
718
+				),
719
+				'sendNotifications' => array(
720
+				  'location' => 'query',
721
+				  'type' => 'boolean',
722
+				),
723
+				'alwaysIncludeEmail' => array(
724
+				  'location' => 'query',
725
+				  'type' => 'boolean',
726
+				),
727
+				'supportsAttachments' => array(
728
+				  'location' => 'query',
729
+				  'type' => 'boolean',
730
+				),
731
+				'maxAttendees' => array(
732
+				  'location' => 'query',
733
+				  'type' => 'integer',
734
+				),
735
+			  ),
736
+			),'watch' => array(
737
+			  'path' => 'calendars/{calendarId}/events/watch',
738
+			  'httpMethod' => 'POST',
739
+			  'parameters' => array(
740
+				'calendarId' => array(
741
+				  'location' => 'path',
742
+				  'type' => 'string',
743
+				  'required' => true,
744
+				),
745
+				'orderBy' => array(
746
+				  'location' => 'query',
747
+				  'type' => 'string',
748
+				),
749
+				'showHiddenInvitations' => array(
750
+				  'location' => 'query',
751
+				  'type' => 'boolean',
752
+				),
753
+				'syncToken' => array(
754
+				  'location' => 'query',
755
+				  'type' => 'string',
756
+				),
757
+				'showDeleted' => array(
758
+				  'location' => 'query',
759
+				  'type' => 'boolean',
760
+				),
761
+				'iCalUID' => array(
762
+				  'location' => 'query',
763
+				  'type' => 'string',
764
+				),
765
+				'updatedMin' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'string',
768
+				),
769
+				'singleEvents' => array(
770
+				  'location' => 'query',
771
+				  'type' => 'boolean',
772
+				),
773
+				'timeMax' => array(
774
+				  'location' => 'query',
775
+				  'type' => 'string',
776
+				),
777
+				'alwaysIncludeEmail' => array(
778
+				  'location' => 'query',
779
+				  'type' => 'boolean',
780
+				),
781
+				'maxResults' => array(
782
+				  'location' => 'query',
783
+				  'type' => 'integer',
784
+				),
785
+				'q' => array(
786
+				  'location' => 'query',
787
+				  'type' => 'string',
788
+				),
789
+				'pageToken' => array(
790
+				  'location' => 'query',
791
+				  'type' => 'string',
792
+				),
793
+				'timeMin' => array(
794
+				  'location' => 'query',
795
+				  'type' => 'string',
796
+				),
797
+				'timeZone' => array(
798
+				  'location' => 'query',
799
+				  'type' => 'string',
800
+				),
801
+				'privateExtendedProperty' => array(
802
+				  'location' => 'query',
803
+				  'type' => 'string',
804
+				  'repeated' => true,
805
+				),
806
+				'sharedExtendedProperty' => array(
807
+				  'location' => 'query',
808
+				  'type' => 'string',
809
+				  'repeated' => true,
810
+				),
811
+				'maxAttendees' => array(
812
+				  'location' => 'query',
813
+				  'type' => 'integer',
814
+				),
815
+			  ),
816
+			),
817
+		  )
818
+		)
819
+	);
820
+	$this->freebusy = new Google_Service_Calendar_Freebusy_Resource(
821
+		$this,
822
+		$this->serviceName,
823
+		'freebusy',
824
+		array(
825
+		  'methods' => array(
826
+			'query' => array(
827
+			  'path' => 'freeBusy',
828
+			  'httpMethod' => 'POST',
829
+			  'parameters' => array(),
830
+			),
831
+		  )
832
+		)
833
+	);
834
+	$this->settings = new Google_Service_Calendar_Settings_Resource(
835
+		$this,
836
+		$this->serviceName,
837
+		'settings',
838
+		array(
839
+		  'methods' => array(
840
+			'get' => array(
841
+			  'path' => 'users/me/settings/{setting}',
842
+			  'httpMethod' => 'GET',
843
+			  'parameters' => array(
844
+				'setting' => array(
845
+				  'location' => 'path',
846
+				  'type' => 'string',
847
+				  'required' => true,
848
+				),
849
+			  ),
850
+			),'list' => array(
851
+			  'path' => 'users/me/settings',
852
+			  'httpMethod' => 'GET',
853
+			  'parameters' => array(
854
+				'pageToken' => array(
855
+				  'location' => 'query',
856
+				  'type' => 'string',
857
+				),
858
+				'maxResults' => array(
859
+				  'location' => 'query',
860
+				  'type' => 'integer',
861
+				),
862
+				'syncToken' => array(
863
+				  'location' => 'query',
864
+				  'type' => 'string',
865
+				),
866
+			  ),
867
+			),'watch' => array(
868
+			  'path' => 'users/me/settings/watch',
869
+			  'httpMethod' => 'POST',
870
+			  'parameters' => array(
871
+				'pageToken' => array(
872
+				  'location' => 'query',
873
+				  'type' => 'string',
874
+				),
875
+				'maxResults' => array(
876
+				  'location' => 'query',
877
+				  'type' => 'integer',
878
+				),
879
+				'syncToken' => array(
880
+				  'location' => 'query',
881
+				  'type' => 'string',
882
+				),
883
+			  ),
884
+			),
885
+		  )
886
+		)
887
+	);
888 888
   }
889 889
 }
890 890
 
@@ -909,9 +909,9 @@  discard block
 block discarded – undo
909 909
    */
910 910
   public function delete($calendarId, $ruleId, $optParams = array())
911 911
   {
912
-    $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
913
-    $params = array_merge($params, $optParams);
914
-    return $this->call('delete', array($params));
912
+	$params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
913
+	$params = array_merge($params, $optParams);
914
+	return $this->call('delete', array($params));
915 915
   }
916 916
 
917 917
   /**
@@ -924,9 +924,9 @@  discard block
 block discarded – undo
924 924
    */
925 925
   public function get($calendarId, $ruleId, $optParams = array())
926 926
   {
927
-    $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
928
-    $params = array_merge($params, $optParams);
929
-    return $this->call('get', array($params), "Google_Service_Calendar_AclRule");
927
+	$params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
928
+	$params = array_merge($params, $optParams);
929
+	return $this->call('get', array($params), "Google_Service_Calendar_AclRule");
930 930
   }
931 931
 
932 932
   /**
@@ -939,9 +939,9 @@  discard block
 block discarded – undo
939 939
    */
940 940
   public function insert($calendarId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
941 941
   {
942
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
943
-    $params = array_merge($params, $optParams);
944
-    return $this->call('insert', array($params), "Google_Service_Calendar_AclRule");
942
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
943
+	$params = array_merge($params, $optParams);
944
+	return $this->call('insert', array($params), "Google_Service_Calendar_AclRule");
945 945
   }
946 946
 
947 947
   /**
@@ -971,9 +971,9 @@  discard block
 block discarded – undo
971 971
    */
972 972
   public function listAcl($calendarId, $optParams = array())
973 973
   {
974
-    $params = array('calendarId' => $calendarId);
975
-    $params = array_merge($params, $optParams);
976
-    return $this->call('list', array($params), "Google_Service_Calendar_Acl");
974
+	$params = array('calendarId' => $calendarId);
975
+	$params = array_merge($params, $optParams);
976
+	return $this->call('list', array($params), "Google_Service_Calendar_Acl");
977 977
   }
978 978
 
979 979
   /**
@@ -988,9 +988,9 @@  discard block
 block discarded – undo
988 988
    */
989 989
   public function patch($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
990 990
   {
991
-    $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
992
-    $params = array_merge($params, $optParams);
993
-    return $this->call('patch', array($params), "Google_Service_Calendar_AclRule");
991
+	$params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
992
+	$params = array_merge($params, $optParams);
993
+	return $this->call('patch', array($params), "Google_Service_Calendar_AclRule");
994 994
   }
995 995
 
996 996
   /**
@@ -1004,9 +1004,9 @@  discard block
 block discarded – undo
1004 1004
    */
1005 1005
   public function update($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
1006 1006
   {
1007
-    $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
1008
-    $params = array_merge($params, $optParams);
1009
-    return $this->call('update', array($params), "Google_Service_Calendar_AclRule");
1007
+	$params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
1008
+	$params = array_merge($params, $optParams);
1009
+	return $this->call('update', array($params), "Google_Service_Calendar_AclRule");
1010 1010
   }
1011 1011
 
1012 1012
   /**
@@ -1037,9 +1037,9 @@  discard block
 block discarded – undo
1037 1037
    */
1038 1038
   public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array())
1039 1039
   {
1040
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1041
-    $params = array_merge($params, $optParams);
1042
-    return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1040
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1041
+	$params = array_merge($params, $optParams);
1042
+	return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1043 1043
   }
1044 1044
 }
1045 1045
 
@@ -1062,9 +1062,9 @@  discard block
 block discarded – undo
1062 1062
    */
1063 1063
   public function delete($calendarId, $optParams = array())
1064 1064
   {
1065
-    $params = array('calendarId' => $calendarId);
1066
-    $params = array_merge($params, $optParams);
1067
-    return $this->call('delete', array($params));
1065
+	$params = array('calendarId' => $calendarId);
1066
+	$params = array_merge($params, $optParams);
1067
+	return $this->call('delete', array($params));
1068 1068
   }
1069 1069
 
1070 1070
   /**
@@ -1076,9 +1076,9 @@  discard block
 block discarded – undo
1076 1076
    */
1077 1077
   public function get($calendarId, $optParams = array())
1078 1078
   {
1079
-    $params = array('calendarId' => $calendarId);
1080
-    $params = array_merge($params, $optParams);
1081
-    return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry");
1079
+	$params = array('calendarId' => $calendarId);
1080
+	$params = array_merge($params, $optParams);
1081
+	return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry");
1082 1082
   }
1083 1083
 
1084 1084
   /**
@@ -1095,9 +1095,9 @@  discard block
 block discarded – undo
1095 1095
    */
1096 1096
   public function insert(Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
1097 1097
   {
1098
-    $params = array('postBody' => $postBody);
1099
-    $params = array_merge($params, $optParams);
1100
-    return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry");
1098
+	$params = array('postBody' => $postBody);
1099
+	$params = array_merge($params, $optParams);
1100
+	return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry");
1101 1101
   }
1102 1102
 
1103 1103
   /**
@@ -1132,9 +1132,9 @@  discard block
 block discarded – undo
1132 1132
    */
1133 1133
   public function listCalendarList($optParams = array())
1134 1134
   {
1135
-    $params = array();
1136
-    $params = array_merge($params, $optParams);
1137
-    return $this->call('list', array($params), "Google_Service_Calendar_CalendarList");
1135
+	$params = array();
1136
+	$params = array_merge($params, $optParams);
1137
+	return $this->call('list', array($params), "Google_Service_Calendar_CalendarList");
1138 1138
   }
1139 1139
 
1140 1140
   /**
@@ -1153,9 +1153,9 @@  discard block
 block discarded – undo
1153 1153
    */
1154 1154
   public function patch($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
1155 1155
   {
1156
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1157
-    $params = array_merge($params, $optParams);
1158
-    return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry");
1156
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1157
+	$params = array_merge($params, $optParams);
1158
+	return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry");
1159 1159
   }
1160 1160
 
1161 1161
   /**
@@ -1173,9 +1173,9 @@  discard block
 block discarded – undo
1173 1173
    */
1174 1174
   public function update($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
1175 1175
   {
1176
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1177
-    $params = array_merge($params, $optParams);
1178
-    return $this->call('update', array($params), "Google_Service_Calendar_CalendarListEntry");
1176
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1177
+	$params = array_merge($params, $optParams);
1178
+	return $this->call('update', array($params), "Google_Service_Calendar_CalendarListEntry");
1179 1179
   }
1180 1180
 
1181 1181
   /**
@@ -1211,9 +1211,9 @@  discard block
 block discarded – undo
1211 1211
    */
1212 1212
   public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array())
1213 1213
   {
1214
-    $params = array('postBody' => $postBody);
1215
-    $params = array_merge($params, $optParams);
1216
-    return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1214
+	$params = array('postBody' => $postBody);
1215
+	$params = array_merge($params, $optParams);
1216
+	return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1217 1217
   }
1218 1218
 }
1219 1219
 
@@ -1237,9 +1237,9 @@  discard block
 block discarded – undo
1237 1237
    */
1238 1238
   public function clear($calendarId, $optParams = array())
1239 1239
   {
1240
-    $params = array('calendarId' => $calendarId);
1241
-    $params = array_merge($params, $optParams);
1242
-    return $this->call('clear', array($params));
1240
+	$params = array('calendarId' => $calendarId);
1241
+	$params = array_merge($params, $optParams);
1242
+	return $this->call('clear', array($params));
1243 1243
   }
1244 1244
 
1245 1245
   /**
@@ -1251,9 +1251,9 @@  discard block
 block discarded – undo
1251 1251
    */
1252 1252
   public function delete($calendarId, $optParams = array())
1253 1253
   {
1254
-    $params = array('calendarId' => $calendarId);
1255
-    $params = array_merge($params, $optParams);
1256
-    return $this->call('delete', array($params));
1254
+	$params = array('calendarId' => $calendarId);
1255
+	$params = array_merge($params, $optParams);
1256
+	return $this->call('delete', array($params));
1257 1257
   }
1258 1258
 
1259 1259
   /**
@@ -1265,9 +1265,9 @@  discard block
 block discarded – undo
1265 1265
    */
1266 1266
   public function get($calendarId, $optParams = array())
1267 1267
   {
1268
-    $params = array('calendarId' => $calendarId);
1269
-    $params = array_merge($params, $optParams);
1270
-    return $this->call('get', array($params), "Google_Service_Calendar_Calendar");
1268
+	$params = array('calendarId' => $calendarId);
1269
+	$params = array_merge($params, $optParams);
1270
+	return $this->call('get', array($params), "Google_Service_Calendar_Calendar");
1271 1271
   }
1272 1272
 
1273 1273
   /**
@@ -1279,9 +1279,9 @@  discard block
 block discarded – undo
1279 1279
    */
1280 1280
   public function insert(Google_Service_Calendar_Calendar $postBody, $optParams = array())
1281 1281
   {
1282
-    $params = array('postBody' => $postBody);
1283
-    $params = array_merge($params, $optParams);
1284
-    return $this->call('insert', array($params), "Google_Service_Calendar_Calendar");
1282
+	$params = array('postBody' => $postBody);
1283
+	$params = array_merge($params, $optParams);
1284
+	return $this->call('insert', array($params), "Google_Service_Calendar_Calendar");
1285 1285
   }
1286 1286
 
1287 1287
   /**
@@ -1295,9 +1295,9 @@  discard block
 block discarded – undo
1295 1295
    */
1296 1296
   public function patch($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array())
1297 1297
   {
1298
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1299
-    $params = array_merge($params, $optParams);
1300
-    return $this->call('patch', array($params), "Google_Service_Calendar_Calendar");
1298
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1299
+	$params = array_merge($params, $optParams);
1300
+	return $this->call('patch', array($params), "Google_Service_Calendar_Calendar");
1301 1301
   }
1302 1302
 
1303 1303
   /**
@@ -1310,9 +1310,9 @@  discard block
 block discarded – undo
1310 1310
    */
1311 1311
   public function update($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array())
1312 1312
   {
1313
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1314
-    $params = array_merge($params, $optParams);
1315
-    return $this->call('update', array($params), "Google_Service_Calendar_Calendar");
1313
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1314
+	$params = array_merge($params, $optParams);
1315
+	return $this->call('update', array($params), "Google_Service_Calendar_Calendar");
1316 1316
   }
1317 1317
 }
1318 1318
 
@@ -1335,9 +1335,9 @@  discard block
 block discarded – undo
1335 1335
    */
1336 1336
   public function stop(Google_Service_Calendar_Channel $postBody, $optParams = array())
1337 1337
   {
1338
-    $params = array('postBody' => $postBody);
1339
-    $params = array_merge($params, $optParams);
1340
-    return $this->call('stop', array($params));
1338
+	$params = array('postBody' => $postBody);
1339
+	$params = array_merge($params, $optParams);
1340
+	return $this->call('stop', array($params));
1341 1341
   }
1342 1342
 }
1343 1343
 
@@ -1360,9 +1360,9 @@  discard block
 block discarded – undo
1360 1360
    */
1361 1361
   public function get($optParams = array())
1362 1362
   {
1363
-    $params = array();
1364
-    $params = array_merge($params, $optParams);
1365
-    return $this->call('get', array($params), "Google_Service_Calendar_Colors");
1363
+	$params = array();
1364
+	$params = array_merge($params, $optParams);
1365
+	return $this->call('get', array($params), "Google_Service_Calendar_Colors");
1366 1366
   }
1367 1367
 }
1368 1368
 
@@ -1389,9 +1389,9 @@  discard block
 block discarded – undo
1389 1389
    */
1390 1390
   public function delete($calendarId, $eventId, $optParams = array())
1391 1391
   {
1392
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1393
-    $params = array_merge($params, $optParams);
1394
-    return $this->call('delete', array($params));
1392
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1393
+	$params = array_merge($params, $optParams);
1394
+	return $this->call('delete', array($params));
1395 1395
   }
1396 1396
 
1397 1397
   /**
@@ -1416,9 +1416,9 @@  discard block
 block discarded – undo
1416 1416
    */
1417 1417
   public function get($calendarId, $eventId, $optParams = array())
1418 1418
   {
1419
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1420
-    $params = array_merge($params, $optParams);
1421
-    return $this->call('get', array($params), "Google_Service_Calendar_Event");
1419
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1420
+	$params = array_merge($params, $optParams);
1421
+	return $this->call('get', array($params), "Google_Service_Calendar_Event");
1422 1422
   }
1423 1423
 
1424 1424
   /**
@@ -1435,9 +1435,9 @@  discard block
 block discarded – undo
1435 1435
    */
1436 1436
   public function import($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array())
1437 1437
   {
1438
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1439
-    $params = array_merge($params, $optParams);
1440
-    return $this->call('import', array($params), "Google_Service_Calendar_Event");
1438
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1439
+	$params = array_merge($params, $optParams);
1440
+	return $this->call('import', array($params), "Google_Service_Calendar_Event");
1441 1441
   }
1442 1442
 
1443 1443
   /**
@@ -1458,9 +1458,9 @@  discard block
 block discarded – undo
1458 1458
    */
1459 1459
   public function insert($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array())
1460 1460
   {
1461
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1462
-    $params = array_merge($params, $optParams);
1463
-    return $this->call('insert', array($params), "Google_Service_Calendar_Event");
1461
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1462
+	$params = array_merge($params, $optParams);
1463
+	return $this->call('insert', array($params), "Google_Service_Calendar_Event");
1464 1464
   }
1465 1465
 
1466 1466
   /**
@@ -1500,9 +1500,9 @@  discard block
 block discarded – undo
1500 1500
    */
1501 1501
   public function instances($calendarId, $eventId, $optParams = array())
1502 1502
   {
1503
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1504
-    $params = array_merge($params, $optParams);
1505
-    return $this->call('instances', array($params), "Google_Service_Calendar_Events");
1503
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId);
1504
+	$params = array_merge($params, $optParams);
1505
+	return $this->call('instances', array($params), "Google_Service_Calendar_Events");
1506 1506
   }
1507 1507
 
1508 1508
   /**
@@ -1579,9 +1579,9 @@  discard block
 block discarded – undo
1579 1579
    */
1580 1580
   public function listEvents($calendarId, $optParams = array())
1581 1581
   {
1582
-    $params = array('calendarId' => $calendarId);
1583
-    $params = array_merge($params, $optParams);
1584
-    return $this->call('list', array($params), "Google_Service_Calendar_Events");
1582
+	$params = array('calendarId' => $calendarId);
1583
+	$params = array_merge($params, $optParams);
1584
+	return $this->call('list', array($params), "Google_Service_Calendar_Events");
1585 1585
   }
1586 1586
 
1587 1587
   /**
@@ -1601,9 +1601,9 @@  discard block
 block discarded – undo
1601 1601
    */
1602 1602
   public function move($calendarId, $eventId, $destination, $optParams = array())
1603 1603
   {
1604
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination);
1605
-    $params = array_merge($params, $optParams);
1606
-    return $this->call('move', array($params), "Google_Service_Calendar_Event");
1604
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination);
1605
+	$params = array_merge($params, $optParams);
1606
+	return $this->call('move', array($params), "Google_Service_Calendar_Event");
1607 1607
   }
1608 1608
 
1609 1609
   /**
@@ -1632,9 +1632,9 @@  discard block
 block discarded – undo
1632 1632
    */
1633 1633
   public function patch($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array())
1634 1634
   {
1635
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);
1636
-    $params = array_merge($params, $optParams);
1637
-    return $this->call('patch', array($params), "Google_Service_Calendar_Event");
1635
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);
1636
+	$params = array_merge($params, $optParams);
1637
+	return $this->call('patch', array($params), "Google_Service_Calendar_Event");
1638 1638
   }
1639 1639
 
1640 1640
   /**
@@ -1650,9 +1650,9 @@  discard block
 block discarded – undo
1650 1650
    */
1651 1651
   public function quickAdd($calendarId, $text, $optParams = array())
1652 1652
   {
1653
-    $params = array('calendarId' => $calendarId, 'text' => $text);
1654
-    $params = array_merge($params, $optParams);
1655
-    return $this->call('quickAdd', array($params), "Google_Service_Calendar_Event");
1653
+	$params = array('calendarId' => $calendarId, 'text' => $text);
1654
+	$params = array_merge($params, $optParams);
1655
+	return $this->call('quickAdd', array($params), "Google_Service_Calendar_Event");
1656 1656
   }
1657 1657
 
1658 1658
   /**
@@ -1681,9 +1681,9 @@  discard block
 block discarded – undo
1681 1681
    */
1682 1682
   public function update($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array())
1683 1683
   {
1684
-    $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);
1685
-    $params = array_merge($params, $optParams);
1686
-    return $this->call('update', array($params), "Google_Service_Calendar_Event");
1684
+	$params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);
1685
+	$params = array_merge($params, $optParams);
1686
+	return $this->call('update', array($params), "Google_Service_Calendar_Event");
1687 1687
   }
1688 1688
 
1689 1689
   /**
@@ -1761,9 +1761,9 @@  discard block
 block discarded – undo
1761 1761
    */
1762 1762
   public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array())
1763 1763
   {
1764
-    $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1765
-    $params = array_merge($params, $optParams);
1766
-    return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1764
+	$params = array('calendarId' => $calendarId, 'postBody' => $postBody);
1765
+	$params = array_merge($params, $optParams);
1766
+	return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1767 1767
   }
1768 1768
 }
1769 1769
 
@@ -1787,9 +1787,9 @@  discard block
 block discarded – undo
1787 1787
    */
1788 1788
   public function query(Google_Service_Calendar_FreeBusyRequest $postBody, $optParams = array())
1789 1789
   {
1790
-    $params = array('postBody' => $postBody);
1791
-    $params = array_merge($params, $optParams);
1792
-    return $this->call('query', array($params), "Google_Service_Calendar_FreeBusyResponse");
1790
+	$params = array('postBody' => $postBody);
1791
+	$params = array_merge($params, $optParams);
1792
+	return $this->call('query', array($params), "Google_Service_Calendar_FreeBusyResponse");
1793 1793
   }
1794 1794
 }
1795 1795
 
@@ -1813,9 +1813,9 @@  discard block
 block discarded – undo
1813 1813
    */
1814 1814
   public function get($setting, $optParams = array())
1815 1815
   {
1816
-    $params = array('setting' => $setting);
1817
-    $params = array_merge($params, $optParams);
1818
-    return $this->call('get', array($params), "Google_Service_Calendar_Setting");
1816
+	$params = array('setting' => $setting);
1817
+	$params = array_merge($params, $optParams);
1818
+	return $this->call('get', array($params), "Google_Service_Calendar_Setting");
1819 1819
   }
1820 1820
 
1821 1821
   /**
@@ -1839,9 +1839,9 @@  discard block
 block discarded – undo
1839 1839
    */
1840 1840
   public function listSettings($optParams = array())
1841 1841
   {
1842
-    $params = array();
1843
-    $params = array_merge($params, $optParams);
1844
-    return $this->call('list', array($params), "Google_Service_Calendar_Settings");
1842
+	$params = array();
1843
+	$params = array_merge($params, $optParams);
1844
+	return $this->call('list', array($params), "Google_Service_Calendar_Settings");
1845 1845
   }
1846 1846
 
1847 1847
   /**
@@ -1866,9 +1866,9 @@  discard block
 block discarded – undo
1866 1866
    */
1867 1867
   public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array())
1868 1868
   {
1869
-    $params = array('postBody' => $postBody);
1870
-    $params = array_merge($params, $optParams);
1871
-    return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1869
+	$params = array('postBody' => $postBody);
1870
+	$params = array_merge($params, $optParams);
1871
+	return $this->call('watch', array($params), "Google_Service_Calendar_Channel");
1872 1872
   }
1873 1873
 }
1874 1874
 
@@ -1890,43 +1890,43 @@  discard block
 block discarded – undo
1890 1890
 
1891 1891
   public function setEtag($etag)
1892 1892
   {
1893
-    $this->etag = $etag;
1893
+	$this->etag = $etag;
1894 1894
   }
1895 1895
   public function getEtag()
1896 1896
   {
1897
-    return $this->etag;
1897
+	return $this->etag;
1898 1898
   }
1899 1899
   public function setItems($items)
1900 1900
   {
1901
-    $this->items = $items;
1901
+	$this->items = $items;
1902 1902
   }
1903 1903
   public function getItems()
1904 1904
   {
1905
-    return $this->items;
1905
+	return $this->items;
1906 1906
   }
1907 1907
   public function setKind($kind)
1908 1908
   {
1909
-    $this->kind = $kind;
1909
+	$this->kind = $kind;
1910 1910
   }
1911 1911
   public function getKind()
1912 1912
   {
1913
-    return $this->kind;
1913
+	return $this->kind;
1914 1914
   }
1915 1915
   public function setNextPageToken($nextPageToken)
1916 1916
   {
1917
-    $this->nextPageToken = $nextPageToken;
1917
+	$this->nextPageToken = $nextPageToken;
1918 1918
   }
1919 1919
   public function getNextPageToken()
1920 1920
   {
1921
-    return $this->nextPageToken;
1921
+	return $this->nextPageToken;
1922 1922
   }
1923 1923
   public function setNextSyncToken($nextSyncToken)
1924 1924
   {
1925
-    $this->nextSyncToken = $nextSyncToken;
1925
+	$this->nextSyncToken = $nextSyncToken;
1926 1926
   }
1927 1927
   public function getNextSyncToken()
1928 1928
   {
1929
-    return $this->nextSyncToken;
1929
+	return $this->nextSyncToken;
1930 1930
   }
1931 1931
 }
1932 1932
 
@@ -1944,43 +1944,43 @@  discard block
 block discarded – undo
1944 1944
 
1945 1945
   public function setEtag($etag)
1946 1946
   {
1947
-    $this->etag = $etag;
1947
+	$this->etag = $etag;
1948 1948
   }
1949 1949
   public function getEtag()
1950 1950
   {
1951
-    return $this->etag;
1951
+	return $this->etag;
1952 1952
   }
1953 1953
   public function setId($id)
1954 1954
   {
1955
-    $this->id = $id;
1955
+	$this->id = $id;
1956 1956
   }
1957 1957
   public function getId()
1958 1958
   {
1959
-    return $this->id;
1959
+	return $this->id;
1960 1960
   }
1961 1961
   public function setKind($kind)
1962 1962
   {
1963
-    $this->kind = $kind;
1963
+	$this->kind = $kind;
1964 1964
   }
1965 1965
   public function getKind()
1966 1966
   {
1967
-    return $this->kind;
1967
+	return $this->kind;
1968 1968
   }
1969 1969
   public function setRole($role)
1970 1970
   {
1971
-    $this->role = $role;
1971
+	$this->role = $role;
1972 1972
   }
1973 1973
   public function getRole()
1974 1974
   {
1975
-    return $this->role;
1975
+	return $this->role;
1976 1976
   }
1977 1977
   public function setScope(Google_Service_Calendar_AclRuleScope $scope)
1978 1978
   {
1979
-    $this->scope = $scope;
1979
+	$this->scope = $scope;
1980 1980
   }
1981 1981
   public function getScope()
1982 1982
   {
1983
-    return $this->scope;
1983
+	return $this->scope;
1984 1984
   }
1985 1985
 }
1986 1986
 
@@ -1994,19 +1994,19 @@  discard block
 block discarded – undo
1994 1994
 
1995 1995
   public function setType($type)
1996 1996
   {
1997
-    $this->type = $type;
1997
+	$this->type = $type;
1998 1998
   }
1999 1999
   public function getType()
2000 2000
   {
2001
-    return $this->type;
2001
+	return $this->type;
2002 2002
   }
2003 2003
   public function setValue($value)
2004 2004
   {
2005
-    $this->value = $value;
2005
+	$this->value = $value;
2006 2006
   }
2007 2007
   public function getValue()
2008 2008
   {
2009
-    return $this->value;
2009
+	return $this->value;
2010 2010
   }
2011 2011
 }
2012 2012
 
@@ -2025,59 +2025,59 @@  discard block
 block discarded – undo
2025 2025
 
2026 2026
   public function setDescription($description)
2027 2027
   {
2028
-    $this->description = $description;
2028
+	$this->description = $description;
2029 2029
   }
2030 2030
   public function getDescription()
2031 2031
   {
2032
-    return $this->description;
2032
+	return $this->description;
2033 2033
   }
2034 2034
   public function setEtag($etag)
2035 2035
   {
2036
-    $this->etag = $etag;
2036
+	$this->etag = $etag;
2037 2037
   }
2038 2038
   public function getEtag()
2039 2039
   {
2040
-    return $this->etag;
2040
+	return $this->etag;
2041 2041
   }
2042 2042
   public function setId($id)
2043 2043
   {
2044
-    $this->id = $id;
2044
+	$this->id = $id;
2045 2045
   }
2046 2046
   public function getId()
2047 2047
   {
2048
-    return $this->id;
2048
+	return $this->id;
2049 2049
   }
2050 2050
   public function setKind($kind)
2051 2051
   {
2052
-    $this->kind = $kind;
2052
+	$this->kind = $kind;
2053 2053
   }
2054 2054
   public function getKind()
2055 2055
   {
2056
-    return $this->kind;
2056
+	return $this->kind;
2057 2057
   }
2058 2058
   public function setLocation($location)
2059 2059
   {
2060
-    $this->location = $location;
2060
+	$this->location = $location;
2061 2061
   }
2062 2062
   public function getLocation()
2063 2063
   {
2064
-    return $this->location;
2064
+	return $this->location;
2065 2065
   }
2066 2066
   public function setSummary($summary)
2067 2067
   {
2068
-    $this->summary = $summary;
2068
+	$this->summary = $summary;
2069 2069
   }
2070 2070
   public function getSummary()
2071 2071
   {
2072
-    return $this->summary;
2072
+	return $this->summary;
2073 2073
   }
2074 2074
   public function setTimeZone($timeZone)
2075 2075
   {
2076
-    $this->timeZone = $timeZone;
2076
+	$this->timeZone = $timeZone;
2077 2077
   }
2078 2078
   public function getTimeZone()
2079 2079
   {
2080
-    return $this->timeZone;
2080
+	return $this->timeZone;
2081 2081
   }
2082 2082
 }
2083 2083
 
@@ -2096,43 +2096,43 @@  discard block
 block discarded – undo
2096 2096
 
2097 2097
   public function setEtag($etag)
2098 2098
   {
2099
-    $this->etag = $etag;
2099
+	$this->etag = $etag;
2100 2100
   }
2101 2101
   public function getEtag()
2102 2102
   {
2103
-    return $this->etag;
2103
+	return $this->etag;
2104 2104
   }
2105 2105
   public function setItems($items)
2106 2106
   {
2107
-    $this->items = $items;
2107
+	$this->items = $items;
2108 2108
   }
2109 2109
   public function getItems()
2110 2110
   {
2111
-    return $this->items;
2111
+	return $this->items;
2112 2112
   }
2113 2113
   public function setKind($kind)
2114 2114
   {
2115
-    $this->kind = $kind;
2115
+	$this->kind = $kind;
2116 2116
   }
2117 2117
   public function getKind()
2118 2118
   {
2119
-    return $this->kind;
2119
+	return $this->kind;
2120 2120
   }
2121 2121
   public function setNextPageToken($nextPageToken)
2122 2122
   {
2123
-    $this->nextPageToken = $nextPageToken;
2123
+	$this->nextPageToken = $nextPageToken;
2124 2124
   }
2125 2125
   public function getNextPageToken()
2126 2126
   {
2127
-    return $this->nextPageToken;
2127
+	return $this->nextPageToken;
2128 2128
   }
2129 2129
   public function setNextSyncToken($nextSyncToken)
2130 2130
   {
2131
-    $this->nextSyncToken = $nextSyncToken;
2131
+	$this->nextSyncToken = $nextSyncToken;
2132 2132
   }
2133 2133
   public function getNextSyncToken()
2134 2134
   {
2135
-    return $this->nextSyncToken;
2135
+	return $this->nextSyncToken;
2136 2136
   }
2137 2137
 }
2138 2138
 
@@ -2165,147 +2165,147 @@  discard block
 block discarded – undo
2165 2165
 
2166 2166
   public function setAccessRole($accessRole)
2167 2167
   {
2168
-    $this->accessRole = $accessRole;
2168
+	$this->accessRole = $accessRole;
2169 2169
   }
2170 2170
   public function getAccessRole()
2171 2171
   {
2172
-    return $this->accessRole;
2172
+	return $this->accessRole;
2173 2173
   }
2174 2174
   public function setBackgroundColor($backgroundColor)
2175 2175
   {
2176
-    $this->backgroundColor = $backgroundColor;
2176
+	$this->backgroundColor = $backgroundColor;
2177 2177
   }
2178 2178
   public function getBackgroundColor()
2179 2179
   {
2180
-    return $this->backgroundColor;
2180
+	return $this->backgroundColor;
2181 2181
   }
2182 2182
   public function setColorId($colorId)
2183 2183
   {
2184
-    $this->colorId = $colorId;
2184
+	$this->colorId = $colorId;
2185 2185
   }
2186 2186
   public function getColorId()
2187 2187
   {
2188
-    return $this->colorId;
2188
+	return $this->colorId;
2189 2189
   }
2190 2190
   public function setDefaultReminders($defaultReminders)
2191 2191
   {
2192
-    $this->defaultReminders = $defaultReminders;
2192
+	$this->defaultReminders = $defaultReminders;
2193 2193
   }
2194 2194
   public function getDefaultReminders()
2195 2195
   {
2196
-    return $this->defaultReminders;
2196
+	return $this->defaultReminders;
2197 2197
   }
2198 2198
   public function setDeleted($deleted)
2199 2199
   {
2200
-    $this->deleted = $deleted;
2200
+	$this->deleted = $deleted;
2201 2201
   }
2202 2202
   public function getDeleted()
2203 2203
   {
2204
-    return $this->deleted;
2204
+	return $this->deleted;
2205 2205
   }
2206 2206
   public function setDescription($description)
2207 2207
   {
2208
-    $this->description = $description;
2208
+	$this->description = $description;
2209 2209
   }
2210 2210
   public function getDescription()
2211 2211
   {
2212
-    return $this->description;
2212
+	return $this->description;
2213 2213
   }
2214 2214
   public function setEtag($etag)
2215 2215
   {
2216
-    $this->etag = $etag;
2216
+	$this->etag = $etag;
2217 2217
   }
2218 2218
   public function getEtag()
2219 2219
   {
2220
-    return $this->etag;
2220
+	return $this->etag;
2221 2221
   }
2222 2222
   public function setForegroundColor($foregroundColor)
2223 2223
   {
2224
-    $this->foregroundColor = $foregroundColor;
2224
+	$this->foregroundColor = $foregroundColor;
2225 2225
   }
2226 2226
   public function getForegroundColor()
2227 2227
   {
2228
-    return $this->foregroundColor;
2228
+	return $this->foregroundColor;
2229 2229
   }
2230 2230
   public function setHidden($hidden)
2231 2231
   {
2232
-    $this->hidden = $hidden;
2232
+	$this->hidden = $hidden;
2233 2233
   }
2234 2234
   public function getHidden()
2235 2235
   {
2236
-    return $this->hidden;
2236
+	return $this->hidden;
2237 2237
   }
2238 2238
   public function setId($id)
2239 2239
   {
2240
-    $this->id = $id;
2240
+	$this->id = $id;
2241 2241
   }
2242 2242
   public function getId()
2243 2243
   {
2244
-    return $this->id;
2244
+	return $this->id;
2245 2245
   }
2246 2246
   public function setKind($kind)
2247 2247
   {
2248
-    $this->kind = $kind;
2248
+	$this->kind = $kind;
2249 2249
   }
2250 2250
   public function getKind()
2251 2251
   {
2252
-    return $this->kind;
2252
+	return $this->kind;
2253 2253
   }
2254 2254
   public function setLocation($location)
2255 2255
   {
2256
-    $this->location = $location;
2256
+	$this->location = $location;
2257 2257
   }
2258 2258
   public function getLocation()
2259 2259
   {
2260
-    return $this->location;
2260
+	return $this->location;
2261 2261
   }
2262 2262
   public function setNotificationSettings(Google_Service_Calendar_CalendarListEntryNotificationSettings $notificationSettings)
2263 2263
   {
2264
-    $this->notificationSettings = $notificationSettings;
2264
+	$this->notificationSettings = $notificationSettings;
2265 2265
   }
2266 2266
   public function getNotificationSettings()
2267 2267
   {
2268
-    return $this->notificationSettings;
2268
+	return $this->notificationSettings;
2269 2269
   }
2270 2270
   public function setPrimary($primary)
2271 2271
   {
2272
-    $this->primary = $primary;
2272
+	$this->primary = $primary;
2273 2273
   }
2274 2274
   public function getPrimary()
2275 2275
   {
2276
-    return $this->primary;
2276
+	return $this->primary;
2277 2277
   }
2278 2278
   public function setSelected($selected)
2279 2279
   {
2280
-    $this->selected = $selected;
2280
+	$this->selected = $selected;
2281 2281
   }
2282 2282
   public function getSelected()
2283 2283
   {
2284
-    return $this->selected;
2284
+	return $this->selected;
2285 2285
   }
2286 2286
   public function setSummary($summary)
2287 2287
   {
2288
-    $this->summary = $summary;
2288
+	$this->summary = $summary;
2289 2289
   }
2290 2290
   public function getSummary()
2291 2291
   {
2292
-    return $this->summary;
2292
+	return $this->summary;
2293 2293
   }
2294 2294
   public function setSummaryOverride($summaryOverride)
2295 2295
   {
2296
-    $this->summaryOverride = $summaryOverride;
2296
+	$this->summaryOverride = $summaryOverride;
2297 2297
   }
2298 2298
   public function getSummaryOverride()
2299 2299
   {
2300
-    return $this->summaryOverride;
2300
+	return $this->summaryOverride;
2301 2301
   }
2302 2302
   public function setTimeZone($timeZone)
2303 2303
   {
2304
-    $this->timeZone = $timeZone;
2304
+	$this->timeZone = $timeZone;
2305 2305
   }
2306 2306
   public function getTimeZone()
2307 2307
   {
2308
-    return $this->timeZone;
2308
+	return $this->timeZone;
2309 2309
   }
2310 2310
 }
2311 2311
 
@@ -2320,11 +2320,11 @@  discard block
 block discarded – undo
2320 2320
 
2321 2321
   public function setNotifications($notifications)
2322 2322
   {
2323
-    $this->notifications = $notifications;
2323
+	$this->notifications = $notifications;
2324 2324
   }
2325 2325
   public function getNotifications()
2326 2326
   {
2327
-    return $this->notifications;
2327
+	return $this->notifications;
2328 2328
   }
2329 2329
 }
2330 2330
 
@@ -2338,19 +2338,19 @@  discard block
 block discarded – undo
2338 2338
 
2339 2339
   public function setMethod($method)
2340 2340
   {
2341
-    $this->method = $method;
2341
+	$this->method = $method;
2342 2342
   }
2343 2343
   public function getMethod()
2344 2344
   {
2345
-    return $this->method;
2345
+	return $this->method;
2346 2346
   }
2347 2347
   public function setType($type)
2348 2348
   {
2349
-    $this->type = $type;
2349
+	$this->type = $type;
2350 2350
   }
2351 2351
   public function getType()
2352 2352
   {
2353
-    return $this->type;
2353
+	return $this->type;
2354 2354
   }
2355 2355
 }
2356 2356
 
@@ -2372,83 +2372,83 @@  discard block
 block discarded – undo
2372 2372
 
2373 2373
   public function setAddress($address)
2374 2374
   {
2375
-    $this->address = $address;
2375
+	$this->address = $address;
2376 2376
   }
2377 2377
   public function getAddress()
2378 2378
   {
2379
-    return $this->address;
2379
+	return $this->address;
2380 2380
   }
2381 2381
   public function setExpiration($expiration)
2382 2382
   {
2383
-    $this->expiration = $expiration;
2383
+	$this->expiration = $expiration;
2384 2384
   }
2385 2385
   public function getExpiration()
2386 2386
   {
2387
-    return $this->expiration;
2387
+	return $this->expiration;
2388 2388
   }
2389 2389
   public function setId($id)
2390 2390
   {
2391
-    $this->id = $id;
2391
+	$this->id = $id;
2392 2392
   }
2393 2393
   public function getId()
2394 2394
   {
2395
-    return $this->id;
2395
+	return $this->id;
2396 2396
   }
2397 2397
   public function setKind($kind)
2398 2398
   {
2399
-    $this->kind = $kind;
2399
+	$this->kind = $kind;
2400 2400
   }
2401 2401
   public function getKind()
2402 2402
   {
2403
-    return $this->kind;
2403
+	return $this->kind;
2404 2404
   }
2405 2405
   public function setParams($params)
2406 2406
   {
2407
-    $this->params = $params;
2407
+	$this->params = $params;
2408 2408
   }
2409 2409
   public function getParams()
2410 2410
   {
2411
-    return $this->params;
2411
+	return $this->params;
2412 2412
   }
2413 2413
   public function setPayload($payload)
2414 2414
   {
2415
-    $this->payload = $payload;
2415
+	$this->payload = $payload;
2416 2416
   }
2417 2417
   public function getPayload()
2418 2418
   {
2419
-    return $this->payload;
2419
+	return $this->payload;
2420 2420
   }
2421 2421
   public function setResourceId($resourceId)
2422 2422
   {
2423
-    $this->resourceId = $resourceId;
2423
+	$this->resourceId = $resourceId;
2424 2424
   }
2425 2425
   public function getResourceId()
2426 2426
   {
2427
-    return $this->resourceId;
2427
+	return $this->resourceId;
2428 2428
   }
2429 2429
   public function setResourceUri($resourceUri)
2430 2430
   {
2431
-    $this->resourceUri = $resourceUri;
2431
+	$this->resourceUri = $resourceUri;
2432 2432
   }
2433 2433
   public function getResourceUri()
2434 2434
   {
2435
-    return $this->resourceUri;
2435
+	return $this->resourceUri;
2436 2436
   }
2437 2437
   public function setToken($token)
2438 2438
   {
2439
-    $this->token = $token;
2439
+	$this->token = $token;
2440 2440
   }
2441 2441
   public function getToken()
2442 2442
   {
2443
-    return $this->token;
2443
+	return $this->token;
2444 2444
   }
2445 2445
   public function setType($type)
2446 2446
   {
2447
-    $this->type = $type;
2447
+	$this->type = $type;
2448 2448
   }
2449 2449
   public function getType()
2450 2450
   {
2451
-    return $this->type;
2451
+	return $this->type;
2452 2452
   }
2453 2453
 }
2454 2454
 
@@ -2466,19 +2466,19 @@  discard block
 block discarded – undo
2466 2466
 
2467 2467
   public function setBackground($background)
2468 2468
   {
2469
-    $this->background = $background;
2469
+	$this->background = $background;
2470 2470
   }
2471 2471
   public function getBackground()
2472 2472
   {
2473
-    return $this->background;
2473
+	return $this->background;
2474 2474
   }
2475 2475
   public function setForeground($foreground)
2476 2476
   {
2477
-    $this->foreground = $foreground;
2477
+	$this->foreground = $foreground;
2478 2478
   }
2479 2479
   public function getForeground()
2480 2480
   {
2481
-    return $this->foreground;
2481
+	return $this->foreground;
2482 2482
   }
2483 2483
 }
2484 2484
 
@@ -2496,35 +2496,35 @@  discard block
 block discarded – undo
2496 2496
 
2497 2497
   public function setCalendar($calendar)
2498 2498
   {
2499
-    $this->calendar = $calendar;
2499
+	$this->calendar = $calendar;
2500 2500
   }
2501 2501
   public function getCalendar()
2502 2502
   {
2503
-    return $this->calendar;
2503
+	return $this->calendar;
2504 2504
   }
2505 2505
   public function setEvent($event)
2506 2506
   {
2507
-    $this->event = $event;
2507
+	$this->event = $event;
2508 2508
   }
2509 2509
   public function getEvent()
2510 2510
   {
2511
-    return $this->event;
2511
+	return $this->event;
2512 2512
   }
2513 2513
   public function setKind($kind)
2514 2514
   {
2515
-    $this->kind = $kind;
2515
+	$this->kind = $kind;
2516 2516
   }
2517 2517
   public function getKind()
2518 2518
   {
2519
-    return $this->kind;
2519
+	return $this->kind;
2520 2520
   }
2521 2521
   public function setUpdated($updated)
2522 2522
   {
2523
-    $this->updated = $updated;
2523
+	$this->updated = $updated;
2524 2524
   }
2525 2525
   public function getUpdated()
2526 2526
   {
2527
-    return $this->updated;
2527
+	return $this->updated;
2528 2528
   }
2529 2529
 }
2530 2530
 
@@ -2546,19 +2546,19 @@  discard block
 block discarded – undo
2546 2546
 
2547 2547
   public function setDomain($domain)
2548 2548
   {
2549
-    $this->domain = $domain;
2549
+	$this->domain = $domain;
2550 2550
   }
2551 2551
   public function getDomain()
2552 2552
   {
2553
-    return $this->domain;
2553
+	return $this->domain;
2554 2554
   }
2555 2555
   public function setReason($reason)
2556 2556
   {
2557
-    $this->reason = $reason;
2557
+	$this->reason = $reason;
2558 2558
   }
2559 2559
   public function getReason()
2560 2560
   {
2561
-    return $this->reason;
2561
+	return $this->reason;
2562 2562
   }
2563 2563
 }
2564 2564
 
@@ -2619,299 +2619,299 @@  discard block
 block discarded – undo
2619 2619
 
2620 2620
   public function setAnyoneCanAddSelf($anyoneCanAddSelf)
2621 2621
   {
2622
-    $this->anyoneCanAddSelf = $anyoneCanAddSelf;
2622
+	$this->anyoneCanAddSelf = $anyoneCanAddSelf;
2623 2623
   }
2624 2624
   public function getAnyoneCanAddSelf()
2625 2625
   {
2626
-    return $this->anyoneCanAddSelf;
2626
+	return $this->anyoneCanAddSelf;
2627 2627
   }
2628 2628
   public function setAttachments($attachments)
2629 2629
   {
2630
-    $this->attachments = $attachments;
2630
+	$this->attachments = $attachments;
2631 2631
   }
2632 2632
   public function getAttachments()
2633 2633
   {
2634
-    return $this->attachments;
2634
+	return $this->attachments;
2635 2635
   }
2636 2636
   public function setAttendees($attendees)
2637 2637
   {
2638
-    $this->attendees = $attendees;
2638
+	$this->attendees = $attendees;
2639 2639
   }
2640 2640
   public function getAttendees()
2641 2641
   {
2642
-    return $this->attendees;
2642
+	return $this->attendees;
2643 2643
   }
2644 2644
   public function setAttendeesOmitted($attendeesOmitted)
2645 2645
   {
2646
-    $this->attendeesOmitted = $attendeesOmitted;
2646
+	$this->attendeesOmitted = $attendeesOmitted;
2647 2647
   }
2648 2648
   public function getAttendeesOmitted()
2649 2649
   {
2650
-    return $this->attendeesOmitted;
2650
+	return $this->attendeesOmitted;
2651 2651
   }
2652 2652
   public function setColorId($colorId)
2653 2653
   {
2654
-    $this->colorId = $colorId;
2654
+	$this->colorId = $colorId;
2655 2655
   }
2656 2656
   public function getColorId()
2657 2657
   {
2658
-    return $this->colorId;
2658
+	return $this->colorId;
2659 2659
   }
2660 2660
   public function setCreated($created)
2661 2661
   {
2662
-    $this->created = $created;
2662
+	$this->created = $created;
2663 2663
   }
2664 2664
   public function getCreated()
2665 2665
   {
2666
-    return $this->created;
2666
+	return $this->created;
2667 2667
   }
2668 2668
   public function setCreator(Google_Service_Calendar_EventCreator $creator)
2669 2669
   {
2670
-    $this->creator = $creator;
2670
+	$this->creator = $creator;
2671 2671
   }
2672 2672
   public function getCreator()
2673 2673
   {
2674
-    return $this->creator;
2674
+	return $this->creator;
2675 2675
   }
2676 2676
   public function setDescription($description)
2677 2677
   {
2678
-    $this->description = $description;
2678
+	$this->description = $description;
2679 2679
   }
2680 2680
   public function getDescription()
2681 2681
   {
2682
-    return $this->description;
2682
+	return $this->description;
2683 2683
   }
2684 2684
   public function setEnd(Google_Service_Calendar_EventDateTime $end)
2685 2685
   {
2686
-    $this->end = $end;
2686
+	$this->end = $end;
2687 2687
   }
2688 2688
   public function getEnd()
2689 2689
   {
2690
-    return $this->end;
2690
+	return $this->end;
2691 2691
   }
2692 2692
   public function setEndTimeUnspecified($endTimeUnspecified)
2693 2693
   {
2694
-    $this->endTimeUnspecified = $endTimeUnspecified;
2694
+	$this->endTimeUnspecified = $endTimeUnspecified;
2695 2695
   }
2696 2696
   public function getEndTimeUnspecified()
2697 2697
   {
2698
-    return $this->endTimeUnspecified;
2698
+	return $this->endTimeUnspecified;
2699 2699
   }
2700 2700
   public function setEtag($etag)
2701 2701
   {
2702
-    $this->etag = $etag;
2702
+	$this->etag = $etag;
2703 2703
   }
2704 2704
   public function getEtag()
2705 2705
   {
2706
-    return $this->etag;
2706
+	return $this->etag;
2707 2707
   }
2708 2708
   public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties)
2709 2709
   {
2710
-    $this->extendedProperties = $extendedProperties;
2710
+	$this->extendedProperties = $extendedProperties;
2711 2711
   }
2712 2712
   public function getExtendedProperties()
2713 2713
   {
2714
-    return $this->extendedProperties;
2714
+	return $this->extendedProperties;
2715 2715
   }
2716 2716
   public function setGadget(Google_Service_Calendar_EventGadget $gadget)
2717 2717
   {
2718
-    $this->gadget = $gadget;
2718
+	$this->gadget = $gadget;
2719 2719
   }
2720 2720
   public function getGadget()
2721 2721
   {
2722
-    return $this->gadget;
2722
+	return $this->gadget;
2723 2723
   }
2724 2724
   public function setGuestsCanInviteOthers($guestsCanInviteOthers)
2725 2725
   {
2726
-    $this->guestsCanInviteOthers = $guestsCanInviteOthers;
2726
+	$this->guestsCanInviteOthers = $guestsCanInviteOthers;
2727 2727
   }
2728 2728
   public function getGuestsCanInviteOthers()
2729 2729
   {
2730
-    return $this->guestsCanInviteOthers;
2730
+	return $this->guestsCanInviteOthers;
2731 2731
   }
2732 2732
   public function setGuestsCanModify($guestsCanModify)
2733 2733
   {
2734
-    $this->guestsCanModify = $guestsCanModify;
2734
+	$this->guestsCanModify = $guestsCanModify;
2735 2735
   }
2736 2736
   public function getGuestsCanModify()
2737 2737
   {
2738
-    return $this->guestsCanModify;
2738
+	return $this->guestsCanModify;
2739 2739
   }
2740 2740
   public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests)
2741 2741
   {
2742
-    $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
2742
+	$this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
2743 2743
   }
2744 2744
   public function getGuestsCanSeeOtherGuests()
2745 2745
   {
2746
-    return $this->guestsCanSeeOtherGuests;
2746
+	return $this->guestsCanSeeOtherGuests;
2747 2747
   }
2748 2748
   public function setHangoutLink($hangoutLink)
2749 2749
   {
2750
-    $this->hangoutLink = $hangoutLink;
2750
+	$this->hangoutLink = $hangoutLink;
2751 2751
   }
2752 2752
   public function getHangoutLink()
2753 2753
   {
2754
-    return $this->hangoutLink;
2754
+	return $this->hangoutLink;
2755 2755
   }
2756 2756
   public function setHtmlLink($htmlLink)
2757 2757
   {
2758
-    $this->htmlLink = $htmlLink;
2758
+	$this->htmlLink = $htmlLink;
2759 2759
   }
2760 2760
   public function getHtmlLink()
2761 2761
   {
2762
-    return $this->htmlLink;
2762
+	return $this->htmlLink;
2763 2763
   }
2764 2764
   public function setICalUID($iCalUID)
2765 2765
   {
2766
-    $this->iCalUID = $iCalUID;
2766
+	$this->iCalUID = $iCalUID;
2767 2767
   }
2768 2768
   public function getICalUID()
2769 2769
   {
2770
-    return $this->iCalUID;
2770
+	return $this->iCalUID;
2771 2771
   }
2772 2772
   public function setId($id)
2773 2773
   {
2774
-    $this->id = $id;
2774
+	$this->id = $id;
2775 2775
   }
2776 2776
   public function getId()
2777 2777
   {
2778
-    return $this->id;
2778
+	return $this->id;
2779 2779
   }
2780 2780
   public function setKind($kind)
2781 2781
   {
2782
-    $this->kind = $kind;
2782
+	$this->kind = $kind;
2783 2783
   }
2784 2784
   public function getKind()
2785 2785
   {
2786
-    return $this->kind;
2786
+	return $this->kind;
2787 2787
   }
2788 2788
   public function setLocation($location)
2789 2789
   {
2790
-    $this->location = $location;
2790
+	$this->location = $location;
2791 2791
   }
2792 2792
   public function getLocation()
2793 2793
   {
2794
-    return $this->location;
2794
+	return $this->location;
2795 2795
   }
2796 2796
   public function setLocked($locked)
2797 2797
   {
2798
-    $this->locked = $locked;
2798
+	$this->locked = $locked;
2799 2799
   }
2800 2800
   public function getLocked()
2801 2801
   {
2802
-    return $this->locked;
2802
+	return $this->locked;
2803 2803
   }
2804 2804
   public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer)
2805 2805
   {
2806
-    $this->organizer = $organizer;
2806
+	$this->organizer = $organizer;
2807 2807
   }
2808 2808
   public function getOrganizer()
2809 2809
   {
2810
-    return $this->organizer;
2810
+	return $this->organizer;
2811 2811
   }
2812 2812
   public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime)
2813 2813
   {
2814
-    $this->originalStartTime = $originalStartTime;
2814
+	$this->originalStartTime = $originalStartTime;
2815 2815
   }
2816 2816
   public function getOriginalStartTime()
2817 2817
   {
2818
-    return $this->originalStartTime;
2818
+	return $this->originalStartTime;
2819 2819
   }
2820 2820
   public function setPrivateCopy($privateCopy)
2821 2821
   {
2822
-    $this->privateCopy = $privateCopy;
2822
+	$this->privateCopy = $privateCopy;
2823 2823
   }
2824 2824
   public function getPrivateCopy()
2825 2825
   {
2826
-    return $this->privateCopy;
2826
+	return $this->privateCopy;
2827 2827
   }
2828 2828
   public function setRecurrence($recurrence)
2829 2829
   {
2830
-    $this->recurrence = $recurrence;
2830
+	$this->recurrence = $recurrence;
2831 2831
   }
2832 2832
   public function getRecurrence()
2833 2833
   {
2834
-    return $this->recurrence;
2834
+	return $this->recurrence;
2835 2835
   }
2836 2836
   public function setRecurringEventId($recurringEventId)
2837 2837
   {
2838
-    $this->recurringEventId = $recurringEventId;
2838
+	$this->recurringEventId = $recurringEventId;
2839 2839
   }
2840 2840
   public function getRecurringEventId()
2841 2841
   {
2842
-    return $this->recurringEventId;
2842
+	return $this->recurringEventId;
2843 2843
   }
2844 2844
   public function setReminders(Google_Service_Calendar_EventReminders $reminders)
2845 2845
   {
2846
-    $this->reminders = $reminders;
2846
+	$this->reminders = $reminders;
2847 2847
   }
2848 2848
   public function getReminders()
2849 2849
   {
2850
-    return $this->reminders;
2850
+	return $this->reminders;
2851 2851
   }
2852 2852
   public function setSequence($sequence)
2853 2853
   {
2854
-    $this->sequence = $sequence;
2854
+	$this->sequence = $sequence;
2855 2855
   }
2856 2856
   public function getSequence()
2857 2857
   {
2858
-    return $this->sequence;
2858
+	return $this->sequence;
2859 2859
   }
2860 2860
   public function setSource(Google_Service_Calendar_EventSource $source)
2861 2861
   {
2862
-    $this->source = $source;
2862
+	$this->source = $source;
2863 2863
   }
2864 2864
   public function getSource()
2865 2865
   {
2866
-    return $this->source;
2866
+	return $this->source;
2867 2867
   }
2868 2868
   public function setStart(Google_Service_Calendar_EventDateTime $start)
2869 2869
   {
2870
-    $this->start = $start;
2870
+	$this->start = $start;
2871 2871
   }
2872 2872
   public function getStart()
2873 2873
   {
2874
-    return $this->start;
2874
+	return $this->start;
2875 2875
   }
2876 2876
   public function setStatus($status)
2877 2877
   {
2878
-    $this->status = $status;
2878
+	$this->status = $status;
2879 2879
   }
2880 2880
   public function getStatus()
2881 2881
   {
2882
-    return $this->status;
2882
+	return $this->status;
2883 2883
   }
2884 2884
   public function setSummary($summary)
2885 2885
   {
2886
-    $this->summary = $summary;
2886
+	$this->summary = $summary;
2887 2887
   }
2888 2888
   public function getSummary()
2889 2889
   {
2890
-    return $this->summary;
2890
+	return $this->summary;
2891 2891
   }
2892 2892
   public function setTransparency($transparency)
2893 2893
   {
2894
-    $this->transparency = $transparency;
2894
+	$this->transparency = $transparency;
2895 2895
   }
2896 2896
   public function getTransparency()
2897 2897
   {
2898
-    return $this->transparency;
2898
+	return $this->transparency;
2899 2899
   }
2900 2900
   public function setUpdated($updated)
2901 2901
   {
2902
-    $this->updated = $updated;
2902
+	$this->updated = $updated;
2903 2903
   }
2904 2904
   public function getUpdated()
2905 2905
   {
2906
-    return $this->updated;
2906
+	return $this->updated;
2907 2907
   }
2908 2908
   public function setVisibility($visibility)
2909 2909
   {
2910
-    $this->visibility = $visibility;
2910
+	$this->visibility = $visibility;
2911 2911
   }
2912 2912
   public function getVisibility()
2913 2913
   {
2914
-    return $this->visibility;
2914
+	return $this->visibility;
2915 2915
   }
2916 2916
 }
2917 2917
 
@@ -2927,35 +2927,35 @@  discard block
 block discarded – undo
2927 2927
 
2928 2928
   public function setFileUrl($fileUrl)
2929 2929
   {
2930
-    $this->fileUrl = $fileUrl;
2930
+	$this->fileUrl = $fileUrl;
2931 2931
   }
2932 2932
   public function getFileUrl()
2933 2933
   {
2934
-    return $this->fileUrl;
2934
+	return $this->fileUrl;
2935 2935
   }
2936 2936
   public function setIconLink($iconLink)
2937 2937
   {
2938
-    $this->iconLink = $iconLink;
2938
+	$this->iconLink = $iconLink;
2939 2939
   }
2940 2940
   public function getIconLink()
2941 2941
   {
2942
-    return $this->iconLink;
2942
+	return $this->iconLink;
2943 2943
   }
2944 2944
   public function setMimeType($mimeType)
2945 2945
   {
2946
-    $this->mimeType = $mimeType;
2946
+	$this->mimeType = $mimeType;
2947 2947
   }
2948 2948
   public function getMimeType()
2949 2949
   {
2950
-    return $this->mimeType;
2950
+	return $this->mimeType;
2951 2951
   }
2952 2952
   public function setTitle($title)
2953 2953
   {
2954
-    $this->title = $title;
2954
+	$this->title = $title;
2955 2955
   }
2956 2956
   public function getTitle()
2957 2957
   {
2958
-    return $this->title;
2958
+	return $this->title;
2959 2959
   }
2960 2960
 }
2961 2961
 
@@ -2977,83 +2977,83 @@  discard block
 block discarded – undo
2977 2977
 
2978 2978
   public function setAdditionalGuests($additionalGuests)
2979 2979
   {
2980
-    $this->additionalGuests = $additionalGuests;
2980
+	$this->additionalGuests = $additionalGuests;
2981 2981
   }
2982 2982
   public function getAdditionalGuests()
2983 2983
   {
2984
-    return $this->additionalGuests;
2984
+	return $this->additionalGuests;
2985 2985
   }
2986 2986
   public function setComment($comment)
2987 2987
   {
2988
-    $this->comment = $comment;
2988
+	$this->comment = $comment;
2989 2989
   }
2990 2990
   public function getComment()
2991 2991
   {
2992
-    return $this->comment;
2992
+	return $this->comment;
2993 2993
   }
2994 2994
   public function setDisplayName($displayName)
2995 2995
   {
2996
-    $this->displayName = $displayName;
2996
+	$this->displayName = $displayName;
2997 2997
   }
2998 2998
   public function getDisplayName()
2999 2999
   {
3000
-    return $this->displayName;
3000
+	return $this->displayName;
3001 3001
   }
3002 3002
   public function setEmail($email)
3003 3003
   {
3004
-    $this->email = $email;
3004
+	$this->email = $email;
3005 3005
   }
3006 3006
   public function getEmail()
3007 3007
   {
3008
-    return $this->email;
3008
+	return $this->email;
3009 3009
   }
3010 3010
   public function setId($id)
3011 3011
   {
3012
-    $this->id = $id;
3012
+	$this->id = $id;
3013 3013
   }
3014 3014
   public function getId()
3015 3015
   {
3016
-    return $this->id;
3016
+	return $this->id;
3017 3017
   }
3018 3018
   public function setOptional($optional)
3019 3019
   {
3020
-    $this->optional = $optional;
3020
+	$this->optional = $optional;
3021 3021
   }
3022 3022
   public function getOptional()
3023 3023
   {
3024
-    return $this->optional;
3024
+	return $this->optional;
3025 3025
   }
3026 3026
   public function setOrganizer($organizer)
3027 3027
   {
3028
-    $this->organizer = $organizer;
3028
+	$this->organizer = $organizer;
3029 3029
   }
3030 3030
   public function getOrganizer()
3031 3031
   {
3032
-    return $this->organizer;
3032
+	return $this->organizer;
3033 3033
   }
3034 3034
   public function setResource($resource)
3035 3035
   {
3036
-    $this->resource = $resource;
3036
+	$this->resource = $resource;
3037 3037
   }
3038 3038
   public function getResource()
3039 3039
   {
3040
-    return $this->resource;
3040
+	return $this->resource;
3041 3041
   }
3042 3042
   public function setResponseStatus($responseStatus)
3043 3043
   {
3044
-    $this->responseStatus = $responseStatus;
3044
+	$this->responseStatus = $responseStatus;
3045 3045
   }
3046 3046
   public function getResponseStatus()
3047 3047
   {
3048
-    return $this->responseStatus;
3048
+	return $this->responseStatus;
3049 3049
   }
3050 3050
   public function setSelf($self)
3051 3051
   {
3052
-    $this->self = $self;
3052
+	$this->self = $self;
3053 3053
   }
3054 3054
   public function getSelf()
3055 3055
   {
3056
-    return $this->self;
3056
+	return $this->self;
3057 3057
   }
3058 3058
 }
3059 3059
 
@@ -3069,35 +3069,35 @@  discard block
 block discarded – undo
3069 3069
 
3070 3070
   public function setDisplayName($displayName)
3071 3071
   {
3072
-    $this->displayName = $displayName;
3072
+	$this->displayName = $displayName;
3073 3073
   }
3074 3074
   public function getDisplayName()
3075 3075
   {
3076
-    return $this->displayName;
3076
+	return $this->displayName;
3077 3077
   }
3078 3078
   public function setEmail($email)
3079 3079
   {
3080
-    $this->email = $email;
3080
+	$this->email = $email;
3081 3081
   }
3082 3082
   public function getEmail()
3083 3083
   {
3084
-    return $this->email;
3084
+	return $this->email;
3085 3085
   }
3086 3086
   public function setId($id)
3087 3087
   {
3088
-    $this->id = $id;
3088
+	$this->id = $id;
3089 3089
   }
3090 3090
   public function getId()
3091 3091
   {
3092
-    return $this->id;
3092
+	return $this->id;
3093 3093
   }
3094 3094
   public function setSelf($self)
3095 3095
   {
3096
-    $this->self = $self;
3096
+	$this->self = $self;
3097 3097
   }
3098 3098
   public function getSelf()
3099 3099
   {
3100
-    return $this->self;
3100
+	return $this->self;
3101 3101
   }
3102 3102
 }
3103 3103
 
@@ -3112,27 +3112,27 @@  discard block
 block discarded – undo
3112 3112
 
3113 3113
   public function setDate($date)
3114 3114
   {
3115
-    $this->date = $date;
3115
+	$this->date = $date;
3116 3116
   }
3117 3117
   public function getDate()
3118 3118
   {
3119
-    return $this->date;
3119
+	return $this->date;
3120 3120
   }
3121 3121
   public function setDateTime($dateTime)
3122 3122
   {
3123
-    $this->dateTime = $dateTime;
3123
+	$this->dateTime = $dateTime;
3124 3124
   }
3125 3125
   public function getDateTime()
3126 3126
   {
3127
-    return $this->dateTime;
3127
+	return $this->dateTime;
3128 3128
   }
3129 3129
   public function setTimeZone($timeZone)
3130 3130
   {
3131
-    $this->timeZone = $timeZone;
3131
+	$this->timeZone = $timeZone;
3132 3132
   }
3133 3133
   public function getTimeZone()
3134 3134
   {
3135
-    return $this->timeZone;
3135
+	return $this->timeZone;
3136 3136
   }
3137 3137
 }
3138 3138
 
@@ -3146,19 +3146,19 @@  discard block
 block discarded – undo
3146 3146
 
3147 3147
   public function setPrivate($private)
3148 3148
   {
3149
-    $this->private = $private;
3149
+	$this->private = $private;
3150 3150
   }
3151 3151
   public function getPrivate()
3152 3152
   {
3153
-    return $this->private;
3153
+	return $this->private;
3154 3154
   }
3155 3155
   public function setShared($shared)
3156 3156
   {
3157
-    $this->shared = $shared;
3157
+	$this->shared = $shared;
3158 3158
   }
3159 3159
   public function getShared()
3160 3160
   {
3161
-    return $this->shared;
3161
+	return $this->shared;
3162 3162
   }
3163 3163
 }
3164 3164
 
@@ -3186,67 +3186,67 @@  discard block
 block discarded – undo
3186 3186
 
3187 3187
   public function setDisplay($display)
3188 3188
   {
3189
-    $this->display = $display;
3189
+	$this->display = $display;
3190 3190
   }
3191 3191
   public function getDisplay()
3192 3192
   {
3193
-    return $this->display;
3193
+	return $this->display;
3194 3194
   }
3195 3195
   public function setHeight($height)
3196 3196
   {
3197
-    $this->height = $height;
3197
+	$this->height = $height;
3198 3198
   }
3199 3199
   public function getHeight()
3200 3200
   {
3201
-    return $this->height;
3201
+	return $this->height;
3202 3202
   }
3203 3203
   public function setIconLink($iconLink)
3204 3204
   {
3205
-    $this->iconLink = $iconLink;
3205
+	$this->iconLink = $iconLink;
3206 3206
   }
3207 3207
   public function getIconLink()
3208 3208
   {
3209
-    return $this->iconLink;
3209
+	return $this->iconLink;
3210 3210
   }
3211 3211
   public function setLink($link)
3212 3212
   {
3213
-    $this->link = $link;
3213
+	$this->link = $link;
3214 3214
   }
3215 3215
   public function getLink()
3216 3216
   {
3217
-    return $this->link;
3217
+	return $this->link;
3218 3218
   }
3219 3219
   public function setPreferences($preferences)
3220 3220
   {
3221
-    $this->preferences = $preferences;
3221
+	$this->preferences = $preferences;
3222 3222
   }
3223 3223
   public function getPreferences()
3224 3224
   {
3225
-    return $this->preferences;
3225
+	return $this->preferences;
3226 3226
   }
3227 3227
   public function setTitle($title)
3228 3228
   {
3229
-    $this->title = $title;
3229
+	$this->title = $title;
3230 3230
   }
3231 3231
   public function getTitle()
3232 3232
   {
3233
-    return $this->title;
3233
+	return $this->title;
3234 3234
   }
3235 3235
   public function setType($type)
3236 3236
   {
3237
-    $this->type = $type;
3237
+	$this->type = $type;
3238 3238
   }
3239 3239
   public function getType()
3240 3240
   {
3241
-    return $this->type;
3241
+	return $this->type;
3242 3242
   }
3243 3243
   public function setWidth($width)
3244 3244
   {
3245
-    $this->width = $width;
3245
+	$this->width = $width;
3246 3246
   }
3247 3247
   public function getWidth()
3248 3248
   {
3249
-    return $this->width;
3249
+	return $this->width;
3250 3250
   }
3251 3251
 }
3252 3252
 
@@ -3266,35 +3266,35 @@  discard block
 block discarded – undo
3266 3266
 
3267 3267
   public function setDisplayName($displayName)
3268 3268
   {
3269
-    $this->displayName = $displayName;
3269
+	$this->displayName = $displayName;
3270 3270
   }
3271 3271
   public function getDisplayName()
3272 3272
   {
3273
-    return $this->displayName;
3273
+	return $this->displayName;
3274 3274
   }
3275 3275
   public function setEmail($email)
3276 3276
   {
3277
-    $this->email = $email;
3277
+	$this->email = $email;
3278 3278
   }
3279 3279
   public function getEmail()
3280 3280
   {
3281
-    return $this->email;
3281
+	return $this->email;
3282 3282
   }
3283 3283
   public function setId($id)
3284 3284
   {
3285
-    $this->id = $id;
3285
+	$this->id = $id;
3286 3286
   }
3287 3287
   public function getId()
3288 3288
   {
3289
-    return $this->id;
3289
+	return $this->id;
3290 3290
   }
3291 3291
   public function setSelf($self)
3292 3292
   {
3293
-    $this->self = $self;
3293
+	$this->self = $self;
3294 3294
   }
3295 3295
   public function getSelf()
3296 3296
   {
3297
-    return $this->self;
3297
+	return $this->self;
3298 3298
   }
3299 3299
 }
3300 3300
 
@@ -3308,19 +3308,19 @@  discard block
 block discarded – undo
3308 3308
 
3309 3309
   public function setMethod($method)
3310 3310
   {
3311
-    $this->method = $method;
3311
+	$this->method = $method;
3312 3312
   }
3313 3313
   public function getMethod()
3314 3314
   {
3315
-    return $this->method;
3315
+	return $this->method;
3316 3316
   }
3317 3317
   public function setMinutes($minutes)
3318 3318
   {
3319
-    $this->minutes = $minutes;
3319
+	$this->minutes = $minutes;
3320 3320
   }
3321 3321
   public function getMinutes()
3322 3322
   {
3323
-    return $this->minutes;
3323
+	return $this->minutes;
3324 3324
   }
3325 3325
 }
3326 3326
 
@@ -3336,19 +3336,19 @@  discard block
 block discarded – undo
3336 3336
 
3337 3337
   public function setOverrides($overrides)
3338 3338
   {
3339
-    $this->overrides = $overrides;
3339
+	$this->overrides = $overrides;
3340 3340
   }
3341 3341
   public function getOverrides()
3342 3342
   {
3343
-    return $this->overrides;
3343
+	return $this->overrides;
3344 3344
   }
3345 3345
   public function setUseDefault($useDefault)
3346 3346
   {
3347
-    $this->useDefault = $useDefault;
3347
+	$this->useDefault = $useDefault;
3348 3348
   }
3349 3349
   public function getUseDefault()
3350 3350
   {
3351
-    return $this->useDefault;
3351
+	return $this->useDefault;
3352 3352
   }
3353 3353
 }
3354 3354
 
@@ -3362,19 +3362,19 @@  discard block
 block discarded – undo
3362 3362
 
3363 3363
   public function setTitle($title)
3364 3364
   {
3365
-    $this->title = $title;
3365
+	$this->title = $title;
3366 3366
   }
3367 3367
   public function getTitle()
3368 3368
   {
3369
-    return $this->title;
3369
+	return $this->title;
3370 3370
   }
3371 3371
   public function setUrl($url)
3372 3372
   {
3373
-    $this->url = $url;
3373
+	$this->url = $url;
3374 3374
   }
3375 3375
   public function getUrl()
3376 3376
   {
3377
-    return $this->url;
3377
+	return $this->url;
3378 3378
   }
3379 3379
 }
3380 3380
 
@@ -3400,91 +3400,91 @@  discard block
 block discarded – undo
3400 3400
 
3401 3401
   public function setAccessRole($accessRole)
3402 3402
   {
3403
-    $this->accessRole = $accessRole;
3403
+	$this->accessRole = $accessRole;
3404 3404
   }
3405 3405
   public function getAccessRole()
3406 3406
   {
3407
-    return $this->accessRole;
3407
+	return $this->accessRole;
3408 3408
   }
3409 3409
   public function setDefaultReminders($defaultReminders)
3410 3410
   {
3411
-    $this->defaultReminders = $defaultReminders;
3411
+	$this->defaultReminders = $defaultReminders;
3412 3412
   }
3413 3413
   public function getDefaultReminders()
3414 3414
   {
3415
-    return $this->defaultReminders;
3415
+	return $this->defaultReminders;
3416 3416
   }
3417 3417
   public function setDescription($description)
3418 3418
   {
3419
-    $this->description = $description;
3419
+	$this->description = $description;
3420 3420
   }
3421 3421
   public function getDescription()
3422 3422
   {
3423
-    return $this->description;
3423
+	return $this->description;
3424 3424
   }
3425 3425
   public function setEtag($etag)
3426 3426
   {
3427
-    $this->etag = $etag;
3427
+	$this->etag = $etag;
3428 3428
   }
3429 3429
   public function getEtag()
3430 3430
   {
3431
-    return $this->etag;
3431
+	return $this->etag;
3432 3432
   }
3433 3433
   public function setItems($items)
3434 3434
   {
3435
-    $this->items = $items;
3435
+	$this->items = $items;
3436 3436
   }
3437 3437
   public function getItems()
3438 3438
   {
3439
-    return $this->items;
3439
+	return $this->items;
3440 3440
   }
3441 3441
   public function setKind($kind)
3442 3442
   {
3443
-    $this->kind = $kind;
3443
+	$this->kind = $kind;
3444 3444
   }
3445 3445
   public function getKind()
3446 3446
   {
3447
-    return $this->kind;
3447
+	return $this->kind;
3448 3448
   }
3449 3449
   public function setNextPageToken($nextPageToken)
3450 3450
   {
3451
-    $this->nextPageToken = $nextPageToken;
3451
+	$this->nextPageToken = $nextPageToken;
3452 3452
   }
3453 3453
   public function getNextPageToken()
3454 3454
   {
3455
-    return $this->nextPageToken;
3455
+	return $this->nextPageToken;
3456 3456
   }
3457 3457
   public function setNextSyncToken($nextSyncToken)
3458 3458
   {
3459
-    $this->nextSyncToken = $nextSyncToken;
3459
+	$this->nextSyncToken = $nextSyncToken;
3460 3460
   }
3461 3461
   public function getNextSyncToken()
3462 3462
   {
3463
-    return $this->nextSyncToken;
3463
+	return $this->nextSyncToken;
3464 3464
   }
3465 3465
   public function setSummary($summary)
3466 3466
   {
3467
-    $this->summary = $summary;
3467
+	$this->summary = $summary;
3468 3468
   }
3469 3469
   public function getSummary()
3470 3470
   {
3471
-    return $this->summary;
3471
+	return $this->summary;
3472 3472
   }
3473 3473
   public function setTimeZone($timeZone)
3474 3474
   {
3475
-    $this->timeZone = $timeZone;
3475
+	$this->timeZone = $timeZone;
3476 3476
   }
3477 3477
   public function getTimeZone()
3478 3478
   {
3479
-    return $this->timeZone;
3479
+	return $this->timeZone;
3480 3480
   }
3481 3481
   public function setUpdated($updated)
3482 3482
   {
3483
-    $this->updated = $updated;
3483
+	$this->updated = $updated;
3484 3484
   }
3485 3485
   public function getUpdated()
3486 3486
   {
3487
-    return $this->updated;
3487
+	return $this->updated;
3488 3488
   }
3489 3489
 }
3490 3490
 
@@ -3501,19 +3501,19 @@  discard block
 block discarded – undo
3501 3501
 
3502 3502
   public function setBusy($busy)
3503 3503
   {
3504
-    $this->busy = $busy;
3504
+	$this->busy = $busy;
3505 3505
   }
3506 3506
   public function getBusy()
3507 3507
   {
3508
-    return $this->busy;
3508
+	return $this->busy;
3509 3509
   }
3510 3510
   public function setErrors($errors)
3511 3511
   {
3512
-    $this->errors = $errors;
3512
+	$this->errors = $errors;
3513 3513
   }
3514 3514
   public function getErrors()
3515 3515
   {
3516
-    return $this->errors;
3516
+	return $this->errors;
3517 3517
   }
3518 3518
 }
3519 3519
 
@@ -3529,19 +3529,19 @@  discard block
 block discarded – undo
3529 3529
 
3530 3530
   public function setCalendars($calendars)
3531 3531
   {
3532
-    $this->calendars = $calendars;
3532
+	$this->calendars = $calendars;
3533 3533
   }
3534 3534
   public function getCalendars()
3535 3535
   {
3536
-    return $this->calendars;
3536
+	return $this->calendars;
3537 3537
   }
3538 3538
   public function setErrors($errors)
3539 3539
   {
3540
-    $this->errors = $errors;
3540
+	$this->errors = $errors;
3541 3541
   }
3542 3542
   public function getErrors()
3543 3543
   {
3544
-    return $this->errors;
3544
+	return $this->errors;
3545 3545
   }
3546 3546
 }
3547 3547
 
@@ -3561,51 +3561,51 @@  discard block
 block discarded – undo
3561 3561
 
3562 3562
   public function setCalendarExpansionMax($calendarExpansionMax)
3563 3563
   {
3564
-    $this->calendarExpansionMax = $calendarExpansionMax;
3564
+	$this->calendarExpansionMax = $calendarExpansionMax;
3565 3565
   }
3566 3566
   public function getCalendarExpansionMax()
3567 3567
   {
3568
-    return $this->calendarExpansionMax;
3568
+	return $this->calendarExpansionMax;
3569 3569
   }
3570 3570
   public function setGroupExpansionMax($groupExpansionMax)
3571 3571
   {
3572
-    $this->groupExpansionMax = $groupExpansionMax;
3572
+	$this->groupExpansionMax = $groupExpansionMax;
3573 3573
   }
3574 3574
   public function getGroupExpansionMax()
3575 3575
   {
3576
-    return $this->groupExpansionMax;
3576
+	return $this->groupExpansionMax;
3577 3577
   }
3578 3578
   public function setItems($items)
3579 3579
   {
3580
-    $this->items = $items;
3580
+	$this->items = $items;
3581 3581
   }
3582 3582
   public function getItems()
3583 3583
   {
3584
-    return $this->items;
3584
+	return $this->items;
3585 3585
   }
3586 3586
   public function setTimeMax($timeMax)
3587 3587
   {
3588
-    $this->timeMax = $timeMax;
3588
+	$this->timeMax = $timeMax;
3589 3589
   }
3590 3590
   public function getTimeMax()
3591 3591
   {
3592
-    return $this->timeMax;
3592
+	return $this->timeMax;
3593 3593
   }
3594 3594
   public function setTimeMin($timeMin)
3595 3595
   {
3596
-    $this->timeMin = $timeMin;
3596
+	$this->timeMin = $timeMin;
3597 3597
   }
3598 3598
   public function getTimeMin()
3599 3599
   {
3600
-    return $this->timeMin;
3600
+	return $this->timeMin;
3601 3601
   }
3602 3602
   public function setTimeZone($timeZone)
3603 3603
   {
3604
-    $this->timeZone = $timeZone;
3604
+	$this->timeZone = $timeZone;
3605 3605
   }
3606 3606
   public function getTimeZone()
3607 3607
   {
3608
-    return $this->timeZone;
3608
+	return $this->timeZone;
3609 3609
   }
3610 3610
 }
3611 3611
 
@@ -3618,11 +3618,11 @@  discard block
 block discarded – undo
3618 3618
 
3619 3619
   public function setId($id)
3620 3620
   {
3621
-    $this->id = $id;
3621
+	$this->id = $id;
3622 3622
   }
3623 3623
   public function getId()
3624 3624
   {
3625
-    return $this->id;
3625
+	return $this->id;
3626 3626
   }
3627 3627
 }
3628 3628
 
@@ -3641,43 +3641,43 @@  discard block
 block discarded – undo
3641 3641
 
3642 3642
   public function setCalendars($calendars)
3643 3643
   {
3644
-    $this->calendars = $calendars;
3644
+	$this->calendars = $calendars;
3645 3645
   }
3646 3646
   public function getCalendars()
3647 3647
   {
3648
-    return $this->calendars;
3648
+	return $this->calendars;
3649 3649
   }
3650 3650
   public function setGroups($groups)
3651 3651
   {
3652
-    $this->groups = $groups;
3652
+	$this->groups = $groups;
3653 3653
   }
3654 3654
   public function getGroups()
3655 3655
   {
3656
-    return $this->groups;
3656
+	return $this->groups;
3657 3657
   }
3658 3658
   public function setKind($kind)
3659 3659
   {
3660
-    $this->kind = $kind;
3660
+	$this->kind = $kind;
3661 3661
   }
3662 3662
   public function getKind()
3663 3663
   {
3664
-    return $this->kind;
3664
+	return $this->kind;
3665 3665
   }
3666 3666
   public function setTimeMax($timeMax)
3667 3667
   {
3668
-    $this->timeMax = $timeMax;
3668
+	$this->timeMax = $timeMax;
3669 3669
   }
3670 3670
   public function getTimeMax()
3671 3671
   {
3672
-    return $this->timeMax;
3672
+	return $this->timeMax;
3673 3673
   }
3674 3674
   public function setTimeMin($timeMin)
3675 3675
   {
3676
-    $this->timeMin = $timeMin;
3676
+	$this->timeMin = $timeMin;
3677 3677
   }
3678 3678
   public function getTimeMin()
3679 3679
   {
3680
-    return $this->timeMin;
3680
+	return $this->timeMin;
3681 3681
   }
3682 3682
 }
3683 3683
 
@@ -3701,35 +3701,35 @@  discard block
 block discarded – undo
3701 3701
 
3702 3702
   public function setEtag($etag)
3703 3703
   {
3704
-    $this->etag = $etag;
3704
+	$this->etag = $etag;
3705 3705
   }
3706 3706
   public function getEtag()
3707 3707
   {
3708
-    return $this->etag;
3708
+	return $this->etag;
3709 3709
   }
3710 3710
   public function setId($id)
3711 3711
   {
3712
-    $this->id = $id;
3712
+	$this->id = $id;
3713 3713
   }
3714 3714
   public function getId()
3715 3715
   {
3716
-    return $this->id;
3716
+	return $this->id;
3717 3717
   }
3718 3718
   public function setKind($kind)
3719 3719
   {
3720
-    $this->kind = $kind;
3720
+	$this->kind = $kind;
3721 3721
   }
3722 3722
   public function getKind()
3723 3723
   {
3724
-    return $this->kind;
3724
+	return $this->kind;
3725 3725
   }
3726 3726
   public function setValue($value)
3727 3727
   {
3728
-    $this->value = $value;
3728
+	$this->value = $value;
3729 3729
   }
3730 3730
   public function getValue()
3731 3731
   {
3732
-    return $this->value;
3732
+	return $this->value;
3733 3733
   }
3734 3734
 }
3735 3735
 
@@ -3748,43 +3748,43 @@  discard block
 block discarded – undo
3748 3748
 
3749 3749
   public function setEtag($etag)
3750 3750
   {
3751
-    $this->etag = $etag;
3751
+	$this->etag = $etag;
3752 3752
   }
3753 3753
   public function getEtag()
3754 3754
   {
3755
-    return $this->etag;
3755
+	return $this->etag;
3756 3756
   }
3757 3757
   public function setItems($items)
3758 3758
   {
3759
-    $this->items = $items;
3759
+	$this->items = $items;
3760 3760
   }
3761 3761
   public function getItems()
3762 3762
   {
3763
-    return $this->items;
3763
+	return $this->items;
3764 3764
   }
3765 3765
   public function setKind($kind)
3766 3766
   {
3767
-    $this->kind = $kind;
3767
+	$this->kind = $kind;
3768 3768
   }
3769 3769
   public function getKind()
3770 3770
   {
3771
-    return $this->kind;
3771
+	return $this->kind;
3772 3772
   }
3773 3773
   public function setNextPageToken($nextPageToken)
3774 3774
   {
3775
-    $this->nextPageToken = $nextPageToken;
3775
+	$this->nextPageToken = $nextPageToken;
3776 3776
   }
3777 3777
   public function getNextPageToken()
3778 3778
   {
3779
-    return $this->nextPageToken;
3779
+	return $this->nextPageToken;
3780 3780
   }
3781 3781
   public function setNextSyncToken($nextSyncToken)
3782 3782
   {
3783
-    $this->nextSyncToken = $nextSyncToken;
3783
+	$this->nextSyncToken = $nextSyncToken;
3784 3784
   }
3785 3785
   public function getNextSyncToken()
3786 3786
   {
3787
-    return $this->nextSyncToken;
3787
+	return $this->nextSyncToken;
3788 3788
   }
3789 3789
 }
3790 3790
 
@@ -3798,18 +3798,18 @@  discard block
 block discarded – undo
3798 3798
 
3799 3799
   public function setEnd($end)
3800 3800
   {
3801
-    $this->end = $end;
3801
+	$this->end = $end;
3802 3802
   }
3803 3803
   public function getEnd()
3804 3804
   {
3805
-    return $this->end;
3805
+	return $this->end;
3806 3806
   }
3807 3807
   public function setStart($start)
3808 3808
   {
3809
-    $this->start = $start;
3809
+	$this->start = $start;
3810 3810
   }
3811 3811
   public function getStart()
3812 3812
   {
3813
-    return $this->start;
3813
+	return $this->start;
3814 3814
   }
3815 3815
 }
Please login to merge, or discard this patch.
Spacing   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
                   'required' => true,
82 82
                 ),
83 83
               ),
84
-            ),'get' => array(
84
+            ), 'get' => array(
85 85
               'path' => 'calendars/{calendarId}/acl/{ruleId}',
86 86
               'httpMethod' => 'GET',
87 87
               'parameters' => array(
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
                   'required' => true,
97 97
                 ),
98 98
               ),
99
-            ),'insert' => array(
99
+            ), 'insert' => array(
100 100
               'path' => 'calendars/{calendarId}/acl',
101 101
               'httpMethod' => 'POST',
102 102
               'parameters' => array(
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
                   'required' => true,
107 107
                 ),
108 108
               ),
109
-            ),'list' => array(
109
+            ), 'list' => array(
110 110
               'path' => 'calendars/{calendarId}/acl',
111 111
               'httpMethod' => 'GET',
112 112
               'parameters' => array(
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
                   'type' => 'boolean',
133 133
                 ),
134 134
               ),
135
-            ),'patch' => array(
135
+            ), 'patch' => array(
136 136
               'path' => 'calendars/{calendarId}/acl/{ruleId}',
137 137
               'httpMethod' => 'PATCH',
138 138
               'parameters' => array(
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                   'required' => true,
148 148
                 ),
149 149
               ),
150
-            ),'update' => array(
150
+            ), 'update' => array(
151 151
               'path' => 'calendars/{calendarId}/acl/{ruleId}',
152 152
               'httpMethod' => 'PUT',
153 153
               'parameters' => array(
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
                   'required' => true,
163 163
                 ),
164 164
               ),
165
-            ),'watch' => array(
165
+            ), 'watch' => array(
166 166
               'path' => 'calendars/{calendarId}/acl/watch',
167 167
               'httpMethod' => 'POST',
168 168
               'parameters' => array(
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
                   'required' => true,
209 209
                 ),
210 210
               ),
211
-            ),'get' => array(
211
+            ), 'get' => array(
212 212
               'path' => 'users/me/calendarList/{calendarId}',
213 213
               'httpMethod' => 'GET',
214 214
               'parameters' => array(
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
                   'required' => true,
219 219
                 ),
220 220
               ),
221
-            ),'insert' => array(
221
+            ), 'insert' => array(
222 222
               'path' => 'users/me/calendarList',
223 223
               'httpMethod' => 'POST',
224 224
               'parameters' => array(
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
                   'type' => 'boolean',
228 228
                 ),
229 229
               ),
230
-            ),'list' => array(
230
+            ), 'list' => array(
231 231
               'path' => 'users/me/calendarList',
232 232
               'httpMethod' => 'GET',
233 233
               'parameters' => array(
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
                   'type' => 'boolean',
257 257
                 ),
258 258
               ),
259
-            ),'patch' => array(
259
+            ), 'patch' => array(
260 260
               'path' => 'users/me/calendarList/{calendarId}',
261 261
               'httpMethod' => 'PATCH',
262 262
               'parameters' => array(
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
                   'type' => 'boolean',
271 271
                 ),
272 272
               ),
273
-            ),'update' => array(
273
+            ), 'update' => array(
274 274
               'path' => 'users/me/calendarList/{calendarId}',
275 275
               'httpMethod' => 'PUT',
276 276
               'parameters' => array(
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
                   'type' => 'boolean',
285 285
                 ),
286 286
               ),
287
-            ),'watch' => array(
287
+            ), 'watch' => array(
288 288
               'path' => 'users/me/calendarList/watch',
289 289
               'httpMethod' => 'POST',
290 290
               'parameters' => array(
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
                   'required' => true,
334 334
                 ),
335 335
               ),
336
-            ),'delete' => array(
336
+            ), 'delete' => array(
337 337
               'path' => 'calendars/{calendarId}',
338 338
               'httpMethod' => 'DELETE',
339 339
               'parameters' => array(
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
                   'required' => true,
344 344
                 ),
345 345
               ),
346
-            ),'get' => array(
346
+            ), 'get' => array(
347 347
               'path' => 'calendars/{calendarId}',
348 348
               'httpMethod' => 'GET',
349 349
               'parameters' => array(
@@ -353,11 +353,11 @@  discard block
 block discarded – undo
353 353
                   'required' => true,
354 354
                 ),
355 355
               ),
356
-            ),'insert' => array(
356
+            ), 'insert' => array(
357 357
               'path' => 'calendars',
358 358
               'httpMethod' => 'POST',
359 359
               'parameters' => array(),
360
-            ),'patch' => array(
360
+            ), 'patch' => array(
361 361
               'path' => 'calendars/{calendarId}',
362 362
               'httpMethod' => 'PATCH',
363 363
               'parameters' => array(
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
                   'required' => true,
368 368
                 ),
369 369
               ),
370
-            ),'update' => array(
370
+            ), 'update' => array(
371 371
               'path' => 'calendars/{calendarId}',
372 372
               'httpMethod' => 'PUT',
373 373
               'parameters' => array(
@@ -434,7 +434,7 @@  discard block
 block discarded – undo
434 434
                   'type' => 'boolean',
435 435
                 ),
436 436
               ),
437
-            ),'get' => array(
437
+            ), 'get' => array(
438 438
               'path' => 'calendars/{calendarId}/events/{eventId}',
439 439
               'httpMethod' => 'GET',
440 440
               'parameters' => array(
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
                   'type' => 'integer',
462 462
                 ),
463 463
               ),
464
-            ),'import' => array(
464
+            ), 'import' => array(
465 465
               'path' => 'calendars/{calendarId}/events/import',
466 466
               'httpMethod' => 'POST',
467 467
               'parameters' => array(
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
                   'type' => 'boolean',
476 476
                 ),
477 477
               ),
478
-            ),'insert' => array(
478
+            ), 'insert' => array(
479 479
               'path' => 'calendars/{calendarId}/events',
480 480
               'httpMethod' => 'POST',
481 481
               'parameters' => array(
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
                   'type' => 'integer',
498 498
                 ),
499 499
               ),
500
-            ),'instances' => array(
500
+            ), 'instances' => array(
501 501
               'path' => 'calendars/{calendarId}/events/{eventId}/instances',
502 502
               'httpMethod' => 'GET',
503 503
               'parameters' => array(
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
                   'type' => 'integer',
549 549
                 ),
550 550
               ),
551
-            ),'list' => array(
551
+            ), 'list' => array(
552 552
               'path' => 'calendars/{calendarId}/events',
553 553
               'httpMethod' => 'GET',
554 554
               'parameters' => array(
@@ -628,7 +628,7 @@  discard block
 block discarded – undo
628 628
                   'type' => 'integer',
629 629
                 ),
630 630
               ),
631
-            ),'move' => array(
631
+            ), 'move' => array(
632 632
               'path' => 'calendars/{calendarId}/events/{eventId}/move',
633 633
               'httpMethod' => 'POST',
634 634
               'parameters' => array(
@@ -652,7 +652,7 @@  discard block
 block discarded – undo
652 652
                   'type' => 'boolean',
653 653
                 ),
654 654
               ),
655
-            ),'patch' => array(
655
+            ), 'patch' => array(
656 656
               'path' => 'calendars/{calendarId}/events/{eventId}',
657 657
               'httpMethod' => 'PATCH',
658 658
               'parameters' => array(
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
                   'type' => 'integer',
684 684
                 ),
685 685
               ),
686
-            ),'quickAdd' => array(
686
+            ), 'quickAdd' => array(
687 687
               'path' => 'calendars/{calendarId}/events/quickAdd',
688 688
               'httpMethod' => 'POST',
689 689
               'parameters' => array(
@@ -702,7 +702,7 @@  discard block
 block discarded – undo
702 702
                   'type' => 'boolean',
703 703
                 ),
704 704
               ),
705
-            ),'update' => array(
705
+            ), 'update' => array(
706 706
               'path' => 'calendars/{calendarId}/events/{eventId}',
707 707
               'httpMethod' => 'PUT',
708 708
               'parameters' => array(
@@ -733,7 +733,7 @@  discard block
 block discarded – undo
733 733
                   'type' => 'integer',
734 734
                 ),
735 735
               ),
736
-            ),'watch' => array(
736
+            ), 'watch' => array(
737 737
               'path' => 'calendars/{calendarId}/events/watch',
738 738
               'httpMethod' => 'POST',
739 739
               'parameters' => array(
@@ -847,7 +847,7 @@  discard block
 block discarded – undo
847 847
                   'required' => true,
848 848
                 ),
849 849
               ),
850
-            ),'list' => array(
850
+            ), 'list' => array(
851 851
               'path' => 'users/me/settings',
852 852
               'httpMethod' => 'GET',
853 853
               'parameters' => array(
@@ -864,7 +864,7 @@  discard block
 block discarded – undo
864 864
                   'type' => 'string',
865 865
                 ),
866 866
               ),
867
-            ),'watch' => array(
867
+            ), 'watch' => array(
868 868
               'path' => 'users/me/settings/watch',
869 869
               'httpMethod' => 'POST',
870 870
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Classroom.php 3 patches
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -450,7 +450,7 @@  discard block
 block discarded – undo
450 450
    * the primary teacher is not a valid user. * `ALREADY_EXISTS` if an alias was
451 451
    * specified and already exists. (courses.create)
452 452
    *
453
-   * @param Google_Course $postBody
453
+   * @param Google_Service_Classroom_Course $postBody
454 454
    * @param array $optParams Optional parameters.
455 455
    * @return Google_Service_Classroom_Course
456 456
    */
@@ -542,7 +542,7 @@  discard block
 block discarded – undo
542 542
    *
543 543
    * @param string $id Identifier of the course to update. This may either be the
544 544
    * Classroom-assigned identifier or an [alias][google.classroom.v1.CourseAlias].
545
-   * @param Google_Course $postBody
545
+   * @param Google_Service_Classroom_Course $postBody
546 546
    * @param array $optParams Optional parameters.
547 547
    *
548 548
    * @opt_param string updateMask Mask which identifies which fields on the course
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
    *
568 568
    * @param string $id Identifier of the course to update. This may either be the
569 569
    * Classroom-assigned identifier or an [alias][google.classroom.v1.CourseAlias].
570
-   * @param Google_Course $postBody
570
+   * @param Google_Service_Classroom_Course $postBody
571 571
    * @param array $optParams Optional parameters.
572 572
    * @return Google_Service_Classroom_Course
573 573
    */
@@ -599,7 +599,7 @@  discard block
 block discarded – undo
599 599
    * @param string $courseId The identifier of the course to alias. This may
600 600
    * either be the Classroom-assigned identifier or an
601 601
    * [alias][google.classroom.v1.CourseAlias].
602
-   * @param Google_CourseAlias $postBody
602
+   * @param Google_Service_Classroom_CourseAlias $postBody
603 603
    * @param array $optParams Optional parameters.
604 604
    * @return Google_Service_Classroom_CourseAlias
605 605
    */
@@ -678,7 +678,7 @@  discard block
 block discarded – undo
678 678
    *
679 679
    * @param string $courseId Identifier of the course to create the student in.
680 680
    * This may either be the Classroom-assigned identifier or an alias.
681
-   * @param Google_Student $postBody
681
+   * @param Google_Service_Classroom_Student $postBody
682 682
    * @param array $optParams Optional parameters.
683 683
    *
684 684
    * @opt_param string enrollmentCode Enrollment code of the course to create the
@@ -784,7 +784,7 @@  discard block
 block discarded – undo
784 784
    *
785 785
    * @param string $courseId Unique identifier of the course. This may either be
786 786
    * the Classroom-assigned identifier or an alias.
787
-   * @param Google_Teacher $postBody
787
+   * @param Google_Service_Classroom_Teacher $postBody
788 788
    * @param array $optParams Optional parameters.
789 789
    * @return Google_Service_Classroom_Teacher
790 790
    */
@@ -905,7 +905,7 @@  discard block
 block discarded – undo
905 905
    * the course or the user does not exist. * `ALREADY_EXISTS` if an invitation
906 906
    * for the specified user and course already exists. (invitations.create)
907 907
    *
908
-   * @param Google_Invitation $postBody
908
+   * @param Google_Service_Classroom_Invitation $postBody
909 909
    * @param array $optParams Optional parameters.
910 910
    * @return Google_Service_Classroom_Invitation
911 911
    */
Please login to merge, or discard this patch.
Indentation   +522 added lines, -522 removed lines patch added patch discarded remove patch
@@ -32,22 +32,22 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your Google Classroom classes. */
34 34
   const CLASSROOM_COURSES =
35
-      "https://www.googleapis.com/auth/classroom.courses";
35
+	  "https://www.googleapis.com/auth/classroom.courses";
36 36
   /** View your Google Classroom classes. */
37 37
   const CLASSROOM_COURSES_READONLY =
38
-      "https://www.googleapis.com/auth/classroom.courses.readonly";
38
+	  "https://www.googleapis.com/auth/classroom.courses.readonly";
39 39
   /** View the email addresses of people in your classes. */
40 40
   const CLASSROOM_PROFILE_EMAILS =
41
-      "https://www.googleapis.com/auth/classroom.profile.emails";
41
+	  "https://www.googleapis.com/auth/classroom.profile.emails";
42 42
   /** View the profile photos of people in your classes. */
43 43
   const CLASSROOM_PROFILE_PHOTOS =
44
-      "https://www.googleapis.com/auth/classroom.profile.photos";
44
+	  "https://www.googleapis.com/auth/classroom.profile.photos";
45 45
   /** Manage your Google Classroom class rosters. */
46 46
   const CLASSROOM_ROSTERS =
47
-      "https://www.googleapis.com/auth/classroom.rosters";
47
+	  "https://www.googleapis.com/auth/classroom.rosters";
48 48
   /** View your Google Classroom class rosters. */
49 49
   const CLASSROOM_ROSTERS_READONLY =
50
-      "https://www.googleapis.com/auth/classroom.rosters.readonly";
50
+	  "https://www.googleapis.com/auth/classroom.rosters.readonly";
51 51
 
52 52
   public $courses;
53 53
   public $courses_aliases;
@@ -64,369 +64,369 @@  discard block
 block discarded – undo
64 64
    */
65 65
   public function __construct(Google_Client $client)
66 66
   {
67
-    parent::__construct($client);
68
-    $this->rootUrl = 'https://classroom.googleapis.com/';
69
-    $this->servicePath = '';
70
-    $this->version = 'v1';
71
-    $this->serviceName = 'classroom';
72
-
73
-    $this->courses = new Google_Service_Classroom_Courses_Resource(
74
-        $this,
75
-        $this->serviceName,
76
-        'courses',
77
-        array(
78
-          'methods' => array(
79
-            'create' => array(
80
-              'path' => 'v1/courses',
81
-              'httpMethod' => 'POST',
82
-              'parameters' => array(),
83
-            ),'delete' => array(
84
-              'path' => 'v1/courses/{id}',
85
-              'httpMethod' => 'DELETE',
86
-              'parameters' => array(
87
-                'id' => array(
88
-                  'location' => 'path',
89
-                  'type' => 'string',
90
-                  'required' => true,
91
-                ),
92
-              ),
93
-            ),'get' => array(
94
-              'path' => 'v1/courses/{id}',
95
-              'httpMethod' => 'GET',
96
-              'parameters' => array(
97
-                'id' => array(
98
-                  'location' => 'path',
99
-                  'type' => 'string',
100
-                  'required' => true,
101
-                ),
102
-              ),
103
-            ),'list' => array(
104
-              'path' => 'v1/courses',
105
-              'httpMethod' => 'GET',
106
-              'parameters' => array(
107
-                'teacherId' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'string',
110
-                ),
111
-                'pageToken' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-                'studentId' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'string',
118
-                ),
119
-                'pageSize' => array(
120
-                  'location' => 'query',
121
-                  'type' => 'integer',
122
-                ),
123
-              ),
124
-            ),'patch' => array(
125
-              'path' => 'v1/courses/{id}',
126
-              'httpMethod' => 'PATCH',
127
-              'parameters' => array(
128
-                'id' => array(
129
-                  'location' => 'path',
130
-                  'type' => 'string',
131
-                  'required' => true,
132
-                ),
133
-                'updateMask' => array(
134
-                  'location' => 'query',
135
-                  'type' => 'string',
136
-                ),
137
-              ),
138
-            ),'update' => array(
139
-              'path' => 'v1/courses/{id}',
140
-              'httpMethod' => 'PUT',
141
-              'parameters' => array(
142
-                'id' => array(
143
-                  'location' => 'path',
144
-                  'type' => 'string',
145
-                  'required' => true,
146
-                ),
147
-              ),
148
-            ),
149
-          )
150
-        )
151
-    );
152
-    $this->courses_aliases = new Google_Service_Classroom_CoursesAliases_Resource(
153
-        $this,
154
-        $this->serviceName,
155
-        'aliases',
156
-        array(
157
-          'methods' => array(
158
-            'create' => array(
159
-              'path' => 'v1/courses/{courseId}/aliases',
160
-              'httpMethod' => 'POST',
161
-              'parameters' => array(
162
-                'courseId' => array(
163
-                  'location' => 'path',
164
-                  'type' => 'string',
165
-                  'required' => true,
166
-                ),
167
-              ),
168
-            ),'delete' => array(
169
-              'path' => 'v1/courses/{courseId}/aliases/{alias}',
170
-              'httpMethod' => 'DELETE',
171
-              'parameters' => array(
172
-                'courseId' => array(
173
-                  'location' => 'path',
174
-                  'type' => 'string',
175
-                  'required' => true,
176
-                ),
177
-                'alias' => array(
178
-                  'location' => 'path',
179
-                  'type' => 'string',
180
-                  'required' => true,
181
-                ),
182
-              ),
183
-            ),'list' => array(
184
-              'path' => 'v1/courses/{courseId}/aliases',
185
-              'httpMethod' => 'GET',
186
-              'parameters' => array(
187
-                'courseId' => array(
188
-                  'location' => 'path',
189
-                  'type' => 'string',
190
-                  'required' => true,
191
-                ),
192
-                'pageToken' => array(
193
-                  'location' => 'query',
194
-                  'type' => 'string',
195
-                ),
196
-                'pageSize' => array(
197
-                  'location' => 'query',
198
-                  'type' => 'integer',
199
-                ),
200
-              ),
201
-            ),
202
-          )
203
-        )
204
-    );
205
-    $this->courses_students = new Google_Service_Classroom_CoursesStudents_Resource(
206
-        $this,
207
-        $this->serviceName,
208
-        'students',
209
-        array(
210
-          'methods' => array(
211
-            'create' => array(
212
-              'path' => 'v1/courses/{courseId}/students',
213
-              'httpMethod' => 'POST',
214
-              'parameters' => array(
215
-                'courseId' => array(
216
-                  'location' => 'path',
217
-                  'type' => 'string',
218
-                  'required' => true,
219
-                ),
220
-                'enrollmentCode' => array(
221
-                  'location' => 'query',
222
-                  'type' => 'string',
223
-                ),
224
-              ),
225
-            ),'delete' => array(
226
-              'path' => 'v1/courses/{courseId}/students/{userId}',
227
-              'httpMethod' => 'DELETE',
228
-              'parameters' => array(
229
-                'courseId' => array(
230
-                  'location' => 'path',
231
-                  'type' => 'string',
232
-                  'required' => true,
233
-                ),
234
-                'userId' => array(
235
-                  'location' => 'path',
236
-                  'type' => 'string',
237
-                  'required' => true,
238
-                ),
239
-              ),
240
-            ),'get' => array(
241
-              'path' => 'v1/courses/{courseId}/students/{userId}',
242
-              'httpMethod' => 'GET',
243
-              'parameters' => array(
244
-                'courseId' => array(
245
-                  'location' => 'path',
246
-                  'type' => 'string',
247
-                  'required' => true,
248
-                ),
249
-                'userId' => array(
250
-                  'location' => 'path',
251
-                  'type' => 'string',
252
-                  'required' => true,
253
-                ),
254
-              ),
255
-            ),'list' => array(
256
-              'path' => 'v1/courses/{courseId}/students',
257
-              'httpMethod' => 'GET',
258
-              'parameters' => array(
259
-                'courseId' => array(
260
-                  'location' => 'path',
261
-                  'type' => 'string',
262
-                  'required' => true,
263
-                ),
264
-                'pageToken' => array(
265
-                  'location' => 'query',
266
-                  'type' => 'string',
267
-                ),
268
-                'pageSize' => array(
269
-                  'location' => 'query',
270
-                  'type' => 'integer',
271
-                ),
272
-              ),
273
-            ),
274
-          )
275
-        )
276
-    );
277
-    $this->courses_teachers = new Google_Service_Classroom_CoursesTeachers_Resource(
278
-        $this,
279
-        $this->serviceName,
280
-        'teachers',
281
-        array(
282
-          'methods' => array(
283
-            'create' => array(
284
-              'path' => 'v1/courses/{courseId}/teachers',
285
-              'httpMethod' => 'POST',
286
-              'parameters' => array(
287
-                'courseId' => array(
288
-                  'location' => 'path',
289
-                  'type' => 'string',
290
-                  'required' => true,
291
-                ),
292
-              ),
293
-            ),'delete' => array(
294
-              'path' => 'v1/courses/{courseId}/teachers/{userId}',
295
-              'httpMethod' => 'DELETE',
296
-              'parameters' => array(
297
-                'courseId' => array(
298
-                  'location' => 'path',
299
-                  'type' => 'string',
300
-                  'required' => true,
301
-                ),
302
-                'userId' => array(
303
-                  'location' => 'path',
304
-                  'type' => 'string',
305
-                  'required' => true,
306
-                ),
307
-              ),
308
-            ),'get' => array(
309
-              'path' => 'v1/courses/{courseId}/teachers/{userId}',
310
-              'httpMethod' => 'GET',
311
-              'parameters' => array(
312
-                'courseId' => array(
313
-                  'location' => 'path',
314
-                  'type' => 'string',
315
-                  'required' => true,
316
-                ),
317
-                'userId' => array(
318
-                  'location' => 'path',
319
-                  'type' => 'string',
320
-                  'required' => true,
321
-                ),
322
-              ),
323
-            ),'list' => array(
324
-              'path' => 'v1/courses/{courseId}/teachers',
325
-              'httpMethod' => 'GET',
326
-              'parameters' => array(
327
-                'courseId' => array(
328
-                  'location' => 'path',
329
-                  'type' => 'string',
330
-                  'required' => true,
331
-                ),
332
-                'pageToken' => array(
333
-                  'location' => 'query',
334
-                  'type' => 'string',
335
-                ),
336
-                'pageSize' => array(
337
-                  'location' => 'query',
338
-                  'type' => 'integer',
339
-                ),
340
-              ),
341
-            ),
342
-          )
343
-        )
344
-    );
345
-    $this->invitations = new Google_Service_Classroom_Invitations_Resource(
346
-        $this,
347
-        $this->serviceName,
348
-        'invitations',
349
-        array(
350
-          'methods' => array(
351
-            'accept' => array(
352
-              'path' => 'v1/invitations/{id}:accept',
353
-              'httpMethod' => 'POST',
354
-              'parameters' => array(
355
-                'id' => array(
356
-                  'location' => 'path',
357
-                  'type' => 'string',
358
-                  'required' => true,
359
-                ),
360
-              ),
361
-            ),'create' => array(
362
-              'path' => 'v1/invitations',
363
-              'httpMethod' => 'POST',
364
-              'parameters' => array(),
365
-            ),'delete' => array(
366
-              'path' => 'v1/invitations/{id}',
367
-              'httpMethod' => 'DELETE',
368
-              'parameters' => array(
369
-                'id' => array(
370
-                  'location' => 'path',
371
-                  'type' => 'string',
372
-                  'required' => true,
373
-                ),
374
-              ),
375
-            ),'get' => array(
376
-              'path' => 'v1/invitations/{id}',
377
-              'httpMethod' => 'GET',
378
-              'parameters' => array(
379
-                'id' => array(
380
-                  'location' => 'path',
381
-                  'type' => 'string',
382
-                  'required' => true,
383
-                ),
384
-              ),
385
-            ),'list' => array(
386
-              'path' => 'v1/invitations',
387
-              'httpMethod' => 'GET',
388
-              'parameters' => array(
389
-                'courseId' => array(
390
-                  'location' => 'query',
391
-                  'type' => 'string',
392
-                ),
393
-                'pageToken' => array(
394
-                  'location' => 'query',
395
-                  'type' => 'string',
396
-                ),
397
-                'userId' => array(
398
-                  'location' => 'query',
399
-                  'type' => 'string',
400
-                ),
401
-                'pageSize' => array(
402
-                  'location' => 'query',
403
-                  'type' => 'integer',
404
-                ),
405
-              ),
406
-            ),
407
-          )
408
-        )
409
-    );
410
-    $this->userProfiles = new Google_Service_Classroom_UserProfiles_Resource(
411
-        $this,
412
-        $this->serviceName,
413
-        'userProfiles',
414
-        array(
415
-          'methods' => array(
416
-            'get' => array(
417
-              'path' => 'v1/userProfiles/{userId}',
418
-              'httpMethod' => 'GET',
419
-              'parameters' => array(
420
-                'userId' => array(
421
-                  'location' => 'path',
422
-                  'type' => 'string',
423
-                  'required' => true,
424
-                ),
425
-              ),
426
-            ),
427
-          )
428
-        )
429
-    );
67
+	parent::__construct($client);
68
+	$this->rootUrl = 'https://classroom.googleapis.com/';
69
+	$this->servicePath = '';
70
+	$this->version = 'v1';
71
+	$this->serviceName = 'classroom';
72
+
73
+	$this->courses = new Google_Service_Classroom_Courses_Resource(
74
+		$this,
75
+		$this->serviceName,
76
+		'courses',
77
+		array(
78
+		  'methods' => array(
79
+			'create' => array(
80
+			  'path' => 'v1/courses',
81
+			  'httpMethod' => 'POST',
82
+			  'parameters' => array(),
83
+			),'delete' => array(
84
+			  'path' => 'v1/courses/{id}',
85
+			  'httpMethod' => 'DELETE',
86
+			  'parameters' => array(
87
+				'id' => array(
88
+				  'location' => 'path',
89
+				  'type' => 'string',
90
+				  'required' => true,
91
+				),
92
+			  ),
93
+			),'get' => array(
94
+			  'path' => 'v1/courses/{id}',
95
+			  'httpMethod' => 'GET',
96
+			  'parameters' => array(
97
+				'id' => array(
98
+				  'location' => 'path',
99
+				  'type' => 'string',
100
+				  'required' => true,
101
+				),
102
+			  ),
103
+			),'list' => array(
104
+			  'path' => 'v1/courses',
105
+			  'httpMethod' => 'GET',
106
+			  'parameters' => array(
107
+				'teacherId' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'string',
110
+				),
111
+				'pageToken' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+				'studentId' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'string',
118
+				),
119
+				'pageSize' => array(
120
+				  'location' => 'query',
121
+				  'type' => 'integer',
122
+				),
123
+			  ),
124
+			),'patch' => array(
125
+			  'path' => 'v1/courses/{id}',
126
+			  'httpMethod' => 'PATCH',
127
+			  'parameters' => array(
128
+				'id' => array(
129
+				  'location' => 'path',
130
+				  'type' => 'string',
131
+				  'required' => true,
132
+				),
133
+				'updateMask' => array(
134
+				  'location' => 'query',
135
+				  'type' => 'string',
136
+				),
137
+			  ),
138
+			),'update' => array(
139
+			  'path' => 'v1/courses/{id}',
140
+			  'httpMethod' => 'PUT',
141
+			  'parameters' => array(
142
+				'id' => array(
143
+				  'location' => 'path',
144
+				  'type' => 'string',
145
+				  'required' => true,
146
+				),
147
+			  ),
148
+			),
149
+		  )
150
+		)
151
+	);
152
+	$this->courses_aliases = new Google_Service_Classroom_CoursesAliases_Resource(
153
+		$this,
154
+		$this->serviceName,
155
+		'aliases',
156
+		array(
157
+		  'methods' => array(
158
+			'create' => array(
159
+			  'path' => 'v1/courses/{courseId}/aliases',
160
+			  'httpMethod' => 'POST',
161
+			  'parameters' => array(
162
+				'courseId' => array(
163
+				  'location' => 'path',
164
+				  'type' => 'string',
165
+				  'required' => true,
166
+				),
167
+			  ),
168
+			),'delete' => array(
169
+			  'path' => 'v1/courses/{courseId}/aliases/{alias}',
170
+			  'httpMethod' => 'DELETE',
171
+			  'parameters' => array(
172
+				'courseId' => array(
173
+				  'location' => 'path',
174
+				  'type' => 'string',
175
+				  'required' => true,
176
+				),
177
+				'alias' => array(
178
+				  'location' => 'path',
179
+				  'type' => 'string',
180
+				  'required' => true,
181
+				),
182
+			  ),
183
+			),'list' => array(
184
+			  'path' => 'v1/courses/{courseId}/aliases',
185
+			  'httpMethod' => 'GET',
186
+			  'parameters' => array(
187
+				'courseId' => array(
188
+				  'location' => 'path',
189
+				  'type' => 'string',
190
+				  'required' => true,
191
+				),
192
+				'pageToken' => array(
193
+				  'location' => 'query',
194
+				  'type' => 'string',
195
+				),
196
+				'pageSize' => array(
197
+				  'location' => 'query',
198
+				  'type' => 'integer',
199
+				),
200
+			  ),
201
+			),
202
+		  )
203
+		)
204
+	);
205
+	$this->courses_students = new Google_Service_Classroom_CoursesStudents_Resource(
206
+		$this,
207
+		$this->serviceName,
208
+		'students',
209
+		array(
210
+		  'methods' => array(
211
+			'create' => array(
212
+			  'path' => 'v1/courses/{courseId}/students',
213
+			  'httpMethod' => 'POST',
214
+			  'parameters' => array(
215
+				'courseId' => array(
216
+				  'location' => 'path',
217
+				  'type' => 'string',
218
+				  'required' => true,
219
+				),
220
+				'enrollmentCode' => array(
221
+				  'location' => 'query',
222
+				  'type' => 'string',
223
+				),
224
+			  ),
225
+			),'delete' => array(
226
+			  'path' => 'v1/courses/{courseId}/students/{userId}',
227
+			  'httpMethod' => 'DELETE',
228
+			  'parameters' => array(
229
+				'courseId' => array(
230
+				  'location' => 'path',
231
+				  'type' => 'string',
232
+				  'required' => true,
233
+				),
234
+				'userId' => array(
235
+				  'location' => 'path',
236
+				  'type' => 'string',
237
+				  'required' => true,
238
+				),
239
+			  ),
240
+			),'get' => array(
241
+			  'path' => 'v1/courses/{courseId}/students/{userId}',
242
+			  'httpMethod' => 'GET',
243
+			  'parameters' => array(
244
+				'courseId' => array(
245
+				  'location' => 'path',
246
+				  'type' => 'string',
247
+				  'required' => true,
248
+				),
249
+				'userId' => array(
250
+				  'location' => 'path',
251
+				  'type' => 'string',
252
+				  'required' => true,
253
+				),
254
+			  ),
255
+			),'list' => array(
256
+			  'path' => 'v1/courses/{courseId}/students',
257
+			  'httpMethod' => 'GET',
258
+			  'parameters' => array(
259
+				'courseId' => array(
260
+				  'location' => 'path',
261
+				  'type' => 'string',
262
+				  'required' => true,
263
+				),
264
+				'pageToken' => array(
265
+				  'location' => 'query',
266
+				  'type' => 'string',
267
+				),
268
+				'pageSize' => array(
269
+				  'location' => 'query',
270
+				  'type' => 'integer',
271
+				),
272
+			  ),
273
+			),
274
+		  )
275
+		)
276
+	);
277
+	$this->courses_teachers = new Google_Service_Classroom_CoursesTeachers_Resource(
278
+		$this,
279
+		$this->serviceName,
280
+		'teachers',
281
+		array(
282
+		  'methods' => array(
283
+			'create' => array(
284
+			  'path' => 'v1/courses/{courseId}/teachers',
285
+			  'httpMethod' => 'POST',
286
+			  'parameters' => array(
287
+				'courseId' => array(
288
+				  'location' => 'path',
289
+				  'type' => 'string',
290
+				  'required' => true,
291
+				),
292
+			  ),
293
+			),'delete' => array(
294
+			  'path' => 'v1/courses/{courseId}/teachers/{userId}',
295
+			  'httpMethod' => 'DELETE',
296
+			  'parameters' => array(
297
+				'courseId' => array(
298
+				  'location' => 'path',
299
+				  'type' => 'string',
300
+				  'required' => true,
301
+				),
302
+				'userId' => array(
303
+				  'location' => 'path',
304
+				  'type' => 'string',
305
+				  'required' => true,
306
+				),
307
+			  ),
308
+			),'get' => array(
309
+			  'path' => 'v1/courses/{courseId}/teachers/{userId}',
310
+			  'httpMethod' => 'GET',
311
+			  'parameters' => array(
312
+				'courseId' => array(
313
+				  'location' => 'path',
314
+				  'type' => 'string',
315
+				  'required' => true,
316
+				),
317
+				'userId' => array(
318
+				  'location' => 'path',
319
+				  'type' => 'string',
320
+				  'required' => true,
321
+				),
322
+			  ),
323
+			),'list' => array(
324
+			  'path' => 'v1/courses/{courseId}/teachers',
325
+			  'httpMethod' => 'GET',
326
+			  'parameters' => array(
327
+				'courseId' => array(
328
+				  'location' => 'path',
329
+				  'type' => 'string',
330
+				  'required' => true,
331
+				),
332
+				'pageToken' => array(
333
+				  'location' => 'query',
334
+				  'type' => 'string',
335
+				),
336
+				'pageSize' => array(
337
+				  'location' => 'query',
338
+				  'type' => 'integer',
339
+				),
340
+			  ),
341
+			),
342
+		  )
343
+		)
344
+	);
345
+	$this->invitations = new Google_Service_Classroom_Invitations_Resource(
346
+		$this,
347
+		$this->serviceName,
348
+		'invitations',
349
+		array(
350
+		  'methods' => array(
351
+			'accept' => array(
352
+			  'path' => 'v1/invitations/{id}:accept',
353
+			  'httpMethod' => 'POST',
354
+			  'parameters' => array(
355
+				'id' => array(
356
+				  'location' => 'path',
357
+				  'type' => 'string',
358
+				  'required' => true,
359
+				),
360
+			  ),
361
+			),'create' => array(
362
+			  'path' => 'v1/invitations',
363
+			  'httpMethod' => 'POST',
364
+			  'parameters' => array(),
365
+			),'delete' => array(
366
+			  'path' => 'v1/invitations/{id}',
367
+			  'httpMethod' => 'DELETE',
368
+			  'parameters' => array(
369
+				'id' => array(
370
+				  'location' => 'path',
371
+				  'type' => 'string',
372
+				  'required' => true,
373
+				),
374
+			  ),
375
+			),'get' => array(
376
+			  'path' => 'v1/invitations/{id}',
377
+			  'httpMethod' => 'GET',
378
+			  'parameters' => array(
379
+				'id' => array(
380
+				  'location' => 'path',
381
+				  'type' => 'string',
382
+				  'required' => true,
383
+				),
384
+			  ),
385
+			),'list' => array(
386
+			  'path' => 'v1/invitations',
387
+			  'httpMethod' => 'GET',
388
+			  'parameters' => array(
389
+				'courseId' => array(
390
+				  'location' => 'query',
391
+				  'type' => 'string',
392
+				),
393
+				'pageToken' => array(
394
+				  'location' => 'query',
395
+				  'type' => 'string',
396
+				),
397
+				'userId' => array(
398
+				  'location' => 'query',
399
+				  'type' => 'string',
400
+				),
401
+				'pageSize' => array(
402
+				  'location' => 'query',
403
+				  'type' => 'integer',
404
+				),
405
+			  ),
406
+			),
407
+		  )
408
+		)
409
+	);
410
+	$this->userProfiles = new Google_Service_Classroom_UserProfiles_Resource(
411
+		$this,
412
+		$this->serviceName,
413
+		'userProfiles',
414
+		array(
415
+		  'methods' => array(
416
+			'get' => array(
417
+			  'path' => 'v1/userProfiles/{userId}',
418
+			  'httpMethod' => 'GET',
419
+			  'parameters' => array(
420
+				'userId' => array(
421
+				  'location' => 'path',
422
+				  'type' => 'string',
423
+				  'required' => true,
424
+				),
425
+			  ),
426
+			),
427
+		  )
428
+		)
429
+	);
430 430
   }
431 431
 }
432 432
 
@@ -456,9 +456,9 @@  discard block
 block discarded – undo
456 456
    */
457 457
   public function create(Google_Service_Classroom_Course $postBody, $optParams = array())
458 458
   {
459
-    $params = array('postBody' => $postBody);
460
-    $params = array_merge($params, $optParams);
461
-    return $this->call('create', array($params), "Google_Service_Classroom_Course");
459
+	$params = array('postBody' => $postBody);
460
+	$params = array_merge($params, $optParams);
461
+	return $this->call('create', array($params), "Google_Service_Classroom_Course");
462 462
   }
463 463
 
464 464
   /**
@@ -474,9 +474,9 @@  discard block
 block discarded – undo
474 474
    */
475 475
   public function delete($id, $optParams = array())
476 476
   {
477
-    $params = array('id' => $id);
478
-    $params = array_merge($params, $optParams);
479
-    return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
477
+	$params = array('id' => $id);
478
+	$params = array_merge($params, $optParams);
479
+	return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
480 480
   }
481 481
 
482 482
   /**
@@ -492,9 +492,9 @@  discard block
 block discarded – undo
492 492
    */
493 493
   public function get($id, $optParams = array())
494 494
   {
495
-    $params = array('id' => $id);
496
-    $params = array_merge($params, $optParams);
497
-    return $this->call('get', array($params), "Google_Service_Classroom_Course");
495
+	$params = array('id' => $id);
496
+	$params = array_merge($params, $optParams);
497
+	return $this->call('get', array($params), "Google_Service_Classroom_Course");
498 498
   }
499 499
 
500 500
   /**
@@ -528,9 +528,9 @@  discard block
 block discarded – undo
528 528
    */
529 529
   public function listCourses($optParams = array())
530 530
   {
531
-    $params = array();
532
-    $params = array_merge($params, $optParams);
533
-    return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse");
531
+	$params = array();
532
+	$params = array_merge($params, $optParams);
533
+	return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse");
534 534
   }
535 535
 
536 536
   /**
@@ -554,9 +554,9 @@  discard block
 block discarded – undo
554 554
    */
555 555
   public function patch($id, Google_Service_Classroom_Course $postBody, $optParams = array())
556 556
   {
557
-    $params = array('id' => $id, 'postBody' => $postBody);
558
-    $params = array_merge($params, $optParams);
559
-    return $this->call('patch', array($params), "Google_Service_Classroom_Course");
557
+	$params = array('id' => $id, 'postBody' => $postBody);
558
+	$params = array_merge($params, $optParams);
559
+	return $this->call('patch', array($params), "Google_Service_Classroom_Course");
560 560
   }
561 561
 
562 562
   /**
@@ -573,9 +573,9 @@  discard block
 block discarded – undo
573 573
    */
574 574
   public function update($id, Google_Service_Classroom_Course $postBody, $optParams = array())
575 575
   {
576
-    $params = array('id' => $id, 'postBody' => $postBody);
577
-    $params = array_merge($params, $optParams);
578
-    return $this->call('update', array($params), "Google_Service_Classroom_Course");
576
+	$params = array('id' => $id, 'postBody' => $postBody);
577
+	$params = array_merge($params, $optParams);
578
+	return $this->call('update', array($params), "Google_Service_Classroom_Course");
579 579
   }
580 580
 }
581 581
 
@@ -605,9 +605,9 @@  discard block
 block discarded – undo
605 605
    */
606 606
   public function create($courseId, Google_Service_Classroom_CourseAlias $postBody, $optParams = array())
607 607
   {
608
-    $params = array('courseId' => $courseId, 'postBody' => $postBody);
609
-    $params = array_merge($params, $optParams);
610
-    return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias");
608
+	$params = array('courseId' => $courseId, 'postBody' => $postBody);
609
+	$params = array_merge($params, $optParams);
610
+	return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias");
611 611
   }
612 612
 
613 613
   /**
@@ -625,9 +625,9 @@  discard block
 block discarded – undo
625 625
    */
626 626
   public function delete($courseId, $alias, $optParams = array())
627 627
   {
628
-    $params = array('courseId' => $courseId, 'alias' => $alias);
629
-    $params = array_merge($params, $optParams);
630
-    return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
628
+	$params = array('courseId' => $courseId, 'alias' => $alias);
629
+	$params = array_merge($params, $optParams);
630
+	return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
631 631
   }
632 632
 
633 633
   /**
@@ -653,9 +653,9 @@  discard block
 block discarded – undo
653 653
    */
654 654
   public function listCoursesAliases($courseId, $optParams = array())
655 655
   {
656
-    $params = array('courseId' => $courseId);
657
-    $params = array_merge($params, $optParams);
658
-    return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse");
656
+	$params = array('courseId' => $courseId);
657
+	$params = array_merge($params, $optParams);
658
+	return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse");
659 659
   }
660 660
 }
661 661
 /**
@@ -689,9 +689,9 @@  discard block
 block discarded – undo
689 689
    */
690 690
   public function create($courseId, Google_Service_Classroom_Student $postBody, $optParams = array())
691 691
   {
692
-    $params = array('courseId' => $courseId, 'postBody' => $postBody);
693
-    $params = array_merge($params, $optParams);
694
-    return $this->call('create', array($params), "Google_Service_Classroom_Student");
692
+	$params = array('courseId' => $courseId, 'postBody' => $postBody);
693
+	$params = array_merge($params, $optParams);
694
+	return $this->call('create', array($params), "Google_Service_Classroom_Student");
695 695
   }
696 696
 
697 697
   /**
@@ -711,9 +711,9 @@  discard block
 block discarded – undo
711 711
    */
712 712
   public function delete($courseId, $userId, $optParams = array())
713 713
   {
714
-    $params = array('courseId' => $courseId, 'userId' => $userId);
715
-    $params = array_merge($params, $optParams);
716
-    return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
714
+	$params = array('courseId' => $courseId, 'userId' => $userId);
715
+	$params = array_merge($params, $optParams);
716
+	return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
717 717
   }
718 718
 
719 719
   /**
@@ -733,9 +733,9 @@  discard block
 block discarded – undo
733 733
    */
734 734
   public function get($courseId, $userId, $optParams = array())
735 735
   {
736
-    $params = array('courseId' => $courseId, 'userId' => $userId);
737
-    $params = array_merge($params, $optParams);
738
-    return $this->call('get', array($params), "Google_Service_Classroom_Student");
736
+	$params = array('courseId' => $courseId, 'userId' => $userId);
737
+	$params = array_merge($params, $optParams);
738
+	return $this->call('get', array($params), "Google_Service_Classroom_Student");
739 739
   }
740 740
 
741 741
   /**
@@ -759,9 +759,9 @@  discard block
 block discarded – undo
759 759
    */
760 760
   public function listCoursesStudents($courseId, $optParams = array())
761 761
   {
762
-    $params = array('courseId' => $courseId);
763
-    $params = array_merge($params, $optParams);
764
-    return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse");
762
+	$params = array('courseId' => $courseId);
763
+	$params = array_merge($params, $optParams);
764
+	return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse");
765 765
   }
766 766
 }
767 767
 /**
@@ -790,9 +790,9 @@  discard block
 block discarded – undo
790 790
    */
791 791
   public function create($courseId, Google_Service_Classroom_Teacher $postBody, $optParams = array())
792 792
   {
793
-    $params = array('courseId' => $courseId, 'postBody' => $postBody);
794
-    $params = array_merge($params, $optParams);
795
-    return $this->call('create', array($params), "Google_Service_Classroom_Teacher");
793
+	$params = array('courseId' => $courseId, 'postBody' => $postBody);
794
+	$params = array_merge($params, $optParams);
795
+	return $this->call('create', array($params), "Google_Service_Classroom_Teacher");
796 796
   }
797 797
 
798 798
   /**
@@ -813,9 +813,9 @@  discard block
 block discarded – undo
813 813
    */
814 814
   public function delete($courseId, $userId, $optParams = array())
815 815
   {
816
-    $params = array('courseId' => $courseId, 'userId' => $userId);
817
-    $params = array_merge($params, $optParams);
818
-    return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
816
+	$params = array('courseId' => $courseId, 'userId' => $userId);
817
+	$params = array_merge($params, $optParams);
818
+	return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
819 819
   }
820 820
 
821 821
   /**
@@ -835,9 +835,9 @@  discard block
 block discarded – undo
835 835
    */
836 836
   public function get($courseId, $userId, $optParams = array())
837 837
   {
838
-    $params = array('courseId' => $courseId, 'userId' => $userId);
839
-    $params = array_merge($params, $optParams);
840
-    return $this->call('get', array($params), "Google_Service_Classroom_Teacher");
838
+	$params = array('courseId' => $courseId, 'userId' => $userId);
839
+	$params = array_merge($params, $optParams);
840
+	return $this->call('get', array($params), "Google_Service_Classroom_Teacher");
841 841
   }
842 842
 
843 843
   /**
@@ -861,9 +861,9 @@  discard block
 block discarded – undo
861 861
    */
862 862
   public function listCoursesTeachers($courseId, $optParams = array())
863 863
   {
864
-    $params = array('courseId' => $courseId);
865
-    $params = array_merge($params, $optParams);
866
-    return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse");
864
+	$params = array('courseId' => $courseId);
865
+	$params = array_merge($params, $optParams);
866
+	return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse");
867 867
   }
868 868
 }
869 869
 
@@ -892,9 +892,9 @@  discard block
 block discarded – undo
892 892
    */
893 893
   public function accept($id, $optParams = array())
894 894
   {
895
-    $params = array('id' => $id);
896
-    $params = array_merge($params, $optParams);
897
-    return $this->call('accept', array($params), "Google_Service_Classroom_Empty");
895
+	$params = array('id' => $id);
896
+	$params = array_merge($params, $optParams);
897
+	return $this->call('accept', array($params), "Google_Service_Classroom_Empty");
898 898
   }
899 899
 
900 900
   /**
@@ -911,9 +911,9 @@  discard block
 block discarded – undo
911 911
    */
912 912
   public function create(Google_Service_Classroom_Invitation $postBody, $optParams = array())
913 913
   {
914
-    $params = array('postBody' => $postBody);
915
-    $params = array_merge($params, $optParams);
916
-    return $this->call('create', array($params), "Google_Service_Classroom_Invitation");
914
+	$params = array('postBody' => $postBody);
915
+	$params = array_merge($params, $optParams);
916
+	return $this->call('create', array($params), "Google_Service_Classroom_Invitation");
917 917
   }
918 918
 
919 919
   /**
@@ -928,9 +928,9 @@  discard block
 block discarded – undo
928 928
    */
929 929
   public function delete($id, $optParams = array())
930 930
   {
931
-    $params = array('id' => $id);
932
-    $params = array_merge($params, $optParams);
933
-    return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
931
+	$params = array('id' => $id);
932
+	$params = array_merge($params, $optParams);
933
+	return $this->call('delete', array($params), "Google_Service_Classroom_Empty");
934 934
   }
935 935
 
936 936
   /**
@@ -945,9 +945,9 @@  discard block
 block discarded – undo
945 945
    */
946 946
   public function get($id, $optParams = array())
947 947
   {
948
-    $params = array('id' => $id);
949
-    $params = array_merge($params, $optParams);
950
-    return $this->call('get', array($params), "Google_Service_Classroom_Invitation");
948
+	$params = array('id' => $id);
949
+	$params = array_merge($params, $optParams);
950
+	return $this->call('get', array($params), "Google_Service_Classroom_Invitation");
951 951
   }
952 952
 
953 953
   /**
@@ -976,9 +976,9 @@  discard block
 block discarded – undo
976 976
    */
977 977
   public function listInvitations($optParams = array())
978 978
   {
979
-    $params = array();
980
-    $params = array_merge($params, $optParams);
981
-    return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse");
979
+	$params = array();
980
+	$params = array_merge($params, $optParams);
981
+	return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse");
982 982
   }
983 983
 }
984 984
 
@@ -1007,9 +1007,9 @@  discard block
 block discarded – undo
1007 1007
    */
1008 1008
   public function get($userId, $optParams = array())
1009 1009
   {
1010
-    $params = array('userId' => $userId);
1011
-    $params = array_merge($params, $optParams);
1012
-    return $this->call('get', array($params), "Google_Service_Classroom_UserProfile");
1010
+	$params = array('userId' => $userId);
1011
+	$params = array_merge($params, $optParams);
1012
+	return $this->call('get', array($params), "Google_Service_Classroom_UserProfile");
1013 1013
   }
1014 1014
 }
1015 1015
 
@@ -1036,99 +1036,99 @@  discard block
 block discarded – undo
1036 1036
 
1037 1037
   public function setAlternateLink($alternateLink)
1038 1038
   {
1039
-    $this->alternateLink = $alternateLink;
1039
+	$this->alternateLink = $alternateLink;
1040 1040
   }
1041 1041
   public function getAlternateLink()
1042 1042
   {
1043
-    return $this->alternateLink;
1043
+	return $this->alternateLink;
1044 1044
   }
1045 1045
   public function setCourseState($courseState)
1046 1046
   {
1047
-    $this->courseState = $courseState;
1047
+	$this->courseState = $courseState;
1048 1048
   }
1049 1049
   public function getCourseState()
1050 1050
   {
1051
-    return $this->courseState;
1051
+	return $this->courseState;
1052 1052
   }
1053 1053
   public function setCreationTime($creationTime)
1054 1054
   {
1055
-    $this->creationTime = $creationTime;
1055
+	$this->creationTime = $creationTime;
1056 1056
   }
1057 1057
   public function getCreationTime()
1058 1058
   {
1059
-    return $this->creationTime;
1059
+	return $this->creationTime;
1060 1060
   }
1061 1061
   public function setDescription($description)
1062 1062
   {
1063
-    $this->description = $description;
1063
+	$this->description = $description;
1064 1064
   }
1065 1065
   public function getDescription()
1066 1066
   {
1067
-    return $this->description;
1067
+	return $this->description;
1068 1068
   }
1069 1069
   public function setDescriptionHeading($descriptionHeading)
1070 1070
   {
1071
-    $this->descriptionHeading = $descriptionHeading;
1071
+	$this->descriptionHeading = $descriptionHeading;
1072 1072
   }
1073 1073
   public function getDescriptionHeading()
1074 1074
   {
1075
-    return $this->descriptionHeading;
1075
+	return $this->descriptionHeading;
1076 1076
   }
1077 1077
   public function setEnrollmentCode($enrollmentCode)
1078 1078
   {
1079
-    $this->enrollmentCode = $enrollmentCode;
1079
+	$this->enrollmentCode = $enrollmentCode;
1080 1080
   }
1081 1081
   public function getEnrollmentCode()
1082 1082
   {
1083
-    return $this->enrollmentCode;
1083
+	return $this->enrollmentCode;
1084 1084
   }
1085 1085
   public function setId($id)
1086 1086
   {
1087
-    $this->id = $id;
1087
+	$this->id = $id;
1088 1088
   }
1089 1089
   public function getId()
1090 1090
   {
1091
-    return $this->id;
1091
+	return $this->id;
1092 1092
   }
1093 1093
   public function setName($name)
1094 1094
   {
1095
-    $this->name = $name;
1095
+	$this->name = $name;
1096 1096
   }
1097 1097
   public function getName()
1098 1098
   {
1099
-    return $this->name;
1099
+	return $this->name;
1100 1100
   }
1101 1101
   public function setOwnerId($ownerId)
1102 1102
   {
1103
-    $this->ownerId = $ownerId;
1103
+	$this->ownerId = $ownerId;
1104 1104
   }
1105 1105
   public function getOwnerId()
1106 1106
   {
1107
-    return $this->ownerId;
1107
+	return $this->ownerId;
1108 1108
   }
1109 1109
   public function setRoom($room)
1110 1110
   {
1111
-    $this->room = $room;
1111
+	$this->room = $room;
1112 1112
   }
1113 1113
   public function getRoom()
1114 1114
   {
1115
-    return $this->room;
1115
+	return $this->room;
1116 1116
   }
1117 1117
   public function setSection($section)
1118 1118
   {
1119
-    $this->section = $section;
1119
+	$this->section = $section;
1120 1120
   }
1121 1121
   public function getSection()
1122 1122
   {
1123
-    return $this->section;
1123
+	return $this->section;
1124 1124
   }
1125 1125
   public function setUpdateTime($updateTime)
1126 1126
   {
1127
-    $this->updateTime = $updateTime;
1127
+	$this->updateTime = $updateTime;
1128 1128
   }
1129 1129
   public function getUpdateTime()
1130 1130
   {
1131
-    return $this->updateTime;
1131
+	return $this->updateTime;
1132 1132
   }
1133 1133
 }
1134 1134
 
@@ -1141,11 +1141,11 @@  discard block
 block discarded – undo
1141 1141
 
1142 1142
   public function setAlias($alias)
1143 1143
   {
1144
-    $this->alias = $alias;
1144
+	$this->alias = $alias;
1145 1145
   }
1146 1146
   public function getAlias()
1147 1147
   {
1148
-    return $this->alias;
1148
+	return $this->alias;
1149 1149
   }
1150 1150
 }
1151 1151
 
@@ -1162,11 +1162,11 @@  discard block
 block discarded – undo
1162 1162
 
1163 1163
   public function setPermission($permission)
1164 1164
   {
1165
-    $this->permission = $permission;
1165
+	$this->permission = $permission;
1166 1166
   }
1167 1167
   public function getPermission()
1168 1168
   {
1169
-    return $this->permission;
1169
+	return $this->permission;
1170 1170
   }
1171 1171
 }
1172 1172
 
@@ -1182,35 +1182,35 @@  discard block
 block discarded – undo
1182 1182
 
1183 1183
   public function setCourseId($courseId)
1184 1184
   {
1185
-    $this->courseId = $courseId;
1185
+	$this->courseId = $courseId;
1186 1186
   }
1187 1187
   public function getCourseId()
1188 1188
   {
1189
-    return $this->courseId;
1189
+	return $this->courseId;
1190 1190
   }
1191 1191
   public function setId($id)
1192 1192
   {
1193
-    $this->id = $id;
1193
+	$this->id = $id;
1194 1194
   }
1195 1195
   public function getId()
1196 1196
   {
1197
-    return $this->id;
1197
+	return $this->id;
1198 1198
   }
1199 1199
   public function setRole($role)
1200 1200
   {
1201
-    $this->role = $role;
1201
+	$this->role = $role;
1202 1202
   }
1203 1203
   public function getRole()
1204 1204
   {
1205
-    return $this->role;
1205
+	return $this->role;
1206 1206
   }
1207 1207
   public function setUserId($userId)
1208 1208
   {
1209
-    $this->userId = $userId;
1209
+	$this->userId = $userId;
1210 1210
   }
1211 1211
   public function getUserId()
1212 1212
   {
1213
-    return $this->userId;
1213
+	return $this->userId;
1214 1214
   }
1215 1215
 }
1216 1216
 
@@ -1226,19 +1226,19 @@  discard block
 block discarded – undo
1226 1226
 
1227 1227
   public function setAliases($aliases)
1228 1228
   {
1229
-    $this->aliases = $aliases;
1229
+	$this->aliases = $aliases;
1230 1230
   }
1231 1231
   public function getAliases()
1232 1232
   {
1233
-    return $this->aliases;
1233
+	return $this->aliases;
1234 1234
   }
1235 1235
   public function setNextPageToken($nextPageToken)
1236 1236
   {
1237
-    $this->nextPageToken = $nextPageToken;
1237
+	$this->nextPageToken = $nextPageToken;
1238 1238
   }
1239 1239
   public function getNextPageToken()
1240 1240
   {
1241
-    return $this->nextPageToken;
1241
+	return $this->nextPageToken;
1242 1242
   }
1243 1243
 }
1244 1244
 
@@ -1254,19 +1254,19 @@  discard block
 block discarded – undo
1254 1254
 
1255 1255
   public function setCourses($courses)
1256 1256
   {
1257
-    $this->courses = $courses;
1257
+	$this->courses = $courses;
1258 1258
   }
1259 1259
   public function getCourses()
1260 1260
   {
1261
-    return $this->courses;
1261
+	return $this->courses;
1262 1262
   }
1263 1263
   public function setNextPageToken($nextPageToken)
1264 1264
   {
1265
-    $this->nextPageToken = $nextPageToken;
1265
+	$this->nextPageToken = $nextPageToken;
1266 1266
   }
1267 1267
   public function getNextPageToken()
1268 1268
   {
1269
-    return $this->nextPageToken;
1269
+	return $this->nextPageToken;
1270 1270
   }
1271 1271
 }
1272 1272
 
@@ -1282,19 +1282,19 @@  discard block
 block discarded – undo
1282 1282
 
1283 1283
   public function setInvitations($invitations)
1284 1284
   {
1285
-    $this->invitations = $invitations;
1285
+	$this->invitations = $invitations;
1286 1286
   }
1287 1287
   public function getInvitations()
1288 1288
   {
1289
-    return $this->invitations;
1289
+	return $this->invitations;
1290 1290
   }
1291 1291
   public function setNextPageToken($nextPageToken)
1292 1292
   {
1293
-    $this->nextPageToken = $nextPageToken;
1293
+	$this->nextPageToken = $nextPageToken;
1294 1294
   }
1295 1295
   public function getNextPageToken()
1296 1296
   {
1297
-    return $this->nextPageToken;
1297
+	return $this->nextPageToken;
1298 1298
   }
1299 1299
 }
1300 1300
 
@@ -1310,19 +1310,19 @@  discard block
 block discarded – undo
1310 1310
 
1311 1311
   public function setNextPageToken($nextPageToken)
1312 1312
   {
1313
-    $this->nextPageToken = $nextPageToken;
1313
+	$this->nextPageToken = $nextPageToken;
1314 1314
   }
1315 1315
   public function getNextPageToken()
1316 1316
   {
1317
-    return $this->nextPageToken;
1317
+	return $this->nextPageToken;
1318 1318
   }
1319 1319
   public function setStudents($students)
1320 1320
   {
1321
-    $this->students = $students;
1321
+	$this->students = $students;
1322 1322
   }
1323 1323
   public function getStudents()
1324 1324
   {
1325
-    return $this->students;
1325
+	return $this->students;
1326 1326
   }
1327 1327
 }
1328 1328
 
@@ -1338,19 +1338,19 @@  discard block
 block discarded – undo
1338 1338
 
1339 1339
   public function setNextPageToken($nextPageToken)
1340 1340
   {
1341
-    $this->nextPageToken = $nextPageToken;
1341
+	$this->nextPageToken = $nextPageToken;
1342 1342
   }
1343 1343
   public function getNextPageToken()
1344 1344
   {
1345
-    return $this->nextPageToken;
1345
+	return $this->nextPageToken;
1346 1346
   }
1347 1347
   public function setTeachers($teachers)
1348 1348
   {
1349
-    $this->teachers = $teachers;
1349
+	$this->teachers = $teachers;
1350 1350
   }
1351 1351
   public function getTeachers()
1352 1352
   {
1353
-    return $this->teachers;
1353
+	return $this->teachers;
1354 1354
   }
1355 1355
 }
1356 1356
 
@@ -1365,27 +1365,27 @@  discard block
 block discarded – undo
1365 1365
 
1366 1366
   public function setFamilyName($familyName)
1367 1367
   {
1368
-    $this->familyName = $familyName;
1368
+	$this->familyName = $familyName;
1369 1369
   }
1370 1370
   public function getFamilyName()
1371 1371
   {
1372
-    return $this->familyName;
1372
+	return $this->familyName;
1373 1373
   }
1374 1374
   public function setFullName($fullName)
1375 1375
   {
1376
-    $this->fullName = $fullName;
1376
+	$this->fullName = $fullName;
1377 1377
   }
1378 1378
   public function getFullName()
1379 1379
   {
1380
-    return $this->fullName;
1380
+	return $this->fullName;
1381 1381
   }
1382 1382
   public function setGivenName($givenName)
1383 1383
   {
1384
-    $this->givenName = $givenName;
1384
+	$this->givenName = $givenName;
1385 1385
   }
1386 1386
   public function getGivenName()
1387 1387
   {
1388
-    return $this->givenName;
1388
+	return $this->givenName;
1389 1389
   }
1390 1390
 }
1391 1391
 
@@ -1401,27 +1401,27 @@  discard block
 block discarded – undo
1401 1401
 
1402 1402
   public function setCourseId($courseId)
1403 1403
   {
1404
-    $this->courseId = $courseId;
1404
+	$this->courseId = $courseId;
1405 1405
   }
1406 1406
   public function getCourseId()
1407 1407
   {
1408
-    return $this->courseId;
1408
+	return $this->courseId;
1409 1409
   }
1410 1410
   public function setProfile(Google_Service_Classroom_UserProfile $profile)
1411 1411
   {
1412
-    $this->profile = $profile;
1412
+	$this->profile = $profile;
1413 1413
   }
1414 1414
   public function getProfile()
1415 1415
   {
1416
-    return $this->profile;
1416
+	return $this->profile;
1417 1417
   }
1418 1418
   public function setUserId($userId)
1419 1419
   {
1420
-    $this->userId = $userId;
1420
+	$this->userId = $userId;
1421 1421
   }
1422 1422
   public function getUserId()
1423 1423
   {
1424
-    return $this->userId;
1424
+	return $this->userId;
1425 1425
   }
1426 1426
 }
1427 1427
 
@@ -1437,27 +1437,27 @@  discard block
 block discarded – undo
1437 1437
 
1438 1438
   public function setCourseId($courseId)
1439 1439
   {
1440
-    $this->courseId = $courseId;
1440
+	$this->courseId = $courseId;
1441 1441
   }
1442 1442
   public function getCourseId()
1443 1443
   {
1444
-    return $this->courseId;
1444
+	return $this->courseId;
1445 1445
   }
1446 1446
   public function setProfile(Google_Service_Classroom_UserProfile $profile)
1447 1447
   {
1448
-    $this->profile = $profile;
1448
+	$this->profile = $profile;
1449 1449
   }
1450 1450
   public function getProfile()
1451 1451
   {
1452
-    return $this->profile;
1452
+	return $this->profile;
1453 1453
   }
1454 1454
   public function setUserId($userId)
1455 1455
   {
1456
-    $this->userId = $userId;
1456
+	$this->userId = $userId;
1457 1457
   }
1458 1458
   public function getUserId()
1459 1459
   {
1460
-    return $this->userId;
1460
+	return $this->userId;
1461 1461
   }
1462 1462
 }
1463 1463
 
@@ -1477,42 +1477,42 @@  discard block
 block discarded – undo
1477 1477
 
1478 1478
   public function setEmailAddress($emailAddress)
1479 1479
   {
1480
-    $this->emailAddress = $emailAddress;
1480
+	$this->emailAddress = $emailAddress;
1481 1481
   }
1482 1482
   public function getEmailAddress()
1483 1483
   {
1484
-    return $this->emailAddress;
1484
+	return $this->emailAddress;
1485 1485
   }
1486 1486
   public function setId($id)
1487 1487
   {
1488
-    $this->id = $id;
1488
+	$this->id = $id;
1489 1489
   }
1490 1490
   public function getId()
1491 1491
   {
1492
-    return $this->id;
1492
+	return $this->id;
1493 1493
   }
1494 1494
   public function setName(Google_Service_Classroom_Name $name)
1495 1495
   {
1496
-    $this->name = $name;
1496
+	$this->name = $name;
1497 1497
   }
1498 1498
   public function getName()
1499 1499
   {
1500
-    return $this->name;
1500
+	return $this->name;
1501 1501
   }
1502 1502
   public function setPermissions($permissions)
1503 1503
   {
1504
-    $this->permissions = $permissions;
1504
+	$this->permissions = $permissions;
1505 1505
   }
1506 1506
   public function getPermissions()
1507 1507
   {
1508
-    return $this->permissions;
1508
+	return $this->permissions;
1509 1509
   }
1510 1510
   public function setPhotoUrl($photoUrl)
1511 1511
   {
1512
-    $this->photoUrl = $photoUrl;
1512
+	$this->photoUrl = $photoUrl;
1513 1513
   }
1514 1514
   public function getPhotoUrl()
1515 1515
   {
1516
-    return $this->photoUrl;
1516
+	return $this->photoUrl;
1517 1517
   }
1518 1518
 }
Please login to merge, or discard this patch.
Spacing   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
               'path' => 'v1/courses',
81 81
               'httpMethod' => 'POST',
82 82
               'parameters' => array(),
83
-            ),'delete' => array(
83
+            ), 'delete' => array(
84 84
               'path' => 'v1/courses/{id}',
85 85
               'httpMethod' => 'DELETE',
86 86
               'parameters' => array(
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
                   'required' => true,
91 91
                 ),
92 92
               ),
93
-            ),'get' => array(
93
+            ), 'get' => array(
94 94
               'path' => 'v1/courses/{id}',
95 95
               'httpMethod' => 'GET',
96 96
               'parameters' => array(
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
                   'required' => true,
101 101
                 ),
102 102
               ),
103
-            ),'list' => array(
103
+            ), 'list' => array(
104 104
               'path' => 'v1/courses',
105 105
               'httpMethod' => 'GET',
106 106
               'parameters' => array(
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
                   'type' => 'integer',
122 122
                 ),
123 123
               ),
124
-            ),'patch' => array(
124
+            ), 'patch' => array(
125 125
               'path' => 'v1/courses/{id}',
126 126
               'httpMethod' => 'PATCH',
127 127
               'parameters' => array(
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
                   'type' => 'string',
136 136
                 ),
137 137
               ),
138
-            ),'update' => array(
138
+            ), 'update' => array(
139 139
               'path' => 'v1/courses/{id}',
140 140
               'httpMethod' => 'PUT',
141 141
               'parameters' => array(
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
                   'required' => true,
166 166
                 ),
167 167
               ),
168
-            ),'delete' => array(
168
+            ), 'delete' => array(
169 169
               'path' => 'v1/courses/{courseId}/aliases/{alias}',
170 170
               'httpMethod' => 'DELETE',
171 171
               'parameters' => array(
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                   'required' => true,
181 181
                 ),
182 182
               ),
183
-            ),'list' => array(
183
+            ), 'list' => array(
184 184
               'path' => 'v1/courses/{courseId}/aliases',
185 185
               'httpMethod' => 'GET',
186 186
               'parameters' => array(
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                   'type' => 'string',
223 223
                 ),
224 224
               ),
225
-            ),'delete' => array(
225
+            ), 'delete' => array(
226 226
               'path' => 'v1/courses/{courseId}/students/{userId}',
227 227
               'httpMethod' => 'DELETE',
228 228
               'parameters' => array(
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
                   'required' => true,
238 238
                 ),
239 239
               ),
240
-            ),'get' => array(
240
+            ), 'get' => array(
241 241
               'path' => 'v1/courses/{courseId}/students/{userId}',
242 242
               'httpMethod' => 'GET',
243 243
               'parameters' => array(
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
                   'required' => true,
253 253
                 ),
254 254
               ),
255
-            ),'list' => array(
255
+            ), 'list' => array(
256 256
               'path' => 'v1/courses/{courseId}/students',
257 257
               'httpMethod' => 'GET',
258 258
               'parameters' => array(
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
                   'required' => true,
291 291
                 ),
292 292
               ),
293
-            ),'delete' => array(
293
+            ), 'delete' => array(
294 294
               'path' => 'v1/courses/{courseId}/teachers/{userId}',
295 295
               'httpMethod' => 'DELETE',
296 296
               'parameters' => array(
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
                   'required' => true,
306 306
                 ),
307 307
               ),
308
-            ),'get' => array(
308
+            ), 'get' => array(
309 309
               'path' => 'v1/courses/{courseId}/teachers/{userId}',
310 310
               'httpMethod' => 'GET',
311 311
               'parameters' => array(
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
                   'required' => true,
321 321
                 ),
322 322
               ),
323
-            ),'list' => array(
323
+            ), 'list' => array(
324 324
               'path' => 'v1/courses/{courseId}/teachers',
325 325
               'httpMethod' => 'GET',
326 326
               'parameters' => array(
@@ -358,11 +358,11 @@  discard block
 block discarded – undo
358 358
                   'required' => true,
359 359
                 ),
360 360
               ),
361
-            ),'create' => array(
361
+            ), 'create' => array(
362 362
               'path' => 'v1/invitations',
363 363
               'httpMethod' => 'POST',
364 364
               'parameters' => array(),
365
-            ),'delete' => array(
365
+            ), 'delete' => array(
366 366
               'path' => 'v1/invitations/{id}',
367 367
               'httpMethod' => 'DELETE',
368 368
               'parameters' => array(
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
                   'required' => true,
373 373
                 ),
374 374
               ),
375
-            ),'get' => array(
375
+            ), 'get' => array(
376 376
               'path' => 'v1/invitations/{id}',
377 377
               'httpMethod' => 'GET',
378 378
               'parameters' => array(
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
                   'required' => true,
383 383
                 ),
384 384
               ),
385
-            ),'list' => array(
385
+            ), 'list' => array(
386 386
               'path' => 'v1/invitations',
387 387
               'httpMethod' => 'GET',
388 388
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Cloudlatencytest.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
   /**
87 87
    * RPC to update the new TCP stats. (statscollection.updateaggregatedstats)
88 88
    *
89
-   * @param Google_AggregatedStats $postBody
89
+   * @param Google_Service_Cloudlatencytest_AggregatedStats $postBody
90 90
    * @param array $optParams Optional parameters.
91 91
    * @return Google_Service_Cloudlatencytest_AggregatedStatsReply
92 92
    */
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
   /**
101 101
    * RPC to update the new TCP stats. (statscollection.updatestats)
102 102
    *
103
-   * @param Google_Stats $postBody
103
+   * @param Google_Service_Cloudlatencytest_Stats $postBody
104 104
    * @param array $optParams Optional parameters.
105 105
    * @return Google_Service_Cloudlatencytest_StatsReply
106 106
    */
Please login to merge, or discard this patch.
Indentation   +57 added lines, -57 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View monitoring data for all of your Google Cloud and API projects. */
34 34
   const MONITORING_READONLY =
35
-      "https://www.googleapis.com/auth/monitoring.readonly";
35
+	  "https://www.googleapis.com/auth/monitoring.readonly";
36 36
 
37 37
   public $statscollection;
38 38
   
@@ -44,30 +44,30 @@  discard block
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/';
49
-    $this->servicePath = 'v2/statscollection/';
50
-    $this->version = 'v2';
51
-    $this->serviceName = 'cloudlatencytest';
52
-
53
-    $this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'statscollection',
57
-        array(
58
-          'methods' => array(
59
-            'updateaggregatedstats' => array(
60
-              'path' => 'updateaggregatedstats',
61
-              'httpMethod' => 'POST',
62
-              'parameters' => array(),
63
-            ),'updatestats' => array(
64
-              'path' => 'updatestats',
65
-              'httpMethod' => 'POST',
66
-              'parameters' => array(),
67
-            ),
68
-          )
69
-        )
70
-    );
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/';
49
+	$this->servicePath = 'v2/statscollection/';
50
+	$this->version = 'v2';
51
+	$this->serviceName = 'cloudlatencytest';
52
+
53
+	$this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'statscollection',
57
+		array(
58
+		  'methods' => array(
59
+			'updateaggregatedstats' => array(
60
+			  'path' => 'updateaggregatedstats',
61
+			  'httpMethod' => 'POST',
62
+			  'parameters' => array(),
63
+			),'updatestats' => array(
64
+			  'path' => 'updatestats',
65
+			  'httpMethod' => 'POST',
66
+			  'parameters' => array(),
67
+			),
68
+		  )
69
+		)
70
+	);
71 71
   }
72 72
 }
73 73
 
@@ -92,9 +92,9 @@  discard block
 block discarded – undo
92 92
    */
93 93
   public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array())
94 94
   {
95
-    $params = array('postBody' => $postBody);
96
-    $params = array_merge($params, $optParams);
97
-    return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply");
95
+	$params = array('postBody' => $postBody);
96
+	$params = array_merge($params, $optParams);
97
+	return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply");
98 98
   }
99 99
 
100 100
   /**
@@ -106,9 +106,9 @@  discard block
 block discarded – undo
106 106
    */
107 107
   public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array())
108 108
   {
109
-    $params = array('postBody' => $postBody);
110
-    $params = array_merge($params, $optParams);
111
-    return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply");
109
+	$params = array('postBody' => $postBody);
110
+	$params = array_merge($params, $optParams);
111
+	return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply");
112 112
   }
113 113
 }
114 114
 
@@ -126,11 +126,11 @@  discard block
 block discarded – undo
126 126
 
127 127
   public function setStats($stats)
128 128
   {
129
-    $this->stats = $stats;
129
+	$this->stats = $stats;
130 130
   }
131 131
   public function getStats()
132 132
   {
133
-    return $this->stats;
133
+	return $this->stats;
134 134
   }
135 135
 }
136 136
 
@@ -143,11 +143,11 @@  discard block
 block discarded – undo
143 143
 
144 144
   public function setTestValue($testValue)
145 145
   {
146
-    $this->testValue = $testValue;
146
+	$this->testValue = $testValue;
147 147
   }
148 148
   public function getTestValue()
149 149
   {
150
-    return $this->testValue;
150
+	return $this->testValue;
151 151
   }
152 152
 }
153 153
 
@@ -161,19 +161,19 @@  discard block
 block discarded – undo
161 161
 
162 162
   public function setLabel($label)
163 163
   {
164
-    $this->label = $label;
164
+	$this->label = $label;
165 165
   }
166 166
   public function getLabel()
167 167
   {
168
-    return $this->label;
168
+	return $this->label;
169 169
   }
170 170
   public function setValue($value)
171 171
   {
172
-    $this->value = $value;
172
+	$this->value = $value;
173 173
   }
174 174
   public function getValue()
175 175
   {
176
-    return $this->value;
176
+	return $this->value;
177 177
   }
178 178
 }
179 179
 
@@ -187,19 +187,19 @@  discard block
 block discarded – undo
187 187
 
188 188
   public function setLabel($label)
189 189
   {
190
-    $this->label = $label;
190
+	$this->label = $label;
191 191
   }
192 192
   public function getLabel()
193 193
   {
194
-    return $this->label;
194
+	return $this->label;
195 195
   }
196 196
   public function setValue($value)
197 197
   {
198
-    $this->value = $value;
198
+	$this->value = $value;
199 199
   }
200 200
   public function getValue()
201 201
   {
202
-    return $this->value;
202
+	return $this->value;
203 203
   }
204 204
 }
205 205
 
@@ -219,35 +219,35 @@  discard block
 block discarded – undo
219 219
 
220 220
   public function setDoubleValues($doubleValues)
221 221
   {
222
-    $this->doubleValues = $doubleValues;
222
+	$this->doubleValues = $doubleValues;
223 223
   }
224 224
   public function getDoubleValues()
225 225
   {
226
-    return $this->doubleValues;
226
+	return $this->doubleValues;
227 227
   }
228 228
   public function setIntValues($intValues)
229 229
   {
230
-    $this->intValues = $intValues;
230
+	$this->intValues = $intValues;
231 231
   }
232 232
   public function getIntValues()
233 233
   {
234
-    return $this->intValues;
234
+	return $this->intValues;
235 235
   }
236 236
   public function setStringValues($stringValues)
237 237
   {
238
-    $this->stringValues = $stringValues;
238
+	$this->stringValues = $stringValues;
239 239
   }
240 240
   public function getStringValues()
241 241
   {
242
-    return $this->stringValues;
242
+	return $this->stringValues;
243 243
   }
244 244
   public function setTime($time)
245 245
   {
246
-    $this->time = $time;
246
+	$this->time = $time;
247 247
   }
248 248
   public function getTime()
249 249
   {
250
-    return $this->time;
250
+	return $this->time;
251 251
   }
252 252
 }
253 253
 
@@ -260,11 +260,11 @@  discard block
 block discarded – undo
260 260
 
261 261
   public function setTestValue($testValue)
262 262
   {
263
-    $this->testValue = $testValue;
263
+	$this->testValue = $testValue;
264 264
   }
265 265
   public function getTestValue()
266 266
   {
267
-    return $this->testValue;
267
+	return $this->testValue;
268 268
   }
269 269
 }
270 270
 
@@ -278,18 +278,18 @@  discard block
 block discarded – undo
278 278
 
279 279
   public function setLabel($label)
280 280
   {
281
-    $this->label = $label;
281
+	$this->label = $label;
282 282
   }
283 283
   public function getLabel()
284 284
   {
285
-    return $this->label;
285
+	return $this->label;
286 286
   }
287 287
   public function setValue($value)
288 288
   {
289
-    $this->value = $value;
289
+	$this->value = $value;
290 290
   }
291 291
   public function getValue()
292 292
   {
293
-    return $this->value;
293
+	return $this->value;
294 294
   }
295 295
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
               'path' => 'updateaggregatedstats',
61 61
               'httpMethod' => 'POST',
62 62
               'parameters' => array(),
63
-            ),'updatestats' => array(
63
+            ), 'updatestats' => array(
64 64
               'path' => 'updatestats',
65 65
               'httpMethod' => 'POST',
66 66
               'parameters' => array(),
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/CloudMonitoring.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
    *
258 258
    * @param string $project The project id. The value can be the numeric project
259 259
    * ID or string-based project name.
260
-   * @param Google_MetricDescriptor $postBody
260
+   * @param Google_Service_CloudMonitoring_MetricDescriptor $postBody
261 261
    * @param array $optParams Optional parameters.
262 262
    * @return Google_Service_CloudMonitoring_MetricDescriptor
263 263
    */
@@ -392,7 +392,7 @@  discard block
 block discarded – undo
392 392
    *
393 393
    * @param string $project The project ID. The value can be the numeric project
394 394
    * ID or string-based project name.
395
-   * @param Google_WriteTimeseriesRequest $postBody
395
+   * @param Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody
396 396
    * @param array $optParams Optional parameters.
397 397
    * @return Google_Service_CloudMonitoring_WriteTimeseriesResponse
398 398
    */
Please login to merge, or discard this patch.
Indentation   +320 added lines, -320 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */
34 34
   const MONITORING =
35
-      "https://www.googleapis.com/auth/monitoring";
35
+	  "https://www.googleapis.com/auth/monitoring";
36 36
 
37 37
   public $metricDescriptors;
38 38
   public $timeseries;
@@ -46,197 +46,197 @@  discard block
 block discarded – undo
46 46
    */
47 47
   public function __construct(Google_Client $client)
48 48
   {
49
-    parent::__construct($client);
50
-    $this->rootUrl = 'https://www.googleapis.com/';
51
-    $this->servicePath = 'cloudmonitoring/v2beta2/projects/';
52
-    $this->version = 'v2beta2';
53
-    $this->serviceName = 'cloudmonitoring';
54
-
55
-    $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource(
56
-        $this,
57
-        $this->serviceName,
58
-        'metricDescriptors',
59
-        array(
60
-          'methods' => array(
61
-            'create' => array(
62
-              'path' => '{project}/metricDescriptors',
63
-              'httpMethod' => 'POST',
64
-              'parameters' => array(
65
-                'project' => array(
66
-                  'location' => 'path',
67
-                  'type' => 'string',
68
-                  'required' => true,
69
-                ),
70
-              ),
71
-            ),'delete' => array(
72
-              'path' => '{project}/metricDescriptors/{metric}',
73
-              'httpMethod' => 'DELETE',
74
-              'parameters' => array(
75
-                'project' => array(
76
-                  'location' => 'path',
77
-                  'type' => 'string',
78
-                  'required' => true,
79
-                ),
80
-                'metric' => array(
81
-                  'location' => 'path',
82
-                  'type' => 'string',
83
-                  'required' => true,
84
-                ),
85
-              ),
86
-            ),'list' => array(
87
-              'path' => '{project}/metricDescriptors',
88
-              'httpMethod' => 'GET',
89
-              'parameters' => array(
90
-                'project' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'count' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'integer',
98
-                ),
99
-                'pageToken' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'string',
102
-                ),
103
-                'query' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                ),
107
-              ),
108
-            ),
109
-          )
110
-        )
111
-    );
112
-    $this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource(
113
-        $this,
114
-        $this->serviceName,
115
-        'timeseries',
116
-        array(
117
-          'methods' => array(
118
-            'list' => array(
119
-              'path' => '{project}/timeseries/{metric}',
120
-              'httpMethod' => 'GET',
121
-              'parameters' => array(
122
-                'project' => array(
123
-                  'location' => 'path',
124
-                  'type' => 'string',
125
-                  'required' => true,
126
-                ),
127
-                'metric' => array(
128
-                  'location' => 'path',
129
-                  'type' => 'string',
130
-                  'required' => true,
131
-                ),
132
-                'youngest' => array(
133
-                  'location' => 'query',
134
-                  'type' => 'string',
135
-                  'required' => true,
136
-                ),
137
-                'count' => array(
138
-                  'location' => 'query',
139
-                  'type' => 'integer',
140
-                ),
141
-                'timespan' => array(
142
-                  'location' => 'query',
143
-                  'type' => 'string',
144
-                ),
145
-                'aggregator' => array(
146
-                  'location' => 'query',
147
-                  'type' => 'string',
148
-                ),
149
-                'labels' => array(
150
-                  'location' => 'query',
151
-                  'type' => 'string',
152
-                  'repeated' => true,
153
-                ),
154
-                'pageToken' => array(
155
-                  'location' => 'query',
156
-                  'type' => 'string',
157
-                ),
158
-                'window' => array(
159
-                  'location' => 'query',
160
-                  'type' => 'string',
161
-                ),
162
-                'oldest' => array(
163
-                  'location' => 'query',
164
-                  'type' => 'string',
165
-                ),
166
-              ),
167
-            ),'write' => array(
168
-              'path' => '{project}/timeseries:write',
169
-              'httpMethod' => 'POST',
170
-              'parameters' => array(
171
-                'project' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),
178
-          )
179
-        )
180
-    );
181
-    $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource(
182
-        $this,
183
-        $this->serviceName,
184
-        'timeseriesDescriptors',
185
-        array(
186
-          'methods' => array(
187
-            'list' => array(
188
-              'path' => '{project}/timeseriesDescriptors/{metric}',
189
-              'httpMethod' => 'GET',
190
-              'parameters' => array(
191
-                'project' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'metric' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-                'youngest' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-                'count' => array(
207
-                  'location' => 'query',
208
-                  'type' => 'integer',
209
-                ),
210
-                'timespan' => array(
211
-                  'location' => 'query',
212
-                  'type' => 'string',
213
-                ),
214
-                'aggregator' => array(
215
-                  'location' => 'query',
216
-                  'type' => 'string',
217
-                ),
218
-                'labels' => array(
219
-                  'location' => 'query',
220
-                  'type' => 'string',
221
-                  'repeated' => true,
222
-                ),
223
-                'pageToken' => array(
224
-                  'location' => 'query',
225
-                  'type' => 'string',
226
-                ),
227
-                'window' => array(
228
-                  'location' => 'query',
229
-                  'type' => 'string',
230
-                ),
231
-                'oldest' => array(
232
-                  'location' => 'query',
233
-                  'type' => 'string',
234
-                ),
235
-              ),
236
-            ),
237
-          )
238
-        )
239
-    );
49
+	parent::__construct($client);
50
+	$this->rootUrl = 'https://www.googleapis.com/';
51
+	$this->servicePath = 'cloudmonitoring/v2beta2/projects/';
52
+	$this->version = 'v2beta2';
53
+	$this->serviceName = 'cloudmonitoring';
54
+
55
+	$this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource(
56
+		$this,
57
+		$this->serviceName,
58
+		'metricDescriptors',
59
+		array(
60
+		  'methods' => array(
61
+			'create' => array(
62
+			  'path' => '{project}/metricDescriptors',
63
+			  'httpMethod' => 'POST',
64
+			  'parameters' => array(
65
+				'project' => array(
66
+				  'location' => 'path',
67
+				  'type' => 'string',
68
+				  'required' => true,
69
+				),
70
+			  ),
71
+			),'delete' => array(
72
+			  'path' => '{project}/metricDescriptors/{metric}',
73
+			  'httpMethod' => 'DELETE',
74
+			  'parameters' => array(
75
+				'project' => array(
76
+				  'location' => 'path',
77
+				  'type' => 'string',
78
+				  'required' => true,
79
+				),
80
+				'metric' => array(
81
+				  'location' => 'path',
82
+				  'type' => 'string',
83
+				  'required' => true,
84
+				),
85
+			  ),
86
+			),'list' => array(
87
+			  'path' => '{project}/metricDescriptors',
88
+			  'httpMethod' => 'GET',
89
+			  'parameters' => array(
90
+				'project' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'count' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'integer',
98
+				),
99
+				'pageToken' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'string',
102
+				),
103
+				'query' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				),
107
+			  ),
108
+			),
109
+		  )
110
+		)
111
+	);
112
+	$this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource(
113
+		$this,
114
+		$this->serviceName,
115
+		'timeseries',
116
+		array(
117
+		  'methods' => array(
118
+			'list' => array(
119
+			  'path' => '{project}/timeseries/{metric}',
120
+			  'httpMethod' => 'GET',
121
+			  'parameters' => array(
122
+				'project' => array(
123
+				  'location' => 'path',
124
+				  'type' => 'string',
125
+				  'required' => true,
126
+				),
127
+				'metric' => array(
128
+				  'location' => 'path',
129
+				  'type' => 'string',
130
+				  'required' => true,
131
+				),
132
+				'youngest' => array(
133
+				  'location' => 'query',
134
+				  'type' => 'string',
135
+				  'required' => true,
136
+				),
137
+				'count' => array(
138
+				  'location' => 'query',
139
+				  'type' => 'integer',
140
+				),
141
+				'timespan' => array(
142
+				  'location' => 'query',
143
+				  'type' => 'string',
144
+				),
145
+				'aggregator' => array(
146
+				  'location' => 'query',
147
+				  'type' => 'string',
148
+				),
149
+				'labels' => array(
150
+				  'location' => 'query',
151
+				  'type' => 'string',
152
+				  'repeated' => true,
153
+				),
154
+				'pageToken' => array(
155
+				  'location' => 'query',
156
+				  'type' => 'string',
157
+				),
158
+				'window' => array(
159
+				  'location' => 'query',
160
+				  'type' => 'string',
161
+				),
162
+				'oldest' => array(
163
+				  'location' => 'query',
164
+				  'type' => 'string',
165
+				),
166
+			  ),
167
+			),'write' => array(
168
+			  'path' => '{project}/timeseries:write',
169
+			  'httpMethod' => 'POST',
170
+			  'parameters' => array(
171
+				'project' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),
178
+		  )
179
+		)
180
+	);
181
+	$this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource(
182
+		$this,
183
+		$this->serviceName,
184
+		'timeseriesDescriptors',
185
+		array(
186
+		  'methods' => array(
187
+			'list' => array(
188
+			  'path' => '{project}/timeseriesDescriptors/{metric}',
189
+			  'httpMethod' => 'GET',
190
+			  'parameters' => array(
191
+				'project' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'metric' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+				'youngest' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+				'count' => array(
207
+				  'location' => 'query',
208
+				  'type' => 'integer',
209
+				),
210
+				'timespan' => array(
211
+				  'location' => 'query',
212
+				  'type' => 'string',
213
+				),
214
+				'aggregator' => array(
215
+				  'location' => 'query',
216
+				  'type' => 'string',
217
+				),
218
+				'labels' => array(
219
+				  'location' => 'query',
220
+				  'type' => 'string',
221
+				  'repeated' => true,
222
+				),
223
+				'pageToken' => array(
224
+				  'location' => 'query',
225
+				  'type' => 'string',
226
+				),
227
+				'window' => array(
228
+				  'location' => 'query',
229
+				  'type' => 'string',
230
+				),
231
+				'oldest' => array(
232
+				  'location' => 'query',
233
+				  'type' => 'string',
234
+				),
235
+			  ),
236
+			),
237
+		  )
238
+		)
239
+	);
240 240
   }
241 241
 }
242 242
 
@@ -263,9 +263,9 @@  discard block
 block discarded – undo
263 263
    */
264 264
   public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array())
265 265
   {
266
-    $params = array('project' => $project, 'postBody' => $postBody);
267
-    $params = array_merge($params, $optParams);
268
-    return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor");
266
+	$params = array('project' => $project, 'postBody' => $postBody);
267
+	$params = array_merge($params, $optParams);
268
+	return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor");
269 269
   }
270 270
 
271 271
   /**
@@ -278,9 +278,9 @@  discard block
 block discarded – undo
278 278
    */
279 279
   public function delete($project, $metric, $optParams = array())
280 280
   {
281
-    $params = array('project' => $project, 'metric' => $metric);
282
-    $params = array_merge($params, $optParams);
283
-    return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse");
281
+	$params = array('project' => $project, 'metric' => $metric);
282
+	$params = array_merge($params, $optParams);
283
+	return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse");
284 284
   }
285 285
 
286 286
   /**
@@ -308,9 +308,9 @@  discard block
 block discarded – undo
308 308
    */
309 309
   public function listMetricDescriptors($project, $optParams = array())
310 310
   {
311
-    $params = array('project' => $project);
312
-    $params = array_merge($params, $optParams);
313
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse");
311
+	$params = array('project' => $project);
312
+	$params = array_merge($params, $optParams);
313
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse");
314 314
   }
315 315
 }
316 316
 
@@ -376,9 +376,9 @@  discard block
 block discarded – undo
376 376
    */
377 377
   public function listTimeseries($project, $metric, $youngest, $optParams = array())
378 378
   {
379
-    $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
380
-    $params = array_merge($params, $optParams);
381
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse");
379
+	$params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
380
+	$params = array_merge($params, $optParams);
381
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse");
382 382
   }
383 383
 
384 384
   /**
@@ -398,9 +398,9 @@  discard block
 block discarded – undo
398 398
    */
399 399
   public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array())
400 400
   {
401
-    $params = array('project' => $project, 'postBody' => $postBody);
402
-    $params = array_merge($params, $optParams);
403
-    return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse");
401
+	$params = array('project' => $project, 'postBody' => $postBody);
402
+	$params = array_merge($params, $optParams);
403
+	return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse");
404 404
   }
405 405
 }
406 406
 
@@ -466,9 +466,9 @@  discard block
 block discarded – undo
466 466
    */
467 467
   public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
468 468
   {
469
-    $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
470
-    $params = array_merge($params, $optParams);
471
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse");
469
+	$params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
470
+	$params = array_merge($params, $optParams);
471
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse");
472 472
   }
473 473
 }
474 474
 
@@ -484,11 +484,11 @@  discard block
 block discarded – undo
484 484
 
485 485
   public function setKind($kind)
486 486
   {
487
-    $this->kind = $kind;
487
+	$this->kind = $kind;
488 488
   }
489 489
   public function getKind()
490 490
   {
491
-    return $this->kind;
491
+	return $this->kind;
492 492
   }
493 493
 }
494 494
 
@@ -501,11 +501,11 @@  discard block
 block discarded – undo
501 501
 
502 502
   public function setKind($kind)
503 503
   {
504
-    $this->kind = $kind;
504
+	$this->kind = $kind;
505 505
   }
506 506
   public function getKind()
507 507
   {
508
-    return $this->kind;
508
+	return $this->kind;
509 509
   }
510 510
 }
511 511
 
@@ -522,27 +522,27 @@  discard block
 block discarded – undo
522 522
 
523 523
   public function setKind($kind)
524 524
   {
525
-    $this->kind = $kind;
525
+	$this->kind = $kind;
526 526
   }
527 527
   public function getKind()
528 528
   {
529
-    return $this->kind;
529
+	return $this->kind;
530 530
   }
531 531
   public function setMetrics($metrics)
532 532
   {
533
-    $this->metrics = $metrics;
533
+	$this->metrics = $metrics;
534 534
   }
535 535
   public function getMetrics()
536 536
   {
537
-    return $this->metrics;
537
+	return $this->metrics;
538 538
   }
539 539
   public function setNextPageToken($nextPageToken)
540 540
   {
541
-    $this->nextPageToken = $nextPageToken;
541
+	$this->nextPageToken = $nextPageToken;
542 542
   }
543 543
   public function getNextPageToken()
544 544
   {
545
-    return $this->nextPageToken;
545
+	return $this->nextPageToken;
546 546
   }
547 547
 }
548 548
 
@@ -555,11 +555,11 @@  discard block
 block discarded – undo
555 555
 
556 556
   public function setKind($kind)
557 557
   {
558
-    $this->kind = $kind;
558
+	$this->kind = $kind;
559 559
   }
560 560
   public function getKind()
561 561
   {
562
-    return $this->kind;
562
+	return $this->kind;
563 563
   }
564 564
 }
565 565
 
@@ -578,43 +578,43 @@  discard block
 block discarded – undo
578 578
 
579 579
   public function setKind($kind)
580 580
   {
581
-    $this->kind = $kind;
581
+	$this->kind = $kind;
582 582
   }
583 583
   public function getKind()
584 584
   {
585
-    return $this->kind;
585
+	return $this->kind;
586 586
   }
587 587
   public function setNextPageToken($nextPageToken)
588 588
   {
589
-    $this->nextPageToken = $nextPageToken;
589
+	$this->nextPageToken = $nextPageToken;
590 590
   }
591 591
   public function getNextPageToken()
592 592
   {
593
-    return $this->nextPageToken;
593
+	return $this->nextPageToken;
594 594
   }
595 595
   public function setOldest($oldest)
596 596
   {
597
-    $this->oldest = $oldest;
597
+	$this->oldest = $oldest;
598 598
   }
599 599
   public function getOldest()
600 600
   {
601
-    return $this->oldest;
601
+	return $this->oldest;
602 602
   }
603 603
   public function setTimeseries($timeseries)
604 604
   {
605
-    $this->timeseries = $timeseries;
605
+	$this->timeseries = $timeseries;
606 606
   }
607 607
   public function getTimeseries()
608 608
   {
609
-    return $this->timeseries;
609
+	return $this->timeseries;
610 610
   }
611 611
   public function setYoungest($youngest)
612 612
   {
613
-    $this->youngest = $youngest;
613
+	$this->youngest = $youngest;
614 614
   }
615 615
   public function getYoungest()
616 616
   {
617
-    return $this->youngest;
617
+	return $this->youngest;
618 618
   }
619 619
 }
620 620
 
@@ -627,11 +627,11 @@  discard block
 block discarded – undo
627 627
 
628 628
   public function setKind($kind)
629 629
   {
630
-    $this->kind = $kind;
630
+	$this->kind = $kind;
631 631
   }
632 632
   public function getKind()
633 633
   {
634
-    return $this->kind;
634
+	return $this->kind;
635 635
   }
636 636
 }
637 637
 
@@ -650,43 +650,43 @@  discard block
 block discarded – undo
650 650
 
651 651
   public function setKind($kind)
652 652
   {
653
-    $this->kind = $kind;
653
+	$this->kind = $kind;
654 654
   }
655 655
   public function getKind()
656 656
   {
657
-    return $this->kind;
657
+	return $this->kind;
658 658
   }
659 659
   public function setNextPageToken($nextPageToken)
660 660
   {
661
-    $this->nextPageToken = $nextPageToken;
661
+	$this->nextPageToken = $nextPageToken;
662 662
   }
663 663
   public function getNextPageToken()
664 664
   {
665
-    return $this->nextPageToken;
665
+	return $this->nextPageToken;
666 666
   }
667 667
   public function setOldest($oldest)
668 668
   {
669
-    $this->oldest = $oldest;
669
+	$this->oldest = $oldest;
670 670
   }
671 671
   public function getOldest()
672 672
   {
673
-    return $this->oldest;
673
+	return $this->oldest;
674 674
   }
675 675
   public function setTimeseries($timeseries)
676 676
   {
677
-    $this->timeseries = $timeseries;
677
+	$this->timeseries = $timeseries;
678 678
   }
679 679
   public function getTimeseries()
680 680
   {
681
-    return $this->timeseries;
681
+	return $this->timeseries;
682 682
   }
683 683
   public function setYoungest($youngest)
684 684
   {
685
-    $this->youngest = $youngest;
685
+	$this->youngest = $youngest;
686 686
   }
687 687
   public function getYoungest()
688 688
   {
689
-    return $this->youngest;
689
+	return $this->youngest;
690 690
   }
691 691
 }
692 692
 
@@ -706,43 +706,43 @@  discard block
 block discarded – undo
706 706
 
707 707
   public function setDescription($description)
708 708
   {
709
-    $this->description = $description;
709
+	$this->description = $description;
710 710
   }
711 711
   public function getDescription()
712 712
   {
713
-    return $this->description;
713
+	return $this->description;
714 714
   }
715 715
   public function setLabels($labels)
716 716
   {
717
-    $this->labels = $labels;
717
+	$this->labels = $labels;
718 718
   }
719 719
   public function getLabels()
720 720
   {
721
-    return $this->labels;
721
+	return $this->labels;
722 722
   }
723 723
   public function setName($name)
724 724
   {
725
-    $this->name = $name;
725
+	$this->name = $name;
726 726
   }
727 727
   public function getName()
728 728
   {
729
-    return $this->name;
729
+	return $this->name;
730 730
   }
731 731
   public function setProject($project)
732 732
   {
733
-    $this->project = $project;
733
+	$this->project = $project;
734 734
   }
735 735
   public function getProject()
736 736
   {
737
-    return $this->project;
737
+	return $this->project;
738 738
   }
739 739
   public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
740 740
   {
741
-    $this->typeDescriptor = $typeDescriptor;
741
+	$this->typeDescriptor = $typeDescriptor;
742 742
   }
743 743
   public function getTypeDescriptor()
744 744
   {
745
-    return $this->typeDescriptor;
745
+	return $this->typeDescriptor;
746 746
   }
747 747
 }
748 748
 
@@ -756,19 +756,19 @@  discard block
 block discarded – undo
756 756
 
757 757
   public function setDescription($description)
758 758
   {
759
-    $this->description = $description;
759
+	$this->description = $description;
760 760
   }
761 761
   public function getDescription()
762 762
   {
763
-    return $this->description;
763
+	return $this->description;
764 764
   }
765 765
   public function setKey($key)
766 766
   {
767
-    $this->key = $key;
767
+	$this->key = $key;
768 768
   }
769 769
   public function getKey()
770 770
   {
771
-    return $this->key;
771
+	return $this->key;
772 772
   }
773 773
 }
774 774
 
@@ -782,19 +782,19 @@  discard block
 block discarded – undo
782 782
 
783 783
   public function setMetricType($metricType)
784 784
   {
785
-    $this->metricType = $metricType;
785
+	$this->metricType = $metricType;
786 786
   }
787 787
   public function getMetricType()
788 788
   {
789
-    return $this->metricType;
789
+	return $this->metricType;
790 790
   }
791 791
   public function setValueType($valueType)
792 792
   {
793
-    $this->valueType = $valueType;
793
+	$this->valueType = $valueType;
794 794
   }
795 795
   public function getValueType()
796 796
   {
797
-    return $this->valueType;
797
+	return $this->valueType;
798 798
   }
799 799
 }
800 800
 
@@ -814,59 +814,59 @@  discard block
 block discarded – undo
814 814
 
815 815
   public function setBoolValue($boolValue)
816 816
   {
817
-    $this->boolValue = $boolValue;
817
+	$this->boolValue = $boolValue;
818 818
   }
819 819
   public function getBoolValue()
820 820
   {
821
-    return $this->boolValue;
821
+	return $this->boolValue;
822 822
   }
823 823
   public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue)
824 824
   {
825
-    $this->distributionValue = $distributionValue;
825
+	$this->distributionValue = $distributionValue;
826 826
   }
827 827
   public function getDistributionValue()
828 828
   {
829
-    return $this->distributionValue;
829
+	return $this->distributionValue;
830 830
   }
831 831
   public function setDoubleValue($doubleValue)
832 832
   {
833
-    $this->doubleValue = $doubleValue;
833
+	$this->doubleValue = $doubleValue;
834 834
   }
835 835
   public function getDoubleValue()
836 836
   {
837
-    return $this->doubleValue;
837
+	return $this->doubleValue;
838 838
   }
839 839
   public function setEnd($end)
840 840
   {
841
-    $this->end = $end;
841
+	$this->end = $end;
842 842
   }
843 843
   public function getEnd()
844 844
   {
845
-    return $this->end;
845
+	return $this->end;
846 846
   }
847 847
   public function setInt64Value($int64Value)
848 848
   {
849
-    $this->int64Value = $int64Value;
849
+	$this->int64Value = $int64Value;
850 850
   }
851 851
   public function getInt64Value()
852 852
   {
853
-    return $this->int64Value;
853
+	return $this->int64Value;
854 854
   }
855 855
   public function setStart($start)
856 856
   {
857
-    $this->start = $start;
857
+	$this->start = $start;
858 858
   }
859 859
   public function getStart()
860 860
   {
861
-    return $this->start;
861
+	return $this->start;
862 862
   }
863 863
   public function setStringValue($stringValue)
864 864
   {
865
-    $this->stringValue = $stringValue;
865
+	$this->stringValue = $stringValue;
866 866
   }
867 867
   public function getStringValue()
868 868
   {
869
-    return $this->stringValue;
869
+	return $this->stringValue;
870 870
   }
871 871
 }
872 872
 
@@ -885,27 +885,27 @@  discard block
 block discarded – undo
885 885
 
886 886
   public function setBuckets($buckets)
887 887
   {
888
-    $this->buckets = $buckets;
888
+	$this->buckets = $buckets;
889 889
   }
890 890
   public function getBuckets()
891 891
   {
892
-    return $this->buckets;
892
+	return $this->buckets;
893 893
   }
894 894
   public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket)
895 895
   {
896
-    $this->overflowBucket = $overflowBucket;
896
+	$this->overflowBucket = $overflowBucket;
897 897
   }
898 898
   public function getOverflowBucket()
899 899
   {
900
-    return $this->overflowBucket;
900
+	return $this->overflowBucket;
901 901
   }
902 902
   public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket)
903 903
   {
904
-    $this->underflowBucket = $underflowBucket;
904
+	$this->underflowBucket = $underflowBucket;
905 905
   }
906 906
   public function getUnderflowBucket()
907 907
   {
908
-    return $this->underflowBucket;
908
+	return $this->underflowBucket;
909 909
   }
910 910
 }
911 911
 
@@ -920,27 +920,27 @@  discard block
 block discarded – undo
920 920
 
921 921
   public function setCount($count)
922 922
   {
923
-    $this->count = $count;
923
+	$this->count = $count;
924 924
   }
925 925
   public function getCount()
926 926
   {
927
-    return $this->count;
927
+	return $this->count;
928 928
   }
929 929
   public function setLowerBound($lowerBound)
930 930
   {
931
-    $this->lowerBound = $lowerBound;
931
+	$this->lowerBound = $lowerBound;
932 932
   }
933 933
   public function getLowerBound()
934 934
   {
935
-    return $this->lowerBound;
935
+	return $this->lowerBound;
936 936
   }
937 937
   public function setUpperBound($upperBound)
938 938
   {
939
-    $this->upperBound = $upperBound;
939
+	$this->upperBound = $upperBound;
940 940
   }
941 941
   public function getUpperBound()
942 942
   {
943
-    return $this->upperBound;
943
+	return $this->upperBound;
944 944
   }
945 945
 }
946 946
 
@@ -954,19 +954,19 @@  discard block
 block discarded – undo
954 954
 
955 955
   public function setCount($count)
956 956
   {
957
-    $this->count = $count;
957
+	$this->count = $count;
958 958
   }
959 959
   public function getCount()
960 960
   {
961
-    return $this->count;
961
+	return $this->count;
962 962
   }
963 963
   public function setLowerBound($lowerBound)
964 964
   {
965
-    $this->lowerBound = $lowerBound;
965
+	$this->lowerBound = $lowerBound;
966 966
   }
967 967
   public function getLowerBound()
968 968
   {
969
-    return $this->lowerBound;
969
+	return $this->lowerBound;
970 970
   }
971 971
 }
972 972
 
@@ -980,19 +980,19 @@  discard block
 block discarded – undo
980 980
 
981 981
   public function setCount($count)
982 982
   {
983
-    $this->count = $count;
983
+	$this->count = $count;
984 984
   }
985 985
   public function getCount()
986 986
   {
987
-    return $this->count;
987
+	return $this->count;
988 988
   }
989 989
   public function setUpperBound($upperBound)
990 990
   {
991
-    $this->upperBound = $upperBound;
991
+	$this->upperBound = $upperBound;
992 992
   }
993 993
   public function getUpperBound()
994 994
   {
995
-    return $this->upperBound;
995
+	return $this->upperBound;
996 996
   }
997 997
 }
998 998
 
@@ -1009,19 +1009,19 @@  discard block
 block discarded – undo
1009 1009
 
1010 1010
   public function setPoints($points)
1011 1011
   {
1012
-    $this->points = $points;
1012
+	$this->points = $points;
1013 1013
   }
1014 1014
   public function getPoints()
1015 1015
   {
1016
-    return $this->points;
1016
+	return $this->points;
1017 1017
   }
1018 1018
   public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
1019 1019
   {
1020
-    $this->timeseriesDesc = $timeseriesDesc;
1020
+	$this->timeseriesDesc = $timeseriesDesc;
1021 1021
   }
1022 1022
   public function getTimeseriesDesc()
1023 1023
   {
1024
-    return $this->timeseriesDesc;
1024
+	return $this->timeseriesDesc;
1025 1025
   }
1026 1026
 }
1027 1027
 
@@ -1036,27 +1036,27 @@  discard block
 block discarded – undo
1036 1036
 
1037 1037
   public function setLabels($labels)
1038 1038
   {
1039
-    $this->labels = $labels;
1039
+	$this->labels = $labels;
1040 1040
   }
1041 1041
   public function getLabels()
1042 1042
   {
1043
-    return $this->labels;
1043
+	return $this->labels;
1044 1044
   }
1045 1045
   public function setMetric($metric)
1046 1046
   {
1047
-    $this->metric = $metric;
1047
+	$this->metric = $metric;
1048 1048
   }
1049 1049
   public function getMetric()
1050 1050
   {
1051
-    return $this->metric;
1051
+	return $this->metric;
1052 1052
   }
1053 1053
   public function setProject($project)
1054 1054
   {
1055
-    $this->project = $project;
1055
+	$this->project = $project;
1056 1056
   }
1057 1057
   public function getProject()
1058 1058
   {
1059
-    return $this->project;
1059
+	return $this->project;
1060 1060
   }
1061 1061
 }
1062 1062
 
@@ -1070,19 +1070,19 @@  discard block
 block discarded – undo
1070 1070
 
1071 1071
   public function setKey($key)
1072 1072
   {
1073
-    $this->key = $key;
1073
+	$this->key = $key;
1074 1074
   }
1075 1075
   public function getKey()
1076 1076
   {
1077
-    return $this->key;
1077
+	return $this->key;
1078 1078
   }
1079 1079
   public function setValue($value)
1080 1080
   {
1081
-    $this->value = $value;
1081
+	$this->value = $value;
1082 1082
   }
1083 1083
   public function getValue()
1084 1084
   {
1085
-    return $this->value;
1085
+	return $this->value;
1086 1086
   }
1087 1087
 }
1088 1088
 
@@ -1102,19 +1102,19 @@  discard block
 block discarded – undo
1102 1102
 
1103 1103
   public function setPoint(Google_Service_CloudMonitoring_Point $point)
1104 1104
   {
1105
-    $this->point = $point;
1105
+	$this->point = $point;
1106 1106
   }
1107 1107
   public function getPoint()
1108 1108
   {
1109
-    return $this->point;
1109
+	return $this->point;
1110 1110
   }
1111 1111
   public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
1112 1112
   {
1113
-    $this->timeseriesDesc = $timeseriesDesc;
1113
+	$this->timeseriesDesc = $timeseriesDesc;
1114 1114
   }
1115 1115
   public function getTimeseriesDesc()
1116 1116
   {
1117
-    return $this->timeseriesDesc;
1117
+	return $this->timeseriesDesc;
1118 1118
   }
1119 1119
 }
1120 1120
 
@@ -1130,19 +1130,19 @@  discard block
 block discarded – undo
1130 1130
 
1131 1131
   public function setCommonLabels($commonLabels)
1132 1132
   {
1133
-    $this->commonLabels = $commonLabels;
1133
+	$this->commonLabels = $commonLabels;
1134 1134
   }
1135 1135
   public function getCommonLabels()
1136 1136
   {
1137
-    return $this->commonLabels;
1137
+	return $this->commonLabels;
1138 1138
   }
1139 1139
   public function setTimeseries($timeseries)
1140 1140
   {
1141
-    $this->timeseries = $timeseries;
1141
+	$this->timeseries = $timeseries;
1142 1142
   }
1143 1143
   public function getTimeseries()
1144 1144
   {
1145
-    return $this->timeseries;
1145
+	return $this->timeseries;
1146 1146
   }
1147 1147
 }
1148 1148
 
@@ -1159,10 +1159,10 @@  discard block
 block discarded – undo
1159 1159
 
1160 1160
   public function setKind($kind)
1161 1161
   {
1162
-    $this->kind = $kind;
1162
+	$this->kind = $kind;
1163 1163
   }
1164 1164
   public function getKind()
1165 1165
   {
1166
-    return $this->kind;
1166
+	return $this->kind;
1167 1167
   }
1168 1168
 }
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
                   'required' => true,
69 69
                 ),
70 70
               ),
71
-            ),'delete' => array(
71
+            ), 'delete' => array(
72 72
               'path' => '{project}/metricDescriptors/{metric}',
73 73
               'httpMethod' => 'DELETE',
74 74
               'parameters' => array(
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
                   'required' => true,
84 84
                 ),
85 85
               ),
86
-            ),'list' => array(
86
+            ), 'list' => array(
87 87
               'path' => '{project}/metricDescriptors',
88 88
               'httpMethod' => 'GET',
89 89
               'parameters' => array(
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
                   'type' => 'string',
165 165
                 ),
166 166
               ),
167
-            ),'write' => array(
167
+            ), 'write' => array(
168 168
               'path' => '{project}/timeseries:write',
169 169
               'httpMethod' => 'POST',
170 170
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Cloudresourcemanager.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
    * or update the project. Several APIs are activated automatically for the
147 147
    * project, including Google Cloud Storage. (projects.create)
148 148
    *
149
-   * @param Google_Project $postBody
149
+   * @param Google_Service_Cloudresourcemanager_Project $postBody
150 150
    * @param array $optParams Optional parameters.
151 151
    * @return Google_Service_Cloudresourcemanager_Project
152 152
    */
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
    *
275 275
    * @param string $projectId The project ID (for example, `my-project-123`).
276 276
    * Required.
277
-   * @param Google_Project $postBody
277
+   * @param Google_Service_Cloudresourcemanager_Project $postBody
278 278
    * @param array $optParams Optional parameters.
279 279
    * @return Google_Service_Cloudresourcemanager_Project
280 280
    */
Please login to merge, or discard this patch.
Indentation   +111 added lines, -111 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 {
37 37
   /** View and manage your data across Google Cloud Platform services. */
38 38
   const CLOUD_PLATFORM =
39
-      "https://www.googleapis.com/auth/cloud-platform";
39
+	  "https://www.googleapis.com/auth/cloud-platform";
40 40
 
41 41
   public $projects;
42 42
   
@@ -48,83 +48,83 @@  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://cloudresourcemanager.googleapis.com/';
53
-    $this->servicePath = '';
54
-    $this->version = 'v1beta1';
55
-    $this->serviceName = 'cloudresourcemanager';
51
+	parent::__construct($client);
52
+	$this->rootUrl = 'https://cloudresourcemanager.googleapis.com/';
53
+	$this->servicePath = '';
54
+	$this->version = 'v1beta1';
55
+	$this->serviceName = 'cloudresourcemanager';
56 56
 
57
-    $this->projects = new Google_Service_Cloudresourcemanager_Projects_Resource(
58
-        $this,
59
-        $this->serviceName,
60
-        'projects',
61
-        array(
62
-          'methods' => array(
63
-            'create' => array(
64
-              'path' => 'v1beta1/projects',
65
-              'httpMethod' => 'POST',
66
-              'parameters' => array(),
67
-            ),'delete' => array(
68
-              'path' => 'v1beta1/projects/{projectId}',
69
-              'httpMethod' => 'DELETE',
70
-              'parameters' => array(
71
-                'projectId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-              ),
77
-            ),'get' => array(
78
-              'path' => 'v1beta1/projects/{projectId}',
79
-              'httpMethod' => 'GET',
80
-              'parameters' => array(
81
-                'projectId' => array(
82
-                  'location' => 'path',
83
-                  'type' => 'string',
84
-                  'required' => true,
85
-                ),
86
-              ),
87
-            ),'list' => array(
88
-              'path' => 'v1beta1/projects',
89
-              'httpMethod' => 'GET',
90
-              'parameters' => array(
91
-                'filter' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-                'pageToken' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'string',
98
-                ),
99
-                'pageSize' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'integer',
102
-                ),
103
-              ),
104
-            ),'undelete' => array(
105
-              'path' => 'v1beta1/projects/{projectId}:undelete',
106
-              'httpMethod' => 'POST',
107
-              'parameters' => array(
108
-                'projectId' => array(
109
-                  'location' => 'path',
110
-                  'type' => 'string',
111
-                  'required' => true,
112
-                ),
113
-              ),
114
-            ),'update' => array(
115
-              'path' => 'v1beta1/projects/{projectId}',
116
-              'httpMethod' => 'PUT',
117
-              'parameters' => array(
118
-                'projectId' => array(
119
-                  'location' => 'path',
120
-                  'type' => 'string',
121
-                  'required' => true,
122
-                ),
123
-              ),
124
-            ),
125
-          )
126
-        )
127
-    );
57
+	$this->projects = new Google_Service_Cloudresourcemanager_Projects_Resource(
58
+		$this,
59
+		$this->serviceName,
60
+		'projects',
61
+		array(
62
+		  'methods' => array(
63
+			'create' => array(
64
+			  'path' => 'v1beta1/projects',
65
+			  'httpMethod' => 'POST',
66
+			  'parameters' => array(),
67
+			),'delete' => array(
68
+			  'path' => 'v1beta1/projects/{projectId}',
69
+			  'httpMethod' => 'DELETE',
70
+			  'parameters' => array(
71
+				'projectId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+			  ),
77
+			),'get' => array(
78
+			  'path' => 'v1beta1/projects/{projectId}',
79
+			  'httpMethod' => 'GET',
80
+			  'parameters' => array(
81
+				'projectId' => array(
82
+				  'location' => 'path',
83
+				  'type' => 'string',
84
+				  'required' => true,
85
+				),
86
+			  ),
87
+			),'list' => array(
88
+			  'path' => 'v1beta1/projects',
89
+			  'httpMethod' => 'GET',
90
+			  'parameters' => array(
91
+				'filter' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+				'pageToken' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'string',
98
+				),
99
+				'pageSize' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'integer',
102
+				),
103
+			  ),
104
+			),'undelete' => array(
105
+			  'path' => 'v1beta1/projects/{projectId}:undelete',
106
+			  'httpMethod' => 'POST',
107
+			  'parameters' => array(
108
+				'projectId' => array(
109
+				  'location' => 'path',
110
+				  'type' => 'string',
111
+				  'required' => true,
112
+				),
113
+			  ),
114
+			),'update' => array(
115
+			  'path' => 'v1beta1/projects/{projectId}',
116
+			  'httpMethod' => 'PUT',
117
+			  'parameters' => array(
118
+				'projectId' => array(
119
+				  'location' => 'path',
120
+				  'type' => 'string',
121
+				  'required' => true,
122
+				),
123
+			  ),
124
+			),
125
+		  )
126
+		)
127
+	);
128 128
   }
129 129
 }
130 130
 
@@ -152,9 +152,9 @@  discard block
 block discarded – undo
152 152
    */
153 153
   public function create(Google_Service_Cloudresourcemanager_Project $postBody, $optParams = array())
154 154
   {
155
-    $params = array('postBody' => $postBody);
156
-    $params = array_merge($params, $optParams);
157
-    return $this->call('create', array($params), "Google_Service_Cloudresourcemanager_Project");
155
+	$params = array('postBody' => $postBody);
156
+	$params = array_merge($params, $optParams);
157
+	return $this->call('create', array($params), "Google_Service_Cloudresourcemanager_Project");
158 158
   }
159 159
 
160 160
   /**
@@ -190,9 +190,9 @@  discard block
 block discarded – undo
190 190
    */
191 191
   public function delete($projectId, $optParams = array())
192 192
   {
193
-    $params = array('projectId' => $projectId);
194
-    $params = array_merge($params, $optParams);
195
-    return $this->call('delete', array($params), "Google_Service_Cloudresourcemanager_Empty");
193
+	$params = array('projectId' => $projectId);
194
+	$params = array_merge($params, $optParams);
195
+	return $this->call('delete', array($params), "Google_Service_Cloudresourcemanager_Empty");
196 196
   }
197 197
 
198 198
   /**
@@ -207,9 +207,9 @@  discard block
 block discarded – undo
207 207
    */
208 208
   public function get($projectId, $optParams = array())
209 209
   {
210
-    $params = array('projectId' => $projectId);
211
-    $params = array_merge($params, $optParams);
212
-    return $this->call('get', array($params), "Google_Service_Cloudresourcemanager_Project");
210
+	$params = array('projectId' => $projectId);
211
+	$params = array_merge($params, $optParams);
212
+	return $this->call('get', array($params), "Google_Service_Cloudresourcemanager_Project");
213 213
   }
214 214
 
215 215
   /**
@@ -239,9 +239,9 @@  discard block
 block discarded – undo
239 239
    */
240 240
   public function listProjects($optParams = array())
241 241
   {
242
-    $params = array();
243
-    $params = array_merge($params, $optParams);
244
-    return $this->call('list', array($params), "Google_Service_Cloudresourcemanager_ListProjectsResponse");
242
+	$params = array();
243
+	$params = array_merge($params, $optParams);
244
+	return $this->call('list', array($params), "Google_Service_Cloudresourcemanager_ListProjectsResponse");
245 245
   }
246 246
 
247 247
   /**
@@ -262,9 +262,9 @@  discard block
 block discarded – undo
262 262
    */
263 263
   public function undelete($projectId, $optParams = array())
264 264
   {
265
-    $params = array('projectId' => $projectId);
266
-    $params = array_merge($params, $optParams);
267
-    return $this->call('undelete', array($params), "Google_Service_Cloudresourcemanager_Empty");
265
+	$params = array('projectId' => $projectId);
266
+	$params = array_merge($params, $optParams);
267
+	return $this->call('undelete', array($params), "Google_Service_Cloudresourcemanager_Empty");
268 268
   }
269 269
 
270 270
   /**
@@ -280,9 +280,9 @@  discard block
 block discarded – undo
280 280
    */
281 281
   public function update($projectId, Google_Service_Cloudresourcemanager_Project $postBody, $optParams = array())
282 282
   {
283
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
284
-    $params = array_merge($params, $optParams);
285
-    return $this->call('update', array($params), "Google_Service_Cloudresourcemanager_Project");
283
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
284
+	$params = array_merge($params, $optParams);
285
+	return $this->call('update', array($params), "Google_Service_Cloudresourcemanager_Project");
286 286
   }
287 287
 }
288 288
 
@@ -305,19 +305,19 @@  discard block
 block discarded – undo
305 305
 
306 306
   public function setNextPageToken($nextPageToken)
307 307
   {
308
-    $this->nextPageToken = $nextPageToken;
308
+	$this->nextPageToken = $nextPageToken;
309 309
   }
310 310
   public function getNextPageToken()
311 311
   {
312
-    return $this->nextPageToken;
312
+	return $this->nextPageToken;
313 313
   }
314 314
   public function setProjects($projects)
315 315
   {
316
-    $this->projects = $projects;
316
+	$this->projects = $projects;
317 317
   }
318 318
   public function getProjects()
319 319
   {
320
-    return $this->projects;
320
+	return $this->projects;
321 321
   }
322 322
 }
323 323
 
@@ -335,51 +335,51 @@  discard block
 block discarded – undo
335 335
 
336 336
   public function setCreateTime($createTime)
337 337
   {
338
-    $this->createTime = $createTime;
338
+	$this->createTime = $createTime;
339 339
   }
340 340
   public function getCreateTime()
341 341
   {
342
-    return $this->createTime;
342
+	return $this->createTime;
343 343
   }
344 344
   public function setLabels($labels)
345 345
   {
346
-    $this->labels = $labels;
346
+	$this->labels = $labels;
347 347
   }
348 348
   public function getLabels()
349 349
   {
350
-    return $this->labels;
350
+	return $this->labels;
351 351
   }
352 352
   public function setLifecycleState($lifecycleState)
353 353
   {
354
-    $this->lifecycleState = $lifecycleState;
354
+	$this->lifecycleState = $lifecycleState;
355 355
   }
356 356
   public function getLifecycleState()
357 357
   {
358
-    return $this->lifecycleState;
358
+	return $this->lifecycleState;
359 359
   }
360 360
   public function setName($name)
361 361
   {
362
-    $this->name = $name;
362
+	$this->name = $name;
363 363
   }
364 364
   public function getName()
365 365
   {
366
-    return $this->name;
366
+	return $this->name;
367 367
   }
368 368
   public function setProjectId($projectId)
369 369
   {
370
-    $this->projectId = $projectId;
370
+	$this->projectId = $projectId;
371 371
   }
372 372
   public function getProjectId()
373 373
   {
374
-    return $this->projectId;
374
+	return $this->projectId;
375 375
   }
376 376
   public function setProjectNumber($projectNumber)
377 377
   {
378
-    $this->projectNumber = $projectNumber;
378
+	$this->projectNumber = $projectNumber;
379 379
   }
380 380
   public function getProjectNumber()
381 381
   {
382
-    return $this->projectNumber;
382
+	return $this->projectNumber;
383 383
   }
384 384
 }
385 385
 
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
               'path' => 'v1beta1/projects',
65 65
               'httpMethod' => 'POST',
66 66
               'parameters' => array(),
67
-            ),'delete' => array(
67
+            ), 'delete' => array(
68 68
               'path' => 'v1beta1/projects/{projectId}',
69 69
               'httpMethod' => 'DELETE',
70 70
               'parameters' => array(
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
                   'required' => true,
75 75
                 ),
76 76
               ),
77
-            ),'get' => array(
77
+            ), 'get' => array(
78 78
               'path' => 'v1beta1/projects/{projectId}',
79 79
               'httpMethod' => 'GET',
80 80
               'parameters' => array(
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
                   'required' => true,
85 85
                 ),
86 86
               ),
87
-            ),'list' => array(
87
+            ), 'list' => array(
88 88
               'path' => 'v1beta1/projects',
89 89
               'httpMethod' => 'GET',
90 90
               'parameters' => array(
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
                   'type' => 'integer',
102 102
                 ),
103 103
               ),
104
-            ),'undelete' => array(
104
+            ), 'undelete' => array(
105 105
               'path' => 'v1beta1/projects/{projectId}:undelete',
106 106
               'httpMethod' => 'POST',
107 107
               'parameters' => array(
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
                   'required' => true,
112 112
                 ),
113 113
               ),
114
-            ),'update' => array(
114
+            ), 'update' => array(
115 115
               'path' => 'v1beta1/projects/{projectId}',
116 116
               'httpMethod' => 'PUT',
117 117
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/CloudUserAccounts.php 3 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
    *
530 530
    * @param string $project Project ID for this request.
531 531
    * @param string $groupName Name of the group for this request.
532
-   * @param Google_GroupsAddMemberRequest $postBody
532
+   * @param Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody
533 533
    * @param array $optParams Optional parameters.
534 534
    * @return Google_Service_CloudUserAccounts_Operation
535 535
    */
@@ -575,7 +575,7 @@  discard block
 block discarded – undo
575 575
    * the request. (groups.insert)
576 576
    *
577 577
    * @param string $project Project ID for this request.
578
-   * @param Google_Group $postBody
578
+   * @param Google_Service_CloudUserAccounts_Group $postBody
579 579
    * @param array $optParams Optional parameters.
580 580
    * @return Google_Service_CloudUserAccounts_Operation
581 581
    */
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
    *
637 637
    * @param string $project Project ID for this request.
638 638
    * @param string $groupName Name of the group for this request.
639
-   * @param Google_GroupsRemoveMemberRequest $postBody
639
+   * @param Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody
640 640
    * @param array $optParams Optional parameters.
641 641
    * @return Google_Service_CloudUserAccounts_Operation
642 642
    */
@@ -747,7 +747,7 @@  discard block
 block discarded – undo
747 747
    *
748 748
    * @param string $project Project ID for this request.
749 749
    * @param string $user Name of the user for this request.
750
-   * @param Google_PublicKey $postBody
750
+   * @param Google_Service_CloudUserAccounts_PublicKey $postBody
751 751
    * @param array $optParams Optional parameters.
752 752
    * @return Google_Service_CloudUserAccounts_Operation
753 753
    */
@@ -793,7 +793,7 @@  discard block
 block discarded – undo
793 793
    * the request. (users.insert)
794 794
    *
795 795
    * @param string $project Project ID for this request.
796
-   * @param Google_User $postBody
796
+   * @param Google_Service_CloudUserAccounts_User $postBody
797 797
    * @param array $optParams Optional parameters.
798 798
    * @return Google_Service_CloudUserAccounts_Operation
799 799
    */
Please login to merge, or discard this patch.
Indentation   +588 added lines, -588 removed lines patch added patch discarded remove patch
@@ -32,19 +32,19 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data across Google Cloud Platform services. */
34 34
   const CLOUD_PLATFORM =
35
-      "https://www.googleapis.com/auth/cloud-platform";
35
+	  "https://www.googleapis.com/auth/cloud-platform";
36 36
   /** Manage your Google Cloud User Accounts. */
37 37
   const CLOUD_USERACCOUNTS =
38
-      "https://www.googleapis.com/auth/cloud.useraccounts";
38
+	  "https://www.googleapis.com/auth/cloud.useraccounts";
39 39
   /** View your Google Cloud User Accounts. */
40 40
   const CLOUD_USERACCOUNTS_READONLY =
41
-      "https://www.googleapis.com/auth/cloud.useraccounts.readonly";
41
+	  "https://www.googleapis.com/auth/cloud.useraccounts.readonly";
42 42
   /** Manage your Google Compute Accounts. */
43 43
   const COMPUTEACCOUNTS =
44
-      "https://www.googleapis.com/auth/computeaccounts";
44
+	  "https://www.googleapis.com/auth/computeaccounts";
45 45
   /** View your Google Compute Accounts. */
46 46
   const COMPUTEACCOUNTS_READONLY =
47
-      "https://www.googleapis.com/auth/computeaccounts.readonly";
47
+	  "https://www.googleapis.com/auth/computeaccounts.readonly";
48 48
 
49 49
   public $globalAccountsOperations;
50 50
   public $groups;
@@ -59,370 +59,370 @@  discard block
 block discarded – undo
59 59
    */
60 60
   public function __construct(Google_Client $client)
61 61
   {
62
-    parent::__construct($client);
63
-    $this->rootUrl = 'https://www.googleapis.com/';
64
-    $this->servicePath = 'clouduseraccounts/vm_alpha/projects/';
65
-    $this->version = 'vm_alpha';
66
-    $this->serviceName = 'clouduseraccounts';
67
-
68
-    $this->globalAccountsOperations = new Google_Service_CloudUserAccounts_GlobalAccountsOperations_Resource(
69
-        $this,
70
-        $this->serviceName,
71
-        'globalAccountsOperations',
72
-        array(
73
-          'methods' => array(
74
-            'delete' => array(
75
-              'path' => '{project}/global/operations/{operation}',
76
-              'httpMethod' => 'DELETE',
77
-              'parameters' => array(
78
-                'project' => array(
79
-                  'location' => 'path',
80
-                  'type' => 'string',
81
-                  'required' => true,
82
-                ),
83
-                'operation' => array(
84
-                  'location' => 'path',
85
-                  'type' => 'string',
86
-                  'required' => true,
87
-                ),
88
-              ),
89
-            ),'get' => array(
90
-              'path' => '{project}/global/operations/{operation}',
91
-              'httpMethod' => 'GET',
92
-              'parameters' => array(
93
-                'project' => array(
94
-                  'location' => 'path',
95
-                  'type' => 'string',
96
-                  'required' => true,
97
-                ),
98
-                'operation' => array(
99
-                  'location' => 'path',
100
-                  'type' => 'string',
101
-                  'required' => true,
102
-                ),
103
-              ),
104
-            ),'list' => array(
105
-              'path' => '{project}/global/operations',
106
-              'httpMethod' => 'GET',
107
-              'parameters' => array(
108
-                'project' => array(
109
-                  'location' => 'path',
110
-                  'type' => 'string',
111
-                  'required' => true,
112
-                ),
113
-                'filter' => array(
114
-                  'location' => 'query',
115
-                  'type' => 'string',
116
-                ),
117
-                'orderBy' => array(
118
-                  'location' => 'query',
119
-                  'type' => 'string',
120
-                ),
121
-                'maxResults' => array(
122
-                  'location' => 'query',
123
-                  'type' => 'integer',
124
-                ),
125
-                'pageToken' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'string',
128
-                ),
129
-              ),
130
-            ),
131
-          )
132
-        )
133
-    );
134
-    $this->groups = new Google_Service_CloudUserAccounts_Groups_Resource(
135
-        $this,
136
-        $this->serviceName,
137
-        'groups',
138
-        array(
139
-          'methods' => array(
140
-            'addMember' => array(
141
-              'path' => '{project}/global/groups/{groupName}/addMember',
142
-              'httpMethod' => 'POST',
143
-              'parameters' => array(
144
-                'project' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-                'groupName' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),'delete' => array(
156
-              'path' => '{project}/global/groups/{groupName}',
157
-              'httpMethod' => 'DELETE',
158
-              'parameters' => array(
159
-                'project' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-                'groupName' => array(
165
-                  'location' => 'path',
166
-                  'type' => 'string',
167
-                  'required' => true,
168
-                ),
169
-              ),
170
-            ),'get' => array(
171
-              'path' => '{project}/global/groups/{groupName}',
172
-              'httpMethod' => 'GET',
173
-              'parameters' => array(
174
-                'project' => array(
175
-                  'location' => 'path',
176
-                  'type' => 'string',
177
-                  'required' => true,
178
-                ),
179
-                'groupName' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-              ),
185
-            ),'insert' => array(
186
-              'path' => '{project}/global/groups',
187
-              'httpMethod' => 'POST',
188
-              'parameters' => array(
189
-                'project' => array(
190
-                  'location' => 'path',
191
-                  'type' => 'string',
192
-                  'required' => true,
193
-                ),
194
-              ),
195
-            ),'list' => array(
196
-              'path' => '{project}/global/groups',
197
-              'httpMethod' => 'GET',
198
-              'parameters' => array(
199
-                'project' => array(
200
-                  'location' => 'path',
201
-                  'type' => 'string',
202
-                  'required' => true,
203
-                ),
204
-                'filter' => array(
205
-                  'location' => 'query',
206
-                  'type' => 'string',
207
-                ),
208
-                'orderBy' => array(
209
-                  'location' => 'query',
210
-                  'type' => 'string',
211
-                ),
212
-                'maxResults' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'integer',
215
-                ),
216
-                'pageToken' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'string',
219
-                ),
220
-              ),
221
-            ),'removeMember' => array(
222
-              'path' => '{project}/global/groups/{groupName}/removeMember',
223
-              'httpMethod' => 'POST',
224
-              'parameters' => array(
225
-                'project' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-                'groupName' => array(
231
-                  'location' => 'path',
232
-                  'type' => 'string',
233
-                  'required' => true,
234
-                ),
235
-              ),
236
-            ),
237
-          )
238
-        )
239
-    );
240
-    $this->linux = new Google_Service_CloudUserAccounts_Linux_Resource(
241
-        $this,
242
-        $this->serviceName,
243
-        'linux',
244
-        array(
245
-          'methods' => array(
246
-            'getAuthorizedKeysView' => array(
247
-              'path' => '{project}/zones/{zone}/authorizedKeysView/{user}',
248
-              'httpMethod' => 'POST',
249
-              'parameters' => array(
250
-                'project' => array(
251
-                  'location' => 'path',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-                'zone' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'user' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-                'instance' => array(
266
-                  'location' => 'query',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-              ),
271
-            ),'getLinuxAccountViews' => array(
272
-              'path' => '{project}/zones/{zone}/linuxAccountViews',
273
-              'httpMethod' => 'POST',
274
-              'parameters' => array(
275
-                'project' => array(
276
-                  'location' => 'path',
277
-                  'type' => 'string',
278
-                  'required' => true,
279
-                ),
280
-                'zone' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'instance' => array(
286
-                  'location' => 'query',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-                'orderBy' => array(
291
-                  'location' => 'query',
292
-                  'type' => 'string',
293
-                ),
294
-                'pageToken' => array(
295
-                  'location' => 'query',
296
-                  'type' => 'string',
297
-                ),
298
-                'maxResults' => array(
299
-                  'location' => 'query',
300
-                  'type' => 'integer',
301
-                ),
302
-                'filter' => array(
303
-                  'location' => 'query',
304
-                  'type' => 'string',
305
-                ),
306
-                'user' => array(
307
-                  'location' => 'query',
308
-                  'type' => 'string',
309
-                ),
310
-              ),
311
-            ),
312
-          )
313
-        )
314
-    );
315
-    $this->users = new Google_Service_CloudUserAccounts_Users_Resource(
316
-        $this,
317
-        $this->serviceName,
318
-        'users',
319
-        array(
320
-          'methods' => array(
321
-            'addPublicKey' => array(
322
-              'path' => '{project}/global/users/{user}/addPublicKey',
323
-              'httpMethod' => 'POST',
324
-              'parameters' => array(
325
-                'project' => array(
326
-                  'location' => 'path',
327
-                  'type' => 'string',
328
-                  'required' => true,
329
-                ),
330
-                'user' => array(
331
-                  'location' => 'path',
332
-                  'type' => 'string',
333
-                  'required' => true,
334
-                ),
335
-              ),
336
-            ),'delete' => array(
337
-              'path' => '{project}/global/users/{user}',
338
-              'httpMethod' => 'DELETE',
339
-              'parameters' => array(
340
-                'project' => array(
341
-                  'location' => 'path',
342
-                  'type' => 'string',
343
-                  'required' => true,
344
-                ),
345
-                'user' => array(
346
-                  'location' => 'path',
347
-                  'type' => 'string',
348
-                  'required' => true,
349
-                ),
350
-              ),
351
-            ),'get' => array(
352
-              'path' => '{project}/global/users/{user}',
353
-              'httpMethod' => 'GET',
354
-              'parameters' => array(
355
-                'project' => array(
356
-                  'location' => 'path',
357
-                  'type' => 'string',
358
-                  'required' => true,
359
-                ),
360
-                'user' => array(
361
-                  'location' => 'path',
362
-                  'type' => 'string',
363
-                  'required' => true,
364
-                ),
365
-              ),
366
-            ),'insert' => array(
367
-              'path' => '{project}/global/users',
368
-              'httpMethod' => 'POST',
369
-              'parameters' => array(
370
-                'project' => array(
371
-                  'location' => 'path',
372
-                  'type' => 'string',
373
-                  'required' => true,
374
-                ),
375
-              ),
376
-            ),'list' => array(
377
-              'path' => '{project}/global/users',
378
-              'httpMethod' => 'GET',
379
-              'parameters' => array(
380
-                'project' => array(
381
-                  'location' => 'path',
382
-                  'type' => 'string',
383
-                  'required' => true,
384
-                ),
385
-                'filter' => array(
386
-                  'location' => 'query',
387
-                  'type' => 'string',
388
-                ),
389
-                'orderBy' => array(
390
-                  'location' => 'query',
391
-                  'type' => 'string',
392
-                ),
393
-                'maxResults' => array(
394
-                  'location' => 'query',
395
-                  'type' => 'integer',
396
-                ),
397
-                'pageToken' => array(
398
-                  'location' => 'query',
399
-                  'type' => 'string',
400
-                ),
401
-              ),
402
-            ),'removePublicKey' => array(
403
-              'path' => '{project}/global/users/{user}/removePublicKey',
404
-              'httpMethod' => 'POST',
405
-              'parameters' => array(
406
-                'project' => array(
407
-                  'location' => 'path',
408
-                  'type' => 'string',
409
-                  'required' => true,
410
-                ),
411
-                'user' => array(
412
-                  'location' => 'path',
413
-                  'type' => 'string',
414
-                  'required' => true,
415
-                ),
416
-                'fingerprint' => array(
417
-                  'location' => 'query',
418
-                  'type' => 'string',
419
-                  'required' => true,
420
-                ),
421
-              ),
422
-            ),
423
-          )
424
-        )
425
-    );
62
+	parent::__construct($client);
63
+	$this->rootUrl = 'https://www.googleapis.com/';
64
+	$this->servicePath = 'clouduseraccounts/vm_alpha/projects/';
65
+	$this->version = 'vm_alpha';
66
+	$this->serviceName = 'clouduseraccounts';
67
+
68
+	$this->globalAccountsOperations = new Google_Service_CloudUserAccounts_GlobalAccountsOperations_Resource(
69
+		$this,
70
+		$this->serviceName,
71
+		'globalAccountsOperations',
72
+		array(
73
+		  'methods' => array(
74
+			'delete' => array(
75
+			  'path' => '{project}/global/operations/{operation}',
76
+			  'httpMethod' => 'DELETE',
77
+			  'parameters' => array(
78
+				'project' => array(
79
+				  'location' => 'path',
80
+				  'type' => 'string',
81
+				  'required' => true,
82
+				),
83
+				'operation' => array(
84
+				  'location' => 'path',
85
+				  'type' => 'string',
86
+				  'required' => true,
87
+				),
88
+			  ),
89
+			),'get' => array(
90
+			  'path' => '{project}/global/operations/{operation}',
91
+			  'httpMethod' => 'GET',
92
+			  'parameters' => array(
93
+				'project' => array(
94
+				  'location' => 'path',
95
+				  'type' => 'string',
96
+				  'required' => true,
97
+				),
98
+				'operation' => array(
99
+				  'location' => 'path',
100
+				  'type' => 'string',
101
+				  'required' => true,
102
+				),
103
+			  ),
104
+			),'list' => array(
105
+			  'path' => '{project}/global/operations',
106
+			  'httpMethod' => 'GET',
107
+			  'parameters' => array(
108
+				'project' => array(
109
+				  'location' => 'path',
110
+				  'type' => 'string',
111
+				  'required' => true,
112
+				),
113
+				'filter' => array(
114
+				  'location' => 'query',
115
+				  'type' => 'string',
116
+				),
117
+				'orderBy' => array(
118
+				  'location' => 'query',
119
+				  'type' => 'string',
120
+				),
121
+				'maxResults' => array(
122
+				  'location' => 'query',
123
+				  'type' => 'integer',
124
+				),
125
+				'pageToken' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'string',
128
+				),
129
+			  ),
130
+			),
131
+		  )
132
+		)
133
+	);
134
+	$this->groups = new Google_Service_CloudUserAccounts_Groups_Resource(
135
+		$this,
136
+		$this->serviceName,
137
+		'groups',
138
+		array(
139
+		  'methods' => array(
140
+			'addMember' => array(
141
+			  'path' => '{project}/global/groups/{groupName}/addMember',
142
+			  'httpMethod' => 'POST',
143
+			  'parameters' => array(
144
+				'project' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+				'groupName' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),'delete' => array(
156
+			  'path' => '{project}/global/groups/{groupName}',
157
+			  'httpMethod' => 'DELETE',
158
+			  'parameters' => array(
159
+				'project' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+				'groupName' => array(
165
+				  'location' => 'path',
166
+				  'type' => 'string',
167
+				  'required' => true,
168
+				),
169
+			  ),
170
+			),'get' => array(
171
+			  'path' => '{project}/global/groups/{groupName}',
172
+			  'httpMethod' => 'GET',
173
+			  'parameters' => array(
174
+				'project' => array(
175
+				  'location' => 'path',
176
+				  'type' => 'string',
177
+				  'required' => true,
178
+				),
179
+				'groupName' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+			  ),
185
+			),'insert' => array(
186
+			  'path' => '{project}/global/groups',
187
+			  'httpMethod' => 'POST',
188
+			  'parameters' => array(
189
+				'project' => array(
190
+				  'location' => 'path',
191
+				  'type' => 'string',
192
+				  'required' => true,
193
+				),
194
+			  ),
195
+			),'list' => array(
196
+			  'path' => '{project}/global/groups',
197
+			  'httpMethod' => 'GET',
198
+			  'parameters' => array(
199
+				'project' => array(
200
+				  'location' => 'path',
201
+				  'type' => 'string',
202
+				  'required' => true,
203
+				),
204
+				'filter' => array(
205
+				  'location' => 'query',
206
+				  'type' => 'string',
207
+				),
208
+				'orderBy' => array(
209
+				  'location' => 'query',
210
+				  'type' => 'string',
211
+				),
212
+				'maxResults' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'integer',
215
+				),
216
+				'pageToken' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'string',
219
+				),
220
+			  ),
221
+			),'removeMember' => array(
222
+			  'path' => '{project}/global/groups/{groupName}/removeMember',
223
+			  'httpMethod' => 'POST',
224
+			  'parameters' => array(
225
+				'project' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+				'groupName' => array(
231
+				  'location' => 'path',
232
+				  'type' => 'string',
233
+				  'required' => true,
234
+				),
235
+			  ),
236
+			),
237
+		  )
238
+		)
239
+	);
240
+	$this->linux = new Google_Service_CloudUserAccounts_Linux_Resource(
241
+		$this,
242
+		$this->serviceName,
243
+		'linux',
244
+		array(
245
+		  'methods' => array(
246
+			'getAuthorizedKeysView' => array(
247
+			  'path' => '{project}/zones/{zone}/authorizedKeysView/{user}',
248
+			  'httpMethod' => 'POST',
249
+			  'parameters' => array(
250
+				'project' => array(
251
+				  'location' => 'path',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+				'zone' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'user' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+				'instance' => array(
266
+				  'location' => 'query',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+			  ),
271
+			),'getLinuxAccountViews' => array(
272
+			  'path' => '{project}/zones/{zone}/linuxAccountViews',
273
+			  'httpMethod' => 'POST',
274
+			  'parameters' => array(
275
+				'project' => array(
276
+				  'location' => 'path',
277
+				  'type' => 'string',
278
+				  'required' => true,
279
+				),
280
+				'zone' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'instance' => array(
286
+				  'location' => 'query',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+				'orderBy' => array(
291
+				  'location' => 'query',
292
+				  'type' => 'string',
293
+				),
294
+				'pageToken' => array(
295
+				  'location' => 'query',
296
+				  'type' => 'string',
297
+				),
298
+				'maxResults' => array(
299
+				  'location' => 'query',
300
+				  'type' => 'integer',
301
+				),
302
+				'filter' => array(
303
+				  'location' => 'query',
304
+				  'type' => 'string',
305
+				),
306
+				'user' => array(
307
+				  'location' => 'query',
308
+				  'type' => 'string',
309
+				),
310
+			  ),
311
+			),
312
+		  )
313
+		)
314
+	);
315
+	$this->users = new Google_Service_CloudUserAccounts_Users_Resource(
316
+		$this,
317
+		$this->serviceName,
318
+		'users',
319
+		array(
320
+		  'methods' => array(
321
+			'addPublicKey' => array(
322
+			  'path' => '{project}/global/users/{user}/addPublicKey',
323
+			  'httpMethod' => 'POST',
324
+			  'parameters' => array(
325
+				'project' => array(
326
+				  'location' => 'path',
327
+				  'type' => 'string',
328
+				  'required' => true,
329
+				),
330
+				'user' => array(
331
+				  'location' => 'path',
332
+				  'type' => 'string',
333
+				  'required' => true,
334
+				),
335
+			  ),
336
+			),'delete' => array(
337
+			  'path' => '{project}/global/users/{user}',
338
+			  'httpMethod' => 'DELETE',
339
+			  'parameters' => array(
340
+				'project' => array(
341
+				  'location' => 'path',
342
+				  'type' => 'string',
343
+				  'required' => true,
344
+				),
345
+				'user' => array(
346
+				  'location' => 'path',
347
+				  'type' => 'string',
348
+				  'required' => true,
349
+				),
350
+			  ),
351
+			),'get' => array(
352
+			  'path' => '{project}/global/users/{user}',
353
+			  'httpMethod' => 'GET',
354
+			  'parameters' => array(
355
+				'project' => array(
356
+				  'location' => 'path',
357
+				  'type' => 'string',
358
+				  'required' => true,
359
+				),
360
+				'user' => array(
361
+				  'location' => 'path',
362
+				  'type' => 'string',
363
+				  'required' => true,
364
+				),
365
+			  ),
366
+			),'insert' => array(
367
+			  'path' => '{project}/global/users',
368
+			  'httpMethod' => 'POST',
369
+			  'parameters' => array(
370
+				'project' => array(
371
+				  'location' => 'path',
372
+				  'type' => 'string',
373
+				  'required' => true,
374
+				),
375
+			  ),
376
+			),'list' => array(
377
+			  'path' => '{project}/global/users',
378
+			  'httpMethod' => 'GET',
379
+			  'parameters' => array(
380
+				'project' => array(
381
+				  'location' => 'path',
382
+				  'type' => 'string',
383
+				  'required' => true,
384
+				),
385
+				'filter' => array(
386
+				  'location' => 'query',
387
+				  'type' => 'string',
388
+				),
389
+				'orderBy' => array(
390
+				  'location' => 'query',
391
+				  'type' => 'string',
392
+				),
393
+				'maxResults' => array(
394
+				  'location' => 'query',
395
+				  'type' => 'integer',
396
+				),
397
+				'pageToken' => array(
398
+				  'location' => 'query',
399
+				  'type' => 'string',
400
+				),
401
+			  ),
402
+			),'removePublicKey' => array(
403
+			  'path' => '{project}/global/users/{user}/removePublicKey',
404
+			  'httpMethod' => 'POST',
405
+			  'parameters' => array(
406
+				'project' => array(
407
+				  'location' => 'path',
408
+				  'type' => 'string',
409
+				  'required' => true,
410
+				),
411
+				'user' => array(
412
+				  'location' => 'path',
413
+				  'type' => 'string',
414
+				  'required' => true,
415
+				),
416
+				'fingerprint' => array(
417
+				  'location' => 'query',
418
+				  'type' => 'string',
419
+				  'required' => true,
420
+				),
421
+			  ),
422
+			),
423
+		  )
424
+		)
425
+	);
426 426
   }
427 427
 }
428 428
 
@@ -447,9 +447,9 @@  discard block
 block discarded – undo
447 447
    */
448 448
   public function delete($project, $operation, $optParams = array())
449 449
   {
450
-    $params = array('project' => $project, 'operation' => $operation);
451
-    $params = array_merge($params, $optParams);
452
-    return $this->call('delete', array($params));
450
+	$params = array('project' => $project, 'operation' => $operation);
451
+	$params = array_merge($params, $optParams);
452
+	return $this->call('delete', array($params));
453 453
   }
454 454
 
455 455
   /**
@@ -462,9 +462,9 @@  discard block
 block discarded – undo
462 462
    */
463 463
   public function get($project, $operation, $optParams = array())
464 464
   {
465
-    $params = array('project' => $project, 'operation' => $operation);
466
-    $params = array_merge($params, $optParams);
467
-    return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation");
465
+	$params = array('project' => $project, 'operation' => $operation);
466
+	$params = array_merge($params, $optParams);
467
+	return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation");
468 468
   }
469 469
 
470 470
   /**
@@ -507,9 +507,9 @@  discard block
 block discarded – undo
507 507
    */
508 508
   public function listGlobalAccountsOperations($project, $optParams = array())
509 509
   {
510
-    $params = array('project' => $project);
511
-    $params = array_merge($params, $optParams);
512
-    return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList");
510
+	$params = array('project' => $project);
511
+	$params = array_merge($params, $optParams);
512
+	return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList");
513 513
   }
514 514
 }
515 515
 
@@ -535,9 +535,9 @@  discard block
 block discarded – undo
535 535
    */
536 536
   public function addMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody, $optParams = array())
537 537
   {
538
-    $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
539
-    $params = array_merge($params, $optParams);
540
-    return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation");
538
+	$params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
539
+	$params = array_merge($params, $optParams);
540
+	return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation");
541 541
   }
542 542
 
543 543
   /**
@@ -550,9 +550,9 @@  discard block
 block discarded – undo
550 550
    */
551 551
   public function delete($project, $groupName, $optParams = array())
552 552
   {
553
-    $params = array('project' => $project, 'groupName' => $groupName);
554
-    $params = array_merge($params, $optParams);
555
-    return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation");
553
+	$params = array('project' => $project, 'groupName' => $groupName);
554
+	$params = array_merge($params, $optParams);
555
+	return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation");
556 556
   }
557 557
 
558 558
   /**
@@ -565,9 +565,9 @@  discard block
 block discarded – undo
565 565
    */
566 566
   public function get($project, $groupName, $optParams = array())
567 567
   {
568
-    $params = array('project' => $project, 'groupName' => $groupName);
569
-    $params = array_merge($params, $optParams);
570
-    return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group");
568
+	$params = array('project' => $project, 'groupName' => $groupName);
569
+	$params = array_merge($params, $optParams);
570
+	return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group");
571 571
   }
572 572
 
573 573
   /**
@@ -581,9 +581,9 @@  discard block
 block discarded – undo
581 581
    */
582 582
   public function insert($project, Google_Service_CloudUserAccounts_Group $postBody, $optParams = array())
583 583
   {
584
-    $params = array('project' => $project, 'postBody' => $postBody);
585
-    $params = array_merge($params, $optParams);
586
-    return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation");
584
+	$params = array('project' => $project, 'postBody' => $postBody);
585
+	$params = array_merge($params, $optParams);
586
+	return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation");
587 587
   }
588 588
 
589 589
   /**
@@ -626,9 +626,9 @@  discard block
 block discarded – undo
626 626
    */
627 627
   public function listGroups($project, $optParams = array())
628 628
   {
629
-    $params = array('project' => $project);
630
-    $params = array_merge($params, $optParams);
631
-    return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList");
629
+	$params = array('project' => $project);
630
+	$params = array_merge($params, $optParams);
631
+	return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList");
632 632
   }
633 633
 
634 634
   /**
@@ -642,9 +642,9 @@  discard block
 block discarded – undo
642 642
    */
643 643
   public function removeMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody, $optParams = array())
644 644
   {
645
-    $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
646
-    $params = array_merge($params, $optParams);
647
-    return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation");
645
+	$params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
646
+	$params = array_merge($params, $optParams);
647
+	return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation");
648 648
   }
649 649
 }
650 650
 
@@ -674,9 +674,9 @@  discard block
 block discarded – undo
674 674
    */
675 675
   public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array())
676 676
   {
677
-    $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance);
678
-    $params = array_merge($params, $optParams);
679
-    return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse");
677
+	$params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance);
678
+	$params = array_merge($params, $optParams);
679
+	return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse");
680 680
   }
681 681
 
682 682
   /**
@@ -724,9 +724,9 @@  discard block
 block discarded – undo
724 724
    */
725 725
   public function getLinuxAccountViews($project, $zone, $instance, $optParams = array())
726 726
   {
727
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
728
-    $params = array_merge($params, $optParams);
729
-    return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse");
727
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
728
+	$params = array_merge($params, $optParams);
729
+	return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse");
730 730
   }
731 731
 }
732 732
 
@@ -753,9 +753,9 @@  discard block
 block discarded – undo
753 753
    */
754 754
   public function addPublicKey($project, $user, Google_Service_CloudUserAccounts_PublicKey $postBody, $optParams = array())
755 755
   {
756
-    $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody);
757
-    $params = array_merge($params, $optParams);
758
-    return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation");
756
+	$params = array('project' => $project, 'user' => $user, 'postBody' => $postBody);
757
+	$params = array_merge($params, $optParams);
758
+	return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation");
759 759
   }
760 760
 
761 761
   /**
@@ -768,9 +768,9 @@  discard block
 block discarded – undo
768 768
    */
769 769
   public function delete($project, $user, $optParams = array())
770 770
   {
771
-    $params = array('project' => $project, 'user' => $user);
772
-    $params = array_merge($params, $optParams);
773
-    return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation");
771
+	$params = array('project' => $project, 'user' => $user);
772
+	$params = array_merge($params, $optParams);
773
+	return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation");
774 774
   }
775 775
 
776 776
   /**
@@ -783,9 +783,9 @@  discard block
 block discarded – undo
783 783
    */
784 784
   public function get($project, $user, $optParams = array())
785 785
   {
786
-    $params = array('project' => $project, 'user' => $user);
787
-    $params = array_merge($params, $optParams);
788
-    return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User");
786
+	$params = array('project' => $project, 'user' => $user);
787
+	$params = array_merge($params, $optParams);
788
+	return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User");
789 789
   }
790 790
 
791 791
   /**
@@ -799,9 +799,9 @@  discard block
 block discarded – undo
799 799
    */
800 800
   public function insert($project, Google_Service_CloudUserAccounts_User $postBody, $optParams = array())
801 801
   {
802
-    $params = array('project' => $project, 'postBody' => $postBody);
803
-    $params = array_merge($params, $optParams);
804
-    return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation");
802
+	$params = array('project' => $project, 'postBody' => $postBody);
803
+	$params = array_merge($params, $optParams);
804
+	return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation");
805 805
   }
806 806
 
807 807
   /**
@@ -844,9 +844,9 @@  discard block
 block discarded – undo
844 844
    */
845 845
   public function listUsers($project, $optParams = array())
846 846
   {
847
-    $params = array('project' => $project);
848
-    $params = array_merge($params, $optParams);
849
-    return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList");
847
+	$params = array('project' => $project);
848
+	$params = array_merge($params, $optParams);
849
+	return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList");
850 850
   }
851 851
 
852 852
   /**
@@ -862,9 +862,9 @@  discard block
 block discarded – undo
862 862
    */
863 863
   public function removePublicKey($project, $user, $fingerprint, $optParams = array())
864 864
   {
865
-    $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint);
866
-    $params = array_merge($params, $optParams);
867
-    return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation");
865
+	$params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint);
866
+	$params = array_merge($params, $optParams);
867
+	return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation");
868 868
   }
869 869
 }
870 870
 
@@ -881,11 +881,11 @@  discard block
 block discarded – undo
881 881
 
882 882
   public function setKeys($keys)
883 883
   {
884
-    $this->keys = $keys;
884
+	$this->keys = $keys;
885 885
   }
886 886
   public function getKeys()
887 887
   {
888
-    return $this->keys;
888
+	return $this->keys;
889 889
   }
890 890
 }
891 891
 
@@ -905,59 +905,59 @@  discard block
 block discarded – undo
905 905
 
906 906
   public function setCreationTimestamp($creationTimestamp)
907 907
   {
908
-    $this->creationTimestamp = $creationTimestamp;
908
+	$this->creationTimestamp = $creationTimestamp;
909 909
   }
910 910
   public function getCreationTimestamp()
911 911
   {
912
-    return $this->creationTimestamp;
912
+	return $this->creationTimestamp;
913 913
   }
914 914
   public function setDescription($description)
915 915
   {
916
-    $this->description = $description;
916
+	$this->description = $description;
917 917
   }
918 918
   public function getDescription()
919 919
   {
920
-    return $this->description;
920
+	return $this->description;
921 921
   }
922 922
   public function setId($id)
923 923
   {
924
-    $this->id = $id;
924
+	$this->id = $id;
925 925
   }
926 926
   public function getId()
927 927
   {
928
-    return $this->id;
928
+	return $this->id;
929 929
   }
930 930
   public function setKind($kind)
931 931
   {
932
-    $this->kind = $kind;
932
+	$this->kind = $kind;
933 933
   }
934 934
   public function getKind()
935 935
   {
936
-    return $this->kind;
936
+	return $this->kind;
937 937
   }
938 938
   public function setMembers($members)
939 939
   {
940
-    $this->members = $members;
940
+	$this->members = $members;
941 941
   }
942 942
   public function getMembers()
943 943
   {
944
-    return $this->members;
944
+	return $this->members;
945 945
   }
946 946
   public function setName($name)
947 947
   {
948
-    $this->name = $name;
948
+	$this->name = $name;
949 949
   }
950 950
   public function getName()
951 951
   {
952
-    return $this->name;
952
+	return $this->name;
953 953
   }
954 954
   public function setSelfLink($selfLink)
955 955
   {
956
-    $this->selfLink = $selfLink;
956
+	$this->selfLink = $selfLink;
957 957
   }
958 958
   public function getSelfLink()
959 959
   {
960
-    return $this->selfLink;
960
+	return $this->selfLink;
961 961
   }
962 962
 }
963 963
 
@@ -976,43 +976,43 @@  discard block
 block discarded – undo
976 976
 
977 977
   public function setId($id)
978 978
   {
979
-    $this->id = $id;
979
+	$this->id = $id;
980 980
   }
981 981
   public function getId()
982 982
   {
983
-    return $this->id;
983
+	return $this->id;
984 984
   }
985 985
   public function setItems($items)
986 986
   {
987
-    $this->items = $items;
987
+	$this->items = $items;
988 988
   }
989 989
   public function getItems()
990 990
   {
991
-    return $this->items;
991
+	return $this->items;
992 992
   }
993 993
   public function setKind($kind)
994 994
   {
995
-    $this->kind = $kind;
995
+	$this->kind = $kind;
996 996
   }
997 997
   public function getKind()
998 998
   {
999
-    return $this->kind;
999
+	return $this->kind;
1000 1000
   }
1001 1001
   public function setNextPageToken($nextPageToken)
1002 1002
   {
1003
-    $this->nextPageToken = $nextPageToken;
1003
+	$this->nextPageToken = $nextPageToken;
1004 1004
   }
1005 1005
   public function getNextPageToken()
1006 1006
   {
1007
-    return $this->nextPageToken;
1007
+	return $this->nextPageToken;
1008 1008
   }
1009 1009
   public function setSelfLink($selfLink)
1010 1010
   {
1011
-    $this->selfLink = $selfLink;
1011
+	$this->selfLink = $selfLink;
1012 1012
   }
1013 1013
   public function getSelfLink()
1014 1014
   {
1015
-    return $this->selfLink;
1015
+	return $this->selfLink;
1016 1016
   }
1017 1017
 }
1018 1018
 
@@ -1026,11 +1026,11 @@  discard block
 block discarded – undo
1026 1026
 
1027 1027
   public function setUsers($users)
1028 1028
   {
1029
-    $this->users = $users;
1029
+	$this->users = $users;
1030 1030
   }
1031 1031
   public function getUsers()
1032 1032
   {
1033
-    return $this->users;
1033
+	return $this->users;
1034 1034
   }
1035 1035
 }
1036 1036
 
@@ -1044,11 +1044,11 @@  discard block
 block discarded – undo
1044 1044
 
1045 1045
   public function setUsers($users)
1046 1046
   {
1047
-    $this->users = $users;
1047
+	$this->users = $users;
1048 1048
   }
1049 1049
   public function getUsers()
1050 1050
   {
1051
-    return $this->users;
1051
+	return $this->users;
1052 1052
   }
1053 1053
 }
1054 1054
 
@@ -1066,27 +1066,27 @@  discard block
 block discarded – undo
1066 1066
 
1067 1067
   public function setGroupViews($groupViews)
1068 1068
   {
1069
-    $this->groupViews = $groupViews;
1069
+	$this->groupViews = $groupViews;
1070 1070
   }
1071 1071
   public function getGroupViews()
1072 1072
   {
1073
-    return $this->groupViews;
1073
+	return $this->groupViews;
1074 1074
   }
1075 1075
   public function setKind($kind)
1076 1076
   {
1077
-    $this->kind = $kind;
1077
+	$this->kind = $kind;
1078 1078
   }
1079 1079
   public function getKind()
1080 1080
   {
1081
-    return $this->kind;
1081
+	return $this->kind;
1082 1082
   }
1083 1083
   public function setUserViews($userViews)
1084 1084
   {
1085
-    $this->userViews = $userViews;
1085
+	$this->userViews = $userViews;
1086 1086
   }
1087 1087
   public function getUserViews()
1088 1088
   {
1089
-    return $this->userViews;
1089
+	return $this->userViews;
1090 1090
   }
1091 1091
 }
1092 1092
 
@@ -1100,11 +1100,11 @@  discard block
 block discarded – undo
1100 1100
 
1101 1101
   public function setResource(Google_Service_CloudUserAccounts_AuthorizedKeysView $resource)
1102 1102
   {
1103
-    $this->resource = $resource;
1103
+	$this->resource = $resource;
1104 1104
   }
1105 1105
   public function getResource()
1106 1106
   {
1107
-    return $this->resource;
1107
+	return $this->resource;
1108 1108
   }
1109 1109
 }
1110 1110
 
@@ -1118,11 +1118,11 @@  discard block
 block discarded – undo
1118 1118
 
1119 1119
   public function setResource(Google_Service_CloudUserAccounts_LinuxAccountViews $resource)
1120 1120
   {
1121
-    $this->resource = $resource;
1121
+	$this->resource = $resource;
1122 1122
   }
1123 1123
   public function getResource()
1124 1124
   {
1125
-    return $this->resource;
1125
+	return $this->resource;
1126 1126
   }
1127 1127
 }
1128 1128
 
@@ -1138,27 +1138,27 @@  discard block
 block discarded – undo
1138 1138
 
1139 1139
   public function setGid($gid)
1140 1140
   {
1141
-    $this->gid = $gid;
1141
+	$this->gid = $gid;
1142 1142
   }
1143 1143
   public function getGid()
1144 1144
   {
1145
-    return $this->gid;
1145
+	return $this->gid;
1146 1146
   }
1147 1147
   public function setGroupName($groupName)
1148 1148
   {
1149
-    $this->groupName = $groupName;
1149
+	$this->groupName = $groupName;
1150 1150
   }
1151 1151
   public function getGroupName()
1152 1152
   {
1153
-    return $this->groupName;
1153
+	return $this->groupName;
1154 1154
   }
1155 1155
   public function setMembers($members)
1156 1156
   {
1157
-    $this->members = $members;
1157
+	$this->members = $members;
1158 1158
   }
1159 1159
   public function getMembers()
1160 1160
   {
1161
-    return $this->members;
1161
+	return $this->members;
1162 1162
   }
1163 1163
 }
1164 1164
 
@@ -1176,51 +1176,51 @@  discard block
 block discarded – undo
1176 1176
 
1177 1177
   public function setGecos($gecos)
1178 1178
   {
1179
-    $this->gecos = $gecos;
1179
+	$this->gecos = $gecos;
1180 1180
   }
1181 1181
   public function getGecos()
1182 1182
   {
1183
-    return $this->gecos;
1183
+	return $this->gecos;
1184 1184
   }
1185 1185
   public function setGid($gid)
1186 1186
   {
1187
-    $this->gid = $gid;
1187
+	$this->gid = $gid;
1188 1188
   }
1189 1189
   public function getGid()
1190 1190
   {
1191
-    return $this->gid;
1191
+	return $this->gid;
1192 1192
   }
1193 1193
   public function setHomeDirectory($homeDirectory)
1194 1194
   {
1195
-    $this->homeDirectory = $homeDirectory;
1195
+	$this->homeDirectory = $homeDirectory;
1196 1196
   }
1197 1197
   public function getHomeDirectory()
1198 1198
   {
1199
-    return $this->homeDirectory;
1199
+	return $this->homeDirectory;
1200 1200
   }
1201 1201
   public function setShell($shell)
1202 1202
   {
1203
-    $this->shell = $shell;
1203
+	$this->shell = $shell;
1204 1204
   }
1205 1205
   public function getShell()
1206 1206
   {
1207
-    return $this->shell;
1207
+	return $this->shell;
1208 1208
   }
1209 1209
   public function setUid($uid)
1210 1210
   {
1211
-    $this->uid = $uid;
1211
+	$this->uid = $uid;
1212 1212
   }
1213 1213
   public function getUid()
1214 1214
   {
1215
-    return $this->uid;
1215
+	return $this->uid;
1216 1216
   }
1217 1217
   public function setUsername($username)
1218 1218
   {
1219
-    $this->username = $username;
1219
+	$this->username = $username;
1220 1220
   }
1221 1221
   public function getUsername()
1222 1222
   {
1223
-    return $this->username;
1223
+	return $this->username;
1224 1224
   }
1225 1225
 }
1226 1226
 
@@ -1257,179 +1257,179 @@  discard block
 block discarded – undo
1257 1257
 
1258 1258
   public function setClientOperationId($clientOperationId)
1259 1259
   {
1260
-    $this->clientOperationId = $clientOperationId;
1260
+	$this->clientOperationId = $clientOperationId;
1261 1261
   }
1262 1262
   public function getClientOperationId()
1263 1263
   {
1264
-    return $this->clientOperationId;
1264
+	return $this->clientOperationId;
1265 1265
   }
1266 1266
   public function setCreationTimestamp($creationTimestamp)
1267 1267
   {
1268
-    $this->creationTimestamp = $creationTimestamp;
1268
+	$this->creationTimestamp = $creationTimestamp;
1269 1269
   }
1270 1270
   public function getCreationTimestamp()
1271 1271
   {
1272
-    return $this->creationTimestamp;
1272
+	return $this->creationTimestamp;
1273 1273
   }
1274 1274
   public function setEndTime($endTime)
1275 1275
   {
1276
-    $this->endTime = $endTime;
1276
+	$this->endTime = $endTime;
1277 1277
   }
1278 1278
   public function getEndTime()
1279 1279
   {
1280
-    return $this->endTime;
1280
+	return $this->endTime;
1281 1281
   }
1282 1282
   public function setError(Google_Service_CloudUserAccounts_OperationError $error)
1283 1283
   {
1284
-    $this->error = $error;
1284
+	$this->error = $error;
1285 1285
   }
1286 1286
   public function getError()
1287 1287
   {
1288
-    return $this->error;
1288
+	return $this->error;
1289 1289
   }
1290 1290
   public function setHttpErrorMessage($httpErrorMessage)
1291 1291
   {
1292
-    $this->httpErrorMessage = $httpErrorMessage;
1292
+	$this->httpErrorMessage = $httpErrorMessage;
1293 1293
   }
1294 1294
   public function getHttpErrorMessage()
1295 1295
   {
1296
-    return $this->httpErrorMessage;
1296
+	return $this->httpErrorMessage;
1297 1297
   }
1298 1298
   public function setHttpErrorStatusCode($httpErrorStatusCode)
1299 1299
   {
1300
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
1300
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
1301 1301
   }
1302 1302
   public function getHttpErrorStatusCode()
1303 1303
   {
1304
-    return $this->httpErrorStatusCode;
1304
+	return $this->httpErrorStatusCode;
1305 1305
   }
1306 1306
   public function setId($id)
1307 1307
   {
1308
-    $this->id = $id;
1308
+	$this->id = $id;
1309 1309
   }
1310 1310
   public function getId()
1311 1311
   {
1312
-    return $this->id;
1312
+	return $this->id;
1313 1313
   }
1314 1314
   public function setInsertTime($insertTime)
1315 1315
   {
1316
-    $this->insertTime = $insertTime;
1316
+	$this->insertTime = $insertTime;
1317 1317
   }
1318 1318
   public function getInsertTime()
1319 1319
   {
1320
-    return $this->insertTime;
1320
+	return $this->insertTime;
1321 1321
   }
1322 1322
   public function setKind($kind)
1323 1323
   {
1324
-    $this->kind = $kind;
1324
+	$this->kind = $kind;
1325 1325
   }
1326 1326
   public function getKind()
1327 1327
   {
1328
-    return $this->kind;
1328
+	return $this->kind;
1329 1329
   }
1330 1330
   public function setName($name)
1331 1331
   {
1332
-    $this->name = $name;
1332
+	$this->name = $name;
1333 1333
   }
1334 1334
   public function getName()
1335 1335
   {
1336
-    return $this->name;
1336
+	return $this->name;
1337 1337
   }
1338 1338
   public function setOperationType($operationType)
1339 1339
   {
1340
-    $this->operationType = $operationType;
1340
+	$this->operationType = $operationType;
1341 1341
   }
1342 1342
   public function getOperationType()
1343 1343
   {
1344
-    return $this->operationType;
1344
+	return $this->operationType;
1345 1345
   }
1346 1346
   public function setProgress($progress)
1347 1347
   {
1348
-    $this->progress = $progress;
1348
+	$this->progress = $progress;
1349 1349
   }
1350 1350
   public function getProgress()
1351 1351
   {
1352
-    return $this->progress;
1352
+	return $this->progress;
1353 1353
   }
1354 1354
   public function setRegion($region)
1355 1355
   {
1356
-    $this->region = $region;
1356
+	$this->region = $region;
1357 1357
   }
1358 1358
   public function getRegion()
1359 1359
   {
1360
-    return $this->region;
1360
+	return $this->region;
1361 1361
   }
1362 1362
   public function setSelfLink($selfLink)
1363 1363
   {
1364
-    $this->selfLink = $selfLink;
1364
+	$this->selfLink = $selfLink;
1365 1365
   }
1366 1366
   public function getSelfLink()
1367 1367
   {
1368
-    return $this->selfLink;
1368
+	return $this->selfLink;
1369 1369
   }
1370 1370
   public function setStartTime($startTime)
1371 1371
   {
1372
-    $this->startTime = $startTime;
1372
+	$this->startTime = $startTime;
1373 1373
   }
1374 1374
   public function getStartTime()
1375 1375
   {
1376
-    return $this->startTime;
1376
+	return $this->startTime;
1377 1377
   }
1378 1378
   public function setStatus($status)
1379 1379
   {
1380
-    $this->status = $status;
1380
+	$this->status = $status;
1381 1381
   }
1382 1382
   public function getStatus()
1383 1383
   {
1384
-    return $this->status;
1384
+	return $this->status;
1385 1385
   }
1386 1386
   public function setStatusMessage($statusMessage)
1387 1387
   {
1388
-    $this->statusMessage = $statusMessage;
1388
+	$this->statusMessage = $statusMessage;
1389 1389
   }
1390 1390
   public function getStatusMessage()
1391 1391
   {
1392
-    return $this->statusMessage;
1392
+	return $this->statusMessage;
1393 1393
   }
1394 1394
   public function setTargetId($targetId)
1395 1395
   {
1396
-    $this->targetId = $targetId;
1396
+	$this->targetId = $targetId;
1397 1397
   }
1398 1398
   public function getTargetId()
1399 1399
   {
1400
-    return $this->targetId;
1400
+	return $this->targetId;
1401 1401
   }
1402 1402
   public function setTargetLink($targetLink)
1403 1403
   {
1404
-    $this->targetLink = $targetLink;
1404
+	$this->targetLink = $targetLink;
1405 1405
   }
1406 1406
   public function getTargetLink()
1407 1407
   {
1408
-    return $this->targetLink;
1408
+	return $this->targetLink;
1409 1409
   }
1410 1410
   public function setUser($user)
1411 1411
   {
1412
-    $this->user = $user;
1412
+	$this->user = $user;
1413 1413
   }
1414 1414
   public function getUser()
1415 1415
   {
1416
-    return $this->user;
1416
+	return $this->user;
1417 1417
   }
1418 1418
   public function setWarnings($warnings)
1419 1419
   {
1420
-    $this->warnings = $warnings;
1420
+	$this->warnings = $warnings;
1421 1421
   }
1422 1422
   public function getWarnings()
1423 1423
   {
1424
-    return $this->warnings;
1424
+	return $this->warnings;
1425 1425
   }
1426 1426
   public function setZone($zone)
1427 1427
   {
1428
-    $this->zone = $zone;
1428
+	$this->zone = $zone;
1429 1429
   }
1430 1430
   public function getZone()
1431 1431
   {
1432
-    return $this->zone;
1432
+	return $this->zone;
1433 1433
   }
1434 1434
 }
1435 1435
 
@@ -1444,11 +1444,11 @@  discard block
 block discarded – undo
1444 1444
 
1445 1445
   public function setErrors($errors)
1446 1446
   {
1447
-    $this->errors = $errors;
1447
+	$this->errors = $errors;
1448 1448
   }
1449 1449
   public function getErrors()
1450 1450
   {
1451
-    return $this->errors;
1451
+	return $this->errors;
1452 1452
   }
1453 1453
 }
1454 1454
 
@@ -1463,27 +1463,27 @@  discard block
 block discarded – undo
1463 1463
 
1464 1464
   public function setCode($code)
1465 1465
   {
1466
-    $this->code = $code;
1466
+	$this->code = $code;
1467 1467
   }
1468 1468
   public function getCode()
1469 1469
   {
1470
-    return $this->code;
1470
+	return $this->code;
1471 1471
   }
1472 1472
   public function setLocation($location)
1473 1473
   {
1474
-    $this->location = $location;
1474
+	$this->location = $location;
1475 1475
   }
1476 1476
   public function getLocation()
1477 1477
   {
1478
-    return $this->location;
1478
+	return $this->location;
1479 1479
   }
1480 1480
   public function setMessage($message)
1481 1481
   {
1482
-    $this->message = $message;
1482
+	$this->message = $message;
1483 1483
   }
1484 1484
   public function getMessage()
1485 1485
   {
1486
-    return $this->message;
1486
+	return $this->message;
1487 1487
   }
1488 1488
 }
1489 1489
 
@@ -1502,43 +1502,43 @@  discard block
 block discarded – undo
1502 1502
 
1503 1503
   public function setId($id)
1504 1504
   {
1505
-    $this->id = $id;
1505
+	$this->id = $id;
1506 1506
   }
1507 1507
   public function getId()
1508 1508
   {
1509
-    return $this->id;
1509
+	return $this->id;
1510 1510
   }
1511 1511
   public function setItems($items)
1512 1512
   {
1513
-    $this->items = $items;
1513
+	$this->items = $items;
1514 1514
   }
1515 1515
   public function getItems()
1516 1516
   {
1517
-    return $this->items;
1517
+	return $this->items;
1518 1518
   }
1519 1519
   public function setKind($kind)
1520 1520
   {
1521
-    $this->kind = $kind;
1521
+	$this->kind = $kind;
1522 1522
   }
1523 1523
   public function getKind()
1524 1524
   {
1525
-    return $this->kind;
1525
+	return $this->kind;
1526 1526
   }
1527 1527
   public function setNextPageToken($nextPageToken)
1528 1528
   {
1529
-    $this->nextPageToken = $nextPageToken;
1529
+	$this->nextPageToken = $nextPageToken;
1530 1530
   }
1531 1531
   public function getNextPageToken()
1532 1532
   {
1533
-    return $this->nextPageToken;
1533
+	return $this->nextPageToken;
1534 1534
   }
1535 1535
   public function setSelfLink($selfLink)
1536 1536
   {
1537
-    $this->selfLink = $selfLink;
1537
+	$this->selfLink = $selfLink;
1538 1538
   }
1539 1539
   public function getSelfLink()
1540 1540
   {
1541
-    return $this->selfLink;
1541
+	return $this->selfLink;
1542 1542
   }
1543 1543
 }
1544 1544
 
@@ -1555,27 +1555,27 @@  discard block
 block discarded – undo
1555 1555
 
1556 1556
   public function setCode($code)
1557 1557
   {
1558
-    $this->code = $code;
1558
+	$this->code = $code;
1559 1559
   }
1560 1560
   public function getCode()
1561 1561
   {
1562
-    return $this->code;
1562
+	return $this->code;
1563 1563
   }
1564 1564
   public function setData($data)
1565 1565
   {
1566
-    $this->data = $data;
1566
+	$this->data = $data;
1567 1567
   }
1568 1568
   public function getData()
1569 1569
   {
1570
-    return $this->data;
1570
+	return $this->data;
1571 1571
   }
1572 1572
   public function setMessage($message)
1573 1573
   {
1574
-    $this->message = $message;
1574
+	$this->message = $message;
1575 1575
   }
1576 1576
   public function getMessage()
1577 1577
   {
1578
-    return $this->message;
1578
+	return $this->message;
1579 1579
   }
1580 1580
 }
1581 1581
 
@@ -1589,19 +1589,19 @@  discard block
 block discarded – undo
1589 1589
 
1590 1590
   public function setKey($key)
1591 1591
   {
1592
-    $this->key = $key;
1592
+	$this->key = $key;
1593 1593
   }
1594 1594
   public function getKey()
1595 1595
   {
1596
-    return $this->key;
1596
+	return $this->key;
1597 1597
   }
1598 1598
   public function setValue($value)
1599 1599
   {
1600
-    $this->value = $value;
1600
+	$this->value = $value;
1601 1601
   }
1602 1602
   public function getValue()
1603 1603
   {
1604
-    return $this->value;
1604
+	return $this->value;
1605 1605
   }
1606 1606
 }
1607 1607
 
@@ -1618,43 +1618,43 @@  discard block
 block discarded – undo
1618 1618
 
1619 1619
   public function setCreationTimestamp($creationTimestamp)
1620 1620
   {
1621
-    $this->creationTimestamp = $creationTimestamp;
1621
+	$this->creationTimestamp = $creationTimestamp;
1622 1622
   }
1623 1623
   public function getCreationTimestamp()
1624 1624
   {
1625
-    return $this->creationTimestamp;
1625
+	return $this->creationTimestamp;
1626 1626
   }
1627 1627
   public function setDescription($description)
1628 1628
   {
1629
-    $this->description = $description;
1629
+	$this->description = $description;
1630 1630
   }
1631 1631
   public function getDescription()
1632 1632
   {
1633
-    return $this->description;
1633
+	return $this->description;
1634 1634
   }
1635 1635
   public function setExpirationTimestamp($expirationTimestamp)
1636 1636
   {
1637
-    $this->expirationTimestamp = $expirationTimestamp;
1637
+	$this->expirationTimestamp = $expirationTimestamp;
1638 1638
   }
1639 1639
   public function getExpirationTimestamp()
1640 1640
   {
1641
-    return $this->expirationTimestamp;
1641
+	return $this->expirationTimestamp;
1642 1642
   }
1643 1643
   public function setFingerprint($fingerprint)
1644 1644
   {
1645
-    $this->fingerprint = $fingerprint;
1645
+	$this->fingerprint = $fingerprint;
1646 1646
   }
1647 1647
   public function getFingerprint()
1648 1648
   {
1649
-    return $this->fingerprint;
1649
+	return $this->fingerprint;
1650 1650
   }
1651 1651
   public function setKey($key)
1652 1652
   {
1653
-    $this->key = $key;
1653
+	$this->key = $key;
1654 1654
   }
1655 1655
   public function getKey()
1656 1656
   {
1657
-    return $this->key;
1657
+	return $this->key;
1658 1658
   }
1659 1659
 }
1660 1660
 
@@ -1677,75 +1677,75 @@  discard block
 block discarded – undo
1677 1677
 
1678 1678
   public function setCreationTimestamp($creationTimestamp)
1679 1679
   {
1680
-    $this->creationTimestamp = $creationTimestamp;
1680
+	$this->creationTimestamp = $creationTimestamp;
1681 1681
   }
1682 1682
   public function getCreationTimestamp()
1683 1683
   {
1684
-    return $this->creationTimestamp;
1684
+	return $this->creationTimestamp;
1685 1685
   }
1686 1686
   public function setDescription($description)
1687 1687
   {
1688
-    $this->description = $description;
1688
+	$this->description = $description;
1689 1689
   }
1690 1690
   public function getDescription()
1691 1691
   {
1692
-    return $this->description;
1692
+	return $this->description;
1693 1693
   }
1694 1694
   public function setGroups($groups)
1695 1695
   {
1696
-    $this->groups = $groups;
1696
+	$this->groups = $groups;
1697 1697
   }
1698 1698
   public function getGroups()
1699 1699
   {
1700
-    return $this->groups;
1700
+	return $this->groups;
1701 1701
   }
1702 1702
   public function setId($id)
1703 1703
   {
1704
-    $this->id = $id;
1704
+	$this->id = $id;
1705 1705
   }
1706 1706
   public function getId()
1707 1707
   {
1708
-    return $this->id;
1708
+	return $this->id;
1709 1709
   }
1710 1710
   public function setKind($kind)
1711 1711
   {
1712
-    $this->kind = $kind;
1712
+	$this->kind = $kind;
1713 1713
   }
1714 1714
   public function getKind()
1715 1715
   {
1716
-    return $this->kind;
1716
+	return $this->kind;
1717 1717
   }
1718 1718
   public function setName($name)
1719 1719
   {
1720
-    $this->name = $name;
1720
+	$this->name = $name;
1721 1721
   }
1722 1722
   public function getName()
1723 1723
   {
1724
-    return $this->name;
1724
+	return $this->name;
1725 1725
   }
1726 1726
   public function setOwner($owner)
1727 1727
   {
1728
-    $this->owner = $owner;
1728
+	$this->owner = $owner;
1729 1729
   }
1730 1730
   public function getOwner()
1731 1731
   {
1732
-    return $this->owner;
1732
+	return $this->owner;
1733 1733
   }
1734 1734
   public function setPublicKeys($publicKeys)
1735 1735
   {
1736
-    $this->publicKeys = $publicKeys;
1736
+	$this->publicKeys = $publicKeys;
1737 1737
   }
1738 1738
   public function getPublicKeys()
1739 1739
   {
1740
-    return $this->publicKeys;
1740
+	return $this->publicKeys;
1741 1741
   }
1742 1742
   public function setSelfLink($selfLink)
1743 1743
   {
1744
-    $this->selfLink = $selfLink;
1744
+	$this->selfLink = $selfLink;
1745 1745
   }
1746 1746
   public function getSelfLink()
1747 1747
   {
1748
-    return $this->selfLink;
1748
+	return $this->selfLink;
1749 1749
   }
1750 1750
 }
1751 1751
 
@@ -1764,42 +1764,42 @@  discard block
 block discarded – undo
1764 1764
 
1765 1765
   public function setId($id)
1766 1766
   {
1767
-    $this->id = $id;
1767
+	$this->id = $id;
1768 1768
   }
1769 1769
   public function getId()
1770 1770
   {
1771
-    return $this->id;
1771
+	return $this->id;
1772 1772
   }
1773 1773
   public function setItems($items)
1774 1774
   {
1775
-    $this->items = $items;
1775
+	$this->items = $items;
1776 1776
   }
1777 1777
   public function getItems()
1778 1778
   {
1779
-    return $this->items;
1779
+	return $this->items;
1780 1780
   }
1781 1781
   public function setKind($kind)
1782 1782
   {
1783
-    $this->kind = $kind;
1783
+	$this->kind = $kind;
1784 1784
   }
1785 1785
   public function getKind()
1786 1786
   {
1787
-    return $this->kind;
1787
+	return $this->kind;
1788 1788
   }
1789 1789
   public function setNextPageToken($nextPageToken)
1790 1790
   {
1791
-    $this->nextPageToken = $nextPageToken;
1791
+	$this->nextPageToken = $nextPageToken;
1792 1792
   }
1793 1793
   public function getNextPageToken()
1794 1794
   {
1795
-    return $this->nextPageToken;
1795
+	return $this->nextPageToken;
1796 1796
   }
1797 1797
   public function setSelfLink($selfLink)
1798 1798
   {
1799
-    $this->selfLink = $selfLink;
1799
+	$this->selfLink = $selfLink;
1800 1800
   }
1801 1801
   public function getSelfLink()
1802 1802
   {
1803
-    return $this->selfLink;
1803
+	return $this->selfLink;
1804 1804
   }
1805 1805
 }
Please login to merge, or discard this patch.
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
                   'required' => true,
87 87
                 ),
88 88
               ),
89
-            ),'get' => array(
89
+            ), 'get' => array(
90 90
               'path' => '{project}/global/operations/{operation}',
91 91
               'httpMethod' => 'GET',
92 92
               'parameters' => array(
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
                   'required' => true,
102 102
                 ),
103 103
               ),
104
-            ),'list' => array(
104
+            ), 'list' => array(
105 105
               'path' => '{project}/global/operations',
106 106
               'httpMethod' => 'GET',
107 107
               'parameters' => array(
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
                   'required' => true,
153 153
                 ),
154 154
               ),
155
-            ),'delete' => array(
155
+            ), 'delete' => array(
156 156
               'path' => '{project}/global/groups/{groupName}',
157 157
               'httpMethod' => 'DELETE',
158 158
               'parameters' => array(
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
                   'required' => true,
168 168
                 ),
169 169
               ),
170
-            ),'get' => array(
170
+            ), 'get' => array(
171 171
               'path' => '{project}/global/groups/{groupName}',
172 172
               'httpMethod' => 'GET',
173 173
               'parameters' => array(
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
                   'required' => true,
183 183
                 ),
184 184
               ),
185
-            ),'insert' => array(
185
+            ), 'insert' => array(
186 186
               'path' => '{project}/global/groups',
187 187
               'httpMethod' => 'POST',
188 188
               'parameters' => array(
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
                   'required' => true,
193 193
                 ),
194 194
               ),
195
-            ),'list' => array(
195
+            ), 'list' => array(
196 196
               'path' => '{project}/global/groups',
197 197
               'httpMethod' => 'GET',
198 198
               'parameters' => array(
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
                   'type' => 'string',
219 219
                 ),
220 220
               ),
221
-            ),'removeMember' => array(
221
+            ), 'removeMember' => array(
222 222
               'path' => '{project}/global/groups/{groupName}/removeMember',
223 223
               'httpMethod' => 'POST',
224 224
               'parameters' => array(
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
                   'required' => true,
269 269
                 ),
270 270
               ),
271
-            ),'getLinuxAccountViews' => array(
271
+            ), 'getLinuxAccountViews' => array(
272 272
               'path' => '{project}/zones/{zone}/linuxAccountViews',
273 273
               'httpMethod' => 'POST',
274 274
               'parameters' => array(
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
                   'required' => true,
334 334
                 ),
335 335
               ),
336
-            ),'delete' => array(
336
+            ), 'delete' => array(
337 337
               'path' => '{project}/global/users/{user}',
338 338
               'httpMethod' => 'DELETE',
339 339
               'parameters' => array(
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
                   'required' => true,
349 349
                 ),
350 350
               ),
351
-            ),'get' => array(
351
+            ), 'get' => array(
352 352
               'path' => '{project}/global/users/{user}',
353 353
               'httpMethod' => 'GET',
354 354
               'parameters' => array(
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
                   'required' => true,
364 364
                 ),
365 365
               ),
366
-            ),'insert' => array(
366
+            ), 'insert' => array(
367 367
               'path' => '{project}/global/users',
368 368
               'httpMethod' => 'POST',
369 369
               'parameters' => array(
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
                   'required' => true,
374 374
                 ),
375 375
               ),
376
-            ),'list' => array(
376
+            ), 'list' => array(
377 377
               'path' => '{project}/global/users',
378 378
               'httpMethod' => 'GET',
379 379
               'parameters' => array(
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
                   'type' => 'string',
400 400
                 ),
401 401
               ),
402
-            ),'removePublicKey' => array(
402
+            ), 'removePublicKey' => array(
403 403
               'path' => '{project}/global/users/{user}/removePublicKey',
404 404
               'httpMethod' => 'POST',
405 405
               'parameters' => array(
Please login to merge, or discard this patch.